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

@media only screen and (max-width: 768px) {
  .sh70-management-area {
    width: 100%;
    overflow-x: scroll;
  }
}

.sh70-management__table {
  width: 100rem;
  margin: 8rem auto 8rem;
  background-color: #fff;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .sh70-management__table {
    width: 160rem;
  }
}
.sh70-management__table::after {
  content: "";
  display: block;
  border: 6px solid #00bfb3;
  position: absolute;
}
@media not screen and (max-width: 768px), print {
  .sh70-management__table::after {
    height: 9.3rem;
    width: 100rem;
    left: -3px;
    top: 20.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .sh70-management__table::after {
    width: 160rem;
    left: 0;
    top: 27rem;
    height: 14.2rem;
  }
}
.sh70-management__table .fukidashi {
  background: url(../images/SH70/management-fukidashi.png) no-repeat center bottom/contain;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  color: #fff;
  position: absolute;
  font-weight: 500;
  line-height: 1.3em;
}
@media not screen and (max-width: 768px), print {
  .sh70-management__table .fukidashi {
    font-size: calc(24 * var(--font-size-base) * 0.1rem);
    width: 21.5rem;
    height: 21.5rem;
    left: -2.4rem;
    top: -2rem;
  }
}
@media only screen and (max-width: 768px) {
  .sh70-management__table .fukidashi {
    font-size: calc(33 * var(--font-size-base) * 0.1rem);
    height: 29rem;
    width: 30rem;
    left: 0rem;
    top: 2rem;
  }
}
@media not screen and (max-width: 768px), print {
  .sh70-management__table .fukidashi small {
    font-size: calc(20 * var(--font-size-base) * 0.1rem);
  }
}
@media only screen and (max-width: 768px) {
  .sh70-management__table .fukidashi small {
    font-size: calc(30 * var(--font-size-base) * 0.1rem);
  }
}
.sh70-management__table .fukidashi span {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
@media not screen and (max-width: 768px), print {
  .sh70-management__table .fukidashi span {
    font-size: calc(42 * var(--font-size-base) * 0.1rem);
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .sh70-management__table .fukidashi span {
    font-size: calc(60 * var(--font-size-base) * 0.1rem);
    margin-top: 2rem;
  }
}
@media not screen and (max-width: 768px), print {
  .sh70-management__table .fukidashi span small {
    font-size: calc(16 * var(--font-size-base) * 0.1rem);
  }
}
@media only screen and (max-width: 768px) {
  .sh70-management__table .fukidashi span small {
    font-size: calc(24 * var(--font-size-base) * 0.1rem);
  }
}
@media only screen and (max-width: 768px) {
  .sh70-management__table table {
    width: 160rem;
  }
}
.sh70-management__table table th {
  width: 20%;
  border-left: 1px solid #97999b;
}
@media not screen and (max-width: 768px), print {
  .sh70-management__table table th {
    padding: 3rem 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .sh70-management__table table th {
    padding: 3rem 4rem;
  }
}
.sh70-management__table table th h3 {
  font-weight: 500;
  text-align: center;
}
@media not screen and (max-width: 768px), print {
  .sh70-management__table table th h3 {
    margin-bottom: 2rem;
    font-size: calc(20 * var(--font-size-base) * 0.1rem);
  }
}
@media only screen and (max-width: 768px) {
  .sh70-management__table table th h3 {
    margin-bottom: 3rem;
    font-size: calc(30 * var(--font-size-base) * 0.1rem);
  }
}
.sh70-management__table table th:first-child {
  border-left: 0;
}
.sh70-management__table table td {
  text-align: center;
  border-left: 1px solid #97999b;
}
@media not screen and (max-width: 768px), print {
  .sh70-management__table table td {
    padding: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .sh70-management__table table td {
    padding: 3rem 4rem;
  }
}
.sh70-management__table table td:first-child {
  border-left: 0;
}
.sh70-management__table .employee td {
  background-color: #e7f6f5;
}
.sh70-management__table .employee h4 {
  font-weight: 500;
}
@media not screen and (max-width: 768px), print {
  .sh70-management__table .employee h4 {
    font-size: calc(22 * var(--font-size-base) * 0.1rem);
  }
}
@media only screen and (max-width: 768px) {
  .sh70-management__table .employee h4 {
    font-size: calc(30 * var(--font-size-base) * 0.1rem);
  }
}
.sh70-management__table .employee .value {
  color: #00bfb3;
  font-family: "Montserrat", sans-serif;
  line-height: 1em;
}
@media not screen and (max-width: 768px), print {
  .sh70-management__table .employee .value {
    font-size: calc(40 * var(--font-size-base) * 0.1rem);
    font-weight: 600;
  }
}
@media only screen and (max-width: 768px) {
  .sh70-management__table .employee .value {
    font-size: calc(60 * var(--font-size-base) * 0.1rem);
    font-weight: 700;
  }
}
@media not screen and (max-width: 768px), print {
  .sh70-management__table .employee .value small {
    font-size: calc(20 * var(--font-size-base) * 0.1rem);
  }
}
@media only screen and (max-width: 768px) {
  .sh70-management__table .employee .value small {
    font-size: calc(30 * var(--font-size-base) * 0.1rem);
  }
}
@media not screen and (max-width: 768px), print {
  .sh70-management__table .whitecollar td {
    padding: 2rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .sh70-management__table .whitecollar td {
    padding: 3rem 0;
  }
}
@media not screen and (max-width: 768px), print {
  .sh70-management__table .whitecollar h4 {
    font-size: calc(16 * var(--font-size-base) * 0.1rem);
    font-weight: 500;
  }
}
@media only screen and (max-width: 768px) {
  .sh70-management__table .whitecollar h4 {
    font-size: calc(24 * var(--font-size-base) * 0.1rem);
    font-weight: 500;
  }
}
.sh70-management__table .whitecollar h4 small {
  display: block;
  font-weight: 400;
}
@media not screen and (max-width: 768px), print {
  .sh70-management__table .whitecollar h4 small {
    font-size: calc(12 * var(--font-size-base) * 0.1rem);
  }
}
@media only screen and (max-width: 768px) {
  .sh70-management__table .whitecollar h4 small {
    font-size: calc(18 * var(--font-size-base) * 0.1rem);
  }
}
.sh70-management__table .whitecollar .value {
  font-family: "Montserrat", sans-serif;
  line-height: 1em;
  font-weight: 500;
}
@media not screen and (max-width: 768px), print {
  .sh70-management__table .whitecollar .value {
    font-size: calc(28 * var(--font-size-base) * 0.1rem);
  }
}
@media only screen and (max-width: 768px) {
  .sh70-management__table .whitecollar .value {
    font-size: calc(39 * var(--font-size-base) * 0.1rem);
  }
}
@media not screen and (max-width: 768px), print {
  .sh70-management__table .whitecollar .value small {
    font-size: calc(15 * var(--font-size-base) * 0.1rem);
  }
}
@media only screen and (max-width: 768px) {
  .sh70-management__table .whitecollar .value small {
    font-size: calc(21 * var(--font-size-base) * 0.1rem);
  }
}
.sh70-management__table .notes {
  margin-top: 3rem;
  font-size: calc(12 * var(--font-size-base) * 0.1rem);
}
@media only screen and (max-width: 768px) {
  .sh70-management__table .notes {
    font-size: calc(18 * var(--font-size-base) * 0.1rem);
  }
}

.H002-3points__header {
  margin-bottom: 8rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.H002-3points__header h3 {
  display: flex;
  align-items: center;
  font-size: calc(24 * var(--font-size-base) * 0.1rem);
  padding-bottom: 1.8rem;
  position: relative;
  color: #00bfb3;
  margin-bottom: 3rem;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .H002-3points__header h3 {
    font-size: calc(27 * var(--font-size-base) * 0.1rem);
    margin-bottom: 3.6rem;
    padding-bottom: 2.4rem;
  }
}
.H002-3points__header h3 span {
  font-size: calc(40 * var(--font-size-base) * 0.1rem);
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin-left: 0.8rem;
  display: block;
}
@media only screen and (max-width: 768px) {
  .H002-3points__header h3 span {
    font-size: calc(40 * var(--font-size-base) * 0.1rem);
  }
}
.H002-3points__header h3::after {
  content: "";
  display: block;
  height: 0.4rem;
  width: 6rem;
  background-color: #00bfb3;
  position: absolute;
  left: 0;
  bottom: 0;
}
.H002-3points__header h4 {
  font-size: calc(30 * var(--font-size-base) * 0.1rem);
}
@media only screen and (max-width: 768px) {
  .H002-3points__header h4 {
    width: 100%;
    font-size: calc(40 * var(--font-size-base) * 0.1rem);
  }
}
.H002-3points__header .H002-3points__tags {
  margin-left: 3rem;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .H002-3points__header .H002-3points__tags {
    margin-left: 0;
    margin-top: 2rem;
  }
}
.H002-3points__header .H002-3points__tags .H002-3points__tag {
  height: 3.6rem;
  padding: 0 1.6rem;
  border: 1px solid #53565a;
  color: #53565a;
  font-size: calc(14 * var(--font-size-base) * 0.1rem);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.8rem;
  margin-right: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .H002-3points__header .H002-3points__tags .H002-3points__tag {
    height: 4.4rem;
    border-radius: 2.2rem;
    font-size: calc(23 * var(--font-size-base) * 0.1rem);
    padding: 0 2.4rem;
  }
}

@media not screen and (max-width: 768px), print {
  .H002-3points__inner {
    display: flex;
    justify-content: center;
    margin-bottom: 8rem;
  }
}
.H002-3points__inner .H002-3points__actual {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #e4e4e2;
}
@media not screen and (max-width: 768px), print {
  .H002-3points__inner .H002-3points__actual {
    width: 50%;
    padding: 0 4rem 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .H002-3points__inner .H002-3points__actual {
    width: 100%;
    background-color: #f3f3f3;
    padding: 0 4rem 5rem;
  }
}
.H002-3points__inner .H002-3points__actual .actual__image {
  width: 100%;
}
.H002-3points__inner .H002-3points__actual .actual__image h3 {
  font-weight: 500;
  width: 100%;
  background-color: #97999b;
  text-align: center;
  color: #fff;
}
@media not screen and (max-width: 768px), print {
  .H002-3points__inner .H002-3points__actual .actual__image h3 {
    height: 4rem;
    border-radius: 2rem;
    line-height: 4rem;
    font-size: calc(18 * var(--font-size-base) * 0.1rem);
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .H002-3points__inner .H002-3points__actual .actual__image h3 {
    height: 6rem;
    border-radius: 3rem;
    line-height: 6rem;
    font-size: calc(27 * var(--font-size-base) * 0.1rem);
    margin-bottom: 4.6rem;
  }
}
.H002-3points__inner .H002-3points__actual .actual__detail {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.H002-3points__inner .H002-3points__actual .actual__detail p {
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
@media not screen and (max-width: 768px), print {
  .H002-3points__inner .H002-3points__actual .actual__detail p {
    width: 50%;
    height: 10rem;
    line-height: 1.2em;
    font-size: calc(20 * var(--font-size-base) * 0.1rem);
  }
}
@media only screen and (max-width: 768px) {
  .H002-3points__inner .H002-3points__actual .actual__detail p {
    width: 50%;
    height: 16rem;
    line-height: 1.2em;
    font-size: calc(27 * var(--font-size-base) * 0.1rem);
  }
}
.H002-3points__inner .H002-3points__actual .actual__detail p.detail-text01 {
  padding-right: 7rem;
}
.H002-3points__inner .H002-3points__actual .actual__detail p.detail-text02 {
  padding-left: 7rem;
}
.H002-3points__inner .H002-3points__actual .actual__detail h4 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/SH70/3points-bomb.svg) no-repeat center center/contain;
  color: #fff;
  text-align: center;
  line-height: 1.2em;
  font-weight: 700;
}
@media not screen and (max-width: 768px), print {
  .H002-3points__inner .H002-3points__actual .actual__detail h4 {
    height: 15rem;
    width: 15rem;
    font-size: calc(16 * var(--font-size-base) * 0.1rem);
  }
}
@media only screen and (max-width: 768px) {
  .H002-3points__inner .H002-3points__actual .actual__detail h4 {
    height: 20rem;
    width: 20rem;
    font-size: calc(21 * var(--font-size-base) * 0.1rem);
  }
}
.H002-3points__inner .points-head {
  line-height: 1em;
  text-align: center;
  color: #fff;
  font-weight: 500;
  background: url(../images/SH70/3points-ttl-bg01.png) no-repeat top center/contain;
}
@media not screen and (max-width: 768px), print {
  .H002-3points__inner .points-head {
    width: 30rem;
    height: 8rem;
    padding-top: 3rem;
    font-size: calc(24 * var(--font-size-base) * 0.1rem);
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .H002-3points__inner .points-head {
    width: 40rem;
    height: 13.6rem;
    padding-top: 6rem;
    font-size: calc(36 * var(--font-size-base) * 0.1rem);
    margin-bottom: 4rem;
  }
}
.H002-3points__inner .points-ttl {
  display: flex;
  align-items: center;
  text-align: center;
  font-weight: 500;
}
@media not screen and (max-width: 768px), print {
  .H002-3points__inner .points-ttl {
    font-size: calc(28 * var(--font-size-base) * 0.1rem);
    line-height: 1.4em;
    height: 8rem;
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .H002-3points__inner .points-ttl {
    font-size: calc(36 * var(--font-size-base) * 0.1rem);
    line-height: 1.3em;
    height: 9rem;
    margin-bottom: 4rem;
  }
}
.H002-3points__inner .points-read {
  font-weight: 400;
  text-align: center;
}
@media not screen and (max-width: 768px), print {
  .H002-3points__inner .points-read {
    font-size: calc(16 * var(--font-size-base) * 0.1rem);
    line-height: 1.8em;
    margin-bottom: 2.5rem;
    min-height: 8.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .H002-3points__inner .points-read {
    font-size: calc(24 * var(--font-size-base) * 0.1rem);
    line-height: 1.8em;
    margin-bottom: 5rem;
  }
}
.H002-3points__inner .H002-3points__support {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media not screen and (max-width: 768px), print {
  .H002-3points__inner .H002-3points__support {
    width: 50%;
    padding: 0 4rem 2rem;
    background-color: #ddf6f4;
  }
}
@media only screen and (max-width: 768px) {
  .H002-3points__inner .H002-3points__support {
    width: 100%;
    background-color: #d1eeec;
    padding-bottom: 2rem;
  }
}
.H002-3points__inner .H002-3points__support .points-head {
  background: url(../images/SH70/3points-ttl-bg02.png) no-repeat top center/contain;
}
.H002-3points__inner .H002-3points__support .support__image {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media not screen and (max-width: 768px), print {
  .H002-3points__inner .H002-3points__support .support__image {
    margin-top: -1rem;
    background: url(../images/SH70/3points__support-arrow.png) no-repeat left 19rem center/5rem auto;
  }
}
@media only screen and (max-width: 768px) {
  .H002-3points__inner .H002-3points__support .support__image {
    margin-top: -3rem;
    background: url(../images/SH70/3points__support-arrow.png) no-repeat left 26rem center/7.6rem auto;
  }
}
.H002-3points__inner .H002-3points__support .support__image .support-before {
  background: url(../images/SH70/support-before.svg) no-repeat top center/contain;
  line-height: 1.3;
  font-weight: 700;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media not screen and (max-width: 768px), print {
  .H002-3points__inner .H002-3points__support .support__image .support-before {
    padding-left: 1.6rem;
    height: 20rem;
    width: 18rem;
    margin-right: 7rem;
    font-size: calc(20 * var(--font-size-base) * 0.1rem);
  }
}
@media only screen and (max-width: 768px) {
  .H002-3points__inner .H002-3points__support .support__image .support-before {
    padding-left: 1.6rem;
    height: 28rem;
    width: 25rem;
    margin-right: 9.8rem;
    font-size: calc(27 * var(--font-size-base) * 0.1rem);
  }
}
.H002-3points__inner .H002-3points__support .support__image .support-after {
  background: url(../images/SH70/support-after.svg) no-repeat top center/contain;
  line-height: 1.3;
  font-weight: 700;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media not screen and (max-width: 768px), print {
  .H002-3points__inner .H002-3points__support .support__image .support-after {
    padding-right: 2rem;
    height: 23rem;
    width: 20rem;
    font-size: calc(20 * var(--font-size-base) * 0.1rem);
  }
}
@media only screen and (max-width: 768px) {
  .H002-3points__inner .H002-3points__support .support__image .support-after {
    padding-right: 2rem;
    height: 33rem;
    width: 29rem;
    font-size: calc(30 * var(--font-size-base) * 0.1rem);
  }
}

.H002-turningpoint__inner.point01 {
  margin-top: 8rem;
}

.H002-turningpoint__inner.point02 {
  margin-top: 10rem;
}

.turningpoint__body {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.turningpoint__body h3 {
  display: flex;
  align-items: center;
  color: #00bfb3;
  font-size: calc(26 * var(--font-size-base) * 0.1rem);
  line-height: 1em;
}
.turningpoint__body h3 strong {
  font-size: calc(42 * var(--font-size-base) * 0.1rem);
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin-left: 0.7rem;
  border-right: 1px solid #00bfb3;
  padding-right: 3rem;
  margin-right: 3rem;
  line-height: 1em;
}
.turningpoint__body h4 {
  font-size: calc(30 * var(--font-size-base) * 0.1rem);
  color: #00bfb3;
}
@media only screen and (max-width: 768px) {
  .turningpoint__body h4 {
    font-size: calc(35 * var(--font-size-base) * 0.1rem);
  }
}
.turningpoint__body > p {
  width: 100%;
  font-size: calc(16 * var(--font-size-base) * 0.1rem);
  line-height: 1.8em;
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .turningpoint__body > p {
    font-size: calc(26 * var(--font-size-base) * 0.1rem);
  }
}

@media only screen and (max-width: 768px) {
  .hc-wrapper .hc-link-area {
    margin-top: 4rem;
  }
}

@media not screen and (max-width: 768px), print {
  .sh70-breakthrough {
    margin-top: 7rem;
    margin-bottom: 8rem;
  }
}
@media only screen and (max-width: 768px) {
  .sh70-breakthrough {
    margin-top: 7rem;
    margin-bottom: 8rem;
  }
}
.sh70-breakthrough > h3 {
  text-align: center;
  font-weight: 500;
}
@media not screen and (max-width: 768px), print {
  .sh70-breakthrough > h3 {
    font-size: calc(32 * var(--font-size-base) * 0.1rem);
  }
}
@media only screen and (max-width: 768px) {
  .sh70-breakthrough > h3 {
    font-size: calc(45 * var(--font-size-base) * 0.1rem);
  }
}
.sh70-breakthrough > h3 span {
  background-color: #00bfb3;
  color: #fff;
  line-height: 1em;
  display: inline-block;
}
@media not screen and (max-width: 768px), print {
  .sh70-breakthrough > h3 span {
    font-size: calc(38 * var(--font-size-base) * 0.1rem);
    padding: 0.8rem 1.2rem;
    border-radius: 0.4rem;
    margin: 0 0.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .sh70-breakthrough > h3 span {
    font-size: calc(51 * var(--font-size-base) * 0.1rem);
    padding: 1rem 2rem;
    border-radius: 0.6rem;
    margin: 0 1rem;
  }
}
.sh70-breakthrough .sh70-breakthrough__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sh70-breakthrough .sh70-breakthrough__inner .breakthrough-left {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media not screen and (max-width: 768px), print {
  .sh70-breakthrough .sh70-breakthrough__inner .breakthrough-left {
    width: 31rem;
    height: 18rem;
    border: 2px solid #97999b;
    margin-bottom: 11.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .sh70-breakthrough .sh70-breakthrough__inner .breakthrough-left {
    width: 100%;
    height: 22rem;
    border: 2px solid #97999b;
    margin-bottom: 3rem;
  }
}
.sh70-breakthrough .sh70-breakthrough__inner .breakthrough-left h3 {
  font-weight: 700;
  text-align: center;
  line-height: 1.4em;
  margin-bottom: 1.2rem;
}
@media not screen and (max-width: 768px), print {
  .sh70-breakthrough .sh70-breakthrough__inner .breakthrough-left h3 {
    font-size: calc(28 * var(--font-size-base) * 0.1rem);
  }
}
@media only screen and (max-width: 768px) {
  .sh70-breakthrough .sh70-breakthrough__inner .breakthrough-left h3 {
    font-size: calc(33 * var(--font-size-base) * 0.1rem);
  }
}
.sh70-breakthrough .sh70-breakthrough__inner .breakthrough-left h3 small {
  display: block;
  margin-top: 1rem;
  line-height: 1em;
}
@media not screen and (max-width: 768px), print {
  .sh70-breakthrough .sh70-breakthrough__inner .breakthrough-left h3 small {
    font-size: calc(20 * var(--font-size-base) * 0.1rem);
  }
}
@media only screen and (max-width: 768px) {
  .sh70-breakthrough .sh70-breakthrough__inner .breakthrough-left h3 small {
    font-size: calc(27 * var(--font-size-base) * 0.1rem);
  }
}
.sh70-breakthrough .sh70-breakthrough__inner .breakthrough-left h4 {
  font-family: "Montserrat", sans-serif;
  color: #00bfb3;
  font-weight: 700;
  text-align: center;
  line-height: 1em;
}
@media not screen and (max-width: 768px), print {
  .sh70-breakthrough .sh70-breakthrough__inner .breakthrough-left h4 {
    font-size: calc(64 * var(--font-size-base) * 0.1rem);
  }
}
@media only screen and (max-width: 768px) {
  .sh70-breakthrough .sh70-breakthrough__inner .breakthrough-left h4 {
    font-size: calc(75 * var(--font-size-base) * 0.1rem);
  }
}
.sh70-breakthrough .sh70-breakthrough__inner .breakthrough-left h4 small {
  line-height: 1em;
}
@media not screen and (max-width: 768px), print {
  .sh70-breakthrough .sh70-breakthrough__inner .breakthrough-left h4 small {
    font-size: calc(32 * var(--font-size-base) * 0.1rem);
    margin-left: 0.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .sh70-breakthrough .sh70-breakthrough__inner .breakthrough-left h4 small {
    font-size: calc(45 * var(--font-size-base) * 0.1rem);
    margin-left: 1rem;
  }
}
.sh70-breakthrough .sh70-breakthrough__inner .breakthrough-right {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media not screen and (max-width: 768px), print {
  .sh70-breakthrough .sh70-breakthrough__inner .breakthrough-right {
    width: 65rem;
    border: 2px solid #97999b;
    height: 18rem;
    margin-bottom: 11.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .sh70-breakthrough .sh70-breakthrough__inner .breakthrough-right {
    width: 100%;
    border: 2px solid #97999b;
    height: auto;
    margin-bottom: 11.5rem;
    padding: 3rem;
  }
}
.sh70-breakthrough .sh70-breakthrough__inner .breakthrough-right h3 {
  font-weight: 700;
  text-align: center;
  line-height: 1.4em;
}
@media not screen and (max-width: 768px), print {
  .sh70-breakthrough .sh70-breakthrough__inner .breakthrough-right h3 {
    margin-bottom: 1.8rem;
    font-size: calc(28 * var(--font-size-base) * 0.1rem);
  }
}
@media only screen and (max-width: 768px) {
  .sh70-breakthrough .sh70-breakthrough__inner .breakthrough-right h3 {
    margin-bottom: 3rem;
    font-size: calc(33 * var(--font-size-base) * 0.1rem);
  }
}
.sh70-breakthrough .sh70-breakthrough__inner .breakthrough-right ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media not screen and (max-width: 768px), print {
  .sh70-breakthrough .sh70-breakthrough__inner .breakthrough-right ul {
    padding: 0 3rem;
  }
}
.sh70-breakthrough .sh70-breakthrough__inner .breakthrough-right ul li {
  background-color: #eeeeee;
  width: 31%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
@media not screen and (max-width: 768px), print {
  .sh70-breakthrough .sh70-breakthrough__inner .breakthrough-right ul li {
    font-size: calc(18 * var(--font-size-base) * 0.1rem);
    height: 7.5rem;
    border-radius: 0.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .sh70-breakthrough .sh70-breakthrough__inner .breakthrough-right ul li {
    font-size: calc(27 * var(--font-size-base) * 0.1rem);
    height: 12rem;
    border-radius: 1rem;
    text-align: center;
  }
}
.sh70-breakthrough .sh70-breakthrough__inner .breakthrough-right::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  background: url(../images/SH70//breakthrough-arrow.png) no-repeat center center/contain;
}
@media not screen and (max-width: 768px), print {
  .sh70-breakthrough .sh70-breakthrough__inner .breakthrough-right::after {
    bottom: -9rem;
    left: 12rem;
    width: 5.3rem;
    height: 7rem;
  }
}
@media only screen and (max-width: 768px) {
  .sh70-breakthrough .sh70-breakthrough__inner .breakthrough-right::after {
    bottom: -10rem;
    width: 5.3rem;
    height: 7rem;
  }
}
@media only screen and (max-width: 768px) {
  .sh70-breakthrough .sh70-breakthrough__inner .breakthrough-left::after {
    display: none;
  }
}/*# sourceMappingURL=SH70.css.map */