:root {
  --font-size-base: 1;
  --text-size-scale: 1.2;
}

.hc-inner-box {
  width: 100%;
  border: 1px solid #00bfb3;
  border-radius: 0.6rem;
  padding: 4rem 5.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin-top: 8rem;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 768px) {
  .hc-inner-box {
    padding: 3.5rem 4.5rem;
  }
}
.hc-inner-box h3 {
  color: #00bfb3;
  font-size: calc(22 * var(--font-size-base) * 0.1rem);
  line-height: 1em;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .hc-inner-box h3 {
    font-size: calc(32 * var(--font-size-base) * 0.1rem);
  }
}
.hc-inner-box p {
  font-size: calc(16 * var(--font-size-base) * 0.1rem);
  line-height: 1.8em;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .hc-inner-box p {
    font-size: calc(26 * var(--font-size-base) * 0.1rem);
  }
}

.hc-contents-inner-head {
  display: flex;
  align-items: flex-start;
}
.hc-contents-inner-head h3 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  color: #00bfb3;
  width: 11rem;
}
@media only screen and (max-width: 768px) {
  .hc-contents-inner-head h3 {
    width: 14rem;
  }
}
.hc-contents-inner-head h3 small {
  font-size: calc(16 * var(--font-size-base) * 0.1rem);
  line-height: 1em;
  margin-bottom: 0.6rem;
}
@media only screen and (max-width: 768px) {
  .hc-contents-inner-head h3 small {
    font-size: calc(21 * var(--font-size-base) * 0.1rem);
  }
}
.hc-contents-inner-head h3 span {
  font-size: calc(60 * var(--font-size-base) * 0.1rem);
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  line-height: 1em;
}
@media only screen and (max-width: 768px) {
  .hc-contents-inner-head h3 span {
    font-size: calc(70 * var(--font-size-base) * 0.1rem);
  }
}
.hc-contents-inner-head h4 {
  border-left: #d9d9d6 2px solid;
  padding-left: 3rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .hc-contents-inner-head h4 {
    width: calc(100% - 14rem);
    min-height: 10rem;
  }
}
.hc-contents-inner-head h4 span {
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 1.2rem;
  font-size: calc(20 * var(--font-size-base) * 0.1rem);
}
@media only screen and (max-width: 768px) {
  .hc-contents-inner-head h4 span {
    font-size: calc(23 * var(--font-size-base) * 0.1rem);
  }
}
.hc-contents-inner-head h4 strong {
  line-height: 1.3em;
  font-weight: 500;
  font-size: calc(30 * var(--font-size-base) * 0.1rem);
}
@media only screen and (max-width: 768px) {
  .hc-contents-inner-head h4 strong {
    font-size: calc(30 * var(--font-size-base) * 0.1rem);
  }
}

.sh06-picture-area-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .sh06-picture-area-inner {
    flex-direction: column;
    align-items: center;
  }
}
.sh06-picture-area-inner > img {
  width: 45rem;
}
@media only screen and (max-width: 768px) {
  .sh06-picture-area-inner > img {
    width: 76vw;
    margin: 0 auto 5rem;
  }
}
.sh06-picture-area-inner > section {
  width: 48.5rem;
}
@media only screen and (max-width: 768px) {
  .sh06-picture-area-inner > section {
    width: 100%;
    margin: 0 auto;
  }
}
.sh06-picture-area-inner > section h5 {
  background-color: #d9d9d6;
  height: 6rem;
  width: 100%;
  font-size: calc(16 * var(--font-size-base) * 0.1rem);
  border-radius: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .sh06-picture-area-inner > section h5 {
    font-size: calc(27 * var(--font-size-base) * 0.1rem);
    height: 7rem;
    margin-bottom: 3rem;
  }
}
.sh06-picture-area-inner > section h6 {
  border-top: 1px solid #53565a;
  border-bottom: 1px solid #53565a;
  text-align: center;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(16 * var(--font-size-base) * 0.1rem);
  color: #53565a;
  margin: 3.5rem 0 2rem;
}
@media only screen and (max-width: 768px) {
  .sh06-picture-area-inner > section h6 {
    height: 7rem;
    font-size: calc(26 * var(--font-size-base) * 0.1rem);
  }
}
.sh06-picture-area-inner > section dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 48.5rem;
  margin-top: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .sh06-picture-area-inner > section dl {
    width: 100%;
    align-items: stretch;
    margin-top: 1.8rem;
  }
}
.sh06-picture-area-inner > section dl dt {
  width: 7rem;
  height: 7rem;
  background-color: #959595;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(16 * var(--font-size-base) * 0.1rem);
  color: #fff;
  margin-right: 1.5rem;
  padding: 1rem 0;
}
@media only screen and (max-width: 768px) {
  .sh06-picture-area-inner > section dl dt {
    width: 10rem;
    height: auto;
    font-size: calc(26 * var(--font-size-base) * 0.1rem);
  }
}
.sh06-picture-area-inner > section dl dt.orange {
  height: 4rem;
  background-color: #ff8200;
}
@media only screen and (max-width: 768px) {
  .sh06-picture-area-inner > section dl dt.orange {
    height: auto;
  }
}
.sh06-picture-area-inner > section dl dt.blue {
  height: 4rem;
  background-color: #00b5e2;
}
@media only screen and (max-width: 768px) {
  .sh06-picture-area-inner > section dl dt.blue {
    height: auto;
  }
}
.sh06-picture-area-inner > section dl dd {
  width: 40rem;
  font-size: calc(16 * var(--font-size-base) * 0.1rem);
  line-height: 1.8em;
}
@media only screen and (max-width: 768px) {
  .sh06-picture-area-inner > section dl dd {
    width: 54rem;
    font-size: calc(25 * var(--font-size-base) * 0.1rem);
    line-height: 1.6em;
  }
}

@media only screen and (max-width: 768px) {
  .sh06-graph01 {
    width: 100%;
    overflow-x: scroll;
  }
}
.sh06-graph01 table {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .sh06-graph01 table {
    width: 100rem;
  }
}
.sh06-graph01 table th.head01 {
  background-color: #00bfb3;
  min-height: 9rem;
  width: 21.5rem;
  color: #fff;
  font-size: calc(20 * var(--font-size-base) * 0.1rem);
  border-bottom: 1rem #fff solid;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .sh06-graph01 table th.head01 {
    font-size: calc(25 * var(--font-size-base) * 0.1rem);
  }
}
.sh06-graph01 table th.head02 {
  background-color: #00bfb3;
  color: #fff;
  font-size: calc(20 * var(--font-size-base) * 0.1rem);
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  width: 5rem;
  border-right: 1rem #fff solid;
  border-bottom: 1rem #fff solid;
  line-height: 5rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .sh06-graph01 table th.head02 {
    font-size: calc(26 * var(--font-size-base) * 0.1rem);
  }
}
.sh06-graph01 table th.head03 {
  background-color: #959595;
  min-height: 9rem;
  width: 15.5rem;
  color: #fff;
  font-size: calc(18 * var(--font-size-base) * 0.1rem);
  line-height: 1.4em;
  border-bottom: 1rem #fff solid;
  box-sizing: border-box;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .sh06-graph01 table th.head03 {
    font-size: calc(25 * var(--font-size-base) * 0.1rem);
  }
}
.sh06-graph01 table td {
  background-color: #f0f0ef;
  border-bottom: 1rem #fff solid;
  padding: 2rem;
  font-size: calc(16 * var(--font-size-base) * 0.1rem);
  line-height: 1.8em;
  border-left: 1rem #fff solid;
  min-height: 9rem;
}
@media only screen and (max-width: 768px) {
  .sh06-graph01 table td {
    font-size: calc(25 * var(--font-size-base) * 0.1rem);
  }
}/*# sourceMappingURL=SH06.css.map */