header {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100vh;
  transform: translate(-50%, 0);
  overflow: hidden;
}
header h1 {
  display: inline-block;
}
header h1 img {
  width: auto;
  height: 80px;
  margin: 20px;
}
header img#icon-menu {
  z-index: 100;
  cursor: pointer;
  position: absolute;
  right: 0;
  width: 43px;
  height: 49px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 100%;
     object-position: 0 100%;
  margin: 20px;
}
header img#icon-menu.close {
  -o-object-position: 0 0;
     object-position: 0 0;
}
header nav {
  z-index: 99;
  position: absolute;
  top: 0;
  right: -85%;
  width: 85%;
  height: 100vh;
  background: #FFFFFF;
  transition: all 0.6s;
}
header nav.active {
  right: 0;
  height: 100vh;
}
header nav ol {
  width: 90%;
  margin: 140px auto 0;
}
header nav ol li {
  position: relative;
  display: block;
  height: 50px;
  border-bottom: 1px solid #CCCCCC;
}
header nav ol li:first-child {
  border-top: 1px solid #CCCCCC;
}
header nav ol li:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 15px;
  width: 10px;
  height: 19px;
  background-image: url("../images/li-after.png");
  background-repeat: no-repeat;
  background-size: contain;
}
header nav ol li a {
  display: block;
  width: 100%;
  height: 50px;
  text-indent: 1em;
  line-height: 50px;
  text-decoration: none;
}
header.type02 div {
  background-color: #6497BF;
}
header.type02 div h1 img {
  width: auto;
  height: 50px;
  margin: 10px 20px;
}
header.type02 div img#icon-menu {
  right: 0;
  width: 38px;
  height: 43px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 100%;
     object-position: 0 100%;
  margin: 10px 20px;
}
header.type02 div img#icon-menu.close {
  -o-object-position: 0 0;
     object-position: 0 0;
}

footer#line-navi {
  position: fixed;
  z-index: 10000;
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
}
footer#line-navi a img {
  width: auto;
  height: 70px;
  margin: 15px auto;
}

header, article {
  width: 640px;
  margin: 0 auto;
}
header img, article img {
  max-width: 100%;
}

@keyframes anime1 {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.1, 1.1);
  }
}
article#interview {
  background: #F2F1EB;
}
article#interview section {
  text-align: center;
  padding: 0 0 30px;
}
article#interview section img.part03 {
  width: 90%;
  margin: 20px 0 0;
}
article#interview section img.part04 {
  width: 70%;
  margin: 20px 0 40px;
}
article#interview section img.part05 {
  width: 90%;
}
article#ba {
  padding: 0 0 30px;
  background-color: #EAF2F6;
}
article#ba section p {
  width: 75%;
  margin: 70px auto 0;
  font-size: 12px;
  color: #DD4141;
}
article#ba section p a {
  color: #5A90B7;
}
article#technology {
  padding: 0 0 30px;
  background-color: #EAF2F6;
  background-image: url("../images/tec-bg.jpg");
  background-repeat: no-repeat;
  background-position: top 250px left;
  background-size: contain;
}
article#technology section ol:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}
article#technology section ol li {
  float: left;
  display: inline-block;
  width: 50.5833333333%;
}
article#technology section ol li:nth-child(2n) {
  width: 49.4166666667%;
}
article#technology section img.tec02 {
  display: block;
  width: 50%;
  height: auto;
  margin: 100px auto 20px;
}
article#technology section img.tec05 {
  display: block;
  width: 70%;
  height: auto;
  margin: 30px auto;
}
article#technology section.video {
  width: 90%;
  margin: 0 auto;
}
article#technology section.video video {
  width: 100%;
}
article#clinic section {
  text-align: center;
}
article#clinic section img.clinic01 {
  margin: 0 0 30px;
}
article#clinic section img.clinic03, article#clinic section img.clinic09 {
  width: 90%;
  margin: 30px 0;
}
article#clinic section img.clinic04 {
  width: 70%;
  margin: 20px 0 10px;
}
article#clinic section img.clinic05 {
  width: 80%;
  margin: 0;
  animation: anime1 1s ease 0s infinite alternate;
}
article#clinic section img.clinic06 {
  position: relative;
  z-index: 2;
  width: 80%;
  margin: 0;
}
article#clinic section img.clinic07 {
  position: relative;
  z-index: 1;
  margin: -30px 0 0;
}
article#clinic section img.clinic08 {
  position: relative;
  z-index: 2;
  width: 90%;
  margin: -50px 0 0;
}
article#clinic section:nth-child(2) {
  background-color: #EAF2F6;
}
article#doctor section {
  text-align: center;
}
article#doctor section img.doctor03 {
  margin: -20px 0 0;
}
article#doctor section img.doctor04 {
  margin: -30px 0 0;
}
article#doctor section img.doctor05 {
  width: 80%;
  margin: 50px 0;
}
article#case {
  padding: 0 0 50px;
}
article#case section {
  text-align: center;
}
article#case section:first-child {
  background-color: #F2F1EB;
}
article#case section:nth-child(2) {
  padding-bottom: 20px;
  background-color: #EAF2F6;
}
article#case section:nth-child(3) {
  background-color: #FFFFFF;
}
article#case section:nth-child(4) {
  width: 90%;
  margin: 30px auto;
  padding: 30px;
  background-color: #E0F1FA;
}
article#case section:nth-child(4) div {
  padding-bottom: 20px;
  background-color: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
article#case section:nth-child(4) div footer {
  margin: 15px auto 0;
  text-align: center;
  font-size: 10px;
}
article#case section:nth-child(5) ul {
  width: 80%;
  margin: 0 auto;
}
article#case section:nth-child(5) ul li {
  list-style-type: disc;
  text-align: left;
  font-size: 10px;
}
article#case section img.case01 {
  width: 80%;
  margin: 50px 0 20px;
}
article#case section img.case02 {
  margin: 0 0 20px;
}
article#case section img.case03 {
  width: 90%;
  margin: 30px 0;
}
article#case section img.case04 {
  position: relative;
  z-index: 1;
}
article#case section img.case05 {
  position: relative;
  z-index: 2;
  width: 90%;
  margin: -100px 0 0;
}
article#case section img.case06 {
  width: 80%;
  margin: 30px 0 0;
}
article#case section img.case07 {
  width: 80%;
  margin: 130px 0 0;
}
article#case section img.case08 {
  width: 70%;
  margin: 30px 0 20px;
}
article#case section img.case09 {
  position: relative;
  z-index: 2;
  width: 80%;
  margin: 0;
}
article#case section img.case10 {
  position: relative;
  z-index: 1;
  margin: -40px 0 0;
}
article#case section img.case11 {
  width: 95%;
  margin: 30px 0 20px;
}
article#case section img.case12 {
  width: 85%;
  margin: 0;
  animation: anime1 1s ease 0s infinite alternate;
}
article#case section footer {
  width: 80%;
  margin: 20px auto 0;
  font-size: 10px;
  text-align: left;
}
article#price section {
  text-align: center;
}
article#price section:nth-child(2) {
  width: 90%;
  margin: 20px auto 50px;
  text-align: left;
  font-size: 10px;
}
article#price section img.price02 {
  width: 80%;
  margin: 50px 0 30px;
}
article#price section img.price04 {
  position: relative;
  margin: -40px 0 0;
}
article#price section img.price05 {
  width: 90%;
  margin: 20px 0;
}
article#whitening {
  background-color: #f2f1eb;
}
article#whitening section {
  background-color: #f2f1eb;
  text-align: center;
}
article#whitening section:nth-child(2) {
  background-color: #FFFFFF;
}
article#whitening section:nth-child(2) div {
  width: 90%;
  margin: 0 auto 30px;
  padding: 20px;
  background-color: #e0f1fa;
  border-top: none;
  box-shadow: none;
}
article#whitening section:nth-child(2) div div {
  width: 100%;
  margin: 0;
  background-color: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
article#whitening section div {
  position: relative;
  width: 90%;
  background-color: #FFFFFF;
  border-top: 5px solid #6497BF;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
article#whitening section div.w1 {
  margin: -250px auto 50px;
}
article#whitening section div.w2 {
  margin: 50px auto;
}
article#whitening section div footer {
  width: 85%;
  margin: 10px auto;
  padding: 0 0 30px;
  text-align: left;
  font-size: 10px;
}
article#whitening section div footer.center {
  width: 100%;
  text-align: center;
  margin: 15px auto 0;
  padding: 0;
}
article#whitening section img.whitening02 {
  position: absolute;
  top: -40px;
  right: 10px;
  width: 20%;
}
article#whitening section img.whitening03 {
  width: 85%;
  margin: 30px 0 20px;
}
article#whitening section img.whitening04 {
  width: 85%;
  margin: 20px 0;
}
article#whitening section img.whitening05 {
  width: 80%;
  margin: 20px 0;
}
article#whitening section img.whitening06 {
  width: 85%;
  margin: 0 0 30px;
}
article#whitening section img.whitening08 {
  width: 20%;
  margin: 50px 0 30px;
}
article#whitening section img.whitening10 {
  width: 80%;
  margin: 0 0 20px;
}
article#whitening section img.whitening15 {
  position: relative;
  z-index: 2;
  width: 70%;
  margin: 0;
}
article#whitening section img.whitening16 {
  position: relative;
  z-index: 1;
  margin: -150px 0 0;
}
article#whitening section img.whitening17 {
  width: 80%;
  margin: 20px 0;
}
article#whitening section img.whitening18 {
  position: relative;
  z-index: 2;
  width: 80%;
  margin: 0;
}
article#whitening section img.whitening19 {
  margin: -50px 0 30px;
}
article#whitening section img.whitening21 {
  margin: 20px 0 0;
  animation: anime1 1s ease 0s infinite alternate;
}
article#attention {
  padding-bottom: 100px;
}
article#attention ul {
  width: 90%;
  margin: 0 auto;
}
article#attention ul li {
  list-style-type: disc;
  font-size: 10px;
}
article h1 {
  margin: 30px 0;
  text-align: center;
}
article h1 img {
  width: 40%;
  height: auto;
}
article h2 {
  margin: 40px 0;
  text-align: center;
}
article h2 img {
  width: 60%;
  height: auto;
}
article hr {
  width: 30px;
  height: 1px;
  border: none;
  background-color: #6497BF;
}
article ul.interview li {
  display: block;
  width: 450px;
  margin-left: 30px;
  padding: 20px;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
article ul.interview li img.iv-detail {
  width: 100%;
  height: 168px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 0;
     object-position: 0 0;
}
article ul.interview li img.active {
  height: auto;
}
article ul.interview li button.more {
  position: relative;
  width: 300px;
  height: 60px;
  margin-top: 20px;
  border-radius: 30px;
  background-color: #EFEFEF;
  border: none;
  cursor: pointer;
  font-size: 14px;
}
article ul.interview li button.more:after {
  position: absolute;
}
article ul.interview .slide-arrow {
  position: absolute;
  z-index: 100000;
  width: 20px;
  height: auto;
  top: 50%;
}
article ul.interview .prev-arrow {
  left: 70px;
}
article ul.interview .next-arrow {
  right: 70px;
}
article ul.before_after li {
  display: block;
  width: 450px;
  margin-left: 30px;
  padding: 20px;
  background-color: #FFFFFF;
  text-align: center;
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
article ul.before_after li img.ba-detail {
  display: none;
  width: 100%;
  height: auto;
}
article ul.before_after li img.active {
  display: block;
}
article ul.before_after li button.more {
  position: relative;
  width: 300px;
  height: 60px;
  margin: 20px 0;
  border-radius: 30px;
  background-color: #6497BF;
  color: #FFFFFF;
  border: none;
  cursor: pointer;
  font-size: 14px;
}
article ul.before_after li button.more:after {
  position: absolute;
}
article ul.before_after .slide-arrow {
  position: absolute;
  z-index: 100000;
  width: 20px;
  height: auto;
  top: 50%;
}
article ul.before_after .prev-arrow {
  left: 70px;
}
article ul.before_after .next-arrow {
  right: 70px;
}
article ul.slick-dots li {
  display: inline-block;
  width: 20px;
  margin-left: 0;
  padding: 0;
  background-color: initial;
  border-radius: initial;
  box-shadow: none;
}
article ul.slick-list {
  width: 100%;
}

@media only screen and (max-width: 640px) {
  header h1 img {
    height: 60px;
    margin: 10px;
  }
  header img#icon-menu {
    width: 35px;
    height: 40px;
    -o-object-position: 0 100%;
       object-position: 0 100%;
    margin: 15px;
  }
  header img#icon-menu.close {
    -o-object-position: 0 0;
       object-position: 0 0;
  }
  header nav ol {
    margin: 80px auto 0;
  }
  header.type02 div h1 img {
    height: 32px;
    margin: 14px 20px;
  }
  header.type02 div img#icon-menu {
    width: 29px;
    height: 33px;
    margin: 14px 20px;
  }
  header, article {
    width: 100%;
  }
  header img.mv02, article img.mv02 {
    margin-top: 10px;
  }
  footer#line-navi {
    height: 90px;
  }
  footer#line-navi a img {
    height: 70px;
    margin: 10px auto;
  }
  article h1 {
    margin: 20px 0 10px;
  }
  article h2 {
    margin: 20px 0 10px;
  }
  article#ba section p {
    font-size: 10px;
  }
  article#technology {
    background-position: top 150px left;
  }
  article#technology section img.tec02 {
    margin: 50px auto 20px;
  }
  article#case section img.case05 {
    margin: -50px 0 0;
  }
  article#case section img.case07 {
    margin: 30px 0 0;
  }
  article#case section img.case10 {
    margin: -20px 0 0;
  }
  article#whitening section div.w1 {
    margin: -150px auto 50px;
  }
  article#whitening section div.w1 p {
    font-size: 12px;
  }
  article#whitening section img.whitening02 {
    top: -25px;
  }
  article#whitening section img.whitening19 {
    margin: -20px 0 30px;
  }
  article ul.interview li {
    width: 240px;
  }
  article ul.interview li button.more {
    width: 150px;
    height: 40px;
    margin-top: 20px;
    border-radius: 20px;
    font-size: 12px;
  }
  article ul.interview .slide-arrow {
    width: 10px;
  }
  article ul.interview .prev-arrow {
    left: 50px;
  }
  article ul.interview .next-arrow {
    right: 50px;
  }
  article ul.before_after li {
    width: 250px;
  }
  article ul.before_after li button.more {
    width: 150px;
    height: 40px;
    margin-top: 20px;
    border-radius: 20px;
    font-size: 12px;
  }
  article ul.before_after .slide-arrow {
    width: 10px;
  }
  article ul.before_after .prev-arrow {
    left: 50px;
  }
  article ul.before_after .next-arrow {
    right: 50px;
  }
  article ul.slick-dots li {
    width: 20px;
  }
}/*# sourceMappingURL=style.css.map */