.home_page .key {
  --height: 56vw;
  --min-height: 500px;
  --max-height: 960px;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  font-size: min(0.55vw, 10px);
}
.home_page .key .inner {
  position: relative;
  padding: 0;
  width: 100%;
}
.home_page .key .mv_slider:not(.slick-slider) {
  display: flex;
  overflow: hidden;
}
.home_page .key .slick-slider {
  width: 100%;
}
.home_page .key .slick-list {
  overflow: visible;
}
.home_page .key .key-slr:not(.slick-slider) {
  opacity: 0;
}
.home_page .key .key_text {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  height: 100%;
  padding: 0 20px 3em;
  gap: 3em;
}
.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);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  border-radius: 50px;
}
.home_page .key .bg1 {
  background-image: url(../images/idx_key_bg1.jpg);
}
.home_page .key .bg2 {
  background-image: url(../images/idx_key_bg2.jpg);
}
.home_page .key .bg3 {
  background-image: url(../images/idx_key_bg3.jpg);
}
.home_page .key .catch {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: auto;
  z-index: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home_page .key .catch h2,
.home_page .key .catch p {
  font-family: var(--f-notosans);
  text-shadow: rgba(22, 28, 34, 0.65) 0px 0px 26px, rgba(22, 28, 34, 0.65) 0px 0px 26px;
}
.home_page .key .catch h2 {
  font-size: 4.8em;
  line-height: 1.58;
  padding-left: 0.6666666667em;
  letter-spacing: 0.05em;
  margin-bottom: 0.6666666667em;
  font-weight: 700;
  position: relative;
  color: #fff;
}
.home_page .key .catch p {
  color: #fff;
  font-weight: 700;
  font-size: 2.6em;
  line-height: 1.6;
}
.home_page .key .key-rt,
.home_page .key .key-lt {
  position: relative;
  width: calc((100% - 3em) / 2);
}
.home_page .key .key-rt picture img,
.home_page .key .key-lt picture img {
  border-radius: 5em;
  width: 100%;
  height: 79em;
  object-fit: cover;
}
.home_page .key .key-rt .key-bx {
  padding-right: 5.4em;
}
.home_page .key .key-lt .key-bx {
  padding-left: 0.2em;
}
.home_page .key .key-bx {
  position: absolute;
  bottom: 8em;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.home_page .key .key-tt {
  font-size: 4.5em;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 0.8666666667em;
  letter-spacing: 0.0555555556em;
}
.home_page .key .key-btn {
  font-size: 100%;
}
.home_page .key .key-btn a {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  width: 22.2222222222em;
  height: 4.8888888889em;
  border-radius: 999px;
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: 700;
  position: relative;
  z-index: 0;
  padding: 0.5555555556em 1.1111111111em 0.4444444444em;
  transition: all 0.3s ease;
  font-size: 1.8em;
}
.home_page .key .key-btn a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 1.6666666667em;
  width: 0.5555555556em;
  height: 0.5555555556em;
  transform: rotate(45deg);
  border-top: solid 0.1111111111em #fff;
  border-right: solid 0.1111111111em #fff;
}
.home_page .key .key-green a {
  background-color: var(--main-color2);
}
.home_page .key .key-orange a {
  background-color: var(--main-color);
}
.home_page .topic_path {
  display: none;
}

.home_page .key .key_point_gr {
  --size-mg: -1em;
  position: absolute;
  bottom: 6em;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 1em;
}
.home_page .key .key_point_gr .item {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 1.5em;
  margin: var(--size-mg);
  width: 26em;
  height: 26em;
  border-radius: 50%;
}
.home_page .key .key_point_gr .item::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  inset: 0.5em;
  border-radius: 50%;
  border: 1px solid white;
  opacity: 0.5;
}
.home_page .key .key_point_gr .item p {
  text-align: center;
  color: white;
}
.home_page .key .key_point_gr .item .item_num {
  display: table;
  padding-left: 0.2em;
  padding-right: 0.2em;
  padding-bottom: 0.3em;
  margin: 0 auto 1em;
  font-size: 2em;
  font-family: var(--f-en);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  border-bottom: 1px solid white;
}
.home_page .key .key_point_gr .item .item_ico {
  margin-bottom: 0.5em;
  width: 5.5em;
  height: 5.5em;
  background: no-repeat center/cover;
}
.home_page .key .key_point_gr .item .item_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 4.95em;
  margin-bottom: 0;
  font-size: 2em;
  text-align: center;
  line-height: 1.5;
  font-weight: 500;
}
.home_page .key .key_point_gr .item01 {
  background-color: var(--main-color);
}
.home_page .key .key_point_gr .item02 {
  background-color: var(--main-color2);
}
.home_page .key .key_point_gr .item03 {
  background-color: #ffb612;
}
.home_page .key .key_point_gr .item04 {
  background-color: #70ce6d;
}
.home_page .key .key_point_gr .item01 .item_ico {
  background-image: url(../images/key_point_gr_ico01.png);
}
.home_page .key .key_point_gr .item02 .item_ico {
  background-image: url(../images/key_point_gr_ico02.png);
}
.home_page .key .key_point_gr .item03 .item_ico {
  background-image: url(../images/key_point_gr_ico03.png);
}
.home_page .key .key_point_gr .item04 .item_ico {
  background-image: url(../images/key_point_gr_ico04.png);
}

@media only screen and (min-width: 769px) {
  .home_page .key {
    --space-left-ct: 10em;
  }
  .home_page .key .catch {
    right: auto;
    left: calc(var(--space-left-ct) + 7em);
    bottom: 10em;
    align-items: flex-start;
  }
  .home_page .key .catch h2, .home_page .key .catch p {
    text-align: left;
  }
  .home_page .key .catch h2 {
    padding-left: 0;
  }
  .home_page .key .key_point_gr {
    left: calc(var(--space-left-ct) + var(--size-mg) * -2);
    right: auto;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 1560px) and (min-width: 769px) and (max-height: 850px) and (orientation: landscape) {
  .home_page .key {
    font-size: 1vmin;
    --max-height: calc(100vh - 20px);
  }
 
}
@media (min-width: 769px) and (max-width: 1024px) {
  .home_page .key {
    font-size: 0.7vmin;
  }
  .home_page .key .catch p {
    font-size: 2.6em;
  }
  .home_page .key .key-btn a {
    font-size: 2em;
  }
}
.ibtn {
  line-height: 1;
}
.ibtn a {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 100%;
  width: 370px;
  min-height: 85px;
  border-radius: 999px;
  padding: 20px 50px 20px 40px;
  font-size: 16px;
  z-index: 0;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
}
.ibtn a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: center/cover no-repeat;
  z-index: -1;
  border-radius: 999px;
  transition: all 0.3s ease;
}
.ibtn a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 1px;
  right: 35px;
  margin: auto 0;
  width: 8px;
  aspect-ratio: 8/12;
  background: url("../images/ibtn-ic-arr.png") center/contain no-repeat;
}

.ibtn-orange a {
  background-color: var(--main-color);
}
.ibtn-orange a::before {
  display: none;
}

.ibtn-black a {
  background-color: var(--clr1);
}
.ibtn-black a::before {
  display: none;
}

.ibtn-green-sw {
  --sd: 10px;
}
.ibtn-green-sw a {
  box-shadow: var(--sd) var(--sd) 0px rgba(203, 226, 111, 0.7);
  background-color: #409132;
}
.ibtn-green-sw a::before {
  background-image: url("../images/ibtn-green.jpg");
}

.ibtn-orange-sw {
  --sd: 10px;
}
.ibtn-orange-sw a {
  box-shadow: var(--sd) var(--sd) 0px rgba(255, 209, 121, 0.7);
  background-color: #f1ac5d;
}
.ibtn-orange-sw a::before {
  background-image: url("../images/ibtn-orange.jpg");
}

.iorange-type2 a::before {
  background-image: url("../images/ibtn-orange2.jpg");
}

@keyframes marquee1 {
  0% {
    transform: translate3d(var(--move-initial), -50%, 0);
  }
  to {
    transform: translate3d(var(--move-final), -50%, 0);
  }
}
.ien {
  font-family: var(--f-en);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
.ien-big {
  white-space: nowrap;
  font-size: 170px;
  font-weight: 700;
  font-family: var(--f-en);
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  animation: marquee1 20s linear infinite;
  animation-play-state: running;
  --offset: 20vw;
  --move-initial: calc(-25% + var(--offset));
  --move-final: calc(-50% + var(--offset));
  width: fit-content;
}
.ien-big p {
  display: inline-block;
  line-height: 1;
  margin-bottom: 0;
  font-size: inherit;
}

.ijp {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.4;
}

.ipost {
  position: relative;
  overflow: hidden;
  padding: 100px 0px 0;
  background: url(../images/idx1_bg.jpg) top left;
  background-repeat: repeat;
}
@media only screen and (min-width: 1919px) {
  .ipost {
    padding-top: 120px;
  }
}
.ipost .inner {
  max-width: 1240px;
  position: relative;
  z-index: 1;
}
.ipost .inner::before, .ipost .inner::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  font-size: min(1vw, 10px);
}
.ipost .inner::before {
  background: url(../images/idx1_before1.jpg) no-repeat center/contain;
  width: 60em;
  height: 54em;
  top: -11.1em;
  left: -33.3em;
}
.ipost .ihead {
  margin-bottom: 53px;
}
.ipost .ien {
  font-size: 17px;
  color: #ffb612;
  margin-bottom: 12px;
}
.ipost .ijp {
  font-size: 34px;
}
.ipost .wrap {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.ipost .ipost-bt {
  display: none;
}
.ipost .ipost-bt a {
  width: fit-content;
  position: relative;
  padding-left: 41px;
  display: block;
  font-weight: 700;
  letter-spacing: 0.04375em;
  transition: all 0.3s ease;
  font-size: 16px;
}
.ipost .ipost-bt a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 5px;
  margin: auto 0;
  width: 30px;
  height: 30px;
  background: url("../images/ipost-ic-list.png") center/contain no-repeat;
}
.ipost .ipost-bt.active {
  display: block;
}
@media (min-width: 769px) {
  .ipost .ipost-bt.sp {
    display: none;
  }
}
.ipost .lt {
  flex-shrink: 0;
  padding-top: 76px;
}
.ipost .rt {
  background-color: #fff;
  max-width: 100%;
  width: 900px;
  border-radius: 20px;
  box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  .ipost .rt {
    min-height: 319px;
  }
}
.ipost .ipost-thead {
  display: flex;
}
.ipost .ipost-thead li {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  width: 50%;
  height: 70px;
  font-size: 18px;
  font-weight: 700;
  background-color: #ffb612;
  color: #fff;
  transition: all 0.3s ease;
  letter-spacing: 0.05em;
}
.ipost .ipost-thead li.active {
  background-color: #fff !important;
  color: var(--clr1);
  cursor: default;
}
.ipost .box {
  display: none;
  padding: 25px 54px 19px;
}
.ipost .box.active {
  display: block;
}
.ipost .box li {
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
}
.ipost .box li:last-child {
  border-bottom: none;
}
.ipost .box li a {
  display: flex;
  align-items: center;
  padding: 30px 60px 30px 0;
  --wc: 127px;
  --wd: 98px;
  transition: all 0.3s;
  letter-spacing: 0.1em;
  white-space: nowrap;
  max-width: 100%;
  color: var(--clr1);
  position: relative;
  z-index: 0;
}
.ipost .box li a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 17px;
  margin: auto 0;
  width: 30px;
  height: 30px;
  background: url("../images/ipost-ic.png") center/contain no-repeat;
  transition: all 0.3s ease;
}
.ipost .box li a span {
  display: inline-block;
}
.ipost .box li a .cate {
  width: 102px;
  height: 42px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 999px;
  border: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.0571428571em;
  margin-right: 25px;
  flex-shrink: 0;
}
.ipost .box li a .date {
  font-size: 14px;
  font-family: var(--f-en);
  color: #888888;
  letter-spacing: 0.05em;
  margin-right: 20px;
  flex-shrink: 0;
}
.ipost .box li a .title {
  max-width: 100%;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 700;
  letter-spacing: 0.04375em;
  font-size: 16px;
}
.ipost .idx1_box {
  max-width: 1920px;
  margin: 110px auto 0;
  padding: 90px 0;
  position: relative;
  z-index: 1;
}
.ipost .idx1_box::before, .ipost .idx1_box::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  font-size: 10px;
  display: none;
}
.ipost .idx1_box::before {
  background: url(../images/idx1_before.png) no-repeat center/contain;
  width: 58.5em;
  height: 54em;
  left: -40.1em;
  top: 0;
}
.ipost .idx1_box::after {
  background: url(../images/idx1_after.png) no-repeat center/contain;
  width: 99.2em;
  height: 54em;
  right: -40em;
  top: 0;
}
.ipost .idx1_box .item {
  --cl-line: var(--main-color2);
  --value-opacity-line-sm: 0;
  --value-opacity-line-big: 0;
  --size-w-line-big: 0;
  --size-w-line-sm: 0;
  --size-h-line: 4em;
  --size-inset: 3em;
  --card-be-filter: 0px;
  --card-be-background-color-rgb: 255, 237, 241;
  --card-be-background: rgba(var(--card-be-background-color-rgb), 0.3);
  --card-stick-1-bot: 20%;
  --card-stick-1-right: -20%;
  --card-stick-2-top: 20%;
  --card-stick-2-left: -20%;
  width: calc(50% - 0px);
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: auto;
  aspect-ratio: 1/0.5625;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: min(0.7vw, 10px);
}
.ipost .idx1_box .item::before, .ipost .idx1_box .item::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  inset: 0;
}
.ipost .idx1_box .item::before {
  z-index: -1;
  inset: var(--size-inset);
  border: 2px solid rgba(255, 255, 255, 0.5);
}
.ipost .idx1_box .item::after {
  z-index: -2;
  inset: 0;
}
.ipost .idx1_box .item .item_filter {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -2;
  inset: var(--size-inset);
  -webkit-backdrop-filter: var(--card-be-filter);
  backdrop-filter: var(--card-be-filter);
  background-color: transparent;
}
.ipost .idx1_box .item .item_decor {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  inset: var(--size-inset);
  overflow: hidden;
}
.ipost .idx1_box .item .item_decor .line {
  position: absolute;
  display: flex;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  gap: 1em;
  width: 100%;
  transform: rotate(30deg);
}
.ipost .idx1_box .item .item_decor .line:before, .ipost .idx1_box .item .item_decor .line::after {
  content: "";
  display: block;
  border-radius: 200px;
  background-color: var(--cl-line);
  transition: 600ms ease-in-out;
}
.ipost .idx1_box .item .item_decor .line::before {
  height: calc(var(--size-h-line) / 2);
  width: var(--size-w-line-sm);
  transition-delay: 0.2s;
  opacity: var(--value-opacity-line-sm);
}
.ipost .idx1_box .item .item_decor .line::after {
  height: var(--size-h-line);
  width: var(--size-w-line-big);
  opacity: var(--value-opacity-line-big);
}
.ipost .idx1_box .item .item_decor .line01 {
  bottom: var(--card-stick-1-bot);
  right: var(--card-stick-1-right);
  align-items: flex-end;
  flex-direction: column-reverse;
  transform-origin: bottom right;
}
.ipost .idx1_box .item .item_decor .line02 {
  top: var(--card-stick-2-top);
  left: var(--card-stick-2-left);
  transform-origin: top left;
}
.ipost .idx1_box .item .ttl {
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 3.6em;
  font-weight: 700;
  color: #fff;
}
.ipost .idx1_box .item .ttl .en {
  text-transform: uppercase;
  display: block;
  color: #fff;
  font-size: 0.5em;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
.ipost .idx1_box .item .link a:hover {
  opacity: 1;
}
.ipost .idx1_box .item .link a::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  bottom: 23%;
  background: url(../images/idx1_arr.png) no-repeat center/contain;
  width: 4em;
  height: 4em;
  left: calc(50% - 2em);
}
@media only screen and (min-width: 769px) {
  .ipost .idx1_box .item:nth-child(2n) {
    --cl-line: var(--main-color);
  }
  .ipost .idx1_box .item:hover {
    --value-opacity-line-sm: .6;
    --value-opacity-line-big: .4;
    --size-w-line-big: 65%;
    --size-w-line-sm: 50%;
    --card-be-filter: blur(7px);
  }
  .ipost .idx1_box .item:hover .item_filter {
    background-color: var(--card-be-background);
  }
}
.ipost .idx1_box .item:first-child {
  background-image: url(../images/idx1_img01.jpg);
}
.ipost .idx1_box .item:first-child::after {
  background: rgba(82, 181, 64, 0.5);
}
.ipost .idx1_box .item:last-child {
  background-image: url(../images/idx1_img02.jpg);
}
.ipost .idx1_box .item:last-child::after {
  background: rgba(255, 182, 18, 0.5);
}
@media only screen and (min-width: 769px) and (max-width: 1600px) {
  .ipost .idx1_box::before {
    left: -300px;
  }
  .ipost .idx1_box::after {
    right: -300px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .ipost .idx1_box::before {
    left: -200px;
  }
  .ipost .idx1_box::after {
    right: -200px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .ipost .idx1_box {
    padding: 52px 0;
    margin-top: 95px;
  }
  .ipost .idx1_box::before, .ipost .idx1_box::after {
    font-size: 6px;
  }
  .ipost .idx1_box::before {
    left: -40px;
  }
  .ipost .idx1_box::after {
    top: unset;
    right: -40px;
    bottom: 0;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .ipost .idx1_box {
    margin-top: 130px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .ipost .idx1_box {
    margin-top: 50px;
  }
}
.ireason {
  padding: 90px 0 65px;
  background: url("../images/ireason-bg.jpg") center/cover no-repeat;
}
.ireason .inner {
  max-width: 1420px;
}
.ireason .wrap {
  position: relative;
  padding: 232px 0 80px;
  z-index: 0;
}
.ireason .ireason-txt picture img {
  margin: 0 auto;
}
.ireason .ireason-img img {
  margin: 0 auto;
}
.ireason .ireason-tt {
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 28px;
}
.ireason .ireason-list {
  position: absolute;
  inset: 0;
  z-index: 1;
  font-size: 16px;
}
.ireason .ireason-list li {
  position: absolute;
}
.ireason .ireason-list li a {
  display: block;
  font-weight: 700;
  line-height: 1.4;
  transition: all 0.3s ease;
  text-align: center;
  background: center/cover no-repeat;
  letter-spacing: 0.05em;
}
.ireason .ireason-list li a span::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  margin: 9px auto 0;
  background: url("../images/ireason-ic.png") center/contain no-repeat;
  transition: all 0.3s ease;
}
.ireason .ireason-list li:nth-child(1) {
  top: 7px;
  left: 364px;
}
.ireason .ireason-list li:nth-child(1) a {
  width: 313px;
  height: 184px;
  background-image: url("../images/ireason-b1.png");
  padding-top: 45px;
}
.ireason .ireason-list li:nth-child(2) {
  top: 2px;
  right: 351px;
}
.ireason .ireason-list li:nth-child(2) a {
  width: 311px;
  height: 184px;
  background-image: url("../images/ireason-b2.png");
  padding-top: 50px;
}
.ireason .ireason-list li:nth-child(3) {
  top: 105px;
  left: 40px;
}
.ireason .ireason-list li:nth-child(3) a {
  width: 379px;
  height: 173px;
  background-image: url("../images/ireason-b3.png");
  padding-top: 62px;
  padding-right: 28px;
}
.ireason .ireason-list li:nth-child(4) {
  top: 105px;
  right: 15px;
}
.ireason .ireason-list li:nth-child(4) a {
  width: 347px;
  height: 188px;
  background-image: url("../images/ireason-b4.png");
  padding-top: 56px;
  padding-right: 11px;
}
.ireason .ireason-list li:nth-child(5) {
  top: 294px;
  left: -1px;
}
.ireason .ireason-list li:nth-child(5)::before {
  content: "";
  position: absolute;
  top: -68px;
  left: -77px;
  width: 64px;
  height: 74px;
  background: url("../images/ireason-b5-ic.png") center/contain no-repeat;
}
.ireason .ireason-list li:nth-child(5) a {
  width: 380px;
  height: 174px;
  background-image: url("../images/ireason-b5.png");
  padding-top: 57px;
  padding-right: 49px;
}
.ireason .ireason-list li:nth-child(6) {
  top: 261px;
  right: -15px;
}
.ireason .ireason-list li:nth-child(6) a {
  width: 390px;
  height: 238px;
  background-image: url("../images/ireason-b6.png");
  padding-top: 105px;
  padding-left: 62px;
}
.ireason .ireason-list li:nth-child(7) {
  top: 476px;
  left: 161px;
}
.ireason .ireason-list li:nth-child(7)::before {
  content: "";
  position: absolute;
  top: 12px;
  left: -50px;
  width: 34px;
  height: 30px;
  background: url("../images/ireason-b7-ic.png") center/contain no-repeat;
}
.ireason .ireason-list li:nth-child(7) a {
  width: 322px;
  height: 148px;
  background-image: url("../images/ireason-b7.png");
  padding-top: 48px;
  padding-right: 10px;
}
.ireason .ireason-list li:nth-child(8) {
  top: 464px;
  right: 161px;
}
.ireason .ireason-list li:nth-child(8) a {
  width: 312px;
  height: 162px;
  background-image: url("../images/ireason-b8.png");
  padding-top: 56px;
  padding-left: 12px;
}

.iporosis {
  background-color: #f6f7f7;
  padding: 298px 0 130px;
  position: relative;
  z-index: 0;
  --t: 200px;
}
.iporosis::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  height: var(--t);
  background: url("../images/iporosis-bg-eff.png") center top/cover no-repeat;
  z-index: -1;
}
.iporosis::after {
  content: "";
  position: absolute;
  inset: calc(var(--t) + 12px) 0 0;
  background: url("../images/iporosis-bg-eff02.png") center top/cover no-repeat;
  z-index: -2;
}
.iporosis .ihead {
  position: relative;
  text-align: center;
  margin-bottom: 72px;
  z-index: 0;
}
.iporosis .ien-big {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.iporosis .ijp {
  color: var(--main-color2);
}
.iporosis .iporosis-txt {
  position: relative;
  z-index: 0;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 110px;
  margin-bottom: 100px;
}
.iporosis .iporosis-txt::before {
  content: "";
  position: absolute;
  bottom: -36px;
  right: -123px;
  width: 264px;
  aspect-ratio: 264/229;
  background: url("../images/iporosis-txt-img01.png") center/contain no-repeat;
}
.iporosis .iporosis-txt picture {
  flex-shrink: 0;
  align-self: flex-start;
  width: 45%;
}
@media only screen and (min-width: 1919px) {
  .iporosis .iporosis-txt picture {
    width: 800px;
    margin-left: -325px;
  }
}
.iporosis .iporosis-txt picture img {
  border-radius: 20px;
  width: 100%;
}
.iporosis .iporosis-desc {
  margin-bottom: 44px;
}
.iporosis .ibtn {
  margin-bottom: 20px;
}
.iporosis .ibtn:last-child {
  margin-bottom: 0;
}
.iporosis .itab {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;

}
.iporosis .ithead {
  display: flex;
  height: 134px;
}
.iporosis .ithead li {
  width: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 0;
  cursor: pointer;
  background: #bfd9a3;
}
.iporosis .ithead li::before {
  content: "";
  position: absolute;
  inset: 0 0 -15px 0;
  background: url("../images/iporosis-thead-active.png") center bottom/cover no-repeat;
  z-index: -1;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.iporosis .ithead li::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/iporosis-thead.jpg") center/cover no-repeat;
  z-index: -2;
  transition: all 0.3s ease;
}
.iporosis .ithead li.active {
  color: #fff;
  cursor: default;
}
.iporosis .ithead li.active::before {
  opacity: 1;
  visibility: visible;
}
.iporosis .ithead li.active .ithead-en {
  color: currentColor;
}
.iporosis .ithead-en {
  font-size: 14px;
  font-family: var(--f-en);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 12px;
  color: var(--main-color2);
  letter-spacing: 0.05em;
}
.iporosis .ithead-jp {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
}
.iporosis .iporosis-box {
  display: none;
  padding: 90px 100px;
}
.iporosis .iporosis-box.active {
  display: block;
}
.iporosis .iporosis-btn-list {
  --gap: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
  counter-reset: iporosis;
}
.iporosis .iporosis-item {
  width: calc((100% - var(--gap) * 2) / 3);
  height: 260px;
  background: #fff url("../images/iporosis-line-dots.png") center/100% 100% no-repeat;
  position: relative;
  z-index: 0;
  padding-top: 39px;
}
.iporosis .iporosis-item::before {
  content: "";
  position: absolute;
  inset: 15px;
  z-index: -1;
  background-color: #f9fcec;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.iporosis .iporosis-item::after {
  content: "";
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 30px;
  aspect-ratio: 1;
  background: url("../images/iporosis-ic-arr.png") center/contain no-repeat;
}
.iporosis .iporosis-item picture {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: fit-content;
}
.iporosis .ipo-tt {
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
.iporosis .ipo-tt::before {
  content: counters(iporosis, ".", decimal-leading-zero);
  counter-increment: iporosis;
  display: block;
  font-family: var(--f-en);
  font-weight: 500;
  font-size: 12px;
  color: var(--main-color2);
  line-height: 1;
  margin-bottom: 4px;
}
.iporosis .iporosis-post {
  display: grid;
  gap: 0 20px;
  grid-template-columns: 51% 40.9%;
  justify-content: space-between;
}
.iporosis .iporosis-post picture {
  grid-column: 2/span 1;
  grid-row: 1/span 3;
}
.iporosis .iporosis-post picture img {
  border-radius: 20px;
}
.iporosis .iporosis-tt {
  font-size: 31px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
  color: #52b540;
  padding-top: 17px;
  letter-spacing: 0.05em;
  margin-bottom: 26px;
}
.iporosis .iporosis-post-desc {
  margin-bottom: 38px;
}
.iporosis .iporosis-tb {
  margin-top: 40px;
}
.iporosis .iporosis-tb dl {
  margin-bottom: 5px;
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  min-height: 106px;
}
.iporosis .iporosis-tb dl:last-child {
  margin-bottom: 0;
}
.iporosis .iporosis-tb dt {
  background-color: var(--main-color2);
  color: #fff;
  font-weight: 700;
  width: 119px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.iporosis .iporosis-tb dd {
  width: 100%;
  background-color: #f9fcec;
  padding: 24px 25px;
}
.iporosis .iporosis-check li {
  font-weight: 500;
  font-size: 16px;
  position: relative;
  padding-left: 33px;
  margin-bottom: 5px;
  letter-spacing: 0.05em;
}
.iporosis .iporosis-check li:last-child {
  margin-bottom: 0;
}
.iporosis .iporosis-check li::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 23px;
  aspect-ratio: 1;
  background: url("../images/iporosis-check.png") center/contain no-repeat;
}
.iporosis .iporosis-banner {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 0 30px;
}
.iporosis .iporosis-bnr-item a {
  display: block;
}

.istage {
  color: #fff;
  overflow: hidden;
  background: url("../images/istage-bg.jpg") center/cover no-repeat;
  padding: 120px 0 232px;
}
.istage .ihead {
  text-align: center;
  margin-bottom: 52px;
}
.istage .ien {
  margin-bottom: 11px;
}
.istage .istage-step {
  display: flex;
  justify-content: space-between;
  counter-reset: istage;
  gap: 20px;
  margin-bottom: 80px;
}
.istage .istage-item {
  position: relative;
  z-index: 0;
}
.istage .istage-item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -33px;
  margin: auto 0;
  width: 14px;
  aspect-ratio: 14/24;
  background: url("../images/istage-ic-arr.png") center/contain no-repeat;
}
.istage .istage-item:nth-child(1) .istage-tt {
  color: var(--clr1);
  left: -11px;
}
.istage .istage-item:nth-child(1) .istage-tt::before {
  color: var(--main-color2);
}
.istage .istage-item:nth-child(2) .istage-tt {
  color: var(--clr1);
  left: 13px;
}
.istage .istage-item:nth-child(2) .istage-tt::before {
  color: var(--main-color2);
}
.istage .istage-item:nth-child(3) .istage-tt {
  left: 11px;
}
.istage .istage-item:nth-child(4) .istage-tt {
  left: 7px;
}
.istage .istage-item:last-child::before {
  display: none;
}
.istage .istage-tt {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin: 0;
  letter-spacing: 0px;
}
.istage .istage-tt::before {
  content: counters(istage, ".", decimal-leading-zero);
  counter-increment: istage;
  display: block;
  font-family: var(--f-en);
  font-weight: 500;
  font-size: 27px;
  line-height: 1;
  margin-bottom: 6px;
}
.istage .ibtn a {
  margin: 0 auto;
}

.iarthritis {
  padding: 286px 0 130px;
  margin-top: -163px;
  position: relative;
  z-index: 1;
  --t: 200px;
}
.iarthritis::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: var(--t);
  background: url("../images/iarthritis-bg-eff01.png") center top/cover no-repeat;
  z-index: -1;
}
.iarthritis::after {
  content: "";
  position: absolute;
  inset: var(--t) 0 0;
  background: url("../images/iarthritis-bg-eff02.jpg") center top/cover no-repeat;
  z-index: -2;
}
.iarthritis .ihead {
  position: relative;
  text-align: center;
  margin-bottom: 150px;
  z-index: 0;
}
.iarthritis .ien-big {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.iarthritis .ijp {
  color: var(--main-color);
}
.iarthritis .iarthritis-txt {
  position: relative;
  z-index: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 100px;
}
.iarthritis .iarthritis-desc {
  margin-bottom: 43px;
}
.iarthritis .iarthritis-img {
  position: relative;
  flex-shrink: 0;
  align-self: flex-start;
  max-width: 800px;
  width: 45%;
}
.iarthritis .iarthritis-img img {
  border-radius: 20px;
  width: 100%;
}
@media only screen and (min-width: 1919px) {
  .iarthritis .iarthritis-img {
    width: 100%;
    margin-right: -150px;
  }
}
.iarthritis .iarthritis-chart {
  position: absolute;
  top: -81px;
  right: -50px;
  width: 170px;
  height: 170px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  color: #36301a;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 8px;
  line-height: 1.4666666667;
  margin: 0;
  z-index: 1;
  letter-spacing: 0;
}
.iarthritis .iarthritis-chart::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  background: url(../images/iarthritis_badge.png) no-repeat center/contain;
  width: 12.15em;
  height: 12.15em;
  top: calc(50% - 6.0667em);
  left: calc(50% - 6.0667em);
  filter: drop-shadow(0px 3px 20px rgba(0, 0, 0, 0.3));
  z-index: -1;
}
.iarthritis .iarthritis-chart .jp {
  position: relative;
}
.iarthritis .iarthritis-chart .jp::before, .iarthritis .iarthritis-chart .jp::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  width: 4.6667em;
  height: 1.4em;
  left: calc(50% - 2.2667em);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.iarthritis .iarthritis-chart .jp::before {
  background-image: url(../images/iarthritis_top.png);
  bottom: calc(100% + 0.4em);
  left: calc(50% - 2.4em);
}
.iarthritis .iarthritis-chart .jp::after {
  background-image: url(../images/iarthritis_bottom.png);
  top: calc(100% + 0.5333em);
}
.iarthritis .ibtn {
  margin-bottom: 20px;
}
.iarthritis .ibtn:last-child {
  margin-bottom: 0;
}
.iarthritis .ibtn a {
  font-size: 16px;
}
.iarthritis .iarthritis-list {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 70px;
}
.iarthritis .iarthritis-list-item {
  width: 260px;
  height: 260px;
  padding: 37px 20px;
  position: relative;
  z-index: 0;
  border-radius: 20px;
  background-color: #fae9b8;
}
.iarthritis .iarthritis-list-item picture {
  margin-bottom: 20px;
}
.iarthritis .iarthritis-list-item picture img {
  margin: 0 auto;
}
.iarthritis .iarthritis-list-item::before {
  content: "";
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  background: url("../images/iarthritis-list-ic-arr.png") center/contain no-repeat;
  z-index: 1;
}
.iarthritis .iarthritis-list-item::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url("../images/iarthritis-list-bg.jpg") center/cover no-repeat;
  border-radius: 20px;
  transition: all 0.3s ease;
}
.iarthritis .iarthritis-list-tt {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin: 0;
  transition: all 0.3s ease;
}
.iarthritis .itab {
  --bd: 20px;
}
.iarthritis .ithead {
  display: flex;
}
.iarthritis .ithead li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 25%;
  height: 134px;
  background-color: #ffe0b8;
  position: relative;
  z-index: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.iarthritis .ithead li::before {
  content: "";
  position: absolute;
  inset: 0 0 -15px 0;
  background: url(../images/iarthritis-thead-active.png) center bottom/cover no-repeat;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.iarthritis .ithead li::after {
  content: "";
  position: absolute;
  top: 37px;
  bottom: 37px;
  left: 0;
  width: 1px;
  background-color: #f79a3e;
}
.iarthritis .ithead li:first-child {
  border-top-left-radius: var(--bd);
}
.iarthritis .ithead li:first-child::after {
  display: none;
}
.iarthritis .ithead li:first-child.active::before {
  border-top-left-radius: var(--bd);
}
.iarthritis .ithead li:last-child {
  border-top-right-radius: var(--bd);
}
.iarthritis .ithead li:last-child.active::before {
  border-top-right-radius: var(--bd);
}
.iarthritis .ithead li.active {
  cursor: default;
  color: #fff;
}
.iarthritis .ithead li.active .ithead-en {
  color: currentColor;
}
.iarthritis .ithead li.active .ithead-jp {
  color: #fff;
}
.iarthritis .ithead li.active::before {
  opacity: 1;
  visibility: visible;
}
.iarthritis .ithead-en {
  font-size: 15px;
  font-family: var(--f-en);
  font-weight: 500;
  color: var(--main-color);
  line-height: 1.2;
  margin-bottom: 11px;
  transition: all 0.3s ease;
}
.iarthritis .ithead-jp {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
.iarthritis .itbody {
  background-color: #fff;
  border-radius: 0 0 var(--bd) var(--bd);
}
.iarthritis .iarthritis-box {
  display: none;
  padding: 91px 100px 89px;
  position: relative;
}
.iarthritis .iarthritis-box::before {
  content: "";
  position: absolute;
  bottom: -28px;
  right: 29px;
  width: 218px;
  aspect-ratio: 218/248;
  background: url("../images/iarthritis-post-img01.png") center/contain no-repeat;
}
.iarthritis .iarthritis-box.active {
  display: block;
}
.iarthritis .iarthritis-post {
  display: grid;
  grid-template-columns: 450px 50.9%;
  justify-content: space-between;
  gap: 0 20px;
}
.iarthritis .iarthritis-post picture {
  grid-column: 1/span 1;
  grid-row: 1/span 3;
}
.iarthritis .iarthritis-post picture img {
  border-radius: 20px;
}
.iarthritis .iarthritis-tt {
  margin-top: 73px;
  font-size: 31px;
  color: var(--main-color);
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 41px;
  letter-spacing: 0.042em;
}
.iarthritis .iarthritis-post-desc {
  margin-bottom: 42px;
}

.ipost-paralax {
  background: url(../images/ipost-paralax-bg.jpg) center top/cover no-repeat;
  background-attachment: fixed;
  color: #fff;
}
.ipost-paralax .wrap {
  padding: 143px 0 175px;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.ipost-paralax .ipl-ttl {
  line-height: 2.05em;
  flex-shrink: 0;
}
.ipost-paralax .ipl-ttl span {
  display: inline;
  background: url("../images/ipost-paralax-line.png") bottom center/auto 2px repeat-x;
}
.ipost-paralax .ipl-desc {
  max-width: 560px;
  width: 100%;
}
.ipost-paralax .ibtn {
  text-align: center;
  width: 100%;
  margin-top: 63px;
}
.ipost-paralax .ibtn a {
  margin: 0 auto;
}

.ifeature {
  color: #fff;
  background: url(../images/ifeature-bg.png) center top 0/100% 571px no-repeat;
  margin-top: -50px;
  padding: 127px 0 62px;
  position: relative;
  z-index: 1;
}
.ifeature::after {
  content: "";
  position: absolute;
  background: url(../images/ifeature-logo-w.png) center top 0/contain no-repeat;
  aspect-ratio: 1062/796;
  left: 0;
  right: 2px;
  top: 31px;
  width: 531px;
  height: auto;
  margin: 0 auto;
  z-index: -1;
}
.ifeature .inner {
  position: relative;
}
.ifeature .icon1,
.ifeature .icon2,
.ifeature .icon3,
.ifeature .icon4 {
  font-size: min(1vw, 10px);
}
.ifeature .icon1 {
  position: absolute;
  background: url(../images/ifeature_icon1.png) no-repeat center/contain;
  width: 17.3em;
  height: 14.1em;
  top: 50.1em;
  left: -11.3em;
}
.ifeature .icon2 {
  position: absolute;
  background: url(../images/ifeature_icon2.png) no-repeat center/contain;
  width: 79.6em;
  height: 63.3em;
  right: -74.5em;
  top: 4.4em;
}
.ifeature .icon3 {
  position: absolute;
  background: url(../images/ifeature_icon3.png) no-repeat center/contain;
  width: 74.4em;
  height: 54.6em;
  left: -67em;
  top: 78em;
}
.ifeature .icon4 {
  position: absolute;
  background: url(../images/ifeature_icon4.png) no-repeat center/contain;
  width: 11.1em;
  height: 14.1em;
  right: -12.2em;
  top: 107em;
}
.ifeature:not(.show) .icon4,
.ifeature:not(.show) .icon3,
.ifeature:not(.show) .ifeat-list::before {
  opacity: 0;
}
.ifeature .ihead {
  text-align: center;
  margin-bottom: 68px;
}
.ifeature .ien {
  margin-bottom: 11px;
}
.ifeature .ifeat-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  --gap: 60px;
  gap: var(--gap);
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  counter-reset: point;
}
.ifeature .ifeat-list.hidden .ifeat-item {
  display: none;
}
.ifeature .ifeat-list.hidden .ifeat-item:nth-child(1), .ifeature .ifeat-list.hidden .ifeat-item:nth-child(2) {
  display: block;
}
.ifeature .ifeat-list.hidden .ifeat-more {
  display: flex;
}
.ifeature .ifeat-list::before {
  content: "";
  position: absolute;
  background: url(../images/ifeature-logo.png) center top 0/contain no-repeat;
  aspect-ratio: 688/718;
  left: -24.4em;
  bottom: -9.7em;
  width: 34.4em;
  height: auto;
  z-index: -1;
  font-size: 10px;
}
.ifeature .ifeat-more {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  width: 310px;
  min-height: 104px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  color: var(--clr1);
  border-radius: 999px;
  margin: -10px auto 0;
  padding: 10px 20px 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: none;
}
.ifeature .ifeat-more::before {
  content: "";
  background: url(../images/ifeature-plus.png) center/contain no-repeat;
  width: 25px;
  height: 25px;
  margin-bottom: 5px;
  transition: transform 2s ease-in-out;
}
.ifeature .ifeat-more::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 100vw;
  background: url("../images/ifeat-line-dots.png") left center/contain repeat-x;
  z-index: -2;
  top: 0;
  bottom: 0;
  margin: auto;
}
.ifeature .ifeat-item {
  border-radius: 20px;
  overflow: hidden;
  width: calc(50% - var(--gap) / 2);
  background-color: #fff8e5;
}
.ifeature .ifeat-item picture {
  margin-bottom: -49px;
}
.ifeature .ifeat-item .ifeat-txt {
  padding: 65px 50px 50px;
  position: relative;
  background: url(../images/ifeature-post-bg.png) center top/cover no-repeat;
}
.ifeature .ifeat-item .ifeat-point {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  font-size: 18px;
  font-weight: 500;
  font-family: var(--f-en);
  line-height: 1.55em;
  background: #ff9824;
  border-radius: 100%;
  position: absolute;
  top: -21px;
  right: 39px;
  margin: 0;
}
.ifeature .ifeat-item .ifeat-point::after {
  font-family: var(--f-en);
  font-size: 177.7777777778%;
  font-weight: 500;
  counter-increment: point;
  content: "0" counter(point);
  font-weight: bold;
}
.ifeature .ifeat-item .ifeat-tt {
  font-size: 27px;
  font-weight: bold;
  color: var(--main-color);
  line-height: 1.55em;
  margin-bottom: 24px;
}
.ifeature .ifeat-item .ifeat-desc {
  color: var(--clr1);
  line-height: 1.65em;
  margin-bottom: 21px;
  letter-spacing: normal;
}
.ifeature .ifeat-item .ibtn a {
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  width: 310px;
  min-height: 65px;
  padding-right: 36px;
}
.ifeature .ifeat-item .ibtn a::after {
  right: 28px;
}
.ifeature .wrap {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 769px) and (max-width: 1600px) {
  .ifeature .icon1,
  .ifeature .icon2,
  .ifeature .icon3,
  .ifeature .icon4 {
    font-size: 0.3vw;
  }
  .ifeature .icon1 {
    top: 66em;
    left: -3em;
    font-size: 0.5vw;
  }
  .ifeature .icon2 {
    right: -60em;
    top: 60em;
    font-size: 0.3vw;
  }
  .ifeature .icon3 {
    left: -55em;
    top: 212.5em;
    font-size: 0.3vw;
  }
  .ifeature .icon4 {
    right: 0;
    top: 125em;
    font-size: 0.5vw;
  }
  .ifeature .ifeat-list::before {
    left: -18em;
    font-size: 0.35vw;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .ifeature .icon1 {
    top: 27%;
    left: 5px;
    font-size: 0.3vw;
  }
  .ifeature .icon2 {
    right: -60em;
    top: 23%;
    font-size: 0.2vw;
  }
  .ifeature .icon3 {
    font-size: 0.3vw;
    left: -59em;
    top: 212.5em;
  }
  .ifeature .icon4 {
    right: 3px;
    top: 64%;
    font-size: 0.4vw;
  }
}

.idx_bg {
  position: relative;
  z-index: 0;
}
.idx_bg::before {
  content: "";
  position: absolute;
  inset: 16px 0 0 0;
  background: url(../images/idoctor-bg.png) center top 0/cover no-repeat;
  z-index: -1;
}
.idx_bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/idoctor-eff.png) center top 0/cover no-repeat;
  z-index: -2;
}

.idoctor {
  color: #fff;
  position: relative;
  padding: 271px 0 172px;
}
.idoctor .wrap {
  margin: 0 auto;
}
.idoctor .en-big {
  margin-bottom: -0.35em;
  margin-left: -104px;
  font-size: 170px;
  font-family: var(--f-en);
  font-weight: 700;
  color: white;
  line-height: 0.9;
  letter-spacing: 0.1em;
  opacity: 0.25;
  text-transform: uppercase;
  white-space: nowrap;
}
.idoctor .idoctor-item {
  display: grid;
  grid-template-columns: 47.6923076923% 49.2%;
  justify-content: space-between;
}
.idoctor .ihead {
  margin-top: 22px;
  margin-bottom: 46px;
}
.idoctor .ien {
  margin-bottom: 6px;
}
.idoctor .idoctor-desc {
  margin-bottom: 47px;
}
.idoctor .idoctor-desc p {
  line-height: 2.05em;
  font-weight: 400;
}
.idoctor picture {
  align-self: flex-end;
  grid-row: 1/span 3;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .idoctor picture {
    left: 29px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .idoctor picture {
    left: 20px;
  }
}
.idoctor .ibtn-gr {
  display: flex;
  gap: 20px;
}
.idoctor .ibtn a {
  width: 290px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idoctor .idoctor-item {
    display: block;
  }
  .idoctor .idoctor-item picture {
    max-width: 500px;
    margin: 25px auto;
  }
  .idoctor .ibtn-gr {
    justify-content: center;
  }
}

.idoctor .box_name {
  display: table;
  margin-top: 0px;
  margin-bottom: 60px;
  font-size: 10px;
  max-width: 350px;
}
.idoctor .box_name p {
  color: white;
}
.idoctor .box_name .pos {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 1.8em;
  line-height: 1.5;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.idoctor .box_name .name {
  display: flex;
  align-items: center;
  font-size: 1em;
}
.idoctor .box_name .name .jp {
  font-size: 3em;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 700;
}
.idoctor .box_name .name .name_en {
  position: relative;
  top: 0.1em;
  margin-left: 0.7em;
  font-size: 1.6em;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 500;
  font-family: var(--f-en);
  text-transform: uppercase;
}

@media only screen and (min-width: 769px) {
  .idoctor .idoctor-item .txt {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .idoctor .en-big {
    font-size: 12vw;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idoctor .en-big {
    margin-left: 0;
    font-size: 120px;
    text-align: center;
  }
  .idoctor .box_name {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}
.iclinic {
  --mt: 172px;
  padding: 0 0 145px;
  position: relative;
  z-index: 1;
  margin-top: calc(var(--mt) * -1);
}
.iclinic .wrap {
  background-color: #fff;
  border-radius: 40px;
  padding: 93px 100px 102px 120px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.iclinic .iclinic-txt {
  width: 53%;
}
.iclinic .ihead {
  margin-bottom: 42px;
}
.iclinic .ien {
  margin-bottom: 11px;
}
.iclinic .iclinic-tbl {
  margin-bottom: 44px;
}
.iclinic .iclinic-tbl dl {
  display: flex;
  margin-bottom: 15px;
}
.iclinic .iclinic-tbl dl:last-child {
  margin-bottom: 0;
}
.iclinic .iclinic-tbl dt {
  flex-shrink: 0;
  width: 85px;
  font-size: 16px;
  font-weight: 700;
  border-right: 1px solid #b4b4b4;
  padding: 6px 6px 6px 0;
  display: flex;
  align-items: center;
}
.iclinic .iclinic-tbl dd {
  width: 100%;
  font-size: 17px;
  font-weight: 500;
  padding: 7px 20px 4px;
  letter-spacing: 0.05em;
}
.iclinic .iclinic-tel a {
  font-family: var(--f-en);
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  padding-left: 40px;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 0;
}
.iclinic .iclinic-tel a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 0;
  width: 26px;
  aspect-ratio: 26/28;
  background: url("../images/iclinic-tel.png") center/contain no-repeat;
}
.iclinic .time_sheet {
  width: 100%;
  max-width: 490px;
  margin: 76px 0 0;
}
.iclinic .iclinic-gr {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 52px;
  transform: translateX(-10px);
}
.iclinic .ibtn {
  margin: 0;
}
.iclinic .ibtn a {
  width: 310px;
  min-height: 70px;
  text-align: center;
  justify-content: center;
  padding-left: 50px;
}
.iclinic .ibtn a::after {
  right: 28px;
}
.idx_map {
  height: 450px;
}
.idx_map iframe {
  height: 100%;
}

@media (min-width: 1921px) {
  .home_page .key {
    --max-height: calc(100vh - var(--wrapper));
    --height: 82em;
    font-size: 0.5208333333vw;
  }
  .ireason {
    padding: 4.6875vw 0 3.3854166667vw;
    background-position: center bottom;
  }
  .iporosis {
    --t: calc(200 / 1920 * 100vw);
    padding-top: 15.5208333333vw;
  }
  .istage {
    padding-bottom: 12.0833333333vw;
  }
  .iarthritis {
    margin-top: -8.4895833333vw;
    padding-top: 14.8958333333vw;
    --t: calc(200 / 1920 * 100vw);
  }
}
@media (min-width: 1920px) {
  .iporosis .iporosis-item:nth-child(3) picture {
    left: 9px;
    bottom: 16px;
  }
  .iporosis .iporosis-item:nth-child(4) picture {
    left: -3px;
    bottom: 16px;
  }
  .iporosis .iporosis-item:nth-child(5) picture {
    left: -7px;
    bottom: 14px;
  }
  .iporosis .iporosis-item:nth-child(6) picture {
    left: -3px;
    bottom: 14px;
  }
  .iarthritis .ithead li {
    padding-left: 3px;
  }
  .istage .istage-step {
    margin-right: -3px;
  }
}
@media (min-width: 769px) {
  .ibtn-orange a:hover {
    background-color: var(--clr1);
    color: #fff;
    opacity: 1;
  }
  .ibtn-black a:hover {
    background-color: var(--main-color);
    color: #fff;
    opacity: 1;
  }
  .ibtn-green-sw a:hover {
    --sd: 0px;
    opacity: 1;
    color: #fff;
  }
  .ibtn-green-sw a:hover::before {
    opacity: 0;
  }
  .ibtn-orange-sw a:hover {
    --sd: 0px;
    opacity: 1;
    color: #fff;
    background-color: #c9761a;
  }
  .ibtn-orange-sw a:hover::before {
    opacity: 0;
  }
  .home_page .key .key-btn a:hover {
    opacity: 1;
    background-color: var(--clr1);
  }
  .ipost .ipost-bt a:hover {
    color: #ffb612;
    opacity: 1;
  }
  .ipost .ipost-thead li:hover {
    background-color: #b9860f;
  }
  .ipost .box li a:hover {
    opacity: 1 !important;
    padding-left: 10px;
    background-color: #f7f5ef;
  }
  .ireason .ireason-list li a:hover {
    opacity: 1;
    color: var(--main-color);
  }
  .ireason .ireason-list li a:hover span::after {
    background-image: url("../images/ireason-ic-hv.png");
  }
  .iporosis .ithead li:hover::after {
    opacity: 0;
    visibility: hidden;
  }
  .iporosis .iporosis-item:hover::before {
    inset: 0;
  }
  .iarthritis .iarthritis-list-item:hover::after {
    opacity: 0;
    visibility: hidden;
  }
  .iarthritis .iarthritis-list-item:hover .iarthritis-list-tt {
    color: var(--main-color);
  }
  .iarthritis .ithead li:hover {
    background-color: #f0d2ad;
  }
  .ifeature .ifeat-more:hover {
    border-color: #c9761a;
    color: #fff;
    background: #c9761a;
  }
  .ifeature .ifeat-more:hover::before {
    filter: brightness(0) invert(1);
    transform: rotate(720deg);
  }
}
@media (min-width: 769px) and (max-width: 1919px) {
  .iporosis {
    --t: calc(200 / 1920 * 100vw);
    padding-top: 15.5208333333vw;
  }
  .iporosis .ien-big {
    font-size: 8.8541666667vw;
  }
  .iporosis .ihead {
    margin-bottom: 3.75vw;
  }
  .iarthritis {
    --t: calc(200 / 1920 * 100vw);
    padding-top: 14.8958333333vw;
  }
  .iarthritis .ien-big {
    font-size: 8.8541666667vw;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .ireason .wrap {
    font-size: 1.1111111111vw;
    padding: 14.5em 0 5em;
  }
  .ireason .ireason-img img {
    width: 20.25em;
  }
  .ireason .ireason-tt {
    font-size: 2.1875em;
    margin-bottom: 0.8em;
  }
  .ireason .ireason-list {
    font-size: 1em;
  }
  .ireason .ireason-list li a span::after {
    width: 1.875em;
    height: 1.875em;
    margin-top: 0.5625em;
  }
  .ireason .ireason-list li:nth-child(1) {
    top: 0.4375em;
    left: 22.75em;
  }
  .ireason .ireason-list li:nth-child(1) a {
    width: 19.5625em;
    height: 11.5em;
    padding-top: 2.8125em;
  }
  .ireason .ireason-list li:nth-child(2) {
    top: 0.125em;
    right: 21.9375em;
  }
  .ireason .ireason-list li:nth-child(2) a {
    width: 19.4375em;
    height: 11.5em;
    padding-top: 3.125em;
  }
  .ireason .ireason-list li:nth-child(3) {
    top: 6.5625em;
    left: 2.5em;
  }
  .ireason .ireason-list li:nth-child(3) a {
    width: 23.6875em;
    height: 10.8125em;
    padding-top: 3.875em;
    padding-right: 1.75em;
  }
  .ireason .ireason-list li:nth-child(4) {
    top: 6.5625em;
    right: 0.9375em;
  }
  .ireason .ireason-list li:nth-child(4) a {
    width: 21.6875em;
    height: 11.75em;
    padding-top: 3.5em;
    padding-right: 0.6875em;
  }
  .ireason .ireason-list li:nth-child(5) {
    top: 18.375em;
    left: -0.0625em;
  }
  .ireason .ireason-list li:nth-child(5)::before {
    top: -4.25em;
    left: -0.7em;
    width: 3em;
    height: 4.625em;
  }
  .ireason .ireason-list li:nth-child(5) a {
    width: 23.75em;
    height: 10.875em;
    padding-top: 3.5625em;
    padding-right: 3.0625em;
  }
  .ireason .ireason-list li:nth-child(6) {
    top: 16.3125em;
    right: -0.9375em;
  }
  .ireason .ireason-list li:nth-child(6) a {
    width: 24.375em;
    height: 14.875em;
    padding-top: 6.5625em;
    padding-left: 3.875em;
  }
  .ireason .ireason-list li:nth-child(7) {
    top: 29.75em;
    left: 10.0625em;
  }
  .ireason .ireason-list li:nth-child(7)::before {
    top: 0.75em;
    left: -3.125em;
    width: 2.125em;
    height: 1.875em;
  }
  .ireason .ireason-list li:nth-child(7) a {
    width: 20.125em;
    height: 9.25em;
    padding-top: 3em;
    padding-right: 0.625em;
  }
  .ireason .ireason-list li:nth-child(8) {
    top: 29em;
    right: 10.0625em;
  }
  .ireason .ireason-list li:nth-child(8) a {
    width: 19.5em;
    height: 10.125em;
    padding-top: 3.5em;
    padding-left: 0.75em;
  }
}
@media (min-width: 769px) and (max-width: 1600px) {
  .ipost .inner::before {
    top: -9em;
  }
}
@media (min-width: 769px) and (max-width: 1366px) {
  .ipost .inner {
    padding-left: 40px;
    padding-right: 40px;
  }
  .ipost .inner::before {
    top: -9em;
  }
  .ipost .lt {
    padding-left: 5.1244509517vw;
  }
  .iporosis .inner {
    padding-left: 40px;
    padding-right: 40px;
  }
  .istage {
    padding: 8.78477306vw 0 max(16.9838945827vw, 190px);
  }
  .istage .inner {
    padding-left: 40px;
    padding-right: 40px;
  }
  .istage .istage-step {
    font-size: 1.317715959vw;
    gap: 1.1111111111em;
    margin-bottom: 2.7777777778em;
  }
  .istage .istage-item::before {
    right: -1.3em;
    width: 0.7777777778em;
  }
  .istage .istage-item:nth-child(1) {
    width: 16.5555555556em;
  }
  .istage .istage-item:nth-child(1) .istage-tt {
    left: -0.6111111111em;
  }
  .istage .istage-item:nth-child(2) {
    width: 16em;
  }
  .istage .istage-item:nth-child(2) .istage-tt {
    left: 0.7222222222em;
  }
  .istage .istage-item:nth-child(3) {
    width: 16.1111111111em;
  }
  .istage .istage-item:nth-child(3) .istage-tt {
    left: 0.6111111111em;
  }
  .istage .istage-item:nth-child(4) {
    width: 15.2222222222em;
  }
  .istage .istage-item:nth-child(4) .istage-tt {
    left: 0.3888888889em;
  }
  .istage .istage-tt {
    top: 3.3333333333em;
    font-size: 1em;
  }
  .istage .istage-tt::before {
    font-size: 1.5em;
    margin-bottom: 0.2222222222em;
  }
  .iarthritis .inner {
    padding-left: 40px;
    padding-right: 40px;
  }
  .iclinic .inner {
    padding-left: 40px;
    padding-right: 40px;
  }
  .iclinic .wrap {
    padding: 60px;
  }
  .iclinic .iclinic-tbl dt {
    width: 75px;
  }
  .ifeature .inner {
    padding-left: 40px;
    padding-right: 40px;
  }
  .idoctor .inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .ipost .inner::before {
    top: -6.5em;
    font-size: 0.9vw;
    left: -31em;
  }
}
@media (min-width: 769px) and (max-width: 1280px) {
  .iporosis {
    padding-bottom: 10.15625vw;
  }
  .iporosis .iporosis-txt {
    gap: 6.25vw;
    margin-bottom: 7.8125vw;
  }
  .iporosis .iporosis-txt::before {
    width: 17.5vw;
    right: -20px;
  }
  .iporosis .iporosis-desc {
    margin-bottom: 3.125vw;
  }
  .iporosis .ithead {
    height: 10.46875vw;
  }
  .iporosis .ithead li::before {
    bottom: -1.171875vw;
  }
  .iporosis .iporosis-box {
    padding: 4.6875vw;
  }
  .iporosis .iporosis-btn-list {
    --gap: calc(25 / 1280 * 100vw);
  }
  .iporosis .iporosis-item {
    font-size: 1.40625vw;
    padding-top: 2.1666666667em;
    height: 14.4444444444em;
  }
  .iporosis .iporosis-item::before {
    inset: 0.8333333333em;
  }
  .iporosis .iporosis-item::after {
    width: 1.6666666667em;
    right: 1.6666666667em;
    bottom: 1.6666666667em;
  }
  .iporosis .iporosis-item picture {
    bottom: 0.8333333333em;
    width: 10em;
  }
  .iporosis .ipo-tt {
    font-size: 1.5625vw;
  }
 
  .iporosis .iporosis-banner {
    gap: 3.125vw;
  }
  .iarthritis .iarthritis-txt {
    margin-bottom: 7.8125vw;
    gap: 7.8125vw;
  }
  .iarthritis .iarthritis-desc {
    margin-bottom: 3.359375vw;
  }
  .iarthritis .iarthritis-list {
    margin-bottom: 5.46875vw;
  }
  .iarthritis .iarthritis-list-tt {
    font-size: 18px;
  }
  .iarthritis .iarthritis-box {
    padding: 4.6875vw;
  }
  .iarthritis .iarthritis-box::before {
    width: 15.625vw;
    right: 10px;
  }
  .iarthritis .iarthritis-post {
    grid-template-columns: 43% 52%;
  }
  .iarthritis .ithead li {
    height: 10.46875vw;
  }
  .iarthritis .ithead li::before {
    bottom: -1.171875vw;
  }
  .iarthritis .ithead li::after {
    top: 1.5em;
    bottom: 1.5em;
  }
  .iclinic .wrap {
    padding: 4.6875vw;
  }
  .iclinic .time_sheet {
    font-size: 1.25vw;
    max-width: 30.625em;
    width: 46.1%;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .ien {
    font-size: 18px;
  }
  .ijp {
    font-size: 30px;
  }
  .ibtn {
    --sd: 6px;
  }
  .ibtn a {
    width: 300px;
    min-height: 60px;
    font-size: 14px;
    padding-left: 26px;
    padding-right: 37px;
  }
  .ibtn a::after {
    right: 20px;
  }
  .home_page .key .catch h2 {
    font-size: 4.8em;
    padding-top: 0.4em;
    margin-bottom: 0.4em;
  }
  .home_page .key .catch p {
    font-size: 2.4em;
  }
  .ipost {
    padding: 7.8125vw 0 0;
  }
  .ipost .ihead {
    margin-bottom: 30px;
  }
  .ipost .ien {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .ipost .ijp {
    font-size: 28px;
  }
  .ipost .lt {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ipost .ipost-thead li {
    height: 56px;
    font-size: 16px;
  }
  .ipost .box {
    padding: 15px 20px 10px;
  }
  .ipost .box li a {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 50px;
  }
  .ipost .box li a::before {
    right: 10px;
  }
  .ipost .box li a .cate {
    margin-right: 13px;
  }
  .ipost .box li a .date {
    margin-right: 10px;
  }
  .ipost .box li a .title {
    font-size: 14px;
  }
  .ireason {
    padding: 60px 0 40px;
  }
  .iporosis .ithead-jp {
    font-size: 1.953125vw;
  }
  .iporosis .iporosis-tt {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .iporosis .iporosis-post-desc {
    margin-bottom: 20px;
  }
  .iporosis .iporosis-tb dl {
    min-height: auto;
  }
  .iporosis .iporosis-tb dt {
    width: 80px;
  }
  .iporosis .iporosis-tb dd {
    padding: 16px;
  }
  .istage .ihead {
    margin-bottom: 30px;
  }
  .iarthritis {
    padding-bottom: 70px;
  }
  .iarthritis .iarthritis-chart {
    top: -30px;
    right: -20px;
    width: 140px;
    height: 140px;
    font-size: 12px;
  }
  .iarthritis .ibtn a {
    font-size: 14px;
  }
  .iarthritis .ihead {
    margin-bottom: 5.859375vw;
  }
  .iarthritis .iarthritis-txt {
    gap: 6vw;
  }
  .iarthritis .iarthritis-list {
    font-size: 1.5625vw;
    gap: 1.25em;
  }
  .iarthritis .iarthritis-list-item {
    height: 13.5625em;
    padding: 2.25em 1.25em;
    border-radius: 1.25em;
  }
  .iarthritis .iarthritis-list-item::before {
    bottom: 0.9375em;
    right: 0.9375em;
    width: 1.875em;
    height: 1.875em;
  }
  .iarthritis .iarthritis-list-item picture {
    margin-bottom: 1.25em;
  }
  .iarthritis .iarthritis-list-item picture img {
    width: 4.375em;
  }
  .iarthritis .iarthritis-list-tt {
    font-size: 1.1em;
  }
  .iarthritis .iarthritis-box {
    padding-bottom: 150px;
  }
  .iarthritis .iarthritis-tt {
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .iarthritis .iarthritis-post-desc {
    margin-bottom: 20px;
  }
  .iarthritis .ithead-en {
    font-size: max(1.46484375vw, 12px);
    margin-bottom: 0.5em;
  }
  .iarthritis .ithead-jp {
    font-size: 1.953125vw;
  }
  .iclinic {
    --mt: 60px;
  }
  .iclinic .wrap {
    align-items: center;
    border-radius: 30px;
  }
  .iclinic .ihead {
    margin-bottom: 20px;
  }
  .iclinic .iclinic-tbl {
    margin-bottom: 25px;
  }
  .iclinic .iclinic-tbl dt {
    width: 65px;
  }
  .iclinic .iclinic-tbl dd {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .iclinic .time_sheet {
    margin-top: 0;
  }
  .iclinic .iclinic-tel a {
    font-size: 24px;
    padding-left: 30px;
  }
  .iclinic .iclinic-tel a::before {
    width: 20px;
  }
  .iclinic .iclinic-gr {
    margin-top: 30px;
    transform: none;
    gap: 20px;
  }
  .iclinic .iclinic-gr a {
    min-height: 60px;
    width: 240px;
    padding-left: 37px;
  }
  .ipost-paralax .inner {
    padding-left: 40px;
    padding-right: 40px;
  }
  .ipost-paralax .wrap {
    padding: 70px 0 120px;
    align-items: center;
    --w: calc(348px + 30px);
  }
  .ipost-paralax .ipl-desc {
    max-width: 560px;
    width: calc(100% - var(--w));
  }
  .ipost-paralax .ibtn {
    margin-top: 30px;
  }
  .ifeature {
    padding: 80px 0 50px;
    background-size: 100% 360px;
    margin-top: -40px;
  }
  .ifeature::after {
    width: 340px;
    right: 0;
    top: 58px;
  }
  .ifeature .ihead {
    margin-bottom: 30px;
  }
  .ifeature .ifeat-list {
    --gap: 20px;
  }
  .ifeature .ifeat-list::before {
    width: 200px;
    left: -30px;
  }
  .ifeature .ifeat-item {
    font-size: 2.5390625vw;
    border-radius: 10px;
  }
  .ifeature .ifeat-item .ifeat-txt {
    padding: 2.5em 1.6em 1.6em;
  }
  .ifeature .ifeat-item .ifeat-tt {
    font-size: 0.9615384615em;
    margin-bottom: 0.6538461538em;
  }
  .ifeature .ifeat-item .ifeat-point {
    top: -1.1666666667em;
    right: 2.1666666667em;
    width: 6.1111111111em;
    height: 6.1111111111em;
    font-size: 0.6923076923em;
  }
  .ifeature .ifeat-item .ibtn a {
    width: 240px;
    min-height: 56px;
    padding: 15px 30px;
  }
  .ifeature .ifeat-item .ibtn a::after {
    right: 18px;
  }
  .ifeature .ifeat-more {
    margin-top: 0;
    width: 210px;
    min-height: 72px;
  }
  .ifeature .ifeat-more::before {
    width: 20px;
    height: 20px;
    margin-bottom: 2px;
  }
  .idoctor {
    padding-top: 130px;
    padding-bottom: 100px;
  }
  .idoctor .ihead {
    margin-bottom: 20px;
  }
  .idoctor .idoctor-desc {
    margin-bottom: 20px;
  }
  .idoctor .ibtn {
    margin: 0;
  }
  .idoctor .ibtn a {
    width: 240px;
  }
  .iporosis .ithead-en {
    margin-bottom: 5px;
  }
}
@media (min-width: 769px) and (max-width: 860px) {
  .ipost .lt {
    padding-left: 10px;
    padding-right: 10px;
  }
  .ipost .box li a .cate {
    width: 90px;
    height: 36px;
    font-size: 12px;
  }
  .iporosis .iporosis-txt {
    gap: 30px;
  }
  .iporosis .iporosis-txt::before {
    width: 13.9534883721vw;
    right: -30px;
  }
  .iporosis .iporosis-post {
    grid-template-columns: 55% 41%;
  }
  .iporosis .iporosis-check li {
    font-size: 14px;
    padding-left: 23px;
  }
  .iporosis .iporosis-check li::before {
    width: 18px;
    top: 2px;
  }
  .istage .inner {
    padding-left: 30px;
    padding-right: 30px;
  }
  .iarthritis .iarthritis-chart {
    font-size: 10px;
    width: 110px;
    height: 110px;
  }
  .iclinic .inner {
    padding-left: 30px;
    padding-right: 30px;
  }
  .iclinic .wrap {
    padding: 30px;
    border-radius: 20px;
  }
  .ipost-paralax .wrap {
    --w: calc(280px + 30px);
  }
  .ipost-paralax .ijp {
    font-size: 24px;
  }
  .idoctor .ibtn a {
    width: 16.4285714286em;
    min-height: 4.2857142857em;
    font-size: 1.6279069767vw;
    padding: 1.4285714286em 2.6428571429em 1.4285714286em 1.4285714286em;
  }
  .iarthritis .iarthritis-tt {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .ifeature .ifeat-item .ifeat-desc br {
    display: none;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .iarthritis .inner {
    padding-left: 80px;
    padding-right: 80px;
  }
  .iarthritis .iarthritis-box {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .iarthritis .inner {
    padding-left: 60px;
    padding-right: 60px;
  }
  .iarthritis .iarthritis-chart {
    top: -29px;
    right: -40px;
  }
  .iarthritis .iarthritis-list {
    font-size: 1.4vw;
  }
  .idoctor .ien {
    text-align: center;
  }
  .idoctor .ijp {
    text-align: center;
  }
  .idoctor .box_name .pos {
    text-align: center;
  }
  .iarthritis .iarthritis-box {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.iporosis .ibtn {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .iporosis .ibtn {
    margin-top: 35px;
  }
}

.istage .iporosis-banner {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 0 30px;
}
.istage .iporosis-bnr-item a {
  display: block;
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
 .istage .iporosis-banner {
    gap: 3.125vw;
  }
}

/*# sourceMappingURL=index  _pc.css.map */
