.sub-head {
  display: none;
}

.sub-body {
  padding: 0;
}

.btm-bnr,
.btm-logo {
  display: none;
}

.btn--red {
  background-color: #D6000F;
  max-width: 32.1428571429em;
}

.appli-wrap {
  font-size: clamp(0.75em, 1vw, 1em);
}
.appli-wrap .btn {
  font-size: 2rem;
}

.appli-main {
  line-height: 0;
  position: relative;
}
.appli-main:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .appli-main {
    padding-top: 56.25%;
    overflow: hidden;
  }
}
.appli-main video {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .appli-main video {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.appli-info {
  background: url(../img/healthcareautomation/main_bg.png) no-repeat;
  padding: 8em 20px;
  max-height: 800px;
  background-size: cover;
  background-position: top left 25%;
  color: #FFF;
}
@media screen and (max-width: 640px) {
  .appli-info {
    padding: 5em 20px;
  }
}
.appli-info__ttl {
  text-align: center;
  font-size: 4.0625em;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 640px) {
  .appli-info__ttl {
    font-size: 2.375em;
    margin-bottom: 2em;
  }
}
.appli-info__ttl img {
  display: block;
  margin: 0 auto 0;
  width: 4.2461538462em;
}
.appli-info__txt {
  text-align: center;
  font-size: 2.625em;
  font-weight: bold;
  line-height: 1.5714285714;
}
@media screen and (max-width: 640px) {
  .appli-info__txt {
    font-size: 1.75em;
  }
}
.appli-info__note {
  text-align: center;
  font-size: 1.15em;
  font-weight: bold;
  margin-top: 1.5em;
}
.appli-info__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3em;
}
@media screen and (max-width: 640px) {
  .appli-info__link.--wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .appli-info__link.--wrap li {
    width: 65%;
    margin: 1em 0 0;
  }
}
@media screen and (max-width: 640px) {
  .appli-info__link {
    margin-top: 1.5em;
  }
}
.appli-info__link li {
  margin: 0 1em;
  width: 14.5em;
}
@media screen and (max-width: 640px) {
  .appli-info__link li {
    width: 46%;
    margin: 0 2%;
  }
}

.appli-about {
  padding: 5em 20px;
  text-align: center;
}
.appli-about__read {
  font-size: 2.625em;
  line-height: 1.5714285714;
  margin-bottom: 1em;
}
@media screen and (max-width: 640px) {
  .appli-about__read {
    font-size: 1.75em;
  }
}
.appli-about__ttl {
  display: inline-block;
  font-size: 2.25em;
  color: #9DC938;
  padding-bottom: 0.5em;
  margin-bottom: 1.5em;
  line-height: 1.6;
  position: relative;
}
@media screen and (max-width: 640px) {
  .appli-about__ttl {
    margin-bottom: 1em;
    font-size: 2em;
    letter-spacing: 0;
  }
}
.appli-about__ttl:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.1666666667em;
  bottom: 0;
  left: 0;
  background: #9DC938;
}
.appli-about__img {
  display: block;
  max-width: 1190px;
  width: 63.2978723404%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .appli-about__img {
    width: auto;
  }
}

.appli-sec {
  padding: 5em 20px;
}
.appli-sec.--use {
  background-color: #DBE0DC;
}
.appli-sec__ttl {
  text-align: center;
  line-height: 1.6;
  margin-bottom: 2em;
}
.appli-sec__ttl span {
  display: block;
}
.appli-sec__ttl .main {
  font-size: 2.625em;
}
.appli-sec__ttl .sub {
  font-size: 2.25em;
}
.appli-sec__ttl .gre {
  color: #9DC938;
}
.appli-sec__ttl .wt {
  color: #FFF;
}
.appli-sec__txt {
  text-align: center;
  font-size: 1.125em;
  font-weight: 500;
}

.features-list {
  max-width: 1600px;
  width: 85.1063829787%;
  margin: 0 auto 4em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .features-list {
    width: 100%;
  }
}
.features-list:after {
  content: "";
  width: 31.25%;
}
.features-list li {
  width: 31.25%;
  border-radius: 1.5em;
  overflow: hidden;
  background: #FFF;
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
  margin-top: 3em;
}
@media screen and (max-width: 768px) {
  .features-list li {
    width: 48.5%;
    border-radius: 1em;
    margin-top: 1.5em;
  }
}
.features-list__cont {
  padding: 2em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .features-list__cont {
    padding: 1em;
  }
}
.features-list__ttl {
  font-size: 1.5em;
  margin-bottom: 0.5em;
  letter-spacing: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: static;
}
@media screen and (max-width: 768px) {
  .features-list__ttl {
    font-size: 1.25em;
  }
}
.features-list__ttl .ico {
  width: 2em;
  margin-right: 0.5em;
}
@media screen and (max-width: 768px) {
  .features-list__ttl .ico {
    position: absolute;
    bottom: calc(100% + 0.25em);
    left: 0;
    border: 2px solid #FFF;
    border-radius: 7px;
  }
}
.features-list__ttl .txt {
  line-height: 1.4;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.features-list__txt {
  font-size: 1.125em;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .features-list__txt {
    font-size: 1em;
  }
}

.case-area {
  max-width: 1600px;
  width: 85.1063829787%;
  margin: 3em auto;
}
@media screen and (max-width: 640px) {
  .case-area {
    width: auto;
  }
}
.case-area__ttl {
  font-size: 2.25em;
  text-align: center;
  margin-bottom: 0.5em;
  line-height: 1.6;
}
.case-area__ttl .num {
  display: inline-block;
  background: #9DC938;
  color: #FFF;
  font-size: 0.5em;
  padding: 0.25em 1em;
  border-radius: 50em;
  margin-bottom: 0.75em;
}
.case-area__ttl .lg {
  display: block;
  font-size: 1.1666666667em;
}
.case-area__ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 2em;
}
.case-area__ul li {
  width: 31.25%;
}
@media screen and (max-width: 640px) {
  .case-area__ul li {
    width: 32%;
  }
}

.flow-list {
  margin-top: 4em;
  text-align: center;
}
.flow-list__list {
  margin-bottom: 4em;
}
.flow-list__list__num {
  display: block;
  font-size: 2.25em;
  width: 2.5555555556em;
  line-height: 2.5555555556em;
  background: #9DC938;
  border-radius: 50em;
  margin: 0 auto 0.5em;
  font-weight: bold;
}
.flow-list__list__ttl {
  font-size: 1.5em;
  color: #9DC938;
  margin-bottom: 0.5em;
}
.flow-list__list__txt {
  font-size: 1.125em;
  margin-top: 1.5em;
}
.flow-list__list__img {
  max-width: 1290px;
  width: 68.6170212766%;
  display: block;
  margin: 2em auto 0;
}
@media screen and (max-width: 640px) {
  .flow-list__list__img {
    width: auto;
  }
}
.flow-list__list__img2 {
  max-width: 1044px;
  width: 55.5319148936%;
  display: block;
  margin: 2em auto 0;
}
@media screen and (max-width: 640px) {
  .flow-list__list__img2 {
    width: auto;
    padding-bottom: 1em;
    overflow: scroll;
  }
  .flow-list__list__img2 img {
    width: 200%;
  }
}

.flow-comp {
  max-width: 1290px;
  width: 68.6170212766%;
  display: block;
  padding-top: 6em;
  margin: 4em auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
}
.flow-comp:before {
  content: "";
  background: url(../img/healthcareautomation/arrow_d.svg) no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  width: 6.39375em;
  height: 3.59375em;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .flow-comp {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flow-comp__img {
  width: 26.9090909091%;
}
@media screen and (max-width: 768px) {
  .flow-comp__img {
    width: 60%;
    margin-bottom: 2em;
  }
}
.flow-comp__read {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 2em;
}
@media screen and (max-width: 768px) {
  .flow-comp__read {
    padding-left: 0;
    text-align: center;
  }
}
.flow-comp__ttl {
  color: #9DC938;
  font-size: 4.0625em;
  line-height: 1.2;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 768px) {
  .flow-comp__ttl {
    font-size: 2.5em;
  }
}
.flow-comp__txt {
  font-size: 1.5em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .flow-comp__txt {
    font-size: 1.25em;
  }
}

.faq-list {
  max-width: 1290px;
  width: 68.6170212766%;
  margin: 0 auto 2em !important;
  background: #FFF;
  border-radius: 1em;
  border-color: #ccc;
}
@media screen and (max-width: 640px) {
  .faq-list {
    width: auto;
    font-size: 1em;
  }
}
.faq-list:hover, .faq-list[open] {
  border-color: #333;
}
.faq-list__head:before {
  color: #9DC938;
}
.faq-list__body:before {
  top: 0;
}

.appli-btm {
  background: url(../img/healthcareautomation/btm_bg.png) no-repeat;
  background-size: cover;
  background-position: top left 35%;
  padding: 5em 20px;
  color: #FFF;
  text-align: center;
}
.appli-btm__ttl {
  font-size: 2.625em;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 640px) {
  .appli-btm__ttl {
    font-size: 2.25em;
  }
}
.appli-btm__txt {
  font-size: 1.125em;
}

.appli-btn-txt {
  text-align: center;
  font-size: 1.8em;
  font-weight: bold;
  margin-top: 2.5em;
  margin-bottom: 1em;
  line-height: 1.6;
}

.appli-cs {
  max-width: 1600px;
  width: 85.1063829787%;
  margin: 6em auto 4em;
  border: 1px solid #CCC;
  padding: 3em;
  position: relative;
}
@media screen and (max-width: 640px) {
  .appli-cs {
    width: auto;
    padding: 2em;
  }
}
.appli-cs__ttl {
  position: absolute;
  top: 0;
  left: 50%;
  background: #FFF;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 0em 1em;
  font-size: 1.5em;
}
@media screen and (max-width: 640px) {
  .appli-cs__ttl {
    padding: 0 0.5em;
  }
}
.appli-cs__note {
  text-align: center;
  margin-bottom: 1em;
}
.appli-cs__ul {
  list-style: disc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 1.5em;
}
@media screen and (max-width: 640px) {
  .appli-cs__ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.appli-cs__ul:after {
  content: "";
  width: 30%;
}
.appli-cs__ul li {
  width: 30%;
  margin-top: 1em;
}
@media screen and (max-width: 640px) {
  .appli-cs__ul li {
    width: auto;
    margin-top: 0.5em;
  }
}