body {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  box-sizing: border-box;
}

.wrapper {
  max-width: 1180px;
  width: 100%;
  height: 1144px;
  margin: 80px auto;
  padding: 32px 64px 0;
  text-align: left;
  background-color: #eee;
  position: relative;
  box-sizing: border-box;
}

p {
  padding-left: 64px;
  font-size: 18px;
  position: relative;
}

p:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  margin: auto;
  border-radius: 50%;
  background-color: #fdfe00;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.fixed_2 {
  position: fixed;
  right: 90px;
  bottom: 50px;
  z-index: 10;
}

.fixed_2 a {
  width: 100px;
  height: 100px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .03em;
  font-family: "brandon-grotesque", "Yu Gothic Medium", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "HiraKakuProN-W3", "Meiryo", sans-serif;
  color: #000;
  border-radius: 50%;
  background-color: #fdfe00;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

@media screen and (min-width: 1280px){
  .fixed_2 {
    right: calc(50% - 550px);
  }
}
