.home_page .key {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  max-width: 144em;
  font-size: min(0.6944444444vw, 13.3333px);
}
.home_page .key .slider {
  transition: all 0.3s ease;
  pointer-events: none;
}
.home_page .key .slider:not(.slick-initialized) {
  opacity: 0;
}
.home_page .key .key_text {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0 2em 5em;
  z-index: 0;
}
.home_page .key .key-sm {
  position: absolute;
  bottom: 0;
  z-index: -1;
  left: 8em;
  width: 43.6em;
  height: 34.6em;
}
.home_page .key .key-sm img {
  width: 100%;
  height: 100%;
}
.home_page .key .key-bg {
  position: relative;
  z-index: 0;
  width: 79.5em;
  height: 65em;
}
.home_page .key .key-bg::before {
  content: "";
  position: absolute;
  background: url("../images/ikey-eff01.png") center/contain no-repeat;
  z-index: -1;
  width: 52.6em;
  height: 65em;
  bottom: -12.1em;
  right: -12em;
}
.home_page .key .key-bg img {
  width: 100%;
  height: 100%;
}
.home_page .key .key_cnt {
  padding-left: 16.9em;
  margin-top: 13.7em;
}
.home_page .key h2,
.home_page .key p {
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: var(--f-jp);
  color: #828296;
}
.home_page .key h2 {
  margin-bottom: 0.4em;
  font-size: 4em;
  line-height: 1.75;
}
.home_page .key p {
  font-size: 2em;
  line-height: 2;
}
.home_page .key .ikey-scroll {
  position: absolute;
  bottom: 0;
  left: 3.3em;
}
.home_page .key .ikey-scroll a {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: var(--clr1);
  text-decoration: none;
  white-space: nowrap;
}
.home_page .key .ik-scr-tt {
  font-family: var(--f-en);
  line-height: 1;
  -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: 1.5em;
  margin-bottom: 0.6em;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.home_page .key .ik-scr-tt a {
  white-space: nowrap;
}
@keyframes iscroll {
  100% {
    top: 100%;
  }
}
.home_page .key .ik-scr-line {
  height: 14em;
  background-color: rgba(110, 110, 121, 0.3);
  width: 1px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.home_page .key .ik-scr-line::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  height: 5em;
  background-color: #eb6fa2;
  animation: iscroll 4s linear infinite;
}
.home_page .topic_path {
  display: none;
}

@media only screen and (min-width: 769px) and (max-width: 1740px) {
  .home_page .key .key-bg::before {
    right: -2.5em;
  }
}
@media only screen and (min-width: 769px) and (max-height: 800px) and (orientation: landscape) {
  .home_page .key .key_text {
    padding-bottom: 4.85vh;
  }
  .home_page .key .key_cnt {
    margin-top: 15vh;
  }
  .home_page .key .key-bg {
    height: 78.8125vh;
  }
  .home_page .key .key-bg::before {
    font-size: 1.18vmin;
    right: -3em;
  }
  .home_page .key .key-bg * {
    height: 100%;
  }
  .home_page .key .key-bg img {
    object-fit: cover;
  }
  .home_page .key .key-sm {
    height: 41.9525vh;
    bottom: 10px;
  }
  .home_page .key .key-sm * {
    height: 100%;
  }
  .home_page .key .key-sm img {
    object-fit: cover;
  }
  .home_page .key .ik-scr-line {
    font-size: 1.18vmin;
  }
}
@media only screen and (max-width: 1100px) and (min-width: 769px) {
  .home_page .key {
    font-size: min(0.6944444444vw, 13.3333px) !important;
  }
}
section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.ibtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 100%;
  width: 355px;
  min-height: 70px;
  background-color: #fff;
  color: var(--main-color);
  position: relative;
  border-radius: 5px;
  text-decoration: none;
  font-size: 18px;
  font-family: var(--f-jp);
  padding: 10px 20px 10px 24px;
  border: 1px solid #eb6fa2;
}
.ibtn a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 21px;
  margin: auto 0;
  width: 5.658px;
  height: 5.658px;
  transform: rotate(45deg);
  border-top: solid 1px #ed82ac;
  border-right: solid 1px #ed82ac;
  transition: all 0.3s linear;
}

.ihead {
  position: relative;
  z-index: 0;
}

.ijp {
  font-family: var(--f-jp);
  font-size: 32px;
  text-align: center;
  line-height: 1.55;
  letter-spacing: 0.1em;
}

.ien {
  font-family: var(--f-en);
  font-weight: 500;
  text-align: center;
  line-height: 1;
  color: #f8f7f5;
  text-transform: uppercase;
}

.itreatment {
  padding-top: 90px;
  padding-bottom: 138px;
  position: relative;
  z-index: 0;
}
.itreatment::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 960px);
  width: 1920px;
  height: 1030px;
  background: url("../images/itreatment-bg.jpg") bottom center/contain no-repeat;
  z-index: -1;
}
.itreatment .inner {
  max-width: 1320px;
}
.itreatment .ijp {
  margin-bottom: 51px;
}
.itreatment .itreat-banner {
  display: flex;
  justify-content: space-between;
}
.itreatment .itreat-item {
  position: relative;
  z-index: 0;
  width: calc((100% - 2px) / 2);
  color: #fff;
  font-size: min(1.2121212121vw, 16px);
}
.itreatment .itreat-head {
  position: absolute;
  top: 2.6875em;
  left: 2.875em;
}
.itreatment .itreat-tt {
  font-family: var(--f-jp);
  font-size: 1.75em;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 0.2857142857em;
}
.itreatment .itreat-lb {
  font-size: 1.125em;
  line-height: 1.5;
  margin-left: 0.2222222222em;
}
.itreatment .itreat-arr {
  position: absolute;
  top: 3.125em;
  right: 3.125em;
  width: 3.6875em;
  height: 3.6875em;
  border-radius: 100%;
  border: 1px solid #fff;
  transition: all 0.3s ease;
  background-color: transparent;
}
.itreatment .itreat-arr::before {
  content: "";
  position: absolute;
  inset: 0 0 1px;
  margin: auto;
  width: 0.8125em;
  height: 1.125em;
  background: url("../images/itreat-ic.png") center/contain no-repeat;
  transition: all 0.3s ease;
  filter: brightness(0) invert(1);
}
.itreatment picture {
  position: relative;
  z-index: -1;
}
.itreatment picture::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #434b51;
  transition: all 0.3s ease;
  opacity: 0.4;
}
.itreatment .itreat-lk {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.itreatment .itreat-lk a {
  display: block;
  width: 100%;
  height: 100%;
}

.iproblem {
  padding: 128px 0 153px;
  position: relative;
  z-index: 0;
}
.iproblem .ihead {
  margin-bottom: 90px;
}
.iproblem .ien {
  position: absolute;
  top: -50px;
  left: 16px;
  right: 0;
  font-size: 160px;
  letter-spacing: 0.1125em;
  z-index: -1;
}
.iproblem .iproblem-txt {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 0;
}
.iproblem .iproblem-img {
  position: absolute;
  top: -51px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: fit-content;
  z-index: 0;
}
.iproblem .iproblem-img::before {
  content: "";
  position: absolute;
  top: -83px;
  left: -409px;
  width: 612px;
  height: 415px;
  background: url("../images/iproblem-eff01.png") center/contain no-repeat;
  z-index: -1;
}
.iproblem .iproblem-img::after {
  content: "";
  position: absolute;
  top: 122px;
  right: -341px;
  width: 515px;
  height: 348px;
  background: url("../images/iproblem-eff02.png") center/contain no-repeat;
  z-index: -1;
}
.iproblem .iproblem-left {
  margin-top: 0.625em;
}
.iproblem .iproblem-left li:nth-child(1) {
  transform: translateX(var(--x));
}
.iproblem .iproblem-left li:last-child {
  transform: translateX(var(--x));
}
.iproblem .iproblem-right li:nth-child(1) {
  transform: translateX(calc(var(--x) * -1));
}
.iproblem .iproblem-right li:last-child {
  transform: translateX(calc(var(--x) * -1));
}
.iproblem .iproblem-list {
  width: 25.5em;
  --x: 1.75em;
  font-size: 16px;
}
.iproblem .iproblem-list li {
  position: relative;
  background-color: #fbf7f3;
  border: 1px solid #f6e4d8;
  border-radius: 900px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 0.4375em 0.4375em 0.375em;
  margin-bottom: 1.25em;
  transition: all 0.3s ease;
  z-index: 0;
}
.iproblem .iproblem-list li:last-child {
  margin-bottom: 0;
}
.iproblem .iproblem-list li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 1.875em;
  width: 5.658px;
  height: 5.658px;
  transform: rotate(45deg);
  border-top: solid 1px #ed8bb2;
  border-right: solid 1px #ed8bb2;
  transition: all 0.3s ease;
}
.iproblem .iproblem-list picture {
  flex-shrink: 0;
  margin-right: 0.5625em;
}
.iproblem .iproblem-list picture img {
  width: 4.0625em;
  height: 4.0625em;
}
.iproblem .iproblem-list .iproblem-tt {
  font-size: 1.125em;
  font-family: var(--f-jp);
  font-weight: 500;
  line-height: 1.3;
  padding-bottom: 0.1111111111em;
  width: 100%;
  text-align: center;
  padding-right: 3em;
  margin-bottom: 0;
}
.iproblem .iproblem-list .iproblem-lk {
  position: absolute;
  inset: 0;
  z-index: 1;
  padding: 0 !important;
}
.iproblem .iproblem-list .iproblem-lk a {
  display: block;
  width: 100%;
  height: 100%;
}
.iproblem .iproblem-2row {
  height: 6.25em;
}

.iconcept {
  background: url("../images/iconcept-bg.jpg") center bottom/cover no-repeat;
  position: relative;
  z-index: 4;
}
.iconcept::before {
  content: "";
  position: absolute;
  left: calc(50% - 94px);
  transform: translateX(-97px);
  bottom: 23px;
  width: 188px;
  height: 183px;
  background: url("../images/iconcept-eff01.png") center/contain no-repeat;
  z-index: 0;
}
.iconcept .iconcept-wrapper {
  position: relative;
  padding: 150px 0 206px;
}
.iconcept .inner {
  max-width: 1156px;
}
.iconcept .ihead {
  margin-bottom: 38px;
  padding-bottom: 23px;
  position: relative;
}
.iconcept .ihead::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 2px;
  background-color: #f5b7c4;
}
.iconcept .ien {
  color: #fff;
  font-size: 80px;
  font-family: var(--f-en);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 17px;
  text-align: left;
  letter-spacing: 0.10875em;
}
.iconcept .ijp {
  font-weight: 500;
  font-family: var(--f-jp);
  font-size: 30px;
  text-align: left;
  color: var(--main-color);
}
.iconcept .iconcept-txt {
  max-width: 100%;
  width: 550px;
}
.iconcept picture {
  position: absolute;
  top: 0;
  left: 476px;
  z-index: -1;
  width: 1042px;
}
.iconcept .iconcept-desc {
  margin-bottom: 52px;
}
.iconcept .ibtn a {
  border: none;
}

.implant {
  padding-top: 36px;
  position: relative;
  z-index: 3;
}
.implant .ihead {
  margin-bottom: 33px;
}
.implant .ijp {
  font-size: 45px;
  font-weight: 500;
  margin-bottom: 18px;
  text-align: left;
  line-height: 1.4;
}
.implant .ien {
  text-align: left;
  font-family: var(--f-en);
  font-weight: 500;
  color: #eb6fa2;
  text-transform: uppercase;
  margin-left: 4px;
  font-size: 22px;
}
.implant .implant-wrapper {
  position: relative;
  z-index: 0;
}
.implant .implant-wrapper::before {
  content: "";
  position: absolute;
  top: 308px;
  right: 246px;
  width: 1273px;
  height: 720px;
  background: url("../images/implant-bg01.png") center/contain no-repeat;
  z-index: -1;
}
.implant .implant-wrapper::after {
  content: "";
  position: absolute;
  top: -57px;
  right: -400px;
  width: 728px;
  height: 680px;
  background: url("../images/implant-bg02.png") center/contain no-repeat;
  z-index: -2;
}
.implant .implant-txt {
  width: 468px;
  max-width: 100%;
  margin-left: auto;
  padding-top: 31px;
}
.implant .implant-img {
  position: absolute;
  top: 0;
  left: max((100vw - 100%) / -2, -161px);
  z-index: -1;
}
.implant .implant-desc {
  margin-bottom: 52px;
}
.implant .ibtn {
  margin-bottom: 10px;
}
.implant .ibtn:last-child {
  margin-bottom: 0;
}
.implant .implant-list {
  --gapY: 19px;
  --gapX: 20px;
  gap: var(--gapX) var(--gapY);
  margin-top: 103px;
  display: grid;
}
.implant .implant-list li {
  position: relative;
  overflow: hidden;
  color: #fff;
  border-radius: 5px;
  padding: 18px 20px 20px;
  text-align: center;
  min-height: 290px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 0 30px rgba(235, 111, 162, 0.2);
  overflow: hidden;
}
.implant .implant-list li::before {
  content: "";
  position: absolute;
  bottom: 6px;
  right: 6px;
  width: 0;
  height: 0;
  border-right: 10px solid #fff;
  border-top: 10px solid transparent;
}
.implant .implant-list li::after {
  content: "";
  position: absolute;
  inset: 6px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  pointer-events: none;
  opacity: 0.5;
}
.implant .implant-list li:nth-child(2n+2) .implant-bg::before {
  background-color: #e889b0;
}
.implant .implant-tt {
  font-family: var(--f-jp);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.06em;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 23px;
}
.implant .implant-tt::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 2px;
  width: 100px;
  background-color: #f5b7c4;
}
.implant .implant-dsc {
  line-height: 1.85;
  margin: 0;
}
.implant .implant-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  transition: all 0.4s ease;
}
.implant .implant-bg::before {
  content: "";
  background-color: #d6709a;
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.9;
}
.implant .implant-lk {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.implant .implant-lk a {
  display: block;
  width: 100%;
  height: 100%;
}

.iceramic {
  padding-top: 108px;
  padding-bottom: 102px;
  position: relative;
  z-index: 1;
}
.iceramic .implant-wrapper::before {
  top: 403px;
  right: auto !important;
  left: 109px;
  width: 1410px;
  height: 830px;
  background-image: url("../images/iceramic-bg01.png");
}
.iceramic .implant-wrapper::after {
  top: -157px;
  background-image: url("../images/iceramic-bg02.png");
}
.iceramic .implant-txt {
  padding-top: 0;
}
.iceramic .implant-img {
  top: 32px;
}

.iother {
  padding: 110px 0 116px;
  position: relative;
  z-index: 2;
}
.iother .iother-wrapper {
  position: relative;
  z-index: 0;
}
.iother .iother-wrapper::before {
  content: "";
  position: absolute;
  top: 177px;
  left: 218px;
  width: 1301px;
  height: 440px;
  background: url("../images/iother-bg.png") center/contain no-repeat;
  z-index: -1;
}
.iother .iother-wrapper::after {
  content: "";
  position: absolute;
  top: -475px;
  left: -401px;
  width: 756px;
  height: 680px;
  background: url("../images/iother-bg02.png") center/contain no-repeat;
  z-index: -2;
}
.iother .iother-txt {
  max-width: 100%;
  width: 500px;
}
.iother .ihead {
  padding-top: 25px;
  margin-bottom: 35px;
}
.iother .ijp {
  font-size: 28px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 15px;
}
.iother .ien {
  text-align: left;
  font-size: 18px;
  color: #eb6fa2;
  letter-spacing: 0.1111111111em;
}
.iother .iother-desc {
  padding-right: 30px;
  margin-bottom: 51px;
}
.iother .iother-img {
  display: flex;
  gap: 10px;
  position: absolute;
  top: 0;
  right: -81px;
}
.iother .iother-img picture:nth-child(1) {
  padding-top: 40px;
}
.iother .ibtn {
  margin-bottom: 10px;
}
.iother .ibtn:last-child {
  margin-bottom: 0;
}

.ipatient {
  position: relative;
  z-index: 0;
}
.ipatient::before {
  content: "";
  position: absolute;
  top: -102px;
  bottom: 0;
  left: calc(50% - 960px);
  width: 1920px;
  background: url("../images/ipatient-bg01.png") center/cover no-repeat;
  z-index: -1;
}
.ipatient .inner {
  max-width: 1320px;
}
.ipatient .ipatient-wrapper {
  position: relative;
  z-index: 0;
  padding: 136px 0 138px;
}
.ipatient .ipatient-wrapper::before {
  content: "";
  position: absolute;
  top: -39px;
  left: -317px;
  width: 447px;
  height: 561px;
  background: url("../images/ipatient-bg02.png") center/contain no-repeat;
}
.ipatient .ipatient-wrapper::after {
  content: "";
  position: absolute;
  bottom: -94px;
  right: -330px;
  width: 664px;
  height: 648px;
  background: url("../images/ipatient-bg03.png") center/contain no-repeat;
}
.ipatient .ihead {
  margin-bottom: 67px;
}
.ipatient .ijp {
  font-size: 40px;
}
.ipatient .ien {
  font-size: 120px;
  position: absolute;
  top: -28px;
  left: 3px;
  right: 0;
  z-index: -1;
  letter-spacing: 0.1166666667em;
  color: #fff;
}
.ipatient .ipatient-box {
  display: flex;
  gap: 30px;
  counter-reset: step;
}
.ipatient .ipatient-bx {
  background-color: #fff;
  padding: 40px 80px 40px;
  min-height: 390px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0 0 40px rgba(235, 111, 162, 0.1);
}
.ipatient .ipatient-hd {
  position: relative;
  text-align: center;
  padding-top: 22px;
  padding-bottom: 25px;
  margin-bottom: 18px;
  border-bottom: 1px solid #f6e4d8;
  width: 100%;
  z-index: 0;
}
.ipatient .ipatient-hd::before {
  content: counter(step, decimal-leading-zero);
  counter-increment: step;
  position: absolute;
  top: 0;
  left: 0;
  right: 23px;
  font-size: 160px;
  font-family: var(--f-allura);
  line-height: 0.6;
  letter-spacing: 0.05625em;
  color: #f6e4d8;
  opacity: 0.6;
  z-index: -1;
}
.ipatient .ipatient-tt {
  font-size: 30px;
  font-family: var(--f-jp);
  line-height: 1.3;
  margin-bottom: 10px;
}
.ipatient .ipatient-en {
  font-size: 14px;
  font-family: var(--f-en);
  color: #b2b2bc;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.1142857143em;
}
.ipatient .ipatient-step {
  margin-top: 93px;
}
.ipatient .ipatient-st-ttl {
  text-align: center;
  font-size: 32px;
  line-height: 1.4;
  font-family: var(--f-jp);
  margin-bottom: 54px;
}
.ipatient .ipatient-st-ttl span {
  position: relative;
  padding: 0 38px;
}
.ipatient .ipatient-st-ttl span::before, .ipatient .ipatient-st-ttl span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 100%;
  width: 436px;
  height: 6px;
  background: url("../images/ipatient-step-line.png") center/contain no-repeat;
}
.ipatient .ipatient-st-ttl span::before {
  right: 100%;
}
.ipatient .ipatient-st-ttl span::after {
  left: 100%;
  scale: -1;
}
.ipatient .ipatient-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.375em;
  counter-reset: step;
  margin-bottom: 51px;
  font-size: 16px;
}
.ipatient .ipatient-list li:nth-child(2n+2) {
  margin-top: 3.125em;
}
.ipatient .ipatient-list li:nth-child(2n+2) .ipatient-item::before {
  top: -2.875em;
  right: -1.3125em;
  background-image: url("../images/ipatient-step-dot2.png");
}
.ipatient .ipatient-list li:nth-child(1) picture {
  width: 10.0625em;
}
.ipatient .ipatient-list li:nth-child(2) picture {
  width: 8.6875em;
}
.ipatient .ipatient-list li:nth-child(3) picture {
  width: 12.3125em;
}
.ipatient .ipatient-list li:nth-child(4) picture {
  width: 8.8125em;
}
.ipatient .ipatient-list li:last-child .ipatient-item::before {
  display: none;
}
.ipatient .ipatient-item {
  width: 16.4375em;
  height: 16.4375em;
  background-color: #fff;
  border-radius: 100%;
  margin-bottom: 0.9375em;
  border: 1px solid #f6e4d8;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
}
.ipatient .ipatient-item::before {
  content: "";
  position: absolute;
  top: 3.4375em;
  right: -1.25em;
  bottom: 0;
  margin: auto 0;
  width: 1em;
  height: 1em;
  background: url("../images/ipatient-step-dot.png") center/contain no-repeat;
}
.ipatient .ipatient-num {
  position: absolute;
  top: -0.1428571429em;
  left: 1.9285714286em;
  color: #eb6fa2;
  font-family: var(--f-en);
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  line-height: 1;
}
.ipatient .ipatient-num::after {
  counter-increment: step;
  content: counter(step);
  display: inline-block;
  font-size: 4.2857142857em;
  font-weight: 500;
  line-height: 1;
  margin-top: 0.0333333333em;
}
.ipatient .ipatient-st-tt {
  text-align: center;
  font-family: var(--f-jp);
  font-weight: 500;
  font-size: 1.5em;
  line-height: 1.4;
}
.ipatient .ibtn a {
  margin: 0 auto;
}

.ifeature {
  padding: 112px 0 71px;
  position: relative;
  z-index: 0;
  max-width: 1920px;
  margin: 0 auto;
}
.ifeature::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/ifeature-bg01.png") center/contain no-repeat;
  width: 506px;
  height: 480px;
  z-index: -1;
}
.ifeature::after {
  content: "";
  position: absolute;
  bottom: -151px;
  right: 0;
  background: url("../images/ifeature-bg02.png") center/contain no-repeat;
  width: 368px;
  height: 779px;
  z-index: -1;
}
.ifeature .inner {
  max-width: 1320px;
}
.ifeature .ihead {
  margin-bottom: 60px;
  padding-bottom: 24px;
}
.ifeature .ihead::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80px;
  height: 2px;
  background-color: #f5b7c4;
}
.ifeature .ien {
  font-size: 80px;
  color: #f6e4d8;
  letter-spacing: 0.11875em;
  margin-bottom: 17px;
}
.ifeature .ijp {
  font-size: 30px;
}
.ifeature .ifeature-cnt {
  counter-reset: step;
}
.ifeature .ifeature-cnt dl {
  display: flex;
}
.ifeature .ifeature-cnt dl:nth-child(even) {
  flex-direction: row-reverse;
}
.ifeature .ifeature-cnt dl:nth-child(even) picture::before {
  right: unset;
  left: 25px;
}
.ifeature .ifeature-cnt dl:nth-child(even) picture::after {
  left: unset;
  right: calc(100% - 109px);
  scale: -1;
}
.ifeature .ifeature-cnt dt {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ifeature .ifeature-cnt dd {
  width: 50%;
}
.ifeature .ifeat-w {
  max-width: 470px;
}
.ifeature .ifeat-tt {
  font-size: 26px;
  font-weight: 500;
  color: var(--main-color);
  margin-bottom: 15px;
  line-height: 1.5;
  font-family: var(--f-jp);
}
.ifeature .ifeat-en {
  font-size: 14px;
  letter-spacing: 0.1214285714em;
  font-weight: 500;
  font-family: var(--f-en);
  color: #f5b7c4;
  margin-bottom: 27px;
  line-height: 1;
  text-transform: uppercase;
}
.ifeature picture {
  position: relative;
  z-index: 0;
}
.ifeature picture::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  position: absolute;
  bottom: 0;
  right: 25px;
  font-size: 100px;
  font-weight: 500;
  font-family: var(--f-en);
  line-height: 0.6;
  letter-spacing: 0px;
  color: #fff;
}
.ifeature picture::after {
  content: "";
  position: absolute;
  top: -41px;
  bottom: -39px;
  left: calc(100% - 109px);
  width: 429px;
  background: url("../images/ifeature-bg03.png") center/contain no-repeat;
  z-index: -1;
}
.ifeature .ibtn {
  margin-top: 80px;
}
.ifeature .ibtn a {
  margin: 0 auto;
}

.imessage {
  position: relative;
  z-index: 0;
  background: url("../images/imessage-bg.png") center/cover no-repeat;
  max-width: 1920px;
  margin: 0 auto;
}
.imessage::before {
  content: "";
  position: absolute;
  top: -181px;
  right: 0;
  width: 563px;
  height: 779px;
  background: url("../images/imessage-bg03.png") center/contain no-repeat;
}
.imessage::after {
  content: "";
  position: absolute;
  bottom: 7px;
  left: -34px;
  width: 381px;
  height: 370px;
  background: url("../images/imessage-bg02.png") center/contain no-repeat;
  z-index: -1;
}
.imessage .inner {
  max-width: 1170px;
}
.imessage .imess-wrapper {
  position: relative;
  padding-top: 142px;
  padding-bottom: 185px;
  z-index: 0;
}
.imessage .imess-txt {
  width: 550px;
}
.imessage .ihead {
  margin-bottom: 55px;
}
.imessage .ijp {
  text-align: left;
  font-size: 40px;
}
.imessage .ien {
  text-align: left;
  position: absolute;
  top: -28px;
  left: -75px;
  font-size: 120px;
  color: #fff;
  white-space: nowrap;
  letter-spacing: 0.1083333333em;
  z-index: -1;
}
.imessage .imess-img {
  position: absolute;
  bottom: 0;
  right: -12px;
}
.imessage .imess-head {
  position: absolute;
  top: 80px;
  right: 12px;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  gap: 5px;
}
.imessage .imess-lb {
  background-color: #fff;
  font-family: var(--f-jp);
  font-size: 20px;
  -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: 31px 15px 29px;
  line-height: 1;
  letter-spacing: 0.135em;
  margin-bottom: 0;
  white-space: nowrap;
}
.imessage .imess-name {
  -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;
  background-color: #fff;
  margin-top: 40px;
  padding: 29px 17px 29px 15px;
  line-height: 1;
  white-space: nowrap;
}
.imessage .imess-name-jp {
  font-size: 28px;
  font-weight: 500;
  font-family: var(--f-jp);
  letter-spacing: 0.2em;
  display: inline-block;
  margin-bottom: 8px;
  white-space: nowrap;
}
.imessage .imess-name-en {
  color: #e1387d;
  font-family: var(--f-en);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1090909091em;
  white-space: nowrap;
}
.imessage .imess-wtxt {
  padding-left: 34px;
}
.imessage .imess-desc {
  margin-bottom: 50px;
}
.imessage .ibtn {
  margin-bottom: 10px;
}
.imessage .ibtn:last-child {
  margin-bottom: 0;
}

.ifeature2 {
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 113px 0 0;
  background: url("../images/ifeature2-bg01.jpg") center/cover no-repeat;
}
.ifeature2 .ihead {
  padding-bottom: 23px;
  margin-bottom: 60px;
}
.ifeature2 .ihead::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80px;
  height: 2px;
  background-color: #f5b7c4;
}
.ifeature2 .ien {
  font-size: 80px;
  font-weight: 500;
  letter-spacing: 0.11875em;
  margin-bottom: 17px;
}
.ifeature2 .ijp {
  font-size: 30px;
}
.ifeature2 .ifeat2-cnt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 50px;
}
.ifeature2 .time_sheet {
  color: #fff;
  --bd-cl: #fff;
}
.ifeature2 .ifeat2-info {
  display: block;
  text-align: center;
  width: 436px;
  margin-top: -4px;
}
.ifeature2 .ifeat2-logo {
  width: fit-content;
  margin: 3px auto 26px;
}
.ifeature2 .ifeat2-logo a {
  opacity: 1 !important;
}
.ifeature2 .ifeat2-logo-jp {
  display: block;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 12px;
}
.ifeature2 .ifeat2-logo-en {
  display: block;
  line-height: 1;
  font-family: var(--f-lato);
  font-size: 14px;
  text-transform: uppercase;
}
.ifeature2 .ifeat2-address {
  line-height: 1.4;
  margin-bottom: 37px;
}
.ifeature2 .ifeat2-tel a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  height: 6.25em;
  border: 1px solid #fff;
  background-color: rgba(54, 54, 54, 0.3);
  line-height: 1.4;
  padding-bottom: 0.5625em;
  transition: all 0.3s ease;
}
.ifeature2 .ifeat2-tal-num {
  font-family: var(--f-jp);
  font-size: 1.875em;
  font-weight: 500;
  display: inline-block;
  padding-left: 1.1666666667em;
  position: relative;
  letter-spacing: -0.0166666667em;
  line-height: 1.45;
}
.ifeature2 .ifeat2-tal-num::before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: -0.0333333333em;
  width: 0.8333333333em;
  height: 0.8333333333em;
  background: url("../images/ic-tel.png") center/contain no-repeat;
}
.ifeature2 .ifeat2-tel-jp {
  display: block;
  font-size: 0.875em;
}
.ifeature2 .ifeat2-btn {
  margin-top: 58px;
  width: 100%;
}
.ifeature2 .ibtn a {
  margin: 0 auto;
}
.ifeature2 .ifeat2-map {
  margin-top: 80px;
  height: 400px;
  width: 100vw;
  margin: 80px -81px -227px;
}
.ifeature2 .ifeat2-map iframe {
  filter: grayscale(1);
}

.ipost {
  position: relative;
  z-index: 0;
}
.ipost .ipost-wrapper {
  display: flex;
  padding: 298px 0 109px;
  position: relative;
  z-index: 0;
}
.ipost .ipost-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -401px;
  width: 756px;
  background: url("../images/ipost-bg01.jpg") center/cover no-repeat;
  z-index: -1;
}
.ipost .ipost-hd {
  flex-shrink: 0;
  margin-top: 20px;
  width: 356px;
  padding-right: 110px;
  margin-right: 81px;
}
.ipost .ihead {
  margin-bottom: 56px;
  text-align: center;
}
.ipost .ijp {
  font-size: 30px;
  margin-bottom: 13px;
}
.ipost .ien {
  font-size: 18px;
  color: #eb6fa2;
}
.ipost .ibtn a {
  min-height: 60px;
  line-height: 1.4;
}
.ipost .ipost-item {
  max-width: 100%;
  width: 682px;
}
.ipost .ipost-item li {
  border-bottom: 1px solid #ece9e4;
  width: auto;
}
.ipost .ipost-item li a {
  display: flex;
  width: 100%;
  text-decoration: none;
  padding: 29px 27px 26px;
  --w: 7.15em;
  transition: all 0.3s;
  letter-spacing: 0.1em;
  white-space: nowrap;
  max-width: 100%;
  color: var(--clr1);
  font-family: var(--f-jp);
  position: relative;
}
.ipost .ipost-item li a::before {
  content: "";
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 33px;
  margin: auto 0;
  width: 6.36525px;
  height: 6.36525px;
  transform: rotate(45deg);
  border-top: solid 1px #eb6fa2;
  border-right: solid 1px #eb6fa2;
}
.ipost .ipost-item li a span {
  display: inline-block;
}
.ipost .ipost-item li a:hover {
  opacity: 1;
  color: var(--main-color);
}
.ipost .ipost-item li a .date {
  flex-shrink: 0;
  width: var(--w);
  transition: all 0.3s;
  font-weight: 500;
  letter-spacing: 0.08125em;
  padding-right: 10px;
  margin-right: 20px;
  border-right: 1px solid #b2b2bc;
}
.ipost .ipost-item li a .title {
  max-width: calc(100% - var(--w));
  position: relative;
  padding-right: 1.5em;
  text-overflow: ellipsis;
  overflow: hidden;
}

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

@media only screen and (min-width: 1921px) {
  .itreatment::before {
    width: 100%;
    height: 53.6458333333vw;
    left: 0;
    background-size: cover;
  }
}
@media only screen and (min-width: 1367px) {
  .iconcept .ibtn a {
    width: 327px;
  }
  .itreatment .ijp {
    padding-left: 5px;
  }
  .itreatment .itreat-item:nth-child(2) .itreat-head {
    top: 41px;
    left: 50px;
  }
  .itreatment .itreat-item:nth-child(2) .itreat-lb {
    margin-left: 0;
  }
  .iproblem .iproblem-left li:nth-child(1) p {
    padding-right: 40px;
  }
  .iproblem .iproblem-left li:nth-child(3) p {
    padding-right: 44px;
  }
  .implant .implant-desc {
    padding-left: 3px;
  }
  .implant .ibtn {
    margin-left: 4px;
  }
  .ipatient .ijp {
    padding-right: 3px;
  }
  .ipatient .ipatient-tt {
    padding-right: 10px;
  }
  .ipatient .ipatient-st-ttl {
    padding-left: 5px;
  }
  .ipatient .ipatient-st-tt {
    padding-left: 2px;
  }
  .ipatient .ipatient-list li:nth-child(1) .ipatient-item {
    padding-top: 11px;
  }
  .ipatient .ipatient-list li:nth-child(3) .ipatient-item {
    padding: 0 0 2px 2px;
  }
  .ipatient .ipatient-list li:nth-child(4) .ipatient-item {
    padding-bottom: 7px;
    padding-left: 10px;
  }
  .ipatient .ipatient-list li:nth-child(4) .ipatient-num {
    left: 24px;
  }
  .ipatient .ibtn {
    transform: translateX(-1px);
  }
  .ifeature .ien {
    transform: translateX(0.0625em);
  }
  .ifeature .ifeature-cnt dl:nth-child(1) dt {
    padding: 0 10px 6px 0;
  }
  .ifeature .ifeature-cnt dl:nth-child(2) dt {
    padding: 7px 0 0 18px;
  }
  .ifeature .ifeature-cnt dl:nth-child(3) dt {
    padding: 0 10px 6px 0;
  }
  .ifeature .ifeature-cnt dl:nth-child(4) dt {
    padding: 27px 0 0 18px;
  }
  .ifeature .ibtn {
    transform: translateX(-1px);
  }
  .ifeature2 .ien {
    transform: translateX(0.05em);
  }
  .ipost .ipost-item li:nth-child(2) a {
    padding-bottom: 28px;
  }
  .ipost .ipost-item li:nth-child(3) a {
    padding-top: 27px;
    padding-bottom: 29px;
  }
}
@media only screen and (min-width: 769px) {
  .ibtn a {
    transition: all 0.3s linear;
  }
  .ibtn a:hover {
    opacity: 1;
    background-color: var(--main-color);
    color: #fff;
  }
  .ibtn a:hover::before {
    border-top-color: #fff;
    border-right-color: #fff;
  }
  .itreatment .itreat-item:hover picture::before {
    opacity: 0;
  }
  .itreatment .itreat-item:hover .itreat-arr {
    background-color: #fff;
  }
  .itreatment .itreat-item:hover .itreat-arr::before {
    filter: none;
  }
  .iproblem .ijp {
    padding-left: 2px;
    font-size: 40px;
  }
  .iproblem .iproblem-list li:hover {
    background-color: #f5b7c4;
    border-color: #f5b7c4;
    color: #fff;
  }
  .iproblem .iproblem-list li:hover::before {
    border-top-color: #fff;
    border-right-color: #fff;
  }
  .iother .ijp {
    line-height: 1.8;
    transform: translateX(-1px);
  }
  .iother .ien {
    transform: translateX(-1px);
  }
  .implant .implant-list.col2 {
    --gapY: 1.25em;
  }
  .implant .implant-list.col2 li:nth-child(3) .implant-bg::before {
    background-color: #e889b0;
  }
  .implant .implant-list.col2 li:nth-child(4) .implant-bg::before {
    background-color: #d6709a;
  }
  .implant .implant-list.col3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .implant .implant-list.col2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .implant .implant-list.col2 li {
    min-height: 250px;
  }
  .implant .implant-list li:hover .implant-bg {
    scale: 1.1;
    filter: grayscale(10%) blur(2px);
  }
  .iconcept .ien {
    transform: translateX(-0.0625em);
  }
  .ifeature2 .ifeat2-tel a:hover {
    opacity: 1;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .ifeature2 .ifeat2-logo {
    padding-right: 3px;
  }
  .ifeature2 .ifeat2-address {
    padding-right: 3px;
    font-weight: 300;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .iproblem .ien {
    font-size: 11.7130307467vw;
    top: -3.6603221083vw;
  }
  .iproblem .iproblem-left li:nth-child(1) .iproblem-tt {
    padding-right: 2.2222222222em;
  }
  .iconcept picture {
    width: 76.2811127379vw;
    left: 34.8462664714vw;
  }
  .implant .implant-img {
    width: 51.6837481698vw;
  }
  .ifeature2 .ifeat2-map {
    margin-top: 5.8565153734vw;
    margin-left: calc((100vw - 100%) / -2);
    margin-right: calc((100vw - 100%) / -2);
    padding: 0 54px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .iproblem .ihead {
    margin-bottom: 7.03125vw;
  }
  .iproblem .iproblem-list {
    font-size: 1.25vw;
  }
  .iproblem .iproblem-img {
    font-size: 1.25vw;
    top: -3.1875em;
  }
  .iproblem .iproblem-img img {
    width: 19.0625em;
    height: 37.5625em;
  }
  .implant .implant-txt {
    padding-top: 2.421875vw;
    width: min(40.414507772vw, 468px);
  }
  .implant .ihead {
    margin-bottom: 2.34375vw;
  }
  .implant .ijp {
    font-size: 3.515625vw;
    margin-bottom: 1.40625vw;
  }
  .implant .ien {
    font-size: 18px;
  }
  .implant .implant-wrapper::before {
    top: 24.0625vw;
    right: 19.21875vw;
    width: 99.453125vw;
    height: 56.25vw;
  }
  .implant .implant-list {
    --gapY: 1.1875em;
    --gapX: 1.25em;
    margin-top: 4.6875vw;
    font-size: min(1.3816925734vw, 16px);
  }
  .implant .implant-list.col2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .implant .implant-list.col2 li {
    min-height: 15.625em;
  }
  .implant .implant-list li {
    min-height: 18.125em;
    padding: 1.25em;
  }
  .implant .implant-tt {
    font-size: 1.375em;
    padding-bottom: 0.6818181818em;
    margin-bottom: 1.0454545455em;
  }
  .implant .implant-tt::before {
    width: 4.5454545455em;
  }
  .implant .implant-desc {
    margin-bottom: 3.125vw;
  }
  .iceramic {
    padding: 7.03125vw 0;
  }
  .iceramic .implant-wrapper::before {
    top: 31.484375vw;
    left: 8.515625vw;
    width: 110.15625vw;
    height: 64.84375vw;
  }
  .iother {
    padding-bottom: 9.0625vw;
  }
  .iother .iother-wrapper::before {
    top: 13.828125vw;
    left: 17.03125vw;
    width: 101.640625vw;
    height: 34.375vw;
  }
  .iother .iother-wrapper::after {
    top: -37.109375vw;
    left: -31.328125vw;
    width: 59.0625vw;
    height: 53.125vw;
  }
  .iother .iother-txt {
    width: min(43.1778929188vw, 500px);
  }
  .iother .ihead {
    margin-bottom: 2.734375vw;
    padding-top: 1.953125vw;
  }
  .iother .ijp {
    font-size: min(2.4179620035vw, 28px);
  }
  .iother .ien {
    font-size: 16px;
  }
  .iother .iother-desc {
    margin-bottom: 3.90625vw;
    padding-right: 2.34375vw;
  }
  .iother .iother-img {
    right: 0;
  }
  .iother .iother-img img {
    width: min(23.3160621762vw, 280px);
  }
  .ipatient .ihead {
    margin-bottom: 4.6875vw;
  }
  .ipatient .ien {
    font-size: 9.375vw;
    top: -2.1875vw;
  }
  .ipatient .ipatient-wrapper {
    padding: 10.15625vw 0;
  }
  .ipatient .ipatient-wrapper::before {
    top: -2.7083333333vw;
    left: -18.0555555556vw;
    width: 31.0416666667vw;
    height: 38.9583333333vw;
  }
  .ipatient .ipatient-wrapper::after {
    bottom: -6.5277777778vw;
    right: -18.75vw;
    width: 46.1111111111vw;
    height: 45vw;
  }
  .ipatient .ipatient-bx {
    padding: 3.125vw 6.25vw;
    min-height: 30.46875vw;
  }
  .ipatient .ipatient-hd::before {
    right: 1.796875vw;
    font-size: 12.5vw;
  }
  .ipatient .ipatient-step {
    margin-top: 7.265625vw;
  }
  .ipatient .ipatient-st-ttl {
    font-size: max(2.5vw, 22px);
    margin-bottom: 1.6875em;
  }
  .ipatient .ipatient-st-ttl span {
    padding: 0 1.1875em;
  }
  .ipatient .ipatient-st-ttl span::before, .ipatient .ipatient-st-ttl span::after {
    width: 13.625em;
    height: 0.1875em;
  }
  .ipatient .ipatient-list {
    font-size: min(1.3333333333vw, 16px);
  }
  .ifeature::before {
    width: 39.53125vw;
    height: 37.5vw;
  }
  .ifeature::after {
    width: 28.75vw;
    height: 60.859375vw;
    bottom: -11.796875vw;
  }
  .imessage::before {
    top: -14.0625vw;
    width: 43.984375vw;
    height: 60.859375vw;
  }
  .imessage .ien {
    top: -1.71875vw;
    left: -20px;
    font-size: 8.59375vw;
  }
  .imessage .ihead {
    transform: translateX(10px);
  }
  .imessage .imess-wrapper {
    padding: 10.9375vw 0 14.0625vw;
  }
  .imessage .imess-img {
    width: min(51.0362694301vw, 591px);
    right: 0;
  }
  .ifeature2 .ien {
    font-size: min(6.908462867vw, 80px);
    margin-bottom: 10px;
  }
  .ifeature2 .ihead {
    margin-bottom: 4.6875vw;
  }
  .ifeature2 .ifeat2-cnt {
    gap: 0 3.90625vw;
  }
  .ifeature2 .time_sheet {
    font-size: min(1.3816925734vw, 16px);
    width: 35.8125em;
  }
  .ifeature2 .ifeat2-info {
    margin-top: 0;
    font-size: min(1.3816925734vw, 16px);
    width: 27.25em;
  }
  .ifeature2 .ifeat2-logo {
    margin-bottom: 1.5em;
  }
  .ifeature2 .ifeat2-logo-jp {
    font-size: 2em;
    margin-bottom: 0.375em;
  }
  .ifeature2 .ifeat2-logo-en {
    font-size: 0.875em;
  }
  .ifeature2 .ifeat2-address {
    margin-bottom: 2.3125em;
  }
  .ifeature2 .ifeat2-btn {
    margin-top: 4.53125vw;
  }
  .ipost .ipost-wrapper::before {
    right: calc(100% - 27.734375vw);
    left: unset;
  }
  .ipost .ipost-hd {
    padding-right: 7.8125vw;
    margin-right: 4.6875vw;
  }
  .ipost .ipost-item {
    width: calc(100% - 356px - 4.6875vw);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .ijp {
    font-size: 28px;
    line-height: 1.4;
  }
  .ibtn a {
    width: 300px;
    min-height: 56px;
    font-size: 16px;
  }
  .ibtn a::before {
    right: 15px;
  }
  .itreatment {
    padding: 60px 0;
  }
  .itreatment .ijp {
    margin-bottom: 25px;
  }
  .iproblem {
    padding: 100px 0;
  }
  .iproblem .ijp {
    font-size: 34px;
  }
  .iproblem .iproblem-txt {
    padding: 0 30px;
  }
  .iconcept::before {
    width: 11.71875vw;
    height: 11.03515625vw;
    left: calc(50% - 5.859375vw);
    transform: translateX(-3.90625vw);
  }
  .iconcept .iconcept-wrapper {
    padding: 9.765625vw 0;
  }
  .iconcept .ihead {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .iconcept .ien {
    font-size: 6.8359375vw;
    margin-bottom: 10px;
  }
  .iconcept .ijp {
    font-size: 2.734375vw;
  }
  .iconcept .iconcept-txt {
    width: 50.78125vw;
  }
  .iconcept .iconcept-desc {
    margin-bottom: 30px;
  }
  .iother {
    padding: 60px 0;
  }
  .ipatient .ipatient-hd {
    padding-top: 2.1484375vw;
    padding-bottom: 2.44140625vw;
    margin-bottom: 1.7578125vw;
  }
  .ipatient .ipatient-hd::before {
    top: 23px;
  }
  .ipatient .ipatient-tt {
    font-size: 2.9296875vw;
  }
  .ifeature {
    padding: 9.765625vw 0 6.8359375vw;
  }
  .ifeature .ihead {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .ifeature .ien {
    font-size: 6.8359375vw;
    margin-bottom: 10px;
  }
  .ifeature .ijp {
    font-size: 28px;
  }
  .ifeature .ifeature-cnt dl {
    font-size: 1.3671875vw;
  }
  .ifeature .ifeature-cnt dl:nth-child(even) picture {
    left: 0;
  }
  .ifeature .ifeature-cnt dt {
    padding: 20px;
  }
  .ifeature .ifeature-cnt picture::before {
    font-size: 7.1428571429em;
    right: 0.25em;
  }
  .ifeature .ifeature-cnt picture::after {
    top: -2.9285714286em;
    bottom: -2.7857142857em;
  }
  .ifeature .ifeat-tt {
    font-size: 1.7em;
    margin-bottom: 0.5769230769em;
  }
  .ifeature .ifeat-en {
    font-size: 1em;
    margin-bottom: 1.2857142857em;
  }
  .ifeature .ifeat-desc {
    font-size: max(100%, 12px);
  }
  .ifeature .ibtn {
    margin-top: 5.859375vw;
  }
  .imessage .ihead {
    margin-bottom: 2.9296875vw;
  }
  .imessage .ien {
    top: -1.2vw;
  }
  .imessage .imess-wrapper {
    padding-top: 7.8125vw;
    padding-bottom: 9.765625vw;
  }
  .imessage .imess-txt {
    width: 48.828125vw;
  }
  .imessage .imess-img {
    width: 44.921875vw;
    right: 50px;
  }
  .imessage .imess-desc {
    margin-bottom: 2.9296875vw;
  }
  .imessage .imess-lb {
    font-size: 16px;
    padding: 20px 15px;
  }
  .imessage .imess-name {
    padding: 20px 15px;
    margin-top: 20px;
  }
  .imessage .imess-name-jp {
    font-size: 22px;
  }
  .ifeature2 .ifeat2-map {
    padding: 0 30px;
    height: 340px;
    margin-bottom: -170px;
  }
  .ipost .ipost-wrapper {
    padding-top: 210px;
    padding-bottom: 60px;
  }
  .ipost .ijp {
    font-size: 2.9296875vw;
  }
  .ipost .ien {
    font-size: 16px;
  }
  .ipost .ipost-hd {
    width: 33.203125vw;
    margin-right: 0;
  }
  .ipost .ipost-item {
    width: calc(100% - 33.203125vw);
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .iproblem .ien {
    top: -2.7vw;
  }
  .iproblem .iproblem-list li::before {
    right: 1.4em;
  }
  .iproblem .iproblem-left li:nth-child(1) .iproblem-tt {
    padding-right: 2em;
  }
  .ipatient .ipatient-box {
    gap: 20px;
  }
  .ipatient .ipatient-bx {
    min-height: 30.2419354839vw;
    padding: 3.0241935484vw 5.0403225806vw;
  }
  .ipatient .ipatient-list {
    font-size: 1.310483871vw;
    margin-bottom: 30px;
  }
  .ipost .ihead {
    margin-bottom: 32px;
  }
  .ipost .ipost-item li a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .ipost .ibtn a {
    min-height: 50px;
  }
}
/* FIREFOX */
@-moz-document url-prefix() {
  .imessage .imess-name {
    padding-right: 12px;
    width: 60px;
  }
  .imessage .imess-lb {
    padding-right: 12px;
    width: 50px;
  }
  .imessage .imess-name-en {
    transform: translateX(-3px);
    display: inline-block;
  }
  @media screen and (min-width: 769px) and (max-width: 1024px) {
    .imessage .imess-name {
      width: 52px;
    }
    .imessage .imess-lb {
      width: 46px;
      padding-right: 13px;
    }
  }
  @media screen and (max-width: 768px) {
    .imessage .imess-name {
      width: 44px;
      padding-right: 9px !important;
    }
    .imessage .imess-lb {
      width: 38px;
      padding-right: 10px !important;
    }
  }
}
/* Safari 10.1+ (which is the latest version of Safari at this time) */
@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */
}

/*# sourceMappingURL=index_pc.css.map */
