@charset "UTF-8";

main .visual {
  width: 100%;
  height: auto;
}

main .visual img {
  max-width: 100%;
}

main section .content-wrap {
  width: 100%;
}
main section .content-wrap picture {
  margin-bottom: 30px;
}
main section.service {
  position: relative;
}

main section .service-contents {
  position: absolute;
  background: transparent;
  top: 15%;
  left: 10%;
  position: absolute;
  width: 80%;
  height: 50%;
}
main section .service-contents picture img {
  margin-bottom: 30px;
}
