.cando-things {
  width: 100%;
  background-color: #fff;
  position: relative;
}

.cando-things::before,
.cando-things::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
}

.cando-things::before {
  height: 16px;
  background-image: url("../../images/cando-bg-top.svg");
  background-repeat: repeat-x;
  background-color: #EFEFEF;
  -webkit-animation-name: wave;
  animation-name: wave;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  animation-timing-function : linear;
}

@keyframes wave{
  0%{background-position:0 0}
  to{background-position:-300px 0}
}

.cando-things .title {
  padding-top: 110px;
  margin-bottom: 97px;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
}

.cando-things .item {
  line-height: 1.8;
}

.cando-things .item .text {
  color: #111;
  position: relative;
  top: -10px;
}

.cando-things .item .subtitle {
  font-weight: bold;
}

.cando-things .item .text::after {
  position: absolute;
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}

.cando-things .item.interest .text::after {
  background-image: url("../../images/cando-item-icon-interest.png");
}
.cando-things .item.interest .text:hover:after {
  background-image: url("../../images/cando-item-icon-interest2.png");
  overflow: visible;
}

.cando-things .item.sympathy .text::after {
  background-image: url("../../images/cando-item-icon-sympathy.png");
}
.cando-things .item.sympathy .text:hover:after {
  background-image: url("../../images/cando-item-icon-sympathy2.png");
}

.cando-things .item.action .text::after {
  background-image: url("../../images/cando-item-icon-action.png");
}
.cando-things .item.action .text:hover:after {
  background-image: url("../../images/cando-item-icon-action2.png");
}

/* tabret */

@media screen and (min-width:601px) {
  .cando-things .item-wrap {
    position: relative;
    max-width: 1080px;
    height: 650px;
    margin: 0 auto 220px;
    background-image: url("../../images/cando-prf.png");
    /* background-image:unset; */
    background-repeat: no-repeat;
    background-size: 320px auto;
    background-position: center;
  }

  .cando-things .item {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
  }

  .cando-things .item .subtitle {
    font-size: 2.2rem;
    margin-bottom: 5px;
  }

  .cando-things .item .paragraph {
    text-align: center;
    font-size: 1.4rem;
  }

  /*interest*/
  .cando-things .item.interest {
    width: 380px;
    height: 320px;
    right: 100px;
    top: -90px;
    background-image: url("../../images/cando-item-bg-interest.svg");
  }

  .cando-things .item.interest .text::after {
    width: 230px;
    height: 100%;
    left: 110px;
    top: 150px;
    background-size: 100%;
  }

  /*sympathy*/
  .cando-things .item.sympathy {
    width: 380px;
    height: 320px;
    left: 50px;
    top: 180px;
    background-image: url("../../images/cando-item-bg-sympathy.svg");
  }

  .cando-things .item.sympathy .text::after {
    width: 220px;
    height: 100%;
    left: -80px;
    top: 160px;
  }

  /*action*/
  .cando-things .item.action {
    width: 380px;
    height: 320px;
    right: 120px;
    bottom: -120px;
    background-image: url("../../images/cando-item-bg-action.svg");
  }

  .cando-things .item.action .text::after {
    width: 230px;
    height: 230px;
    left: 160px;
    bottom: -200px;
  }
}

/* SP */
@media screen and (max-width:600px) {
  .cando-things{
    box-sizing: border-box;
    padding-bottom: 20px;
  }

  .cando-things .title {
    padding-top: 70px;
    margin-bottom: 50px;
  }

  .cando-things {
    position: relative;
  }

  .cando-things .item-wrap {
    padding-top: 400px;
  }

  .cando-things .item-wrap::before {
    position: absolute;
    content: "　";
    display: block;
    background-image: url(../../images/cando-prf-sp.png);
    height: 340px;
    width: 280px;
    right: 50%;
    top: 0;
    background-size: cover;
    transform: translateX(50%);
  }

  .cando-things .item {
    padding: 140px 30px 40px;
    text-align: justify;
  }

  .cando-things .item + .item {
    margin-top: 20px;
  }

  .cando-things .item .subtitle {
    font-size: 2.4rem;
    line-height: 2.8rem;
    margin-bottom: 20px;
    text-align: center;
  }

  .cando-things .item .paragraph {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }

  .cando-things .item .paragraph br {
    display: none;
  }

  .cando-things .item.interest .text::after {
    width: 225px;
    height: 150px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -160px;
    left: 50%;
  }
  .cando-things .item.sympathy .text::after {
    width: 225px;
    height: 160px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -170px;
    left: 50%;
  }
  .cando-things .item.action .text::after {
    width: 240px;
    height: 150px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -165px;
    left: 50%;
  }

}

@media screen and (min-width:600px) and (max-width:700px) {
  .cando-things .item-wrap {
    background-image: none;
  }
}
