@charset "UTF-8";
:root {
  --font-size-base: 1;
  --text-size-scale: 1.2;
}

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

.sh08-table {
  width: 100%;
  margin-top: 7rem;
}
@media only screen and (max-width: 768px) {
  .sh08-table {
    margin-right: 4rem;
  }
}
.sh08-table tr {
  display: flex;
  align-items: center;
  height: 12rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .sh08-table tr {
    height: 16rem;
  }
}
.sh08-table th.head01 {
  background-color: #00bfb3;
  width: 16.6rem;
  height: 12rem;
  color: #fff;
  font-weight: 500;
  margin-right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(16 * var(--font-size-base) * 0.1rem);
}
@media only screen and (max-width: 768px) {
  .sh08-table th.head01 {
    font-size: calc(25 * var(--font-size-base) * 0.1rem);
    height: 16rem;
  }
}
.sh08-table th.head02 {
  background-color: #d9d9d6;
  width: 29.4rem;
  height: 12rem;
  color: #53565a;
  font-weight: 500;
  margin-right: 1rem;
  font-size: calc(16 * var(--font-size-base) * 0.1rem);
  text-align: left;
  padding: 0 3rem;
  display: flex;
  align-items: center;
  line-height: 1.8em;
}
@media only screen and (max-width: 768px) {
  .sh08-table th.head02 {
    font-size: calc(24 * var(--font-size-base) * 0.1rem);
    width: 35rem;
    line-height: 1.6em;
    height: 16rem;
  }
}
.sh08-table td {
  background-color: #f0f0ef;
  padding: 0 2rem;
  font-size: calc(16 * var(--font-size-base) * 0.1rem);
  line-height: 1.8em;
  height: 12rem;
  display: flex;
  align-items: center;
  width: calc(100% - 48rem);
}
@media only screen and (max-width: 768px) {
  .sh08-table td {
    font-size: calc(24 * var(--font-size-base) * 0.1rem);
    width: 77rem;
    line-height: 1.6em;
    height: 16rem;
  }
}

.hc-inner.box-line {
  border-radius: 0.6rem;
  border: 1px solid #9a9999;
  padding: 3rem 3rem;
  margin-top: 7rem;
}
@media only screen and (max-width: 768px) {
  .hc-inner.box-line {
    padding: 3rem 3rem;
  }
}
.hc-inner.box-line div {
  margin-bottom: 3rem;
  border-bottom: 1px solid #9a9999;
  padding-bottom: 3rem;
}
.hc-inner.box-line div:last-child {
  padding-bottom: 0rem;
  margin-bottom: 0rem;
  border-bottom: none;
}
.hc-inner.box-line div h3 {
  font-size: calc(22 * var(--font-size-base) * 0.1rem);
  color: #53565a;
  display: flex;
  align-items: center;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .hc-inner.box-line div h3 {
    font-size: calc(26 * var(--font-size-base) * 0.1rem);
    margin-bottom: 1rem;
  }
}
.hc-inner.box-line div h3 span {
  font-size: calc(40 * var(--font-size-base) * 0.1rem);
  color: #00bfb3;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin-right: 1.4rem;
}
.hc-inner.box-line div p {
  font-size: calc(16 * var(--font-size-base) * 0.1rem);
  line-height: 1.8em;
}
@media only screen and (max-width: 768px) {
  .hc-inner.box-line div p {
    font-size: calc(24 * var(--font-size-base) * 0.1rem);
  }
}

@media only screen and (max-width: 768px) {
  .picture-area {
    width: 100%;
    overflow-x: scroll;
  }
}
.picture-area.img03 {
  margin-bottom: 3rem;
}

.SH08-image03-notes {
  text-align: right;
  font-weight: 400;
  margin-top: 3rem;
  font-size: calc(12 * var(--font-size-base) * 0.1rem);
}
@media only screen and (max-width: 768px) {
  .SH08-image03-notes {
    font-size: calc(17 * var(--font-size-base) * 0.1rem);
    margin-top: 0;
  }
}

.SH08-image03 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media only screen and (max-width: 768px) {
  .SH08-image03 {
    width: 100rem;
  }
}
.SH08-image03 .SH08-image03-left {
  width: 19rem;
  background: linear-gradient(#00bfb3, #dff7f6);
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding: 4rem 0 3rem;
}
.SH08-image03 .SH08-image03-left::after {
  content: "";
  display: block;
  background-image: url(../images/SH08/image03-arrow.png);
  background-repeat: no-repeat;
  background-size: auto 32rem;
  background-position: center center;
  height: 32rem;
  width: 4.1rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.SH08-image03 .SH08-image03-left h3 {
  text-align: center;
  font-size: calc(18 * var(--font-size-base) * 0.1rem);
  line-height: 1.3em;
  font-weight: 500;
  color: #53565a;
  letter-spacing: 0.1em;
}
.SH08-image03 .SH08-image03-left h3:nth-child(1) {
  color: #fff;
}
.SH08-image03 .SH08-image03-right {
  width: 78.6rem;
}
.SH08-image03 .SH08-image03-right ul li {
  width: 100%;
  height: 9.3rem;
  display: flex;
  align-items: center;
  background-color: #00bfb3;
  color: #fff;
  margin-bottom: 0.7rem;
}
.SH08-image03 .SH08-image03-right ul li h4 {
  font-size: calc(18 * var(--font-size-base) * 0.1rem);
  line-height: 7rem;
  border-right: 2px solid #fff;
  width: 24.2rem;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.SH08-image03 .SH08-image03-right ul li p {
  width: calc(100% - 24.2rem);
  padding-left: 2.5rem;
  font-size: calc(16 * var(--font-size-base) * 0.1rem);
  line-height: 1.5em;
  letter-spacing: 0.06em;
  font-weight: 500;
}
.SH08-image03 .SH08-image03-right ul li:nth-child(2) {
  background-color: #57ccc2;
}
.SH08-image03 .SH08-image03-right ul li:nth-child(3) {
  background-color: #89dbd4;
}
.SH08-image03 .SH08-image03-right ul li:nth-child(4) {
  background-color: #b8ebe7;
  color: #53565a;
}
.SH08-image03 .SH08-image03-right ul li:nth-child(5) {
  background-color: #dff7f6;
  color: #53565a;
  margin-bottom: 0;
}

.SH08-image04 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: url(../images/SH08/image04-2-plus.png) no-repeat;
  background-size: auto 6.8rem;
  background-position: center top 10.6rem;
}
@media only screen and (max-width: 768px) {
  .SH08-image04 {
    width: 100rem;
  }
}
.SH08-image04 .SH08-image04-left,
.SH08-image04 .SH08-image04-right {
  width: 45rem;
}
.SH08-image04 .SH08-image04-left h3,
.SH08-image04 .SH08-image04-right h3 {
  width: 45rem;
  height: 10rem;
  border-radius: 5rem;
  border: #00bfb3 2px solid;
  background-color: #e0f7f6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(22 * var(--font-size-base) * 0.1rem);
  font-weight: 500;
  margin-bottom: 3.2rem;
}
.SH08-image04 .SH08-image04-left h4,
.SH08-image04 .SH08-image04-right h4 {
  text-align: center;
  font-size: calc(22 * var(--font-size-base) * 0.1rem);
  font-weight: 500;
  color: #00bfb3;
  margin-bottom: 3.2rem;
  line-height: 1em;
}
.SH08-image04 .SH08-image04-left ul,
.SH08-image04 .SH08-image04-right ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 36rem;
  margin: 0 auto;
}
.SH08-image04 .SH08-image04-left ul li,
.SH08-image04 .SH08-image04-right ul li {
  font-size: calc(16 * var(--font-size-base) * 0.1rem);
  line-height: 2em;
  display: flex;
  align-items: center;
}
.SH08-image04 .SH08-image04-left ul li::before,
.SH08-image04 .SH08-image04-right ul li::before {
  content: "●";
  display: block;
  font-size: calc(16 * var(--font-size-base) * 0.1rem);
  color: #00bfb3;
  margin-right: 0.3em;
}
.SH08-image04 .SH08-image04-right h3 {
  background-color: #fff0e0;
  border-color: #ff8200;
}
.SH08-image04 .SH08-image04-right h4 {
  color: #ff8200;
}
.SH08-image04 .SH08-image04-right ul {
  width: 39.5rem;
  margin: 0 auto;
}
.SH08-image04 .SH08-image04-right ul li::before {
  color: #ff8200;
}

.SH08-image05 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .SH08-image05 {
    width: 100rem;
    padding: 2rem 0;
  }
}
.SH08-image05 .SH08-image05-head {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}
.SH08-image05 .SH08-image05-head p {
  width: 40rem;
  height: 5rem;
  font-size: calc(16 * var(--font-size-base) * 0.1rem);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #00bfb3;
  color: #00bfb3;
  margin: 0 0.5rem;
  letter-spacing: 0.1em;
}
.SH08-image05 .SH08-image05-head p.gray-box {
  background-color: #ddddde;
  color: #fff;
  border: none;
  position: relative;
}
.SH08-image05 .SH08-image05-head p.gray-box::before {
  background: url(../images/SH08/image05-x.png) no-repeat;
  background-size: auto 6.6rem;
  content: "";
  display: block;
  height: 6.6rem;
  width: 6.6rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.SH08-image05 .SH08-image05-flow {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
  background: url(../images/SH08/image05-arrow.png) no-repeat;
  background-size: auto 3.6rem;
  background-position: center right;
  letter-spacing: 0.1em;
}
.SH08-image05 .SH08-image05-flow li {
  height: 11.7rem;
  width: 11.7rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #9a9999;
  margin-right: 8rem;
  font-size: calc(20 * var(--font-size-base) * 0.1rem);
  font-weight: 500;
  color: #fff;
}
.SH08-image05 .SH08-image05-flow li span {
  font-size: calc(30 * var(--font-size-base) * 0.1rem);
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.SH08-image05 > h3 {
  background: url(../images/SH08/image05-arrow2.png) no-repeat;
  background-size: auto 5rem;
  width: 81.2rem;
  height: 5rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: calc(16 * var(--font-size-base) * 0.1rem);
  margin-bottom: 5rem;
  letter-spacing: 0.1em;
}
.SH08-image05 > h4 {
  font-size: calc(26 * var(--font-size-base) * 0.1rem);
  text-align: center;
  letter-spacing: 0.05em;
}
.SH08-image05 > h4 span {
  padding-bottom: 0.6rem;
  font-weight: 600;
  border-bottom: 3px solid #00bfb3;
}/*# sourceMappingURL=SH08.css.map */