@charset "shift-jis";


/* ==================================================
ICON
================================================== */
.corporationEb__serviceIcon{
  font-family: "A1ƒSƒVƒbƒN M";
  width: 84px;
  height: 84px;
  background: #3136b5;
  text-align: center;
  font-size: 20px;
  border-radius: 100%;
  padding-top: 21px;
  color: #fff;
  line-height: 1.1;
  position: absolute;
  top: -14px;
  right: -14px;
  
  > span {
  font-size: 13px;
  }
}

.imgTxtBox {
  &:has(.corporationEb__serviceIcon) {
    & .text-main {
      min-height: 56px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
  }
}