@charset "UTF-8";
body * {
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.container {
  max-width: 100%;
  padding: 0;
}

.cases-template-default .page-header {
  padding: 0 15px;
}
.cases-template-default .entry-header {
  display: none;
}
.cases-template-default .siteContent {
  padding: 2rem 0 0 0 !important;
}
.cases-template-default .ai-data-flow-wrap {
  padding: 80px 0 0 0;
}
.cases-template-default .firstview-btn-wraps a:hover {
  color: white;
  opacity: 0.7;
}

.breadSection .breadcrumb {
  margin-left: 15px;
}

.page-header_pageTitle {
  border-left: none;
}

.page-header .container {
  border-left: 3px solid #71A1CE;
  max-width: 1200px;
  margin: 0 auto;
}

.breadSection .container {
  max-width: 1200px;
  margin: 0 auto;
}

.vk_posts, .postNextPrev {
  display: none;
}

footer {
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 20px 15px;
  }
}

.mainSection a {
  text-indent: 0em;
}

.flow-box p:empty {
  display: none;
}

img {
  width: 100%;
  height: auto;
}

ul, li {
  padding: 0;
  list-style: none;
}

h1, h2, h3, a, p, ul, li {
  color: #333333;
  margin: 0;
}

h1, h2, h3, p, th, td {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  transition: all 0.5s ease 0s;
}

a:hover {
  opacity: 0.6;
}

a, span {
  display: inline-block;
}

.fa-solid {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.fa-brands {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

i {
  font-style: normal;
}

.case-ttl-1 {
  background-image: url(../images/case/case-thum-1.jpg);
  background-position: center center;
  background-size: cover;
}

.case-ttl-2 {
  background-image: url(../images/case/case-thum-2.jpg);
  background-position: center center;
  background-size: cover;
}

.case-ttl-3 {
  background-image: url(../images/case/case-thum-3.jpg);
  background-position: center center;
  background-size: cover;
}

.case-ttl-4 {
  background-image: url(../images/case/case-thum-4.jpg);
  background-position: center center;
  background-size: cover;
}

.case-ttl-5 {
  background-image: url(../images/case/case-thum-5.jpg);
  background-position: center center;
  background-size: cover;
}

.case-ttl-inner {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
}

.case-wrap {
  overflow: hidden;
}
.case-wrap .case-ttl {
  height: 234px;
  margin-bottom: 80px;
}
.case-wrap .case-ttl h1, .case-wrap .case-ttl p {
  color: #036eb7;
  text-align: center;
  font-weight: bold;
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  line-height: 1.6;
  padding: 0 20px;
}
.case-wrap .case-inner {
  max-width: 880px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.case-wrap .case-info-wrap {
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .case-wrap .case-info-wrap {
    display: flex;
  }
}
.case-wrap .case-info-wrap .info-left {
  background: #036eb7;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .case-wrap .case-info-wrap .info-left {
    width: 210px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .case-wrap .case-info-wrap .info-left {
    padding: 30px 0;
  }
}
.case-wrap .case-info-wrap .info-left p {
  color: white;
  font-weight: bold;
}
@media screen and (min-width: 501px) {
  .case-wrap .case-info-wrap .info-right {
    flex: 1;
  }
}
.case-wrap .case-info-wrap .info-right table {
  border: none;
}
@media screen and (min-width: 501px) {
  .case-wrap .case-info-wrap .info-right table tr.tr-center {
    display: flex;
    align-items: center;
  }
}
.case-wrap .case-info-wrap .info-right table tr {
  border-bottom: solid 1px #e6e6e6;
  padding: 15px 0;
}
@media screen and (min-width: 501px) {
  .case-wrap .case-info-wrap .info-right table tr {
    display: flex;
  }
}
@media screen and (max-width: 500px) {
  .case-wrap .case-info-wrap .info-right table tr {
    display: block;
    width: 100%;
  }
}
.case-wrap .case-info-wrap .info-right table tr th {
  border-bottom: none;
  padding: 0;
}
@media screen and (min-width: 501px) {
  .case-wrap .case-info-wrap .info-right table tr th {
    width: 120px;
  }
}
@media screen and (max-width: 500px) {
  .case-wrap .case-info-wrap .info-right table tr th {
    display: block;
    width: 100%;
    padding-bottom: 5px;
  }
}
.case-wrap .case-info-wrap .info-right table tr td {
  padding: 0;
  font-weight: bold;
  font-size: 1rem;
  flex: 1;
  border-bottom: none;
}
@media screen and (max-width: 500px) {
  .case-wrap .case-info-wrap .info-right table tr td {
    display: block;
    width: 100%;
  }
}
.case-wrap .case-info-wrap .info-right table tr td p {
  font-size: 1rem;
}
.case-wrap .case-info-wrap .info-right table tr td .info-right-job-wrap p.info-right-job-ttl {
  color: #036eb7;
  padding-bottom: 10px;
  font-weight: bold;
}
.case-wrap .case-info-wrap .info-right table tr td .info-right-job-wrap p.info-right-job-txt {
  font-size: 0.95rem;
  font-weight: normal;
}
.case-wrap .case-info-wrap .info-right table tr td .info-right-service {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.case-wrap .case-info-wrap .info-right table tr td .info-right-service p {
  padding: 3px 10px;
  color: #036eb7;
  background: #e9eff5;
  border-radius: 5px;
  font-size: 0.95rem;
  font-weight: bold;
}
.case-wrap .case-info-wrap .info-right table tr td span.info-right-period {
  font-weight: normal;
  color: #626262;
  display: block;
  font-size: 0.95rem;
  padding-top: 5px;
}
.case-wrap .case-content-wrap {
  padding-top: 70px;
}
@media screen and (max-width: 500px) {
  .case-wrap .case-content-wrap {
    padding: 70px 20px 0 20px;
  }
}
.case-wrap .case-content-wrap h2 {
  text-align: center;
  font-size: 2rem;
  padding-bottom: 35px;
}
.case-wrap .case-content-wrap h2 i {
  padding-right: 10px;
  color: #036eb7;
}
.case-wrap .case-content-wrap .case-content-inner {
  border-radius: 5px;
}
@media screen and (min-width: 501px) {
  .case-wrap .case-content-wrap .case-content-inner {
    padding: 30px 60px;
  }
}
@media screen and (max-width: 500px) {
  .case-wrap .case-content-wrap .case-content-inner {
    margin: 0 -20px;
    padding: 5px 30px;
  }
}
.case-wrap .case-content-wrap .case-content-inner ul li {
  border-bottom: solid 1px #d9d9d9;
  padding: 30px 0;
}
.case-wrap .case-content-wrap .case-content-inner ul li h3 {
  font-weight: bold;
  font-size: 1.2rem;
  padding-bottom: 15px;
  text-indent: -1.6em;
  padding-left: 1.6em;
}
.case-wrap .case-content-wrap .case-content-inner ul li h3::before {
  content: "●";
  color: #036eb7;
  padding-right: 10px;
}
.case-wrap .case-content-wrap .case-content-inner ul li p {
  text-indent: -1.6em;
  padding-left: 1.6em;
}
.case-wrap .case-content-wrap .case-content-inner ul li p::before {
  content: "・";
  color: #036eb7;
  padding-right: 10px;
}
.case-wrap .case-content-wrap .case-content-inner ul li:last-child {
  border-bottom: none;
}
.case-wrap .problem-wrap .problem-inner {
  background: #f6f6f6;
}
.case-wrap .problem-wrap .problem-inner ul li p {
  text-indent: 0;
  padding-left: 0;
}
.case-wrap .problem-wrap .problem-inner ul li p::before {
  content: none;
}
.case-wrap .propose-wrap .propose-inner {
  background: #f4f8fc;
}
.case-wrap .propose-wrap .propose-inner ul.propose-content li {
  border-bottom: solid 1px #d3e0e8;
}
.case-wrap .propose-wrap .propose-inner ul.propose-content li p span {
  font-weight: bold;
  display: inline;
  text-indent: 0;
}
.case-wrap .propose-wrap .propose-inner ul.propose-content li p::before {
  content: "●";
  color: #036eb7;
  padding-right: 10px;
}
.case-wrap .propose-wrap .propose-inner ul.propose-content li:last-child {
  border-bottom: none;
}
.case-wrap .introduce-wrap .introduce-inner {
  background: #f4f8fc;
}
.case-wrap .result-wrap h2 i {
  color: #db5761;
}
.case-wrap .result-wrap .result-inner {
  background: #fdf6f6;
}
.case-wrap .result-wrap .result-inner ul.result-content li {
  border-bottom: solid 1px #f0d7d7;
}
.case-wrap .result-wrap .result-inner ul.result-content li h3::before {
  content: "●";
  color: #db5761;
  padding-right: 10px;
}
.case-wrap .result-wrap .result-inner ul.result-content li p {
  text-indent: 0;
  padding-left: 0;
}
.case-wrap .result-wrap .result-inner ul.result-content li p::before {
  content: none;
}
.case-wrap .result-wrap .result-inner ul.result-content li:last-child {
  border-bottom: none;
}
.case-wrap .reviews-wrap {
  margin-top: 70px;
  background: #036eb7;
  padding-bottom: 100px;
}
@media screen and (max-width: 900px) {
  .case-wrap .reviews-wrap {
    padding-bottom: 120px;
  }
}
.case-wrap .reviews-wrap h2 {
  color: white;
}
.case-wrap .reviews-wrap h2 i {
  color: white;
}
.case-wrap .reviews-wrap .reviews-inner {
  max-width: 880px;
  width: calc(100% - 40px);
  margin: 0 auto;
  background: white;
  position: relative;
}
.case-wrap .reviews-wrap .reviews-inner .result-illust {
  position: absolute;
}
.case-wrap .reviews-wrap .reviews-inner .result-illust img {
  width: 198px;
}
@media screen and (max-width: 500px) {
  .case-wrap .reviews-wrap .reviews-inner .result-illust img {
    width: 140px;
  }
}
@media screen and (min-width: 901px) {
  .case-wrap .reviews-wrap .reviews-inner .result-illust-1 {
    left: -100px;
    bottom: -80px;
  }
}
@media screen and (max-width: 900px) {
  .case-wrap .reviews-wrap .reviews-inner .result-illust-1 {
    left: -30px;
    bottom: -120px;
  }
}
@media screen and (max-width: 500px) {
  .case-wrap .reviews-wrap .reviews-inner .result-illust-1 {
    bottom: -110px;
  }
}
@media screen and (min-width: 901px) {
  .case-wrap .reviews-wrap .reviews-inner .result-illust-2 {
    right: -80px;
    bottom: -80px;
  }
}
@media screen and (max-width: 900px) {
  .case-wrap .reviews-wrap .reviews-inner .result-illust-2 {
    right: -10px;
    bottom: -120px;
  }
}
@media screen and (max-width: 500px) {
  .case-wrap .reviews-wrap .reviews-inner .result-illust-2 {
    bottom: -110px;
  }
}
.case-wrap .reviews-wrap .reviews-inner ul.reviews-content li p {
  text-indent: 0;
  padding-left: 0;
}
.case-wrap .reviews-wrap .reviews-inner ul.reviews-content li p::before {
  content: none;
}

.case-list-wrap {
  background: #e1e8f2;
  padding: 40px 0 100px 0;
}
.case-list-wrap .firstview-section-title h1 {
  font-weight: bold;
  text-align: center;
}
.case-list-wrap .case-list-inner {
  max-width: 1100px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.case-list-content-wrap {
  display: grid;
  gap: 30px 20px;
}
@media screen and (min-width: 901px) {
  .case-list-content-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 900px) {
  .case-list-content-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 500px) {
  .case-list-content-wrap {
    grid-template-columns: 1fr;
  }
}
.case-list-content-wrap .case-list-content {
  border-radius: 10px;
  background: white;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 6;
  gap: 0;
}
.case-list-content-wrap .case-list-content .case-list-thum {
  position: relative;
}
.case-list-content-wrap .case-list-content .case-list-thum img {
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: auto;
  vertical-align: top;
}
.case-list-content-wrap .case-list-content .case-list-thum p.case-list-industry {
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 10px 5px 10px;
  color: white;
  background: #3b81e0;
  border-radius: 10px 0 10px 0;
  font-size: 0.95rem;
}
.case-list-content-wrap .case-list-content .case-list-job {
  padding: 20px 20px 0 20px;
}
.case-list-content-wrap .case-list-content .case-list-job p {
  font-size: 0.9rem;
  padding: 3px 10px;
  background: #ececec;
  border-radius: 5px;
  display: inline-block;
}
.case-list-content-wrap .case-list-content .case-list-title {
  padding: 15px 20px 0 20px;
}
.case-list-content-wrap .case-list-content .case-list-title h2 {
  text-align: left;
  font-size: 1.1rem;
  line-height: 1.7rem;
  color: #036eb7;
}
.case-list-content-wrap .case-list-content .case-list-info-1-1, .case-list-content-wrap .case-list-content .case-list-info-1-2 {
  display: flex;
  gap: 30px;
  border-bottom: solid 1px #e6e6e6;
  padding: 15px 0;
}
.case-list-content-wrap .case-list-content .case-list-info-1-1 h3, .case-list-content-wrap .case-list-content .case-list-info-1-2 h3 {
  font-size: 0.95rem;
  font-weight: bold;
  white-space: nowrap;
}
.case-list-content-wrap .case-list-content .case-list-info-1-1 p, .case-list-content-wrap .case-list-content .case-list-info-1-2 p {
  font-size: 0.9rem;
}
.case-list-content-wrap .case-list-content .case-list-info-1-1 {
  margin: 15px 20px 0 20px;
  border-top: solid 1px #e6e6e6;
}
.case-list-content-wrap .case-list-content .case-list-info-1-2 {
  margin: 0 20px 0 20px;
}
.case-list-content-wrap .case-list-content .case-list-info-2 {
  padding: 15px 20px 22px 20px;
}
.case-list-content-wrap .case-list-content .case-list-info-2 h3 {
  font-size: 0.95rem;
  font-weight: bold;
  padding-bottom: 15px;
}
.case-list-content-wrap .case-list-content .case-list-info-2 .case-list-info-2-txt {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.case-list-content-wrap .case-list-content .case-list-info-2 .case-list-info-2-txt p {
  font-size: 0.85rem;
  border-radius: 5px;
  color: #036eb7;
  background: #e9eff5;
  padding: 3px 10px;
}/*# sourceMappingURL=case.css.map */