.home_page .key {
  --height: 56vw;
  --min-height: 550px;
  --max-height: 990px;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  font-size: 0.625em;
  background-size: cover;
  margin: 0 23px 0 22px;
  z-index: 1;
}
.home_page .key .inner {
  position: relative;
  padding: 0;
  width: 100%;
}
.home_page .key .mv_slider {
  transition: all 0.3s ease;
}
.home_page .key .mv_slider:not(.slick-slider) {
  display: flex;
  overflow: hidden;
  opacity: 0;
}
.home_page .key .mv_slider:not(.slick-slider) + .key_act {
  opacity: 0;
}
.home_page .key .s1 {
  background-image: url(../images/idx_mv01.jpg);
}
.home_page .key .slick-initialized .s2 {
  background-image: url(../images/idx_mv02.jpg);
}
.home_page .key .slick-initialized .s3 {
  background-image: url(../images/idx_mv03.jpg);
}
.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);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home_page .key .catch {
  max-width: 96em;
  margin: auto;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  min-height: 36em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 3.2em 3em 3em 5.4em;
}
.home_page .key h2,
.home_page .key p {
  font-weight: 500;
  letter-spacing: 0.1em;
}
.home_page .key h2 {
  font-size: 6em;
  line-height: 1.2;
  padding-bottom: 0.4833333333em;
  margin-bottom: 0.3666666667em;
  position: relative;
  color: var(--main-color);
  padding-left: 0.3833333333em;
}
.home_page .key h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0.3833333333em;
  margin: 0 auto;
  height: 2px;
  width: 3.3333333333em;
  background-color: var(--main-color);
}
.home_page .key p {
  font-size: 3.6em;
  line-height: 1.7;
}
.home_page .key .key_act {
  background-color: #5fa664;
  width: 26em;
  height: 8em;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1em 2.8em 1em 4.2em;
  font-size: 10px;
  transition: all 0.3s ease;
}
.home_page .key .key-pagi {
  font-size: 2.4em;
  letter-spacing: 0.1666666667em;
  padding-top: 0.0833333333em;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
}
.home_page .key .slick-dots {
  margin-right: 0.375em;
  line-height: 1.5;
}
.home_page .key .slick-dots li {
  display: none;
}
.home_page .key .slick-dots li.slick-active {
  display: block;
}
.home_page .key .slick-dots button {
  appearance: none;
  outline: none;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 1.5em;
  font-family: var(--f-jp);
  line-height: 1;
}
.home_page .key .key-arrow {
  display: flex;
  gap: 3.8em;
  position: relative;
}
.home_page .key .key-arrow::before {
  content: "";
  position: absolute;
  inset: -0.7em 0;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 auto;
}
.home_page .key .slick-arrow {
  position: static;
  transform: none;
  background: center/contain no-repeat;
  width: 2.8em;
  height: 2.8em;
  text-indent: 200vw;
}
.home_page .key .slick-prev {
  background-image: url("../images/key-arr-left.png");
}
.home_page .key .slick-next {
  background-image: url("../images/key-arr-right.png");
}
.home_page .topic_path {
  display: none;
}

@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: calc(100vh - var(--wrapper));
  }
}
@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .home_page .key {
    font-size: 1vmin;
  }
}
.ihead {
  text-align: center;
}

.ien {
  color: var(--main-color2);
  text-transform: uppercase;
  line-height: 1.4;
  margin-bottom: 8px;
  font-size: 20px;
  letter-spacing: 0.1em;
}
.ien::before {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  margin: 0 auto 9px;
  background-color: var(--main-color2);
}

.ijp {
  font-size: 34px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.ibtn.ibtn-green a::before {
  background-color: var(--main-color);
}
.ibtn a {
  max-width: 100%;
  width: 420px;
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding: 10px 38px 15px 38px;
  text-decoration: none;
  position: relative;
  z-index: 0;
  letter-spacing: 0.1em;
  transition: all 0.3s ease;
}
.ibtn a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--main-color2) url("../images/ibtn-ic.png") center right 18px/15px auto no-repeat;
  z-index: -1;
  pointer-events: none;
  transition: all 0.3s ease;
}
.ibtn a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: -4px;
  width: 100%;
  height: 100%;
  z-index: -2;
  background: url("../images/ibtn-bg.png") center/cover no-repeat;
}

.iconcern {
  padding: 80px 0 86px;
  position: relative;
  z-index: 0;
}
.iconcern::before {
  content: "";
  position: absolute;
  inset: -295px 0 0;
  z-index: -1;
  background: url("../images/iconcern-bg.jpg") center/cover no-repeat;
}
.iconcern .iconcern-wrapper {
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 0;
}
.iconcern .iconcern-img {
  position: absolute;
  top: 0;
  left: max((100vw - 100%) / -2, -320px);
  transform: translateX(37px);
  z-index: 0;
}
.iconcern .iconcern-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -18px;
  left: -18px;
  background-color: rgba(241, 177, 63, 0.5);
  z-index: -1;
}
.iconcern .iconcern-txt {
  width: 800px;
  background-color: #fff;
  padding: 71px 90px 86px 90px;
  margin-top: 124px;
  margin-left: auto;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.12);
}
.iconcern .iconcern-ttl {
  font-size: 38px;
  font-weight: 500;
  color: #003333;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
.iconcern .iconcern-ttl span {
  font-size: 48px;
  color: var(--main-color2);
  display: inline-block;
  position: relative;
  letter-spacing: 0.1em;
}
.iconcern .iconcern-ttl span::before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: -2px;
  right: -2px;
  height: 1px;
  background-color: var(--main-color2);
}
.iconcern .iconcern-list li {
  border-bottom: 1px solid #ebebeb;
}
.iconcern .iconcern-list li:last-child {
  margin-bottom: 0;
}
.iconcern .iconcern-list a {
  display: block;
  text-decoration: none;
  font-size: 24px;
  position: relative;
  color: #333333;
  padding: 24px 10px 29px 55px;
  letter-spacing: 0.1em;
  transition: all 0.3s ease;
  opacity: 1 !important;
}
.iconcern .iconcern-list a::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 16px;
  width: 27px;
  height: 22px;
  background: url("../images/iconcern-ic-check.png") center/contain no-repeat;
}
.iconcern .iconcern-list a::after {
  content: "";
  position: absolute;
  top: -4px;
  bottom: 0;
  right: 18px;
  width: 15px;
  height: 9px;
  margin: auto 0;
  background: url("../images/iconcern-ic-arrow.png") center/contain no-repeat;
  z-index: 1;
}

.ifeature {
  padding: 84px 0 90px;
  background: url("../images/ifeature-bg.jpg") center/cover no-repeat;
}
.ifeature .inner {
  max-width: 1920px;
  padding: 0;
}
.ifeature .ifeat-wrapper {
  position: relative;
  z-index: 0;
  padding-top: 49px;
  padding-bottom: 89px;
}
.ifeature .ifeat-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 1600px;
  margin: 0 auto;
  background-color: #fcfcfc;
  border: 10px solid #f9ecd6;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.08);
}
.ifeature .ihead {
  margin-bottom: 73px;
  padding: 0 20px;
}
.ifeature .ifeat-box {
  --trans-y: 61px;
  --gap-x: 79px;
  --gap-y: 41px;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap-x) var(--gap-y);
  counter-reset: ifeat;
  padding-bottom: var(--trans-y);
  margin-bottom: 49px;
}
.ifeature .ifeat-item {
  width: calc((100% - var(--gap-y)) / 2);
  min-height: 480px;
  background-color: wheat;
  text-align: center;
  padding: 50px 30px 67px 30px;
  align-content: center;
  background: center/cover no-repeat;
  color: #fff;
  position: relative;
  z-index: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.ifeature .ifeat-item::before {
  content: "";
  position: absolute;
  inset: 10px;
  z-index: 1;
  pointer-events: none;
  border: 1px solid #fff;
  opacity: 0.5;
}
.ifeature .ifeat-item:nth-child(even) .ifeat-step {
  right: unset;
  left: 59px;
}
.ifeature .ifeat-step {
  position: absolute;
  top: -18px;
  right: 60px;
  background-color: var(--main-color);
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100px;
  height: 100px;
  padding-bottom: 4px;
  z-index: 1;
}
.ifeature .ifeat-step::after {
  content: counter(ifeat, decimal-leading-zero);
  counter-increment: ifeat;
  display: inline-block;
  font-size: 60px;
  line-height: 0.8;
}
.ifeature .ifeat-tt {
  font-size: 32px;
  margin-bottom: 22px;
  padding-bottom: 9px;
  padding-left: 3px;
  position: relative;
}
.ifeature .ifeat-tt::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 90px;
  height: 1px;
  background-color: #fff;
}
.ifeature .ifeat-desc {
  max-width: 440px;
  margin: 0 auto;
}
.ifeature .ifeat-item01 {
  background-image: url("../images/ifeat-img01.jpg");
}
.ifeature .ifeat-item02 {
  background-image: url("../images/ifeat-img02.jpg");
}
.ifeature .ifeat-item02 .ifeat-step {
  background-color: var(--main-color2);
}
.ifeature .ifeat-item03 {
  background-image: url("../images/ifeat-img03.jpg");
}
.ifeature .ifeat-item04 .ifeat-step {
  background-color: var(--main-color2);
}
.ifeature .ifeat-item04 {
  background-image: url("../images/ifeat-img04.jpg");
}
.ifeature .ifeat-btn {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.ifeature .ibtn {
  margin: 0;
}

.iendoscopy {
  padding: 80px 0 121px;
  background: url("../images/iendoscopy-bg.jpg") center/cover no-repeat;
}
.iendoscopy .inner {
  max-width: 1640px;
}
.iendoscopy .ihead {
  margin-bottom: 51px;
}
.iendoscopy .ien {
  color: #fff;
}
.iendoscopy .ien::before {
  background-color: #fff;
}
.iendoscopy .ijp {
  color: #fff;
}
.iendoscopy .iendos-box {
  position: relative;
  min-height: 640px;
  margin-bottom: 80px;
  z-index: 0;
  background: url("../images/iendoscopy-eff01.png") center/cover no-repeat;
  color: #fff;
  padding: 64px 160px 62px 162px;
}
.iendoscopy .iendos-box:last-child {
  margin-bottom: 0;
}
.iendoscopy .iendos-box::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid rgba(255, 255, 255, 0.8);
  z-index: -1;
}
.iendoscopy .iendos-reverse {
  background-image: url("../images/iendoscopy-eff02.png");
}
.iendoscopy .iendos-reverse .iendos-img {
  right: unset;
  left: 0;
}
.iendoscopy .iendos-reverse .iendos-txt {
  margin-left: auto;
}
.iendoscopy .iendos-reverse .iendos-btn {
  right: unset;
  left: 160px;
}
.iendoscopy .iendos-reverse .iendos-en {
  left: unset;
  right: 6px;
}
.iendoscopy .iendos-txt {
  width: 600px;
  max-width: 100%;
}
.iendoscopy .iendos-en {
  position: absolute;
  top: -6px;
  left: 16px;
  font-weight: 500;
  font-size: 120px;
  line-height: 1;
  text-transform: uppercase;
  opacity: 0.1;
  letter-spacing: 0.05em;
  z-index: -1;
}
.iendoscopy .iendos-ic {
  margin-bottom: 23px;
  padding-right: 64px;
}
.iendoscopy .iendos-ic img {
  margin: 0 auto;
}
.iendoscopy .iendos-tt {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 12px;
  text-align: center;
  padding-right: 68px;
  letter-spacing: 0;
}
.iendoscopy .iendos-desc {
  font-size: 20px;
  line-height: 2.2;
  margin-bottom: 25px;
  padding-left: 7px;
}
.iendoscopy .iendos-lb {
  font-size: 28px;
  font-weight: 500;
  padding-bottom: 7px;
  margin-bottom: 35px;
  border-bottom: 1px solid #fff;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.iendoscopy .iendos-list li {
  margin-bottom: 21px;
  font-size: 20px;
  position: relative;
  padding-left: 35px;
  letter-spacing: 0.05em;
}
.iendoscopy .iendos-list li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 7px;
  width: 20px;
  height: 18px;
  background: url("../images/iendos-ic-check.png") center/contain no-repeat;
}
.iendoscopy .iendos-list li:last-child {
  margin-bottom: 0;
}
.iendoscopy .iendos-btn {
  position: absolute;
  bottom: -33px;
  right: 160px;
  display: flex;
  z-index: 1;
  gap: 40px;
}
.iendoscopy .ibtn {
  margin: 0;
}
.iendoscopy .iendos-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
}
.iendoscopy .iendos-img br {
  display: none;
}

.imessage {
  padding: 100px 0;
  position: relative;
  z-index: 0;
}
.imessage::before {
  content: "";
  position: absolute;
  inset: 0 -8px 0 -7px;
  z-index: -1;
  background: url("../images/imessage-bg.jpg") center/cover no-repeat;
}
.imessage .imess-wrapper {
  position: relative;
  width: min(100%, 900px);
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 89px 60px 92px;
  z-index: 0;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.25);
}
.imessage .imess-wrapper::before {
  content: "";
  position: absolute;
  inset: 10px;
  z-index: 1;
  border: 1px solid #f1b13f;
  pointer-events: none;
}
.imessage .ihead {
  margin-bottom: 28px;
}
.imessage .ijp {
  letter-spacing: 0.085em;
}
.imessage .imess-desc {
  font-size: 18px;
  text-align: center;
  max-width: 612px;
  margin: 0 auto 42px;
}
.imessage .imess-desc p {
  line-height: 2.25;
}
.imessage .ibtn a {
  margin: 0 auto;
}

.idisease {
  padding: 90px 0 87px;
  position: relative;
  z-index: 0;
}
.idisease::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 812px;
  z-index: -1;
  background-color: #f6f6f6;
}
.idisease .inner {
  --px: 60px;
  max-width: 1680px;
  padding: 0 calc(var(--px) * 2);
}
.idisease .idisease-hd {
  position: relative;
  z-index: 0;
  color: #fff;
  padding: 70px 0 32px;
}
.idisease .idisease-hd::before {
  content: "";
  position: absolute;
  inset: 0 calc((100vw - 100%) / -2) -275px;
  margin: 0 var(--px);
  background: url("../images/idisease-bg.jpg") center/cover no-repeat;
  z-index: -1;
}
.idisease .ihead {
  margin-bottom: 22px;
}
.idisease .ien {
  color: #fff;
}
.idisease .ien::before {
  background-color: #fff;
}
.idisease .disease-desc {
  text-align: center;
}
.idisease .disease-desc p {
  font-size: 22px;
  font-weight: 500;
  display: inline;
  border-bottom: 1px solid #fff;
  line-height: 2.02;
}
.idisease .idisease-box {
  position: relative;
  z-index: 1;
  padding: 80px;
  background-color: #fff;
}
.idisease .idisease-head {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 13px;
  border-bottom: 4px solid var(--main-color2);
}
.idisease .idisease-head li {
  width: 390px;
  height: 78px;
  position: relative;
  background-color: var(--main-color2);
  z-index: 0;
  transition: all 0.3s ease;
}
.idisease .idisease-head li::before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 0;
  margin: auto 0;
  right: 20px;
  width: 37px;
  height: 37px;
  background: url("../images/idisease-ic.png") center/contain no-repeat;
  pointer-events: none;
  z-index: 1;
  transition: all 0.3s ease;
  opacity: 0;
}
.idisease .idisease-head li.active::before {
  opacity: 1;
}
.idisease .idisease-head picture {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 100%;
  background-color: #e6a736;
  margin-right: 20px;
  flex-shrink: 0;
}
.idisease .idisease-head picture::before {
  content: "";
  position: absolute;
  top: calc(50% - 9px);
  right: -12px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 12px solid #e6a736;
}
.idisease .idisease-head .idisease-hd-green {
  background-color: var(--main-color);
}
.idisease .idisease-head .idisease-hd-green picture {
  background-color: #5ca060;
}
.idisease .idisease-head .idisease-hd-green picture::before {
  border-left-color: #5ca060;
}
.idisease .idisease-tt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 1.6;
}
.idisease .idisease-tt span {
  font-weight: 300;
  font-size: 10px;
  text-transform: uppercase;
  display: block;
  letter-spacing: 0.1em;
  transform: translateY(-3px);
}
.idisease .idisease-body {
  margin-top: 58px;
}
.idisease .idisease-content {
  --gapx: 30px;
  --gapy: 40px;
  display: none;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--gapx) var(--gapy);
}
.idisease .idisease-content.active {
  display: flex;
}
.idisease .idisease-btn {
  width: calc((100% - var(--gapy) * 2) / 3);
  margin: 0;
}
.idisease .idisease-btn a {
  position: relative;
  max-width: 100%;
  width: 100%;
  min-height: 80px;
  height: 100%;
  font-size: 20px;
  padding: 10px 40px;
  line-height: 1.2;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  z-index: 0;
  transition: all 0.3s ease;
}
.idisease .idisease-btn a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  transition: all 0.3s ease;
  background: center/cover no-repeat;
}
.idisease .idisease-btn a::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  transition: all 0.3s ease;
  opacity: 0;
}
.idisease .idisease-btn a span::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: -5px;
  width: 100%;
  height: 100%;
  z-index: -10;
  background: url(../images/idisease-btn-eff.png) center/cover no-repeat;
  transition: all 0.3s ease;
}
.idisease .idisease-btn a span::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  transition: all 0.3s ease;
  background: center right 18px/25px auto no-repeat;
}
.idisease .idis-orange a::before {
  background-image: url("../images/idis-orange.jpg");
}
.idisease .idis-orange a span::before {
  background-image: url("../images/idis-orange-ic.png");
}
.idisease .idis-green a::before {
  background-image: url("../images/idis-green.jpg");
}
.idisease .idis-green a span::before {
  background-image: url("../images/idis-green-ic.png");
}

.igast {
  padding: 131px 0 134px;
  position: relative;
  z-index: 0;
  background: url("../images/igast-bg.jpg") center/cover no-repeat;
  color: #fff;
}
.igast::before {
  content: "";
  position: absolute;
  inset: 12px 0 11px;
  border: 0px solid #66b26b;
  border-width: 6px 0;
  opacity: 0.5;
  pointer-events: none;
}
.igast .ihead {
  margin-bottom: 28px;
}
.igast .ien {
  color: #fff;
}
.igast .ien::before {
  background-color: #fff;
}
.igast .igast-desc {
  max-width: 832px;
  margin: 0 auto 40px;
  font-size: 18px;
  text-align: center;
}
.igast .igast-desc p {
  line-height: 2.24;
}
.igast .ibtn a {
  margin: 0 auto;
}

.iclinic {
  padding: 70px 0 106px;
  background: url("../images/iclinic-bg.jpg") center/cover no-repeat;
  color: #fff;
}
.iclinic .ien {
  color: #fff;
}
.iclinic .ien::before {
  background-color: #fff;
}
.iclinic .ihead {
  margin-bottom: 40px;
}
.iclinic .iclinic-box {
  display: flex;
}
.iclinic .iclinic-tl {
  flex-shrink: 0;
  margin-right: 50px;
}
.iclinic .iclinic-tl picture {
  position: relative;
  z-index: 0;
}
.iclinic .iclinic-tl picture::before {
  content: "";
  position: absolute;
  top: 18px;
  left: -18px;
  width: 100%;
  height: 100%;
  background-color: #65b16a;
  opacity: 0.5;
  z-index: -1;
}
.iclinic .iclinic-info {
  width: 100%;
}
.iclinic .iclinic-logo {
  margin-bottom: 23px;
  position: relative;
  width: fit-content;
  display: block;
  max-width: 100%;
}
.iclinic .iclinic-logo::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 330px;
  height: 30px;
  z-index: 1;
}
.iclinic .iclinic-logo a {
  display: block;
  width: fit-content;
  opacity: 1 !important;
}
.iclinic .iclinic-tbl {
  margin-bottom: 33px;
}
.iclinic .iclinic-tbl dl {
  display: flex;
  align-items: center;
  margin-bottom: 9px;
}
.iclinic .iclinic-tbl dl:last-child {
  margin-bottom: 0;
}
.iclinic .iclinic-tbl dt {
  flex-shrink: 0;
  padding: 0 0 0 6px;
  margin-right: 19px;
}
.iclinic .iclinic-tbl dd {
  font-weight: 400;
}
.iclinic .iclinic-tbl .iclinic-first {
  align-items: flex-start;
  margin-bottom: 23px;
}
.iclinic .iclinic-tbl .iclinic-first dt {
  padding-top: 5px;
}
.iclinic .iclinic-tel {
  line-height: 1.9;
}
.iclinic .iclinic-tel a {
  display: inline-block;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
}
.iclinic .iclinic-tx {
  font-weight: 300;
  line-height: 1.5;
}
.iclinic .ibtn {
  margin-top: 50px;
}
.iclinic .ibtn a {
  margin: 0 auto;
}

.igreet {
  padding: 64px 0 115px;
  background: url("../images/igreet-bg.jpg") center left/cover no-repeat;
}
.igreet .igreet-wrapper {
  padding-left: 50px;
}
.igreet .igreet-img {
  float: right;
  margin-left: 80px;
  position: relative;
  z-index: 0;
}
.igreet .igreet-info {
  position: absolute;
  bottom: 41px;
  right: -52px;
  width: 475px;
  height: 116px;
  background-color: #fff;
  z-index: 1;
  padding: 0 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.igreet .igreet-lb {
  width: fit-content;
  font-weight: 500;
  margin: 0 auto 4px;
  padding: 0 10px 8px 6px;
  line-height: 1.2;
  border-bottom: 1px solid #bababa;
  text-align: center;
}
.igreet .igreet-name {
  font-weight: 500;
  font-size: 34px;
  color: var(--main-color2);
  line-height: 1.2;
  padding-left: 6px;
}
.igreet .igreet-name span {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin-left: 10px;
  letter-spacing: 0.1em;
}
.igreet .igreet-desc {
  overflow: hidden;
}
.igreet .ibtn {
  margin-top: 36px;
}

.icontact {
  padding: 69px 0 78px;
  background: url("../images/icontact-bg.jpg") center/cover no-repeat;
  color: #fff;
}
.icontact .ihead {
  margin-bottom: 33px;
}
.icontact .ien {
  color: #fff;
}
.icontact .ien::before {
  background-color: #fff;
}
.icontact .icontact-box {
  display: flex;
  justify-content: center;
  gap: 1.875em;
  font-size: 16px;
}
.icontact .icontact-btn {
  max-width: 100%;
  width: 34.375em;
}
.icontact .icontact-btn a {
  --w: 6.25em;
  --h: 6.25em;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: var(--h);
  text-decoration: none;
  z-index: 0;
}
.icontact .icontact-btn picture {
  width: var(--w);
  height: 100%;
  background-color: wheat;
  flex-shrink: 0;
}
.icontact .icontact-tel a {
  background-color: #fff;
  color: var(--main-color);
}
.icontact .icontact-tel .icontact-tt {
  font-size: 1.875em;
  font-weight: 500;
  margin-left: 0.8666666667em;
  letter-spacing: 0.065em;
  padding-bottom: 0.1em;
}
.icontact .icontact-tel .icontact-tt span {
  font-size: 0.5333333333em;
  letter-spacing: 0.05em;
}
.icontact .icontact-email a {
  background-color: var(--main-color2);
  color: #fff;
}
.icontact .icontact-email a::before {
  content: "";
  position: absolute;
  top: 0.1875em;
  bottom: 0;
  margin: auto 0;
  right: 1.3125em;
  width: 2.25em;
  height: 2.375em;
  background: url("../images/icontact-ic-arrow.png") center/contain no-repeat;
}
.icontact .icontact-email .icontact-tt {
  font-size: 1.625em;
  font-weight: 500;
  margin-left: 1em;
  letter-spacing: 0.05em;
}

.ipost {
  padding: 80px 0px;
  background: url("../images/ipost-bg.jpg") center/cover no-repeat;
}
.ipost .ipost-wrapper {
  --gap: 40px;
  display: flex;
  gap: var(--gap);
}
.ipost .ipost-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  padding: 7px 19px 10px 31px;
  color: #fff;
}
.ipost .ipost-head h3 {
  display: flex;
  align-items: flex-end;
  font-size: 26px;
  font-weight: 500;
}
.ipost .ipost-head h3 span {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  margin-left: 10px;
  transform: translateY(-2px);
}
.ipost .ipost-btn {
  line-height: 1;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 26px;
}
.ipost .ipost-btn a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
.ipost .ipost-btn a::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 26px;
  margin-left: 12px;
  background: url("../images/ipost-ic-green.png") center/contain no-repeat;
}
.ipost .ipost-box {
  width: calc((100% - var(--gap)) / 2);
  background-color: #fff;
  box-shadow: 5px 5px 40px rgba(0, 0, 0, 0.4);
}
.ipost .ipost-box ul {
  padding: 32px 78px 66px;
}
.ipost .ipost-box li {
  border-bottom: 1px solid #f0f0f0;
  width: 100%;
}
.ipost .ipost-box li a {
  display: inline-flex;
  text-decoration: none;
  padding: 1.75em 0px 1.6875em;
  --w: 7.5em;
  width: 100%;
  transition: all 0.3s;
  letter-spacing: 0.1em;
  white-space: nowrap;
  max-width: 100%;
  color: var(--clr1);
  opacity: 1 !important;
}
.ipost .ipost-box li a span {
  display: inline-block;
}
.ipost .ipost-box li a .date {
  width: var(--w);
  transition: all 0.3s;
  font-weight: 500;
  letter-spacing: 0.09em;
}
.ipost .ipost-box li a .title {
  max-width: calc(100% - var(--w));
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 2.5em;
}
.ipost .ipost-box-green .ipost-head {
  background-color: var(--main-color);
}
.ipost .ipost-box-orange .ipost-btn a::after {
  background-image: url("../images/ipost-ic-orange.png");
}
.ipost .ipost-box-orange .ipost-head {
  background-color: var(--main-color2);
}
.ipost .btn-group {
  position: absolute;
  right: 0px;
  top: 4px;
  z-index: 1;
  width: 50%;
  max-width: 218px;
}
.ipost .btn-group .btn.style01 {
  width: 100%;
}

@media screen and (min-width: 1921px) {
  .home_page .key {
    --max-height: calc(100vh - var(--wrapper) - 50px);
  }
}
@media only screen and (min-width: 1920px) {
  .iconcern .iconcern-list li:first-child a {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .iconcern .iconcern-list li:first-child a::before {
    top: 34px;
  }
  .iconcern .iconcern-list li:first-child a::after {
    top: 2px;
  }
  .igast .ibtn-green a::before {
    background-color: #69ba6e;
  }
  .imessage .ien {
    padding-left: 2px;
  }
  .imessage .ijp {
    transform: translateX(3px);
  }
  .imessage .ibtn {
    padding-left: 9px;
  }
  .idisease .idisease-head {
    padding-left: 2px;
  }
  .idisease .idisease-body {
    margin-right: -2px;
  }
  .iclinic .ihead {
    padding-left: 3px;
  }
  .iclinic .time_sheet {
    padding-left: 5px;
    margin-right: -1px;
  }
  .iclinic .ibtn {
    transform: translateX(2px);
  }
  .iclinic .iclinic-logo {
    transform: translate(6px, -5px);
  }
  .igreet .igreet-img {
    margin-right: -1px;
  }
  .igreet .ibtn {
    margin-left: -3px;
  }
  .ipost .ipost-btn {
    transform: translateY(2px);
  }
  .ipost .ipost-btn a::after {
    transform: translateY(1px);
  }
  .ipost .ipost-box-orange {
    transform: translateX(1px);
  }
}
@media only screen and (min-width: 769px) {
  .ibtn.ibtn-green a:hover::before {
    background-color: #49814d;
  }
  .ibtn a:hover {
    color: #fff;
    opacity: 1;
  }
  .ibtn a:hover::before {
    background-color: #c38f32;
  }
  .key .slick-arrow {
    transition: all 0.3s ease;
  }
  .key .slick-arrow:hover {
    opacity: 0.5;
  }
  .iconcern .iconcern-list li a:hover {
    background-color: #f3fff4;
  }
  .ifeature .ifeat-item:nth-child(even) {
    transform: translateY(var(--trans-y));
  }
  .idisease .idisease-head li:not(.active):hover {
    cursor: pointer;
    background-color: #e6a736;
  }
  .idisease .idisease-head li:not(.active):hover::before {
    opacity: 1;
  }
  .idisease .idisease-head .idisease-hd-green:not(.active):hover {
    background-color: #5ca060;
  }
  .idisease .idisease-btn a:hover {
    opacity: 1;
  }
  .idisease .idisease-btn a:hover::after {
    opacity: 1;
  }
  .idisease .idisease-btn a:hover span::after {
    opacity: 0;
  }
  .idisease .idis-orange a::after {
    background-color: #d69e3e;
  }
  .idisease .idis-green a::after {
    background-color: #58935c;
  }
  .ipost .ipost-btn a:hover {
    color: #000;
  }
  .ipost .ipost-box-green li a:hover {
    padding-left: 15px;
    background-color: rgba(101, 177, 106, 0.1);
  }
  .ipost .ipost-box-orange li a:hover {
    padding-left: 15px;
    background-color: rgba(241, 177, 63, 0.1);
  }
  .iclinic .ibtn a {
    width: 320px;
  }
  .iendoscopy .ibtn a {
    width: 320px;
  }
  .igreet .ihead {
    display: inline-flex;
    align-items: flex-end;
    padding-top: 48px;
    margin-bottom: 41px;
  }
  .igreet .ien {
    display: flex;
    align-items: center;
    margin: 0 13px 0 0;
  }
  .igreet .ien::before {
    width: 31px;
    height: 1px;
    margin: 0 17px 0 0;
  }
  .igreet .ijp {
    font-size: 48px;
    line-height: 1.15;
  }
  .icontact .icontact-btn a {
    transition: all 0.3s ease;
  }
  .icontact .icontact-btn a:hover {
    opacity: 1;
    background: #c79336;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1919px) {
  .home_page .key {
    --max-height: calc(100vh - var(--wrapper) - 20px);
    --min-height: 500px;
    font-size: 0.5208333333vw;
  }
  .home_page .key .key_text .item.s1 {
    background-position: top center;
  }
  .iconcern::before {
    top: -15.3645833333vw;
  }
  .iconcern .iconcern-img {
    width: 48.4375vw;
  }
  .iconcern .iconcern-txt {
    font-size: min(1.1111111111vw, 16px);
    width: 50em;
    padding: 4em 5em;
    margin-top: 7.75em;
  }
  .iconcern .iconcern-ttl {
    font-size: 2.25em;
    margin-bottom: 0.5555555556em;
  }
  .iconcern .iconcern-ttl span {
    font-size: 1.3333333333em;
  }
  .iconcern .iconcern-ttl span::before {
    bottom: 0.0416666667em;
    left: -0.0416666667em;
    right: -0.0416666667em;
  }
  .iconcern .iconcern-list a {
    font-size: 1.375em;
    padding: 1.0909090909em 0.4545454545em 1.3181818182em 2.5em;
  }
  .iconcern .iconcern-list a::before {
    top: 1.3636363636em;
    left: 0.7272727273em;
    width: 1.2272727273em;
    height: 1em;
  }
  .iconcern .iconcern-list a::after {
    top: -0.1818181818em;
    right: 0.8181818182em;
    width: 15px;
    height: 9px;
  }
  .ifeature .ifeat-wrapper {
    padding-top: 49px;
    padding-bottom: 89px;
    font-size: 16px;
  }
  .ifeature .ifeat-wrapper::before {
    width: min(94.1176470588vw, 1600px);
  }
  .ifeature .ifeat-item {
    min-height: 25vw;
    padding-bottom: 60px;
  }
  .ifeature .ifeat-item:nth-child(even) .ifeat-step {
    left: 4.2857142857em;
  }
  .ifeature .ifeat-step {
    top: -1.2857142857em;
    right: 4.2857142857em;
    font-size: 0.7291666667vw;
    width: 7.1428571429em;
    height: 7.1428571429em;
    padding-bottom: 0.2857142857em;
  }
  .ifeature .ifeat-step::after {
    font-size: 4.2857142857em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1640px) {
  .iendoscopy .iendos-box {
    min-height: 39.0243902439vw;
  }
  .iendoscopy .iendos-ic img {
    width: 6.7073170732vw;
    height: 6.7073170732vw;
  }
  .iendoscopy .ibtn a {
    width: 320px;
  }
  .iendoscopy .iendos-img img {
    width: 65.3048780488vw;
    height: 100%;
  }
  .iendoscopy .iendos-reverse .iendos-img img {
    width: 55.5487804878vw;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .home_page .key .key_act {
    font-size: 7px;
  }
  .iendoscopy .iendos-box {
    margin-bottom: 5.5555555556vw;
    padding: 3.125em 6.25em 4.375em;
    font-size: 1.1111111111vw;
  }
  .iendoscopy .iendos-txt {
    width: max(37.5em, 340px);
  }
  .iendoscopy .iendos-en {
    top: -0.05em;
    left: 0.1333333333em;
    font-size: 6.5em;
  }
  .iendoscopy .iendos-ic {
    margin-bottom: 1.4375em;
    padding-right: 4em;
  }
  .iendoscopy .iendos-tt {
    font-size: 1.875em;
    margin-bottom: 0.4em;
    padding-right: 2.2666666667em;
  }
  .iendoscopy .iendos-desc {
    font-size: max(1.125em, 11px);
    margin-bottom: 1.2em;
    padding-left: 0;
  }
  .iendoscopy .iendos-lb {
    font-size: 1.625em;
    padding-bottom: 0.2692307692em;
    margin-bottom: 1.1em;
  }
  .iendoscopy .iendos-list li {
    font-size: max(1.125em, 11px);
    margin-bottom: 1.1666666667em;
    padding-left: 1.9444444444em;
  }
  .iendoscopy .iendos-list li::before {
    top: 0.2222222222em;
    left: 0.3888888889em;
    width: 1.1111111111em;
    height: 1em;
  }
  .iendoscopy .iendos-img img {
    height: 100%;
  }
  .iendoscopy .iendos-btn {
    bottom: -2.0625em;
    right: 10em;
    gap: 2.5em;
  }
  .iendoscopy .ibtn a {
    font-size: 1.125em;
    width: 17.7777777778em;
    min-height: 3.6666666667em;
    padding: 0.5555555556em 2.2222222222em 0.8333333333em 2.2222222222em;
  }
  .iendoscopy .iendos-reverse .iendos-btn {
    left: 10em;
  }
  .iendoscopy .iendos-reverse .iendos-en {
    right: 0.05em;
  }
  .idisease::before {
    height: 52.7777777778vw;
  }
  .idisease .inner {
    --px: 30px;
  }
  .idisease .idisease-box {
    padding: 50px;
  }
  .idisease .idisease-body {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .ien {
    font-size: 16px;
  }
  .ien::before {
    height: 20px;
  }
  .ijp {
    font-size: 26px;
  }
  .ifeature .ihead {
    margin-bottom: 45px;
  }
  .ifeature .ifeat-box {
    --gap-x: 50px;
    --gap-y: 30px;
  }
  .ifeature .ifeat-item {
    padding-top: 50px;
    padding-bottom: 46px;
  }
  .ifeature .ifeat-tt {
    line-height: 1.4;
    font-size: 24px;
    margin-bottom: 13px;
  }
  .idisease .idisease-box {
    padding: 3.6603221083vw;
  }
  .idisease .idisease-body {
    margin-top: min(2.9296875vw, 30px);
  }
  .idisease .idisease-head li {
    width: 24.375em;
    height: 4.875em;
    font-size: 1.1713030747vw;
  }
  .idisease .idisease-head li.idisease-hd-orange img {
    width: 3.25em;
  }
  .idisease .idisease-head li.idisease-hd-green img {
    width: 3.0625em;
  }
  .idisease .idisease-head li::before {
    top: 0;
    right: 1.25em;
    width: 2.3125em;
    height: 2.3125em;
  }
  .idisease .idisease-head picture {
    width: 5em;
  }
  .idisease .idisease-head picture::before {
    top: calc(50% - 0.5625em);
    right: -0.65em;
    border-top-width: 0.5625em;
    border-bottom-width: 0.5625em;
    border-left-width: 0.75em;
  }
  .idisease .idisease-tt {
    font-size: 1.5em;
  }
  .idisease .idisease-tt span {
    font-size: 0.4166666667em;
    transform: translateY(-0.3em);
  }
  .idisease .idisease-content {
    --gapx: 1.875em;
    --gapy: 1.875em;
    font-size: 1.1713030747vw;
  }
  .idisease .idisease-btn a {
    font-size: 1.125em;
    min-height: 4.2222222222em;
    padding: 0.5555555556em 2.2222222222em;
  }
  .idisease .idisease-btn a span::before {
    background-position: center right 1.0555555556em;
    background-size: 1.3333333333em auto;
  }
  .igreet .igreet-wrapper {
    padding-right: 50px;
  }
  .igreet .ihead {
    padding-top: 3.513909224vw;
    margin-bottom: 3.0014641288vw;
  }
  .igreet .igreet-img {
    margin-left: 4.39238653vw;
    width: 42.4597364568vw;
  }
  .igreet .igreet-info {
    padding: 0 1.25em;
    right: -2em;
    bottom: 2.5625em;
    width: 25.875em;
    height: 6.875em;
    font-size: 1.1713030747vw;
  }
  .igreet .igreet-lb {
    padding: 0 0.625em 0.5em 0.375em;
    margin: 0 auto 0.25em;
  }
  .igreet .igreet-name {
    font-size: 2em;
    padding-left: 0.25em;
  }
  .igreet .igreet-name span {
    font-size: 0.375em;
    margin-left: 0.8333333333em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .imessage {
    padding: 7.8125vw 0;
  }
  .imessage .imess-wrapper {
    padding: 7.03125vw 4.6875vw;
  }
  .imessage .ihead {
    margin-bottom: 2.1875vw;
  }
  .imessage .imess-desc {
    margin-bottom: 3.28125vw;
    font-size: max(1.40625vw, 16px);
  }
  .imessage .imess-desc p {
    line-height: 1.9;
  }
  .igast {
    padding: 8.59375vw 0;
  }
  .iclinic .ihead {
    margin-bottom: 30px;
  }
  .iclinic .iclinic-box {
    font-size: 1.25vw;
  }
  .iclinic .iclinic-tl {
    width: 40.625em;
    padding-left: 20px;
    margin-right: 2.1875em;
  }
  .iclinic .iclinic-logo {
    margin-bottom: 1.4375em;
  }
  .iclinic .iclinic-logo::before {
    width: 20.625em;
    height: 1.875em;
  }
  .iclinic .iclinic-logo img {
    width: 29.375em;
  }
  .iclinic .iclinic-tbl {
    margin-bottom: 2.0625em;
  }
  .iclinic .iclinic-tbl dl {
    margin-bottom: 0.25em;
  }
  .iclinic .iclinic-tbl dt {
    padding: 0.3125em 0 0 0.375em;
    margin-right: 1.1875em;
  }
  .iclinic .iclinic-tbl .iclinic-first {
    margin-bottom: 1.125em;
  }
  .iclinic .iclinic-tbl .iclinic-ic img {
    width: 2.875em;
  }
  .iclinic .iclinic-tel a {
    font-size: 1.875em;
  }
  .iclinic .time_sheet {
    font-size: 100%;
  }
  .iclinic .time_sheet .note {
    margin-top: 0.6em;
    margin-left: 1.6666666667em;
    font-size: 0.9375em;
  }
  .igreet {
    padding-bottom: 8.59375vw;
  }
  .igreet .igreet-desc p {
    font-size: 15px;
  }
  .igreet .ibtn {
    margin-top: 20px;
  }
  .icontact .icontact-box {
    font-size: 1.25vw;
  }
  .ipost .inner {
    padding: 0 60px;
  }
  .ipost .ipost-box ul {
    padding: 20px 40px 45px;
  }
  .ipost .ipost-box li a .title {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .ien {
    margin-bottom: 3px;
  }
  .ibtn a {
    font-size: 14px;
    width: 316px;
    min-height: 58px;
    padding: 10px 40px;
  }
  .ibtn a::before {
    background-position: center right 12px;
  }
  .iconcern {
    padding: 56px 0;
  }
  .ifeature {
    padding: 50px 0;
  }
  .ifeature .ifeat-wrapper {
    padding: 40px 0 47px;
  }
  .ifeature .ifeat-wrapper::before {
    border-width: 6px;
  }
  .ifeature .ifeat-box {
    margin-bottom: 30px;
  }
  .ifeature .ifeat-item {
    padding: 3.90625vw 20px 3.515625vw;
  }
  .ifeature .ifeat-item::before {
    inset: 7px;
  }
  .ifeature .ifeat-item:nth-child(even) .ifeat-step {
    left: 20px;
  }
  .ifeature .ifeat-step {
    font-size: min(0.8676789588vw, 8px);
    top: -20px;
    right: 20px;
  }
  .ifeature .ifeat-tt {
    letter-spacing: 0.05em;
    font-size: 2.1484375vw;
    padding-bottom: 0.87890625vw;
    margin-bottom: 0.9765625vw;
  }
  .ifeature .ifeat-tt::before {
    width: 5.859375vw;
  }
  .ifeature .ifeat-desc {
    font-size: 1.3671875vw;
    line-height: 1.7;
  }
  .ifeature .ifeat-btn {
    gap: 20px;
  }
  .iendoscopy {
    padding: 50px 0 70px;
  }
  .iendoscopy .ihead {
    margin-bottom: 30px;
  }
  .idisease {
    padding: 55px 0;
  }
  .idisease .idisease-hd {
    padding: 40px 0 30px;
  }
  .idisease .ihead {
    margin-bottom: 15px;
  }
  .idisease .disease-desc p {
    font-size: 16px;
  }
  .igast::before {
    border-width: 4px 0;
    inset: 10px 0;
  }
  .igast .ihead {
    margin-bottom: 15px;
  }
  .igast .igast-desc {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .igast .igast-desc p {
    line-height: 1.9;
  }
  .iclinic {
    padding: 50px 0;
  }
  .iclinic .ihead {
    margin-bottom: 20px;
  }
  .iclinic .iclinic-box {
    font-size: 1.3671875vw;
  }
  .iclinic .iclinic-tl {
    padding-left: 10px;
    width: 37em;
  }
  .iclinic .iclinic-tl picture::before {
    top: 10px;
    left: -10px;
  }
  .iclinic .iclinic-tbl {
    margin-bottom: 1.5em;
  }
  .iclinic .iclinic-tbl .iclinic-first {
    margin-bottom: 0.5em;
  }
  .iclinic .iclinic-tel {
    line-height: 1.7;
  }
  .iclinic .ibtn {
    margin-top: 35px;
  }
  .iclinic .ibtn a {
    width: 27.34375vw;
    min-height: 5.6640625vw;
  }
  .igreet {
    padding-top: 6.25vw;
  }
  .igreet .ihead {
    padding-top: 24px;
    margin-bottom: 24px;
  }
  .igreet .ijp {
    font-size: 34px;
  }
  .igreet .igreet-desc p {
    font-size: 14px;
  }
  .icontact {
    padding: 40px 0 50px;
  }
  .icontact .ihead {
    margin-bottom: 20px;
  }
  .ipost {
    padding: 50px 0;
  }
  .ipost .ipost-head {
    padding: 7px 19px;
    height: 62px;
  }
  .ipost .ipost-head h3 {
    font-size: 24px;
  }
  .ipost .ipost-btn {
    padding-left: 20px;
  }
  .ipost .ipost-box ul {
    padding: 0.7142857143em 2.1428571429em 1.7857142857em;
  }
  .idx_map {
    height: 39.0625vw;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .idisease .inner {
    --px: 20px;
  }
  .igreet .ien {
    margin-right: 10px;
  }
  .igreet .ien::before {
    width: 20px;
    margin-right: 10px;
  }
  .igreet .igreet-desc p {
    font-size: max(1.4112903226vw, 12px);
  }
  .igreet .ibtn a {
    font-size: max(1.4112903226vw, 12px);
    width: 22.5714285714em;
    min-height: 4.1428571429em;
    padding: 0.7142857143em 2.8571428571em;
  }
  .igreet .ibtn a::before {
    background-position: center right 0.8571428571em;
    background-size: 1.0714285714em auto;
  }
  .ipost .ipost-head {
    height: 6.25vw;
  }
  .ipost .ipost-head h3 {
    font-size: 2.4193548387vw;
  }
  .ipost .ipost-head h3 span {
    font-size: 0.5833333333em;
  }
  .ipost .ipost-box ul {
    font-size: 1.4112903226vw;
  }
  .ipost .ipost-box li a {
    padding: 1.2em 0px 1.3em;
  }
  .ipost .ipost-btn {
    padding-left: 1.4285714286em;
    font-size: 1.4112903226vw;
  }
  .ipost .ipost-btn a::after {
    width: 1.7142857143em;
    height: 1.8571428571em;
    margin-left: 0.8571428571em;
  }
  .iclinic .iclinic-tbl dt {
    margin-right: 0.7em;
  }
}