.elementor-1142 .elementor-element.elementor-element-bf65384{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1142 .elementor-element.elementor-element-79589ba{--display:flex;--min-height:90px;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;border-style:none;--border-style:none;--border-radius:16px 16px 16px 16px;}.elementor-1142 .elementor-element.elementor-element-79589ba:not(.elementor-motion-effects-element-type-background), .elementor-1142 .elementor-element.elementor-element-79589ba > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-1142 .elementor-element.elementor-element-fac9bae{--display:flex;--justify-content:center;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1142 .elementor-element.elementor-element-30b7e8c{border-radius:100px 100px 100px 100px;text-align:center;}.elementor-1142 .elementor-element.elementor-element-30b7e8c .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:600;color:#FFFFFF;}.elementor-1142 .elementor-element.elementor-element-e093eba{--display:flex;--justify-content:center;}.elementor-1142 .elementor-element.elementor-element-575e2cf .elementor-heading-title{color:var( --e-global-color-text );}@media(max-width:767px){.elementor-1142 .elementor-element.elementor-element-fac9bae{--width:15%;}.elementor-1142 .elementor-element.elementor-element-30b7e8c .elementor-heading-title{font-size:18px;}.elementor-1142 .elementor-element.elementor-element-e093eba{--width:78%;--margin-top:0px;--margin-bottom:0px;--margin-left:-15px;--margin-right:0px;}}@media(min-width:768px){.elementor-1142 .elementor-element.elementor-element-79589ba{--width:100%;}.elementor-1142 .elementor-element.elementor-element-fac9bae{--width:15%;}.elementor-1142 .elementor-element.elementor-element-e093eba{--width:85%;}}/* Start custom CSS for heading, class: .elementor-element-30b7e8c */.area-number {
  position: relative;
  z-index: 1;
}

.area-number::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 80%;
  transform: translate(-50%, -50%);
  width: 60px; /* 円のサイズ */
  height: 60px;
  background-color: #DE618F; /* 円の色 */
  border-radius: 50%;
  z-index: -1;
}

.area-a .area-number::before {
  background-color: #DE618F;
}

.area-b .area-number::before {
  background-color: #D3C349;
}

.area-c .area-number::before {
  background-color: #47BADE;
}

.area-d .area-number::before {
  background-color: #DE8C47;
}

.area-e .area-number::before {
  background-color: #9C5FB2;
}

@media (max-width: 768px) {
  .area-number::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 65%;
  width: 45px; /* 円のサイズ */
  height: 45px;
    
}/* End custom CSS */