@media(min-width:769px){
	.u-sp {
		display: none;
	}
}
@media(max-width:768px){
	.u-pc {
		display: none;
	}
}

.top-mv-sp {
  position: relative;
  margin-top: 60px;
}

.top-mv-sp__texts {
  position: absolute;
  top: 28px;
  left: 12px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 27px;
  width: 125px;
  padding: 10px 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 0;
  box-shadow: 0 0 10px 10px rgba(255, 255, 255, 0.8);
}

.top-mv-sp__lead {
  writing-mode: vertical-rl;
  font-size: 22px;
  letter-spacing: 0.1em;
  color: #000;
  position: relative;
  z-index: 1;
}

.top-mv-sp__lead::before {
  content: attr(data-text);
  position: absolute;
  -webkit-text-stroke: 5px #FFF;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  z-index: -1;
}
.top-mv-sp__lead::after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -7px;
  background-color: rgba(113, 0, 255, 0.23);
}

.top-mv-sp__title {
  writing-mode: vertical-rl;
  font-size: 33px;
  letter-spacing: 0.1em;
  color: #49CAD4;
  position: relative;
  z-index: 1;
}

.top-mv-sp__title::before {
  content: attr(data-text);
  position: absolute;
  -webkit-text-stroke: 4px #FFF;
  text-shadow: 0 4px 4px #C0FAFF;
  z-index: -1;
}

.intro-sp__list {
  width: 100%;
  max-width: 330px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
}

.intro-sp-item {

}

.intro-sp-item a {
  display: flex;
  flex-direction: column;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #C8C8C8;
  gap: 6px;
  align-items: center;
  justify-content: center;
}

.intro-sp-item__img {
  width: 40px;
}

.intro-sp-item__text {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  color: #1D3D7B;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  line-height: 1.2;
}

.intro-sp__btn {
  width: 100%;
  max-width: 380px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.intro-sp__tap {
  width: 100%;
  max-width: 230px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 85px;
}

.service-sp__contents {
  width: 100%;
  max-width: 430px;
  padding: 0 25px;
  margin: 0 auto;
}

.service-sp__list {
  display: flex;
  flex-wrap: wrap;
  gap: 42px 32px;
}

.service-sp__item {
  width: calc(50% - 32px / 2);
}

@media print, screen and (max-width:768px) {
  .concept .inner {
    margin-top: 30px;
  }
}

.concept__item {
  width: 33%;
  margin-bottom: 4%;
}
@media print, screen and (max-width:768px) {
  .concept__item {
    width: 100%;
  }
}

@media print, screen and (max-width:768px) {
  .concept__item:nth-child(odd) .conteBox2 .imgBox {
    margin: 0 0 0 auto;
  }
}

@media print, screen and (max-width:768px) {
  .concept__item:nth-child(even) .conteBox2 .imgBox {
    margin: 0 auto 0 0;
  }
}

@media print, screen and (max-width:768px) {
  .concept__item .conteBox2 .textBox {
    margin: -30px auto 0 0;
    padding: 20px 10px;
  }
}

@media print, screen and (max-width:768px) {
  .concept__item .titlebg1.small {
    margin: 0;
    width: 100%;
    font-size: 24px;
    font-weight: 400;
    color: #00739F;
  }
}

@media print, screen and (max-width:768px) {
  .concept__item .titlebg1.small span {
    margin: 0;
    font-size: 28px;
    font-weight: 400;
    text-decoration: underline;
    margin-bottom: 13px;
  }
}

@media print, screen and (max-width:768px) {
  .concept__item .titlebg1.small::after {
    content: none;
  }
}

@media print, screen and (max-width:768px) {
  .concept__item .conteBox2 .textBox p {
    padding: 0 10px;
    font-size: 19px;
    margin-top: 10px;
  }
}

@media print, screen and (max-width:768px) {
  .concept__item .btn2.small {
    max-width: 190px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.concept-desc__title {
  font-size: 36px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  padding: 34px 0;
  background-color: #40C3CE;
}

.concept-desc__contents {
  margin-top: 26px;
  padding: 0 15px;
}

.concept-desc__img {
  width: 100%;
  max-width: 337px;
  margin: 0 auto;
}

.concept-desc__text {
  padding: 10px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  font-weight: 400;
  margin-top: 20px;
}

.c-page__title {
  font-size: 37px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background-color: #ED7C6F;
  padding: 20px 0;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.c-sec__title {
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  color: #fff;
  background-color: #ED7C6F;
  padding: 25px 0;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.c-sec__title.small {
  font-size: 22px;
}

.l-page-intro__lead {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  color: #EA7164;
  padding-bottom: 10px;
  margin: 40px 16px 0;
  position: relative;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.l-page-intro__lead::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #EA7164;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.l-page-intro__contents {
  margin-top: 24px;
  padding: 0 30px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.l-page-intro__img {
  width: 100%;
}

.l-page-intro__img img {
  width: 100%;
}

.l-page-intro__text {
  font-size: 14px;
  font-weight: 400;
  margin-top: 20px;
}
@media print, screen and (min-width:769px) {
  .l-page-intro__text {
    font-size: 16px;
  }
}

.l-text__box {
  padding: 20px 10px;
  border: 2px solid #00B4C6;
  border-radius: 10px;
  background-color: #fff;
  margin-top: 15px;
}

.l-text__box ul {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}
@media print, screen and (min-width:769px) {
  .l-text__box ul {
    font-size: 16px;
    line-height: 1.5;
  }
}

.l-text__box.kyosei ul {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
@media print, screen and (min-width:769px) {
  .l-text__box.kyosei ul {
    font-size: 14px;
    line-height: 1.5;
  }
}

.l-text__box.kyosei ul span {
  font-weight: 700;
  color: #00739F;
}

.l-text__desc {
  font-size: 14px;
  font-weight: 700;
  color: #00739F;
  margin-top: 15px;
  line-height: 1.2;
}

.l-text__desc.light {
  color: #40C3CE;
}

.p-pd-symptoms {
  margin-top: 50px;
}

.p-pd-symptoms__contents {
  background-color: #E3F7F9;
}

.p-pd-symptoms__inner {
  padding: 35px 30px 60px;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.p-pd-symptoms__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.p-pd-symptoms-item__title {
  text-align: center;
}

.p-pd-symptoms-item__title span {
  font-size: 24px;
  font-weight: 700;
  color: #EA7164;
  text-decoration: underline;
}

.p-pd-symptoms-item__img {
  margin-top: 25px;
  width: 100%;
}

.p-pd-symptoms-item__img img {
  width: 100%;
}

.p-pd-influence__inner {
  padding: 25px 30px 60px;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.p-pd-influence__img {
  width: 100%;
}

.p-pd-influence__img img {
  width: 100%;
}

.p-pd-influence__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 20px;
}

.p-pd-about__contents {
  background-color: #FDF5F4;
}

.p-pd-about-intro__inner {
  padding: 40px 30px 0;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.p-pd-about-intro__img {
  width: 100%;
}

.p-pd-about-intro__img img {
  width: 100%;
}

.p-pd-about-intro__text {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 20px;
}

.p-pd-about-feature {
  margin-top: 20px;
  margin-bottom: 50px;
}

.p-pd-about-feature__title {
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  color: #EA7164;
  position: relative;
  padding-bottom: 10px;
  margin: 0 15px;
}

.p-pd-about-feature__title::before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #EA7164;
}

.l-num {
  margin-top: 22px;
}

.l-num__inner {
  padding: 0 25px;
  max-width: 950px;
  margin: 0 auto;
}

.l-num__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.l-num-item__img {
  margin: 0 auto;
  width: 90%;
}
@media print, screen and (min-width:769px) {
  .l-num-item__img {
    width: 100%;
  }
}

.l-num-item__img img {
  width: 100%;
}

.l-num-item__num {
  text-align: right;
  margin-top: -85px;
}

.l-num-item__num span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  width: 122px;
  height: 105px;
  position: relative;
  margin-left: auto;
  background-color: rgba(0, 180, 198, 0.4);
}

.l-num-item__num span::after {
  content: "";
  width: 57px;
  height: 46px;
  background-color: rgba(216, 251, 255, 0.8);
  position: absolute;
  bottom: -15px;
  left: -28px;
}

.l-num-item__title {
  font-size: 27px;
  font-weight: 700;
  text-align: center;
  color: #00739F;
  text-shadow: 0 4px 8px #BBECFF;
  margin-top: -15px;
  position: relative;
}

.p-pd-content {
  background-color: #E3F7F9;
  padding: 25px 0 40px;
}

.p-pd-content__title {
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  color: #00739F;
  position: relative;
  padding-bottom: 10px;
  margin: 0 15px;
}

.p-pd-content__title::before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #00739F;
}

.p-pd-content__inner {
  padding: 0 30px;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.p-pd-content__list {
  display: flex;
  flex-direction: column;
  gap: 35px;
  margin-top: 26px;
}

.p-pd-content-item__title {
  text-align: center;
}

.p-pd-content-item__title span {
  font-size: 24px;
  font-weight: 700;
  color: #EA7164;
  text-decoration: underline;
}

.p-pd-content-item__img {
  margin-top: 25px;
  width: 100%;
}

.p-pd-content-item__img img {
  width: 100%;
}

.p-pd-possibility__contents {
  margin-top: 25px;
}

.p-pd-possibility__inner {
  padding: 0 30px;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.l-page-welcome {
  background-color: #FDF5F4;
}

.p-pd-welcome {
  margin-top: 55px;
}

.l-page-welcome__inner {
  padding: 40px 35px 70px;
  
  max-width: 970px;
  margin: 0 auto;
}

.l-page-welcome__images {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media print, screen and (min-width:769px) {
  .l-page-welcome__images {
    flex-direction: row;
    width: 100%;
  }
}

.l-page-welcome__img {
  width: 100%;
}
@media print, screen and (min-width:769px) {
  .p-kyosei-worry__img {
    width: calc(50% - 20px / 2);
  }
}

.l-page-welcome__img img {
  width: 100%;
}

.l-page-welcome__text {
  font-size: 14px;
  font-weight: 400;
  margin-top: 45px;
  line-height: 1.2;
}
@media print, screen and (min-width:769px) {
  .l-page-welcome__text {
    font-size: 16px;
    line-height: 1.5;
  }
}

.p-implant-reason {
  margin-top: 40px;
}

.p-implant-reason__contents {
  padding-top: 25px;
  padding-bottom: 60px;
  background-color: #E3F7F9;
}

.p-implant-reason__inner {
  padding: 0 25px;
}

.p-implant-reason__text {
  font-size: 14px;
  font-weight: 40;
  line-height: 1.2;
  margin-top: 15px;
}

.p-implant-merit__contents {
  background-color: #FDF5F4;
  padding-top: 22px;
  padding-bottom: 22px;
}

.p-implant-merit-item + .p-implant-merit-item {
  margin-top: 22px;
}

.p-implant-merit-item__title {
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  color: #EA7164;
  position: relative;
  padding-bottom: 10px;
  margin: 0 15px;
}

.p-implant-merit-item__title::before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #EA7164;
}

.p-implant-merit-item__inner {
  padding: 0 22px;
}

.p-implant-flow__contents {
  padding-top: 25px;
  padding-bottom: 30px;
  background-color: #E3F7F9;
}

.p-implant-flow__inner {
  padding: 0 30px;
}

.p-implant-flow__lead {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.p-implant-flow__list {
  margin-top: 26px;
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.p-implant-flow-item__title {
  text-align: center;
}

.p-implant-flow-item__title span {
  font-size: 28px;
  font-weight: 700;
  color: #00739F;
  text-decoration: underline;
}

.p-implant-flow-item__img {
  width: 100%;
  margin-top: 15px;
}

.p-implant-flow-item__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 20px;
}

.p-implant-price__contents {
  margin-top: 30px;
}

.p-implant-price__inner {
  padding: 0 25px;
}

.p-implant-price__list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.p-implant-price-item {

}

.p-implant-price-item__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #EA7164;
  position: relative;
  padding-bottom: 10px;
}

.p-implant-price-item__title::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #EA7164;
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.p-implant-price-item__content {
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  padding: 16px 10px;
  border: 2px solid #00B4C6;
  border-radius: 10px;
  margin-top: 16px;
}

.p-implant-welcome {
  margin-top: 40px;
}

.p-implant-welcome .l-page-welcome__inner {
  background-color: #E3F7F9;
}

.p-kyosei-reason {
  margin-top: 70px;
}

.p-kyosei-reason__contents {
  background-color: #E3F7F9;
  padding-top: 15px;
  padding-bottom: 45px;
}

.p-kyosei-reason__inner {
  padding: 0 20px;
  max-width: 940px;
  margin: 0 auto;
}

.p-kyosei-reason__item + .p-kyosei-reason__item {
  margin-top: 25px;
}

.p-kyosei-reason__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #EA7164;
  position: relative;
  padding-bottom: 10px;
}

.p-kyosei-reason__title::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #EA7164;
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.p-kyosei-reason__img {
  margin-top: 20px;
}

.p-kyosei-reason__img img {
  width: 100%;
}

.p-kyosei-worry__contents {
  background-color: #FDF5F4;
}

.p-kyosei-worry__inner {
  padding: 48px 20px 70px;
  max-width: 940px;
  margin: 0 auto;
}

.p-kyosei-worry__images {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media print, screen and (min-width:769px) {
  .p-kyosei-worry__images {
    flex-direction: row;
    width: 100%;
  }
}

.p-kyosei-worry__img {
  width: 100%;
}
@media print, screen and (min-width:769px) {
  .p-kyosei-worry__img {
    width: calc(50% - 20px / 2);
  }
}

.p-kyosei-worry__img img {
  width: 100%;
}

.p-kyosei-comparison {
  margin-top: 40px;
}

.p-kyosei-comparison__contents {
  background-color: #E3F7F9;
}

.p-kyosei-comparison__inner {
  padding: 24px 15px 60px;
  max-width: 930px;
  margin: 0 auto;
}



.p-kyosei-comparison__desc {
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  color: #00739F;
  margin-top: 20px;
}
@media print, screen and (min-width:769px) {
  .p-kyosei-comparison__desc {
    font-size: 14px;
    line-height: 1.5;
  }
}

table.p-kyosei-comparison__table {
  border: 2px solid #00B4C6;
  padding: 0;
  border-collapse: collapse;
  width: 100%;
}

.p-kyosei-comparison__table tr th:first-child {
  width: 18%;
}

.p-kyosei-comparison__table th {
  background-color: #00B4C6;
  padding: 25px 10px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  vertical-align:middle
}
@media print, screen and (min-width:769px) {
  .p-kyosei-comparison__table th {
    font-size: 14px;
  }
}

.p-kyosei-comparison__table td {
  font-size: 9px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  padding: 5px;
  background-color: #fff;
  vertical-align:middle
}
@media print, screen and (min-width:769px) {
  .p-kyosei-comparison__table td {
    font-size: 10px;
  }
}

.p-kyosei-comparison__table td small {
  font-size: 6px;
}
@media print, screen and (min-width:769px) {
  .p-kyosei-comparison__table td small {
    font-size: 8px;
  }
}

.p-kyosei-comparison__table td .red {
  color: #EA7164;
  font-size: 35px;
}

.p-kyosei-comparison__table td .gray {
  color: #7B7B7B;
  font-size: 30px;
}

.p-kyosei-comparison__table td .blue {
  color: #00B4C6;
  font-size: 30px;
}

.p-kyosei-comparison__table tr:first-child th:not(:last-child) {
  border-right: 1px solid #fff;
}

.p-kyosei-comparison__table tr:not(:first-child) th {
  border-top: 1px solid #fff;
}

.p-kyosei-comparison__table td:not(:last-child) {
  border-right: 1px solid #00B4C6;
}

.p-kyosei-comparison__table tr:not(:last-child) td {
  border-bottom: 1px solid #00B4C6;
}

.p-kyosei__text {
  font-size: 14px;
  font-weight: 400;
  margin-top: 45px;
  line-height: 1.2;
}
@media print, screen and (min-width:769px) {
  .p-kyosei__text {
    font-size: 16px;
    line-height: 1.5;
  }
}

.btn2 {
  padding: 0 10px;
}

.p-kyosei-case {
  margin: 20px 0;
}

.textBox.left {
  text-align: left;
}

.p-kyosei-case__img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.p-kyosei-case__img img {
  width: 100%;
}