@charset "utf-8";
/* CSS Document */

/* ----------------------------------------------------
メディアクエリ設定 All
---------------------------------------------------- */
/*All END*/
.local-menu .perf-menu a,
.local-menu .perf-menu a:hover {
  box-shadow: 0 -3px #c12c1f inset;
}
.content > section + section {
  margin-top: 120px;
}
.remote-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1008px;
  margin: 52px auto 120px;
}
.remote-box h3 {
  text-align: center;
  margin-bottom: 60px;
  width: 100%;
}
.remote-box h3 span {
  display: block;
  line-height: 1.5;
  margin-top: 10px;
}
.remote-box dl {
  width: 40.5%;
  background: #f7f7f7;
  padding: 35px 40px;
  position: relative;
}

.remote-box dl + dl::before {
  content: "";
  position: absolute;
  display: block;
  width: 11.76%;
  height: 0;
  padding-top: 11.76%;
  background: url(/dxreport/performance/img/ico_pluse.svg) center center / contain no-repeat;
  top: 0;
  bottom: 0;
  left: -28%;
  margin: auto;
}
.remote-box dt {
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}
.remote-box dd {
  font-size: 1.6rem;
}
.remote-box dd li {
  display: flex;
  line-height: 1.7;
}
.remote-box dd li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #111111;
  border-radius: 50%;
  flex-shrink: 0;
  margin: 11px 8px 0 0;
}
.remote-box dd li + li {
  margin-top: 10px;
}
.remote-info {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  height: 520px;
}
.remote-info + .remote-info {
  margin-top: 80px;
}
.remote-info::before {
  content: "";
  display: block;
  position: absolute;
  width: 60vw;
  height: 100%;
  top: 0;
  left: calc(50% - 50vw);
  background: url(/dxreport/performance/img/img_remote01@2x.jpg) center center / cover no-repeat;
  z-index: -1;
}
.remote-info dl {
  background: #fff;
  width: 47%;
  padding: 60px 90px 50px;
}
.remote-info dt {
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 10px;
}
.remote-info dd {
  font-size: 1.6rem;
}
.remote02 {
  justify-content: flex-start;
}
.remote02::before {
  background-image: url(/dxreport/performance/img/img_remote02@2x.jpg);
  left: auto;
  right: calc(50% - 50vw);
}

.work {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 120px calc(50vw - 50%) 140px;
  background: #f7f7f7;
}

.culture-box {
  display: flex;
  flex-direction: column;
  background: #f7f7f7;
  padding: 60px;
}
.culture-box + .culture-box {
  margin-top: 64px;
}
.culture-tit .bdt-tit {
  margin-bottom: 35px;
}
.culture-tit P {
  font-size: 1.6rem;
}
.culture-info {
  background: #fff;
  padding: 32px;
}
.culture01 .culture-info dt {
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}
.culture01 .culture-info dd figure {
  text-align: center;
}
.culture01 .culture-txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 32px;
  background: #f7f7f7;
  padding: 30px 60px;
}
.culture01 .culture-txt figure {
  width: 216px;
}
.culture01 .culture-txt p {
  width: calc(100% - 216px - 80px);
  font-size: 1.4rem;
  line-height: 2.2;
}
.culture02 .culture-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.culture02 .culture-info dl {
  width: 100%;
}
.culture02 .culture-info dt {
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 1.6rem;
  background: #af9225;
  line-height: 1.5;
  padding: 20px 0;
}
.culture02 .culture-info dd .culture-imgwrap {
  margin-top: 6px;
  display: flex;
  gap: 6px;
}
.culture02 .culture-info figure {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
.culture02 .culture-info figure img {
  width: 100%;
}
.culture02 .culture-info p {
  font-size: 1.4rem;
  line-height: 2.2;
}
@media screen and (max-width: 900px) {
  .remote-box dl {
    width: 47%;
    padding: 20px 30px;
  }
  .remote-box dl + dl::before {
    width: 5%;
    height: 5%;
    left: -9%;
  }
  .remote-info {
    display: block;
    height: auto;
  }
  .remote-info::before {
    position: relative;
    width: 100vw;
    height: 0;
    padding-top: 55%;
    left: calc(50% - 50vw);
  }
  .remote-info dl {
    width: 100%;
    padding: 0 20px;
    margin-top: 15px;
  }
  .culture-box {
    display: block;
    padding: 35px 15px;
  }
  .culture-tit,
  .culture-info {
    width: 100%;
  }
  .culture02 .culture-info figure img {
    max-width: none;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .content > section + section {
    margin-top: 60px;
  }
  .remote-box {
    margin: 30px 0 60px;
  }
  .remote-box h3 {
    margin-bottom: 30px;
  }
  .remote-box dl {
    width: 100%;
    padding: 20px;
  }
  .remote-box dl + dl {
    margin-top: 10vw;
  }
  .remote-box dl + dl::before {
    left: 0;
    right: 0;
    top: -10.5vw;
    bottom: auto;
    width: 6vw;
    height: 6vw;
  }
  .remote-box dt {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .remote-box dd {
    font-size: 1.4rem;
  }
  .remote-box dd li::before {
    width: 6px;
    height: 6px;
    margin-top: 10px;
  }
  .remote-box dd li + li {
    margin-top: 5px;
  }
  .remote-info {
    display: block;
    height: auto;
  }
  .remote-info + .remote-info {
    margin-top: 40px;
  }
  .remote-info dt {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
  .remote-info dd {
    font-size: 1.4rem;
  }
  .work {
    padding: 60px calc(50vw - 50%);
  }

  .culture-box + .culture-box {
    margin-top: 40px;
  }

  .culture-tit .bdt-tit {
    margin-bottom: 15px;
  }
  .culture-tit .bdt-tit + P {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  .culture-info {
    width: 100%;
    padding: 15px;
  }
  .culture01 .culture-info dt {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .culture01 .culture-txt {
    margin-top: 15px;
    padding: 20px 15px;
    display: block;
  }
  .culture01 .culture-txt figure {
    width: 70%;
    margin: 0 auto 15px;
  }
  .culture01 .culture-txt p {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.8;
  }
  .culture02 .culture-info dl {
    width: 100%;
  }
  .culture02 .culture-info dl + dl {
    margin-top: 30px;
  }
  .culture02 .culture-info dt {
    padding: 10px 10px 12px;
  }
  .culture02 .culture-info p {
    font-size: 1.2rem;
    line-height: 1.8;
  }
  /*smartPhone END*/
}
