.case-studies.top .ttl {
  height: 240px;
  background: url(/product/case-studies/img/common/mv_pc.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .case-studies.top .ttl {
    height: 250px;
    background: url(/product/case-studies/img/common/mv_sp.jpg) no-repeat;
    background-size: cover;
  }
}
.case-studies.top .ttl h2.page-ttl {
  color: #222222;
}
.case-studies.top .ttl .breadcrumb li {
  background: rgba(255, 255, 255, 0.7);
}
.case-studies.top .ttl .breadcrumb li:first-of-type {
  padding-left: 5px;
}
.case-studies.top .ttl .breadcrumb li:last-of-type {
  padding-right: 5px;
}
.case-studies.top .breadcrumb {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
@media screen and (max-width: 767px) {
  .case-studies.top .breadcrumb {
    justify-content: flex-start;
  }
}
.case-studies.top .breadcrumb li {
  font-size: 0.8125rem;
}
.case-studies.top .breadcrumb li:after {
  content: "/";
  display: inline-block;
  padding: 0 10px;
}
.case-studies.top .breadcrumb li:last-of-type {
  margin-right: 0;
}
.case-studies.top .breadcrumb li:last-of-type:after {
  content: none;
}
.case-studies.top .breadcrumb li a {
  font-size: 0.8125rem;
  color: #0081CC;
}
.case-studies.top .case-studies-list {
  display: flex;
  flex-wrap: wrap;
}
.case-studies.top .case-studies-list li {
  width: 367px;
  margin-right: 49px;
  margin-bottom: 70px;
  border-bottom: 1px solid #C6C6C6;
}
@media screen and (max-width: 767px) {
  .case-studies.top .case-studies-list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 60px;
  }
}
.case-studies.top .case-studies-list li:nth-of-type(3n) {
  margin-right: 0;
}
.case-studies.top .case-studies-list li .case-thmb {
  aspect-ratio: 367/275;
  overflow: hidden;
  margin-bottom: 20px;
}
.case-studies.top .case-studies-list li .case-thmb img {
  width: 100%;
  height: 100%;
  transition: 0.3s ease;
}
.case-studies.top .case-studies-list li .case-ttl {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .case-studies.top .case-studies-list li .case-ttl {
    font-size: 1.125rem;
  }
}
.case-studies.top .case-studies-list li .case-cate {
  display: flex;
  flex-wrap: wrap;
}
.case-studies.top .case-studies-list li .case-cate li {
  color: #fff;
  background: #000000;
  border-radius: 5px;
  font-size: 0.8125rem;
  width: auto;
  margin-right: 10px;
  margin-bottom: 0;
  padding: 5px 12px;
}
@media screen and (max-width: 767px) {
  .case-studies.top .case-studies-list li .case-cate li {
    font-size: 0.75rem;
  }
}
.case-studies.top .case-studies-list li a {
  display: block;
  padding-bottom: 25px;
}
.case-studies.top .case-studies-list li a:hover .case-thmb img {
  transform: scale(1.03);
}
@media screen and (max-width: 767px) {
  .case-studies.top .case-studies-list li a:hover .case-thmb img {
    transform: scale(1);
  }
}
.case-studies.case-page .ttl {
  height: 240px;
  background: url(/product/case-studies/img/common/mv_pc.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .case-studies.case-page .ttl {
    height: 250px;
    background: url(/product/case-studies/img/common/mv_sp.jpg) no-repeat;
    background-size: cover;
  }
}
.case-studies.case-page .ttl h2.page-ttl {
  color: #222222;
}
.case-studies.case-page .ttl .breadcrumb li {
  background: rgba(255, 255, 255, 0.7);
}
.case-studies.case-page .ttl .breadcrumb li:first-of-type {
  padding-left: 5px;
}
.case-studies.case-page .ttl .breadcrumb li:last-of-type {
  padding-right: 5px;
}
.case-studies.case-page .breadcrumb {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
@media screen and (max-width: 767px) {
  .case-studies.case-page .breadcrumb {
    justify-content: flex-start;
  }
}
.case-studies.case-page .breadcrumb li {
  font-size: 0.8125rem;
}
.case-studies.case-page .breadcrumb li:after {
  content: "/";
  display: inline-block;
  padding: 0 10px;
}
.case-studies.case-page .breadcrumb li:last-of-type {
  margin-right: 0;
}
.case-studies.case-page .breadcrumb li:last-of-type:after {
  content: none;
}
.case-studies.case-page .breadcrumb li a {
  font-size: 0.8125rem;
  color: #0081CC;
}
.case-studies.case-page .side-nav .side-nav-menu li a .link-arrow {
  background: transparent;
}
.case-studies.case-page .side-nav .side-nav-menu li a .link-arrow:before {
  width: 10px;
  height: 10px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.case-studies.case-page .side-nav .side-nav-menu li a:hover .link-arrow {
  background: transparent !important;
}
.case-studies.case-page .side-nav .side-nav-menu li a:hover .link-arrow:before {
  border-right: 1px solid #000000 !important;
  border-bottom: 1px solid #000000 !important;
}
.case-studies.case-page .side-nav .side-nav-menu li a strong {
  display: block;
  color: #0081CC;
  font-size: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .case-studies.case-page .side-nav .side-nav-menu li a strong {
    font-size: 1.25rem;
  }
}
.case-studies.case-page .case-head {
  margin-bottom: 145px;
}
@media screen and (max-width: 767px) {
  .case-studies.case-page .case-head {
    margin-bottom: 90px;
  }
}
.case-studies.case-page .case-head .case-heading {
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.9em;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .case-studies.case-page .case-head .case-heading {
    font-size: 1.125rem;
    margin-bottom: 30px;
  }
}
.case-studies.case-page .case-head .case-heading span {
  padding: 7px 60px 7px 80px;
  background: #000000;
  border-radius: 50px;
}
.case-studies.case-page .case-head .case-copy {
  font-size: 3.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .case-studies.case-page .case-head .case-copy {
    font-size: 2rem;
  }
}
.case-studies.case-page .case-head .tag-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.case-studies.case-page .case-head .tag-list li {
  font-size: 1.125rem;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .case-studies.case-page .case-head .tag-list li {
    font-size: 1rem;
    margin-bottom: 5px;
    margin-right: 15px;
  }
}
.case-studies.case-page .case-head .tag-list li:before {
  content: "#";
}
.case-studies.case-page .case-head .tag-list li:after {
  content: "/";
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .case-studies.case-page .case-head .tag-list li:after {
    padding-left: 15px;
  }
}
.case-studies.case-page .case-head .tag-list li:last-of-type {
  margin-right: 0;
}
.case-studies.case-page .case-head .tag-list li:last-of-type:after {
  content: none;
  padding-left: 0;
}
.case-studies.case-page .section-case-info {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .case-studies.case-page .section-case-info {
    margin-bottom: 110px;
  }
}
.case-studies.case-page .section-case-info .case-ttl {
  color: #0081CC;
  font-size: 1.5625rem;
  font-weight: bold;
  line-height: 1.76;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .case-studies.case-page .section-case-info .case-ttl {
    font-size: 1.3125rem;
    margin-bottom: 30px;
  }
}
.case-studies.case-page .section-case-info .place {
  font-size: 1.25rem;
  font-weight: bold;
  border-bottom: 1px solid #000000;
  padding-bottom: 10px;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .case-studies.case-page .section-case-info .place {
    font-size: 1.125rem;
  }
}
.case-studies.case-page .section-case-info .case-cate {
  display: flex;
  flex-wrap: wrap;
}
.case-studies.case-page .section-case-info .case-cate li {
  min-width: 140px;
  text-align: center;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  margin-right: 20px;
  background: #000000;
  padding: 5px 30px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .case-studies.case-page .section-case-info .case-cate li {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
.case-studies.case-page .section-case-info .case-cate li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .case-studies.case-page .section-case-info .case-cate li:last-of-type {
    margin-bottom: 0;
  }
}
.case-studies.case-page .case-block {
  padding: 25px 20px 40px;
  background: #dff2fc;
  border-radius: 50px;
}
.case-studies.case-page .case-block .section-head {
  color: #fff;
  font-size: 1.5625rem;
  font-weight: bold;
  text-align: center;
  background: #0081CC;
  border-radius: 50px;
  margin-bottom: 65px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .case-studies.case-page .case-block .section-head {
    font-size: 1.3125rem;
    margin-bottom: 40px;
  }
}
.case-studies.case-page .case-block .case-block-wrap {
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .case-studies.case-page .case-block .case-block-wrap {
    padding: 0 10px;
  }
}
.case-studies.case-page .case-block .copy {
  color: #0081CC;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .case-studies.case-page .case-block .copy {
    font-size: 1.5rem;
    margin-bottom: 35px;
  }
}
.case-studies.case-page .case-block.mission {
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .case-studies.case-page .case-block.mission {
    margin-bottom: 130px;
  }
}
.case-studies.case-page .case-block.mission .section-head:before {
  content: "";
  display: block;
  width: 143px;
  height: 150px;
  background: url(/product/case-studies/img/common/img_mission.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 12px;
  bottom: -14px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .case-studies.case-page .case-block.mission .section-head:before {
    width: 100px;
    height: 105px;
    left: 0;
  }
}
.case-studies.case-page .case-block.mission .mission-txt {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .case-studies.case-page .case-block.mission .mission-txt {
    font-size: 1.0625rem;
  }
}
.case-studies.case-page .case-block.mission .mission-txt .color {
  color: #0081CC;
  font-weight: bold;
}
.case-studies.case-page .case-block.answer .section-head:after {
  content: "";
  display: block;
  width: 143px;
  height: 147px;
  background: url(/product/case-studies/img/common/img_answer.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 21px;
  bottom: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .case-studies.case-page .case-block.answer .section-head:after {
    width: 100px;
    height: 103px;
    right: 0;
  }
}
.case-studies.case-page .case-block.client {
  background: #fff;
  padding: 0;
}/*# sourceMappingURL=case-studies.css.map */