.home_page .key {
  --height: 57vw;
  --min-height: 630px;
  --max-height: 1080px;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  font-size: 0.625em;
}
.home_page .key .mv_slider:not(.slick-slider) {
  display: flex;
  overflow: hidden;
  opacity: 0;
}
.home_page .key .s1::before {
  background-image: url(../images/idx_mv01.jpg);
}
.home_page .key .slick-initialized .s2::before {
  background-image: url(../images/idx_mv02.jpg);
}
.home_page .key .slick-initialized .s3::before {
  background-image: url(../images/idx_mv03.jpg);
}
.home_page .key .key_text {
  position: relative;
  overflow: hidden;
}
.home_page .key .key_text .item {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: flex-start;
  padding: 350px 0 0 220px;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
}
.home_page .key .key_text .item::before {
  content: "";
  position: absolute;
  inset: 0 -8px 0 -7px;
  z-index: -1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home_page .key .catch {
  display: flex;
  flex-direction: row-reverse;
}
.home_page .key h2,
.home_page .key p {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-text-orientation: mixed;
  -moz-text-orientation: mixed;
  -ms-text-orientation: mixed;
  text-orientation: mixed;
  text-orientation: upright;
}
.home_page .key h2 {
  font-size: 4.8em;
  line-height: 1.7;
  margin-left: 0.9583333333em;
  letter-spacing: 0.2em;
  text-shadow: 0 0 0.625em #000;
}
.home_page .key p {
  line-height: 2;
  font-size: 3em;
  padding-top: 2.6666666667em;
  text-shadow: 0 0 1em #000;
}
.home_page .topic_path {
  display: none;
}

@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .home_page .key {
    --height: 59vw;
    --max-height: 100vh;
  }
}
@media only screen and (max-width: 1560px) and (min-width: 769px) and (max-height: 720px) and (orientation: landscape) {
  .home_page .key {
    font-size: min(0.625em, 0.9vmin);
    --max-height: 100vh;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .home_page .key {
    font-size: 1vmin;
  }
}
.ibtn-gr {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 26px;
}

.ibtn {
  max-width: 100%;
  width: 360px;
  margin: 0;
}
.ibtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  width: 100%;
  min-height: 60px;
  padding: 8px 28px;
  background-color: #fff;
  border: 1px solid #446b31;
  border-radius: 999px;
  font-size: 18px;
  text-decoration: none;
  color: #446b31 !important;
  box-shadow: -1px 5px 0 0px #446b31;
  letter-spacing: 0px;
  font-weight: 500;
  position: relative;
  line-height: 1.3;
  opacity: 1 !important;
}
.ibtn a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0;
  width: 22px;
  height: 14px;
  background: url("../images/ibtn-ic.png") center/contain no-repeat;
  pointer-events: none;
  transition: all 0.3s ease;
}

.ihead {
  position: relative;
  padding-bottom: 14px;
}
.ihead::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 2px;
  background-color: #3b861d;
}
.ihead.center {
  text-align: center;
}
.ihead.center::before {
  right: 0;
  margin: 0 auto;
}

.ien {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 5px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.ijp {
  font-size: 30px;
  font-weight: 500;
  color: var(--main-color);
  line-height: 1.4;
  letter-spacing: 0px;
}

.idx_map {
  height: 450px;
}
.idx_map iframe {
  height: 100%;
}

.ipost {
  background-color: #f5f2ea;
}
.ipost .inner {
  max-width: 1334px;
}
.ipost .ipost-wrapper {
  position: relative;
  z-index: 0;
  padding: 89px 0px 95px;
}
.ipost .ipost-wrapper::before {
  content: "";
  position: absolute;
  top: 22px;
  left: max((100vw - 100%) / -2, -318.5px);
  width: 243px;
  aspect-ratio: 243/435;
  background: url("../images/ipost-eff01.png") center/contain;
  z-index: -1;
}
.ipost .ipost-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: max((100vw - 100%) / -2, -318.5px);
  width: 365px;
  aspect-ratio: 365/165;
  background: url("../images/ipost-eff02.png") center/contain;
  z-index: -1;
}
.ipost .ihead {
  padding: 0;
}
.ipost .ihead::before {
  display: none;
}
.ipost .ijp {
  letter-spacing: -0.0666666667em;
  margin-left: -3px;
}
.ipost .ien {
  text-transform: none;
}
.ipost .ipost-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 11px;
  border-bottom: 2px solid var(--main-color);
  margin-bottom: 25px;
}
.ipost .ipost-hcate {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}
.ipost .ipost-hcate li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 36px;
  border-radius: 100px;
  background-color: #afafaf;
  color: #fff;
  letter-spacing: 0px;
}
.ipost .ipost-hcate li.active {
  background-color: var(--main-color);
}
.ipost .item {
  display: none;
}
.ipost .item.active {
  display: block;
}
.ipost .item li {
  border-bottom: 1px solid #e6e3dc;
  width: auto;
}
.ipost .item li a {
  display: flex;
  text-decoration: none;
  padding: 1.625em 3.125em 1.6875em 0;
  --w1: 7.35em;
  --w2: 7.142857142857143em;
  transition: all 0.3s;
  letter-spacing: 0.1em;
  white-space: nowrap;
  max-width: 100%;
  color: var(--clr1);
  transition: all 0.3s ease;
  position: relative;
  z-index: 0;
}
.ipost .item li a::before {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  right: 33px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #dcd8cf;
}
.ipost .item li a span {
  display: inline-block;
}
.ipost .item li a .date {
  width: var(--w1);
  transition: all 0.3s;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.ipost .item li a .cate {
  color: #fff;
  background-color: var(--main-color);
  width: var(--w2);
  height: 1.8571428571em;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0px;
  font-size: 0.875em;
}
.ipost .item li a .cate1 {
  background-color: var(--main-color2);
}
.ipost .item li a .title {
  max-width: calc(100% - var(--w1) - var(--w2));
  position: relative;
  padding-right: 1.5em;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 1.5em;
}
.ipost .ibtn-gr {
  margin-top: 51px;
}

.iproblem {
  padding: 90px 0;
  background: url("../images/iproblem-bg.jpg") center/cover no-repeat;
}
.iproblem .inner {
  max-width: 1320px;
}
.iproblem .ihead {
  margin-bottom: 76px;
}
.iproblem .ijp {
  padding-left: 8px;
}
.iproblem .ip-wrap {
  background: #f2f8f1 url("../images/iproblem-eff-bg.png") top center/contain no-repeat;
  padding: 94px 30px 90px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.iproblem .ip-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 8px;
  font-size: 24px;
}
.iproblem .ip-list li {
  --bgCl: #3b861d;
}
.iproblem .ip-list li:nth-child(even) {
  --bgCl: #a88c59;
}
.iproblem .ip-list li:nth-child(even) .ip-box {
  background-image: url("../images/iproblem-line-browe.png");
}
.iproblem .ip-list li:nth-child(even) .label {
  background-color: #a88d59;
}
.iproblem .ip-list li:nth-child(n + 5) {
  margin-top: -64px;
}
.iproblem .ip-list .ip-box {
  width: 269px;
  height: 310px;
  padding: 5px 4px 5px 5px;
  position: relative;
  color: #fff;
  text-align: center;
  z-index: 0;
  clip-path: polygon(40% 0, 60% 0, 100% 25%, 100% 76%, 50% 101%, 0% 75%, 0 25%);
  background: url("../images/iproblem-line-green.png") center/contain no-repeat;
}
.iproblem .ip-list .link a {
  z-index: 2;
}
.iproblem .ip-list picture {
  position: relative;
  z-index: 0;
}
.iproblem .ip-list picture::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: var(--bgCl);
  opacity: 0.6;
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  transition: all 0.3s ease;
}
.iproblem .ip-list picture::after {
  content: "";
  position: absolute;
  bottom: 23px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 32px;
  height: 32px;
  z-index: 2;
  background: url("../images/iproblem-ic.png") center/contain no-repeat;
}
.iproblem .ip-list .label {
  position: absolute;
  top: 0;
  left: 1px;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  font-size: 10px;
  width: 26px;
  height: 80px;
  background-color: var(--main-color);
  letter-spacing: -0.03em;
  line-height: 1;
  display: flex;
  align-items: center;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-text-orientation: mixed;
  -moz-text-orientation: mixed;
  -ms-text-orientation: mixed;
  text-orientation: mixed;
  padding-top: 7px;
}
.iproblem .ip-list .ttl {
  position: absolute;
  inset: 20px 0 0;
  z-index: 1;
  letter-spacing: 0px;
  width: fit-content;
  height: fit-content;
  margin: auto;
  line-height: 1.5;
  color: #000;
}

.iproblem .ip-list .ttl span {
  --cl: rgb(255 255 255 / 70%);
  --t: 8%;
  --b: 100%;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background-image: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) var(--t),
    var(--cl) var(--t),
    var(--cl) var(--b),
    rgba(255, 255, 255, 0) var(--b)
  );
  padding: 0 3px;
}

.ireason {
  padding: 90px 0 106px;
  background-color: #f2f8f1;
  position: relative;
  z-index: 0;
  margin-bottom: 182px;
}
.ireason::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #f2f8f1;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: 1;
  height: 182px;
}
.ireason .inner {
  max-width: 1682px;
}
.ireason .item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
  position: relative;
  z-index: 0;
  gap: 0 15px;
}
.ireason .item:last-child {
  margin-bottom: 0;
}
.ireason .item.reverse {
  flex-direction: row-reverse;
}
.ireason .item.reverse .box::before {
  left: unset;
  right: 0px;
}
.ireason .item1::before {
  content: "";
  position: absolute;
  top: -51px;
  left: -120px;
  width: 480px;
  aspect-ratio: 480/276;
  background: url("../images/ireason-eff01.png") center/contain no-repeat;
  z-index: -1;
}
.ireason .item1::after {
  content: "";
  position: absolute;
  top: 186px;
  right: -131px;
  width: 480px;
  aspect-ratio: 480/681;
  background: url("../images/ireason-eff02.png") center/contain no-repeat;
  z-index: -1;
}
.ireason .item2::before {
  content: "";
  position: absolute;
  top: 208px;
  left: -130px;
  width: 450px;
  aspect-ratio: 450/435;
  background: url("../images/ireason-eff03.png") center/contain no-repeat;
  z-index: -1;
}
.ireason .item3::before {
  content: "";
  position: absolute;
  top: -66px;
  left: -79px;
  width: 450px;
  aspect-ratio: 450/435;
  background: url("../images/ireason-eff03.png") center/contain no-repeat;
  z-index: -1;
}
.ireason .item4::before {
  content: "";
  position: absolute;
  bottom: -204px;
  right: -89px;
  width: 450px;
  aspect-ratio: 450/435;
  background: url("../images/ireason-eff03.png") center/contain no-repeat;
  z-index: -1;
}
.ireason .box {
  background-color: #fff;
  width: min(50%, 800px);
  position: relative;
  z-index: 0;
  padding: 40px 150px 45px 161px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ireason .box::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  width: 7px;
  height: 100%;
  background: url("../images/ireason-eff.jpg") center/cover no-repeat;
}
.ireason .ihead {
  margin-bottom: 36px;
}
.ireason .desc {
  margin-bottom: 35px;
}
.ireason .ig {
  position: relative;
  width: min(50%, 800px);
}

.ireason-video {
  margin-bottom: 0 !important;
  padding-bottom: 81px;
}
.ireason-video::before {
  display: none;
}
.ireason-video::after {
  content: "";
  position: absolute;
  top: 156px;
  bottom: 0;
  left: -7px;
  right: -8px;
  max-width: 1920px;
  margin: auto;
  aspect-ratio: 1920/1228;
  z-index: -1;
  background: url("../images/ireason-video-bg.png") center/contain no-repeat;
}
.ireason-video .item.reverse .ytb {
  margin-right: 94px;
  margin-left: auto;
}
.ireason-video .box {
  padding-right: 170px;
  padding-left: 164px;
}
.ireason-video .ytb {
  width: 410px;
  height: 231px;
  margin-top: -38px;
  margin-left: 115px;
  position: relative;
  z-index: 1;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.ichoice {
  position: relative;
  z-index: 0;
}
.ichoice::before {
  content: "KOBAYASHI DENTAL CLINIC KOBAYASHI DENTAL CLINIC KOBAYASHI DENTAL CLINIC KOBAYASHI DENTAL CLINIC";
  position: absolute;
  left: 0;
  top: 10px;
  font-weight: 400;
  font-size: 127px;
  letter-spacing: 2.5px;
  color: #f2f8f1;
  white-space: nowrap;
  font-family: var(--f-roboto);
  animation: marquee 42s linear infinite;
}
.ichoice .inner {
  max-width: 1320px;
}
.ichoice .ichoice-wrap {
  position: relative;
  z-index: 0;
  padding: 141px 0 90px;
}
.ichoice .ichoice-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: max((100vw - 100%) / -2, -320px);
  transform: translateX(3px);
  width: 482px;
  aspect-ratio: 482/277;
  background: url("../images/ichoice-eff01.png") center/contain no-repeat;
  pointer-events: none;
  z-index: -1;
}
.ichoice .ihead {
  margin-bottom: 45px;
}
.ichoice .ichoice-head {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 0 20px;
}
.ichoice .ichoice-head li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: var(--main-color);
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  width: 360px;
  height: 80px;
}
.ichoice .ichoice-head li.active {
  background-color: var(--main-color2);
}
.ichoice .ichoice-head li.active::before {
  opacity: 1;
  visibility: visible;
}
.ichoice .ichoice-head li::before {
  content: "";
  position: absolute;
  bottom: -18px;
  left: calc(50% - 20px);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 23px solid var(--main-color2);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.ichoice .ichoice-cnt {
  display: flex;
  border: 0px solid var(--main-color2);
  border-width: 4px 1px 1px;
  background-color: #f5efda;
}
.ichoice .ichoice-item {
  display: none;
  padding: 77px 91px 89px 96px;
  justify-content: space-between;
  grid-template-columns: 41% 50.4%;
}
.ichoice .ichoice-item.active {
  display: grid;
}
.ichoice .ichoice-item.ichoice-reverse {
  grid-template-columns: 50.4% 41%;
}
.ichoice .ichoice-item.ichoice-reverse picture {
  grid-column: 1 / span 1;
}
.ichoice .ichoice-item .ttl {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 25px;
  position: relative;
  padding-left: 39px;
  letter-spacing: -0.09em;
}
.ichoice .ichoice-item .ttl::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 3px;
  width: 26px;
  aspect-ratio: 26/25;
  background: url("../images/ichoice-teeth.png") center/contain no-repeat;
}
.ichoice .ichoice-item .desc {
  margin-bottom: 35px;
}
.ichoice .ichoice-item picture {
  grid-column: 2 / span 1;
  grid-row: 1 / span 3;
  padding-top: 10px;
}
.ichoice .ichoice-item .ibtn {
  margin-bottom: 18px;
}
.ichoice .ichoice-item .ibtn:last-child {
  margin-bottom: 0;
}

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

.implant .bx-head{
  display: none;
}

.implant {
  padding-bottom: 98px;
  position: relative;
}
.implant::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -8px;
  right: -7px;
  height: 512px;
  background: url("../images/implant-eff01.png") center/contain repeat;
}
.implant .inner {
  max-width: 1320px;
}
.implant .imp-wrap {
  background-color: #fff;
  padding: 70px 88px 100px;
  position: relative;
}
.implant .title {
  margin-bottom: 30px;
  padding: 8px 20px;
  font-size: 26px;
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  line-height: 1.4;
  background: url("../images/implant-tt-bg.jpg") center top/cover no-repeat;
}
.implant .box {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 12px;
}
.implant .item {
  width: calc((100% - 24px) / 3);
  background-color: #f2f8f1;
  position: relative;
  z-index: 0;
}
.implant .item::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid var(--main-color);
  z-index: 1;
  pointer-events: none;
}
.implant .item:nth-child(even) {
  background-color: #f5efda;
  --main-color: var(--main-color2);
}
.implant .txt {
  padding: 23px 46px 42px;
}
.implant .ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.05em;
  line-height: 1.5;
  color: var(--main-color);
  padding-bottom: 14px;
  margin-bottom: 23px;
  position: relative;
  min-height: 74px;
}
.implant .ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80px;
  height: 2px;
  background-color: var(--main-color);
}
.implant .desc {
  line-height: 1.6;
  letter-spacing: 0.5px;
}
.implant .link a {
  opacity: 1 !important;
}
.implant .link a::after {
  content: "";
  position: absolute;
  bottom: -21px;
  left: 1px;
  right: 0;
  width: 42px;
  height: 42px;
  margin: 0 auto;
  background: url("../images/implant-ic.png") center/17px auto no-repeat;
  background-color: var(--main-color);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  z-index: 1;
}

.ipart {
  position: relative;
  z-index: 0;
  padding: 88px 0 89px;
  background: url("../images/ipart-bg.jpg") center/contain repeat;
}
.ipart .inner {
  max-width: 1322px;
  transform: translateX(1px);
}
.ipart .ihead {
  color: #fff;
  margin-bottom: 45px;
  padding-bottom: 13px;
}
.ipart .ihead::before {
  background-color: #fff;
}
.ipart .ijp {
  color: #fff;
}
.ipart .box {
  display: flex;
  gap: 41px;
}
.ipart .item {
  max-width: 100%;
  width: 400px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.ipart .item::before {
  content: "";
  position: absolute;
  bottom: 18px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 42px;
  height: 42px;
  background: var(--main-color2) url("../images/ipart-ic.png") center/17px auto no-repeat;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.ipart .item picture {
  width: fit-content;
  margin: 0 auto 14px;
  position: relative;
  padding: 0 16px;
}
.ipart .item picture::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -50px;
  right: -50px;
  bottom: -100vw;
  background-color: #fff;
  transition: all 0.3s ease;
  z-index: -1;
}
.ipart .txt {
  padding: 0 40px 78px;
}
.ipart .ttl {
  font-size: 26px;
  color: var(--main-color2);
  text-align: center;
  line-height: 1.4;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 19px;
}
.ipart .ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 80px;
  height: 2px;
  background-color: var(--main-color2);
}
.ipart .desc {
  margin: 0;
}
.ipart .link {
  margin: 0;
}
.iopinion {
  padding: 106px 0 102px;
}
.iopinion .inner {
  max-width: 1380px;
}
.iopinion .iop-wrap {
  position: relative;
  display: grid;
  grid-template-columns: 56% 31%;
  z-index: 0;
}
.iopinion .iop-wrap::before {
  content: "";
  position: absolute;
  top: -51px;
  right: max((100vw - 100%) / -2, -290px);
  transform: translateX(-37px);
  width: 450px;
  aspect-ratio: 450/435;
  background: url("../images/iopinion-eff01.png") center/contain no-repeat;
  z-index: -1;
}
.iopinion .iop-wrap::after {
  content: "";
  position: absolute;
  bottom: -90px;
  left: max((100vw - 100%) / -2, -290px);
  transform: translateX(30px);
  width: 482px;
  aspect-ratio: 482/277;
  background: url("../images/iopinion-eff02.png") center/contain no-repeat;
  z-index: -1;
}
.iopinion .ihead {
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-text-orientation: mixed;
  -moz-text-orientation: mixed;
  -ms-text-orientation: mixed;
  text-orientation: mixed;
  position: relative;
  padding-top: 64px;
  width: fit-content;
  margin: 0 auto 3px;
  transform: translateX(-7px);
}
.iopinion .ihead::after {
  content: "";
  position: absolute;
  top: 0;
  left: 11px;
  right: 0;
  margin: 0 auto;
  width: 52px;
  height: 50px;
  background: url("../images/iopinion-tooth.png") center/contain no-repeat;
}
.iopinion .ihead::before {
  display: none;
}
.iopinion .ien {
  margin-top: 4px;
  margin-bottom: 0;
  margin-left: 10px;
}
.iopinion .ijp {
  letter-spacing: -0.05em;
}
.iopinion .ig {
  grid-column: 1 / span 1;
  grid-row: 1 / span 2;
  z-index: 0;
}
.iopinion .ig picture:nth-child(2) {
  padding-top: 52px;
}
.iopinion .ig-w {
  width: 82.62%;
  display: flex;
  gap: 20px;
  position: relative;
}
.iopinion .ig-w::before {
  content: "";
  position: absolute;
  inset: -78px;
  background: url("../images/iopinion-eff03.png") center/contain no-repeat;
  z-index: -1;
}
.iopinion .desc {
  margin-bottom: 38px;
}
.iopinion .ibtn a {
  letter-spacing: -1px;
}

.imovie {
  padding: 86px 0 89px;
  background: url("../images/imovie-bg.jpg") center/cover no-repeat;
  position: relative;
  z-index: 0;
}
.imovie::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/imovie-line.png") center/contain no-repeat;
  z-index: -1;
}
.imovie .ihead {
  color: #fff;
  margin-bottom: 45px;
}
.imovie .ihead::before {
  background-color: #fff;
}
.imovie .ijp {
  color: #fff;
}
.imovie .imovie-slider {
  width: 1674px;
  height: 298px;
  margin: 0 auto 113px;
  margin-left: calc(50% - 840px);
}
.imovie .slick-list {
  overflow: visible;
}
.imovie .slick-arrow {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 100%;
  width: 48px;
  height: 48px;
  z-index: 1;
  top: 50.3%;
  transition: all 0.3s ease;
}
.imovie .slick-prev {
  left: calc(-0.6em + 560px);
}
.imovie .slick-prev::before {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  left: calc(50% - 4.5px);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 9px solid #fff;
}
.imovie .slick-next {
  right: calc(-0.6em + 557px);
}
.imovie .slick-next::before {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  right: calc(50% - 4.5px);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #fff;
}
.imovie .slick-dots {
  position: absolute;
  bottom: -66px;
  left: 0;
  right: 0;
  display: flex !important;
  justify-content: center;
  gap: 20px;
  transform: translateX(2px);
}
.imovie .slick-dots .slick-active button {
  color: var(--main-color);
  cursor: default;
}
.imovie .slick-dots .slick-active button::before {
  background-color: #fff;
}
.imovie .slick-dots button {
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 0;
  background: transparent;
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
  color: #fff;
  transition: all 0.3s ease;
  font-family: var(--mincho);
}
.imovie .slick-dots button::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid #fff;
  transition: all 0.3s ease;
  rotate: 45deg;
  z-index: -1;
}
.imovie .ytb {
  padding: 0 14px;
  height: 299px;
}
.imovie .ytb iframe {
  width: 100%;
  height: 100%;
}
.imovie .ibtn {
  margin: 0 auto;
}

.imessage {
  padding: 48px 0 0;
}
.imessage .imess-wrap {
  display: grid;
  grid-template-columns: 52.6% 41%;
  position: relative;
  z-index: 0;
}
.imessage .imess-wrap::before {
  content: "";
  position: absolute;
  top: 2px;
  left: max((100vw - 100%) / -2, -325px);
  transform: translateX(107px);
  z-index: -1;
  width: 482px;
  aspect-ratio: 482/277;
  background: url("../images/imessage-eff01.png") center/contain no-repeat;
}
.imessage .imess-wrap::after {
  content: "";
  position: absolute;
  top: 57px;
  right: -5px;
  z-index: -1;
  width: 273px;
  aspect-ratio: 273/267;
  background: url("../images/imessage-eff02.png") center/contain no-repeat;
}
.imessage .ihead {
  padding-top: 67px;
  margin-bottom: 31px;
}
.imessage .imess-img {
  grid-column: 1 / span 1;
  grid-row: 1 / span 3;
  padding-left: 20px;
  position: relative;
  z-index: 0;
}
.imessage .imess-img picture {
  width: 79%;
}
.imessage .imess-info {
  position: absolute;
  right: 72px;
  bottom: 57px;
  text-align: center;
}
.imessage .info-job {
  line-height: 1.4;
  padding-bottom: 6px;
  margin-bottom: 3px;
  border-bottom: 1px solid #bababa;
}
.imessage .info-name {
  font-size: 32px;
  color: var(--main-color);
  line-height: 1.3;
  margin-bottom: 7px;
  padding: 0 11px;
}
.imessage .info-en {
  font-size: 12px;
  color: var(--main-color);
  line-height: 1.4;
}
.imessage .desc {
  margin-bottom: 34px;
}
.imessage .ibtn {
  margin-bottom: 18px;
}
.imessage .ibtn:last-child {
  margin-bottom: 0;
}
.imessage .txt {
  margin-bottom: 70px;
}

.ifeature {
  background-color: #f2f8f1;
  padding: 85px 0 0;
  overflow: hidden;
}
.ifeature .inner {
  max-width: 1320px;
}
.ifeature .ihead {
  margin-bottom: 45px;
}
.ifeature .ife-wrap {
  position: relative;
  z-index: 0;
}
.ifeature .ife-wrap::before {
  content: "";
  position: absolute;
  top: -30px;
  right: max((100vw - 100%) / -2, -320px);
  transform: translateX(-50px);
  width: 450px;
  aspect-ratio: 450/435;
  background: url("../images/ifeature-eff01.png") center/contain no-repeat;
}
.ifeature .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 7px 20px;
  position: relative;
  z-index: 0;
  height: 918px;
}
.ifeature .box::before {
  content: "";
  position: absolute;
  inset: 0 -100vw;
  z-index: 1;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, #f2f8f1 90%);
  pointer-events: none;
}
.ifeature .box.active {
  height: auto;
  padding-bottom: 90px;
}
.ifeature .box.active::before {
  opacity: 0;
}
.ifeature .box.active .more {
  opacity: 0;
  visibility: hidden;
}
.ifeature .item {
  display: flex;
  width: 622px;
  width: calc((100% - 40px) / 2);
}
.ifeature .item:nth-child(even) {
  padding-top: 66px;
}
.ifeature .head {
  padding-top: 22px;
  margin-right: 9px;
}
.ifeature .point {
  width: 7.2727272727em;
  height: 7.2727272727em;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1;
  position: relative;
  z-index: 0;
  margin-bottom: 3.725em;
  padding: 0.1818181818em 0 0 0.7272727273em;
}
.ifeature .point::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--main-color2);
  z-index: -1;
  rotate: 45deg;
  transform: translate(3px, -1px);
  box-shadow: 3px 3px 0 #554529;
}
.ifeature .point span {
  font-size: 3.2727272727em;
}
.ifeature .ttl {
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-text-orientation: mixed;
  -moz-text-orientation: mixed;
  -ms-text-orientation: mixed;
  text-orientation: mixed;
  font-size: 30px;
  color: var(--main-color);
  font-weight: 500;
  line-height: 1.42;
}
.ifeature .txt picture {
  margin-bottom: 31px;
}
.ifeature .more {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  width: 300px;
  height: 60px;
  background-color: #446b31;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  border-radius: 999px;
  margin: 0 auto;
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  cursor: pointer;
  border: 1px solid #446b31;
  transition: all 0.3s ease;
}
.ifeature .more::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 0;
  height: fit-content;
  right: 28px;
  margin: auto 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 9px solid #fff;
  transition: all 0.3s ease;
}
.ifeature .ibtn {
  margin: 30px auto 0;
}

.iclinic {
  position: relative;
  padding: 93px 0 91px;
  background: url("../images/iclinic-bg.jpg") center/cover no-repeat;
  color: #fff;
}
.iclinic .ihead {
  margin-bottom: 40px;
}
.iclinic .ihead::before {
  background-color: #fff;
}
.iclinic .ijp {
  color: #fff;
}
.iclinic .icl-info {
  padding-top: 32px;
}
.iclinic .icl-head {
  display: flex;
  justify-content: space-between;
  padding: 0 52px 0 68px;
  margin-bottom: 53px;
}
.iclinic .icl-logo {
  margin-bottom: 30px;
}
.iclinic .icl-logo a {
  opacity: 1 !important;
  width: fit-content;
  display: block;
}
.iclinic .icl-tx {
  padding-left: 104px;
}
.iclinic .icl-location {
  padding-left: 2em;
  position: relative;
  z-index: 0;
  line-height: 1.4;
}
.iclinic .icl-location::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.125em;
  height: 1.5em;
  background: url("../images/iclinic-location.png") center/contain no-repeat;
}
.iclinic .icl-tel {
  line-height: 1;
}
.iclinic .icl-tel a {
  font-size: 2.25em;
  display: inline-block;
  font-weight: 400;
  margin-left: 0.2625em;
  letter-spacing: 0.1em;
  transform: translateY(0.06em);
}
.iclinic .time_sheet {
  max-width: 524px;
}
.iclinic .ibtn-gr {
  gap: 41px;
  margin-bottom: 59px;
}
.iclinic .icl-map {
  height: 320px;
  margin: 0 -4px 39px -6px;
}
.iclinic .icl-vehi {
  display: flex;
  padding-left: 179px;
  align-items: flex-start;
  gap: 67px;
}
.iclinic .icl-veh-item {
  display: flex;
  align-items: center;
  gap: 14px;
}
.iclinic .icl-tdesc {
  line-height: 1.6;
}

@media (min-width: 1921px) {
  .home_page .key {
    --max-height: calc(100vh - 100px);
    font-size: 0.5208333333vw;
  }
}
@media (min-width: 1920px) {
  .ipost .inner {
    padding-left: 31px;
  }
  .ipost .ibtn-gr {
    transform: translateX(-5px);
  }
  .ipost .ipost-head {
    padding-right: 7px;
  }
  .ireason .ihead {
    padding-bottom: 13px;
  }
  .ireason .ijp {
    letter-spacing: -0.0366666667em;
  }
  .ireason .ibtn {
    margin-left: -2px;
  }
  .ireason .ibtn a {
    letter-spacing: -0.7px;
  }
  .ireason .item.reverse .ibtn {
    margin-left: -1px;
  }
  .ireason .ir-ijp4 {
    letter-spacing: -4px;
  }
  .ireason .item3 .box {
    padding-top: 41px;
  }
  .ireason .item3 .ihead {
    padding-bottom: 14px;
  }
  .ireason .item3 .desc {
    margin-bottom: 37px;
  }
  .ireason .item4 .box {
    padding: 40px 161px 71px;
  }
  .ireason .item4 .ihead {
    padding-bottom: 17px;
  }
  .ireason .item4 .desc {
    margin-bottom: 41px;
  }
  .ireason .item4 .ibtn {
    margin-left: -1px;
  }
  .ichoice .ihead {
    padding-bottom: 13px;
  }
  .ichoice .ijp {
    letter-spacing: 0.1em;
    padding-left: 6px;
  }
  .ichoice .ibtn {
    margin-left: -1px;
  }
  .ichoice .ibtn a {
    letter-spacing: -1px;
  }
  .iopinion .ihead {
    margin-top: -3px;
  }
  .iopinion .iop-btn a:before {
    right: 13px;
  }
  .imovie .ihead {
    padding-bottom: 13px;
  }
  .imessage .ihead {
    padding-bottom: 21px;
    padding-left: 5px;
  }
  .imessage .ibtn {
    margin-left: 2px;
  }
  .imessage .info-job {
    padding-right: 3px;
  }
  .imessage .info-en {
    padding-right: 4px;
  }
  .ifeature .ihead {
    padding-bottom: 17px;
  }
  .ifeature .item:nth-child(even) {
    transform: translateX(2px);
  }
  .ifeature .desc {
    padding-right: 25px;
  }
}
@media (min-width: 769px) {
  .ibtn:not(.none-hv) a {
    transition: all 0.3s ease;
  }
  .ibtn:not(.none-hv) a:hover {
    color: #fff !important;
    background-color: #446b31;
  }
  .ibtn:not(.none-hv) a:hover::before {
    filter: brightness(0) invert(1);
  }
  .home_page .key .none-v {
    writing-mode: horizontal-tb;
    line-height: 1;
    margin-bottom: 10px;
  }
  .imovie .slick-dots button:hover {
    color: var(--main-color);
  }
  .imovie .slick-dots button:hover::before {
    background-color: #fff;
  }
  .imovie .slick-arrow:hover {
    background-color: #000;
  }
  .ipost .ipost-hcate li {
    transition: all 0.3s ease;
  }
  .ipost .ipost-hcate li:not(.active):hover {
    background-color: var(--main-color);
    cursor: pointer;
  }
  .ipost .item li a:hover {
    opacity: 1;
    padding-left: 10px;
    padding-right: 10px;
    background-color: rgba(59, 134, 29, 0.1);
  }
  .ichoice .ichoice-head li {
    transition: all 0.3s ease;
  }
  .ichoice .ichoice-head li:not(.active):hover {
    cursor: pointer;
    background-color: var(--main-color2);
  }
  .implant .item {
    transition: all 0.3s ease;
  }
  .implant .item:hover {
    background-color: #e1e1e1;
  }
  .implant .item:hover .link a::after {
    width: 50px;
    height: 50px;
    bottom: -25px;
  }
  .ipart .item {
    transition: all 0.3s ease;
  }
  .ipart .item:hover {
    color: #fff;
  }
  .ipart .item:hover picture::before {
    background-color: #7f6940;
  }
  .ipart .item:hover .ttl {
    color: #fff;
  }
  .ipart .item:hover .ttl::before {
    background-color: #fff;
  }
  .ipart .ttl {
    transition: all 0.3s ease;
  }
  .ipart .ttl::before {
    transition: all 0.3s ease;
  }
  .ifeature .more:hover {
    background-color: #fff;
    color: #446b31;
  }
  .ifeature .more:hover::before {
    border-top-color: #446b31;
  }
  .iproblem .ip-list li:hover {
    --bgCl: #214e0f;
  }
  .iproblem .ip-list li:nth-child(even):hover {
    --bgCl: #5c4d31;
  }
  .implant .arr-more {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 1919px) {
  .home_page .key .key_text .item {
    padding-top: 120px;
    align-items: center;
    padding-left: 11.4583333333vw;
  }
  .ireason {
    padding-bottom: 5.2083333333vw;
    margin-bottom: 9.375vw;
  }
  .ireason::before {
    height: 9.4791666667vw;
  }
  .ireason .box {
    padding-left: 8.3854166667vw;
    padding-right: 7.8125vw;
  }
  .ireason .ihead {
    margin-bottom: 1.875vw;
  }
  .ireason .desc {
    margin-bottom: 1.8229166667vw;
  }
  .ireason .item1::before {
    top: -2.65625vw;
    left: -6.25vw;
    width: 25vw;
    background: url("../images/ireason-eff01.png") center/contain no-repeat;
  }
  .ireason .item1::after {
    top: 9.6875vw;
    right: -6.8229166667vw;
    width: 25vw;
  }
  .ireason .item2::before {
    top: 10.8333333333vw;
    left: -6.7708333333vw;
    width: 23.4375vw;
  }
  .ireason .item3::before {
    top: -3.4375vw;
    left: -4.1145833333vw;
    width: 23.4375vw;
  }
  .ireason .item4::before {
    bottom: -10.625vw;
    right: -4.6354166667vw;
    width: 23.4375vw;
  }
  .ireason-video::after {
    top: 8.125vw;
  }
  .ichoice::before {
    font-size: 6.6145833333vw;
  }
  .ichoice .ichoice-wrap {
    padding: 7.34375vw 0 4.6875vw;
  }
  .imessage .imess-wrap::before {
    transform: translateX(5.5729166667vw);
    width: 25.1041666667vw;
  }
  .imessage .imess-wrap::after {
    top: 2.96875vw;
    right: -5px;
    width: 14.21875vw;
  }
  .ipost .ipost-wrapper::before {
    width: 12.65625vw;
  }
  .ipost .ipost-wrapper::after {
    width: 19.0104166667vw;
  }
  .ifeature .ife-wrap::before {
    width: 20.8333333333vw;
    transform: translateX(-2.6041666667vw);
  }
  .iopinion .iop-wrap::before {
    width: 18.75vw;
  }
}
@media (min-width: 769px) and (max-width: 1560px) {
  .ireason .inner {
    padding: 0 40px;
  }
  .ireason .box {
    width: calc((100% - 15px) / 2);
  }
  .ireason .ig {
    width: calc((100% - 15px) / 2);
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .ijp {
    font-size: 24px;
  }
  .ibtn-gr {
    gap: 20px;
  }
  .ibtn {
    width: 300px;
  }
  .ibtn a {
    font-size: 16px;
    min-height: 54px;
  }
  .ibtn a::before {
    right: 10px;
    width: 16px;
  }
  .home_page .key {
    font-size: 0.6944444444vw;
  }
  .ipost .ipost-wrapper {
    padding: 60px 0;
  }
  .ipost .ipost-head {
    margin-bottom: 10px;
  }
  .ipost .item li a::before {
    right: 20px;
  }
  .ipost .ibtn-gr {
    margin-top: 30px;
  }
  .iproblem {
    padding: 60px 0;
  }
  .ireason {
    padding-top: 60px;
  }
  .ireason .item {
    margin-bottom: 40px;
  }
}
@media (min-width: 769px) and (max-width: 1366px) {
  .iopinion .inner {
    padding: 0 50px;
  }
  .iopinion .iop-wrap::before {
    top: -3.7335285505vw;
    transform: translateX(-2.7086383602vw);
  }
  .iopinion .iop-wrap::after {
    bottom: -6.588579795vw;
    transform: translateX(2.196193265vw);
    width: 35.2855051245vw;
  }
  .iopinion .ig-w::before {
    inset: -4.39238653vw;
  }
  .ipost .inner {
    padding: 0 40px;
  }
}
@media (min-width: 769px) and (max-width: 1280px) {
  .ireason-video .item.reverse .ytb {
    margin-right: 21px;
  }
  .ireason-video .ytb {
    margin-left: 21px;
    width: 32.03125vw;
    height: 18.046875vw;
  }
  .implant .imp-wrap {
    padding: 4.6875vw 5.078125vw 6.25vw;
  }
  .implant .txt {
    padding: 1.796875vw 3.59375vw 3.28125vw;
  }
  .ipart .box {
    gap: 3.125vw;
  }
  .ipart .txt {
    padding: 0 3.125vw 6.09375vw;
  }
  .imessage .imess-img picture {
    width: 89%;
  }
  .imessage .imess-info {
    right: 50px;
  }
  .ifeature .inner {
    padding: 0 40px;
  }
  .ifeature .box {
    height: 71.71875vw;
  }
  .iclinic .icl-head {
    padding: 0 50px;
    margin-bottom: 3.3125em;
    font-size: 1.25vw;
  }
  .iclinic .icl-info {
    padding-top: 2em;
  }
  .iclinic .icl-logo {
    margin-bottom: 1.875em;
  }
  .iclinic .icl-logo img {
    width: 27.125em;
  }
  .iclinic .icl-tx {
    padding-left: 6.5em;
  }
  .iclinic .time_sheet {
    max-width: 32.75em;
  }
  .iclinic .time_sheet .note {
    margin-top: 1em;
    padding-left: 1.7333333333em;
    font-size: 0.9375em;
  }
  .iclinic .icl-vehi {
    padding-left: 0;
    justify-content: center;
    gap: 30px;
  }
  .iproblem .ip-list {
    font-size: 1.875vw;
  }
  .iproblem .ip-list li:nth-child(n + 5) {
    margin-top: -2.6666666667em;
  }
  .iproblem .ip-list .ip-box {
    width: 11.2083333333em;
    height: 12.9166666667em;
    padding: 0.2083333333em 0.1666666667em 0.2083333333em 0.2083333333em;
  }
  .iproblem .ip-list picture::after {
    bottom: 0.9583333333em;
    width: 1.25em;
    height: 1.25em;
  }
  .iproblem .ip-list .label {
    left: 0;
    font-size: 0.4166666667em;
    width: 2.6em;
    height: 8em;
    padding-top: 0.7em;
  }
  .iproblem .ip-list .ttl {
    inset: 0.8333333333em 0 0;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .ireason .desc {
    font-size: 14px;
  }
  .ireason .box {
    padding: 35px;
  }
  .ichoice .ichoice-wrap::after {
    width: 25.1041666667vw;
  }
  .ichoice .ichoice-head li {
    height: 60px;
    font-size: 18px;
  }
  .ichoice .ichoice-item {
    padding: 40px 30px 30px;
    grid-template-columns: 48% 50%;
  }
  .ichoice .ichoice-item.ichoice-reverse {
    grid-template-columns: 50% 47%;
  }
  .ichoice .ichoice-item .ttl {
    font-size: 21px;
    margin-bottom: 10px;
  }
  .ichoice .ichoice-item .ttl::before {
    top: 2px;
  }
  .ichoice .ichoice-item .desc {
    margin-bottom: 15px;
  }
  .ireason .ijp {
    font-size: 22px;
  }
  .implant {
    padding-bottom: 60px;
  }
  .implant .box {
    row-gap: 40px;
  }
  .implant .title {
    margin-bottom: 2.9296875vw;
    font-size: 22px;
  }
  .implant .ttl {
    font-size: 17px;
    padding-bottom: 10px;
    margin-bottom: 14px;
    min-height: 61px;
  }
  .ipart {
    padding: 50px 0;
  }
  .ipart .ihead {
    margin-bottom: 30px;
  }
  .ipart .box {
    gap: 20px;
  }
  .ipart .item::before {
    bottom: 1.7578125vw;
    width: 4.1015625vw;
    height: 4.1015625vw;
    background-size: 1.66015625vw auto;
  }
  .ipart .item picture {
    padding: 0 10px;
  }
  .ipart .txt {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ipart .ttl {
    font-size: 22px;
  }
  .ipart .ttl::before {
    width: 50px;
  }
  .iopinion {
    padding: 70px 0 60px;
  }
  .iopinion .iop-wrap {
    grid-template-columns: 56% 40%;
    align-items: center;
  }
  .iopinion .ibtn a {
    font-size: 14px;
  }
  .imovie {
    padding: 50px 0;
  }
  .imovie .ihead {
    margin-bottom: 25px;
  }
  .imessage .imess-wrap {
    align-items: flex-end;
  }
  .imessage .imess-wrap::before {
    transform: translateX(20px);
  }
  .imessage .txt {
    margin-bottom: 40px;
  }
  .imessage .ihead {
    padding-top: 20px;
    margin-bottom: 15px;
  }
  .imessage .desc {
    margin-bottom: 15px;
  }
  .ifeature {
    padding-top: 60px;
  }
  .ifeature .item:nth-child(even) {
    padding-top: 40px;
  }
  .ifeature .ihead {
    margin-bottom: 30px;
  }
  .ifeature .point {
    font-size: 9px;
  }
  .ifeature .ttl {
    font-size: 24px;
  }
  .ifeature .txt picture {
    margin-bottom: 15px;
  }
  .ifeature .box.active {
    padding-bottom: 60px;
  }
  .ifeature .more {
    width: 220px;
    height: 50px;
    font-size: 14px;
  }
  .ifeature .more::before {
    right: 18px;
  }
  .iclinic {
    padding: 60px 0;
  }
  .iclinic .ihead {
    margin-bottom: 20px;
  }
  .iclinic .icl-head {
    padding: 0 40px;
  }
  .iclinic .ibtn-gr {
    margin-bottom: 30px;
    gap: 30px;
  }
  .iclinic .icl-map {
    height: 31.25vw;
    margin: 0 0 25px;
  }
  .iproblem .ihead {
    margin-bottom: 30px;
  }
  .iproblem .ip-wrap {
    padding: 50px 15px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .implant .txt {
    padding: 12px 15px 25px;
  }
  .imessage .desc {
    font-size: 12px;
  }
}
