@charset "UTF-8";
/*　*/
/* ===== common ===== */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
.l-main {
  padding-bottom: 0;
  color: #000;
}

.dx_ttl01 {
  position: relative;
  margin-bottom: 3rem;
  font-size: 1.6rem;
  font-weight: 600;
}
@media print, screen and (min-width: 768px) {
  .dx_ttl01 {
    margin-bottom: 6rem;
    font-size: 2.4rem;
  }
}
.dx_ttl01_en {
  display: block;
  margin-bottom: 1.5rem;
  font-size: 6rem;
  font-weight: 500;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .dx_ttl01_en {
    margin-bottom: 3rem;
    font-size: 9.6rem;
  }
}
.dx_ttl01_en span {
  font-size: 4rem;
  font-weight: 600;
}
@media print, screen and (min-width: 768px) {
  .dx_ttl01_en span {
    font-size: 7.2rem;
  }
}
.dx_ttl01_ja {
  display: block;
}
.dx_ttl02 {
  position: relative;
  margin-bottom: 2.5rem;
  font-size: 2.8rem;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .dx_ttl02 {
    margin-bottom: 3rem;
    font-size: 3.2rem;
  }
}
.dx_ttl03 {
  position: relative;
  margin-bottom: 2.5rem;
  padding-bottom: 1.8rem;
  border-bottom: 2px solid #646464;
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .dx_ttl03 {
    margin-bottom: 3.5rem;
    padding-bottom: 2.5rem;
    border-width: 3px;
    font-size: 3.2rem;
  }
}
.dx_ttl04 {
  position: relative;
  margin-bottom: 1.5rem;
  padding-left: 2.5rem;
  font-size: 2rem;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .dx_ttl04 {
    margin-bottom: 3rem;
    padding-left: 3.5rem;
    font-size: 2.8rem;
  }
}
.is-consulting .dx_ttl04 {
  color: #F2717A;
}
.is-technical .dx_ttl04 {
  color: #64C0AB;
}
.dx_ttl04::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  border-radius: 0.3rem;
  width: 0.8rem;
  height: 100%;
  background: #000;
  content: "";
}
@media print, screen and (min-width: 768px) {
  .dx_ttl04::before {
    width: 1.2rem;
  }
}
.is-consulting .dx_ttl04::before {
  background-color: #F2717A;
}
.is-technical .dx_ttl04::before {
  background-color: #64C0AB;
}
.dx_btn01 {
  display: inline-block;
  position: relative;
  padding: 1.1rem 1.5rem;
  border-radius: 5rem;
  background: #ED6C00;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #fff;
  box-shadow: 0 0.3rem 2rem rgba(0, 0, 0, 0.16);
}
@media print, screen and (min-width: 768px) {
  .dx_btn01 {
    padding: 2rem 4rem;
    font-size: 2.4rem;
  }
}
.dx_btn01 .icon {
  position: relative;
  display: block;
}
.dx_btn01 .icon::before {
  position: absolute;
  top: 50%;
  right: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 0.8rem;
  height: 0.8rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  content: "";
}
@media print, screen and (min-width: 768px) {
  .dx_btn01 .icon::before {
    width: 1rem;
    height: 1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .dx_btn01:hover {
    background-color: #fff;
    color: #ED6C00;
  }
  .dx_btn01:hover .icon::before {
    border-color: #ED6C00;
  }
}
.dx_br::before {
  white-space: pre;
  content: "\a";
}
@media print, screen and (min-width: 768px) {
  .dx_br.is-sp::before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .dx_br.is-pc::before {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .modal_container.is-image {
    max-width: 1200px;
  }
}

/* ===== mv ===== */
.mv_sec {
  background: #FDF0E5;
}
@media print, screen and (min-width: 768px) {
  .mv_sec {
    margin-bottom: 12rem;
  }
}
.mv_container {
  position: relative;
}
.mv_inner {
  position: relative;
  padding: 0 2rem;
}
@media print, screen and (min-width: 768px) {
  .mv_inner {
    margin: 0 auto;
    max-width: 162rem;
  }
}
.mv_logo01 {
  position: absolute;
  top: 5rem;
  left: 2rem;
  line-height: 0;
  z-index: 20;
}
@media print, screen and (min-width: 768px) {
  .mv_logo01 {
    top: 9rem;
  }
}
.mv_logo01 img {
  width: 25rem;
}
@media print, screen and (min-width: 768px) {
  .mv_logo01 img {
    width: 60rem;
  }
}
.mv_txt01 {
  position: absolute;
  top: 10.5rem;
  left: 2rem;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  z-index: 20;
}
@media print, screen and (min-width: 768px) {
  .mv_txt01 {
    top: 23rem;
    font-size: 3.2rem;
  }
}
.mv_btn01 {
  position: absolute;
  bottom: -4rem;
  right: 2rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  z-index: 20;
}
@media print, screen and (min-width: 768px) {
  .mv_btn01 {
    right: 6rem;
    bottom: 6rem;
    font-size: 1.4rem;
    font-weight: 600;
  }
}
.mv_btn01 a {
  display: flex;
  position: relative;
  padding-bottom: 3rem;
  border: 2px solid #ED6C00;
  border-radius: 100%;
  width: 12rem;
  height: 12rem;
  background: #ED6C00;
  color: #fff;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  .mv_btn01 a {
    padding-bottom: 5.5rem;
    width: 21rem;
    height: 21rem;
  }
}
.mv_btn01 a::before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: 0.3rem;
  bottom: 2.3rem;
  width: 2.2rem;
  height: 2rem;
  background: transparent url("../img/service/dx-consul/icon_play_white.svg") 50% 50% no-repeat;
  background-size: contain;
  content: "";
}
@media print, screen and (min-width: 768px) {
  .mv_btn01 a::before {
    margin-left: 0.5rem;
    bottom: 4rem;
    width: 3.7rem;
    height: 4.3rem;
  }
}
.mv_btn01 a span {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .mv_btn01 a:hover {
    background-color: #fff;
    color: #ED6C00;
  }
  .mv_btn01 a:hover::before {
    background: url(../img/service/dx-consul/icon_play.svg);
  }
}
.mv_img01 {
  position: relative;
  padding: 11rem 0 1.5rem 0;
  z-index: 10;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .mv_img01 {
    padding: 15rem 4rem 6rem 4rem;
  }
}
.mv_img01 img {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .mv_img01 img {
    width: 150rem;
  }
}
.mv_list01 {
  display: flex;
  padding: 5rem 1rem;
  background: #F1F1F1;
  font-size: 1.2rem;
  font-weight: 500;
  justify-content: center;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .mv_list01 {
    margin-bottom: 12rem;
    padding: 1.7rem 2rem;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .mv_list01 li {
    margin: 0 0.5rem;
  }
}
.mv_list01 a {
  display: block;
  padding: 1.1rem 1rem;
}
@media print, screen and (min-width: 768px) {
  .mv_list01 a {
    padding: 1rem 2rem;
  }
  .mv_list01 a:hover {
    color: #ED6C00;
  }
  .mv_list01 a:hover .icon::before {
    border-color: #ED6C00;
  }
}
.mv_list01 .icon {
  position: relative;
  display: block;
  padding-right: 1.7rem;
}
@media print, screen and (min-width: 768px) {
  .mv_list01 .icon {
    padding-right: 2rem;
  }
}
.mv_list01 .icon::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  border-top: 2px solid #646464;
  border-right: 2px solid #646464;
  width: 0.8rem;
  height: 0.8rem;
  -webkit-transform: translateY(-75%) rotate(135deg);
          transform: translateY(-75%) rotate(135deg);
  content: "";
}
@media only screen and (max-width: 767px) {
  .mv_list01 .is-contact {
    margin-top: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .mv_list01 .is-contact {
    margin-left: 3rem;
  }
}
.mv_list01 .is-contact a {
  padding: 1.1rem 2rem;
  border-radius: 5rem;
  width: 26rem;
  background: #ED6C00;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .mv_list01 .is-contact a {
    box-shadow: 0 0.3rem 2rem rgba(0, 0, 0, 0.16);
  }
}
@media print, screen and (min-width: 768px) {
  .mv_list01 .is-contact a {
    padding: 1.1rem 2rem;
    width: 18rem;
  }
  .mv_list01 .is-contact a:hover {
    background-color: #fff;
    color: #ED6C00;
  }
  .mv_list01 .is-contact a:hover .icon::before {
    border-color: #ED6C00;
  }
}
.mv_list01 .is-contact .icon {
  padding-right: 1rem;
}
@media print, screen and (min-width: 768px) {
  .mv_list01 .is-contact .icon {
    padding-right: 0;
  }
}
.mv_list01 .is-contact .icon::before {
  border-color: #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  content: "";
}
@media print, screen and (min-width: 768px) {
  .mv_list01 .is-contact .icon::before {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .mv_list01 .is-contact .icon span {
    display: none;
  }
}

/* ===== vision ===== */
.vision_sec {
  margin-bottom: 17rem;
}
@media print, screen and (min-width: 768px) {
  .vision_sec {
    margin-bottom: 15rem;
  }
}
@media only screen and (max-width: 767px) {
  .vision_sec .m-sec01_container {
    padding-top: 7rem;
    padding-bottom: 7rem;
    background: #FFFCD9;
  }
}
@media print, screen and (min-width: 768px) {
  .vision_sec .m-sec01_container {
    padding: 15rem 12rem 20rem 12rem;
  }
  .vision_sec .m-sec01_container::before {
    position: absolute;
    top: 0;
    left: -14rem;
    width: calc(100% + 14rem + 50vw);
    height: 100%;
    background: #FFFCD9;
    z-index: -1;
    content: "";
  }
}
@media only screen and (max-width: 767px) {
  .vision_ttl01 {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .vision_ttl02 {
    margin-bottom: 5rem;
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .vision_ttl02 {
    margin-bottom: 7rem;
  }
}
.vision_box01 {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .vision_box01_inner01 {
    margin-bottom: 6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .vision_box01_inner01 {
    width: 68rem;
  }
}
@media only screen and (max-width: 767px) {
  .vision_box01_inner02 {
    margin-bottom: -14rem;
  }
}
@media print, screen and (min-width: 768px) {
  .vision_box01_inner02 {
    flex: 1;
  }
}
.vision_txt01 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.2;
}
@media only screen and (max-width: 767px) {
  .vision_txt01 {
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .vision_txt01 {
    font-size: 2.4rem;
  }
}
.vision_txt01:not(:last-child) {
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 768px) {
  .vision_txt01:not(:last-child) {
    margin-bottom: 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .vision_img01 {
    margin: 0 -2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .vision_img01 {
    position: absolute;
    top: 11rem;
    right: -39rem;
  }
}
.vision_img01 img {
  width: 36rem;
}
@media print, screen and (min-width: 768px) {
  .vision_img01 img {
    width: 85rem;
  }
}

/* ===== points ===== */
.points_sec {
  margin-bottom: 7rem;
}
@media print, screen and (min-width: 768px) {
  .points_sec .m-sec01_container {
    padding-left: 12rem;
    padding-right: 12rem;
  }
}
.points_ttl01 {
  text-align: center;
}
.points_sec02 {
  margin-bottom: 6rem;
}
@media print, screen and (min-width: 768px) {
  .points_sec02 {
    margin-bottom: 12rem;
  }
}
.points_list01 {
  margin: 0 2rem 4rem 2rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #ED6C00;
}
@media print, screen and (min-width: 768px) {
  .points_list01 {
    display: flex;
    margin: 0 -2rem 8rem -2rem;
    font-size: 2.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .points_list01 li:not(:last-child) {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .points_list01 li {
    margin: 0 2rem;
    flex: 1;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .points_list01 figure {
    display: flex;
    align-items: center;
  }
}
.points_list01_img {
  display: flex;
  border-radius: 100%;
  width: 10rem;
  height: 10rem;
  background: #EBEBEB;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .points_list01_img {
    margin: 0 auto;
    width: 24rem;
    height: 24rem;
  }
}
.points_list01_img .m-img01 {
  padding-bottom: 0;
  width: 3.8rem;
  height: 3.8rem;
  background: transparent;
}
@media print, screen and (min-width: 768px) {
  .points_list01_img .m-img01 {
    width: 9rem;
    height: 9rem;
  }
}
@media only screen and (max-width: 767px) {
  .points_list01 figcaption {
    margin-left: 2rem;
    flex: 1;
  }
}
@media print, screen and (min-width: 768px) {
  .points_list01 figcaption {
    margin-top: 2.5rem;
    text-align: center;
  }
}
.points_box01 {
  padding: 3rem;
  border-radius: 1rem;
  background: #FFFCD9;
}
@media print, screen and (min-width: 768px) {
  .points_box01 {
    padding: 5rem 10rem;
    border-radius: 2rem;
  }
}
.points_ttl02 {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .points_ttl02 {
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .points_ttl02 {
    text-align: center;
  }
}
.points_txt01 {
  font-size: 1.3rem;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .points_txt01 {
    font-size: 2rem;
    text-align: center;
  }
}
.points_list02 {
  display: flex;
  margin: 0 2rem;
  font-size: 1.3rem;
  font-weight: 500;
  flex-wrap: wrap;
  counter-reset: points-cnt;
}
@media print, screen and (min-width: 768px) {
  .points_list02 {
    margin: -3.5rem -4rem;
    font-size: 1.5rem;
  }
}
.points_list02 > li {
  counter-increment: points-cnt;
}
@media only screen and (max-width: 767px) {
  .points_list02 > li:not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .points_list02 > li {
    margin: 3.5rem 4rem;
    width: calc(50% - 8rem - 0.1px);
  }
}
.points_list02_img {
  display: block;
  border-radius: 1rem;
  background: #F4F4F4;
}
@media print, screen and (min-width: 768px) {
  .points_list02_img {
    border-radius: 2rem;
  }
}
.points_list02 figcaption {
  margin-top: 1rem;
}
@media print, screen and (min-width: 768px) {
  .points_list02 figcaption {
    margin-top: 1.5rem;
  }
}
.points_list02_ttl {
  display: flex;
  position: relative;
  margin-bottom: 1rem;
  padding-left: 8.5rem;
  min-height: 9rem;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.4;
  color: #ED6C00;
  justify-content: center;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  .points_list02_ttl {
    margin-bottom: 2.5rem;
    padding-left: 12.5rem;
    min-height: 13.5rem;
    font-size: 4.8rem;
  }
}
.points_list02_ttl::before, .points_list02_ttl::after {
  position: absolute;
  top: 1rem;
  font-family: "Roboto", "Noto Sans JP", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .points_list02_ttl::before, .points_list02_ttl::after {
    top: 0.5rem;
  }
}
.points_list02_ttl::before {
  left: 0;
  font-size: 1.4rem;
  font-weight: 800;
  -webkit-transform: translateX(-100%) rotate(-90deg);
          transform: translateX(-100%) rotate(-90deg);
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  content: "POINT";
}
@media print, screen and (min-width: 768px) {
  .points_list02_ttl::before {
    left: 0.5rem;
    font-size: 2rem;
  }
}
.points_list02_ttl::after {
  margin-top: -0.1em;
  left: 1.7rem;
  font-size: 9rem;
  content: counter(points-cnt);
}
@media print, screen and (min-width: 768px) {
  .points_list02_ttl::after {
    left: 3rem;
    font-size: 12rem;
  }
}
.points_list02_ttl span {
  display: block;
}
.points_list02_txt {
  line-height: 2;
}

/* ===== features ===== */
.features_sec {
  margin-bottom: 7rem;
  padding-top: 7rem;
  padding-bottom: 7rem;
  background: #FFFCD9;
}
@media print, screen and (min-width: 768px) {
  .features_sec {
    padding-top: 15rem;
    padding-bottom: 12rem;
  }
}
@media print, screen and (min-width: 768px) {
  .features_sec .m-sec01_container {
    padding-left: 12rem;
    padding-right: 12rem;
  }
}
.features_ttl01 {
  text-align: center;
}
.features_sec02 {
  margin-bottom: 6rem;
}
@media print, screen and (min-width: 768px) {
  .features_sec02 {
    margin-bottom: 12rem;
  }
}
.features_txt01 {
  margin-bottom: 4rem;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .features_txt01 {
    margin-bottom: 6rem;
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .features_list01 {
    display: flex;
    margin: 0 -2rem;
  }
}
.features_list01 > li {
  padding: 3rem;
  border-radius: 1rem;
}
@media only screen and (max-width: 767px) {
  .features_list01 > li:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .features_list01 > li {
    margin: 0 2rem;
    padding: 5rem 6rem;
    border-radius: 1.5rem;
    width: calc(50% - 4rem - 0.1px);
  }
}
.features_list01 > li.is-consulting {
  background-color: #F2717A;
  color: #fff;
}
.features_list01 > li.is-technical {
  background-color: #64C0AB;
  color: #fff;
}
.features_list01_ttl01 {
  margin-bottom: 2rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .features_list01_ttl01 {
    font-size: 2.4rem;
  }
}
.features_list01_ttl02 {
  margin-bottom: 3rem;
  padding: 0.7rem;
  border-radius: 0.5rem;
  background: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .features_list01_ttl02 {
    margin-bottom: 4rem;
    border-radius: 1rem;
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .features_list01_ttl02 sup {
    font-size: 1.8rem;
  }
}
.is-consulting .features_list01_ttl02 {
  color: #F2717A;
}
.is-technical .features_list01_ttl02 {
  color: #64C0AB;
}
.features_list01_txt01 {
  font-size: 1.3rem;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .features_list01_txt01 {
    font-size: 1.4rem;
  }
}
.features_ttl02 {
  margin-bottom: 2rem;
  padding: 1.5rem;
  border-radius: 1rem;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .features_ttl02 {
    margin-bottom: 4rem;
    padding: 2.5rem;
    border-radius: 1.5rem;
    font-size: 3.2rem;
  }
}
.is-consulting .features_ttl02 {
  background-color: #F2717A;
}
.is-technical .features_ttl02 {
  background-color: #64C0AB;
}
.features_list02 {
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 768px) {
  .features_list02 {
    margin-bottom: 4rem;
  }
}
.features_list02 > li {
  display: flex;
  position: relative;
}
.features_list02 > li:not(:last-child) {
  margin-bottom: 1rem;
}
.is-consulting .features_list02 > li:not(:last-child) {
  padding-bottom: 3rem;
}
.is-consulting .features_list02 > li:not(:last-child)::before {
  position: absolute;
  left: 14.5rem;
  bottom: 0;
  border-top: 2rem solid #787878;
  border-bottom: 0;
  border-left: 2.4rem solid transparent;
  border-right: 2.4rem solid transparent;
  content: "";
}
@media print, screen and (min-width: 768px) {
  .is-consulting .features_list02 > li:not(:last-child)::before {
    left: 11.5rem;
  }
}
.features_list02_ttl01 {
  display: flex;
  padding: 1rem;
  width: 4.5rem;
  background: #000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .features_list02_ttl01 {
    margin-right: 1rem;
    padding: 2rem 1rem;
    width: 28rem;
    font-size: 2.6rem;
    line-height: 1.6;
  }
}
.is-consulting .features_list02_ttl01 {
  background-color: #F2717A;
}
.is-technical .features_list02_ttl01 {
  background-color: #64C0AB;
}
.features_list02_box01 {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .features_list02_box01 {
    padding: 2rem 2.5rem;
    background: #fff;
  }
}
.features_list02_box02 {
  padding: 2rem 2.5rem;
  background: #fff;
  flex: 1;
}
@media print, screen and (min-width: 768px) {
  .features_list02_box02 {
    padding: 3rem 4rem;
    min-width: 54rem;
  }
}
.features_list02_box02:not(:last-of-type) {
  margin-bottom: 2.5rem;
}
@media print, screen and (min-width: 768px) {
  .features_list02_box02:not(:last-of-type) {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .features_list02_box01 .features_list02_box02 {
    padding: 0;
  }
}
.features_list02_ttl02 {
  display: flex;
  padding: 1rem;
  width: 24rem;
  background: #FDEAEB;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .features_list02_ttl02 {
    margin-bottom: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .features_list02_ttl02 {
    margin-right: 1rem;
    padding: 2rem 1rem;
    width: 24rem;
    font-size: 2rem;
  }
  .features_list02_ttl02:not(:last-of-type) {
    margin-bottom: 1rem;
  }
}
.is-consulting .features_list02_ttl02 {
  background-color: #FDEAEB;
}
.is-technical .features_list02_ttl02 {
  background-color: #E8F6F3;
}
.features_list02_txt01 {
  font-size: 1.3rem;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .features_list02_txt01 {
    font-size: 1.5rem;
  }
}
.features_list02_list01, .features_list02_list02, .features_list02_list03 {
  font-size: 1.3rem;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .features_list02_list01, .features_list02_list02, .features_list02_list03 {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .features_list02_list01 > li:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.features_list02_list03 {
  margin-top: 1rem;
}
@media print, screen and (min-width: 768px) {
  .features_list02_list03 {
    margin-top: 1.5rem;
  }
}
.features_list02_list04 {
  margin-top: 1rem;
  font-size: 1.2rem;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .features_list02_list04 {
    margin-top: 1.5rem;
    font-size: 1.3rem;
  }
}
.features_box01 {
  margin: 0 auto;
  padding: 1.8rem 2.3rem;
  border-radius: 1rem;
  border: 2px solid #000;
  width: 28rem;
}
@media print, screen and (min-width: 768px) {
  .features_box01 {
    display: flex;
    width: 84rem;
    justify-content: center;
    align-items: center;
  }
}
.is-consulting .features_box01 {
  width: 29rem;
  border-color: #F2717A;
}
@media print, screen and (min-width: 768px) {
  .is-consulting .features_box01 {
    width: 100rem;
  }
}
.is-technical .features_box01 {
  border-color: #64C0AB;
}
.features_ttl03 {
  font-size: 1.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .features_ttl03 {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .features_ttl03 {
    margin-right: 3rem;
    font-size: 2rem;
  }
}
.is-consulting .features_ttl03 {
  color: #F2717A;
}
.is-technical .features_ttl03 {
  color: #64C0AB;
}
.features_txt02 {
  font-size: 1.3rem;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .features_txt02 {
    font-size: 1.5rem;
  }
}
.features_box02 {
  margin-top: 4rem;
  padding: 2rem 2.5rem 3rem 2.5rem;
  background: #fff;
}
@media print, screen and (min-width: 768px) {
  .features_box02 {
    margin-top: 8rem;
    padding: 4rem 5rem 5rem 5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .features_list03 > li {
    display: flex;
    align-items: center;
  }
}
.features_list03 > li:not(:last-child) {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 3px dotted #000;
}
@media print, screen and (min-width: 768px) {
  .features_list03 > li:not(:last-child) {
    margin-bottom: 5rem;
    padding-bottom: 5rem;
  }
}
.is-consulting .features_list03 > li:not(:last-child) {
  border-bottom-color: #F2717A;
}
.is-technical .features_list03 > li:not(:last-child) {
  border-bottom-color: #64C0AB;
}
@media only screen and (max-width: 767px) {
  .features_list03_inner01 {
    margin-bottom: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .features_list03_inner01 {
    margin-right: 5rem;
    width: 60rem;
  }
}
@media print, screen and (min-width: 768px) {
  .features_list03_inner02 {
    flex: 1;
  }
}
.features_list03_ttl01 {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #F2717A;
}
@media print, screen and (min-width: 768px) {
  .features_list03_ttl01 {
    margin-bottom: 3rem;
    font-size: 2.8rem;
  }
}
.is-consulting .features_list03_ttl01 {
  color: #F2717A;
}
.is-technical .features_list03_ttl01 {
  color: #64C0AB;
}
.features_list03_txt01, .features_list03_list01 {
  font-size: 1.3rem;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .features_list03_txt01, .features_list03_list01 {
    font-size: 1.5rem;
  }
}
.features_ttl04 {
  margin-bottom: 2rem;
  padding: 1rem;
  border-radius: 0.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .features_ttl04 {
    margin-bottom: 4rem;
    border-radius: 1rem;
    font-size: 2rem;
  }
}
.is-consulting .features_ttl04 {
  background-color: #F2717A;
}
.is-technical .features_ttl04 {
  background-color: #64C0AB;
}
.features_txt03 {
  margin-bottom: 2rem;
  font-size: 1.3rem;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .features_txt03 {
    margin-bottom: 4rem;
    font-size: 1.5rem;
  }
}

/* ===== stories ===== */
.stories_sec {
  margin-bottom: 7rem;
}
@media print, screen and (min-width: 768px) {
  .stories_sec {
    margin-bottom: 22rem;
  }
}
@media print, screen and (min-width: 768px) {
  .stories_sec .m-sec01_container {
    padding-left: 12rem;
    padding-right: 12rem;
  }
}
.stories_ttl01 {
  text-align: center;
}
.stories_list01_wrap {
  margin: 0 -2rem;
  overflow: visible;
}
.stories_list01_wrap .swiper-button-prev,
.stories_list01_wrap .swiper-button-next {
  margin-top: -4rem;
  border: 2px solid #ED6C00;
  border-radius: 100%;
  width: 8rem;
  height: 8rem;
  background: #ED6C00;
  -webkit-appearance: none;
          appearance: none;
  transition: border-color 0.3s, background-color 0.3s;
}
@media only screen and (max-width: 767px) {
  .stories_list01_wrap .swiper-button-prev,
  .stories_list01_wrap .swiper-button-next {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .stories_list01_wrap .swiper-button-prev:hover,
  .stories_list01_wrap .swiper-button-next:hover {
    background-color: #fff;
  }
  .stories_list01_wrap .swiper-button-prev:hover::before,
  .stories_list01_wrap .swiper-button-next:hover::before {
    border-color: #ED6C00;
  }
}
.stories_list01_wrap .swiper-button-prev::before,
.stories_list01_wrap .swiper-button-next::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  margin-right: 3.5rem;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  width: 1.6rem;
  height: 1.6rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  transition: border-color 0.3s;
  content: "";
}
.stories_list01_wrap .swiper-button-prev::after,
.stories_list01_wrap .swiper-button-next::after {
  display: none;
}
.stories_list01_wrap .swiper-button-prev {
  left: -4rem;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
.stories_list01_wrap .swiper-button-next {
  right: -4rem;
}
.stories_list01_wrap .swiper-pagination-bullets {
  position: static;
  display: flex;
  margin-bottom: 2rem;
  left: 0;
  bottom: 0;
  padding: 0 1rem;
  align-items: center;
  justify-content: center;
  counter-reset: case-cnt;
}
@media print, screen and (min-width: 768px) {
  .stories_list01_wrap .swiper-pagination-bullets {
    display: none;
  }
}
.stories_list01_wrap .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  position: relative;
  margin: 0 1rem;
  padding: 1.3rem 0.3rem;
  border-radius: 0.5rem;
  width: auto;
  max-width: 10rem;
  height: auto;
  background: #787878;
  opacity: 1;
  flex: 1;
  transition: background-color 0.3s;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  counter-increment: case-cnt;
}
.stories_list01_wrap .swiper-pagination-bullets .swiper-pagination-bullet::before {
  content: "CASE " counter(case-cnt);
}
.stories_list01_wrap .swiper-pagination-bullets .swiper-pagination-bullet::after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -1rem;
  border-top: 1.1rem solid #787878;
  border-bottom: 0;
  border-left: 0.8rem solid transparent;
  border-right: 0.8rem solid transparent;
  transition: border-color 0.3s;
  content: "";
}
@media print, screen and (min-width: 768px) {
  .stories_list01_wrap .swiper-pagination-bullets .swiper-pagination-bullet:hover {
    background-color: #ED6C00;
  }
  .stories_list01_wrap .swiper-pagination-bullets .swiper-pagination-bullet:hover::after {
    border-top-color: #ED6C00;
  }
}
.stories_list01_wrap .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #ED6C00;
}
.stories_list01_wrap .swiper-pagination-bullets .swiper-pagination-bullet-active::after {
  border-top-color: #ED6C00;
}
.stories_list01_wrap.is-noslide .swiper-button-prev,
.stories_list01_wrap.is-noslide .swiper-button-next,
.stories_list01_wrap.is-noslide .swiper-pagination-bullets {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .stories_list01_wrap.is-noslide_pc .swiper-button-prev,
  .stories_list01_wrap.is-noslide_pc .swiper-button-next {
    display: none;
  }
}
.stories_list01_wrap .swiper-slide-duplicate {
  speak: none;
}
.stories_list01 > li {
  padding: 0 2rem;
}
.stories_list01_ttl01 {
  margin-left: auto;
  padding: 1rem;
  border-radius: 1rem 1rem 0 0;
  width: 30rem;
  background: #787878;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .stories_list01_ttl01 {
    display: none;
  }
}
.stories_list01_box01 {
  position: relative;
  padding: 2.4rem 2.4rem;
  border: 1px solid #000;
  border-radius: 1rem;
  background: #FFFCD9;
}
@media print, screen and (min-width: 768px) {
  .stories_list01_box01 {
    padding: 3.3rem 5.8rem 3.8rem 5.8rem;
    border-width: 2px;
    border-radius: 2rem 0 2rem 2rem;
    min-height: 86rem;
  }
}
.stories_list01_list01 {
  display: flex;
  margin: 0 -0.7rem 1.5rem -0.7rem;
  font-size: 1.1rem;
  font-weight: 500;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .stories_list01_list01 {
    margin: 0 -1rem 1.5rem -1rem;
    font-size: 1.6rem;
  }
}
.stories_list01_list01 li {
  margin: 0 0.7rem;
  text-decoration: underline;
}
@media print, screen and (min-width: 768px) {
  .stories_list01_list01 li {
    margin: 0 1rem;
  }
}
.stories_list01_list01 li::before {
  content: "# ";
}
.stories_list01_ttl02 {
  margin-bottom: 2rem;
  padding-bottom: 1.9rem;
  border-bottom: 1px solid #646464;
  font-size: 2.4rem;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .stories_list01_ttl02 {
    margin-bottom: 4rem;
    padding-bottom: 2.5rem;
    border-width: 2px;
    font-size: 4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .stories_list01_box02 {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .stories_list01_box02_inner01 {
    margin-bottom: 3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .stories_list01_box02_inner01 {
    flex: 1;
  }
}
@media print, screen and (min-width: 768px) {
  .stories_list01_box02_inner02 {
    margin-left: 5rem;
    margin-bottom: 4rem;
    width: 46rem;
  }
}
.stories_list01_ttl03 {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.4rem 1.4rem;
  border: 1px solid #646464;
  border-radius: 3rem;
  background: #fff;
  font-size: 1.4rem;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .stories_list01_ttl03 {
    margin-bottom: 2rem;
    padding: 0.6rem 2.3rem;
    border-width: 2px;
    font-size: 2rem;
  }
}
.stories_list01_txt01 {
  font-size: 1.3rem;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .stories_list01_txt01 {
    font-size: 1.5rem;
  }
}
.stories_list01_txt01:not(:last-child) {
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 768px) {
  .stories_list01_txt01:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.stories_list01_txt01 + .stories_list01_txt01 {
  margin-top: -1rem;
}
@media print, screen and (min-width: 768px) {
  .stories_list01_txt01 + .stories_list01_txt01 {
    margin-top: -2rem;
  }
}
.stories_list01_img01 > li:not(:last-child) {
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 768px) {
  .stories_list01_img01 > li:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.stories_list01_img01 a {
  display: block;
  position: relative;
  border: 1px solid #CCC;
  overflow: hidden;
}
.stories_list01_img01 a img {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.stories_list01_img01 a::before {
  position: absolute;
  bottom: -1px;
  right: -1px;
  border: 1px solid #CCC;
  width: 4rem;
  height: 4rem;
  background: #fff url(../img/service/dx-consul/icon_zoom.svg) 50% 50% no-repeat;
  background-size: 2.4rem auto;
  z-index: 20;
  content: "";
}
@media print, screen and (min-width: 768px) {
  .stories_list01_img01 a:hover {
    border-color: #ED6C00;
  }
  .stories_list01_img01 a:hover::before {
    border-color: #ED6C00;
  }
  .stories_list01_img01 a:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.stories_list01_txt02 {
  font-size: 1rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .stories_list01_txt02 {
    margin-top: 3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .stories_list01_txt02 {
    position: absolute;
    bottom: 4rem;
    right: 5.8rem;
    line-height: 1.6;
    text-align: right;
  }
}

/* ===== flow ===== */
.flow_sec {
  margin-bottom: 7rem;
}
@media print, screen and (min-width: 768px) {
  .flow_sec {
    margin-bottom: 12rem;
  }
}
@media print, screen and (min-width: 768px) {
  .flow_sec .m-sec01_container {
    padding-left: 12rem;
    padding-right: 12rem;
  }
}
.flow_ttl01 {
  text-align: center;
}
.flow_list01 {
  position: relative;
  padding: 2rem 0 3rem 0;
}
@media print, screen and (min-width: 768px) {
  .flow_list01 {
    padding: 2rem 0 6rem 0;
  }
}
.flow_list01::before {
  position: absolute;
  top: 0;
  left: 1.6rem;
  width: 1px;
  height: 100%;
  background: #000;
  content: "";
}
@media print, screen and (min-width: 768px) {
  .flow_list01::before {
    left: 7.7rem;
  }
}
.flow_list01::after {
  position: absolute;
  bottom: 0;
  left: 1.6rem;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  width: 2rem;
  height: 2rem;
  -webkit-transform: translateX(-100%) scaleX(80%) rotate(45deg);
          transform: translateX(-100%) scaleX(80%) rotate(45deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  content: "";
}
@media print, screen and (min-width: 768px) {
  .flow_list01::after {
    left: 7.7rem;
    width: 3rem;
    height: 3rem;
  }
}
.flow_list01 > li {
  position: relative;
  padding-left: 3rem;
}
@media only screen and (max-width: 767px) {
  .flow_list01 > li {
    padding-right: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .flow_list01 > li {
    display: flex;
    padding-left: 13rem;
    align-items: center;
  }
}
.flow_list01 > li:not(:last-child) {
  margin-bottom: 2.5rem;
}
.flow_list01 > li::before {
  position: absolute;
  top: 1.6rem;
  left: 1.2rem;
  border-radius: 100%;
  width: 1rem;
  height: 1rem;
  background: #ED6C00;
  content: "";
}
@media print, screen and (min-width: 768px) {
  .flow_list01 > li::before {
    top: 50%;
    left: 7rem;
    width: 1.6rem;
    height: 1.6rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.flow_list01_ttl01 {
  display: flex;
  padding: 1rem;
  border-radius: 1rem;
  background: #FDE9D9;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .flow_list01_ttl01 {
    margin-right: 3rem;
    padding: 1.7rem;
    width: 22rem;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .flow_list01_box01 {
    margin: 1.5rem 2rem 0 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .flow_list01_box01 {
    flex: 1;
  }
}
.flow_list01_txt01 {
  font-size: 1.3rem;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .flow_list01_txt01 {
    font-size: 1.5rem;
  }
}

/* ===== faq ===== */
.faq_sec {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background: #F4F4F4;
}
@media print, screen and (min-width: 768px) {
  .faq_sec {
    padding-top: 15rem;
    padding-bottom: 12rem;
  }
}
@media print, screen and (min-width: 768px) {
  .faq_sec .m-sec01_container {
    padding-left: 12rem;
    padding-right: 12rem;
  }
}
.faq_ttl01 {
  text-align: center;
}
.faq_list01 {
  font-size: 1.5rem;
  line-height: 1.6;
}
.faq_list01 > li {
  border-bottom: 1px solid #000;
}
.faq_list01 > li:first-child {
  border-top: 1px solid #000;
}
.faq_list01_question {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  cursor: pointer;
  transition: color 0.3s;
}
@media print, screen and (min-width: 768px) {
  .faq_list01_question {
    font-size: 1.8rem;
  }
}
.faq_list01_question::before {
  display: flex;
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  border-radius: 100%;
  width: 3.6rem;
  height: 3.6rem;
  background: #787878;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s, color 0.3s;
  content: "Q";
}
@media print, screen and (min-width: 768px) {
  .faq_list01_question::before {
    top: 3rem;
    left: 3rem;
    width: 4.8rem;
    height: 4.8rem;
    font-size: 1.6rem;
  }
}
.faq_list01_question h4 {
  position: relative;
  padding: 2rem 5rem 2rem 6.5rem;
  font-weight: inherit;
}
@media print, screen and (min-width: 768px) {
  .faq_list01_question h4 {
    padding: 4rem 8rem 4rem 10rem;
  }
}
.faq_list01_question h4::before, .faq_list01_question h4::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2rem;
  width: 1.6rem;
  height: 2px;
  background: #000;
  transition: background-color 0.3s, opacity 0.3s;
  content: "";
}
@media print, screen and (min-width: 768px) {
  .faq_list01_question h4::before, .faq_list01_question h4::after {
    right: 3rem;
    width: 2.4rem;
  }
}
.faq_list01_question h4::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.faq_list01_question.is-active h4::after {
  opacity: 0;
}
@media print, screen and (min-width: 768px) {
  .faq_list01_question:hover {
    color: #ED6C00;
  }
  .faq_list01_question:hover::before {
    background-color: #ED6C00;
  }
  .faq_list01_question:hover h4::before, .faq_list01_question:hover h4::after {
    background-color: #ED6C00;
  }
}
.faq_list01_answer {
  display: none;
  position: relative;
  margin-bottom: 3rem;
  padding: 2rem 3rem 2rem 6.5rem;
  border-radius: 1rem;
  background: #fff;
}
@media print, screen and (min-width: 768px) {
  .faq_list01_answer {
    padding: 4rem 8rem 4rem 10rem;
  }
}
.faq_list01_answer::before {
  display: flex;
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  border-radius: 100%;
  width: 3.6rem;
  height: 3.6rem;
  background: #ED6C00;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
  align-items: center;
  justify-content: center;
  content: "A";
}
@media print, screen and (min-width: 768px) {
  .faq_list01_answer::before {
    top: 3rem;
    left: 3rem;
    width: 4.8rem;
    height: 4.8rem;
    font-size: 1.6rem;
  }
}
.faq_list01_txt01 {
  font-size: 1.3rem;
}
@media print, screen and (min-width: 768px) {
  .faq_list01_txt01 {
    font-size: 1.5rem;
  }
}
.faq_list02 {
  margin-top: 2rem;
  font-size: 1.2rem;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .faq_list02 {
    margin-top: 3rem;
  }
}
.faq_btn01 {
  margin-top: 6rem;
  line-height: 0;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .faq_btn01 {
    margin-top: 12rem;
  }
}
.faq_btn01 .dx_btn01 {
  min-width: 26rem;
}
@media print, screen and (min-width: 768px) {
  .faq_btn01 .dx_btn01 {
    min-width: 60rem;
  }
}

/* ===== contact ===== */
.contact_btn {
  position: fixed;
  bottom: 1.8rem;
  left: 0;
  width: 100%;
  line-height: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
  z-index: 30;
}
@media print, screen and (min-width: 768px) {
  .contact_btn {
    bottom: 3rem;
  }
}
.contact_btn.is-visible {
  opacity: 1;
  visibility: visible;
}
.contact_btn .dx_btn01 {
  min-width: 26rem;
}
@media print, screen and (min-width: 768px) {
  .contact_btn .dx_btn01 {
    min-width: 60rem;
  }
}

/* ===== review number ===== */
.review_number {
  margin-top: 5rem;
  margin-bottom: -7.5rem;
  text-align: right;
  font-size: 1.2rem;
  font-weight: 500;
  color: #646464;
}
@media print, screen and (min-width: 768px) {
  .review_number {
    margin-top: 9rem;
    margin-bottom: -11rem;
  }
}