.titleArea01 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .titleArea01 {
    margin: 70px 0 50px;
  }
}
.titleArea01 h2 {
  color: #13ae9c;
  font-size: 50px;
}
@media screen and (max-width: 767px) {
  .titleArea01 h2 {
    font-size: 30px;
  }
}
.titleArea01 span {
  color: #727272;
  font-size: 20px;
  display: block;
}
@media screen and (max-width: 767px) {
  .titleArea01 span {
    font-size: 16px;
  }
}

.mainArea {
  margin: 120px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .mainArea {
    margin: 40px 0 40px;
    display: block;
  }
}

.leftArea {
  font-size: 16px;
  font-weight: bold;
  width: 30%;
}
@media screen and (max-width: 1000px) {
  .leftArea {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .leftArea {
    width: 100%;
  }
}
.leftArea h6 {
  font-size: 18px;
  padding-left: 45px;
  display: inline-block;
}
.leftArea .clinic01 {
  border-bottom: 1px solid #ddd;
}
.leftArea .clinic01 h6 {
  color: #4696d2;
  background: url(../images/ico_index01.svg) no-repeat center left;
  background-size: 30px 28px;
}
.leftArea .clinic01 a:before {
  border-bottom: 2px solid #4696d2;
}
.leftArea .clinic01 .active span {
  padding: 6px 0;
  border-bottom: 2px solid #4696d2;
}
.leftArea .dental01 {
    border-bottom: 1px solid #ddd;
	padding-top: 40px;
}
.leftArea .dental01 h6 {
	color: #b173f8;
    background: url(../images/ico_index05.svg) no-repeat center left;
    background-size: 36px 28px;
}
.leftArea .dental01 a:before {
  border-bottom: 2px solid #b173f8;
}
.leftArea .dental01 .active span {
  padding: 6px 0;
  border-bottom: 2px solid #b173f8;
}
.leftArea .pharmacy01 {
  padding-top: 40px;
}
.leftArea .pharmacy01 h6 {
  color: #13ae9c;
  background: url(../images/ico_index02.svg) no-repeat center left;
  background-size: 33px 28px;
}
.leftArea .pharmacy01 a:before {
  border-bottom: 2px solid #13ae9c;
}
.leftArea .pharmacy01 .active span {
  padding: 6px 0;
  border-bottom: 2px solid #13ae9c;
}

.menuBtn01 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 15px;
  background: #13ae9c;
  position: fixed;
  top: 45px;
  left: 0;
  right: 0;
  z-index: 3;
}
.menuBtn01 .menuBtnMark01 {
  width: 22px;
  height: 18px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 9999;
  position: absolute;
  top: 13px;
  right: 15px;
}
.menuBtn01 .menuBtnMark01 span:first-child {
  width: 20px;
  height: 2px;
  margin: auto;
  background: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.menuBtn01 .menuBtnMark01 span:last-child {
  width: 2px;
  height: 20px;
  margin: auto;
  background: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.menuBtn01.active span:last-child {
  display: none;
}

@media screen and (min-width: 768px) {
  .worksArea {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .worksArea {
    width: 100%;
    height: 100%;
    height: 100%;
    position: fixed;
    top: 85px;
    left: 0;
    display: none;
    z-index: 9998;
  }
}
.worksArea:after {
  content: "";
  background: #505050;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.4;
}
@media screen and (max-width: 767px) {
  .worksArea:after {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .worksBox01 {
    text-align: center;
    padding: 32px 0 40px;
    background: #fff;
    -webkit-box-shadow: 0 7px 7px rgba(0, 0, 0, 0.5);
            box-shadow: 0 7px 7px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 3;
  }
}

.workslist01 {
  padding-bottom: 16px;
}
.workslist01 ul {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .workslist01 ul {
    margin-left: 0;
  }
}
.workslist01 li {
  margin: 24px 0;
}
.workslist01 a {
  padding: 6px 0;
  position: relative;
  overflow: hidden;
}
.workslist01 a:before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.workslist01 a:hover {
  opacity: 1;
}
.workslist01 a:hover:before {
  width: 100%;
}

.serviceBtn01 a {
  color: #13ae9c;
  text-align: center;
  padding: 7px 0;
  border: 1px solid #13ae9c;
  border-radius: 20px;
  display: inline-block;
}
.serviceBtn01 a:hover {
  color: #fff;
  background: #13ae9c;
}
.serviceBtn01 a:hover span {
  background: url(../images/ico_index04.svg) no-repeat center left 8%;
  background-size: contain;
}
.serviceBtn01 span {
  padding: 0 40px;
  background: url(../images/ico_index03.svg) no-repeat center left 8%;
  background-size: contain;
}

.rightArea {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .rightArea {
    width: 100%;
  }
}
.rightArea h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 40px 0;
  line-height: 1.65;
}
@media screen and (max-width: 767px) {
  .rightArea h3 {
    font-size: 18px;
    margin: 24px 0;
  }
}
.rightArea h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 24px;
  line-height: 1.65;
}
@media screen and (max-width: 767px) {
  .rightArea h4 {
    font-size: 16px;
  }
}
.rightArea h5 {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .rightArea h5 {
    font-size: 18px;
  }
}
.rightArea .tag01 {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  max-width: 100px;
  margin-bottom: 20px;
  padding: 3px 0;
  border-radius: 12px;
}
.rightArea .tag01.clinic {
  background: #4696d2;
}
.rightArea .tag01.pharmacy {
  background: #13ae9c;
}
.rightArea .tag01.dental {
  background: #b173f8;
}
@media screen and (max-width: 767px) {
  .rightArea .tag01 {
    margin-bottom: 10px;
  }
}
.rightArea .pic01 {
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .rightArea .pic01 {
    margin-bottom: 32px;
  }
}
.rightArea .textBox01 {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .rightArea .textBox01 {
    font-size: 14px;
  }
}
.rightArea .textBox01:not(:last-child) {
  margin-bottom: 64px;
}
.rightArea .textBox01 .txt01 {
  line-height: 1.8;
}

.officialBtn01 {
  width: 400px;
  margin: auto;
  margin-bottom: 125px;
}
.officialBtn01 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .officialBtn01 {
    max-width: 400px;
    width: 100%;
    margin-bottom: 40px;
  }
  .officialBtn01 a {
    font-size: 14px;
    height: 45px;
  }
}