.page-title-img {
  padding: 40px 78px;
  background-image: url(https://22502590.fs1.hubspotusercontent-na1.net/hubfs/22502590/bg_option_pc.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  border-radius: 30px;
}

.page-title-img__subtitle {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #707070;
  background-color: #fff;
  margin: 0 0 14px 0;
  padding: 4px 20px;
  border-radius: 6px;
  position: relative;
}

.page-title-img__subtitle::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  left: 32px;
  bottom: -13px;
}

.page-title-img__title {
  font-size: 50px;
  margin: 0 310px 20px 0;
}

.page-title-img__list {
  margin: 0 0 20px 0;
  display: flex;
  flex-wrap: wrap;
}

.page-title-img__list li {
  background-image: url(https://22502590.fs1.hubspotusercontent-na1.net/hubfs/22502590/bg_option_list.svg);
  background-repeat: no-repeat;
  font-size: 21px;
  font-weight: bold;
  line-height: 130%;
  color: #fff;
  width: 252px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-right: 20px;
  text-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}

.page-title-img__list li:nth-child(2) {
  margin-top: 25px;
}

.page-title-img__list li:last-child {
  margin: 0;
}

.page-title-img__cta a {
  background-color: #FF5800;
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  border-radius: 5px;
  padding: 12px 40px;
  display: inline-block;
  width: auto;
  height: auto;
  transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
  border-width: 0 0 5px 0;
  border-style: solid;
  border-color: #A83A00;
}

.page-title-img__cta a:hover {
  color: #fff;
  opacity: 0.75;
}

.page-title-img__img {
  position: absolute;
  width: 27vw;
  max-width: 400px;
  bottom: 40px;
  right: 26px;
}

.page-title-img__img img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1200px) {
  .page-title-img {
    padding: 30px 24px;
  }
  .page-title-img__subtitle {
    font-size: 13px;
    padding: 4px 10px;
  }
  .page-title-img__title {
    font-size: 35px;
    margin: 0 21vw 15px 0;
  }
  .page-title-img__list {
    margin: 0 0 14px 0;
  }
  .page-title-img__list li {
    background-size: 162px 77px;
    font-size: 13px;
    width: 162px;
    height: 77px;
    margin-right: 10px;
  }
  .page-title-img__cta a {
    font-size: 14px;
    padding: 12px 30px;
  }
  .page-title-img__img {
    width: 24vw;
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .page-title-img {
    margin: 0 -24px;
  }
  .page-title-img {
    background-image: url(https://22502590.fs1.hubspotusercontent-na1.net/hubfs/22502590/bg_option_sp.svg);
  }
  .page-title-img__title {
    margin: 0 0 59vw 0;
  }
  .page-title-img__img {
    width: 56vw;
    bottom: 65vw;
    right: 0;
  }
  .page-title-img__list {
    justify-content: space-between;
  }
  .page-title-img__list li {
    margin-right: 0;
  }
  .page-title-img__list li:nth-child(3) {
    margin-top: -12.5px;
  }
  .page-title-img__cta {
    text-align: center;
  }
}