@charset "utf-8";
/*=======================

コンテンツスクロール

========================*/
.scroll-fade {
  opacity: 0;
}

/* 下からフェードイン
================================*/

.scroll-fade-item.-fadeUp {
  animation-name: fadeUp;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(300px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.scroll-fade-item.-fadeUp2 {
  animation-name: fadeUp2;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUp2 {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* .scroll-fade-item.-delay1 {
  animation-delay: .3s;
}
.scroll-fade-item.-delay2 {
  animation-delay: .6s;
} */

/*=======================

  共通

========================*/

.implant_parts {
  margin-top: 35px;
}
.implant_parts li {
  margin-bottom: 25px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
}

.implant_parts_p {
  position: relative;
  font-size: clamp(16px, 20 / 1200 * 100vw, 20px);
  line-height: 1.8;
}

.implant_parts_p::before {
  content: "";
  border: solid 3px #ea8d82;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  display: inline-block;
  position: relative;
  top: 3px;
}

.services_guarantee {
  border: 3px solid #eeeeee;
  border-radius: 10px;
  padding: 20px;
}

.services_flow_wrap .lower_white_bg2{
  margin-bottom: 25px;
}
.services_flow_wrap .lower_white_bg2:last-child:after {
  content: none;
}
.services_flow_wrap .lower_white_bg2::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 100%;
  width:0;
  height:0;
  border-style:solid;
  border-width: 20px 20px 0 20px;
  border-color: #A6937C transparent transparent transparent;
}
.services_flow_wrap .lower_flex03_txt {
  max-width: 775px;
  flex: 1;
}
.services_flow_wrap .lower_flex01_ttl {
  color: #e0d76b;
  font-size: clamp(20px, 18 / 1200 * 100vw, 22px);
}

.--flow_step2 .lower_flex01_ttl {
  color: #f3ae77;
}
.--flow_step2 .services_flow_step {
  background-color: #f3ae77;
}

.--flow_step3 .lower_flex01_ttl {
  color: #f0968c;
}
.--flow_step3 .services_flow_step {
  background-color: #f0968c;
}

.--flow_step4 .lower_flex01_ttl {
  color: #e28fa2;
}
.--flow_step4 .services_flow_step {
  background-color: #e28fa2;
}

.--flow_step5 .lower_flex01_ttl {
  color: #cd9bc7;
}
.--flow_step5 .services_flow_step {
  background-color: #cd9bc7;
}

.--flow_step6 .lower_flex01_ttl {
  color: #a39bcd;
}
.--flow_step6 .services_flow_step {
  background-color: #a39bcd;
}

.--flow_step7 .lower_flex01_ttl {
  color: #61c4cd;
}
.--flow_step7 .services_flow_step {
  background-color: #61c4cd;
}

.services_flow_step {
  background-color: #e0d76b;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  gap: 5px;
  border-radius: 50%;
  position: relative;
  z-index: 0;
}

.services_flow_step::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border: 3px solid #fff;
  border-radius: 50%;
  z-index: -1;
}

.services_flow_eng {
  font-size: 24px;
  color: #fafafa;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  letter-spacing: 3px;
}
.services_flow_num {
  font-size: 48px;
  color: #fafafa;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.services_type_wrap {
  display: flex;
  gap: 8px;
  margin-top: 5px;
}
.services_type {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.services_type_txt {
  background-color: #d2d6df;
  max-width: 155px;
  width: 100%;
  line-height: 50px;
  height: 50px;
}
.services_type_rank {
  border: solid 1px #d2d6df;
  font-family: "Kozuka Gothic Pr6N";
  max-width: 155px;
  line-height: 50px;
  width: 100%;
  height: 50px;
}

#denture_effect .lower_flex01 {
  flex-wrap: wrap;
}

.services_effect {
  background-color: #eee;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  padding-block: 10px;
  line-height: 1.6;
  font-size: clamp(16px, 18 / 1200 * 100vw, 18px);
  letter-spacing: 0;
}

.services_effect span {
  font-size: clamp(16px, 20 / 1200 * 100vw, 22px);
}


@media screen and (max-width: 1080px) {}

@media screen and (max-width: 900px) {
  #denture_effect .lower_flex01_item {
    max-width: calc((100% - 25px) / 2);
  }
}

@media screen and (max-width: 834px) {}

@media screen and (max-width :480px) {
  #denture_effect .lower_flex01_item {
    max-width: calc(100%);
  }
  .price_tbl .bg-dedde3 {
    display: none;
  }

  .price_tbl .bg-fff td {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    min-height: 55px;
  }
  .price_tbl .bg-fff td:before {
    content: attr(data-label);
    background-color: #dedde3;
    display: block;
    height: 30px;
    width: 100%;
  }
}




.mainvisual_inner {
  max-width: 1260px;
  margin-inline: auto;
  position: relative;
  z-index: 10;
}

.mainvisual_img {
  text-align: right;
  padding-left: 50px;
}

.mainvisual_img-item {
  display: inline-block;
}



.mainvisual_catchcopy {
  font-size: clamp(20px, 48 / 1200 * 100vw, 48px);
  color: #fff;
  position: absolute;
  left: 0;
  top: 25%;
  text-shadow: 1px 1px 9px rgba(0, 0, 0, 0.4);
}


.mainvisual_scrolldown {
  position: absolute;
  left: 35px;
  bottom: 40px;
  z-index: 10;
  /* width: 50px; */
}

.mainvisual_scrolldown-text {
  font-size: clamp(11px, 18 / 1200 * 100vw, 18px);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #fff;
  position: absolute;
  top: 90px;
  left: -25px;
  display: flex;
  align-items: center;
  line-height: 1;
}

.mainvisual_scrolldown-text span.-icon {
 font-size: 10px;
 color: #333;
 margin-left: 5px;
}

.mainvisual_scrolldown-arrow {
  width: 2px;
  height: 285px;
  margin: 50px 0 0;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}

.mainvisual_scrolldown-arrow:before {
  content: "";
  width: 2px;
  height: 285px;
  margin: 50px 0 0;
  background-color: #333;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: arrow 2s ease-in-out infinite normal;
  animation: arrow 2s ease-in-out infinite normal;
  z-index: 10;
}

@keyframes arrow {
  0% {
    height: 0;
    top: -50px;
    opacity: 1;
  }

  60% {
    height: 250px;
    opacity: 1;
  }

  100% {
    height: 0;
    top: 250px;
    opacity: 0;
  }
}

@media screen and (max-width: 1080px) {


  .mainvisual_catchcopy {
    line-height: 1.5;
  }
  .mainvisual_scrolldown-arrow {
    height: 150px;
    margin: 50px auto 0;
  }

  .mainvisual_scrolldown-arrow:before {
    height: 150px;
    margin: 50px auto 0;
  }

  @keyframes arrow {
    0% {
      height: 0;
      top: -50px;
      opacity: 1;
    }

    60% {
      height: 150px;
      opacity: 1;
    }

    100% {
      height: 0;
      top: 150px;
      opacity: 0;
    }
  }


  .news {
    max-width: 100%;
    width: 45%;
  }
  .news_article {
    height: 100px;
  }
}




@media screen and (max-width: 1200px) {

  .mainvisual_container:before,
  .mainvisual_container:after {
width: 25%;
  }
  .mainvisual:after {
    width: 25%;
  }

 
}

@media screen and (max-width: 1080px) {
  
}

@media screen and (max-width: 834px) {

  .mainvisual {
    padding: 0 15px 40px 60px;
  }

  .mainvisual_scrolldown {
    left: 20px;
  }
  
}

@media screen and (max-width: 667px) {

  .mainvisual {
    padding: 0 10px 30px 30px;
  }

  .mainvisual:after {
    height: 15%;
  }

  .mainvisual_container::before, .mainvisual_container::after {
    width: 55%;
  }
  


  .mainvisual_scrolldown {
    left: 10px;
    bottom: 10px;
  }
  .mainvisual_scrolldown-arrow {
    height: 130px;
    margin: 50px auto 0;
  }

  .mainvisual_scrolldown-arrow:before {
    height: 100px;
    margin: 50px auto 0;
  }

  @keyframes arrow {
    0% {
      height: 0;
      top: -50px;
      opacity: 1;
    }

    60% {
      height: 100px;
      opacity: 1;
    }

    100% {
      height: 0;
      top: 100px;
      opacity: 0;
    }
  }

  .mainvisual:before {
    height: 85%;
  }

  .mainvisual_img {
    padding-left: 30px;
  }

  #root_canal .lower_flex03_txt .lower_flex01_ttl {
    text-align: center;
    padding: 0;
    margin-top: -10px;
    font-size: clamp(17px, 20 / 1200 * 100vw, 20px);
  }
  #root_canal .lower_flex01_item img {
    width: 100%;
  }
  #root_canal .-flex01_item4 .lower_flex01_item {
    max-width: 100%;
  }

  .services_flow_wrap .lower_flex03 {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }

  .services_flow_wrap .lower_flex01_ttl {
    text-align: center;
  }
  .services_flow_wrap .lower_flex01_ttl span {
    display: block;
  }

  .services_type_wrap {
    flex-wrap: wrap;
  }
}
