.voice-fv {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .voice-fv {
    padding: 90px 0 75px;
    background-image: url(https://jsite.mhlw.go.jp/hokkaido-hellowork/content/contents/syn3_voi_fv_bg_pc.jpg);
  }
}
@media (max-width: 767px) {
  .voice-fv {
    margin-top: 60px;
    height: 200px;
    padding: 75px 0 85px;
    background-image: url(https://jsite.mhlw.go.jp/hokkaido-hellowork/content/contents/syn3_voi_fv_bg_sp.jpg);
  }
}
@media (min-width: 768px) {
  .voice-fv__head img {
    width: 214px;
  }
}
@media (max-width: 767px) {
  .voice-fv__head img {
    width: 184px;
  }
}

.voice {
  background-image: url(https://jsite.mhlw.go.jp/hokkaido-hellowork/content/contents/syn3_voi_voice_bg.jpg);
  background-position: top center;
}
@media (min-width: 768px) {
  .voice {
    padding: 60px 0 120px;
    background-repeat: repeat-y;
    background-size: 100% auto;
  }
}
@media (max-width: 767px) {
  .voice {
    padding: 30px 0 60px;
    background-repeat: repeat-x repeat-y;
    background-size: auto;
  }
}
.voice__p {
  line-height: 36px;
}
.voice__items {
  list-style: none;
}
@media (min-width: 768px) {
  .voice__items {
    max-width: 1080px;
    padding: 0 20px;
    gap: 70px 50px;
  }
}
@media (max-width: 767px) {
  .voice__items {
    gap: 50px 0;
  }
}
@media (min-width: 768px) {
  .voice__item {
    width: 310px;
  }
}
@media (min-width: 768px) {
  .voice__info {
    font-size: 18px;
    line-height: 28px;
  }
}
.voice__box {
  position: relative;
  border: 2px solid;
  border-radius: 20px;
  background-color: #fff;
  padding: 30px 25px;
}
.voice__box.worry {
  border-color: #599ac7;
}
.voice__box.after {
  border-color: #ff7d81;
}
@media (max-width: 767px) {
  .voice__box.after {
    display: none;
  }
}
@media (max-width: 767px) {
  .voice__box.open {
    display: block;
  }
}
.voice__boxtitle {
  position: absolute;
  top: -5px;
  left: 10px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding: 5px 10px;
  border-radius: 5px;
}
.worry .voice__boxtitle {
  background-color: #599ac7;
}
.after .voice__boxtitle {
  background-color: #ff7d81;
}
.worry .voice__boxtitle img {
  width: 41px;
}
.after .voice__boxtitle img {
  width: 85px;
}
.voice__boxtext {
  line-height: 36px;
}
.voice__accordion {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 40px;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #ff7d81;
  color: #ff7d81;
  line-height: 40px;
  margin-left: auto;
  margin-right: auto;
}
.voice__accordion::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #ff7d81;
  border-right: 1px solid #ff7d81;
  transform: translateY(-2px) rotate(45deg);
}
.voice__accordion .open {
  display: block;
}
.voice__accordion .close {
  display: none;
}
.voice__accordion.open .open {
  display: none;
}
.voice__accordion.open .close {
  display: block;
}
.voice__accordion.open::after {
  transform: translateY(2px) rotate(-135deg);
}

.result {
  background-color: #fde9b1;
}
@media (min-width: 768px) {
  .result {
    padding: 50px 0 70px;
  }
  .voice__accordion {
    display: none;
  }
}
@media (max-width: 767px) {
  .result {
    padding: 35px 0 40px;
  }
}
.result__p {
  line-height: 36px;
}

.link {
  padding: 50px 0 60px;
}
@media (min-width: 768px) {
  .link__wrapper {
    max-width: 900px;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .link__wrapper {
    max-width: 290px;
  }
}
@media (min-width: 768px) {
  .link__body {
    margin-left: 50px;
  }
}
.link__ul {
  list-style: none;
}
@media (min-width: 768px) {
  .link__ul + .link__ul {
    margin-left: 50px;
  }
}
@media (min-width: 768px) {
  .link__li {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .link__li {
    line-height: 24px;
  }
}
.link__anc {
  color: #00b3d5;
  text-decoration: underline;
}

.com__btn {
  position: relative;
  background-color: #ff7d81;
  color: #fff;
  width: 300px;
  max-width: 100%;
  height: 64px;
  border-radius: 100px;
}
.com__btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}/*# sourceMappingURL=voice.css.map */