@charset "UTF-8";
/************************************
** 〇〇
************************************/
/*============================
#mv
============================*/
#mv {
  background-image: url("../img/case/mv.jpg");
}
@media screen and (max-width: 750px) {
  #mv .page_ttl .en {
    position: absolute;
    top: 30px;
    width: 110px;
    display: block;
    left: 50px;
  }
}

#sec01, #sec03 {
  padding: 80px 0 80px;
  background: #F0F5F8;
}
@media screen and (max-width: 750px) {
  #sec01, #sec03 {
    padding: 40px 0 40px;
  }
}

#sec02, #sec04 {
  background: url("../img/case/bg_01.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 75px 0 85px;
}
@media screen and (max-width: 750px) {
  #sec02, #sec04 {
    padding: 30px 0 40px;
  }
}
#sec02 .sec_inner, #sec04 .sec_inner {
  width: 1000px;
}
@media screen and (max-width: 750px) {
  #sec02 .sec_inner, #sec04 .sec_inner {
    width: 100%;
  }
}

.client_box {
  display: flex;
  align-items: center;
  background: rgba(101, 152, 183, 0.2);
}
@media screen and (max-width: 750px) {
  .client_box {
    flex-wrap: wrap;
  }
}
.client_box .txt_area {
  padding: 30px;
}
.client_box .txt_area .en {
  font-size: 12px;
  line-height: 60px;
  letter-spacing: 1.2px;
  margin-top: -10px;
}
.client_box .img_box.obj-fit-img {
  width: 400px;
}
@media screen and (max-width: 750px) {
  .client_box .img_box.obj-fit-img {
    width: 100%;
  }
}
.client_box .img_box.obj-fit-img img {
  height: 100%;
}
@media screen and (max-width: 750px) {
  .client_box .img_box.obj-fit-img img {
    width: 100%;
  }
}

.detail_box {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.detail_box .left, .detail_box .right {
  width: 50%;
  padding: 15px 20px;
}
@media screen and (max-width: 750px) {
  .detail_box .left, .detail_box .right {
    width: 100%;
  }
}
.detail_box .left {
  background: rgba(223, 234, 241, 0.7);
}
.detail_box .right {
  background: rgba(240, 245, 248, 0.7);
}
.detail_box .ttl {
  font-size: 21px;
  line-height: 30px;
  color: #1D9ABE;
}
.detail_box .ttl::before {
  content: url("../img/design/arrow.png");
  display: inline-block;
  margin: 0 5px 0 0;
  vertical-align: top;
}

.work_box {
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .work_box img {
    width: 100%;
  }
}

/*# sourceMappingURL=case.css.map */
