body {
  margin: 0;
}

#customer-cases {
  margin-bottom: 120px;
}
#customer-cases main {
  margin: 0 auto;
}
#customer-cases .page-ttl {
  margin: 40px 0 20px 0;
}
#customer-cases .page-ttl span {
  display: block;
  font-size: 0.5em;
  color: #00a0c7;
}
#customer-cases .page-ttl h1 {
  margin: 0 auto;
  text-align: center;
}
#customer-cases .inner {
  max-width: 1200px;
  margin: 0 auto 60px auto;
  padding: 0;
}
#customer-cases .inner a {
  text-decoration: none;
}
#customer-cases .inner .headline-text {
  max-width: 720px;
  padding: 0 40px;
  margin: 0 auto 40px auto;
  font-size: 1em;
  color: #414851;
}
#customer-cases .cases-anchor {
  padding-bottom: 80px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#customer-cases .case-anchor {
  display: block;
  width: 30%;
}
#customer-cases .case-anchor .case-anchor-img img, #customer-cases .case-anchor .case-anchor-img picture {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#customer-cases .case-anchor .case-anchor-head {
  position: relative;
  font-size: 1em;
  font-weight: 400;
  line-height: 2.8em;
  text-align: center;
  background-color: #f7810d;
  color: white;
}
#customer-cases .case-anchor .case-anchor-head:before {
  content: "";
  position: absolute;
  display: block;
  top: 56px;
  left: calc(50% - 14px);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-top: 14px solid #bababa;
  border-bottom: 0;
}
#customer-cases .case-articles {
  margin-bottom: 80px;
}
#customer-cases .case-articles .heading-case01 {
  background-image: url("/customer/images/sec01-pc.png");
}
#customer-cases .case-articles .heading-case02 {
  background-image: url("/customer/images/sec02-pc.png");
}
#customer-cases .case-articles .heading-case03 {
  background-image: url("/customer/images/sec03-pc.png");
}
#customer-cases .case-articles .heading-case {
  max-width: 1200px;
  padding-left: 340px;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: left;
  font-size: 1.6em;
  color: #1B1464;
  margin: 0 auto 40px auto;
  line-height: 6em;
  border-bottom: 4px solid #1B1464;
}
#customer-cases .case-inner {
  max-width: 1120px;
  margin: 0 auto;
}
#customer-cases .case-about {
  padding: 0;
  background: none;
  border-radius: 6px;
  border: 1px solid rgb(251.896, 206.112, 161.104);
}
#customer-cases .case-about h3 {
  background-color: rgb(251.896, 206.112, 161.104);
  color: #f7810d;
  padding: 10px;
  margin: 0;
  text-align: center;
  font-size: 1.2em;
}
#customer-cases .case-about ul {
  padding: 0.5em;
  margin: 0 auto;
}
#customer-cases .case-about ul li {
  padding: 0 0.4vw 6px 0.4vw;
  list-style: none;
  line-height: 1.8em;
  color: #1B1464;
  margin-left: 0;
}
#customer-cases .case-about ul li span {
  display: block;
  padding-left: 1.5em;
  font-size: 0.9em;
  color: #414851;
  line-height: 1.3em;
}
#customer-cases .case-row {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  justify-content: center;
  padding: 0;
}
#customer-cases .case-col {
  position: relative;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 30%;
  overflow: hidden;
  transition: transform 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#customer-cases .case-col img {
    width: 100%;
    height: 180px;
    display: block;
    object-fit: cover;
}
#customer-cases .case-col h3 {
  font-size: 1.1em;
  margin: 10px auto;
  text-align: center;
  padding: 0 10px;
  overflow-wrap: anywhere;
}
#customer-cases .case-col p {
  margin: 0 1rem;
  font-size: 0.9em;
  flex-grow: 1;
}
#customer-cases .case-col:hover {
  transform: translateY(-4px);
}
#customer-cases .case-col a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}
#customer-cases .case-col .case-col-label {
  display: flex;
  justify-content: space-between;
  margin: 1em;
}
#customer-cases .case-col .category {
  display: block;
  padding: 0.5rem 0;
  margin-right: 0.5rem;
  text-align: center;
  font-size: 0.75em;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  color: #00a0c7;
  text-decoration: none;
  border-radius: 6px;
}
#customer-cases .case-col .read-more {
  display: block;
  width: 80px;
  padding: 0.5rem;
  text-align: center;
  font-size: 0.82em;
  background: #ffbf60;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.3s;
  min-width: 80px;
}
#customer-cases .case-col .read-more:hover {
  background: #f7810d;
}
@media screen and (max-width: 920px) and (min-width: 769px) {
  #customer-cases .case-anchor .case-anchor-head {
    font-size: 0.82em;
    line-height: 2.9em;
  }
}
@media screen and (max-width: 768px) {
  #customer-cases .inner .headline-text {
    max-width: calc(100% - 20px);
    font-size: 0.9em;
    padding: 0;
  }
  #customer-cases .cases-anchor {
    justify-content: center;
    padding-bottom: 0;
  }
  #customer-cases .case-anchor {
    width: calc(100% - 40px);
    margin-bottom: 40px;
  }
  #customer-cases .case-anchor .case-anchor-head {
    font-size: 1.1em;
    line-height: 2em;
  }
  #customer-cases .case-anchor .case-anchor-head:before {
    top: 44px;
  }
  #customer-cases .case-articles {
    margin-bottom: 40px;
  }
  #customer-cases .case-articles .heading-case {
    max-width: 750px;
    padding-left: 24vw;
    background-repeat: no-repeat;
    background-position-x: -50px;
    background-size: contain;
    text-align: left;
    font-size: 0.94em;
    color: #1B1464;
    margin: 0 auto 40px auto;
    line-height: 4.2em;
    border-bottom: 4px solid #1B1464;
  }
  #customer-cases .case-about {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  #customer-cases .case-row {
    flex-direction: column;
    align-items: center;
  }
  #customer-cases .case-col {
    width: calc(100% - 40px);
  }
  #customer-cases .case-col:hover {
    transform: translateY(0px);
  }
  #customer-cases .case-col .category {
    font-size: 0.85em;
  }
  #customer-cases .case-col .read-more {
    width: 100px;
  }
}

.slick-wrap {
  width: calc(100% - 60px);
  padding: 0 30px;
  margin: 40px auto;
}

.slick-list {
  margin: 0 -15px;
  padding: 20px 0;
}

.slick-slide {
  margin: 0 15px;
}

.slick-prev:before, .slick-next:before {
  display: none;
}

.slick-prev, .slick-next {
  position: absolute;
  top: 50%;
  left: -28px;
  z-index: 1;
  transform: rotate(45deg) translateY(-50%);
  width: 23px;
  height: 23px;
  border: none;
  border-bottom: 5px solid #f7810d;
  border-left: 5px solid #f7810d;
  background: transparent;
  font-size: 0;
  cursor: pointer;
}

.slick-next {
  right: -12px;
  left: unset;
  border: none;
  border-top: 5px solid #f7810d;
  border-right: 5px solid #f7810d;
}

@media screen and (max-width: 768px) {
  .slick-wrap {
    max-width: 740px;
    width: calc(100% - 60px);
    padding: 0;
    margin: 20px auto;
  }
  .slick-list {
    width: 100%;
    padding: 10px;
    margin: 0 -20px;
  }
  .slick-slide {
    margin: 0 20px;
  }
}/*# sourceMappingURL=style.css.map */