.training-section {
  padding: 6rem 0 0;
}

.training-title {
  margin: 4.4rem 0 6rem;
}

.training-title h1 {
  font-size: 1.75rem;
  line-height: 124.3%;
  letter-spacing: 0.085em;
  color: #E77160;
}

.training-cm {
  display: flex;
}

.step-number {
  width: 10%;
}

.step-number span {
  font-size: 1.25rem;
  line-height: 128.8%;
  letter-spacing: 0.035em;
  color: #7E7E7E;
}

.step-content {
  width: 60%;
  padding: 0 3rem 0 0;
}

.step-title {
  font-size: 1.25rem;
  line-height: 161.3%;
  color: #3F3F3F;
  margin: 0 0 0.2rem;
}

.step-sub-title {
  font-size: 1rem;
  line-height: 161.3%;
  color: #929292;
  display: block;
  padding: 0 0 1.4rem;
  margin: 0 0 1.4rem;
  border-bottom: 1px solid #CDCDCD;
}

.step-text {
  font-family: 'Noto Sans JP';
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 161.3%;
  color: #3F3F3F;
}

.training-img {
  width: 30%;
}

.step-content-m {
  display: none;
}

.training-arrow {
  margin: 4rem 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .call-to-action-row {
    margin-top: 100px;
	margin-bottom: 44px;
  }
}

.call-to-action-left {
  margin-bottom: 13px;
  height: 139px;
  background-image: url(/wp-content/uploads/2022/09/025-2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 50px 0;
  color: #fff;
}

.call-to-action-right {
  height: 139px;
  background-image: url(/wp-content/uploads/2022/09/advantage-img01-2-1-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 50px 0;
  color: #fff;
}

.call-to-action-right p {
  font-size: 12px;
}

.call-to-action-left p {
  font-size: 12px;
}

.call-to-action-left h2 {
  font-size: 20px;
  padding: 8px 0;
}

.call-to-action-right h2 {
  font-size: 20px;
  padding: 8px 0;
}

.go-to {
  display: flex;
  justify-content: center;
}

.go-to svg {
  position: relative;
  margin-left: 9px;
  margin-top: 15px;
}


.return-text a {
  color: #E77160;
}

  .call-to-action-left {
    background-image: url(/wp-content/uploads/2022/09/025-2-1.png);
  }

  .call-to-action-right {
    background-image: url(/wp-content/uploads/2022/09/advantage-img01-3-1-1.png);
  }
}

.return-text svg {
  margin-left: 12px;
  margin-top: 10px;
}


/*****======Responsive CSS Start=======******/
@media screen and (max-width:767px) {
  .training-section {
    padding: 2rem 0 0;
  }

  .training-title {
    margin: 0 0 4rem;
  }

  .training-title h1 {
    font-size: 1.25rem;
  }

  .training-cm {
    flex-direction: column-reverse;
  }

  .step-number {
    width: 100%;
  }

  .step-content {
    width: 100%;
    padding: 0;
  }

  .step-number,
  .step-title,
  .step-sub-title {
    display: none;
  }

  .training-img {
    width: 100%;
    margin: 0 0 1.6rem;
  }

  .training-img img {
    width: 100%;
  }

  .step-content-m {
    display: block;
    margin: 0 0 1.6rem;
  }

  .step-number-m {
    margin: 0 0 1rem;
  }

  .step-number-m span {
    font-size: 1rem;
    line-height: 124.3%;
    letter-spacing: 0.085em;
    color: #E77160;
  }

  .step-title-m {
    font-size: 1rem;
    line-height: 161.3%;
    color: #383838;
    margin: 0 0 0.4rem;
  }

  .sub-title-m {
    font-size: 0.875rem;
    line-height: 161.3%;
    color: #929292;
  }

  .training-arrow {
    margin: 3rem 0;
  }

  .training-arrow svg path {
    fill: #CDCDCD;
  }
	.call-to-action-right {
		background-image: url('/wp-content/uploads/2022/10/advantage-img01-3.png');
	}
}