.home_page .key {
  --height: 57vw;
  --min-height: 550px;
  --max-height: 1080px;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  font-size: 0.625em;
  background-size: cover;
  background-color: var(--main-color);
}
.home_page .key .inner {
  position: relative;
  padding: 0;
  width: 100%;
  max-width: 1713px;
  padding: 0 70px;
}
.home_page .key .key_text {
  position: relative;
  overflow: hidden;
}
.home_page .key .key_text .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  position: relative;
  z-index: 0;
}
.home_page .key .key_text .item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 89em;
  z-index: -1;
  pointer-events: none;
  background-color: var(--main-color);
  opacity: 0.95;
  clip-path: polygon(40% 0%, 100% 0, 100% 100%, 0% 100%);
}
.home_page .key .key_text .item::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/idx_mv01.jpg);
  transition: all 1s ease;
  /* transform: scale(1.2); */
}
.home_page .key .catch {
  max-width: 78.7em;
  margin-left: auto;
  margin-top: 9.6em;
}
.home_page .key .imvs-head {
  color: #fff;
  text-align: center;
  margin-bottom: 5.5em;
}
.home_page .key .imvs-head h2 {
  font-size: 6em;
  line-height: 1;
  letter-spacing: 0.172em;
  margin-bottom: 0.217em;
  padding-left: 0.833em;
}
.home_page .key .imvs-head p {
  font-size: max(3em, 16px);
  letter-spacing: 0.083em;
}
.home_page .key .imvs-list {
  display: flex;
  gap: 3em;
}
.home_page .key .imvs-list li {
  position: relative;
  width: 24.2em;
  height: 24.2em;
  background-color: var(--main-color2);
  border-radius: 100%;
  color: #fff;
  text-align: center;
  padding: 3.6em 0 0;
  z-index: 0;
  background-image: linear-gradient(25deg, rgba(37, 96, 163, 0.2) 50%, #61b8e5 50%);
}
.home_page .key .imvs-list li::before {
  content: "";
  position: absolute;
  inset: 0.6em;
  z-index: 1;
  border: 1px solid #fff;
  opacity: 0.2;
  border-radius: 100%;
  pointer-events: none;
}
.home_page .key .imvs-item2 .imvs-icon {
  margin-bottom: 1.4em;
}
.home_page .key .imvs-icon {
  width: 6.1em;
  height: 7.1em;
  margin: 0 auto 2.9em;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.home_page .key .imvs-tt {
  font-size: 2.2em;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.home_page .key .imvs-num {
  position: absolute;
  top: 0.067em;
  right: 1.967em;
  font-size: 3em;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.013em;
  margin-bottom: 0;
}
.home_page .key .imvs-num::before {
  content: "";
  position: absolute;
  top: 0.033em;
  right: -0.333em;
  width: 1px;
  height: 2em;
  background-color: #fff;
  transform: rotate(-135deg);
}
.home_page .topic_path {
  display: none;
}

@media only screen and (min-width: 1921px) {
  .home_page .key {
    --max-height: 90vh;
  }
}
@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;
  }
}
section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.ipost {
  padding: 91px 0px 93px;
  background: url("../images/ipost-bg.jpg") center/cover repeat;
}
.ipost .inner {
  max-width: 1480px;
}
.ipost .content {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.ipost .box {
  width: 50%;
  padding: 86px 105px 83px;
  max-width: 710px;
  background-color: #fff;
}
.ipost li {
  border-bottom: 1px solid #eaeaea;
  width: auto;
}
.ipost li a {
  display: inline-flex;
  text-decoration: none;
  padding: 29px 0px;
  --w: 7.4em;
  transition: all 0.3s;
  letter-spacing: 0.1em;
  white-space: nowrap;
  width: 100%;
  max-width: 100%;
  color: var(--clr1);
}
.ipost li a span {
  display: inline-block;
}
.ipost li a:hover {
  opacity: 1;
}
.ipost li a .date {
  width: var(--w);
  transition: all 0.3s;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.ipost li a .title {
  max-width: calc(100% - var(--w));
  position: relative;
  padding-right: 6.875em;
  text-overflow: ellipsis;
  overflow: hidden;
  letter-spacing: 0px;
  font-weight: 500;
}
.ipost .news {
  position: relative;
}
.ipost h3 {
  margin-bottom: 6px;
}
.ipost h3 .en {
  display: block;
  font-size: 18px;
  color: var(--main-color2);
  font-family: var(--f-en);
  letter-spacing: 0.1em;
  line-height: 1;
}
.ipost h3 .jp {
  display: block;
  color: var(--main-color);
  font-size: 32px;
  letter-spacing: 0.1em;
  margin: -1px 0 0 -1px;
}
.ipost .ipost-btn {
  position: absolute;
  top: 25px;
  right: -8px;
}
.ipost .ipost-btn a {
  color: var(--main-color);
  text-decoration: none;
  padding-right: 36px;
  position: relative;
  z-index: 0;
}
.ipost .ipost-btn a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 3px;
  right: 0;
  margin: auto 0;
  width: 18px;
  height: 6px;
  background: url("../images/ic-arrow-main.svg") center/contain no-repeat;
}

.itt-en {
  font-size: 20px;
  color: var(--main-color2);
  font-family: var(--f-en);
  line-height: 1;
  margin-bottom: 5px;
}

.itt-jp {
  font-size: 32px;
  color: var(--main-color);
  line-height: 1.75;
  letter-spacing: 0.075em;
}

.imessage{
  background: rgb(231 248 251 / 40%);
}

.imessage .imess-wrapper {
  position: relative;
  padding: 193px 0 91px;
  z-index: 0;
}
.imessage .imess-ig {
  position: absolute;
  font-size: 10px;
  z-index: -1;
}
.imessage .imess-ig1 {
  --kc: 49px;
  top: 73px;
  left: max((100vw - 100%) / -2 + var(--kc), -271px);
}
.imessage .imess-ig1::before {
  content: "";
  position: absolute;
  top: -3.9em;
  right: -22.6em;
  width: 26.6em;
  height: 25.5em;
  background: url("../images/imessage-eff01.png") center/contain no-repeat;
  z-index: -1;
}
.imessage .imess-ig1 img {
  width: 60em;
  height: 70em;
}
.imessage .imess-ig2 {
  --kc: 51px;
  top: 155px;
  right: max((100vw - 100%) / -2 + var(--kc), -269px);
}
.imessage .imess-ig2::before {
  content: "";
  position: absolute;
  bottom: -15em;
  right: -5.1em;
  width: 22.4em;
  height: 19.7em;
  background: url("../images/imessage-eff02.png") center/contain no-repeat;
  z-index: 1;
}
.imessage .imess-ig2 .imess-info {
  left: unset;
  right: 21px;
  background-color: var(--main-color2);
}
.imessage .imess-ig2 img {
  width: 60em;
  height: 50em;
}
.imessage .imess-info {
  position: absolute;
  top: -24px;
  left: 23px;
  width: 14em;
  height: 20em;
  background-color: var(--main-color);
  color: #fff;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.2em 1em;
  font-size: 10px;
}
.imessage .imess-info p {
  line-height: 1;
}
.imessage .imess-job {
  font-size: 1.8em;
  margin-bottom: 0;
  font-weight: 400;
}
.imessage .imess-name-jp {
  font-size: 2.6em;
  margin-bottom: 0;
  margin-right: 0.5em;
  padding-right: 0.616em;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.imessage .imess-name-en {
  font-size: 1.4em;
  font-family: var(--f-en);
  margin-right: 1.143em;
  padding-top: 1px;
  font-weight: 400;
}
.imessage .imess-txt {
  width: min(100%, 487px);
  margin: 0 auto;
}
.imessage .imess-head {
  margin-bottom: 31px;
}
.imessage .itt-jp span {
  letter-spacing: 0.034em;
}
.imessage .imess-desc {
  margin-bottom: 88px;
}
.imessage .imess-btn {
  display: flex;
  gap: 22px;
}
.iclinic {
  position: relative;
  z-index: 0;
  padding-top: 10px;
  padding: 84px 0 90px;
  color: #fff;
}
.iclinic::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: var(--main-color);
}
.iclinic::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url("../images/iclinic-bg.jpg") center/cover no-repeat;
  opacity: 0.1;
}
.iclinic .iclinic-head {
  text-align: center;
  margin-bottom: 42px;
}
.iclinic .itt-en {
  color: #fff;
}
.iclinic .itt-jp {
  color: #fff;
  letter-spacing: -0.05em;
}
.iclinic .iclinic-cnt {
  --w: 640px;
  --gap: 55px;
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--gap);
}
.iclinic .iclinic-ig {
  max-width: 100%;
  width: var(--w);
}
.iclinic .iclinic-ig picture {
  margin-bottom: 53px;
}
.iclinic .ibtn a {
  margin: 0 auto;
}
.iclinic .iclinic-txt {
  width: calc(100% - var(--w) - var(--gap));
  margin-top: 28px;
  font-size: 10px;
}
.iclinic .iclinic-tbl {
  margin-bottom: 4.3em;
}
.iclinic .iclinic-tbl dl {
  display: flex;
  margin-bottom: 1.313em;
  font-size: 1.6em;
}
.iclinic .iclinic-tbl dt {
  flex-shrink: 0;
  width: 6.25em;
  padding-right: 0.625em;
}
.iclinic .iclinic-tel {
  text-decoration: none;
  color: #fff;
  font-size: 1.25em;
  line-height: 1.1;
  letter-spacing: 0.15em;
}
.iclinic .iclinic-ic {
  display: flex;
  align-items: center;
  gap: 4.8em;
  margin: 0 0 2.3em 0;
  padding-left: 2em;
}
.iclinic .iclinic-i {
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
  letter-spacing: 0.12em;
  font-size: 1.6em;
}
.iclinic .iclinic-i::before {
  content: "";
  display: inline-block;
  width: 3.5em;
  height: 3.5em;
  margin-right: 1.313em;
  background: center/contain no-repeat;
  transform: translateY(-0.188em);
}
.iclinic .iclinic-i span {
  font-size: 1.375em;
}
.iclinic .iclinic-bus::before {
  background-image: url("../images/iclinic-bus.png");
}
.iclinic .iclinic-car::before {
  background-image: url("../images/iclinic-car.png");
}
.iclinic .time_sheet {
  margin-bottom: 26px;
}
.iclinic .iclinic-ft {
  padding-left: 1.8em;
}
.iclinic .iclinict-ft-tt {
  font-size: 2em;
  line-height: 1.5;
  letter-spacing: 0.075em;
  margin-bottom: 0.8em;
}
.iclinic .iclinict-ft-ds {
  line-height: 1.5;
  margin-bottom: 0.643em;
  font-size: 1.4em;
}
.iclinic .iclinict-ft-ds:last-child {
  margin-bottom: 0;
}
.iclinic .iclinic-map {
  width: 100%;
  height: 360px;
  margin-top: 58px;
}
.iclinic .time_sheet td,
.iclinic .time_sheet th {
  font-size: 1.6em;
}
.iclinic .time_sheet td:first-child,
.iclinic .time_sheet th:first-child {
  width: 9.375em;
}
.iclinic .time_sheet td:last-child,
.iclinic .time_sheet th:last-child {
  width: 5.375em;
}
.iclinic .time_sheet th {
  padding: 0.813em 0.625em;
}
.iclinic .time_sheet td {
  padding: 1.313em 0.625em 1.125em;
}

.iorthopedics {
  min-height: 773px;
}
.iorthopedics .inner {
  max-width: 1316px;
}
.iorthopedics .iort-wrapper {
  display: flex;
  position: relative;
  padding: 169px 0 171px;
  z-index: 0;
}
.iorthopedics .iort-wrapper::before {
  content: "";
  font-size: 10px;
  position: absolute;
  top: 4.8em;
  left: -16.9em;
  width: 29.8em;
  height: 27.3em;
  z-index: -1;
  background: url("../images/iorthopedics-eff01.png") center/contain no-repeat;
}
.iorthopedics .iort-txt {
  width: min(100%, 576px);
}
.iorthopedics .iort-head {
  margin-bottom: 26px;
}
.iorthopedics .iort-desc {
  margin-bottom: 46px;
}
.iorthopedics .iort-desc p {
  letter-spacing: 1.5px;
}
.iorthopedics .iort-ig {
  position: absolute;
  top: 2px;
  bottom: 0;
  right: -2px;
  margin: auto 0;
  width: 66.2em;
  height: 61.8em;
  font-size: 10px;
}
.iorthopedics .iort-ig li {
  position: absolute;
  inset: 0;
}
.iorthopedics .iort-ig li img {
  width: 100%;
  height: 100%;
}
.iorthopedics .aos-animate .iort-ig li {
  animation: fade-in 1.5s 0.5s both;
}
.iorthopedics .aos-animate .iort-ig li:nth-child(2) {
  animation-delay: 1s;
}
.iorthopedics .aos-animate .iort-ig li:nth-child(3) {
  animation-delay: 1.5s;
}

.ipain {
  padding: 77px 0 104px;
  background: url("../images/ipain-bg.jpg") center/cover no-repeat;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.ipain::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 1024px;
  aspect-ratio: 1;
  background-color: #fff;
  opacity: 0.8;
  border-radius: 100%;
  z-index: -1;
}
.ipain .itt-jp {
  letter-spacing: 0.06em;
}
.ipain .ipain-head {
  text-align: center;
  margin-bottom: 34px;
}
.ipain .ipain-cnt {
  width: 100%;
  position: relative;
  padding: 7.7em 0;
  margin: 0 auto;
  font-size: 10px;
}
.ipain .ipain-person {
  position: absolute;
  inset: 0;
  z-index: -1;
  margin: 0 auto;
  width: 25.9em;
  height: 60.1em;
}
.ipain .ipain-person::before {
  content: "";
  position: absolute;
  top: calc(50% - 44.4em);
  left: calc(50% - 39em);
  width: 77.1em;
  height: 76.5em;
  background: url("../images/ipain-eff01.png") center/contain no-repeat;
  z-index: -1;
}
@keyframes rotate1 {
  0% {
    transform: rotate(0deg);
  }
  80%, 100% {
    transform: rotate(360deg);
  }
}
.ipain .ipain-parts {
  position: absolute;
  inset: 0;
}
.ipain .ipain-parts li {
  width: 7.7em;
  height: 8.6em;
  position: absolute;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  --dataY: 3.8em;
  --w: 24em;
}
.ipain .ipain-parts li.active {
  opacity: 1;
  visibility: visible;
}
.ipain .ipain-parts li::before {
  content: "";
  position: absolute;
  right: var(--dataY);
  bottom: 50%;
  width: var(--w);
  height: 1px;
  background-color: var(--main-color);
  transform-origin: center right;
}
.ipain .ipain-parts li img {
  animation: rotate1 2.5s ease-in-out infinite alternate-reverse;
}
.ipain .ipain-parts [data-part=shoulder] {
  top: 5.2em;
  left: 5.6em;
}
.ipain .ipain-parts [data-part=shoulder]::before {
  transform: rotate(-11deg);
}
.ipain .ipain-parts [data-part=back] {
  top: 19.2em;
  left: 9em;
}
.ipain .ipain-parts [data-part=back]::before {
  transform: rotate(-3deg);
}
.ipain .ipain-parts [data-part=lower-back] {
  top: 23.2em;
  left: 9em;
}
.ipain .ipain-parts [data-part=lower-back]::before {
  transform: rotate(-25deg);
}
.ipain .ipain-parts [data-part=knee] {
  bottom: 12.9em;
  left: 5.1em;
}
.ipain .ipain-parts [data-part=knee]::before {
  transform: rotate(-19deg);
}
.ipain .ipain-parts [data-part=neck] {
  top: 3.7em;
  right: 9.1em;
}
.ipain .ipain-parts [data-part=neck]::before {
  transform: rotate(14deg);
}
.ipain .ipain-parts [data-part=upper-limb] {
  top: 18.2em;
  right: 1em;
}
.ipain .ipain-parts [data-part=upper-limb]::before {
  transform: rotate(14deg);
}
.ipain .ipain-parts [data-part=hip-joint] {
  top: 26.2em;
  right: 5.5em;
}
.ipain .ipain-parts [data-part=hip-joint]::before {
  transform: rotate(22deg);
}
.ipain .ipain-parts [data-part=lower-limb] {
  bottom: 7.2em;
  right: 4.8em;
}
.ipain .ipain-parts [data-part=lower-limb]::before {
  transform: rotate(-2deg);
}
.ipain .ipant-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3em 5em;
}
.ipain .ipant-item li {
  width: 46em;
  height: 9em;
  background-color: #fff;
  border: 1px solid var(--main-color);
  display: flex;
  transition: all 0.3s ease;
  --w: 21.7em;
  padding: 1.4em 0;
  position: relative;
}
.ipain .ipant-item li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.1em;
  margin: auto 0;
  width: 1.8em;
  height: 0.6em;
  background: url("../images/ic-arrow-main.svg") center/contain no-repeat;
  transition: all 0.3s ease;
  font-size: 10px;
}
.ipain .ipant-item li a {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.ipain .ipant-tt {
  width: var(--w);
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  line-height: 1.6;
  font-weight: 600;
  border-right: 1px solid rgba(37, 96, 163, 0.2);
}
.ipain .ipant-tt-jp {
  font-size: 1.8em;
  color: var(--main-color);
  margin-bottom: 0.111em;
  transition: all 0.3s ease;
}
.ipain .ipant-tt-en {
  font-family: var(--f-en);
  font-size: 1.4em;
  color: var(--main-color2);
  padding-right: 0.429em;
  transition: all 0.3s ease;
}
.ipain .ipant-list {
  width: calc(100% - var(--w));
  margin: 0;
  padding: 0 0 0 3.4em;
  transition: all 0.3s ease;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ipain .ipant-list span {
  display: block;
  position: relative;
  padding-left: 0.75em;
  margin-bottom: 0.5em;
  font-size: 1.6em;
}
.ipain .ipant-list span:last-child {
  margin-bottom: 0;
}
.ipain .ipant-list span::before {
  content: "";
  position: absolute;
  top: 0.563em;
  left: 0;
  width: max(0.25em, 3px);
  height: max(0.25em, 3px);
  border-radius: 100%;
  background-color: var(--clr1);
  transition: all 0.3s ease;
}
.ipain .ipant-item-sp {
  display: none;
  flex-wrap: wrap;
  margin-top: 15px;
  border: 1px solid var(--main-color);
}
.ipain .ipant-item-sp li {
  height: 5em;
  width: 25%;
  border-right: 1px solid #fff;
  font-size: min(2.8125vw, 16px);
}
.ipain .ipant-item-sp li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: var(--main-color);
  color: #fff;
  width: 100%;
  height: 100%;
  font-size: 100%;
  text-decoration: none;
}
.ipain .ipant-item-sp li:nth-child(4n+4) {
  border-right: none;
}
.ipain .ipant-item-sp li:nth-child(1n+5) {
  border-top: 1px solid #fff;
}
.ipain .ipant-item-sp li.active a {
  background-color: #fff;
  color: var(--main-color);
}

.isport {
  padding: 92px 0 99px;
  background-color: var(--main-color2);
  color: #fff;
  background: url("../images/isport-bg.jpg") center/cover no-repeat;
}
.isport .isport-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  column-gap: 30px;
  --wimg: 720px;
}
.isport .isport-txt {
  --kc: 15px;
  width: calc(100% - var(--wimg) + var(--kc));
}
.isport .isport-head {
  margin-bottom: 26px;
}
.isport .itt-en {
  color: #fff;
}
.isport .itt-jp {
  color: #fff;
}
.isport .isport-desc {
  margin-bottom: 45px;
}
.isport .isport-desc p {
  letter-spacing: 0.05em;
}
.isport .ibtn a {
  width: 340px;
}
.isport .isport-ig {
  margin-right: -79px;
  width: var(--wimg);
}
.isport .isport-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  background-color: #fff;
}
.isport .isport-list li {
  width: 25%;
  height: 20em;
  position: relative;
  z-index: 0;
  perspective: 500px;
  transform-style: preserve-3d;
  font-size: 10px;
  z-index: 0;
}
.isport .isport-list li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  z-index: 1;
  border-left: 1px solid var(--main-color2);
  pointer-events: none;
}
.isport .isport-list li:nth-child(4n+1)::before {
  opacity: 0;
}
.isport .isport-list li:nth-child(1n+5) {
  border-top: 1px solid var(--main-color2);
}
.isport .isport-list .isport-item2 a::after,
.isport .isport-list .isport-item4 a::after,
.isport .isport-list .isport-item5 a::after,
.isport .isport-list .isport-item7 a::after {
  background-image: url("../images/ic-arrow-main2.svg");
}
.isport .isport-list a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  color: var(--clr1);
  transition: all 0.3s ease;
  text-decoration: none;
  padding-bottom: 0.6em;
  position: relative;
  z-index: 0;
  opacity: 1 !important;
  background-color: #fff;
  transform-style: preserve-3d;
  font-size: 100%;
}
.isport .isport-list a::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -2;
  transition: all 0.3s linear;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.05);
  opacity: 0;
}
.isport .isport-list a::after {
  content: "";
  position: absolute;
  bottom: 7px;
  right: 8px;
  width: 18px;
  height: 6px;
  background: url("../images/ic-arrow-main.svg") center/contain no-repeat;
}
.isport .isport-list .isport-eff1,
.isport .isport-list .isport-eff2 {
  position: absolute;
  inset: 2.5em 3.4em;
  margin: auto;
  pointer-events: none;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateZ(50px);
}
.isport .isport-list .isport-eff1::before, .isport .isport-list .isport-eff1::after,
.isport .isport-list .isport-eff2::before,
.isport .isport-list .isport-eff2::after {
  content: "";
  position: absolute;
  background-color: var(--main-color2);
  transition: all 0.25s linear;
}
.isport .isport-list .isport-eff1::before {
  top: 0;
  left: 0;
  right: 100%;
  height: 1px;
}
.isport .isport-list .isport-eff1::after {
  bottom: 0;
  left: 100%;
  right: 0;
  height: 1px;
}
.isport .isport-list .isport-eff2::before {
  top: 100%;
  bottom: 0;
  left: 0;
  width: 1px;
}
.isport .isport-list .isport-eff2::after {
  top: 0;
  bottom: 100%;
  right: 0;
  width: 1px;
}
.isport .isport-list picture {
  margin-bottom: 2em;
  width: 8.2em;
  height: 8.2em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.isport .isport-tt {
  font-size: 2.4em;
  font-weight: 500;
}

.iequipment {
  padding: 86px 0 91px;
  position: relative;
  z-index: 0;
}
.iequipment::before {
  content: "";
  position: absolute;
  inset: 0;
  height: 720px;
  background: url("../images/iequipment-bg.jpg") center/cover no-repeat;
  z-index: -1;
}
.iequipment .inner {
  max-width: 1860px;
}
.iequipment .iequip-head {
  text-align: center;
  margin-bottom: 58px;
}
.iequipment .iequip-cnt dl {
  display: flex;
  margin-bottom: 9.1em;
  --kc: -25em;
  font-size: 10px;
}
.iequipment .iequip-cnt dl:last-child {
  margin-bottom: 0;
}
.iequipment .iequip-cnt dt {
  flex-shrink: 0;
  width: 108em;
}
.iequipment .iequip-cnt dd {
  margin-top: 9em;
  margin-left: var(--kc);
  width: 80em;
  min-height: 60em;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 7em 10.5em 7em 10.7em;
  box-shadow: 0px 3px 4em rgba(0, 0, 0, 0.24);
  position: relative;
  z-index: 1;
}
.iequipment .iequip-en {
  font-size: max(2em, 13px);
  color: var(--main-color2);
  font-family: var(--f-en);
  line-height: 1;
  margin-bottom: 0.25em;
}
.iequipment .iequip-tt {
  font-size: max(3.2em, 18px);
  color: var(--main-color);
  line-height: 1.75;
  letter-spacing: 0.055em;
  margin-bottom: 0.813em;
}
.iequipment .iequip-desc {
  letter-spacing: 0.056em;
  margin-bottom: 2.875em;
  font-size: max(1.6em, 11px);
}
.iequipment .ibtn a {
  font-size: max(1.6em, 11px);
  width: 17.5em;
  padding: 0.625em 2.5em;
  min-height: 4.125em;
}
.iequipment .ibtn a::before {
  right: 0.938em;
  width: 1.125em;
  height: 0.375em;
}

.itreatment {
  margin-bottom: 89px;
}
.itreatment .inner {
  max-width: 1480px;
}
.itreatment .itreat-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../images/itreatment-bg.jpg") center/cover no-repeat;
  min-height: 600px;
  background-color: var(--main-color);
  color: #fff;
  padding: 50px 80px 57px;
  position: relative;
  z-index: 0;
  --size-eff: 160px;
  --x-eff: 18px;
  --y-eff: 47px;
}
.itreatment .itreat-wrapper::before, .itreatment .itreat-wrapper::after {
  content: "";
  position: absolute;
  width: var(--size-eff);
  height: var(--size-eff);
}
.itreatment .itreat-wrapper::before {
  border-top: 1px solid #fff;
  top: var(--y-eff);
  left: var(--x-eff);
}
.itreatment .itreat-wrapper::after {
  border-left: 1px solid #fff;
  top: var(--x-eff);
  left: var(--y-eff);
}
.itreatment .itreat-w {
  width: min(100%, 960px);
  margin: 0 auto;
}
.itreatment .itreat-w::before, .itreatment .itreat-w::after {
  content: "";
  position: absolute;
  width: var(--size-eff);
  height: var(--size-eff);
}
.itreatment .itreat-w::before {
  border-bottom: 1px solid #fff;
  bottom: var(--y-eff);
  right: var(--x-eff);
}
.itreatment .itreat-w::after {
  border-right: 1px solid #fff;
  bottom: var(--x-eff);
  right: var(--y-eff);
}
.itreatment .itreat-head {
  text-align: center;
  margin-bottom: 22px;
}
.itreatment .itreat-label {
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin-bottom: 3px;
}
.itreatment .itreat-title {
  font-size: 32px;
  line-height: 1.75;
  letter-spacing: 0.09em;
}
.itreatment .itreat-desc {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 2.35;
  margin-bottom: 39px;
}
.itreatment .itreat-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}
.itreatment .itreat-btn:last-child {
  margin-bottom: 0;
}
.imedical {
  padding: 86px 0 84px;
  position: relative;
  background: #fbfeff;
}
.imedical::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/imedical-bg01.jpg) center/cover no-repeat;
  opacity: 0.06;
}
.imedical .imedical-wrap {
  position: relative;
  z-index: 2;
}
.imedical .imedical-head {
  text-align: center;
  margin-bottom: 39px;
}
.imedical .imedical-list {
  margin-bottom: 44px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 10px;
  gap: 2em;
}
.imedical .imedical-list li {
  width: calc((100% - 6em) / 4);
}
.imedical .imedical-list a {
  padding: 4.5em 2em 3em;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  min-height: 34em;
  text-decoration: none;
  z-index: 2;
}
.imedical .imedical-list a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--main-color);
  opacity: 0.5;
  z-index: -1;
  transition: all 0.3s ease;
}
.imedical .imedical-list a::after {
  content: "";
  position: absolute;
  bottom: 1.4em;
  right: 1em;
  width: 1.8em;
  aspect-ratio: 3/1;
  background: url(../images/ic-arrow.svg) center/100% auto no-repeat;
}
.imedical .imedical-list .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.imedical .imedical-list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.imedical .imedical-list .icon {
  margin-bottom: 3.2em;
  height: 7em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.imedical .imedical-list .icon img {
  height: 100%;
}
.imedical .imedical-list .title {
  position: relative;
  margin-bottom: 0.542em;
  padding-bottom: 0.583em;
  font-family: var(--f-serif);
  font-size: 2.4em;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-align: center;
}
.imedical .imedical-list .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 1.25em);
  width: 2.5em;
  height: 1px;
  background: #ffffff;
}
.imedical .imedical-list .desc {
  line-height: 2.25;
  letter-spacing: 0.04em;
  color: #ffffff;
  text-align: center;
  font-size: 1.6em;
}
.imedical .imedical-banner {
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
}
.imedical .imedical-banner a {
  display: inline-block;
  width: 100%;
  height: 100%;
  transition: 0.3s ease;
}

.ifeature {
  padding-top: 83px;
  padding-bottom: 89px;
  position: relative;
  z-index: 0;
}
.ifeature::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: min(37%, 640px);
  background: url(../images/ifeature-bg.png) center/cover no-repeat, var(--main-color);
  z-index: -1;
}
.ifeature::after {
  content: "";
  position: absolute;
  top: min(37%, 630px);
  left: 0;
  right: 0;
  height: 1466px;
  background: url("../images/ifeature-bg02.jpg") center/contain repeat;
  z-index: -2;
}
.ifeature .ifeat-wrap {
  position: relative;
  z-index: 2;
}
.ifeature .ifeat-head {
  text-align: center;
  margin-bottom: 40px;
}
.ifeature .itt-en {
  color: #fff;
}
.ifeature .itt-jp {
  color: #fff;
}
.ifeature .ifeat-list {
  margin: 0 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4em;
  font-size: 10px;
}
.ifeature .ifeat-list-item {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 0;
}
.ifeature .ifeat-list .ifeat-link {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.ifeature .ifeat-list .ifeat-link a {
  display: block;
  width: 100%;
  height: 100%;
}
.ifeature .ifeat-list .top {
  position: relative;
}
.ifeature .ifeat-list .title {
  position: absolute;
  top: 15.5%;
  padding: 2.33334em;
  margin-bottom: 0;
  width: 100%;
  font-size: 3em;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #fff;
  z-index: 2;
}
.ifeature .ifeat-list .img {
  position: relative;
  width: 100%;
  height: 55em;
}
.ifeature .ifeat-list .img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #242b3c;
  opacity: 0.3;
}
.ifeature .ifeat-list .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ifeature .ifeat-list .content {
  flex-grow: 1;
  margin-top: -41.5%;
  padding: 5.4em 7em;
  position: relative;
  min-height: 40.5em;
  z-index: 2;
}
.ifeature .ifeat-list .content::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40.5em;
  background: url("../images/ifeature-eff01.png") center top/cover no-repeat;
  z-index: -1;
}
.ifeature .ifeat-list .content::after {
  content: "";
  position: absolute;
  bottom: 1.4em;
  right: 1em;
  width: 1.8em;
  height: 0.6em;
  background: url("../images/ic-arrow.svg") center/contain no-repeat;
}
.ifeature .ifeat-list .stt {
  margin-bottom: 2.25em;
  padding: 0.417em 0.583em;
  display: inline-block;
  font-family: var(--f-serif4);
  font-size: 1.2em;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.ifeature .ifeat-list .stt .num {
  margin-left: 0.154em;
  font-family: var(--f-serif);
  font-size: 4.333em;
  font-weight: 300;
}
.ifeature .ifeat-list .desc p {
  color: #fff;
  letter-spacing: 0.01em;
  font-size: max(1.6em, 10px);
}

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

@media only screen and (min-width: 1920px) {
  .home_page .key .imvs-item1 .imvs-num {
    right: 62px;
  }
  .home_page .key .imvs-item1 .imvs-num::before {
    right: -12px;
  }
  .ipost li:nth-child(2) a {
    padding: 26px 0 29px;
  }
  .ipost li:nth-child(3) a {
    padding: 26px 0 27px;
  }
  .ipost .box:nth-child(2) h3 .jp {
    letter-spacing: -2.2px;
  }
  .ipost .box:nth-child(2) .ipost-btn {
    right: -5px;
  }
  .imessage .itt-en {
    margin-left: 2px;
  }
  .imessage .ibtn:nth-child(2) {
    margin-right: -1px;
  }
  .imessage .ibtn:nth-child(3) a {
    letter-spacing: -0.4px;
  }
  .iclinic .itt-jp {
    padding-right: 7px;
  }
  .iclinic .iclinic-tbl {
    padding-left: 7px;
  }
  .iclinic .iclinic-ic {
    padding-left: 2px;
  }
  .iclinic .ibtn a {
    letter-spacing: -0.063em;
  }
  .iclinic .iclinic-map {
    margin-left: 1px;
  }
  .isport .ibtn {
    margin-left: 1px;
  }
  .isport .isport-item2 .isport-tt {
    letter-spacing: -2px;
    padding-right: 3px;
  }
  .isport .isport-item4 .isport-tt {
    letter-spacing: -0.7px;
    padding-right: 1px;
  }
  .iequipment .iequip-cnt dl:nth-child(2) {
    margin-bottom: 89px;
  }
  .iequipment .itt-jp {
    padding-left: 8px;
    letter-spacing: 0.085em;
  }
  .iequipment .itt-en {
    padding-left: 2px;
  }
  .iequipment .iequip-en {
    padding-left: 2px;
  }
  .itreatment .itreat-label {
    padding-left: 3px;
  }
  .itreatment .itreat-title {
    padding-left: 5px;
  }
  .ifeature .itt-jp {
    letter-spacing: -0.7px;
    transform: translateX(-2px);
  }
  .isport .isport-list a {
    padding-left: 1px;
  }
  .ipain .ipain-person {
    left: 3px;
  }
}
@media only screen and (min-width: 769px) {
  .ipost ul a:hover {
    padding-left: 10px;
    background-color: rgba(97, 184, 229, 0.1);
  }
  .isport .ibtn a:hover {
    background-color: var(--main-color);
  }
  .isport .isport-list li:hover {
    z-index: 2;
    border: none !important;
  }
  .isport .isport-list li:hover::before, .isport .isport-list li:hover::after {
    opacity: 0 !important;
  }
  .isport .isport-list li:hover a::before {
    opacity: 1;
    transform: scale(1);
  }
  .isport .isport-list li:hover a .isport-eff1::before {
    right: 0%;
  }
  .isport .isport-list li:hover a .isport-eff1::after {
    left: 0%;
  }
  .isport .isport-list li:hover a .isport-eff2::before {
    top: 0%;
  }
  .isport .isport-list li:hover a .isport-eff2::after {
    bottom: 0%;
  }
  .iequipment .iequip-cnt dl:nth-child(even) {
    flex-direction: row-reverse;
  }
  .iequipment .iequip-cnt dl:nth-child(even) dd {
    margin-left: 0;
    margin-right: var(--kc);
  }
  .imessage .ibtn a {
    width: 280px;
  }
  .ifeature .ifeat-list-item {
    transition: all 0.3s ease;
  }
  .ifeature .ifeat-list-item:hover {
    transform: translateY(-10px);
  }
  .ipain .ipant-item li:hover {
    background-color: var(--main-color);
  }
  .ipain .ipant-item li:hover::before {
    filter: brightness(0) invert(1);
  }
  .ipain .ipant-item li:hover .ipant-tt {
    border-right-color: rgba(255, 255, 255, 0.2);
  }
  .ipain .ipant-item li:hover .ipant-tt-jp {
    color: #fff;
  }
  .ipain .ipant-item li:hover .ipant-tt-en {
    color: #fff;
  }
  .ipain .ipant-item li:hover .ipant-list {
    color: #fff;
  }
  .ipain .ipant-item li:hover .ipant-list span::before {
    background-color: #fff;
  }
  .ipain .ipant-item li.active {
    background-color: var(--main-color);
    color: #fff;
  }
  .ipain .ipant-item li.active::before {
    filter: brightness(0) invert(1);
  }
  .ipain .ipant-item li.active .ipant-tt {
    border-right-color: rgba(255, 255, 255, 0.2);
  }
  .ipain .ipant-item li.active .ipant-tt-jp {
    color: #fff;
  }
  .ipain .ipant-item li.active .ipant-tt-en {
    color: #fff;
  }
  .ipain .ipant-item li.active .ipant-list span::before {
    background-color: #fff;
  }
  .ipain .ipain-parts [data-part=neck]::before {
    right: unset;
    left: var(--dataY);
    transform-origin: center left;
  }
  .ipain .ipain-parts [data-part=upper-limb]::before {
    right: unset;
    left: var(--dataY);
    transform-origin: center left;
  }
  .ipain .ipain-parts [data-part=hip-joint]::before {
    right: unset;
    left: var(--dataY);
    transform-origin: center left;
  }
  .ipain .ipain-parts [data-part=lower-limb]::before {
    right: unset;
    left: var(--dataY);
    transform-origin: center left;
  }
  .imedical .imedical-list li a:hover {
    opacity: 1;
  }
  .imedical .imedical-list li a:hover::before {
    opacity: 0.8;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1919px) {
  .imessage .imess-wrapper {
    padding-top: 9.8958333333vw;
  }
  .imessage .imess-ig {
    font-size: 0.4947916667vw;
    --kc: 30px;
  }
  .imessage .imess-ig1 {
    font-size: 0.484375vw;
  }
  .imessage .imess-desc{
    margin-bottom: calc(60/1919*100vw);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1600px) {
  .home_page .key {
    font-size: 1vmin;
    --max-height: 100vh;
  }
  .iequipment::before {
    height: 38.75vw;
  }
  .iequipment .iequip-cnt dl {
    font-size: 0.5625vw;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .isport .isport-ig {
    padding-right: 80px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .home_page .key .key_text .item {
    font-size: 7px;
  }
  .iequipment .iequip-cnt dd {
    padding: 7em 8em;
    min-height: 51em;
  }
  .iequipment .iequip-desc {
    font-size: max(1.9em, 12px);
  }
  .iequipment .ibtn a {
    font-size: max(1.9em, 12px);
  }
  .ipost .box {
    padding: 50px;
  }
  .ipost li a .title {
    padding-right: 40px;
  }
  .imessage .imess-ig {
    font-size: 0.4427083333vw;
  }
  .imessage .imess-info {
    font-size: 8px;
  }
  .imessage .imess-desc {
    margin-bottom: 40px;
  }
  .imessage .imess-btn {
    gap: 10px;
  }
  .iclinic .iclinic-cnt {
    --w: calc(640 / 1366 * 100vw);
    --gap: 30px;
  }
  .iclinic .iclinic-ic {
    padding-left: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .home_page .key {
    --max-height: min(100vh, 680px);
  }
  .imessage .imess-info {
    font-size: 0.625vw;
    top: -2.4em;
    left: 2.3em;
  }
  .imessage .imess-ig2 .imess-info {
    right: 2.1em;
  }
  .imessage .imess-txt {
    font-size: 0.78125vw;
    width: 47.4em;
  }
  .imessage .imess-desc p {
    font-size: 1.6em;
  }
  .imessage .itt-en {
    font-size: 2em;
  }
  .imessage .itt-jp {
    font-size: 2.8em;
  }
  .imessage .imess-head {
    margin-bottom: 2em;
  }
  .imessage .imess-desc {
    margin-bottom: 3em;
  }
  .imessage .ibtn a {
    width: 17.857em;
    font-size: 1.4em;
    padding-left: 2.857em;
    padding-right: 2.857em;
    min-height: 4.714em;
  }
  .iorthopedics .iort-ig {
    font-size: 0.703125vw;
  }
  .iorthopedics .iort-txt {
    width: 45vw;
  }
  .isport {
    padding: 70px 0;
  }
  .isport .isport-wrapper {
    --wimg: calc(720 / 1280 * 100vw);
  }
  .isport .isport-txt {
    --kc: 40px;
  }
  .isport .isport-head {
    margin-bottom: 15px;
  }
  .isport .isport-desc {
    margin-bottom: 25px;
  }
  .isport .isport-list li {
    font-size: 8px;
  }
  .imedical .imedical-list {
    font-size: 0.78125vw;
    margin-bottom: 30px;
  }
  .imedical .imedical-list a {
    padding-left: 1.5em;
    padding-right: 1.5em;
    min-height: 32.9em;
  }
  .imedical .imedical-banner {
    max-width: 50vw;
  }
  .ifeature::after {
    height: 107.8125vw;
  }
  .ifeature .ifeat-list {
    font-size: 0.78125vw;
    margin: 0 1.5625vw;
  }
  .ifeature .ifeat-list .title {
    padding-left: 1.897em;
    padding-right: 1.897em;
    font-size: 2.9em;
  }
  .ifeature .ifeat-list .content {
    padding-left: 5.5em;
    padding-right: 5.5em;
  }
  .ipain::before {
    width: 80vw;
  }
  .ipain .ipain-cnt {
    font-size: 0.78125vw;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .iclinic .iclinic-cnt {
    --w: calc(500 / 1200 * 100vw);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .ibtn a {
    width: 220px;
    min-height: 56px;
    padding: 10px 28px;
  }
  .ibtn a::before {
    width: 14px;
    right: 10px;
  }
  .itt-jp {
    font-size: 28px;
  }
  .itt-en {
    font-size: 18px;
  }
  .home_page .key .key_text .item {
    font-size: 0.68359375vw;
  }
  .ipost {
    padding: 70px 0;
  }
  .ipost .box {
    padding: 40px;
  }
  .ipost h3 .jp {
    font-size: 26px;
  }
  .ipost li a {
    padding: 20px 0;
  }
  .ipost li a .title {
    padding-right: 20px;
  }
  .iclinic .iclinic-cnt {
    --w: calc(500 / 1200 * 100vw);
  }
  .iclinic .iclinic-txt {
    margin-top: 10px;
    font-size: 0.87890625vw;
  }
  .iclinic .iclinic-tbl dt {
    width: 6.35em;
  }
  .iclinic .iclinic-ig picture {
    margin-bottom: 30px;
  }
  .iorthopedics {
    min-height: 45.15625vw;
  }
  .iorthopedics .iort-wrapper {
    padding: 100px 0;
  }
  .iorthopedics .iort-head {
    margin-bottom: 10px;
  }
  .iorthopedics .iort-desc {
    margin-bottom: 20px;
  }
  .imessage .imess-wrapper {
    padding-bottom: 50px;
  }
  .isport .ibtn a {
    width: 280px;
  }
  .iequipment {
    padding: 70px 0;
  }
  .iequipment .iequip-tt {
    margin-bottom: 10px;
  }
  .iequipment .iequip-head {
    margin-bottom: 30px;
  }
  .iequipment .iequip-desc {
    margin-bottom: 1.975em;
  }
  .itreatment .itreat-wrapper {
    padding: 50px 70px;
    --size-eff: 70px;
    --x-eff: 10px;
    --y-eff: 25px;
    min-height: auto;
  }
  .itreatment .itreat-desc {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .itreatment .itreat-title {
    font-size: 25px;
  }
  .itreatment .itreat-label {
    font-size: 17px;
  }
  .itreatment .itreat-head {
    margin-bottom: 10px;
  }
  .ifeature {
    padding: 60px 0;
  }
  .ifeature .ifeat-head {
    margin-bottom: 20px;
  }
  .ipain {
    padding: 50px 0 65px;
  }
  .ipain .ipain-head {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .ipost .box {
    padding: 30px;
  }
  .isport .isport-wrapper {
    column-gap: 20px;
  }
  .isport .isport-ig {
    margin-right: -60px;
    padding-right: 60px;
  }
  .isport .isport-list li {
    font-size: 6px;
  }
  .itreatment .itreat-wrapper {
    padding: 50px 50px;
  }
  .itreatment .itreat-btn {
    gap: 12px;
    margin-bottom: 12px;
  }
  .itreatment .ibtn a {
    width: 15.714em;
    min-height: 4em;
    padding: 0.714em 2em;
    font-size: 1.4112903226vw;
  }
  .itreatment .ibtn a::before {
    width: 1em;
    right: 0.714em;
  }
  .imessage .ibtn a {
    padding-left: 2.6em;
    padding-right: 2.6em;
  }
  .imessage .ibtn a::before {
    right: 6px;
    width: 12px;
  }
}

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