#consulting-page .lower-title .lower-title-wrapper::before {
  background-color: #41c2c4;
}
#consulting-page .lower-sub-title h2::after {
  background-color: #41c2c4;
}
#consulting-page .btn-regular {
  background-color: #41c2c4;
  font-size: 1.4rem;
}
#consulting-page .btn-line {
  border-color: #41c2c4;
  color: #41c2c4;
}
#consulting-page .btn-line:before {
  background-color: #41c2c4;
}
#consulting-page .btn-line:hover {
  background-color: #41c2c4;
  color: #fff;
}
#consulting-page .btn-line:hover:before {
  background-color: #fff;
}
#consulting-page p.step-gray {
  color: #41c2c4;
}
#consulting-page li.number-step-item::after {
  background-color: #41c2c4;
}
#consulting-page #read-wrapper {
  padding: 3rem 0 0;
}
#consulting-page #read-wrapper .flex-wrapper-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
}
@media (max-width: 767px) {
  #consulting-page #read-wrapper .flex-wrapper-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  #consulting-page #read-wrapper .flex-wrapper-row .image-wrapper {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 767px) {
  #consulting-page #read-wrapper .flex-wrapper-row .btn-wrapper {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 767px) {
  #consulting-page #about-consulting {
    padding: 3rem 0;
  }
}
#consulting-page #about-consulting .content-wrapper .flex-wrapper-row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  #consulting-page #about-consulting .content-wrapper .flex-wrapper-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
#consulting-page #about-consulting .content-wrapper .flex-wrapper-row .flex-item {
  width: 48%;
  background-color: #fff;
  padding: 3rem;
  border-radius: 1rem;
}
@media (max-width: 767px) {
  #consulting-page #about-consulting .content-wrapper .flex-wrapper-row .flex-item {
    width: 100%;
  }
}
#consulting-page #about-consulting .content-wrapper .flex-wrapper-row .flex-item img {
  height: 20rem;
}
#consulting-page #about-consulting .target-wrapper {
  text-align: center;
}
#consulting-page #about-consulting .target-wrapper p.sidebar-text::before {
  background-color: #41c2c4;
}
#consulting-page #about-consulting .target-wrapper p.sidebar-text::after {
  background-color: #41c2c4;
}
#consulting-page #about-consulting .target-wrapper ul.target-list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  #consulting-page #about-consulting .target-wrapper ul.target-list {
    gap: 1rem;
  }
}
#consulting-page #about-consulting .target-wrapper ul.target-list li {
  padding: 2.5rem 2rem;
  width: 49%;
  font-size: 1.6rem;
  border: 1px solid #41c2c4;
  background-color: #fff;
  line-height: 1.5;
  position: relative;
}
@media (max-width: 767px) {
  #consulting-page #about-consulting .target-wrapper ul.target-list li {
    width: 100%;
  }
}
#consulting-page #about-consulting .target-wrapper ul.target-list li::before {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 2rem;
  height: 2rem;
  content: "";
  -webkit-mask-image: url("../img/common/icon_check.svg");
          mask-image: url("../img/common/icon_check.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #41c2c4;
}
#consulting-page #area {
  margin: 5rem 0 0;
}
#consulting-page #area ul.area-list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  #consulting-page #area ul.area-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
#consulting-page #area ul.area-list li {
  width: 32%;
  background-color: #fff;
  padding: 3rem 2rem;
}
@media (max-width: 767px) {
  #consulting-page #area ul.area-list li {
    width: 100%;
  }
}
#consulting-page #area ul.area-list li img {
  height: 10rem;
}
#consulting-page #area ul.area-list li h3 {
  text-align: center;
}
#consulting-page #exsample {
  margin: 5rem 0 0;
}
#consulting-page #exsample ul.exsample-list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 2rem;
}
@media (max-width: 767px) {
  #consulting-page #exsample ul.exsample-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
#consulting-page #exsample ul.exsample-list li.sub-title-item {
  width: 49%;
}
@media (max-width: 767px) {
  #consulting-page #exsample ul.exsample-list li.sub-title-item {
    width: 100%;
  }
}
#consulting-page #step {
  margin: 5rem 0 0;
}
#consulting-page #step .flow-wrapper .table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
#consulting-page #step table.consulting-flow-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
#consulting-page #step table.consulting-flow-table .bg-light-cons {
  background-color: #d1f7f8;
}
#consulting-page #step table.consulting-flow-table .bg-middle-cons {
  background-color: #91ebee;
}
#consulting-page #step table.consulting-flow-table .bg-cons {
  background-color: #41c2c4;
}
#consulting-page #step table.consulting-flow-table .size-10 {
  font-size: 1rem !important;
}
#consulting-page #step table.consulting-flow-table th,
#consulting-page #step table.consulting-flow-table td {
  border: 1px solid #ddd;
  padding: 1rem 0.8rem;
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
  font-weight: 500;
}
#consulting-page #step table.consulting-flow-table thead th {
  background-color: #1d1f21;
  color: #fff;
  width: 14%;
}
#consulting-page #step table.consulting-flow-table thead th:first-child {
  width: 30%;
  background-color: #41c2c4;
}
#consulting-page #step table.consulting-flow-table tbody th {
  background-color: #41c2c4;
  text-align: left;
  padding-left: 1.6rem;
  width: 30%;
}
#consulting-page #step table.consulting-flow-table tbody td {
  background-color: #fff;
}
@media (max-width: 767px) {
  #consulting-page #step table.consulting-flow-table {
    min-width: 94rem;
  }
}
#consulting-page #service {
  margin: 5rem 0 0;
}
#consulting-page #service .flex-wrapper-row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  #consulting-page #service .flex-wrapper-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
#consulting-page #service .flex-wrapper-row .image-wrapper {
  width: 15%;
  text-align: center;
}
@media (max-width: 767px) {
  #consulting-page #service .flex-wrapper-row .image-wrapper {
    width: 100%;
    max-width: 25rem;
  }
}
#consulting-page #service .flex-wrapper-row .text-wrapper {
  width: 82%;
}
@media (max-width: 767px) {
  #consulting-page #service .flex-wrapper-row .text-wrapper {
    width: 100%;
  }
}
#consulting-page #service-detail {
  margin: 5rem 0 0;
}
#consulting-page #service-detail li.sub-title-item .sub-title-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  #consulting-page #service-detail li.sub-title-item .sub-title-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1rem;
  }
}
#consulting-page #service-detail li.sub-title-item h3 {
  line-height: 1.2;
}
#consulting-page #service-detail li.sub-title-item p.type-text {
  background-color: #41c2c4;
  padding: 0.5rem;
  border-radius: 0.5rem;
  color: #fff;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  #consulting-page #service-detail li.sub-title-item p.type-text {
    margin-left: 0;
  }
}
#consulting-page #price {
  margin: 5rem 0 0;
}
#consulting-page #price ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  #consulting-page #price ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
#consulting-page #price ul li {
  width: 49%;
}
@media (max-width: 767px) {
  #consulting-page #price ul li {
    width: 100%;
  }
}
#consulting-page #consultant {
  margin: 5rem 0 0;
}
#consulting-page #consultant .flex-wrapper-row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  #consulting-page #consultant .flex-wrapper-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
#consulting-page #consultant .flex-wrapper-row .text-wrapper {
  width: 66%;
}
@media (max-width: 767px) {
  #consulting-page #consultant .flex-wrapper-row .text-wrapper {
    width: 100%;
  }
}
#consulting-page #consultant .flex-wrapper-row .image-wrapper {
  width: 30%;
}
@media (max-width: 767px) {
  #consulting-page #consultant .flex-wrapper-row .image-wrapper {
    width: 100%;
    text-align: center;
  }
  #consulting-page #consultant .flex-wrapper-row .image-wrapper img {
    max-width: 25rem;
  }
}
#consulting-page #faq {
  margin: 5rem 0 0;
}
#consulting-page #faq .faq-read-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
#consulting-page #faq .faq-read-wrapper .image-wrapper {
  gap: 1rem;
}
#consulting-page #faq .faq-read-wrapper .image-wrapper img {
  width: 7rem;
}