@charset "UTF-8";
@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;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

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

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

body:not(.mobile) .footer_nav a:hover {
  color: #fff;
  text-decoration: underline;
  opacity: 0.65;
}

/* mv */
.sec_mv .att {
  font-size: clamp(9px, 1.875vw, 12px);
  font-family: sans-serif;
  color: rgb(127, 127, 127);
  padding: 3%;
}

/* 3つのポイント */
#three_point .att {
  font-size: clamp(9px, 1.875vw, 12px);
  font-family: sans-serif;
  color: rgb(127, 127, 127);
  padding: 2% 5% 2% 7%;
}
#three_point .bg_gradation {
  background-image: url(../images/1_07_bg.png);
  background-position: bottom;
  padding-bottom: 3%;
}
#three_point .box_inner {
  background-color: rgb(255, 255, 255);
  margin: 0 7% 2%;
}
#three_point li {
  list-style: none;
  color: rgb(160, 160, 160);
  font-size: clamp(9px, 1.875vw, 12px);
  font-family: sans-serif;
}
#three_point li.accent {
  color: rgb(104, 104, 104);
}
#three_point li::before {
  content: "※";
  margin-left: -2.5%;
}

/* CTAボタン */
ul.cta_att {
  padding: 2% 8% 2% 10%;
}
ul.cta_att li {
  list-style: none;
  color: rgb(127, 127, 127);
  font-size: clamp(9px, 1.875vw, 12px);
  font-family: sans-serif;
}
ul.cta_att li::before {
  content: "※";
  margin-left: -2%;
  margin-right: 1%;
}

/* ビフォーアフター */
#ba section {
  position: relative;
}
#ba section .box_inner {
  text-align: center;
  position: absolute;
  top: 575px;
  padding: 0 10%;
}
@media screen and (max-width: 640px) {
  #ba section .box_inner {
    top: 89.844vw;
  }
}
#ba section .box_inner .box_tit {
  color: rgb(31, 56, 159);
  font-size: clamp(12px, 5.938vw, 38px);
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 3%;
}
#ba section .box_inner p {
  font-size: clamp(9px, 3.438vw, 22px);
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 2%;
}
#ba section .box_inner .att {
  font-size: clamp(9px, 1.875vw, 12px);
  line-height: 1.2;
  font-feature-settings: "palt";
}/*# sourceMappingURL=style_02.css.map */