@import url("https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy.css");
:root {
  --primary-color: #6b41c9;
  --secondary-color: #a989e9;
  --btn-color: #6b41c9;
  --swiper-active: #6b41c9;
  --bg-color: #fcf7ff;
}

#wrap {
  background-color: var(--bg-color);
}

.wb_img {
  display: block;
}

.mb_img {
  display: none;
}

.C-visual {
  overflow: hidden;
}
.C-visual .img_text {
  text-align: left;
}
@media (max-width: 720px) {
  .C-visual .img_text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--vw40) 0;
  }
  .C-visual .img_text img {
    max-width: 90%;
  }
  .C-visual .img_text .item_02 {
    font-size: var(--vw80);
  }
}
.C-visual:after {
  margin: 0;
  left: 0;
  right: 0;
  -webkit-transform: none;
  transform: none;
  max-width: 100%;
  height: 60%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(var(--bg-color))
  );
  background: linear-gradient(to bottom, transparent 0%, var(--bg-color) 100%);
}
.C-visual .img_bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(var(--bg-color)),
    color-stop(10%, transparent),
    color-stop(90%, transparent),
    to(var(--bg-color))
  );
  background: linear-gradient(
    to right,
    var(--bg-color) 0%,
    transparent 10%,
    transparent 90%,
    var(--bg-color) 100%
  );
}
@media (max-width: 1920px) {
  .C-visual .img_bg {
    display: none;
  }
}
.C-visual .counseling_form .btn_request {
  background-color: #f66fd6;
}

.C-title .primary-color {
  color: var(--primary-color);
}

.C-center_banner {
  position: relative;
  background-color: #ffffff;
  height: 100%;
}

.C-center_banner .swiper-slide {
  text-align: center;
  position: relative;
  overflow: hidden;
  height: 100%;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.C-center_banner .swiper-slide img {
  width: auto;
  position: relative;
  height: 100%;
}
@media (max-width: 720px) {
  .C-center_banner .swiper-slide img {
    height: auto;
    width: 100%;
  }
}

.C-center_banner .swiper-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin: 30px auto 0;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 220px;
  gap: 0 20px;
}

.C-center_banner .swiper-pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  position: relative;
  bottom: 0;
  top: 0;
}

.C-center_banner .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 11px;
  height: 11px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  opacity: 0.5;
}

.C-center_banner
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: var(--primary-color);
}

.C-center_banner .swiper-button-next,
.C-center_banner .swiper-button-prev {
  position: relative;
  margin-top: 0;
  left: auto;
  right: auto;
  width: 10px;
  height: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.C-center_banner .swiper-button-prev:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.C-center_banner .swiper-button-next:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.C-center_banner .swiper-button-next:after,
.C-center_banner .swiper-button-prev:after {
  font-size: 0;
  width: 8px;
  height: 8px;
  border-left: 2px solid var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.jaw_theme_info > .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  margin: 50px auto 0;
  position: relative;
  padding: 0 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.jaw_theme_info > .text.t-center {
  text-align: center;
}
@media (max-width: 1024px) {
  .jaw_theme_info > .text {
    width: auto;
    margin: 5% 3% 0;
    background-size: 35vw;
  }
}
@media (max-width: 720px) {
  .jaw_theme_info > .text {
    height: auto;
    padding: 0 var(--vw40);
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    background-size: 30vw;
    background-position: right 10% center;
  }
}
.jaw_theme_info > .text span {
  font-size: var(--f-50);
  color: #737380;
  line-height: 1.1;
  letter-spacing: -1px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1024px) {
  .jaw_theme_info > .text span {
    font-size: 5vw;
  }
}
.jaw_theme_info > .text strong {
  display: block;
  font-size: var(--f-90);
  color: var(--primary-color);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -3px;
  position: relative;
  z-index: 3;
}
.jaw_theme_info > .text strong i {
  font-weight: 900;
}
@media (max-width: 1024px) {
  .jaw_theme_info > .text strong {
    font-size: 9vw;
  }
  .jaw_theme_info > .text strong i {
    display: none;
  }
}
.jaw_theme_info > .text .info_img {
  width: 320px;
  right: 63px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 1024px) {
  .jaw_theme_info > .text .info_img {
    width: 30vw;
    right: 7%;
    font-size: 0;
  }
  .jaw_theme_info > .text .info_img img {
    width: 100%;
  }
}
.jaw_theme_info > .text::before {
  content: "[";
  position: absolute;
  left: 0;
  bottom: 20px;
  font-size: var(--f-126);
  color: #aa8bed;
  font-weight: 900;
}
@media (max-width: 720px) {
  .jaw_theme_info > .text::before {
    font-size: 12vw;
    bottom: 0;
  }
}
.jaw_theme_info > .text::after {
  content: "]";
  position: absolute;
  right: 0;
  bottom: 20px;
  font-size: var(--f-126);
  color: #aa8bed;
  font-weight: 900;
}
@media (max-width: 720px) {
  .jaw_theme_info > .text::after {
    font-size: 12vw;
    bottom: 0;
  }
}
.jaw_theme_info .photo {
  padding-top: 97px;
}
.jaw_theme_info .photo ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.jaw_theme_info .photo ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.jaw_theme_info .photo ul li strong {
  display: block;
  padding-top: 25px;
  font-size: var(--f-28);
  color: #aa8bed;
  font-weight: 900;
  line-height: 1.1;
}
.jaw_theme_info .photo ul li span {
  font-size: var(--f-28);
  color: #000b17;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .jaw_theme_info .photo ul li img {
    width: 100%;
  }
}

.jaw_theme_info_text {
  font-size: var(--f-30);
  color: #222222;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}
.jaw_theme_info_text strong {
  color: var(--primary-color);
  font-weight: 700;
}

@media (max-width: 1024px) {
  .C-inner {
    padding: 0 40px;
  }
}
@media (max-width: 720px) {
  .C-inner {
    padding: 0 3%;
  }
}

.operation_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 0 160px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 720px) {
  .operation_info {
    padding: var(--vw80) 0;
    margin: var(--vw80) 0;
  }
}
.operation_info .title {
  font-size: var(--f-80);
  color: var(--primary-color);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -3px;
  margin-bottom: 80px;
}
@media (max-width: 720px) {
  .operation_info .title {
    font-size: var(--vw80);
    margin-bottom: var(--vw60);
  }
}
.operation_info .text {
  font-size: var(--f-40);
  color: #db26b0;
  text-align: center;
  font-weight: 900;
  margin-top: 20px;
}
.operation_info .sub_text {
  font-size: var(--f-28);
  color: #222222;
  text-align: center;
  line-height: 1.3;
  margin-top: 15px;
}
.operation_info .sub_text .sub_text strong {
  font-weight: 900;
}

.C-idYoutube .btn_youtube_page {
  background-color: var(--btn-color);
}

.C-BeforeAfter .swiper-pagination-bullet-active {
  background-color: var(--swiper-active);
}

.C-idCenter li:nth-child(1),
.C-idCenter li:nth-child(2) {
  background-color: #ffe9e5;
}

.C-idCenter li:nth-child(1) {
  background-image: url(../images/wb/common/idCenter_list_img_02.png);
}

.C-idCenter li:nth-child(2) {
  background-image: url(../images/wb/id_semi/idCenter_list_img_02.png);
}

.C-idCenter li:nth-child(3) {
  background-color: #ebdfe5;
  background-image: url(../images/wb/common/idCenter_list_img_03.png);
}

.C-idCenter li:nth-child(1) h5 {
  color: #ea6753;
}

.C-idCenter li:nth-child(2) h5 {
  color: #f77a16;
}

.C-idCenter li:nth-child(3) h5 {
  color: #a0466a;
}

.C-idCenter li p {
  color: #45474d;
}

@media (max-width: 720px) {
  .wb_img {
    display: none;
  }
  .mb_img {
    display: block;
  }
}
.operation_row_contents {
  padding-bottom: 160px;
}
.operation_row_contents .row_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0 34px;
}
.operation_row_contents .row_wrap .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 500;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.operation_row_contents .row_wrap .text i {
  color: var(--secondary-color);
  font-size: var(--f-35);
  font-weight: 800;
}
.operation_row_contents .row_wrap .text strong {
  font-size: var(--f-28);
  color: var(--primary-color);
  font-weight: 800;
}
.operation_row_contents .row_wrap .text p {
  font-size: var(--f-28);
  color: #222222;
}

.C-visual {
  background: url("../images/wb/jaw/jaw_theme_bimaxillary_bg.jpg") no-repeat
    center 0 / cover;
}
.C-visual .img_text {
  margin-left: -680px;
  top: 250px;
}
@media (max-width: 1920px) {
  .C-visual .img_text {
    top: 8vw;
    left: 5%;
    margin-left: 0;
  }
}
@media (max-width: 720px) {
  .C-visual .img_text {
    text-align: center;
  }
}
.C-visual .img_text .item_01,
.C-visual .img_text .item_03 {
  color: #ffffff;
}
@media (max-width: 720px) {
  .C-visual .img_text .item_01,
  .C-visual .img_text .item_03 {
    color: #222222;
  }
}
.C-visual .img_text .item_01 {
  font-size: var(--f-43);
  letter-spacing: -3px;
  line-height: 1.1;
  display: block;
  margin-bottom: 15px;
  font-family: "Paperlogy";
}
@media (max-width: 1920px) {
  .C-visual .img_text .item_01 {
    font-size: var(--vw20);
    margin-bottom: var(--vw10);
  }
}
@media (max-width: 720px) {
  .C-visual .img_text .item_01 {
    font-size: var(--vw36);
    color: var(--primary-color);
    font-weight: 600;
    letter-spacing: -1px;
    margin: 0;
    font-size: var(--vw35);
  }
}
.C-visual .img_text .item_02 {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fffdc1),
    to(#fffdbd)
  );
  background: linear-gradient(to bottom, #fffdc1, #fffdbd);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 1;
  font-weight: 600;
  font-family: "Paperlogy";
}
@media (max-width: 720px) {
  .C-visual .img_text .item_02 {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#372265),
      to(#372265)
    );
    background: linear-gradient(to bottom, #372265, #372265);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: 800;
    font-size: var(--vw80);
  }
}
.C-visual .img_text .item_03 {
  display: block;
  margin-top: 20px;
  line-height: 1.2;
  font-size: var(--f-35);
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
  font-weight: 400;
  letter-spacing: -2px;
}
@media (max-width: 1920px) {
  .C-visual .img_text .item_03 {
    font-size: var(--vw16);
    line-height: 1.3;
  }
}
@media (max-width: 720px) {
  .C-visual .img_text .item_03 {
    font-size: var(--vw30);
    margin: 0;
    line-height: 1.3;
  }
}
@media (max-width: 720px) {
  .C-visual .img_text .item_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: var(--vw30) 0;
  }
}
.C-visual:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(60%, var(--bg-color))
  );
  background: linear-gradient(to bottom, transparent 0%, var(--bg-color) 60%);
}
@media (max-width: 720px) {
  .C-visual:after {
    bottom: 0;
    height: 80%;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(transparent),
      color-stop(40%, var(--bg-color))
    );
    background: linear-gradient(to bottom, transparent 0%, var(--bg-color) 40%);
  }
}
.C-visual .visual_img {
  width: auto;
  height: 1000px;
}
@media (max-width: 1920px) {
  .C-visual .visual_img {
    width: 100%;
    height: auto;
    margin-left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    position: relative;
    bottom: -5%;
  }
}
@media (max-width: 1500px) {
  .C-visual .visual_img {
    height: 100%;
    bottom: 0;
    width: 200%;
    left: -55%;
  }
}
@media (max-width: 720px) {
  .C-visual {
    height: 141.6667vw;
  }
  .C-visual .visual_img {
    width: 260%;
    margin: 0;
    position: relative;
    bottom: 1%;
    height: auto;
    left: auto;
    right: 120%;
    margin-right: 20%;
  }
  .C-visual .img_text {
    top: 83.33vw;
    margin: 0;
    -webkit-transform: none;
    transform: none;
    padding: 0;
    left: 0;
  }
}

.operation_info {
  text-align: center;
  padding: 140px 0;
  position: relative;
}
@media (max-width: 720px) {
  .operation_info {
    margin: var(--vw60) 0;
  }
}
.operation_info:after {
  content: "";
  position: absolute;
  height: 100px;
  width: 1px;
  left: 50%;
  bottom: -20px;
  background-color: var(--primary-color);
}
@media (max-width: 720px) {
  .operation_info:after {
    height: var(--vw100);
    bottom: var(--vw10);
  }
}
.operation_info:last-child,
.operation_info.no_border {
  padding-bottom: 160px;
}
@media (max-width: 720px) {
  .operation_info:last-child,
  .operation_info.no_border {
    padding-bottom: var(--vw40);
  }
}
.operation_info:last-child:after,
.operation_info.no_border:after {
  content: none;
}
.operation_info .img_wrap {
  width: 100%;
}
.operation_info .img_wrap + .img_wrap {
  margin-top: 130px;
}
.operation_info .img_wrap img {
  max-width: 100%;
}
.operation_info.type-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0 10px;
  padding-top: 0;
}
@media (max-width: 720px) {
  .operation_info.type-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--vw25) 0;
  }
}
.operation_info.type-row div img {
  max-width: 100%;
}
.operation_info .text_wrap {
  font-size: var(--f-28);
  color: #222222;
  margin-top: 50px;
  position: relative;
}
@media (max-width: 720px) {
  .operation_info .text_wrap {
    font-size: var(--vw28);
  }
}
@media (max-width: 720px) {
  .operation_info .text_wrap p br {
    display: none;
  }
}
.operation_info .text_wrap p span {
  font-weight: 800;
}

.jaw_theme_info_text {
  font-size: var(--f-45);
  font-weight: 800;
  color: var(--primary-color);
  position: relative;
  margin-top: 100px;
}
@media (max-width: 720px) {
  .jaw_theme_info_text {
    margin-top: var(--vw80);
    line-height: 1.1;
    margin-top: var(--vw100);
    margin-bottom: 0;
  }
}
.jaw_theme_info_text i {
  font-size: var(--f-75);
  font-weight: 900;
  color: var(--primary-color);
  position: absolute;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0.25;
}
@media (max-width: 720px) {
  .jaw_theme_info_text i {
    bottom: auto;
    line-height: 1;
    bottom: var(--vw80);
    font-weight: 600;
    bottom: var(--vw100);
  }
}
.jaw_theme_info_text.type-2 {
  margin-top: 0;
}
.jaw_theme_info_text span {
  font-weight: 500;
}
@media (max-width: 720px) {
  .jaw_theme_info_text span {
    display: block;
    font-weight: 800;
  }
}
.jaw_theme_info_text + .operation_info {
  padding-top: 0;
} /*# sourceMappingURL=jaw_bimaxillary.css.map */
