/*======================
  message
======================*/
.message .imgArea {
  margin-bottom: 10%;
}
.message .name {
  width: 64%;
  margin: 2% 0 0 auto;
}
.message p {
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (min-width: 768px) {
  .message .imgArea {
    width: 92%;
    margin: 0 auto 5%;
  }
  .message .name {
    margin-top: 8%;
    width: 20%;
  }
}
/*======================
  plan01
======================*/
.plan01 .figureArea ul {
  margin-bottom: -12%;
}
.plan01 .figureArea ul li {
  margin-bottom: 12%;
  text-align: center;
  font-size: 5.625vw;
}
.plan01 .figureArea ul li h4 {
  background: #bf273d;
  color: #FFF;
  border-radius: 8px;
  font-weight: bold;
  font-size: 6.875vw;
  margin-bottom: 6%;
  line-height: 2.0;
}
.plan01 .figureArea ul li ul {
  margin-bottom: -6%;
}
.plan01 .figureArea ul li ul li {
  font-weight: bold;
  background: #ebe8e8;
  border-radius: 8px;
  padding: 1em;
  margin-bottom: 6%;
}

.plan01 .figureArea .flex .item {
  font-weight: bold;
  background: #ebe8e8;
  border-radius: 8px;
  padding: 1em;
  margin-bottom: 6%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .plan01 .figureArea {
    width: 85%;
    margin: 0 auto;
  }
  .plan01 .figureArea ul {
    margin-bottom: -6%;
  }
  .plan01 .figureArea ul li {
    font-size: 18px;
    margin-bottom: 6%;
  }
  .plan01 .figureArea ul li h4 {
    font-size: 22px;
    margin-bottom: 3.8%;
  }
  .plan01 .figureArea .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    margin-left: -4%;
    margin-bottom: -4%;
  }
  .plan01 .figureArea .flex .item {
      width: calc((100% / 2) - 4%);
      margin-left: 4%;
      margin-bottom: 4%;
  }

  .plan01 .figureArea ul li ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -4%;
    margin-bottom: -4%;
  }
  .plan01 .figureArea ul li ul li {
    width: calc((100% / 2) - 4%);
    margin-left: 4%;
    margin-bottom: 4%;
  }
}
/*======================
  health-management
======================*/
.health-management .healthArea {
  background: url("../img/management/health_img01-sp.png") no-repeat bottom center;
  background-size: 100%;
  height: 0;
  padding-top: 357%;
  position: relative;
}
.health-management .healthArea div {
  width: 90%;
  position: absolute;
  top: 4%;
  left: 50%;
  transform: translate(-50%, 0%);
}
.health-management .healthArea div h3 {
  font-weight: bold;
  font-size: 6.875vw;
  margin-bottom: 12%;
}
.health-management .goal {
  width: 90%;
  margin: 0 auto;
}
.health-management .goal li {
  background: #c1e7ef;
  border-radius: 50%;
}
.health-management .goal li div {
  position: relative;
  padding-top: 100%;
}
.health-management .goal li div p {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-weight: bold;
}
.health-management .goal li div p span {
  display: block;
  color: #bf273d;
  font-size: 1.75em;
}
.health-management dl dt {
  font-weight: bold;
}
.health-management dl dd {
  padding-left: 2em;
  margin-bottom: 14%;
}
.health-management dl dd p {
  text-indent: -1em;
  margin-left: 1em;
}
.health-management dl dd:last-of-type {
  margin-bottom: 0;
}
.health-management .qualification ul li small {
  font-size: 0.75em;
}

@media screen and (min-width: 768px) {
  .health-management .sp_only {
    display: none !important;
  }
  .health-management .healthArea {
    background: url("../img/management/health_img01-pc.png") no-repeat bottom center;
    background-size: 100%;
    padding-top: 56.29%;
  }
  .health-management .healthArea div {
    width: 62%;
    position: absolute;
    top: 6%;
    left: 40px;
    transform: translate(0%, 0%);
  }
  .health-management .healthArea div h3 {
    font-size: 1.71875vw;
    margin-bottom: 4%;
  }
  .health-management dl dd {
    margin-bottom: 5%;
  }
  .health-management .system img {
    width: 83%;
    max-width: 642px;
    margin: 0 auto;
  }
  .health-management .qualification ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .health-management .qualification ul li {
    width: 40%;
  }
  .health-management .qualification p {
    margin-bottom: 2em;
  }
  .health-management .qualification p b {
    display: block;
    margin-bottom: 1em;
  }
  .health-management .qualification p:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .health-management .healthArea div {
    left: 70px;
  }
  .health-management .qualification ul li {
    margin-bottom: 30px;
  }
}

.innerBlock {
    margin-top: 2rem;
}

.innerBlock .item {
    margin-top: 1rem;
}

.innerBlock .header {
    font-weight: bold;
}

.innerBlock .subheader {
    font-size: 1.0rem;
    font-weight: bold;
}

.innerBlock .txt {
    margin-left: 1.2rem;
}
