.wpb_wrapper blockquote {
  margin-bottom: 35px;
}

.module-image-with-button {
  position: relative;
  padding: 0;
  margin: 0;
}
.module-image-with-button .image-box {
  margin-bottom: 24%;
}
.module-image-with-button .image-box .image {
  position: relative;
  display: block;
  border-radius: 300px 300px 0px 300px;
  z-index: 10;
}
.module-image-with-button .image-box .image img {
  width: 100%;
  border-radius: 300px 300px 0px 300px;
}
.module-image-with-button .image-box .btn-box {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 20;
}
.module-image-with-button .image-box .btn-box .theme-btn {
  color: #fff;
  background: var(--ihkcolor);
}
.module-image-with-button .theme-btn:before {
  background: #fff;
}
.module-image-with-button .theme-btn.btn-one:hover {
  color: var(--ihkcolor);
}
.module-image-with-button .image-box::before {
  content: "";
  position: absolute;
  bottom: -16%;
  left: -12%;
  width: auto;
  height: 54%;
  background: transparent;
  background-image: url(/wp-content/themes/ihk/assets/img/layout/square.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  aspect-ratio: 1 / 1;
  z-index: 5;
}
