@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;
} */

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

共通

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

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

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

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

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

  メインビジュアル

========================*/
.mainvisual {
  /* background: #ffcbc5; */
  /* background: rgba(255, 255, 255, 0.8); */
  position: relative;
  padding: 0 30px 60px 90px;
}
.mainvisual:before {
  content: "";
  background: #008080;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 24px); /*94.5%*/
}
.mainvisual:after {
  content: "";
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  width: 307px;
  height: 24px; /*5.5%*/
}

.mainvisual_container {
}
.mainvisual_container:before,
.mainvisual_container:after {
  content: "";
  position: absolute;
}
.mainvisual_container:before {
  background: url(../img/mv_deco01_l.webp) no-repeat left top / contain;
  left: 0;
  top: 0;
  width: 307px;
  height: 363px;
}
.mainvisual_container:after {
  background: url(../img/mv_deco01_r.webp) no-repeat right bottom / contain;
  right: 0;
  bottom: 0;
  width: 300px;
  height: 420px;
}

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

/* 1枚用
.mainvisual_img {
  text-align: right;
  padding-left: 50px;
}
.mainvisual_img-item {
  display: inline-block;
}
*/

.mainvisual_slide {
}
.mainvisual_slide-inner {
  box-sizing: border-box;
  max-width: 1050px;
  margin-left: auto;
  padding-left: 50px;
}
.swiper-container.swiper {
  border-radius: 20px;
}
.swiper-container.swiper .swiper--wrapper {
  transition-timing-function: linear;
}
.swiper-container.swiper .swiper--wrapper .swiper-slide {
}

.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);
  z-index: 11;
}

.news {
  position: absolute;
  left: 0;
  bottom: -20px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 460px;
  border-radius: 10px;
  z-index: 15;
  padding: 10px;
}

.news:before,
.news:after,
.news_inner:before,
.news_inner:after {
  content: "";
  width: 11px;
  height: 11px;
  /* background: rgba(255, 255, 255, 0.6); */
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  position: absolute;
}

.news_inner {
  padding: 5px 20px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 10px;
}
.news:before {
  right: 5px;
  top: 5px;
}
.news:after {
  left: 5px;
  top: 5px;
}

.news_inner:before {
  right: 5px;
  bottom: 5px;
}

.news_inner:after {
  left: 5px;
  bottom: 5px;
}

.news_heading {
  position: relative;
  text-shadow: 1px 1px 9px rgba(0, 0, 0, 0.4);
  font-size: clamp(26px, 36 / 1200 * 100vw, 36px);
  color: #fff;
  padding: 0 30px;
  display: inline-block;
  line-height: 1.5;
}

.news_heading:before,
.news_heading:after {
  content: "";
  width: 20px;
  height: 3px;
  border-radius: 2px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  background: #fff;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.4);
}

.news_heading:before {
  left: 0;
}

.news_heading:after {
  right: 0;
}

.news_article {
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  scroll-behavior: smooth;
  overflow-y: auto;
  height: 180px;
  font-size: clamp(13px, 18 / 1200 * 100vw, 18px);
  line-height: 1.5;
}
.news_article-day {
  color: #008080;
  font-weight: 500;
}

.news_article-text {
  margin-bottom: 10px;
}

.news_article-text span.-bold {
  font-weight: 500;
}

/* バナー（右側） */
.mainvisual_right_bnr {
  position: absolute;
  right: calc(100% / 2 - 51%);
  bottom: -20px;
  z-index: 16;
}

/* バナー（下側）*/
.mainvisual_under_bnr {
  display: none;
}

/* scrolldown */
.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: 1200px) {
  .mainvisual_container:before,
  .mainvisual_container:after {
    width: 25%;
  }
  .mainvisual:after {
    width: 25%;
  }
}

@media screen and (max-width: 1080px) {
  .swiper-container.swiper {
    border-radius: 14px;
  }

  .mainvisual_catchcopy {
    line-height: 1.5;
  }

  /* バナー（右側） */
  .mainvisual_right_bnr {
    right: -15px;
  }

  .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: 834px) {
  .mainvisual {
    padding: 0 15px 40px 60px;
  }

  /* バナー（右側） */
  .mainvisual_right_bnr {
    /*display: none;*/
    right: -10px;
    width: 200px;
  }

  /* バナー（下側） */
  .mainvisual_under_bnr {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px 10px;
    position: unset;
    padding: 20px 3% 0;
    background: #eee;
  }

  .mainvisual_scrolldown {
    left: 20px;
  }
}

@media screen and (max-width: 667px) {
  .mainvisual {
    padding: 0 10px 30px 30px;
  }
  /*
  .mainvisual:after {
    height: 15%;
  }
  */

  .mainvisual_slide-inner {
    padding-left: 30px;
  }
  .swiper-container.swiper {
    border-radius: 6px;
  }

  /* バナー（右側） */
  .mainvisual_right_bnr {
    right: -5px;
    width: 120px;
  }

  /* バナー（下側） */
  .mainvisual_under_bnr {
    padding-top: 150px;
  }

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

  .news {
    width: calc(100% - 20px); /*90%*/
    bottom: -160px;
    /*padding: 5px;*/
    background: rgba(255, 255, 255, 0.7);
  }

  .news_inner {
    padding-right: 10px;
    padding-left: 10px;
  }

  .news_article {
    height: 100px;
    line-height: 1.3;
  }
}

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

greeting

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

.greeting {
  padding: 60px 50px 100px;
  background: #eee;
  position: relative;
}

.greeting:before {
  content: "";
  background: url(../img/sec_bg_deco01_grey.webp) repeat;
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100%;
  height: 15px;
}
.greeting_container {
  max-width: 1200px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 45px;
}

.greeting_group1 {
  position: relative;
  flex: none;
  width: 56.67%;
}
.greeting_group2 {
  position: relative;
  /* text-align: left; */
}
/* 円のデコレーション */
.greeting_group1:before,
.greeting_group2:before {
  content: "";
  position: absolute;
}

.greeting_group1:before {
  background: url(../img/top/greeting_deco1.webp) no-repeat center / contain;
  width: 177px;
  height: 168px;
  right: 0;
  top: 5%;
}
.greeting_group2:before {
  background: url(../img/top/greeting_deco3.webp) no-repeat center / contain;
  width: 213px;
  height: 223px;
  right: 0;
  bottom: -22%;
}

.greeting_heading {
  font-size: clamp(20px, 30 / 1200 * 100vw, 30px);
  font-weight: bold;
  color: #008080;
  line-height: 1.5;
  margin-bottom: 20px;
}

.greeting_text {
  margin-bottom: 50px;
}

.greeting_name {
  /*margin-top: -15%;*/
  position: relative;
  z-index: 5;
}

.greeting_name:before {
  content: "";
  position: absolute;
  background: url(../img/top/greeting_deco2.webp) no-repeat center / contain;
  width: 210px;
  height: 196px;
  left: -50px;
  bottom: -8%;
  z-index: -1;
}

.greeting_name-jp {
  line-height: 1.5;
  display: flex;
  align-items: center;
}
.greeting_name-jp span.-post {
  color: #fff;
  background: #008080;
  margin-right: 25px;
  font-size: clamp(16px, 24 / 1200 * 100vw, 24px);
  line-height: 1;
  padding: 3px;
}

.greeting_name-jp span.-surname {
  margin-right: 30px;
}
.greeting_name-jp span.-surname,
.greeting_name-jp span.-lastname {
  font-weight: bold;
  font-size: clamp(20px, 30 / 1200 * 100vw, 30px);
}

.greeting_name-jp span.-surname:first-letter,
.greeting_name-jp span.-lastname:first-letter,
.greeting_name-en span:first-letter {
  color: #008080;
}

.greeting_name-en {
  font-size: clamp(16px, 24 / 1200 * 100vw, 24px);
  padding-left: 80px;
  line-height: 1.5;
  display: flex;
}

.greeting_name-en span.-surname {
  margin-right: 30px;
}

.greeting_button {
  position: relative;
  z-index: 5;
}

.greeting_button-link {
  width: 100%;
  max-width: 460px;
  border-radius: 10px;
  border: 1px solid #008080;
  background: #fff;
  min-height: 50px;
  display: grid;
  place-content: center;
  text-align: center;
  line-height: 1.5;
  color: #333;
}
.greeting_button-link span:before,
.greeting_button-link span:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.greeting_button-link span {
  position: relative;
  display: inline-block;
  padding-right: 35px;
}
.greeting_button-link span:first-letter {
  color: #008080;
}
.greeting_button-link span:before {
  content: "";
  border-radius: 50%;
  width: 25px;
  height: 25px;
  right: 0;
  border: 1px solid #333;
}
.greeting_button-link span:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #008080;
  right: 6px;
}

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

@media screen and (max-width: 1080px) {
  .greeting_container {
    column-gap: 30px;
  }

  .greeting_group1:before {
    width: 30%;
  }
  .greeting_group1:after {
    width: 30%;
    left: -30px;
  }
  .greeting_group2:before {
    width: 40%;
  }

  .greeting_name:before {
    width: 35%;
    left: -25px;
    bottom: -8%;
  }
}

@media screen and (max-width: 834px) {
  .greeting_container {
    flex-direction: column;
    max-width: 550px;
    margin-inline: auto;
  }
  .greeting_group1 {
    width: 80%;
    margin-inline: auto;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 667px) {
  .greeting {
    padding: 30px 20px 80px;
  }

  .greeting_text {
    margin-bottom: 30px;
  }
  .greeting_group1 {
    width: 100%;
    margin-bottom: 30px;
  }
  .greeting_name-en {
    padding-left: 50px;
  }

  .greeting_name-jp span.-post {
    margin-right: 10px;
  }
  .greeting_name-jp span.-surname,
  .greeting_name-en span.-surname {
    margin-right: 15px;
  }
}

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

当院の特長

================================*/
.feature {
  padding: 90px 50px;
}

.features_container {
  max-width: 1200px;
  margin-inline: auto;
}

.feature_heading {
  text-align: center;
  font-size: clamp(24px, 30 / 1200 * 100vw, 30px);
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
  position: relative;
}

.feature_heading:before {
  content: "";
  background: url(../img/top/feature_heading_deco01.webp) no-repeat center /
    contain;
  position: absolute;
  left: 3px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 207px;
  height: 152px;
  z-index: -1;
}

.feature_heading span {
  display: inline-block;
}
.feature_heading span.-inner {
}

.feature_heading span.-pink {
  color: var(--color01);
}

.feature_heading span.-size-lg {
  font-size: clamp(36px, 48 / 1200 * 100vw, 48px);
}

.feature_heading span.-size-xl {
  font-size: clamp(46px, 72 / 1200 * 100vw, 72px);
}

.feature_content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px;
}

.feature_item-number {
  border-radius: 50%;
  width: 93px;
  height: 93px;
  margin: auto auto -50px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 5;
  position: relative;
}
.feature_item-number span.-inner {
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 83px;
  height: 83px;
  border-radius: 50%;
  margin: auto;
}

.feature_item-number span {
  font-size: clamp(30px, 60 / 1024 * 100vw, 60px);
  line-height: 83px;
  color: #fff;
  display: inline-block;
}

.feature_item-img {
  margin-bottom: 20px;
}

.feature_item-img img {
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.feature_item-heading {
  font-size: clamp(20px, 24 / 1200 * 100vw, 24px);
  line-height: 1.5;
  margin-bottom: 10px;
}

/* ----- 色 ----- */

/* 特長1 */
.feature_item.-item1 .feature_item-number {
  background: rgba(0, 128, 128, 0.5);
}
.feature_item.-item1 .feature_item-number span.-inner {
  background: var(--color01);
}
.feature_item.-item1 .feature_item-heading {
  color: var(--color01);
  border-bottom: 1px solid var(--color01);
}

/* 特長2 */
.feature_item.-item2 .feature_item-number {
  background: rgba(0, 128, 128, 0.5);
}
.feature_item.-item2 .feature_item-number span.-inner {
  background: var(--color01);
}
.feature_item.-item2 .feature_item-heading {
  color: var(--color01);
  border-bottom: 1px solid var(--color01);
}

/* 特長3 */
.feature_item.-item3 .feature_item-number {
  background: rgba(0, 128, 128, 0.5);
}
.feature_item.-item3 .feature_item-number span.-inner {
  background: var(--color01);
}
.feature_item.-item3 .feature_item-heading {
  color: var(--color01);
  border-bottom: 1px solid var(--color01);
}

/* 特長4 */
.feature_item.-item4 .feature_item-number {
  background: rgba(0, 128, 128, 0.5);
}
.feature_item.-item4 .feature_item-number span.-inner {
  background: var(--color01);
}
.feature_item.-item4 .feature_item-heading {
  color: var(--color01);
  border-bottom: 1px solid var(--color01);
}

/* 特長5 */
.feature_item.-item5 .feature_item-number {
  background: rgba(0, 128, 128, 0.5);
}
.feature_item.-item5 .feature_item-number span.-inner {
  background: var(--color01);
}
.feature_item.-item5 .feature_item-heading {
  color: var(--color01);
  border-bottom: 1px solid var(--color01);
}

/* 特長6 */
.feature_item.-item6 .feature_item-number {
  background: rgba(0, 128, 128, 0.5);
}
.feature_item.-item6 .feature_item-number span.-inner {
  background: var(--color01);
}
.feature_item.-item6 .feature_item-heading {
  color: var(--color01);
  border-bottom: 1px solid var(--color01);
}

.feature_item {
  width: calc(100% / 3 - 40px);
}
.feature_item.-item2,
.feature_item.-item5 {
  margin-top: 50px;
}

.feature_item-text {
  letter-spacing: 0.1em;
}

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

@media screen and (max-width: 1080px) {
  .feature_content {
    gap: 50px 30px;
  }

  .feature_item {
    width: calc((100% - 60px) / 3);
  }

  .feature_item-number {
    width: clamp(70px, 93 / 1024 * 100vw, 93px);
    height: clamp(70px, 93 / 1024 * 100vw, 93px);
    margin-bottom: -15%;
  }
  .feature_item-number span.-inner {
    width: clamp(60px, 83 / 1024 * 100vw, 83px);
    height: clamp(60px, 83 / 1024 * 100vw, 83px);
  }
}

@media screen and (max-width: 834px) {
  .feature_item {
    width: calc((100% - 60px) / 2);
  }

  .feature_item.-item2,
  .feature_item.-item5 {
    margin-top: 0;
  }
}

@media screen and (max-width: 667px) {
  .feature {
    padding: 80px 20px;
  }

  .feature_content {
    gap: 40px 0;
  }

  .feature_item {
    width: 100%;
    max-width: 376px;
    margin-inline: auto;
  }

  .feature_heading:before {
    width: 45%;
  }
}

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

診療内容

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

.service {
  background: var(--color01);
  padding: 90px 50px 230px;
  position: relative;
}
.service:before {
  content: "";
  background: url(../img/top/service_bg_deco01.webp) repeat;
  position: absolute;
  left: 0;
  top: -15px;
  width: 100%;
  height: 15px;
}

.service_container {
  max-width: 1200px;
  margin-inline: auto;
}

.service_heading {
  color: #fff; /*818181*/
  font-size: clamp(30px, 48 / 1200 * 100vw, 48px);
  line-height: 1.5;
  text-align: left;
  position: relative;
  letter-spacing: 0.1em;
}
.service_heading span.-inner {
  display: inline-block;
  position: relative;
}
.service_heading span.-inner:first-letter {
  color: var(--color04);
}
.service_heading:before {
  content: "";
  background: url(../img/top/service_heading_deco01.webp) no-repeat center /
    contain;
  position: absolute;
  left: -35px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 268px;
  height: 218px;
}

.service_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 60px;
  margin-bottom: 60px;
}

.service_head {
  flex: none;
}

.service_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 60px;
  width: 100%;
  max-width: 780px;
}

.service_list-item {
  width: calc(100% / 2 - 30px);
  background: #fff;
  border-radius: 10px;
  min-height: 67px;
  text-align: center;
  font-size: clamp(15px, 22 / 1200 * 100vw, 22px);
  line-height: 1.5;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

.service_list-item:hover {
  opacity: 0.5;
}

.service_list-link {
  display: inline-block;
  width: 100%;
  height: 100%;
  /* display: flex;
  justify-content: center;
  flex-direction: column; */
  color: #333;
  display: grid;
  place-content: center;
}

.service_list-item span {
  padding-right: 40px;
  position: relative;
  display: inline-block;
}

/* 矢印アイコン */
.service_list-item span:before,
.service_list-item span:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.service_list-item span:before {
  content: "";
  border-radius: 50%;
  width: 25px;
  height: 25px;
  right: 0;
}
.service_list-item span:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #333;
  right: 6px;
}

/* 矢印背景カラー */

.service_list-item span:before {
  border: 1px solid var(--color01);
}
/*
.service_list-item.-general span:before {
  border: 1px solid #f6a05b;
}
.service_list-item.-periodontal span:before {
  border: 1px solid #d2c855;
}
.service_list-item.-child span:before {
  border: 1px solid #e28fa2;
}
.service_list-item.-prevention span:before {
  border: 1px solid #cd9bc7;
}
.service_list-item.-orthodontics span:before {
  border: 1px solid #a6937c;
}
.service_list-item.-whitening span:before {
  border: 1px solid #9bdae0;
}
.service_list-item.-denture span:before {
  border: 1px solid #8dcf76;
}
.service_list-item.-ceramic span:before {
  border: 1px solid #f3ae77;
}
.service_list-item.-oral span:before {
  border: 1px solid #d2c855;
}
.service_list-item.-implant span:before {
  border: 1px solid #e28fa2;
}
.service_list-item.-visit span:before {
  border: 1px solid #a6937c;
}
*/

/* テキストカラー */
.service_list-item span:first-letter {
  color: var(--color01);
}
/*
.service_list-item.-general span:first-letter {
  color: #f6a05b;
}
.service_list-item.-periodontal span:first-letter {
  color: #d2c855;
}
.service_list-item.-child span:first-letter {
  color: #e28fa2;
}
.service_list-item.-prevention span:first-letter {
  color: #cd9bc7;
}
.service_list-item.-orthodontics span:first-letter {
  color: #a6937c;
}
.service_list-item.-whitening span:first-letter {
  color: #9bdae0;
}
.service_list-item.-denture span:first-letter {
  color: #8dcf76;
}
.service_list-item.-ceramic span:first-letter {
  color: #f3ae77;
}
.service_list-item.-oral span:first-letter {
  color: #d2c855;
}
.service_list-item.-implant span:first-letter {
  color: #e28fa2;
}
.service_list-item.-visit span:first-letter {
  color: #a6937c;
}
*/

.service_bottom-text {
  font-size: clamp(16px, 24 / 1024 * 100vw, 24px);
  /*list-style: 1.5;*/
  text-align: center;
}

.service_bottom-text span {
  position: relative;
  padding: 0 140px;
  display: inline-block;
}

.service_bottom-text span:before,
.service_bottom-text span:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 10px;
  width: 126px;
}
.service_bottom-text span:before {
  background: url(../img/top/service_bottom_text_deco01_l.webp) no-repeat center /
    contain;
  left: 0;
}
.service_bottom-text span:after {
  background: url(../img/top/service_bottom_text_deco01_r.webp) no-repeat center /
    contain;
  right: 0;
}

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

@media screen and (max-width: 1080px) {
  .service_head {
    width: 40%;
  }
  .service_list {
    max-width: 550px;
    gap: 20px;
  }

  .service_content {
    column-gap: 30px;
  }
  .service_list-item {
    width: calc(100% / 2 - 10px);
    min-height: 60px;
  }
  .service_list-item span.-inner {
    padding-right: 30px;
  }
}

@media screen and (max-width: 834px) {
  .service_content {
    flex-direction: column;
  }

  .service_head {
    max-width: 400px;
    width: 100%;
  }

  .service_head {
    margin-inline: auto;
    margin-bottom: 40px;
  }
  .service_list {
    margin-inline: auto;
  }
}
@media screen and (max-width: 667px) {
  .service {
    padding: 60px 20px 150px;
  }
  .service_bottom-text span:before,
  .service_bottom-text span:after {
    width: 20%;
  }

  .service_list {
    gap: 20px 10px;
  }

  .service_content {
    margin-bottom: 30px;
  }

  .service_heading:before {
    width: 50%;
    left: -15px;
  }

  .service_list-item {
    width: calc(100% / 2 - 5px);
    min-height: 50px;
  }
  .service_bottom-text span {
    padding: 0 21%;
  }
  .service_list-item span:before {
    width: 18px;
    height: 18px;
  }
  .service_list-item span:after {
    border-width: 4px 0 4px 8px;
    right: 3px;
  }

  .service_list-item span {
    padding-right: 25px;
  }
}

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

photo-gallery

================================*/
.photo-gallery {
  position: relative;
  z-index: 5;
  margin-top: -160px;
}

.photo-gallery_content {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  overflow: hidden;
  padding: 0;
}

.photo-gallery_list {
  display: flex;
  flex-flow: row nowrap;
}

.photo-gallery_list-item {
  display: inline-block;
  /* width: calc(100vw / 5);  */
  width: 327px;
  margin: 0 40px 0 0;
  position: relative;
}

/* .photo-gallery_list-item img {
display: block;
width: 100%;
height: auto;
} */

.photo-gallery_list:first-child {
  -webkit-animation: loop 100s -50s linear infinite;
  animation: loop 100s -50s linear infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}
.photo-gallery_list + .photo-gallery_list {
  -webkit-animation: loop2 100s linear infinite;
  animation: loop2 100s linear infinite;
}
/* .photo-gallery:hover ul {
animation-play-state: paused;
} */
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

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

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

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

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

@media screen and (max-width: 667px) {
  .photo-gallery {
    margin-top: -100px;
  }

  .photo-gallery_list-item {
    width: calc(100vw / 2);
    margin-right: 10px;
  }
}
