.s-title_marker{
  font-size: 2.2rem;
  font-weight: bold;
  color: #008EC1;
  line-height: 1.6;
  margin-bottom: 3.5rem;
}

.s-title_marker span{
  background: linear-gradient(transparent 60%, #EDFBFD 60%, #EDFBFD 100%);
}

@media only screen and (min-width: 1080px) {
  .s-title_marker{
    text-align: center;
    font-size: 2.8rem;
    margin-bottom: 5rem;
  }
}

.s-contents .text{
  margin-bottom: 2rem;
}
.s-contents figure{
  text-align: center;
}
@media only screen and (min-width: 1080px) {
  .s-contents{
    display: flex;
  }
  .s-contents .text{
    flex: 1;
    padding-right: 5rem;
    margin-bottom: 0;
  }
  .s-contents figure{
    width: 400px;
  }
  .s-contents figure img{
    width: 100%;
  }
  .s-contents .c-title_third{
    font-size: 2rem;
  }
}
