.site-main__content {
  margin-bottom: 125px;
}

@media print, screen and (max-width: 768px) {
  .site-main__content {
    margin-bottom: 0;
  }

  .g-layout-block__content {
    padding-bottom: 58px;
  }
}

.site-main__content .g-layout-block--col-1 {
  overflow: hidden;
  position: relative;
}

.site-main__content .g-layout-block--col-1::before {
  content: '';
  display: block;
  width: 249px;
  height: 176px;
  background-image: url(../img/kisoryoku-goidokkai-goi-work1_content-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -20px;
  right: -12px;
  z-index: 10;
}

@media print, screen and (max-width: 768px) {
  .site-main__content .g-layout-block--col-1::before {
    width: 141px;
    height: 100px;
    top: -9px;
    right: -2px;
  }
}

.goi-work1__main-img {
  width: 100%;
  padding: 20px;
  margin-bottom: 12px;
  border: 3px solid #E6EAF2;
  border-radius: 20px;
}

.goi-work1__main-img--sp {
  width: 100%;
  margin-bottom: 13px;
}

.g-speech-bubble__wrapper img {
  width: 80px;
}

@media print, screen and (max-width: 767px) {
  .g-speech-bubble::before {
    top: 40px;
  }
}