/* KV */
.top-kv {
  position: relative;
}
.top-kv__img {
  overflow: hidden;
}
.top-kv__img img {
  width: 100%;
  height: 100vh;
  height: 100svh;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-kv__over {
  position: absolute;
  z-index: 10;
  left: 20px;
  bottom: 20px;
  padding: 10px 20px 12px 75px;
  background: rgba(255, 255, 255, 0.85);
}
.top-kv__over::before {
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  top: -18px;
  width: 44px;
  height: 66px;
  background: url("../img/top/icon_leaf@2x.png") 50% 50% no-repeat;
  background-size: contain;
}
.top-kv__txt {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.375;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
#kvSlider .swiper-container,
#kvSlider .swiper-img {
  height: 100%;
}
#kvSlider .swiper-slide-active .swiper-img,
#kvSlider .swiper-slide-duplicate-active .swiper-img,
#kvSlider .swiper-slide-prev .swiper-img {
  -webkit-animation: zoomUp 9s linear 0s normal both;
          animation: zoomUp 9s linear 0s normal both;
}

@media screen and (min-width: 1024px) {
  .top-kv {
    margin-left: 150px;
  }
}
@media screen and (max-width: 767px) {
  .top-kv__img img {
    height: calc(100vh - 13.33vw);
    height: calc(100svh - 13.33vw); /*50px*/
  }
  .top-kv__over {
    left: 4vw;
    right: 4vw; /*15px*/
    bottom: 15.47vw; /*58px*/
    padding: 2.13vw 0 2.13vw 13.33vw; /*8px 0 8px 50px*/
  }
  .top-kv__over::before {
    left: 2.4vw; /*9px*/
    top: -3.2vw; /*-12px*/
    width: 8vw; /*30px*/
    height: 12vw; /*45px*/
  }
  .top-kv__txt {
    font-size: 22px;
    font-size: min(5.87vw, 32px);
    line-height: 1.354;
  }
}
/* ABOUT */
.about-lb {
  margin-bottom: 45px;
}
.about-lb__sub {
  margin: 0 0 15px;
  color: #e1d9d0;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 0.15em;
  line-height: 1;
}
.about-lb__main {
  margin: 0;
  color: #745c2e;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.top-about__img {
  position: relative;
  width: 45.91%;
}
.top-about__img::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(54%, -75.51%);
          transform: translate(54%, -75.51%);
  width: 98px;
  height: 99px;
  background: url("../img/top/about_img_deco@2x.png") 50% 50% no-repeat;
  background-size: contain;
}
.top-about__txt {
  width: 48.2%;
}
.top-about__link {
  margin-top: 50px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .about-lb {
    margin-bottom: 30px;
  }
  .about-lb__sub {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .about-lb__main {
    font-size: 22px;
    line-height: 1.591;
  }
  .top-about__img::before {
    -webkit-transform: translate(0, -76.71%);
            transform: translate(0, -76.71%);
    width: 73px;
    height: 73px;
  }
  .top-about__link {
    margin-top: 22px;
  }
}
/* NEWS */
.top-news__link {
  margin-top: 40px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .top-news__link {
    margin-top: 30px;
  }
  .top-news__link .m-inner_s {
    width: 100%;
  }
}
/* POINT */
.top-point .m-lb01 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.top-point .m-lb01::before, .top-point .m-lb01::after {
  content: "";
  display: block;
  position: absolute;
  width: 38.5px;
  height: 36.5px;
  background: 50% 50% no-repeat;
  background-size: contain;
}
.top-point .m-lb01::before {
  left: -83px;
  top: 0;
  background-image: url("../img/top/point_lb_deco1@2x.png");
}
.top-point .m-lb01::after {
  right: -73px;
  top: 0;
  background-image: url("../img/top/point_lb_deco2@2x.png");
}
.top-point .m-lead {
  margin-bottom: 45px;
}
.top-point__link {
  position: relative;
  margin-top: 45px;
  text-align: center;
}
.top-point__link::before {
  content: "";
  display: block;
  position: absolute;
  right: 5.73%; /*63px*/
  top: -60px;
  width: 111.5px;
  height: 101px;
  background: url("../img/top/point_deco@2x.png") 50% 50% no-repeat;
  background-size: contain;
}

.point-box {
  position: relative;
  margin-top: 40px;
  /*&__img {

  }*/
}
.point-box a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.point-box__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-28.57%, -30.47%);
          transform: translate(-28.57%, -30.47%);
  width: 105px;
  height: 105px;
  border-radius: 50%;
  background: #e1d9d0;
  color: #876844;
  font-size: 47px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 0.95;
}
.point-box__num .small {
  font-size: 0.298em; /*14px*/
  font-weight: 900;
  letter-spacing: 0.2em;
}
.point-box__ttl {
  position: relative;
  padding-left: 1.136em; /*25px*/
  margin: 20px 0 0;
  color: #876844;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.point-box__ttl::before {
  content: "";
  display: block;
  position: absolute;
  left: 0.227em; /*5px*/
  top: 0.455em; /*10px*/
  width: 0.545em;
  height: 0.545em; /*12px*/
  border-radius: 50%;
  background: #b7a48f;
}
.point-box__txt {
  margin: 0.188em 0 0; /*3px*/
}

#pointSlider .point-box__ttl,
#pointSlider .point-box__txt {
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
#pointSlider .swiper-slide-active .point-box__ttl,
#pointSlider .swiper-slide-active .point-box__txt {
  opacity: 1;
}
#pointSlider .swiper-button-prev,
#pointSlider .swiper-button-next {
  background-position: 50% 43%;
}

@media screen and (max-width: 767px) {
  .top-point .m-lb01::before, .top-point .m-lb01::after {
    width: 28.5px;
    height: 27px;
  }
  .top-point .m-lb01::before {
    left: -63px;
  }
  .top-point .m-lb01::after {
    right: -53px;
  }
  .top-point .m-lead {
    margin-bottom: 10px;
  }
  .top-point__link {
    margin-top: 25px;
  }
  .top-point__link::before {
    right: 1.97%; /*7px*/
    top: auto;
    bottom: -75px;
    width: 83px;
    height: 75px;
  }
  .point-box {
    margin-top: 30px;
  }
  .point-box__num {
    -webkit-transform: translate(-34.97%, -30.47%);
            transform: translate(-34.97%, -30.47%);
    width: 78px;
    height: 78px;
    font-size: 35px;
  }
  .point-box__num .small {
    font-size: 0.286em; /*10px*/
  }
  .point-box__ttl {
    padding-left: 1em; /*20px*/
    margin-top: 15px;
    font-size: 20px;
  }
  .point-box__ttl::before {
    left: 0;
  }
  #pointSlider .swiper-button-prev,
  #pointSlider .swiper-button-next {
    background-position: 50% 36%;
  }
}
/* ORTHODONTIC TREATMENT */
/*.top-orho {

}*/
.ortho-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px 0;
}
.ortho-list a {
  color: inherit;
  text-decoration: none;
}
.ortho-list__item {
  width: 46.54%;
}
.ortho-list__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ortho-list__left {
  width: 39%;
}
.ortho-list__right {
  width: 56.6%;
  padding-top: 33px;
}
.ortho-list__lb {
  position: relative;
  margin-bottom: 30px;
  background: url("../img/top/ortho_icon_arrow@2x.png") 100% 50% no-repeat;
  background-size: 174px;
  color: #876844;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.273;
}
.ortho-list__lb > span {
  display: inline-block;
  padding-right: 0.818em; /*18px*/
}

@media screen and (min-width: 768px) {
  #ortho01 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #ortho02 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #ortho03 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #ortho04 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  #ortho03 .ortho-list__right {
    padding-top: 15px;
  }
  #ortho03 .ortho-list__lb {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .ortho-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
  }
  .ortho-list__item {
    width: 100%;
  }
  .ortho-list__left {
    width: 38%;
  }
  .ortho-list__right {
    width: 58.6%;
    padding-top: 15px;
  }
  .ortho-list__icon img {
    width: 100%;
  }
  .ortho-list__lb {
    padding-bottom: 18px;
    margin-bottom: 15px;
    background-position: -55px 100%;
    background-size: 120px;
    font-size: 20px;
    line-height: 1.5;
  }
  .ortho-list__lb > span {
    padding-right: 0;
  }
}
/* CASE */
.top-case__link {
  margin-top: 35px;
  text-align: right;
}

.case-box {
  background: #e6e6e6;
  color: #876844;
}
.case-box__lb {
  margin-bottom: 15px;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}
.case-box__lb .small {
  margin-right: 0.625em; /*10px*/
  font-size: 0.4em; /*16px*/
  font-weight: 900;
  letter-spacing: 0.2em;
}
.case-box__img {
  position: relative;
  margin-bottom: 20px;
}
.case-box__img::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: #b7a48f;
  mix-blend-mode: multiply;
}
.case-box__txt {
  position: relative;
  padding: 5px 15px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.444;
}
.case-box__txt::before, .case-box__txt::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background-image: radial-gradient(circle, #876844 60%, transparent 61%);
  background-size: 1px 10px;
  background-repeat: repeat-y;
}
.case-box__txt::before {
  left: 0;
}
.case-box__txt::after {
  right: 0;
}

@media screen and (max-width: 767px) {
  .top-case .m-lb01 {
    width: 69.33vw; /*260px*/
    margin-left: auto;
    margin-right: auto;
  }
  .top-case__link {
    margin-top: 30px;
    text-align: center;
  }
  .case-box__lb {
    font-size: 32px;
  }
  .case-box__img {
    margin-bottom: 15px;
  }
  .case-box__txt {
    padding: 2px 13px;
    line-height: 1.556;
  }
}
/* Q&A */
.top-qa .m-lb01 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.top-qa .m-lb01::before {
  content: "";
  display: block;
  position: absolute;
  right: -100px;
  top: 2px;
  width: 56.5px;
  height: 61px;
  background: url("../img/top/qa_lb_deco@2x.png") 50% 50% no-repeat;
  background-size: contain;
}

.qa-article-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px 0;
  margin: 65px auto 60px;
}
.qa-article-list > * {
  width: 47.73%;
}

.qa-article {
  background: #ede8e3;
  font-size: 1.4rem;
  line-height: 2.143;
}
.qa-article a {
  color: inherit;
  text-decoration: none;
}
.qa-article__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.qa-article__left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 27.62%;
}
.qa-article__right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 7px 25px;
}
.qa-article__img {
  padding-top: 100%;
}
.qa-article__date {
  margin-bottom: 5px;
  color: #999;
}
.qa-article__lb {
  margin: 0;
  color: #745c2e;
  font-size: 1.286em; /*18px*/
  font-weight: 500;
}
.qa-article__txt {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .top-qa .m-lb01::before {
    right: -80px;
    top: 7px;
    width: 44.5px;
    height: 48px;
  }
  .qa-article-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin: 30px auto;
  }
  .qa-article-list > * {
    width: 100%;
  }
  .qa-article__left {
    width: 108px;
  }
  .qa-article__right {
    padding: 8px 12px;
  }
  .qa-article__txt {
    display: none;
  }
}
/* ACCESS */
.top-access__left {
  position: relative;
  width: 68.63%;
}
.top-access__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 28.18%;
}
.top-access__map {
  position: relative;
  height: 0;
  padding-top: 500px;
}
.top-access__map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.top-access__cap {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 1em;
  font-size: 0.813em; /*13px*/
  line-height: 1.667;
}
.top-access__info {
  font-size: 0.875em; /*14px*/
  line-height: 1.714;
}
.top-access__info .site-title {
  margin-bottom: 0.92em;
  font-size: 26px;
}
.top-access__info .site-title .small {
  display: block;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .top-access__cont {
    margin-bottom: 135px;
  }
}
@media screen and (max-width: 767px) {
  .top-access__map {
    padding-top: 85.07%;
  }
  .top-access__cap {
    position: static;
    font-size: 0.75em; /*12px*/
  }
  .top-access__info .site-title {
    font-size: 24px;
  }
  .top-access__info .site-title .small {
    margin-bottom: 10px;
  }
  .top-access__img {
    text-align: center;
  }
  .top-access__img img {
    max-width: 48.6%;
  }
}
/* BLOG */
.top-blog .m-lb01 {
  position: relative;
}
.top-blog .m-lb01::before {
  content: "";
  display: block;
  position: absolute;
  right: -12.22%; /*-110px*/
  top: 30px;
  width: 74px;
  height: 61px;
  background: url("../img/top/blog_deco@2x.png") 50% 50% no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .top-blog .m-lb01::before {
    right: 2.98%; /*10px*/
    top: 20px;
    width: 55.5px;
    height: 46px;
  }
}/*# sourceMappingURL=style_top.css.map */