@charset "UTF-8";
.type02 {
  width: 640px;
  height: 110px;
  margin: 0 auto;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  .type02 {
    width: 100%;
  }
}
.type02 #icon-menu {
  width: 100px;
  height: 114px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 6px;
}
@media only screen and (max-width: 640px) {
  .type02 #icon-menu {
    width: auto;
    height: auto;
    right: 12px;
  }
}
.type02 #icon-menu.close {
  display: none;
}

#icon-menu_close {
  display: none;
  width: 100px;
  height: 114px;
  position: absolute;
  top: 17px;
  right: 6px;
}
@media only screen and (max-width: 640px) {
  #icon-menu_close {
    width: auto;
    height: auto;
    right: 12px;
  }
}
#icon-menu.close + #icon-menu_close {
  display: block;
}

#type02_nav {
  margin: 0 auto;
  width: 640px;
  height: 100vh;
  position: relative;
  overflow-x: hidden;
}
@media only screen and (max-width: 640px) {
  #type02_nav {
    width: 100%;
  }
}

#navi {
  z-index: 99;
  position: absolute;
  top: 0;
  right: -85%;
  width: 85%;
  height: 100vh;
  background: #FFFFFF;
  opacity: 0;
  transition: right 0.6s;
}
#type02_nav.active #navi {
  right: 0;
  opacity: 1;
}
#navi ol {
  width: 90%;
  margin: 140px auto 0;
}
#navi ol li {
  position: relative;
  display: block;
  height: 50px;
  border-bottom: 1px solid #CCCCCC;
}
#navi ol li:first-child {
  border-top: 1px solid #CCCCCC;
}
#navi 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;
}
#navi ol li a {
  display: block;
  width: 100%;
  height: 50px;
  text-indent: 1em;
  line-height: 50px;
  text-decoration: none;
}

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;
}

article {
  width: 640px;
  margin: 0 auto;
}
article img {
  max-width: 100%;
}
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 {
  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 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;
}

@media only screen and (max-width: 640px) {
  header nav ol {
    margin: 80px auto 0;
  }
  header, article {
    width: 100%;
  }
  footer#line-navi {
    height: 90px;
  }
  footer#line-navi a img {
    height: 70px;
    margin: 10px auto;
  }
  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 button.more {
    width: 150px;
    height: 40px;
    margin-top: 20px;
    border-radius: 20px;
    font-size: 12px;
  }
  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 .prev-arrow {
    left: 61px;
  }
  article ul.before_after .next-arrow {
    right: 61px;
  }
  article ul.slick-dots li {
    width: 20px;
  }
}
@media screen and (max-width: 640px) {
  header #icon-menu {
    top: -1px;
    right: 5px;
    width: 50px;
    height: 57px;
    background-size: 100%;
  }
  header #icon-menu.close {
    top: -4px;
    right: 3px;
  }
}
video {
  width: 100%;
  filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  outline: none;
  border: none;
  position: relative;
}

.tech_movie {
  margin: 0 auto;
  display: block;
  width: 90%;
}

.container_1_10 {
  background-color: #E8EFFD;
}

/* マスクで口元が隠れる今がチャンス etc */
.base_01, .base_02 {
  background-color: #E8EFFD;
}

.col_01, .col_02 {
  margin: 0 auto;
  width: 88%;
  background-color: #fff;
}

/* マスクで口元が隠れる今がチャンス */
.title_img_01 {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}
@media screen and (max-width: 640px) {
  .title_img_01.title_img_chance {
    width: 72%;
    padding-bottom: 16px;
  }
  .title_img_01.title_img_end {
    width: 50%;
    padding-bottom: 16px;
  }
}

.chance_box_for_goods {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}

.chance_goods_img {
  width: 50%;
  position: absolute;
  right: -30px;
  bottom: -20px;
}
@media screen and (max-width: 640px) {
  .chance_goods_img {
    right: -19px;
  }
}

.note_01 {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 20px;
}

.note_02 {
  width: 95%;
  margin: 0 auto;
  padding: 50px 0;
}

.note_text_01 li {
  margin-left: 10px;
  list-style: "〇";
  font-size: 10px;
}

.note_text_02 li {
  margin-left: 10px;
  list-style: "〇";
  font-size: 10px;
}

/* LP末のコンテンツ */
.base_02 {
  padding: 20px 0 58px;
}

/* ビフォーアフター */
.ba-note {
  padding: 0 0 30px;
  width: 90%;
  margin: 70px auto 0;
  font-size: 12px;
  color: #DD4141;
}
.ba-note a {
  color: #5A90B7;
}

/* リンクの画像 */
.chance_link,
.clinic_link {
  width: 90%;
  display: block;
  margin: 0 auto;
}

.chance_link img,
.clinic_link img {
  --animate-duration: 1.5s;
}

ul.before_after li {
  margin: 18px auto;
  display: block;
  width: 450px;
  margin-left: 30px;
  padding: 20px;
  background-color: #FFFFFF;
  text-align: center;
  border-radius: 20px;
  box-shadow: 0 0 15px #72adda;
}
ul.before_after li img.ba-detail {
  display: none;
  width: 100%;
  height: auto;
}
ul.before_after li img.active {
  display: block;
}
ul.before_after li button.more {
  position: relative;
  width: 300px;
  height: 60px;
  margin: 20px 0;
  border-radius: 30px;
  background-color: #6496EF;
  color: #FFFFFF;
  border: none;
  cursor: pointer;
  font-weight: bold;
  font-size: 17px;
}
ul.before_after li button.more::after {
  position: absolute;
  top: 18px;
  right: 40px;
  content: url(../images/plus_01.png);
}
@media screen and (max-width: 640px) {
  ul.before_after li button.more::after {
    top: 10px;
    right: 20px;
  }
}
ul.before_after li button.more.tojiru::after {
  content: url(../images/minus_01.png);
}
ul.before_after .slide-arrow {
  position: absolute;
  z-index: 100000;
  width: 20px;
  height: auto;
  top: 50%;
}
ul.before_after .prev-arrow {
  left: 70px;
}
ul.before_after .next-arrow {
  right: 70px;
}
ul.slick-dots li {
  display: inline-block;
  width: 20px;
  margin-left: 0;
  padding: 0;
  background-color: initial;
  border-radius: initial;
  box-shadow: none;
}
ul.slick-list {
  width: 100%;
}

.before_after li {
  padding-top: 20px;
  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);
}
.before_after li img.ba-detail {
  display: none;
  width: 100%;
  height: auto;
}
.before_after li img.active {
  display: block;
}
.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;
}
.before_after li button.more:after {
  position: absolute;
}
.before_after .slide-arrow {
  position: absolute;
  z-index: 100000;
  width: 20px;
  height: auto;
  top: 50%;
}
.before_after .prev-arrow {
  left: 70px;
}
.before_after .next-arrow {
  right: 70px;
}

.slick-dots li {
  display: inline-block;
  width: 20px;
  margin-left: 0;
  padding: 0;
  background-color: initial;
  border-radius: initial;
  box-shadow: none;
}

.slick-list {
  width: 100%;
}

/* ドクター */
.base_doctor_01 {
  background-image: url(../images/doctor_background.png);
  background-position: top center;
}

/* キャンパスアワード */
.c_article {
  background-color: #e7eefc;
}

/* フッター */
.footer {
  position: relative;
  background-color: #00a9e0;
  padding: 1px 0;
  padding-bottom: 60px;
}

.footer_inner {
  padding: 20px 10px 50px;
}

.footer_logo {
  display: block;
  text-align: center;
  margin: 0 0 4.6875vw;
}

.footer_copyright {
  display: block;
  color: #FFF;
  margin: 0 0 3.125vw;
  font-size: 1em;
  text-align: center;
  line-height: 1.5;
}

.footer_nav {
  text-align: center;
}

.footer_nav li {
  display: inline-block;
  font-size: 1em;
}

.footer_nav li::after {
  content: "　|　";
  color: #6dcdff;
}

.footer_nav li:last-child::after {
  display: none;
}

.footer_nav a {
  color: #fff;
  transition: all 0.6s ease;
}

body:not(.mobile) .footer_nav a:hover {
  color: #fff;
  text-decoration: underline;
  opacity: 0.65;
}/*# sourceMappingURL=style.css.map */