/* ==========================================================================
   各セクションスタイル（親クラス内にネストしたメディアクエリを使用）
   ========================================================================== */
/* --- MV Section --- */
.mv_section {
  position: relative;
  width: 100%;
  height: 31.25rem; /* 500px */
  display: flex;
  align-items: center;
  background-color: #f7f6f3;
  overflow: hidden;
  @media (max-width: 767px) {
    flex-direction: column;
    height: auto;
  }
}

.mv_content {
  position: relative;
  z-index: 10;
  margin: 0 auto 0 0;
  width: 100%;
  padding: 2rem;
  background-color: rgba(255, 255, 255, 0.6);
  max-width: 480px;
  @media (max-width: 767px) {
    padding: 2rem 0;
    text-align: center;
    margin: auto;
    max-width: none;
  }
}

.mv_title {
  font-size: 2rem;
  font-weight: bold;
  color: #007b79;
  border-bottom: 0.125rem solid #009c9a;
  display: block;
  padding: 0 0 1.2rem 0;

  margin-bottom: 1rem;

  @media (width < 768px) {
      margin:auto;
        margin-bottom: 1rem;
    padding: 0 1rem 1rem 1rem;
    font-size: 1.7rem;
    width: fit-content;
  }
}

.mv_subtitle {
  font-size: 1.5rem;
  line-height: 1.4;
  color: #333333;
  font-family: var(--serif);
  padding: 0;
  margin: 0;
}

.mv_image {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  @media (max-width: 767px) {
    position: relative;
    width: 100%;
    height: 15.625rem;
  }
}

.mv_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner_imp {
  font-size: 1.2rem;
  text-align: center;
  background-color: white;
}

.implant_main {
  background-color: #EFEFEF;
  width: 100%;
  text-align: center;
  z-index: -1;
  background-image: url(images/implant_main.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  position: relative;
}

.implant_main img {
  z-index: 10;
  position: relative;
}

.implant_main:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  backdrop-filter: blur(10px);
  z-index: 0;
}

.implant_main img {

  width: 100%;
  max-width: 1100px;

}


/* .implant h2 {
  width: fit-content;
  border-bottom: solid 5px #399;
  text-align: center;
  padding: 6px 0;
  margin: 24px auto 24px auto;
} */


.implant strong {
  background-color: rgba(255, 230, 0, 0.5);
  font-weight: 600;
}


.implant .inner {
  width: 100%;
  text-align: center;
  max-width: 1000px;
  padding: 3rem 2rem;
  @media (width < 768px) {
    padding: 2rem 1rem;
  }
}



.implant figure {
  width: 100%;
  text-align: center;
}

.implant figure img {
  max-width: 500px;
  height: auto;
  object-fit: contain;
  width: 100%;
  margin: auto;
  text-align: center;
}

.implant .methods_list {
  table-layout: fixed;
}
.implant .methods_list h3{
 text-align: center;
}
@media (max-width:760px) {
  .implant .methods_list {
    display: block;
    width: 100%
  }
}

.implant .methods_list td {
  width: 32%;
  padding: 10px;
}

@media (max-width:760px) {
  .implant .methods_list td {
    display: block;
    width: 100%
  }
}

.implant .methods_list figure img {
  max-width: 320px;
  width: 100%;
}

.implant .bg {
  background-color: #fafafa;
}


.implant article p {
  text-align: left;
}

.implant .step {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 12px;
  padding: 16px 0;
}

@media (max-width:760px) {
  .implant .step {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-betweeen;
    gap: 0;
  }
}

.implant h3 {
  text-align: left;
  padding: 6px 0;
  margin: 24px auto 24px auto;

  border-bottom: 2px solid rgb(150, 190, 190);
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}



.implant .step figure {
  width: 30%;
  flex-grow: 0;
}

.implant .step figure img {
  width: 100%;
  max-width: 200px;
}

.implant .step p {
  width: 50%;
  flex-grow: 2;
}

@media (max-width:760px) {
  .implant .step figure {
    width: 100%;
    flex-grow: 1;
  }



  .implant .step p {
    width: 100%;
    flex-grow: 1;
  }
}


.footbanner {
  margin-top: 48px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 800;
  color: #399;
  text-align: center;
  width: 100%;
  display: block;
  border: 4px solid #399;
  padding: 12px;
}

.price .list h3 {
  background-color: rgba(0, 156, 154, 0.1);
  text-align: center;
  color: rgb(44, 59, 59);
  padding: 16px 16px;
  margin: 64px auto 0 auto;
}

/*料金表*/
@media (max-width: 766px) {
  .price_table_overflow {
    width: 100%;
    overflow: auto;
  }
}

.price_table {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  border-bottom: 1px #99cccc solid;
  line-height: 28px;
  font-size: 16px;
}

@media (max-width: 767px) {
  .price_table {
    width: 600px;
    gap: 0;
  }
}

.price_table li {
  padding: 16px;
}

.price_table li button {
  display: block;
}

@media (max-width: 767px) {
  .price_table li {
    padding: 16px 0;
  }
}

.price_table li:nth-child(1) {
  flex: 0 0 35%;
  text-align: left;
  font-weight: 600;
}

.price_table li:nth-child(2) {
  flex: 1;
  text-align: right;
}

.price_table li:nth-child(3) {
  flex: 1 1 30%;
  text-align: right;
}

@media (max-width: 767px) {
  .price_table li:nth-child(1) {
    flex: 0 0 160px;
    font-size: 15px;
  }

  .price_table li:nth-child(2) {
    flex: 0 0 150px;
    font-size: 15px;
  }

  .price_table li:nth-child(3) {
    flex: 1 1 300px;
  }
}

.price_table .price_image {
  width: 200px;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

.price_memo_field {
  font-size: 14px;
  padding: 16px;
}
