/* --------------------------------------------
歯医者は怖いから楽しい場所へ
--------------------------------------------- */
.home section p{
	color:#454545;
}
.hp {
  background: #f4f1ec;
}

.hp img {
  max-width: 100%;
  height: auto;
}

.hp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: min(100%, 560px);
  min-height: 64px;
  padding: 14px 24px;
  background: #ea697f;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .08em;
  transition: opacity .3s ease;
}

.hp-btn:hover {
  opacity: .85;
}

.hp-btn img {
  width: 16px;
  flex: 0 0 auto;
}

.hp-btn--sm {
  min-height: 52px;
  font-size: 14px;
}

.hp-tag {
  display: inline-block;
  margin: 0 0 24px;
  padding: 8px 14px;
  background: #3a3a3a;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
}

/* --------------------------------------------
メインビジュアル
--------------------------------------------- */
.mv_mv {
  position: relative;
  height: 760px;
  overflow: hidden;
  color: #fff;
}

.mv_mv::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('../img/front/mv_pk_pc.webp') no-repeat center / cover;
}

.mv__inner {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  padding: 20px 20px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.mv__logo {
  position: relative;
  z-index: 2;
}

.mv__logo img {
  width: 220px;
}

.mv__subtext {
  font-size: 12px;
  font-weight: 400;
  margin: 0 0 10px;
  line-height: 1.5;
}

.mv__content {
  max-width: 600px;
  position: relative;
  z-index: 2;
}

.mv__lead {
  font-size: 28px;
  margin: 0 0 10px;
}

.mv__title {
  font-size: clamp(42px, 4vw, 52px);
  font-weight: 700;
  color: #fff5b4;
  margin: 0;
  line-height: 1.4;
}

.mv__title span {
  color: #fff;
  font-size: clamp(22px, 3.8vw, 42px);
}

.mv__desc {
  margin: 20px 0 0;
  font-size: clamp(16px, 2.2vw, 24px);
  font-weight: 600;
  line-height: 1.8;
}

.mv__banners {
  display: flex;
  gap: 20px;
  position: relative;
  z-index: 2;
}

.mv__banners img {
  width: calc((100% - 40px) / 3);
  display: block;
}

/* --------------------------------------------
SP
--------------------------------------------- */
@media (max-width: 768px) {
  .mv_mv {
    height: 580px;
  }

  .mv_mv::before {
    background: url('../img/front/mv_pk_sp.webp') no-repeat center / cover;
  }

  .mv__inner {
    position: relative;
    height: 100%;
    padding: 12px 10px;
  }

  /* ロゴ */
  .mv__logo {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
  }

  .mv__logo img {
    width: 160px;
  }

  .mv__subtext {
    font-size: 8px;
    margin-bottom: 4px;
  }

  .mv__content {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 160px;
    z-index: 2;
  }

  .mv__title {
    font-size: 28px;
    line-height: 1.4;
  }

  .mv__title span {
    font-size: 20px;
  }

  .mv__desc {
    font-size: 13px;
    line-height: 1.6;
    margin-top: 10px;
  }

  /* バナー最下部固定 */
  .mv__banners {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    display: flex;
    gap: 6px;
  }

  .mv__banners img {
    width: calc((100% - 12px) / 3);
  }
}

@media (max-width: 576px) {
    .mv__content {
    bottom: 90px;
  }
}

/* --------------------------------------------
メニュー
--------------------------------------------- */
.main-navigation{
  position: unset;
}
.main-navigation > div{
  background: #262626;
  width: 100%;
  border-radius: 0;
  justify-content: center;
}
.main-navigation a{
  font-weight: 600;
font-size: clamp(13px, 1.6vw, 18px);
letter-spacing: 0.08em;
}
ul.menu>li:first-child >a {
    display: block;
    font-size: 0;
    width: 19px;
    height: 22px;
    background: center / contain no-repeat url(../img/common/homeicon.png);
}
.current_page_item>a{
  position: relative;
  display: block;
}
.current_page_item>a:after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: -6px;
}

@media (max-width: 768px) {
  .front-nav{
    display: none;
  }
  .mob .nav-trigger span,
  .mob .nav-trigger span::after, 
  .mob .nav-trigger span::before{
    background-color: #000;
  }
}


/* --------------------------------------------
クレジットカード
--------------------------------------------- */
.credit-info {
  padding: 64px 0;
}

.credit-info__inner {
	  background: #fff;
  width: min(100%, 860px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 30px;
  align-items: center;
	padding:40px 30px;
}

.credit-info__label {
display: inline-block;
    margin: 0 0 8px;
    padding: 4px 8px;
    background: #b99a54;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.08em;
}

.credit-info__title {
  margin: 0 0 28px;
  padding-bottom: 24px;
  border-bottom: 2px solid #d5d5d5;
  color: #454545;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.06em;
}

.credit-info__title span {
  color: #b99a54;
}

.credit-info__text {
  margin: 0;
  font-size: 16px;
}

.credit-info__image img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 900px) {
  .credit-info {
    padding: 48px 20px;
  }

  .credit-info__inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .credit-info__image {
    max-width: 420px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .credit-info {
    padding: 40px 16px;
  }
	
	.credit-info__inner{
		padding: 25px 25px;
	}

  .credit-info__label {
    font-size: 15px;
    margin-bottom: 14px;
  }

  .credit-info__title {
    font-size: 22px;
    line-height: 1.55;
    margin-bottom: 22px;
    padding-bottom: 18px;
  }

  .credit-info__text {
    font-size: 15px;
    line-height: 1.9;
  }
}



/* --------------------------------------------
歯医者は怖いから楽しい場所へ
--------------------------------------------- */
.hp-com {
  position: relative;
  padding: 0;
  background: #e9e4dc;
  overflow: hidden;
}

.hp-com__inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 62px;
  min-height: 1180px;
  background: #e9e4dc;
  overflow: visible;
}

.hp-com__inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: calc(50% - 50vw);
  width: 50vw;
  height: 100%;
  background: url("../img/front/hp-com__inner.webp") repeat;
  background-size: 398px 398px;
  z-index: 0;
}

.hp-com__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: 50vw;
  height: 100%;
  background: #e9e4dc;
  z-index: 0;
}

.hp-com__bg {
  position: relative;
  z-index: 1;
  width: calc(100% - 250px);
}

.hp-com__bg img {
  display: block;
  width: 100%;
  height: auto;
}

.hp-com__logo {
  position: absolute;
  top: 28px;
  right: 10px;
  z-index: 3;
  width: min(100%, 330px);
  pointer-events: none;
}

.hp-com__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.hp-com__box {
  display: flex;
    flex-direction: row-reverse;
    align-items: end;
    gap: 50px;
  position: relative;
  z-index: 2;
  margin-top: -235px;
  padding: 0 0 70px 60px;
}

.hp-com__copy {
  position: relative;
  width: min(100%, 885px);
  padding: 54px 64px 46px;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(2px);
}

.hp-com__ttl {
  margin: 0 0 22px;
  color: #454545;
  font-size: clamp(46px, 3.5vw, 70px);
  line-height: 1.28;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media(min-width:1500px){
	.hp-com__ttl {
  font-size: 55px;
	}
}

.hp-com__ttl span {
  color: #bc9645;
}

.hp-com__lead {
  margin: 0 0 28px;
  color: #454545;
  font-size: clamp(22px, 1.8vw, 42px);
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.hp-com__txt {
  color: #666666;
  font-size: 17px;
  line-height: 2;
  letter-spacing: 0.02em;
}

.hp-com__txt p {
  margin: 0;
}

.hp-com__txt p + p {
  margin-top: 18px;
}

.hp-com__sub {
  z-index: 3;
  width: 280px;
}

.hp-com__sub img {
  display: block;
  width: 100%;
  height: auto;
}

.hp-com__orn {
  position: absolute;
  left: 0;
  bottom: -56px;
  z-index: 4;
  width: 310px;
}

.hp-com__orn img {
  display: block;
  width: 100%;
  height: auto;
}

.hp-com__orn_b{
    position: absolute;
  right: 61px;
  bottom: -134px;
      z-index: -1;
}

.hp-com__orn_b img {
  display: block;
  width: 100%;
  height: auto;
}

.hp-com__btn {
justify-content: center;
width: 100%;
    max-width: 350px;
    min-height: 102px;
    margin: 0 auto;
    display: flex;
    position: relative;
    z-index: 3;
}

.hp-com__btn img {
  width: 350px;
  height: auto;
  flex: 0 0 auto;
}

@media (max-width: 1280px) {
  .hp-com__bg {
    width: 100%;
  }

  .hp-com__logo {
    right: 24px;
    width: 280px;
  }

  .hp-com__copy {
    width: min(100%, 860px);
  }
}

@media (max-width: 1100px) {
  .hp-com__inner {
    min-height: auto;
    background: #e9e4dc;
  }

  .hp-com__bg {
    width: 100%;
  }

  .hp-com__logo {
    top: 18px;
    right: 20px;
    width: 220px;
  }

  .hp-com__box {
    margin-top: -140px;
    padding: 0 24px 56px;
  }

  .hp-com__copy {
    width: 100%;
    padding: 40px 32px 34px;
  }

  .hp-com__sub {
    position: static;
    width: 220px;
    margin: 24px 0 0;
  }

  .hp-com__orn {
    position: static;
    width: 140px;
    margin: 14px 0 0 0;
  }

  .hp-com__btn {
    min-width: 320px;
    min-height: 84px;
    margin: 32px 0 0;
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .hp-com__inner::after,
  .hp-com__inner::before {
    display: none;
  }

  .hp-com__inner {
     background: rgba(255,255,255,0.32);
    padding-bottom: 40px;
  }

  .hp-com__bg {
    width: 100%;
    position: relative;
  }

  .hp-com__logo {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 110px;
  }

  .hp-com__box {
    display: block;
    margin-top: 10px;
    padding-bottom: 0;
	  padding-left:15px;
	  padding-right:15px;
  }

  .hp-com__copy {
    padding: 24px 0 22px;
    background: none;
  }

  .hp-com__ttl {
    font-size: 25px;
    line-height: 1.35;
    margin-bottom: 14px;
    text-align: center;
  }

  .hp-com__lead {
    text-align: center;
    font-size: 25px;
    margin-bottom: 16px;
    line-height: 1.6;
  }

  .hp-com__txt {
    font-size: 14px;
    line-height: 1.9;
  }

  .hp-com__sub {
    display: none;
  }

  .hp-com__orn,
  .hp-com__orn_b {
    display: none;
  }

  .hp-com__btn {
    margin: 20px auto 0;
    max-width: 320px;
  }

  .hp-com__btn img {
    width: 100%;
  }
}

@media (max-width: 320px) {
	  .hp-com__ttl, .hp-com__lead {
    font-size: 20px;
  }
}

/* --------------------------------------------
医院全体で1000本以上の実績
--------------------------------------------- */
.hp-ipt {
  padding: 0 0 72px;
  background: #f4f1ec;
  overflow: hidden;
}

.hp-ipt__inner {
  position: relative;
  width: min(100%, 1280px);
  margin: 0 auto;
  padding: 0 20px;
  min-height: 760px;
}

.hp-ipt__bg {
  position: absolute;
  top: 0;
  left: 20px;
  width: 62%;
  max-width: 760px;
  z-index: 1;
}

.hp-ipt__bg img {
  display: block;
  width: 100%;
  height: auto;
}

.hp-ipt__implant {
  position: absolute;
  top: 18px;
  right: -10px;
  width: min(100%, 690px);
  z-index: 2;
  pointer-events: none;
}

.hp-ipt__implant img {
  display: block;
  width: 100%;
  height: auto;
}

.hp-ipt__copy {
  position: relative;
  z-index: 3;
  padding-top: 372px;
  text-align: center;
}

.hp-ipt__cap {
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 0 26px;
}

.hp-ipt__cap span {
  display: inline-block;
  width: fit-content;
  margin: 0 auto;
  padding: 6px 12px 5px;
  background: rgba(255, 255, 255, 0.9);
  color: #454545;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.hp-ipt__ttl {
  margin: 0;
  color: #454545;
  font-size: clamp(28px, 5vw, 56px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.06em;
}

.hp-ipt__ttl span {
  color: #ff1f1f;
  position: relative;
  display: inline-block;
}

.hp-ipt__ttl span::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.18em;
    height: 18px;
    background: url(../img/front/hp-ipt__ttl_line.png) no-repeat;
    background-size: contain;
    z-index: -1;
    width: 100%;
}

.hp-ipt__line {
  margin: 18px 0 18px;
  color: #666666;
  font-size: 52px;
  line-height: 1;
  font-weight: 400;
}

.hp-ipt__txt {
  color: #666666;
  font-size: 16px;
  line-height: 1.95;
  letter-spacing: 0.03em;
}

.hp-ipt__txt p {
  margin: 0;
}

.hp-ipt {
  overflow: hidden;
}

.hp-ipt__inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.hp-ipt__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-left: calc(50% - 50vw);
}

.hp-ipt__bg img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 1100px) {
  .hp-ipt {
    padding: 44px 0 56px;
  }

  .hp-ipt__inner {
    min-height: 660px;
  }

  .hp-ipt__bg {
    width: 58%;
  }

  .hp-ipt__implant {
    width: 54%;
    right: 10px;
  }

  .hp-ipt__copy {
    padding-top: 310px;
  }

}

@media (max-width: 767px) {
  .hp-ipt {
    padding: 0;
  }

  .hp-ipt__inner {
    min-height: auto;
    padding: 0;
  }

  .hp-ipt__bg {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: none;
  }

  .hp-ipt__implant {
top: 186px;
        bottom: auto;
        right: 8px;
        width: 100%;
        max-width: 274px;
  }

  .hp-ipt__copy {
    padding-top: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .hp-ipt__cap {
    gap: 6px;
    margin-bottom: 18px;
  }

  .hp-ipt__cap span {
    font-size: 16px;
    padding: 5px 8px 4px;
  }

  .hp-ipt__ttl {
    font-size: 28px;
    line-height: 1.35;
  }

.hp-ipt__ttl span::after {
    bottom: -0.38em;
  }

  .hp-ipt__txt{
    text-align: left;
  }

  .hp-ipt__line {
    margin: 10px 0 12px;
    font-size: 34px;
  }
}

.hp-res {
  padding: 54px 0 88px;
  background: #f4f1ec;
}

.hp-res__inner {
  width: min(100%, 800px);
  margin: 0 auto;
  padding: 0 36px;
  border-top: 3px solid #c8ae72;
}

.hp-res__logos {
  display: flex;
  justify-content: center;
  gap: 28px;
  padding-top: 72px;
}

.hp-res__logo {
  width: 274px;
}

.hp-res__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.hp-res__ttl {
  margin: 42px 0 72px;
  text-align: center;
  color: #454545;
  font-size: clamp(20px, 3.5vw, 38px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.06em;
}

.hp-res__table-wrap {
  width: 100%;
}

.hp-res__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background: #f7f7f7;
}

.hp-res__table th,
.hp-res__table td {
  border: 1px solid #c8c8c8;
  text-align: center;
  vertical-align: middle;
  color: #454545;
  font-weight: 500;
}

.hp-res__table thead th {
  height: 60px;
  background: #bc9a4f;
  color: #fff;
  font-size: clamp(14px, 1.8vw, 20px);
  font-weight: 600;
  line-height: 1.3;
}

.hp-res__table thead th:first-child {
  width: 138px;
}

.hp-res__table tbody th {
  width: 138px;
  background: #e8dfd8;
  font-size: clamp(14px, 1.8vw, 20px);
  font-weight: 600;
  line-height: 1.2;
}

.hp-res__table tbody td {
  background: #f7f7f7;
  font-size: clamp(14px, 1.8vw, 20px);
  line-height: 1.2;
}

.hp-res__table tbody tr {
  height: 60px;
}

.hp-res__table tfoot th {
  background: #d8cabb;
  color: #454545;
  font-size: clamp(20px, 3.5vw, 38px);
  font-weight: 700;
  line-height: 1.2;
}

.hp-res__table tfoot td {
  background: #f4e9ec;
  color: #ef6d87;
  font-size: clamp(16px, 2.5vw, 28px);
  font-weight: 700;
  line-height: 1.2;
}

.hp-res__table tfoot tr {
  height: 70px;
}

@media (max-width: 1100px) {
  .hp-res {
    padding: 44px 0 72px;
  }

  .hp-res__inner {
    padding: 0 20px;
  }

  .hp-res__logos {
    gap: 20px;
    padding-top: 52px;
  }

  .hp-res__logo {
    width: 230px;
  }

  .hp-res__ttl {
    margin: 32px 0 48px;
  }

  .hp-res__table thead th {
    height: 80px;
    font-size: 24px;
  }

  .hp-res__table tbody th,
  .hp-res__table tbody td {
    font-size: 24px;
  }

  .hp-res__table tfoot th {
    font-size: 34px;
  }

  .hp-res__table tfoot td {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .hp-res {
    padding: 36px 0 52px;
  }

  .hp-res__inner {
    padding: 0 16px;
    border-top-width: 1px;
  }

  .hp-res__logos {
    align-items: center;
    gap: 14px;
    padding-top: 28px;
  }

  .hp-res__logo {
    width: min(100%, 250px);
  }

  .hp-res__ttl {
    margin: 24px 0 30px;
    font-size: 32px;
    line-height: 1.3;
  }

  .hp-res__table-wrap {
    overflow-x: auto;
  }

  .hp-res__table {
    min-width: 760px;
  }

  .hp-res__table th,
  .hp-res__table td {
    border-width: 1px;
  }

  .hp-res__table thead th {
    height: 64px;
    font-size: 20px;
  }

  .hp-res__table thead th:first-child,
  .hp-res__table tbody th {
    width: 100px;
  }

  .hp-res__table tbody tr {
    height: 52px;
  }

  .hp-res__table tbody th,
  .hp-res__table tbody td {
    font-size: 20px;
  }

  .hp-res__table tfoot tr {
    height: 66px;
  }

  .hp-res__table tfoot th {
    font-size: 28px;
  }

  .hp-res__table tfoot td {
    font-size: 34px;
  }

    .hp-res {
    padding: 0 0 56px;
  }

  .hp-res__inner {
    padding: 0 16px;
	  margin-top: 30px;
  }

  .hp-res__table th,
  .hp-res__table td {
    padding: 8px 4px;
    font-size: 12px;
  }
}



/* --------------------------------------------
将来を見据えた安心治療
--------------------------------------------- */
.hp-il {
  padding: 0 0 88px;
  overflow: hidden;
  background: #f4f1ec;
}

.hp-il__inner {
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: flex-start;
}

.hp-il__body {
  flex: 1;
  padding-left: 3%;
  padding-top: 2px;
}

.hp-il__vis {
  flex: 1;
  position: relative;
  right: calc((100vw - 100%) / -2);
}

.hp-il__vis img {
  display: block;
  width: 100%;
  height: auto;
}

.hp-il__tag {
  display: inline-block;
  margin: 0 0 34px;
  padding: 9px 16px 8px;
  background: #3b3b3b;
  color: #fff;
  font-size: clamp(13px, 1.6vw, 18px);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.08em;
}

.hp-il__ttl {
  margin: 0 0 34px;
  color: #454545;
  font-size: clamp(20px, 3.4vw, 37px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.hp-il__gold {
  color: #bc9645;
}

.hp-il__txt {
  color: #5b5b5b;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.95;
  letter-spacing: 0.04em;
}

.hp-il__txt p {
  margin: 0;
}

.hp-il__txt p + p {
  margin-top: 30px;
}

.hp-il__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: min(100%, 680px);
  min-height: 70px;
  margin-top: 32px;
  background: #ea697f;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  transition: opacity 0.3s ease;
}

.hp-il__btn:hover {
  opacity: 0.85;
}

.hp-il__btn img {
  display: block;
  width: 18px;
  height: auto;
  flex: 0 0 auto;
}

@media (max-width: 1200px) {
  .hp-il {
    padding: 40px 0 72px;
  }

  .hp-il__inner {
    padding: 0 24px;
    gap: 32px;
  }

  .hp-il__body {
    padding-left: 0;
  }

  .hp-il__tag {
    margin-bottom: 24px;
  }

  .hp-il__ttl {
    margin-bottom: 24px;
  }

  .hp-il__txt {
    font-size: 15px;
  }

  .hp-il__btn {
    width: 100%;
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .hp-il {
    padding: 0 0 56px;
  }

  .hp-il__inner {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    padding: 0;
    gap: 0;
  }

  .hp-il__vis {
    width: 100%;
    right: 0;
    flex: none;
  }

  .hp-il__vis img {
    width: 100%;
    height: auto;
  }

  .hp-il__body {
    flex: none;
    width: 100%;
    padding: 24px 16px 0;
  }

  .hp-il__tag {
    display: inline-block;
    margin: 0 0 22px;
    padding: 8px 12px 7px;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.06em;
  }

  .hp-il__ttl {
	  text-align:center;
    margin: 0 0 26px;
    font-size: 30px;
    line-height: 1.45;
    letter-spacing: 0.04em;
  }

  .hp-il__txt {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.03em;
  }

  .hp-il__txt p + p {
    margin-top: 24px;
  }

  .hp-il__btn {
    width: 100%;
    min-height: 58px;
    margin-top: 28px;
    font-size: 17px;
    gap: 10px;
  }

  .hp-il__btn img {
    width: 16px;
  }
}

/* --------------------------------------------
選ばれる理由
--------------------------------------------- */
.hp-if {
  background: #f4f1ec;
}

.hp-if__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.hp-if__img,
.hp-if__txt {
  min-width: 0;
}

.hp-if__img--top,
.hp-if__img--bottom {
  background: #ddcfc2;
}

.hp-if__img--top {
  padding: 82px 0 82px;
}

.hp-if__img--bottom {
  padding: 82px 0 82px;
}

.hp-if__img img {
  display: block;
  width: 100%;
  height: auto;
}

.hp-if__txt {
  background: #f7f7f7;
}

.hp-if__txt--top {
  display: flex;
      align-items: center;
    justify-content: center;
}

.hp-if__txt--bottom {
  display: flex;
      align-items: center;
    justify-content: center;
}

.hp-if__in {
  width: 100%;
  max-width: 720px;
  padding: 58px 58px 58px 60px;
}

.hp-if__in--bottom {
  max-width: 720px;
  padding: 54px 58px 62px 58px;
}

.hp-if__tag {
  display: inline-block;
  margin: 0 0 24px;
  padding: 8px 14px 7px;
  background: #3b3b3b;
  color: #fff;
  font-size: clamp(13px, 1.6vw, 18px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
}

.hp-if__ttl {
  margin: 0 0 34px;
  color: #454545;
  font-size: clamp(20px, 3.4vw, 37px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.hp-if__ttl span {
  color: #bc9645;
}

.hp-if__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hp-if__list li {
  position: relative;
  margin: 0;
  padding: 0 0 0 34px;
  color: #454545;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.03em;
}

.hp-if__list li + li {
  margin-top: 2px;
}

.hp-if__list li::before {
  content: "";
  position: absolute;
  top: 0.98em;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(../img/common/arrow_brown.svg) center no-repeat;
  transform: translateY(-50%);
}

.hp-if__copy {
  color: #666;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.95;
  letter-spacing: 0.03em;
}

.hp-if__copy p {
  margin: 0;
}

.hp-if__copy p + p {
  margin-top: 26px;
}

.hp-if__red {
  color: #ff5f57;
  font-weight: 500;
}

.hp-if__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  min-height: 62px;
  margin-top: 32px;
  background: #ea697f;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  transition: opacity 0.3s ease;
}

.hp-if__btn:hover {
  opacity: 0.85;
}

.hp-if__btn img {
  display: block;
  width: 16px;
  height: auto;
  flex: 0 0 auto;
}

.hp-if__btn--bottom {
  margin-top: 30px;
}

@media (max-width: 1200px) {
  .hp-if__in {
    padding: 48px 36px 48px 40px;
  }

  .hp-if__in--bottom {
    padding: 44px 36px 48px 40px;
  }

  .hp-if__ttl {
    margin-bottom: 26px;
    font-size: clamp(32px, 3vw, 50px);
  }

  .hp-if__list li,
  .hp-if__copy {
    font-size: 16px;
  }

  .hp-if__btn {
    width: 100%;
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .hp-if {
    background: #f4f1ec;
  }

  .hp-if__grid {
    display: flex;
    flex-direction: column;
  }

  .hp-if__img--top {
    order: 1;
    padding: 0;
    background: transparent;
  }

  .hp-if__txt--top {
    order: 2;
    display: block;
    background: #f7f7f7;
  }

  .hp-if__img--bottom {
    order: 3;
    padding: 0;
    background: transparent;
  }

  .hp-if__txt--bottom {
    order: 4;
    display: block;
    background: #f7f7f7;
  }

  .hp-if__img img {
    display: block;
    width: 100%;
    height: auto;
  }

  .hp-if__in {
    max-width: 100%;
    padding: 24px 26px 28px;
  }

  .hp-if__in--bottom {
    padding: 24px 26px 30px;
  }

  .hp-if__tag {
    margin: 0 0 18px;
    padding: 7px 12px 6px;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.04em;
  }

  .hp-if__ttl {
    margin: 0 0 22px;
    font-size: 28px;
    line-height: 1.42;
    letter-spacing: 0.04em;
  }

  .hp-if__list {
    margin: 0;
  }

  .hp-if__list li {
    padding: 0 0 0 28px;
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 0.02em;
  }

  .hp-if__list li + li {
    margin-top: 8px;
  }

  .hp-if__list li::before {
    top: 0.92em;
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
  }

  .hp-if__copy {
    font-size: 14px;
    line-height: 1.95;
    letter-spacing: 0.02em;
  }

  .hp-if__copy p + p {
    margin-top: 22px;
  }

  .hp-if__red {
    font-weight: 500;
  }

  .hp-if__btn,
  .hp-if__btn--bottom {
    width: 100%;
    min-height: 54px;
    margin-top: 24px;
    gap: 10px;
    font-size: 16px;
    line-height: 1.4;
    border-radius: 4px;
  }

  .hp-if__btn img {
    width: 15px;
  }
}

/* --------------------------------------------
インビザライン
--------------------------------------------- */
.hp-iv {
  padding: 76px 0 94px;
  background: #f4f1ec;
}

.hp-iv__inner {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 0 20px;
}

.hp-iv__head {
  text-align: center;
  margin-bottom: 38px;
}

.hp-iv__sub {
  margin: 0;
  color: #454545;
  font-size: clamp(20px, 3.5vw, 38px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.06em;
}

.hp-iv__ttl {
  margin: 10px 0 0;
  color: #bc9645;
  font-size: clamp(52px, 4.4vw, 82px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.06em;
}

.hp-iv__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.hp-iv__topimg img {
  display: block;
  width: 100%;
  height: auto;
}

.hp-iv__mid {
  display: grid;
  grid-template-columns: 47% 53%;
  background: #fff;
}

.hp-iv__midimg {
  position: relative;
  min-height: 290px;
  padding: 18px 18px 0;
}

.hp-iv__midimg img {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: block;
  width: min(100%, 400px);
  height: auto;
}

.hp-iv__midtxt {
  padding: 40px 42px 34px 14px;
}

.hp-iv__sttl {
  margin: 0 0 18px;
  color: #454545;
  font-size: clamp(16px, 2.5vw, 28px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
}

.hp-iv__txt {
  color: #666666;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.95;
  letter-spacing: 0.03em;
}

.hp-iv__txt p {
  margin: 0;
}

.hp-iv__btm {
  display: grid;
  grid-template-columns: 47% 53%;
  background: #FEF3F5;
}

.hp-iv__doc {
  position: relative;
  padding: 38px 22px 38px 48px;
}

.hp-iv__doc-main {
  display: block;
  width: 100%;
  max-width: 460px;
  height: auto;
}

.hp-iv__doc-cap {
  position: absolute;
  left: 48px;
  bottom: 38px;
  width: calc(100% - 70px);
  max-width: 460px;
  height: auto;
}

.hp-iv__info {
  padding: 38px 50px 38px 20px;
}

.hp-iv__visual {
  position: relative;
  min-height: 170px;
  margin-bottom: 18px;
}

.hp-iv__mp {
  display: block;
  width: 315px;
  height: auto;
  margin: auto;
}

.hp-iv__bubbleimg {
  position: absolute;
  top: 0;
  right: 10px;
  width: 164px;
  height: auto;
}

.hp-iv__pink {
  margin: 0 0 16px;
  color: #EE6A7F;
  font-size: clamp(16px, 2.5vw, 28px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
}

@media (max-width: 1100px) {
  .hp-iv {
    padding: 60px 0 76px;
  }

  .hp-iv__inner {
    padding: 0 24px;
  }

  .hp-iv__mid,
  .hp-iv__btm {
    grid-template-columns: 1fr;
  }

  .hp-iv__midimg {
    min-height: 260px;
    padding: 22px 20px 0;
  }

  .hp-iv__midtxt,
  .hp-iv__info {
    padding: 30px 24px 34px;
  }

  .hp-iv__doc {
    padding: 24px 24px 24px;
  }

  .hp-iv__doc-main {
    max-width: 100%;
  }

  .hp-iv__doc-cap {
    left: 24px;
    bottom: 24px;
    width: calc(100% - 48px);
    max-width: none;
  }

  .hp-iv__visual {
    min-height: 150px;
  }

  .hp-iv__bubbleimg {
    right: 0;
    width: 150px;
  }
}

@media (max-width: 767px) {
  .hp-iv {
    padding: 42px 0 0;
    background: #f4f1ec;
  }

  .hp-iv__inner {
    padding: 0;
  }

  .hp-iv__head {
    margin-bottom: 24px;
    padding: 0 16px;
    text-align: center;
  }

  .hp-iv__sub {
    margin: 0;
    font-size: 28px;
    line-height: 1.45;
    letter-spacing: 0.04em;
  }

  .hp-iv__ttl {
    margin-top: 8px;
    font-size: 44px;
    line-height: 1.18;
    letter-spacing: 0.04em;
  }

  .hp-iv__top {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .hp-iv__topimg img {
    display: block;
    width: 100%;
    height: auto;
  }

  .hp-iv__mid {
    display: flex;
    flex-direction: column-reverse;
    background: #fff;
  }

  .hp-iv__midtxt {
    padding: 46px 28px 28px;
    text-align: center;
  }

  .hp-iv__sttl {
    margin: 0 0 22px;
    font-size: 28px;
    line-height: 1.45;
    letter-spacing: 0.04em;
  }

  .hp-iv__txt {
    font-size: 14px;
    line-height: 1.95;
    letter-spacing: 0.02em;
    text-align: left;
  }

  .hp-iv__midimg {
    min-height: auto;
    padding: 0 0 26px;
    position: relative;
  }

  .hp-iv__midimg img {
    position: static;
    transform: none;
    display: block;
    width: min(100%, 320px);
    margin: 0 auto;
    height: auto;
  }

  .hp-iv__btm {
    display: flex;
    flex-direction: column-reverse;
    background: #fdf0f4;
    padding: 34px 0 30px;
  }

  .hp-iv__info {
    padding: 0 22px 26px;
  }

  .hp-iv__visual {
    position: relative;
    min-height: 150px;
    margin-bottom: 22px;
  }

  .hp-iv__mp {
    display: block;
    width: 300px;
    margin: 0 0 0 24px;
    height: auto;
  }

  .hp-iv__bubbleimg {
    position: absolute;
    top: -4px;
    right: 18px;
    width: 170px;
    height: auto;
  }

  .hp-iv__pink {
    margin: 0 0 18px;
    text-align: center;
    font-size: 28px;
    line-height: 1.45;
    letter-spacing: 0.04em;
  }

  .hp-iv__doc {
    padding: 0 22px 20px;
  }

  .hp-iv__doc-main {
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    height: auto;
  }

  .hp-iv__descimg {
    color: #555;
    font-size: 14px;
    line-height: 1.95;
    letter-spacing: 0.02em;
  }

  .hp-iv__descimg p {
    margin: 0;
  }
}


/*20260527改修*/
.full-mouth {
  color: #454545;
}

.full-mouth__inner {
  max-width: 1000px;
  margin: 0 auto;
	background:#fff;
}

.full-mouth__head {
  padding: 70px 20px 62px;
  text-align: center;
  background: #f4f1ec;
}

.full-mouth__sub {
  margin: 0 0 12px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
}

.full-mouth__title {
  margin: 0;
  color: #bc9645;
  font-size: clamp(46px, 4vw, 72px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.04em;
	  border-bottom: 2px solid #c7aa6a;
	padding-bottom:34px;
}

.full-mouth__lead {
  margin: 34px 0 24px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.6;
}

.full-mouth__text {
  max-width: 820px;
  margin: 0 auto;
  color: #555;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.04em;
}

.full-mouth__visual {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.full-mouth__visual img {
  display: block;
  width: 100%;
  height: auto;
}

.full-mouth__section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  padding: 76px 60px 0;
}

.full-mouth__section--second {
  padding-top: 58px;
  padding-bottom: 74px;
}

.full-mouth__heading {
  margin: 0 0 28px;
  color: #454545;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.04em;
}

.full-mouth__body p {
  margin: 0;
}

.full-mouth__body p + p {
  margin-top: 24px;
}

.full-mouth__invisalign {
  text-align: center;
}

.full-mouth__invisalign img {
  width: min(100%, 380px);
  height: auto;
}

.full-mouth__case-img {
  display: block;
  width: 100%;
  height: auto;
}

.full-mouth__case-link {
  display: inline-block;
  width: 128px;
  margin-top: 16px;
}

.full-mouth__case-link img {
  display: block;
  width: 100%;
  height: auto;
}

.full-mouth__counseling {
	max-width:1000px;
	margin:auto;
  background: #fdf0f4;
  padding: 58px 0 70px;
}

.full-mouth__counseling-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.full-mouth__counseling-img img {
  display: block;
  width: min(100%, 470px);
  height: auto;
  margin-bottom: 32px;
}

.full-mouth__pink {
  margin: 0 0 28px;
  color: #ee6a7f;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.04em;
}

.full-mouth__counseling-body p {
  margin: 0;
  color: #555;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.04em;
}

.full-mouth__doctor img {
  display: block;
  width: 100%;
  height: auto;
}

/* responsive */
@media (max-width: 900px) {
  .full-mouth__head {
    padding: 48px 20px;
  }

  .full-mouth__title {
    font-size: 38px;
  }

  .full-mouth__lead {
    margin-top: 34px;
    font-size: 22px;
  }

  .full-mouth__section,
  .full-mouth__counseling-inner {
    grid-template-columns: 1fr;
    padding-left: 24px;
    padding-right: 24px;
  }

  .full-mouth__section--second .full-mouth__case {
    order: 2;
  }

  .full-mouth__section--second .full-mouth__body {
    order: 1;
  }
}

@media (max-width: 767px) {
  .full-mouth__head {
    padding: 42px 20px 38px;
  }

  .full-mouth__sub {
    font-size: 22px;
  }

  .full-mouth__title {
    font-size: 32px;
  }

  .full-mouth__lead {
    margin: 30px 0 18px;
    font-size: 20px;
  }

  .full-mouth__text,
  .full-mouth__body p,
  .full-mouth__counseling-body p {
    font-size: 14px;
    line-height: 1.95;
  }

  .full-mouth__section {
    gap: 32px;
    padding: 42px 22px 0;
  }

  .full-mouth__section--second {
    padding-top: 24px;
    padding-bottom: 52px;
  }

  .full-mouth__heading {
    margin-bottom: 20px;
    font-size: 23px;
	  text-align:center;
  }

  .full-mouth__case-link {
    width: 120px;
  }

  .full-mouth__counseling {
    padding: 44px 0 54px;
  }

  .full-mouth__counseling-inner {
    gap: 32px;
    padding: 0 22px;
  }

  .full-mouth__counseling-img img {
    margin-bottom: 26px;
  }
	
	    .full-mouth__section--second .full-mouth__case {
        text-align: center;
    }

  .full-mouth__pink {
    font-size: 24px;
    line-height: 1.5;
  }
}

/* --------------------------------------------
当院の診療体制
--------------------------------------------- */
.hp-cs {
  padding: 86px 0 140px;
  background: linear-gradient(to top, #f3efe8 0%, #ffffff 100%);
}

.hp-cs__inner {
  width: min(100%, 1000px);
  margin: 0 auto;
  padding: 0 20px;
}

.hp-cs__head {
  text-align: center;
  margin-bottom: 50px;
}

.hp-cs__sub {
  margin: 0;
  font-size: clamp(28px, 3vw, 54px);
  font-weight: 700;
	color:#454545;
}

.hp-cs__ttl {
  margin: 8px 0 0;
  color: #bc9645;
  font-size: clamp(42px, 4vw, 70px);
  font-weight: 700;
}

.hp-cs__grid {
  display: grid;
  gap: 42px 46px;
}

.hp-cs__grid--top {
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 60px;
}

.hp-cs__grid--btm {
  grid-template-columns: repeat(3, 1fr);
}

.hp-card {
  display: flex;
  flex-direction: column;
}

.hp-card__img img {
  display: block;
  width: 100%;
}

.hp-card__body {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-top: 14px;
}

.hp-card__tag {
  display: inline-block;
  align-self: flex-start;
  margin: 0 0 12px;
  padding: 7px 10px;
  background: #7d7d7d;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.hp-card__ttl {
  margin: 0 0 14px;
  color: #bc9645;
  font-size: clamp(16px, 2.5vw, 28px);
  line-height: 1.4;
  font-weight: 700;
}

.hp-card--lg .hp-card__ttl {
  font-size: clamp(28px, 2.4vw, 44px);
}

.hp-card__lead {
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #d6d0c9;
  font-size: clamp(14px, 1.8vw, 20px);
  font-weight: 700;
  line-height: 1.7;
  color: #666666;
}

.hp-card__txt {
  flex-grow: 1;
  font-size: 16px;
  line-height: 1.7;
  color: #454545;
}

.hp-card__txt p {
  margin: 0;
}

.hp-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 56px;
  margin-top: 18px;
  background: #ea697f;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  font-weight: 700;
}

.hp-card__btn img {
  width: 16px;
}

@media (max-width: 767px) {
  .hp-cs {
    padding: 44px 0 26px;
  }

  .hp-cs__inner {
    padding: 0;
  }

  .hp-cs__head {
    margin-bottom: 34px;
    padding: 0 16px;
    text-align: center;
  }

  .hp-cs__sub {
    margin: 0;
    color: #454545;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.04em;
  }

  .hp-cs__ttl {
    margin: 8px 0 0;
    color: #bc9645;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.04em;
  }

  .hp-cs__grid {
    display: flex;
    flex-direction: column;
    gap: 48px;
  }

  .hp-cs__grid--top {
    margin-bottom: 48px;
  }

  .hp-card {
    display: block;
    width: 100%;
  }

  .hp-card__img {
    margin: 0;
  }

  .hp-card__img img {
    display: block;
    width: 100%;
    height: auto;
  }

  .hp-card__body {
    display: block;
    height: auto;
    padding: 22px 24px 0;
  }

  .hp-card__tag {
    display: inline-block;
    margin: 0 0 16px;
    padding: 7px 12px 6px;
    background: #6c6c6c;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.04em;
  }

  .hp-card__ttl {
    margin: 0 0 18px;
    color: #bc9645;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.42;
    letter-spacing: 0.03em;
  }

  .hp-card--lg .hp-card__ttl {
    font-size: 26px;
  }

  .hp-card__lead {
    margin: 0 0 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #cfcfcf;
    color: #666;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: 0.02em;
  }

  .hp-card__txt {
    font-size: 14px;
    color: #666;
    line-height: 1.95;
    letter-spacing: 0.02em;
  }

  .hp-card__txt p {
    margin: 0;
  }

  .hp-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-height: 54px;
    margin-top: 22px;
    background: #ea697f;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.06em;
  }

  .hp-card__btn img {
    display: block;
    width: 15px;
    height: auto;
    flex: 0 0 auto;
  }
}

/* --------------------------------------------
キッズルーム
--------------------------------------------- */
.hp-kr {
  padding: 0 0 90px;
  background: #f7f7f7;
}

.hp-kr__inner {
  width: min(100%, 1260px);
  margin: 0 auto;
  padding: 0 20px;
}

.hp-kr__head {
  display: flex;
  justify-content: end;
  margin: 0;
  position: relative;
  top:-48px;
}

.hp-kr__head img {
  width: min(100%, 760px);
}

.hp-kr__grid {
  display: grid;
  grid-template-columns: 1fr minmax(420px, 560px);
  gap: 40px;
  align-items: start;
}

.hp-kr__left img,
.hp-kr__sub img {
  display: block;
  width: 100%;
}

.hp-kr__right {
  /*padding-top: 72px;*/
}

.hp-kr__ttl {
  margin: 0 0 16px;
  font-size: clamp(28px, 5vw, 56px);
  line-height: 1.2;
  font-weight: 700;
}

.hp-kr__ttl span {
  color: #bc9645;
}

.hp-kr__lead {
  margin: 0 0 22px;
  font-size: clamp(16px, 2.5vw, 28px);
  font-weight: 700;
}

.hp-kr__txt {
  font-size: 16px;
  line-height: 1.7;
  color: #454545;
}

.hp-kr__txt p {
  margin: 0;
}

.hp-kr__txt p + p {
  margin-top: 12px;
}

.hp-kr__sub {
  margin-top: 24px;
}

.hp-gal__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.hp-gal__grid img {
  display: block;
  width: 100%;
}

@media (max-width: 767px) {
  .hp-kr {
    padding: 0 0 40px;
  }

  .hp-kr__inner {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  .hp-kr__head {
    display: flex;
    justify-content: center;
    margin: 0;
    position: relative;
    top: -37px;
    z-index: 2;
  }

  .hp-kr__head img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
  }

  .hp-kr__grid {
    display: block;
    margin-top: -18px;
  }

  .hp-kr__left {
    width: 100%;
  }

  .hp-kr__left img {
    display: block;
    width: 100%;
    height: auto;
  }

  .hp-kr__right {
    padding: 28px 0 0;
  }

  .hp-kr__ttl {
    margin: 0 0 22px;
    text-align: center;
    font-size: 30px;
    line-height: 1.28;
    letter-spacing: 0.04em;
  }

  .hp-kr__ttl span {
    color: #bc9645;
  }

  .hp-kr__lead {
    margin: 0 0 28px;
    text-align: center;
    color: #454545;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.65;
    letter-spacing: 0.04em;
  }

  .hp-kr__txt {
    padding: 0 24px 0;
  }

  .hp-kr__txt p {
    margin: 0;
  }

  .hp-kr__txt p + p {
    margin-top: 20px;
  }

  .hp-kr__sub {
    margin-top: 28px;
  }

  .hp-kr__sub img {
    display: block;
    width: 100%;
    height: auto;
  }
}


/* --------------------------------------------
快適な治療環境
--------------------------------------------- */
.care-env {
  position: relative;
  padding: 0 0 82px;
  background: #fff;
}

.care-env__inner {
  position: relative;
  width: min(100%, 1280px);
  margin: 0 auto;
  padding: 0 36px;
}

.care-env__en {
  position: relative;
  z-index: 1;
  margin-left: -36px;
  width: min(100vw, 1000px);
}

.care-env__en img {
  display: block;
  width: 100%;
  height: auto;
}

.care-env__content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 480px) minmax(0, 1fr);
  gap: 70px;
  align-items: center;
  margin-top: 58px;
}

.care-env__ttl {
  margin: 0 0 24px;
  color: #454545;
  font-size: clamp(38px, 4vw, 62px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.04em;
}

.care-env__ttl span {
  color: #bc9645;
}

.care-env__lead {
  margin: 0 0 42px;
  color: #454545;
  font-size: clamp(22px, 2.4vw, 34px);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.04em;
}

.care-env__desc {
  color: #454545;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
}

.care-env__desc p {
  margin: 0;
}

.care-env__visual {
  position: relative;
}

.care-env__photo {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 900px) {
  .care-env {
    padding-bottom: 60px;
  }

  .care-env__inner {
    padding: 0 20px;
  }

  .care-env__en {
    margin-left: -20px;
    width: 92vw;
  }

  .care-env__content {
    grid-template-columns: 1fr;
    gap: 34px;
    margin-top: 34px;
  }

  .care-env__visual {
    order: -1;
  }
}

@media (max-width: 767px) {
  .care-env {
    padding-bottom: 48px;
  }

  .care-env__inner {
    padding: 0 16px;
  }

  .care-env__en {
        margin-left: 0;
        width: 100%;
  }

  .care-env__content {
    margin-top: 28px;
    gap: 28px;
  }

  .care-env__ttl {
    font-size: 32px;
    line-height: 1.35;
    margin-bottom: 16px;
  }

  .care-env__lead {
    font-size: 20px;
    line-height: 1.55;
    margin-bottom: 24px;
  }

  .care-env__desc {
    font-size: 14px;
    line-height: 1.9;
  }
}

/* --------------------------------------------
審美治療・予防歯科
--------------------------------------------- */
.hp-db {

}

.hp-db__item {
  position: relative;
  min-height: 420px;
  overflow: hidden;
}

.hp-db__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hp-db__bg picture,
.hp-db__bg img {
  display: block;
  width: 100%;
  height: 100%;
}

.hp-db__bg img {
  object-fit: cover;
}

.hp-db__inner {
  position: relative;
  z-index: 2;
  width: min(100%, 1240px);
  min-height: 420px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
}

.hp-db__cnt {
  width: min(100%, 560px);
}

.hp-db__cnt--r {
  margin-left: auto;
}

.hp-db__cnt--l {
  margin-right: auto;
}

.hp-db__ttl {
  margin: 0 0 18px;
  font-size: clamp(38px, 3vw, 56px);
  line-height: 1.15;
  font-weight: 700;
	color:#454545;
}

.hp-db__ttl span {
    color: #bc9645;
}

.hp-db__lead {
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 700;
	color:#454545;
}

.hp-db__txt {
  font-size: 16px;
  line-height: 2;
}

.hp-db__txt p {
  margin: 0;
}

.hp-db__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: min(100%, 560px);
  min-height: 64px;
  margin-top: 28px;
  background: #ea697f;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  transition: opacity 0.3s ease;
}

.hp-db__btn:hover {
  opacity: 0.85;
}

.hp-db__btn img {
  display: block;
  width: 16px;
  height: auto;
  flex: 0 0 auto;
}

@media (max-width: 767px) {

  .hp-db__item {
    min-height: auto;
    display: flex;
    flex-direction: column;
  }

  .hp-db__bg {
    position: relative;
    inset: auto;
    order: 2;
    width: 100%;
    height: auto;
  }

  .hp-db__bg picture,
  .hp-db__bg img {
    width: 100%;
    height: auto;
  }

  .hp-db__bg img {
    object-fit: contain;
  }

  .hp-db__inner {
    order: 1;
    width: 100%;
    min-height: auto;
    padding: 34px 20px 0;
    display: block;
  }

  .hp-db__cnt,
  .hp-db__cnt--r,
  .hp-db__cnt--l {
    width: 100%;
    margin: 0;
  }

  .hp-db__ttl {
    margin: 0 0 22px;
    font-size: 38px;
    line-height: 1.18;
    letter-spacing: 0.03em;
  }

  .hp-db__lead {
    margin: 0 0 22px;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 700;
  }

  .hp-db__txt {
    font-size: 14px;
    line-height: 1.95;
    letter-spacing: 0.02em;
  }

  .hp-db__btn {
    width: 100%;
    min-height: 56px;
    margin-top: 26px;
    font-size: 16px;
    gap: 10px;
  }

  .hp-db__btn img {
    width: 15px;
  }
}

/* --------------------------------------------
症例
--------------------------------------------- */
.fcs {
  padding: 88px 0 110px;
  background: #f4f1ec;
}

.fcs__inner {
  width: min(100%, 1000px);
  margin: 0 auto;
  padding: 0 20px;
}

.fcs__head {
  text-align: center;
  margin-bottom: 54px;
}

.fcs__ttl {
  margin: 0;
  color: #454545;
  font-size: clamp(56px, 3vw, 56px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.06em;
}

.fcs__ttl span {
  color: #bc9645;
}

.fcs__sub {
  width: fit-content;
  margin: 16px auto 0;
  padding-top: 14px;
  border-top: 1px solid #bdb7af;
  color: #666666;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.06em;
}

.fcs__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 38px;
  align-items: start;
}

.fcs__posts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 38px;
}

.fcs-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.fcs-card__img {
  width: 100%;
  max-width: 300px;
  aspect-ratio: 300 / 200;
  overflow: hidden;
}

.fcs-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.fcs-card__body {
  padding-top: 14px;
}

.fcs-card__case {
  display: inline-block;
  margin: 0 0 16px;
  color: #666;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.fcs-card__case span{
   display: inline-block;
  padding: 4px 10px 3px;
  background: #fff;
}

.fcs-card__ttl {
  margin: 0;
  padding-bottom: 14px;
  border-bottom: 1px solid #cfc9c1;
  color: #666666;
  font-size: clamp(20px, 2vw, 20px);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.04em;
}

.fcs-card__txt {
  margin-top: 14px;
  color: #666666;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.04em;
}

.fcs-card__txt p {
  margin: 0;
}

.fcs-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 56px;
  margin-top: 18px;
  background: #ea697f;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.fcs-card__btn img {
  display: block;
  width: 16px;
  height: auto;
  flex: 0 0 auto;
}

.fcs-side {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap:40px;
  min-height: 100%;
  padding: 54px 24px 30px;
  background: #efefef;
  color: inherit;
  text-decoration: none;
}

.fcs-side__txt {
  margin: 0;
  color: #bc9645;
  text-align: center;
  font-size: clamp(28px, 2vw, 28px);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.06em;
}

.fcs-side__img {
  display: block;
  width: min(100%, 210px);
  height: auto;
  margin-top: 28px;
}

.fcs-card {
  height: 100%;
}

.fcs-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.fcs-card__body {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.fcs-card__btn {
  margin-top: auto;
}
.fcs__side{
  height: 100%;
}

@media (max-width: 1024px) {
  .fcs {
    padding: 72px 0 88px;
  }

  .fcs__grid {
    grid-template-columns: 1fr;
  }

  .fcs__side {
    max-width: 420px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .fcs {
    padding: 48px 0 64px;
  }

  .fcs__inner {
    padding: 0;
  }

  .fcs__head {
    margin-bottom: 32px;
  }

  .fcs__ttl {
    font-size: 36px;
    line-height: 1.2;
  }

  .fcs__sub {
    margin-top: 10px;
    padding-top: 10px;
    font-size: 15px;
  }

  .fcs__posts {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 0 24px;
  }

  .fcs-card__body {
    height: auto;
}

  .fcs-card__img {
  max-width: 100%;
}

  .fcs-card__case {
    margin-bottom: 12px;
    font-size: 13px;
  }

  .fcs-card__ttl {
    font-size: 24px;
    padding-bottom: 12px;
  }

  .fcs-card__txt {
    font-size: 15px;
    line-height: 1.8;
  }

  .fcs-card__btn {
    min-height: 52px;
    margin-top: 16px;
    font-size: 16px;
  }
}



.case-nav {
  padding: 72px 0 86px;
  background: #f4f1ec;
}

.case-nav__inner {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 0 24px;
}

.case-nav__head {
  margin-bottom: 60px;
  text-align: center;
}

.case-nav__ttl {
  margin: 0;
  color: #454545;
  font-size: clamp(42px, 4vw, 64px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.04em;
}

.case-nav__ttl span {
  color: #bc9645;
}

.case-nav__sub {
  width: fit-content;
  margin: 14px auto 0;
  padding-top: 14px;
  border-top: 1px solid #cfcac2;
  color: #454545;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.06em;
}

.case-nav__grid {
  display: grid;
  justify-content: center;
}

.case-nav__grid--top {
  grid-template-columns: repeat(3, minmax(0, 270px));
  gap: 52px 72px;
  margin-bottom: 64px;
}

.case-nav__grid--bottom {
  grid-template-columns: repeat(4, minmax(0, 220px));
  gap: 52px 48px;
}

.case-nav__item {
  display: block;
  color: inherit;
  text-align: center;
  text-decoration: none;
}

.case-nav__img {
  display: block;
  width: 180px;
  height: 180px;
  margin: 0 auto 18px;
  border-radius: 50%;
  object-fit: cover;
}

.case-nav__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 48px;
  padding: 10px 14px;
  background: #ea697f;
  border-radius: 4px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.case-nav__btn img {
  width: 15px;
  height: auto;
  flex: 0 0 auto;
}

@media (max-width: 900px) {
  .case-nav__grid--top,
  .case-nav__grid--bottom {
    grid-template-columns: repeat(2, minmax(0, 260px));
    gap: 42px 32px;
  }

  .case-nav__grid--top {
    margin-bottom: 42px;
  }
}

@media (max-width: 767px) {
  .case-nav {
    padding: 48px 0 58px;
  }

  .case-nav__inner {
    padding: 0 18px;
  }

  .case-nav__head {
    margin-bottom: 34px;
  }

  .case-nav__ttl {
    font-size: 38px;
  }

  .case-nav__sub {
    margin-top: 10px;
    padding-top: 10px;
    font-size: 13px;
  }

  .case-nav__grid--top,
  .case-nav__grid--bottom {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 18px;
  }

  .case-nav__grid--top {
    margin-bottom: 34px;
  }

  .case-nav__img {
    width: 132px;
    height: 132px;
    margin-bottom: 14px;
  }

  .case-nav__btn {
    min-height: 44px;
    padding: 9px 8px;
    font-size: 13px;
    letter-spacing: 0.02em;
  }

  .case-nav__btn img {
    width: 13px;
  }
}


@media (max-width: 767px) {
  .case-nav__inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 18px;
  }

  .case-nav__head {
    grid-column: 1 / -1;
    margin-bottom: 0;
  }

  .case-nav__grid {
    display: contents;
  }

  .case-nav__grid--top,
  .case-nav__grid--bottom {
    margin-bottom: 0;
  }

  .case-nav__item {
    width: 100%;
  }

  .case-nav__img {
    width: 132px;
    height: 132px;
    margin: 0 auto 14px;
  }

  .case-nav__btn {
    width: 100%;
    min-height: 44px;
    font-size: 13px;
  }
}

/* --------------------------------------------
症例リンク SP
--------------------------------------------- */
@media (max-width: 767px) {
  .fcs__side{
     width: 100%;
  }
  .fcs-side {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
        padding: 30px 24px 30px;
  }

  .fcs-side__txt {
    margin: 0;
    font-size: 26px;
    text-align: left;
  }

  .fcs-side__img {
    width: 140px;
    height: auto;
    flex-shrink: 0;
    margin-top: 0;
  }
}


/* --------------------------------------------
料金
--------------------------------------------- */
.price-lead {
  background: #e9dfcf;
}

.price-lead__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 360px;
}

.price-lead__photo {
  background:
    linear-gradient(90deg, rgba(255,255,255,0.01) 0%, rgba(255,255,255,0.22) 75%, rgba(233,223,207,1) 100%),
    url("../img/front/price-lead-bg.webp") center / cover no-repeat;
}

.price-lead__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 34px;
  padding: 44px 32px;
}

.price-lead__card {
  width: min(100%, 480px);
  min-height: 150px;
  padding: 30px 40px;
  border: 1px solid #b89a58;
  display: grid;
  grid-template-columns: 1fr 190px;
  gap: 30px;
  align-items: center;
}

.price-lead__text {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.06em;
	color:#454545;
}

.price-lead__text::first-line {
  color: #b89a58;
}

.price-lead__credit img {
  display: block;
  width: 100%;
  height: auto;
}

.price-lead__btn {
  display: block;
  width: min(100%, 250px);
  transition: opacity 0.3s ease;
}

.price-lead__btn:hover {
  opacity: 0.85;
}

.price-lead__btn img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 900px) {
  .price-lead__inner {
    grid-template-columns: 1fr;
  }

  .price-lead__photo {
    min-height: 260px;
    background:
      linear-gradient(180deg, rgba(255,255,255,0.1) 0%, rgba(233,223,207,1) 100%),
      url("../img/front/price-lead-bg.webp") center / cover no-repeat;
  }

  .price-lead__content {
    padding: 36px 20px 44px;
  }
}

@media (max-width: 767px) {
  .price-lead__photo {
    min-height: 220px;
  }

  .price-lead__content {
    gap: 24px;
    padding: 30px 16px 38px;
  }
	
	  .price-lead__photo {
    background:
      linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(233,223,207,0) 100%),
      url("../img/front/price-lead-bg.webp") center / cover no-repeat;
  }

  .price-lead__card {
    padding: 12px 15px;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    text-align: center;
	      min-height: 121px;
  }

  .price-lead__text {
    font-size: 14px;
    line-height: 1.55;
  }

  .price-lead__credit {
    width: min(100%, 280px);
    margin: 0 auto;
  }

  .price-lead__btn {
    width: 100%;
    max-width: 230px;
  }
}

/* --------------------------------------------
理事長 あいさつ
--------------------------------------------- */
.drs {
  position: relative;
  padding: 78px 0 96px;
      background-color: #f1eee7;
  overflow: hidden;
}

.drs__inner {
  position: relative;
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 0 20px;
}

.drs__greeting_bg{
  position: absolute;
  top:0;
  right: 0;
  width: 270px;
}

.drs__top {
  display: grid;
  grid-template-columns: minmax(0, 58%) minmax(320px, 42%);
  gap: 34px;
  align-items: start;
  margin-bottom: 86px;
}

.drs__photo img {
  display: block;
  width: 100%;
  height: auto;
}

.drs__title {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 6px;
}

.drs__title img {
  display: block;
  width: min(100%, 220px);
  height: auto;
}

.drs__bottom {
  display: grid;
  grid-template-columns: minmax(300px, 41%) 1fr;
  gap: 66px;
  align-items: start;
  position: relative;
}

.drs__bottom::before {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 0;
  left: calc(41% + 33px);
  width: 2px;
  background: #bc9645;
}

.drs__profile {
  padding-right: 34px;
}

.drs__logos {
  display: flex;
    gap: 20px;
  margin-bottom: 22px;
}

.drs__logos img {
  display: block;
  width: min(100%, 310px);
  height: auto;
}

.drs__role {
  margin: 0 0 14px;
  color: #bc9645;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.drs__name {
  margin: 0;
  color: #bc9645;
  font-size: clamp(38px, 3vw, 42px);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 0.06em;
}

.drs__name-en {
  margin: 10px 0 28px;
  color: #bc9645;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.12em;
}

.drs__career {
  color: #666;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.03em;
}

.drs__career p {
  margin: 0;
}

.drs__message {
  padding-left: 34px;
}

.drs__message-body {
  color: #666666;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.03em;
}

.drs__message-body p {
  margin: 0;
}

.drs__btn-wrap {
  margin: 34px 0 0;
}

.drs__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: min(100%, 520px);
  min-height: 62px;
  padding: 14px 24px;
  background: #ea697f;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  transition: opacity 0.3s ease;
}

.drs__btn:hover {
  opacity: 0.85;
}

.drs__btn img {
  display: block;
  width: 16px;
  height: auto;
  flex: 0 0 auto;
}

@media (max-width: 1100px) {
  .drs {
    padding: 60px 0 78px;
  }

  .drs__inner {
    padding: 0 24px;
  }

  .drs__top {
    grid-template-columns: 1fr 320px;
    gap: 24px;
    margin-bottom: 56px;
  }

  .drs__bottom {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .drs__bottom::before {
    display: none;
  }

  .drs__profile,
  .drs__message {
    padding: 0;
  }

  .drs__btn {
    width: 100%;
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .drs {
    padding: 166px 0 48px;
  }

  .drs__inner {
    position: relative;
    padding: 0;
  }

  .drs__greeting_bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 126px;
    z-index: 0;
    pointer-events: none;
  }

  .drs__greeting_bg img {
    display: block;
    width: 100%;
    height: auto;
  }

  .drs__top {
    display: block;
    position: relative;
    margin-bottom: 26px;
  }

  .drs__title {
    position: absolute;
        top: -145px;
        left: 20px;
    z-index: 2;
  }

  .drs__title img {
    display: block;
    width: 100%;
    max-width: 130px;
    height: auto;
  }

  .drs__photo {
    position: relative;
    z-index: 1;
    margin-left: auto;
    width: 82%;
  }

  .drs__photo img {
    display: block;
    width: 100%;
    height: auto;
  }

  .drs__bottom {
    display: block;
    position: relative;
    padding: 0 24px;
  }

  .drs__bottom::before {
    display: none;
  }

  .drs__profile {
    padding: 0;
  }

  .drs__logos {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    margin: 0 0 18px;
  }

  .drs__logos img {
    display: block;
    width: calc((100% - 10px) / 2);
    max-width: 130px;
    height: auto;
  }

  .drs__role {
    margin: 0 0 10px;
    color: #bc9645;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.06em;
  }

  .drs__name {
    margin: 0;
    color: #bc9645;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.04em;
  }

  .drs__name-en {
    margin: 8px 0 22px;
    color: #bc9645;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.12em;
  }

  .drs__career {
    font-size: 13px;
  }

  .drs__career p {
    margin: 0;
  }

  .drs__message {
    margin-top: 28px;
    padding: 28px 0 0;
    border-top: 2px solid #bc9645;
  }

  .drs__message-body p {
    margin: 0;
  }

  .drs__btn-wrap {
    margin: 30px 0 0;
  }

  .drs__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-height: 54px;
    padding: 12px 18px;
    background: #ea697f;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.06em;
  }

  .drs__btn img {
    display: block;
    width: 15px;
    height: auto;
    flex: 0 0 auto;
  }
}


/* --------------------------------------------
インスタグラム
--------------------------------------------- */
.igs {
  padding: 34px 0 66px;
  background: #fff;
}

.igs__inner {
  width: min(100%, 1360px);
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: minmax(340px, 1fr) minmax(460px, 610px);
  gap: 64px;
  align-items: start;
}

.igs__left {
  padding-top: 6px;
}

.igs__ttl {
  display: flex;
  align-items: baseline;
  margin: 0 0 22px;
  color: #454545;
  font-size: clamp(20px, 3.5vw, 38px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.06em;
}

.igs__ttl span {
  color: #bc9645;
  font-weight: 700;
  font-size: 1.4em;
}

.igs__lead {
  margin: 0 0 18px;
  color: #bc9645;
  font-size: clamp(14px, 1.8vw, 20px);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.08em;
}

.igs__txt {
  color: #666;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
}

.igs__txt p {
  margin: 0;
}

.igs__txt p + p {
  margin-top: 16px;
}

.igs__photo {
  margin-top: 42px;
}

.igs__photo img {
  display: block;
  width: min(100%, 570px);
  height: auto;
}

.igs__right {
  padding-top: 4px;
}

.igs__feed {
  width: 100%;
}

.igs__feed #sb_instagram,
.igs__feed .sbi {
  width: 100% !important;
}

.igs__feed #sb_instagram #sbi_images,
.igs__feed .sbi_photo_wrap,
.igs__feed .sbi_item {
  margin: 0 !important;
}

.igs__feed #sb_instagram .sbi_photo {
  display: block !important;
}

.igs__feed #sb_instagram img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

.igs__feed #sb_instagram .sbi_follow_btn,
.igs__feed #sb_instagram .sbi_load_btn,
.igs__feed #sb_instagram #sbi_load,
.igs__feed #sb_instagram .sbi_header,
.igs__feed #sb_instagram .sbi_header_outside,
.igs__feed #sb_instagram .sbi_follow_btn_wrap {
  display: none !important;
}

.igs__btn {
  display: block;
  width: min(100%, 400px);
  margin: 30px auto 0;
}

.igs__btn img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 1100px) {
  .igs {
    padding: 64px 0 78px;
  }

  .igs__inner {
    padding: 0 24px;
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .igs__left,
  .igs__right {
    padding-top: 0;
  }

  .igs__photo img {
    width: min(100%, 620px);
  }

  .igs__btn {
    margin-top: 24px;
  }
}

@media (max-width: 767px) {
  .igs {
    padding: 46px 0 56px;
  }

  .igs__inner {
    padding: 0 16px;
    gap: 34px;
  }

  .igs__ttl {
    gap: 10px;
    margin-bottom: 26px;
    font-size: 32px;
    line-height: 1.25;
  }

  .igs__lead {
    margin-bottom: 18px;
    font-size: 24px;
    line-height: 1.5;
  }

  .igs__txt {
    font-size: 14px;
    line-height: 1.9;
  }

  .igs__txt p + p {
    margin-top: 12px;
  }

  .igs__photo {
    display: none;
  }

  .igs__photo img {
    width: 100%;
  }

  .igs__btn {
    width: min(100%, 320px);
    margin-top: 18px;
  }
}

/* --------------------------------------------
医院画像
--------------------------------------------- */
.front_c__bg{
  line-height: 0;
}
@media(max-width: 768px){
 .front_c__bg{
    height: 270px;
}
.front_c__bg img{
  height: 100%;
    object-fit: cover;
}
}

/* --------------------------------------------
料金表
--------------------------------------------- */
#i7 .ps_bar{
  min-height: 340px;
}
@media(min-width: 768px){
  #i7 .ps_bar .price{
 position: relative;
left: 150px; 
}
}
@media(max-width: 992px){
  #i7 .ps_bar {
    background: left / cover no-repeat url(../img/top/ps_bar_bg.jpg)!important;
  }
}

/* --------------------------------------------
理事長紹介
--------------------------------------------- */
.drs__photo{
  position: relative;
}
.drs__photo:after {
    content: '';
    background: center / contain no-repeat url(../img/top/dr_img_bg.png);
    width: 95px;
    height: 95px;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
}

/* --------------------------------------------
お知らせ
--------------------------------------------- */
#i10{
  background: #f7f7f7;
      padding: 80px 0;
      margin-bottom: 0;
}
#i10 .posts {
    background: #fff;
    width: 1000px;
    padding: 80px;
  }
  #i10 .posts h2.title {
    margin: 0 0 20px;
}
#i10 .posts h2.title img {
    transform: none;
        max-width: 220px;
}

@media(max-width: 768px){
  #i10 {
    padding: 40px 0;
  }
      #i10 .inner {
        padding: 0 20px;
    }
  #i10 .posts{
    width: 100%;
    padding: 20px;
    gap:20px;
  }
}

/* --------------------------------------------
求人
--------------------------------------------- */
#i13 {
    padding-top: 30px;
}

/* --------------------------------------------
レスポンシブ
--------------------------------------------- */
.sp__s,
.sp__m,
.sp__l{display: none;}
@media (max-width: 992px) {
.sp__l{display: block;}
}
@media (max-width: 768px) {
.sp__m{display: block;}
}
@media (max-width: 576px) {
.sp__s{display: block;}
}
.pc__s,
.pc__m,
.pc__l{display: block;}
@media (max-width: 992px) {
.pc__l{display: none;}
}
@media (max-width: 768px) {
.pc__m{display: none;}
}
@media (max-width: 576px) {
.pc__s{display: none;}
}
/*@media (max-width: 1100px) {
  .hp-com__inner,
  .hp-il__inner,
  .hp-kr__grid,
  .hp-case__grid {
    grid-template-columns: 1fr;
  }

  .hp-if__grid,
  .hp-iv__top,
  .hp-iv__mid,
  .hp-iv__btm,
  .hp-cs__grid--top,
  .hp-cs__grid--btm {
    grid-template-columns: 1fr 1fr;
  }

  .hp-cs__grid--btm {
    grid-template-columns: repeat(2, 1fr);
  }

  .hp-com__body,
  .hp-kr__right {
    padding-top: 0;
    padding-right: 0;
  }

  .hp-case__side {
    max-width: 360px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .hp-btn,
  .hp-card__btn,
  .hp-case-card__btn {
    min-height: 52px;
    font-size: 16px;
  }

  .hp-mv__inner,
  .hp-com__inner,
  .hp-res__inner,
  .hp-il__inner,
  .hp-iv__inner,
  .hp-cs__inner,
  .hp-kr__inner,
  .hp-case__inner {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hp-mv__inner {
    padding-top: 18px;
  }

  .hp-mv__main {
    min-height: 280px;
    padding: 16px 0 18px;
  }

  .hp-mv__logo {
    margin-bottom: 16px;
  }

  .hp-mv__logo img {
    width: 180px;
  }

  .hp-mv__sub {
    font-size: 14px;
  }

  .hp-mv__ttl {
    font-size: 28px;
  }

  .hp-mv__lead {
    font-size: 16px;
    margin: 6px 0 10px;
  }

  .hp-mv__txt {
    font-size: 12px;
    line-height: 1.8;
  }

  .hp-mv__bnr {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-bottom: 10px;
  }

  .hp-com,
  .hp-res,
  .hp-il,
  .hp-iv,
  .hp-cs,
  .hp-case {
    padding-top: 48px;
    padding-bottom: 56px;
  }

  .hp-com {
    background: #eee8df;
  }

  .hp-com__inner,
  .hp-if__grid,
  .hp-iv__top,
  .hp-iv__mid,
  .hp-iv__btm,
  .hp-cs__grid--top,
  .hp-cs__grid--btm,
  .hp-case__posts,
  .hp-kr__grid {
    grid-template-columns: 1fr;
  }

  .hp-com__ttl,
  .hp-il__ttl,
  .hp-if__ttl,
  .hp-iv__sub,
  .hp-cs__sub,
  .hp-kr__ttl,
  .hp-db__ttl,
  .hp-case__ttl {
    font-size: 30px;
    line-height: 1.35;
  }

  .hp-cs__ttl,
  .hp-iv__ttl {
    font-size: 40px;
    line-height: 1.2;
  }

  .hp-res__en {
    font-size: 52px;
  }

  .hp-res__ttl {
    font-size: 26px;
  }

  .hp-res__table th,
  .hp-res__table td {
    font-size: 12px;
    padding: 8px 4px;
  }

  .hp-il__vis {
    min-height: auto;
  }

  .hp-il__vis::before {
    width: 50px;
    height: 50px;
    left: -8px;
    top: 80px;
  }

  .hp-il__vis::after {
    width: 80px;
    height: 80px;
    right: 8px;
    bottom: 8px;
  }

  .hp-if__img--beige {
    padding: 30px 0;
  }

  .hp-if__in,
  .hp-iv__midtxt,
  .hp-iv__info,
  .hp-card__body {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hp-if__in,
  .hp-iv__midtxt {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .hp-if__list li,
  .hp-com__lead,
  .hp-res__cap,
  .hp-il__txt,
  .hp-if__copy,
  .hp-iv__txt,
  .hp-kr__txt,
  .hp-db__txt,
  .hp-case-card__txt,
  .hp-card__txt {
    font-size: 14px;
    line-height: 1.9;
  }

  .hp-iv__midimg {
    min-height: 200px;
  }

  .hp-iv__doc {
    padding: 20px;
  }

  .hp-iv__cap {
    left: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
    max-width: none;
    font-size: 14px;
  }

  .hp-iv__bubblewrap {
    flex-direction: column;
    align-items: center;
  }

  .hp-iv__bubble {
    width: 128px;
    height: 128px;
    font-size: 13px;
  }

  .hp-cs__grid {
    gap: 32px;
  }

  .hp-card__ttl,
  .hp-card--lg .hp-card__ttl,
  .hp-case-card__ttl {
    font-size: 24px;
  }

  .hp-kr {
    padding-bottom: 56px;
  }

  .hp-kr__head {
    margin-top: -18px;
  }

  .hp-kr__head img {
    width: 320px;
  }

  .hp-gal__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hp-db__item,
  .hp-db__inner {
    min-height: auto;
  }

  .hp-db__bg::after,
  .hp-db__item--rev .hp-db__bg::after {
    background: linear-gradient(180deg, rgba(0,0,0,.28) 0%, rgba(0,0,0,.66) 45%, rgba(0,0,0,.92) 100%);
  }

  .hp-db__inner {
    padding: 180px 16px 34px;
    align-items: flex-end;
  }

  .hp-db__cnt {
    width: 100%;
  }

  .hp-db__cnt--r,
  .hp-db__cnt--l {
    margin: 0;
  }

  .hp-db__lead {
    font-size: 18px;
  }

  .hp-case__grid {
    grid-template-columns: 1fr;
  }

  .hp-case-card__img {
    max-width: 100%;
  }

  .hp-case-side {
    padding: 30px 20px 24px;
  }

  .hp-case-side__txt {
    font-size: 28px;
  }
}*/