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

/* ----------------------------------------------------
メディアクエリ設定 All
---------------------------------------------------- */
/*All END*/
.local-menu .biz-menu a,
.local-menu .biz-menu a:hover {
  box-shadow: 0 -3px #c12c1f inset;
}

a {
  text-decoration: none;
  color: #3a3a3a;
}

.content > section + section {
  margin-top: 120px;
}
.ia-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ia-box figure {
  width: 63%;
}
.ia-box dl {
  width: 31%;
  background: #f7f7f7;
  padding: 35px 40px;
}
.ia-box dt {
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.ia-box dt img {
  margin-right: 8px;
  width: 60%;
}
.ia-box dd li {
  font-size: 1.6rem;
  display: flex;
  line-height: 1.7;
}
.ia-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;
}
.ia-box dd li + li {
  margin-top: 18px;
}
.traevo {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 120px calc(50vw - 50%) 140px;
  background: #f7f7f7;
}
.traevo .bdt-tit {
  margin-top: 38px;
}
.traevo-list dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.traevo-list dt {
  background: #404040;
  text-align: center;
  font-weight: bold;
  color: #fff;
  width: 24%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.traevo-list dd {
  background: #fff;
  width: 76%;
  padding: 20px 40px;
  font-size: 1.6rem;
}
.traevo-box {
  max-width: 970px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.traevo-logo {
  width: 35.46%;
}
.traevo-txt {
  width: 47.42%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.traevo-txt > p {
  width: 100%;
  margin-bottom: 5px;
}
.traevo-txt dl {
  width: 61%;
}
.traevo-txt dt {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  color: #2f4c83;
  font-feature-settings: "palt";
}
.traevo-txt dd {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.583;
  margin-top: 5px;
  letter-spacing: 0;
}
.traevo-txt dd p {
  font-weight: bold;
}
.traevo-txt .note {
  margin-top: 7px;
}
.traevo-txt figure {
  width: 37%;
}
.voice {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 80px auto 0;
}
.voice-box {
  width: 30%;
}
.voice-box dt {
  line-height: 1;
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}
.voice-box dt span {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  color: #2f4c83;
  display: block;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.voice-box dd {
  background: url(/dxreport/biztransformation/img/img_voice01_1@2x.png) center 0 /
    55% auto no-repeat;
  padding-top: 65%;
}
.voice-box dd p {
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.voice-box figcaption {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 10px;
}
.voice02 dd {
  background-image: url(/dxreport/biztransformation/img/img_voice02_1@2x.png);
}
.voice03 dd {
  background-image: url(/dxreport/biztransformation/img/img_voice03_1@2x.png);
}

.foodata-box {
  max-width: 970px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.foodata-box h3 {
  width: 100%;
  order: 3;
  background: #2f4c83;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 2rem;
  padding: 10px 0;
  margin-top: 55px;
}
.foodata-box p {
  width: 55%;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
}
.foodata-box p span {
  font-weight: bold;
  color: #2f4c83;
  font-size: 3.2rem;
}
.foodata-box p em {
  font-weight: bold;
  font-size: 6.4rem;
  font-family: "Poppins", sans-serif;
}
.foodata-box figure {
  width: 37.1%;
}
.dash-list {
  max-width: 1230px;
  margin: 104px auto 0;
  counter-reset: number 0;
}
.dash-box {
  display: flex;
  flex-wrap: wrap;
}

.dash-box + .dash-box {
  margin-top: 26px;
}
.dash-box figure {
  width: 50.4%;
  margin-right: 10px;
}
.dash-txt {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
}
.dash-box dl {
  max-width: 470px;
  position: relative;
}
.dash-txt::before {
  content: counter(number, decimal-leading-zero) " ";
  counter-increment: number 1;
  font-size: 18.7rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #f2f4f8;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
}
.dash-box dt {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.dash-box dd {
  font-size: 1.6rem;
}
.dash-box:nth-of-type(2n) {
  flex-direction: row-reverse;
  justify-content: space-between;
}
.dash-box:nth-of-type(2n) figure {
  margin: 0 0 0 10px;
}
.dash-box:nth-of-type(2n) dl {
  margin-left: 30px;
}
@media (hover: hover) {
  .traevo-txt .note a:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 1230px) {
  .ia-box figure {
    width: 55%;
  }
  .ia-box dl {
    width: 40%;
  }
  .ia-box dt {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 900px) {
  .ia-box figure {
    width: 100%;
  }
  .ia-box dl {
    width: 100%;
    font-size: 1.8rem;
    margin-top: 30px;
  }

  .traevo-box {
    display: block;
  }
  .traevo-logo {
    width: 60%;
    margin: 0 auto 25px;
    text-align: center;
  }
  .traevo-txt {
    width: 100%;
  }
  .traevo-txt > p {
    text-align: center;
  }
  .traevo-txt figure img {
    max-width: none;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .content > section + section {
    margin-top: 60px;
  }
  .ia-box figure {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .ia-box dl {
    width: 100%;
    padding: 30px 20px;
  }
  .ia-box dt {
    margin-bottom: 25px;
    font-size: 1.6rem;
  }
  .ia-box dd li {
    font-size: 1.4rem;
  }
  .ia-box dd li::before {
    width: 6px;
    height: 6px;
    margin-top: 10px;
  }
  .ia-box dd li + li {
    margin-top: 8px;
  }
  .traevo {
    padding: 60px calc(50vw - 50%);
  }
  .traevo .bdt-tit {
    margin-top: 20px;
  }
  .traevo-list dl {
    margin-bottom: 50px;
  }
  .traevo-list dt {
    width: 100%;
    padding: 10px 15px;
    font-size: 1.6rem;
  }
  .traevo-list dd {
    width: 100%;
    font-size: 1.2rem;
    padding: 20px 30px;
  }
  .traevo-txt > p {
    width: 90%;
    margin: 0 auto 20px;
    order: 1;
  }
  .traevo-txt dl {
    width: 100%;
    order: 3;
  }
  .traevo-txt figure {
    order: 2;
    width: 50%;
    margin: 0 auto 15px;
  }
  .voice {
    margin: 40px 0;
  }
  .voice-box {
    width: 100%;
  }
  .voice-box + .voice-box {
    margin-top: 50px;
  }
  .voice-box dt {
    text-align: center;
  }
  .voice-box dt span {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  .voice-box dd {
    padding-top: 58vw;
  }
  .voice-box dd p {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  .voice-box figcaption {
    font-size: 1.2rem;
    margin-top: 7px;
  }

  .foodata-box {
    margin-top: 40px;
  }
  .foodata-box h3 {
    margin-top: 20px;
    font-size: 1.5rem;
  }
  .foodata-box p {
    width: 100%;
    font-size: 1.7rem;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .foodata-box p span {
    font-size: 2.4rem;
    display: inline-block;
    margin-top: 15px;
  }
  .foodata-box p em {
    font-size: 4rem;
  }
  .foodata-box figure {
    width: 70%;
    margin: 0 auto;
  }
  .dash-list {
    margin-top: 50px;
  }
  .dash-box {
    display: block;
  }
  .dash-box + .dash-box {
    margin-top: 40px;
  }
  .dash-box figure,
  .dash-box:nth-of-type(2n) figure {
    width: 100%;
    margin: 0 0 0;
  }
  .dash-box dl {
    max-width: none;
  }
  .dash-txt::before {
    font-size: 9rem;
    top: -30px;
  }
  .dash-box dt {
    font-size: 1.8rem;
  }
  .dash-box dd {
    font-size: 1.4rem;
  }
  .dash-box:nth-of-type(2n) dl {
    margin-left: 0;
  }
  /*smartPhone END*/
}
