@media screen and (min-width: 965px) {
  .heading01--memberTop {
    padding-top: 3vw;
    color: #C6CE51;
  }
}

@media screen and (max-width: 965px) {
  .heading01--memberTop {
    color: #fff;
  }
}

@media screen and (min-width: 965px) {
  .voiceArea {
    padding-top: 80px;
    background: url("../../images/visual/img_bg_02.jpg") 0 100% no-repeat;
    background-size: contain;
  }
  .voiceList {
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    max-width: 758px;
  }
  .voiceList__item {
    flex: 0 0 50%;
  }
  .voiceList__item:nth-of-type(odd) {
    margin-top: -48px;
  }
  .voiceList__item:nth-of-type(even) {
    margin-top: 240px;
  }
  .voiceList__item:first-child {
    margin-top: 0;
  }
}

.voiceArea {
  position: relative;
}

.voiceArea:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 11vw;
  background: url("../../images/visual/wave_over_PC.svg") 0 100% no-repeat;
  background-size: cover;
}

.voice {
  max-width: 327px;
}

.voice--left .voice__imgBlock {
  margin-left: auto;
}

.voice--right .voice__imgBlock {
  margin-right: auto;
}

.voice--left .voice__title {
  left: -64px;
}

.voice--right .voice__title {
  right: -64px;
}

.voice--left .voice__label {
  left: -93px;
}

.voice--right .voice__label {
  right: -93px;
}

.voice__imgBlock {
  position: relative;
  width: 272px;
}

.voice__user {
  display: block;
  width: 272px;
  height: 272px;
  border-radius: 136px;
  -o-object-fit: cover;
  object-fit: cover;
}

.voice__title {
  position: absolute;
  top: 64px;
}

.voice__title img {
  width: 123px;
}

.voice__label {
  position: absolute;
  top: 200px;
  font-size: 1.8rem;
  line-height: 1.75;
}

.voice__label span {
  display: inline;
  padding: 0 8px;
  background: rgba(255, 255, 255, 0.5);
}

.voice__comment {
  width: 313px;
  line-height: 1.75;
}

@media screen and (min-width: 965px) {
  .voiceButton {
    margin: 0 auto;
    max-width: 758px;
  }
  .voiceButton__link {
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.5rem;
    width: 181px;
    height: 181px;
    border-radius: 90.5px;
    background-color: #C6CE51;
    color: #fff;
  }
  .voiceArea {
    padding-bottom: 234px;
  }
  .voiceList__item:last-child {
    margin-top: -137px;
  }
  .voiceList__item:nth-child(4) .voice__label {
    top: 170px;
  }
  .voice--left .voice__comment {
    margin-left: auto;
    margin-right: 16px;
  }
  .voice--right .voice__comment {
    margin-right: auto;
    margin-left: 16px;
  }
  .voice__comment {
    font-weight: lighter;
  }
  .voice--right {
    margin-left: auto;
  }
}

@media screen and (max-width: 965px) {
  .voiceButton {
    position: absolute;
    right: 32px;
    bottom: 25px;
  }
  .voiceButton__link {
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 118px;
    height: 118px;
    border-radius: 59px;
    background-color: #C6CE51;
    color: #fff;
  }
  .voiceArea {
    position: relative;
    background: url("../../images/visual/wave_under_SP.svg") 0 -1px no-repeat;
    background-size: 101% auto;
    padding-top: 80px;
    padding-bottom: 186px;
  }
  .voiceList__item:nth-child(4) .voice__label {
    top: 160px;
  }
  .voice {
    margin-top: 10vw;
    margin-left: auto;
    margin-right: auto;
  }
  .voice__user {
    width: 260px;
    height: 260px;
  }
  .voice--left .voice__user {
    display: block;
    margin-left: auto;
  }
  .voice--left .voice__label {
    left: 0;
  }
  .voice--left .voice__title {
    left: 0;
  }
  .voice--right .voice__user {
    display: block;
    margin-right: auto;
  }
  .voice--right .voice__label {
    right: 0;
  }
  .voice--right .voice__title {
    right: 0;
  }
  .voice__imgBlock {
    width: 100%;
  }
}

.lineBlock {
  width: 100%;
  max-width: 778px;
  margin: 4vw auto 0;
}

.textList {
  padding: 24px 100px;
  border-radius: 6px;
  background-color: #fff;
}

.textList__item {
  padding: 30px 0;
  background: url("../../images/icon/line_re.png") 0 100% repeat-x;
}

.textList__item:last-child {
  background-image: none;
}

.textList__item p {
  line-height: 2;
}

.heading01--type2 {
  padding-top: 0;
}

.supportList {
  margin-top: 5vw;
}

@media screen and (min-width: 965px) {
  .supportList {
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
  }
  .supportList__item {
    max-width: 380px;
  }
  .supportList__item:nth-of-type(odd) {
    margin-right: 48px;
  }
  .supportList__item:nth-of-type(odd) .support__user {
    margin-left: auto;
  }
  .supportList__item:nth-of-type(odd) .support__label {
    left: 0;
    text-align: left;
  }
  .supportList__item:nth-of-type(even) {
    margin-top: 80px;
    margin-left: 48px;
  }
  .supportList__item:nth-of-type(even) .support__user {
    margin-right: auto;
  }
  .supportList__item:nth-of-type(even) .support__label {
    right: 0;
    text-align: right;
  }
}

@media screen and (max-width: 965px) {
  .BenefitsTitle {
    padding-top: 40px;
  }
  .targetTitle {
    padding-top: 60px;
  }
  .supportTitle {
    margin-top: 60px;
  }
  .textList {
    padding: 24px 14px;
  }
  .textList__item {
    padding: 12px 2px;
  }
  .sectionStyle03 {
    background-color: #C6CE51;
    background-image: none;
    padding: 8px 8px 16px;
    box-sizing: border-box;
  }
  .supportList {
    box-sizing: border-box;
    padding: 0 4vw 4vw;
    border-radius: 6px;
    background-color: #fff;
  }
  .supportList__item {
    padding-top: 5vw;
  }
  .supportList__item:nth-of-type(odd) .support__user {
    margin-left: auto;
  }
  .supportList__item:nth-of-type(odd) .support__label {
    left: 0;
    text-align: left;
  }
  .supportList__item:nth-of-type(even) .support__user {
    margin-right: auto;
  }
  .supportList__item:nth-of-type(even) .support__label {
    right: 0;
    text-align: right;
  }
}

@media screen and (min-width: 965px) {
  .sectionStyle02.targetArea {
    padding-top: 120px;
  }
  .sectionStyle02.benefitsArea {
    padding-top: 72px;
    padding-bottom: 0;
  }
}

.support {
  position: relative;
}

.support__text {
  margin-top: 16px;
  line-height: 1.75;
  font-weight: lighter;
}

.support__user {
  display: block;
  width: 250px;
  height: 250px;
  border-radius: 125px;
  margin-top: 16px;
}

.support__label {
  position: absolute;
  bottom: 16px;
  font-size: 1.8rem;
  line-height: 1.75;
  font-weight: lighter;
}

.support__label span {
  display: inline;
  padding: 0 8px;
  background: rgba(255, 255, 255, 0.5);
}

.support__label span:nth-of-type(2) {
  margin-top: 6px;
}

@media screen and (min-width: 965px) {
  .supportArea {
    padding-top: 188px;
  }
}

.flowList {
  margin-top: 5vw;
}

.flowList__item {
  padding: 0 24px;
}

.flowList__item:last-child .flowBlock__number:before {
  display: none;
}

.flowList__item:nth-of-type(even) {
  background-color: #F8F3DF;
}

.flowBlock {
  position: relative;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 24px 24px 80px;
}

.flowBlock__number {
  padding: 8px 0;
}

.flowBlock__number:after {
  position: absolute;
  top: 24px;
  left: 0;
  content: attr(data-text) "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  border-radius: 19px;
  margin-right: 12px;
  background-color: #222;
  color: #fff;
  font-size: 2.0rem;
  font-weight: bold;
}

.flowBlock__number:before {
  content: "";
  position: absolute;
  left: 19px;
  width: 2px;
  height: 100%;
  background-color: #222;
}

.flowBlock__text {
  line-height: 2;
  font-weight: lighter;
}

.flowBlock__button {
  margin-top: 24px;
  font-weight: normal;
}

@media screen and (max-width: 965px) {
  .flow {
    background: url("../../images/visual/wave_under_SP.svg") 0 -1px no-repeat;
    background-size: 101% auto;
    padding-top: 64px;
  }
  .flowBlock {
    padding-left: 60px;
  }
  .flowBlock__title br {
    display: none;
  }
  .flowBlock__number {
    font-size: 1.8rem;
  }
  .flowBlock__number:after {
    top: 18px;
    left: -5px;
    width: 50px;
    height: 50px;
    border-radius: 25px;
  }
  .flowBlock__text {
    margin-top: 16px;
  }
  .flowBlock__button {
    text-align: right;
  }
}

@media screen and (min-width: 965px) {
  .flow {
    padding-top: 188px;
  }
  .flowBlock {
    display: flex;
    padding: 0;
    min-height: 156px;
  }
  .flowBlock__number {
    flex: 0 0 260px;
    border-right: 1px solid #C6CE51;
    padding: 24px 16px 0 48px;
    box-sizing: border-box;
    line-height: 1.6;
    font-size: 2.0rem;
    font-weight: bold;
  }
  .flowBlock__text {
    padding: 24px;
    box-sizing: border-box;
  }
}

.flowImage {
  position: relative;
  display: block;
  margin: 5vw auto 0;
  padding: 16px;
  max-width: 900px;
  text-align: right;
}

.flowImage img {
  max-width: 506px;
  width: 100%;
}

.flowImage__text {
  position: absolute;
  bottom: 50px;
  right: 140px;
  font-size: 1.8rem;
  line-height: 1.75;
  font-weight: lighter;
}

.flowImage__text span {
  display: inline;
  background: rgba(255, 255, 255, 0.5);
  padding: 0 8px;
}

@media screen and (min-width: 965px) {
  .flowImage__text {
    font-size: 2.4rem;
  }
}
