@charset "utf-8";

.mainImg_box img {
  width: 100%;
  height: 100%;
}
.mainvisual_bottom_space {
  height: 86px;
  background: #FDFBEF;
}
.mainImg_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.mainImg_wrap > div {
  height: 100%;
  overflow: hidden;
}
.mainImg_over_img {
  position: absolute;
  left: 95px;
  bottom: 10px;
  z-index: 10;
}
.mainImg_over_img ul {
  width: 1000px;
  display: flex;
  gap: 27px;
  max-width: 90%;
}
.mainImg_over_img ul li {
  flex-grow: 1;
}
.mainImg_over_blog {
  max-width: 620px;
  padding: 45px;
  background: #fff;
  border-radius: 33px;
  position: absolute;
  bottom: 40px;
  right: 130px;
  /*    box-shadow: 0 0 2px 0 #999;*/
  z-index: 10;
}
.mainImg_over_blog_inner {
  position: relative;
  font-size: 12px;
}
.mainImg_over_blog_inner::before, .mainImg_over_blog_inner::after {
  content: "";
  position: absolute;
  width: 56px;
  height: 56px;
  top: 0;
}
.mainImg_over_blog_inner::before {
  left: 0;
  border-top: 1px solid #FF9000;
  border-left: 1px solid #FF9000;
}
.mainImg_over_blog_inner::after {
  right: 0;
  border-top: 1px solid #FF9000;
  border-right: 1px solid #FF9000;
}
.mainImg_over_blog h2 {
  line-height: 1;
  text-align: center;
  color: #502D00;
  font-size: 32px;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 3px;
}
.mainImg_over_blog h2:first-letter {
  color: #FF9000;
}
.mainImg_over_blog h3 {
  line-height: 1;
  text-align: center;
  margin-bottom: 30px;
  color: #502D00;
  font-size: 20px;
  letter-spacing: 0;
  font-weight: 300;
}
.mainImg_over_blog_list {
  padding: 0 20px;
}
.mainImg_over_blog_list a {
  color: #502D00;
  font-size: 15px;
  display: block;
  position: relative;
  padding-left: 6em;
}
.mainImg_over_blog_list a .post_date {
  font-size: 14px;
  font-weight: 500;
  margin-right: 15px;
  position: absolute;
  left: 0;
}
.mainImg_over_blog_btn {
  text-align: center;
  margin-top: 30px;
}
.mainImg_over_blog_btn a {
  color: #502D00;
  font-size: 17px;
  font-weight: 500;
}
/*
    @media (min-width: 960px) and (max-aspect-ratio:16/8){
        .mainImg_over  {
            height: 85vh;
            margin-bottom: 25vh;
        }
        .mainImg_wrap {
            height: 100%;
            padding: 0;
        }
        .mainImg_over_blog {
            bottom: 0;
        }
        .mainImg_over_img {

            bottom: 0;
        }
    }
    */
.mainImg_over_text_line1, .mainImg_over_text_line2, .mainImg_over_text_line3 {
  max-width: fit-content;
  padding: 1.5vw 3.5vw;
  padding: 1.5vw 3vw;
  margin-bottom: 3vw;
  background: rgba(0,0,0,0.7);
  /* margin-left: auto; */
    margin-right: auto;
}

.mainImg_over_certificate {
  position: absolute;
  bottom: 58%;
  padding: 0 10vw;
  font-size: 2.7vw;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0;
  font-weight: 600;
  font-family: YuMincho, 'Yu Mincho', a-otf-ryumin-pr6n, Times New Roman, Hiragino Mincho ProN, "Noto Serif JP", HGS明朝B, ＭＳ Ｐ明朝, serif;
}
.mainImg_over_certificate > ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10vw;
}
.mainImg_over_certificate img {
  margin-top: 1.2vw;
}
/* .mainImg_over_img_illust {
  position: absolute;
  bottom: 16vw;
  width: 20vw;
  height: 20vw;
  border-radius: 50%;
  overflow: hidden;
  right: 15vw;
} */

@media (min-width: 960px) and (max-width: 1800px) {
  .mainImg_over_img {
    left: 0.197%;
  }
  .mainImg_over_img ul {
    width: 56%;
    gap: 0 3%;
  }
  .mainImg_over_blog {
    right: 20px;
    width: 41%;
  }
}
@media (min-width: 960px) and (max-width: 1519px) {
  .mainImg_over {
    background: #FDFBEF;
  }
  .mainImg_over_img {
    left: 0;
    bottom: -20px;
  }
  .mainImg_over_img ul {
    width: 62%;
    margin: auto;
  }
  .mainImg_over_text {
    top: 31%;
    left: 6%;
    font-size: 2.2vw;
  }
  .mainImg_over_blog {
    position: unset;
    margin: 7vw auto 0;
    width: auto;
    max-width: fit-content;
    background: none;
  }
  .mainvisual_bottom_space {
    display: none;
  }
}
@media (min-width: 960px) {
  .mainImg_wrap {
    overflow: initial;
    width: 100%;
    height: 98vh;
    height: calc(calc(100vh - 153px));
    padding: 0;
  }
  .mainImg_wrap .mainImg_box div {
    height: 100%;
  }
  .mainImg_over .mainImg_wrap .mainImg_box img {
    height: 100%;
  }
  .mainImg_over_text {
    position: absolute;
    top: 31%;
    left: 6%;
    font-size: 2.2vw;
    top: 105px;
    left: 185px;
    top: calc(50% - 30px);
    font-size: 44px;
    font-size: clamp(44px, 3vw, 60px);
    color: #fff;
    line-height: 1;
    max-width: fit-content;
    font-family: YuMincho, 'Yu Mincho', a-otf-ryumin-pr6n, Times New Roman, Hiragino Mincho ProN, "Noto Serif JP", HGS明朝B, ＭＳ Ｐ明朝, serif;
    letter-spacing: 0;
    font-weight: 500;
    left: 2vw;
    right: unset;
    top: 56%;
    text-align: left;
  }
  .mainImg_over_text_line01, .mainImg_over_text_line02, .mainImg_over_text_line03 {
    background: rgba(255, 255, 255, 0.8);
    max-width: fit-content;
    padding: 1vw 2vw;
    margin-bottom: 1vw;
    margin-right: auto;
    margin-left: 0;
  }
  .mainImg_over_text_large {
    font-size: 120%;
  }
  
  .mainImg_over_bnr {
    max-width: 800px;
    margin: 40px auto;
  }
  .mainImg_over_text_line1, .mainImg_over_text_line2, .mainImg_over_text_line3 {
    margin-bottom: 30px;
    padding: 15px 45px 15px 45px;
    padding: 15px 25px 15px 25px;
  }
  
  .mainImg_over_certificate {
    bottom: unset;
    left: 0;
    width: 48%;
    padding: 10vw 15vw 10vw 5vw;
    font-size: 20px;
    top: 57%;
    translate: 0 -50%;
  }
  .mainImg_over_certificate > ul {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (min-width: 1140px) {
  .mainImg_over_certificate {
    width: 50%;
    padding: 20px;
    top: unset;
    bottom: 48px;
    translate: unset;
  }
  .mainImg_over_certificate > ul {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media (min-width: 1420px) {
  
}
@media (max-width: 959px) {
  .mainImg_over  {
    position: relative;
  }
  .mainImg_wrap {
    position: relative;
  }
  .mainImg_wrap .mainImg_box, .mainImg_wrap .mainImg_box div {
    height: 100%;
  }
  .mainImg_wrap .mainImg_box img {
    height: 100%;
    width: 100%;
  }
  .mainImg_over_img {
    position: static;
    width: 95%;
    margin: auto;
    display: none;
  }
  .mainImg_over_img ul {
    justify-content: center;
    gap: 0 5%;
    max-width: 100%;
  }
  .mainImg_over_text {
    position: absolute;
    top: 122vw;
    top: 107vw;
    top: 81vw;
    top: 45%;

    top: unset;
    bottom: 2vw;
/*    left: 2%;*/
    right: 2%;
    font-size: 7.4vw;
    font-size: 7vw;
    color: #fff;
    line-height: 1;
    /* max-width: fit-content; */
    font-family: YuMincho, 'Yu Mincho', a-otf-ryumin-pr6n, Times New Roman, Hiragino Mincho ProN, "Noto Serif JP", HGS明朝B, ＭＳ Ｐ明朝, serif;
    letter-spacing: 0;
    font-weight: 500;
    width: 97%;
    margin-left: auto;
    text-align: right;
  }
  .mainImg_over_text_line01, .mainImg_over_text_line02, .mainImg_over_text_line03 {
    background: rgba(255, 255, 255, 0.8);
    max-width: fit-content;
    padding: 3vw 2vw 3vw 4vw;
    margin-bottom: 3vw;
  }
  .mainImg_over_text_large {
    font-size: 120%;
  }
  
  .mainImg_over_text_line1 {
	  letter-spacing: 0.1em;
    letter-spacing: 0.08em;
  }
  .mainImg_over_bnr {
    position: absolute;
    bottom: 5vw;
    left: 10vw;
    right: 10vw;
    z-index: 2;
  }
}
.mainImg_over_text_line1_inner {
  position: relative;
  z-index: 10;
}
@media (max-width: 959px) {
  .mainImg_over_img_illust {
    position: absolute;
    left: unset;
    width: 45vw;
    height: 45vw;
    border-radius: 50%;
    overflow: hidden;
    bottom: 92%;
    left: 0.5vw;
    margin-bottom: 0;
  }

  .mainImg_over_text_line1, .mainImg_over_text_line2, .mainImg_over_text_line3 {
    margin-right: unset;
    margin-left: auto;
  }
}
@media (min-width: 960px) and (max-width: 1399px) {
  .mainImg_over_img_illust {
    position: absolute;
    left: unset;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    overflow: hidden;
    bottom: 100%;
    left: 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 1400px) and (max-width: 1800px) {
  .mainImg_over_img_illust {
    position: absolute;
    left: unset;
    width: 20vw;
    height: 20vw;
    border-radius: 50%;
    overflow: hidden;
    right: calc(-13.5vw - 20px);
    bottom: calc(13.5vw + 40px);
  }
}
@media (min-width: 1801px) {
  .mainImg_over_img_illust {
    position: absolute;
    bottom: 14.3vw;
    width: 20vw;
    height: 20vw;
    border-radius: 50%;
    overflow: hidden;
    right: -14vw;
    left: unset;
  }
}

/*=================
　TOPの掲示板
=================*/

:root {
    --top_bulletin__bd: #999;
    --top_bulletin__bg: #ddd
}

.top__bulletin__board__wrap {
  text-align: center;
}

.top__bulletin__box {
  background: var(--top_bulletin__bg);
  padding: 70px;
}

.top__bulletin__board {
  padding: 30px;
  position: relative;
  text-align: left;
  text-align: justify;
  border: 7px double var(--top_bulletin__bd);
}
.top__bulletin__board p {
    margin-bottom: 1em;
}
.top__bulletin__board p:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 559px){
	.top__bulletin__board {
		padding: 20px;
	}
}

/* gold背景
--------------------------------------------------------------------------------- */
.bnr_top_gold_wrap {
  background: url(../../../uploads/2026/06/bg_gold.webp) 50% 50% / cover no-repeat;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0vw;
  max-width: 100%;
  margin: auto;
  padding: 2vw 2vw;
}
@media (min-width: 960px){
  .bnr_top_gold_wrap {
    padding: 40px calc(50vw - 410px);
  }
}

.bnr_top_gold {
  background: url(https://alphazeal.xsrv.jp/implant-ishihata/wp-content/uploads/2026/06/bg_top_gold.png) 50% 50% / cover no-repeat;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2vw;
  max-width: 100%;
  margin: auto;
  padding: 0 5vw;
}
.bnr_top_gold01,
.bnr_top_gold02,
.bnr_top_gold03 {
  position: relative;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  box-shadow: 0 0 38px 0 rgba(0,0,0,0.4);
}
.bnr_top_gold_inner {
  background: rgba(0,0,0,0.6);
  width: 100%;
  height: 100%;
  display: grid;
  align-items: center;
  position: relative;
  border-radius: 50%;
  margin: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
}
.bnr_top_gold01::before,
.bnr_top_gold02::before,
.bnr_top_gold03::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: 3px solid transparent;
  background: -webkit-linear-gradient(#ffd700, #f6fad3, #ffd700, #f6fad3, #ffd700) border-box border-box;
  background: -o-linear-gradient(#ffd700, #f6fad3, #ffd700, #f6fad3, #ffd700) border-box border-box;
  background: linear-gradient(#ffd700, #f6fad3, #ffd700, #f6fad3, #ffd700) border-box border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  mask-composite: exclude;
}
.bnr_top_gold .text {
  background-color: currentColor; /* フォールバック */
  background: linear-gradient(#bd9e04,#fcf5c7,#bd9e04);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
	text-align: center;
	line-height: 1.1;
	font-weight: bold;
  font-family: "noto serif jp";
  margin-top: -0.4em;
}
.bnr_top_gold .bnr_top_gold01 .text {
	font-size: 3vw;
}
.bnr_top_gold .bnr_top_gold02 .text {
	font-size: 4.6vw;
}
.bnr_top_gold .bnr_top_gold03 .text {
	font-size: 3vw;
}
.bnr_top_gold .name {
  position: absolute;
  bottom: 3vw;
  text-align: center;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 2.2vw;
  font-family: "noto serif jp";
  letter-spacing: 0;
}
@media (min-width: 960px){
  .bnr_top_gold {
    padding: 0 calc(50% - 420px);
    background: url(https://alphazeal.xsrv.jp/implant-ishihata/wp-content/uploads/2026/06/bg_gold_pc.webp) 50% 50% / cover no-repeat;
  }
  .bnr_top_gold .bnr_top_gold01 .text {
    font-size: 28px;
  }
  .bnr_top_gold .bnr_top_gold02 .text {
    font-size: 42px;
  }
  .bnr_top_gold .bnr_top_gold03 .text {
    font-size: 28px;
  }
  .bnr_top_gold .name {
    font-size: 20px;
    bottom: 28px;
  }
}


/*　賞状
--------------------------------------------------------------------------------- */ 

.bnr_top_certificate > ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  font-family: YuMincho, 'Yu Mincho', a-otf-ryumin-pr6n, Times New Roman, Hiragino Mincho ProN, "Noto Serif JP", HGS明朝B, ＭＳ Ｐ明朝, serif;
  text-align: center;
  padding: 30px 5px 60px;
}
@media (min-width: 960px){
  .bnr_top_certificate > ul {
    max-width: min(80%,960px);
    margin: auto;
  }
}

/* 濃い青背景
--------------------------------------------------------------------------------- */

.bg_darkblue {
  background: #15274D;
  color: #fff;
  padding: 30px 3.75%;
}
@media (min-width: 960px){
  .bg_darkblue {
    padding: 30px calc(50vw - 460px);
  }
}



/*　院長紹介
--------------------------------------------------------------------------------- */

.top_greeting {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  grid-template-columns: 5fr 5fr;
  gap: 2vw;
  max-width: min(95%,1240px);
  margin: auto;
  padding: 40px 0 0;
  align-items: end;
  grid-template-rows: 1fr auto;
  background: linear-gradient(90deg, transparent 30%, #fff 70%);
}
.top_greeting_img {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  position: relative;
  height: 100%;
}
.top_greeting_img img {
  display: block;
  position: absolute;
  bottom: 0;
  left: -10px;
  height: 100%;
  width: auto;
  max-width: unset;
  z-index: -1;
}
.top_greeting_title {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  font-size: min(4.2vw,40px);
  line-height: 1.4;
  font-family: 'Noto Serif JP';
  font-weight: 600;
}
.top_greeting_text {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  padding-bottom: 20px;
  font-size: min(20px,2.5vw);
}
.top_greeting_text > ul > li {
  margin-bottom: 0.5em;
  padding-left: 16px;
  position: relative;
}
.top_greeting_text > ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 6px;
  top: 0.7em;
  height: 6px;
  background: #000;
  border-radius: 50%;
}
.top_greeting_link a {
  background: #15274D;
  color: #fff;
  border-radius: 30px;
  display: block;
  position: relative;
  padding: 10px 20px;
  max-width: fit-content;
  margin-top: 40px;
  overflow: hidden;
  z-index: 1;
}
.top_greeting_link a::after {
	content: "";
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 40px;
	height: 30px;
	clip-path: polygon(20% 100%, 100% 100%, 100% 95%, 75% 63%, 70% 65%, 94% 95%, 20% 95%);
	background: #fff;
}
.top_greeting_link a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, rgba(0,0,0,0.5) 50%, transparent 50%);
  background-position: 100%;
  background-size: 400%;
  transition: background 300ms ease-in-out;
  z-index: -1;
}
.top_greeting_link a:hover {
  box-shadow: rgba(0, 0, 0, 0.80) 0px 3px 10px;
}
.top_greeting_link a:hover::before {
  background-position: 0;
}
.top_greeting_link_end {
  display: inline-block;
  padding-right: 60px;
}
@media (min-width: 960px){
  .top_greeting {
    grid-template-columns: 2fr 3fr;
    gap: 20px;
    background: unset;
  }
  .top_greeting_img {
    height: auto;
  }
  .top_greeting_img img {
    position: static;
    max-width: 100%;
  }
}
@media (min-width: 1040px){
  .top_greeting {
    grid-template-columns: 3fr 3fr;
    max-width: 990px;
  }
}





/*　スタッフ
--------------------------------------------------------------------------------- */
.top_staff {
	background: rgba(21,39,77,0.1);
	padding: 1.5vw;
}
.top_staff > ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	gap: 1.5vw;
}
@media (min-width: 960px){
	.top_staff {
	}
	.top_staff > ul {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		max-width: 920px;
		margin: auto;
	}
}
@media (min-width: 1320px){
	.top_staff {
		padding: 25px;
  }
  .top_staff > ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    max-width: 1240px;
    margin: auto;
    gap: 25px;
  }
}

/*　予約バナー
--------------------------------------------------------------------------------- */

.bnr_top_yoyaku a {
  display: block;
  padding: 10px 20px;
  max-width: fit-content;
  margin: 40px auto;
  background: rgba(21,39,77,1);
  color: #fff;
  border-radius: 14px;
  border: 1px solid #F0EFEF;
  text-align: center;
  line-height: 1.4;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.bnr_top_yoyaku a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, rgba(0,0,0,0.5) 50%, transparent 50%);
  background-image: linear-gradient(45deg, rgba(255,0,0,0.5) 50%, transparent 50%);
  background-position: 100%;
  background-size: 400%;
  transition: background 300ms ease-in-out;
  z-index: -1;
}
.bnr_top_yoyaku a:hover {
  box-shadow: rgba(0, 0, 0, 0.80) 0px 3px 10px;
}
.bnr_top_yoyaku a:hover::before {
  background-position: 0;
}
.bnr_top_yoyaku a .main {
  display: block;
  font-size: 120%;
  font-weight: bold;
  position: relative;
  z-index: 5;
}
.bnr_top_yoyaku a .sub {
  font-family: 'Noto Serif JP';
  font-size: 90%;
  position: relative;
  z-index: 5;
}
@media (min-width: 560px){
  .bnr_top_yoyaku a {
    padding: 10px 50px;
  }
}


/*　抜歯即時埋入法
--------------------------------------------------------------------------------- */ 

.top_oneday {
  background: linear-gradient(225deg,#8B7314,#3a362e);
  padding: 30px 3.75vw 60px;
}
.top_oneday h2 {
  color: #fff;
  text-align: center;
  font-size: 120%;
  margin: 1em 0 2em;
  line-height: 1.4;
  font-family: 'Noto Serif JP';
}
.top_oneday_main {
  font-size: 150%;
  font-weight: bold;
}
.top_oneday .youtube {
  padding: 0 2vw;
  max-width: 640px;
  margin: 0 auto 40px;
  position: relative;
  cursor: pointer;
}
.top_oneday .youtube::before {
	content: "";
	position: absolute;
	width: 80px;
	height: 80px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
  mask: 50% 50% no-repeat;
  mask-image: url('data:image/svg+xml;base64,PCEtLT94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPy0tPgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+Cgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9Il94MzJfIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJ3aWR0aDogNTEycHg7IGhlaWdodDogNTEycHg7IG9wYWNpdHk6IDE7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojNEI0QjRCO30KPC9zdHlsZT4KPGc+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjU2LDBDMTE0LjYyNSwwLDAsMTE0LjYyNSwwLDI1NmMwLDE0MS4zNzQsMTE0LjYyNSwyNTYsMjU2LDI1NmMxNDEuMzc0LDAsMjU2LTExNC42MjYsMjU2LTI1NgoJCUM1MTIsMTE0LjYyNSwzOTcuMzc0LDAsMjU2LDB6IE0zNTEuMDYyLDI1OC44OThsLTE0NCw4NS45NDVjLTEuMDMxLDAuNjI2LTIuMzQ0LDAuNjU3LTMuNDA2LDAuMDMxCgkJYy0xLjAzMS0wLjU5NC0xLjY4Ny0xLjcwMi0xLjY4Ny0yLjkzN3YtODUuOTQ2di04NS45NDZjMC0xLjIxOCwwLjY1Ni0yLjM0MywxLjY4Ny0yLjkzOGMxLjA2Mi0wLjYwOSwyLjM3NS0wLjU3OCwzLjQwNiwwLjAzMQoJCWwxNDQsODUuOTYyYzEuMDMxLDAuNTg2LDEuNjQxLDEuNzE4LDEuNjQxLDIuODlDMzUyLjcwMywyNTcuMTg3LDM1Mi4wOTQsMjU4LjI5NywzNTEuMDYyLDI1OC44OTh6IiBzdHlsZT0iZmlsbDogcmdiKDc1LCA3NSwgNzUpOyI+PC9wYXRoPgo8L2c+Cjwvc3ZnPg==');
	background: rgb(75, 75, 75);
	z-index: 1;
	pointer-events: none;
  transition: background 0.3s;
}
.top_oneday .youtube img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: opacity 0.3s;
}
.top_oneday .youtube:hover img {
  opacity: 0.7;
}
.top_oneday .youtube:hover::before {
  background: #f00;
}
.top_oneday_textarea {
  background: #fff;
  padding: 20px;
  font-family: 'Noto Serif JP';
}
.top_oneday_textarea h3 {
  font-size: 130%;
  color: #000;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1em;
}
.top_oneday_textarea > ol {
  padding-left: 2em;
}
.top_oneday_textarea > ol > li {
  position: relative;
  list-style-type: decimal;
  margin-bottom: 1em;
}

@media (min-width: 560px){
  .top_oneday_textarea {
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 960px){
  .top_oneday {
    padding: 30px 0 60px;
  }
  .top_oneday .youtube {
    padding: 0;
  }
}

/*　ストローマン
--------------------------------------------------------------------------------- */ 

.top_implant_straumann {
  background: #15274D;
  color: #fff;
  padding: 40px 3.75vw;
}
.top_implant_straumann_inner {
  max-width: 710px;
/*  padding-right: 100px;*/
  position: relative;
  margin: auto;
}
.top_implant_straumann_text {
  position: relative;
  z-index: 2;
  font-family: 'Noto Serif JP';
}
.top_implant_straumann_text h2 {
  font-size: 120%;
  line-height: 1.4;
  margin-bottom: 0.5em;
  /* font-family: 'Noto Serif JP'; */
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.top_implant_straumann_img {
  position: absolute;
  right: 0;
  z-index: 1;
  top: -90px;
  bottom: -30px;
}
.top_implant_straumann_img img {
  height: 100%;
  width: auto;
}

@media (min-width: 960px){
  .top_implant_straumann {
    padding: 40px;
  }
}

/*　画像バナー
--------------------------------------------------------------------------------- */ 

.bnr_img {
  max-width: min(80%,700px);
  margin: 40px auto 40px;
}
.bnr_img > img {
  display: block;
  margin: auto;
  box-shadow: 0 10px 6px rgba(0,0,0,0.16);
}

.bnr_document {
  max-width: min(90%,960px);
  margin: 40px auto 40px;
}
.bnr_document img {
  display: block;
  margin: auto;
}

/*　全額治療
--------------------------------------------------------------------------------- */ 

.top_zengaku {
	background: rgba(255,153,0,0.2);
  padding: 40px 3.75%;
}
.top_zengaku h2 {
  font-family: 'Noto serif JP';
	font-weight: bold;
  font-size: 120%;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 0.5em;
}
.top_zengaku_text {
  max-width: 960px;
  margin: 0 auto 40px;
}

.box_specialty {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 24px;
  padding: 32px 0 24px;
  text-align: center;
  color: rgba(255,153,0,1);
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  font-family: 'Noto Sans JP';
  max-width: 1040px;
  margin: 0 auto 40px;
}

.box_specialty img {
    margin-bottom: 5px;
}

@media (max-width: 959px){
  .box_specialty {
    grid-template-columns: repeat(6,1fr);
  }
  .box_specialty > div {
    grid-column: span 2;
  }
  .box_specialty > div:nth-child(4n) {
    grid-column: 2 / 4;
  }
}
@media (max-width: 959px) and (min-width: 768px){
    .box_specialty {
        padding: 32px calc(5vw + 20px) 24px;
    }
}
@media (max-width: 559px){
  .box_specialty {
    padding: 32px 18px 24px;
    gap: 18px;
    font-size: 3.7vw;
  }
  .box_specialty img {
    margin-bottom: 0;
  }
}

/*　インプラントが向いていない方
--------------------------------------------------------------------------------- */ 
.top_denture {
  padding: 40px 3.75%;
}

.top_denture h2 {
  font-family: 'Noto serif JP';
	font-weight: bold;
  font-size: 120%;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 0.5em;
}

.top_denture_link {
  text-align: center;
  max-width: 85%;
  margin: 40px auto 0;
}
.top_denture_link a {
  display: inline-block;
  font-family: 'Noto serif JP';
  padding: 20px;
  background: linear-gradient(180deg,#FFBD09,#fff);
  border-radius: 20px;
  width: 100%;
  color: #000;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.top_denture_link a:hover {
  background: linear-gradient(0deg,#FFBD09,#fff);
}

@media (min-width: 960px){
  .top_denture_inner {
    max-width: 900px;
    margin: 0 auto 40px;
  }
  .top_denture_link {
    max-width: fit-content;
  }
  .top_denture_link a {
    padding: 20px 60px;
  }
}


/*　タブ
--------------------------------------------------------------------------------- */ 

@media (min-width: 960px){
  .top_implant_type_thumbs {
    display: none;
  }
}



.top_implant_type {
  max-width: min(1380px,95%);
  margin: 40px auto 80px;
  padding: 0 3.75%;
}
.top_implant_type_thumbs {
  margin: 40px 0 40px;
}
.top_implant_type_thumbs .swiper-wrapper {
  justify-content: center;
}
.top_implant_type_main {
  position: relative;
}
.top_implant_type_main_inner {
  margin-bottom: -40px;
}
.top_implant_type_main .swiper-slide {
  border: 1px solid #59564a;
  padding: 40px;
  background: #C1A99D;
  color: #fff;
}
.top_implant_type_main .swiper-button-wrap {
  position: sticky;
  bottom: 50%;
  translate: 0 0;
}
.top_implant_type_main .swiper-button-next,
.top_implant_type_main .swiper-button-prev {
  color: #59564a;
  color: transparent;
  /* border: 1px solid #000; */
  background: #59564a;
  filter: drop-shadow(0 0 0 #59564a) drop-shadow(0 0 0 #59564a)drop-shadow(0 0 0 #59564a) drop-shadow(0 0 0 #59564a);
  height: 40px;
  margin-top: 0;
  background: #59564a;
}
/* .top_implant_type_main .swiper-button-next::before,
.top_implant_type_main .swiper-button-prev::before {
  content:  "";
  position: absolute;
  left: 1px;
  top: 2px;
  width: calc(100% - 2px);
  height: calc(100% - 4px);
  background: #fff;
  z-index: -1;   
} */
.top_implant_type_main  .swiper {
  contain: paint;
  overflow: clip;
}
.top_implant_type_main .swiper-button-next {
  clip-path: polygon(0% 0%,100% 50%,0% 100%);
    margin-left: 5px;
    left: 100%;
}
.top_implant_type_main .swiper-button-next::before {
  clip-path: polygon(0% 0%,100% 50%,0% 100%);
}
.top_implant_type_main .swiper-button-prev {
  margin-left: -45px;
  clip-path: polygon(100% 0%,0% 50%,100% 100%);
}
.top_implant_type_main .swiper-button-prev::before {
  clip-path: polygon(100% 0%,0% 50%,100% 100%);
}
@media (max-width: 559px) {
  .top_implant_type_main .swiper-slide {
    padding: 3.75%;
  }
  .top_implant_type_main .swiper-button-next, .top_implant_type_main .swiper-button-prev {
    width: 3vw;
    height: 5vw;
  }
  .top_implant_type_main .swiper-button-prev {
    margin-left: -5.9vw;
  }
  .top_implant_type_main .swiper-button-next {
    margin-left: 1vw;
  }
}
.table_implant_type_text {
  background: #fff;
  color: #000;
  padding: 0 20px;
}
.table_implant_type th,
.table_implant_type td {
    padding: 20px 0;
    border-bottom: 1px solid #000;
}
.table_implant_type tr:last-child th,
.table_implant_type tr:last-child td {
  border-bottom: 0;
}
.table_implant_type th {
	width: 7em;
}
.table_implant_type td {
	padding-left: 1.5em;
}

.implant_type_title {
  text-align: center;
  font-size: 200%;
  margin: 0 0 40px;
  font-family: 'Noto serif JP';
  line-height: 1;
}
@media (max-width: 767px){
  .table_implant_type th, .table_implant_type td {
    display: block;
    width: 100%;
	  padding: 20px;
  }
	.table_implant_type th  {
		padding-bottom: 0;
		border-bottom: 0;
		font-weight: bold;
	}
	.table_implant_type td {
		padding-top: 5px;
	}
}