@charset "UTF-8";
.MvContents {
  margin-top: 130px;
}

@media only screen and (max-width: 767px) {
  .MvContents {
    margin-top: 70px;
  }
}

.SpecialtyBox .SpecialtyImg {
  position: absolute;
  right: calc(-10vw);
  top: -60px;
  z-index: 0;
  width: 70%;
  height: auto;
}

.SpecialtyBox .SpecialtyWrap {
  padding: 40px;
}

.SpecialtyBox .SpecialtyTxt {
  width: 38%;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1199px) {
  .SpecialtyBox .SpecialtyTxt {
    width: 100%;
  }
  .SpecialtyBox .SpecialtyImg {
    z-index: -1;
    opacity: 0.4;
  }
}

@media only screen and (max-width: 767px) {
  .SpecialtyBox .SpecialtyWrap {
    padding: 20px;
  }
  .SpecialtyBox .SpecialtyImg {
    top: -30px;
  }
}

.ComitBox {
  position: relative;
}

.ComitBox:not(:last-child) {
  margin-bottom: 150px;
}

.ComitBox .ComitTxt {
  position: relative;
  z-index: 2;
  padding: 40px;
  width: 60%;
  background: white;
  border: 1px solid #d2e4db;
}

.ComitBox .ComitImg {
  background-size: cover;
  height: 100%;
  width: 70%;
  position: absolute;
  right: calc(-10vw);
  top: 60px;
  z-index: 0;
}

.ComitBox:first-of-type .ComitImg {
  background: url(../images/top/bg_whitening2.jpg) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.ComitBox:nth-of-type(2) .ComitImg {
  background: url(../images/top/bg_kyousei.jpg) left center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.ComitBox:nth-of-type(3) .ComitImg {
  background: url(../images/top/bg_inplant.jpg) left bottom no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.ComitBox.ComitBoxR .ComitTxt {
  float: right;
}

.ComitBox.ComitBoxR .ComitImg {
  left: calc(-10vw);
}

@media only screen and (max-width: 1199px) {
  .ComitBox:not(:last-child) {
    margin-bottom: 40px;
  }
  .ComitBox:nth-of-type(2) .ComitImg {
    background: url(../images/top/bg_kyousei.jpg) right center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

@media only screen and (max-width: 767px) {
  .ComitBox .ComitTxt {
    width: 100%;
    padding: 20px;
    background: none;
  }
  .ComitBox .ComitImg {
    opacity: 0.4;
    width: 70%;
    height: 30%;
    right: -20px;
    top: -20px;
  }
  .ComitBox.ComitBoxR .ComitTxt {
    float: none;
  }
  .ComitBox.ComitBoxR .ComitImg {
    left: -20px;
  }
}

.Patients li {
  flex-basis: calc(100% / 3 - 10px);
}

.Patients .m-btn {
  width: auto;
}

@media only screen and (max-width: 900px) {
  .Patients .m-flex {
    justify-content: center;
  }
  .Patients li {
    flex-basis: calc(100% / 2 - 20px);
    margin: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .Patients li {
    flex-basis: 100%;
    margin: 0 0 10px 0;
  }
}

.TxtLove {
  position: absolute;
  left: 50%;
  bottom: -50px;
  transform: translateX(-50%);
}

.Message {
  background: #fafcfb url(../images/top/bg_message.png) bottom center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.MessageBox {
  width: 80%;
}

.MessageBox .MessageImg {
  height: auto;
  width: 40%;
  max-width: 500px;
  position: absolute;
  right: 0;
  top: -60px;
  z-index: 0;
}

.MessageBox .MessageWrap {
  padding: 40px;
}

.MessageBox .MessageTxt {
  width: 70%;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .MessageBox {
    width: 100%;
  }
  .MessageBox .MessageImg {
    position: static;
    width: 100%;
  }
  .MessageBox .MessageWrap {
    padding: 20px;
  }
  .MessageBox .MessageTxt {
    width: 100%;
    margin-bottom: 20px;
  }
}

.BlogList a {
  display: block;
}

.BlogList a:hover {
  text-decoration: none;
}

.BlogList .m-flex {
  border-radius: 5px;
}

.BlogList .m-flex:before {
  content: '';
  position: absolute;
  font-family: FontAwesome;
  bottom: 8px;
  right: 10px;
  font-weight: normal;
  color: #5fc0be;
}

.BlogList .CardTag {
  background: #5fc0be;
  color: white;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.2rem;
  padding: 3px;
  display: inline-block;
  position: absolute;
  top: 0;
}

.Recruit {
  background: url(../images/top/bg_recruit.jpg) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  color: white;
}

.Mv {
  /*width    : calc(100% - 120px);
	width    : -webkit-calc(100% - 120px);*/
  margin: 0 auto 0;
  position: relative;
}

.Mv img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  /* ie8 */
  margin: 0 auto;
}

.MvTxt {
  position: absolute;
  left: 10%;
  top: 60%;
  transform: translateY(-50%);
}

.MvTxt1, .MvTxt2 {
  display: block;
}

@media only screen and (max-width: 767px) {
  .MvTxt {
    top: 60%;
  }
  .MvTxt1, .MvTxt2 {
    width: 60%;
    height: auto;
  }
}

.Biyou .shadowImg:first-of-type {
  margin-top: -80px;
}

.Biyou .ttl_02 {
  position: absolute;
  left: 50%;
  top: 70px;
  transform: translateX(-50%);
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .Biyou .shadowImg:first-of-type {
    margin-top: -20px;
  }
  .Biyou .ttl_02 {
    top: 40px;
    text-shadow: 2px 2px 3px white;
  }
}
