@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}
html, body {
  margin: 0;
  padding: 0;
  font-size: 18px;
}
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
.pc {
  display: block;
}
.sp, .tab, .tabsp {
  display: none;
}
a, button {
  cursor: revert;
}
ol, ul, menu, summary {
  list-style: none;
}
ol {
  counter-reset: revert;
}
img {
  max-inline-size: 100%;
  max-block-size: 100%;
}
.font01 {
  font-family: "Kaushan Script", cursive;
  font-weight: 600;
  font-style: normal;
}
.font02 {
  font-family: "Playball", cursive;
  font-weight: 600;
  font-style: normal;
}
table {
  border-collapse: collapse;
}
input, textarea {
  -webkit-user-select: auto;
}
textarea {
  white-space: revert;
}
meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
  appearance: revert;
}
::placeholder {
  color: unset;
}
.banner {
  position: fixed;
  right: 20px;
  bottom: 15px;
  margin: 0;
    z-index: 9999;
}
.banner-icon {
  color: #f8f8f8;
  font-size: 40px;
}
.banner-back {
  width: 300px;
  background-color: #fff;
  border-radius: 16px;
}
.banner-top {
  padding: 8px 20px;
  border-radius: 10px 10px 0px 0px;
  background: #00ADDA;
}
.banner-top p {
  position: relative;
  color: #fff;
  font-weight: 800;
  font-size: 24px;
  padding: 0 5% 0 0;
}
.banner-top p:before {
  content: '';
  background: url("../img/velwands-job/icon_contact.png") no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  right: 10%;
  top: 4px;
  vertical-align: middle;
}
.banner-bottom a.banner-copy {
  font-size: 32px;
  position: relative;
  font-weight: 800;
  color: #000;
  background: none;
  display: block;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
.banner-bottom a.banner-copy span {
  font-size: 13px;
  font-weight: 700;
  color: #00B1E0;
}
.banner-bottom a {
  display: block;
  background: #FFF360;
  font-weight: 18px;
  width: 90%;
  margin: 8px auto 0 auto;
  padding: 16px 0;
  border-radius: 16px 0;
  color: #000;
}
.banner-bottom a:hover {
  transition: opacity 0.3s ease;
  opacity: 0.7;
}
.banner-bottom {
  text-align: center;
  padding: 8px 0px 16px 0px;
  line-height: 1.6;
}
.banner-body {
  width: 300px;
  background: #f8f8f8;
  color: #000000;
  font-weight: bold;
  text-align: center;
  border-radius: 16px;
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.banner-close {
  font-weight: bold;
  position: absolute;
  top: -2px;
  right: -4px;
  z-index: 99999;
  padding: 4px 8px;
  border: none;
  background-color: #f8f8f8;
  border-radius: 16px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 40%);
  box-shadow: 0 0 7px rgb(0 0 0 / 40%);
}
@media screen and (max-width: 750px) {
  .banner {
    width: 100%;
    margin: 0px;
      left: 0;
      bottom: 0;
  }
  .banner-icon {
    font-size: 28px;
  }
  .banner-body {
    width: 100%;
    border-radius: 24px 24px 0 0;
  }
  .banner-back {
    width: 100%;
    margin: 0px;
    border-radius: 24px 24px 0 0;
  }
  .banner-bottom {
    padding: 8px 10px 18px 10px;
  }
  .banner-copy {
    font-size: 15px;
  }
  .banner-close {
    top: 8px;
    right: 15px;
  }
  .banner-copy-br {
    display: none;
  }
  .banner-bottom a {
    margin: 0 auto;
    padding: 8px 0;
  }
  .banner-top p:before {
    display: none;
  }
  .banner-top {
    border-radius: none;
  }
  .banner-top p {
    padding: 0;
    font-size: 16px;
  }
  .banner-bottom {
    text-align: center;
    padding: 0px 0px 8px 0px;
    line-height: 1.6;
  }
}
header {
  width: 100%;
  background: url("../img/velwands-job/bg_mv.jpg") no-repeat;
  background-position: center top;
  background-size: cover;
  height: auto;
}
header .head_inner {
  position: relative;
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  height: 90vh;
}
header .head_inner .header_img01 {
  width: 160px;
  position: absolute;
  left: 0;
  top: 3.07vw;
}
header .head_inner .header_img02 {
  width: 780px;
  padding: 190px 0 0 0;
  z-index: 2;
}
header .head_inner .header_img03 {
  width: 280px;
  position: absolute;
  bottom: 18vh;
  right: 0;
  z-index: 2;
}
main {
  margin: 0 auto;
  position: relative;
  background: #fff;
}
main .head_point {
  position: absolute;
  top: -220px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 9999;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
main .head_point div {
  display: inline-block;
  width: calc(90%/3);
  margin: 0;
  padding: 0;
}
main .head_point img {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.trouble_area:before {
  display: block;
  content: "";
  position: absolute;
  background: url("../img/velwands-job/bg_image.png") no-repeat;
  background-position: top left;
  background-size: contain;
  width: 70vw;
  height: 70vh;
  padding: 0;
  left: -18%;
  top: 0;
  z-index: 0;
}
.trouble_area:after {
  display: block;
  content: "";
  position: absolute;
  background: url("../img/velwands-job/bg_image.png") no-repeat;
  background-position: bottom right;
  background-size: contain;
  width: 70vw;
  height: 70vh;
  padding: 0;
  right: -18%;
  bottom: -10%;
  z-index: 0;
}
.trouble_area {
  width: 100%;
  max-width: 100%;
  position: relative;
  padding: 200px 0 0 0;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
.trouble_question {
  width: 1250px;
  margin: 0 auto;
}
.trouble_question h2 {
  font-size: 32px;
  font-weight: 800;
}
.trouble_question h2 span {
  font-size: 38px;
  color: #00A4D6;
}
.trouble_check_set {
  margin: 56px 0 0 0;
}
.trouble_check_set img {
  display: inline-block;
  width: 240px;
  vertical-align: middle;
  margin: 0 24px;
}
.trouble_check_set .trouble_check {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  margin: 0 24px;
}
.trouble_check_set .trouble_check p {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  line-height: 2.2em;
  padding: 0 0 0 30px;
}
.trouble_check_set .trouble_check p:before {
  content: "";
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  background: url("../img/velwands-job/icon_check.png") no-repeat;
  background-position: left center;
  background-size: contain;
  width: 20px;
  height: 20px;
  left: 0;
  top: 10px;
}
.trouble_question .trouble_comment {
  width: 900px;
  margin: 72px auto 130px auto;
  background: #fdf48d;
  border-radius: 20px;
  padding: 32px 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.2em;
  z-index: 2;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}
.trouble_question .trouble_comment span {
  background: #fff;
  display: inline-block;
  padding: 0 10px;
  color: #01A9D3;
  font-weight: 700;
  font-size: 19px
}
.point_area {
  margin: 0;
  padding: 130px 0 120px 0;
  background-image: linear-gradient(to right, rgba(255, 244, 100, 0.3), rgba(144, 253, 104, 0.3), rgba(108, 227, 255, 0.3));
}
.point_area_point01:before {
  position: absolute;
  display: block;
  background: url("../img/velwands-job/tit_point01.png") no-repeat;
  background-size: 100%;
  width: 487px;
  height: 126px;
  top: -50px;
  left: 80px;
  content: '';
  z-index: 3;
}
.point_area_point02:before {
  position: absolute;
  display: block;
  background: url("../img/velwands-job/tit_point02.png") no-repeat;
  background-size: 100%;
  width: 487px;
  height: 126px;
  top: -50px;
  left: 80px;
  content: '';
  z-index: 3;
}
.point_area_point03:before {
  position: absolute;
  display: block;
  background: url("../img/velwands-job/tit_point03.png") no-repeat;
  background-size: 100%;
  width: 487px;
  height: 126px;
  top: -50px;
  left: 80px;
  content: '';
  z-index: 3;
}
.point_area_point01 {
  position: relative;
  width: 1100px;
  margin: 0 auto;
  padding: 95px 100px 48px 100px;
  background: #fff;
  border-radius: 50px 0 50px 0;
}
.point_area_point02 {
  position: relative;
  width: 1100px;
  margin: 260px auto 160px auto;
  padding: 95px 100px 48px 100px;
  background: #fff;
  border-radius: 50px 0 50px 0px;
}
.point_area_point03 {
  position: relative;
  width: 1100px;
  margin: 0px auto;
  padding: 95px 100px 48px 100px;
  background: #fff;
  border-radius: 50px 0 50px 0px;
}
.point_area_point02 p, .point_area_point03 p {
  margin: 24px 0;
  font-size: 16px;
  line-height: 2em;
}
.point_area_point01 h2, .point_area_point02 h2, .point_area_point03 h2 {
  font-size: 40px;
}
.point_area_point01 h3, .point_area_point02 h3, .point_area_point03 h3 {
  font-size: 30px;
  background: #01A9D3;
  color: #fff;
  margin: 40px 0 32px 0;
  padding: 0px 16px;
  text-align: center;
}
.point01_set, .point01_02_set, .point01_03_set {
  background: #E6F9FF;
  padding: 40px 56px 32px 56px;
  margin: 0 0 56px 0;
}
.point01_set h4, .point01_02_set h4, .point01_03_set h4 {
  font-size: 28px;
  color: #01A9D3;
  margin: 0 0 24px 0;
}
.point01_set p, .point01_02_set p, .point01_03_set p {
  font-size: 16px;
  line-height: 1.8em;
}
.point01_set img, .point01_02_set img, .point01_03_set img {
  margin: 48px 0 32px 0;
}
.point_sub {
  width: 100%;
  margin: 0 auto;
  padding: 100px 0 0 0;
  text-align: center;
  background: url("../img/velwands-job/bg_pointsub.png") no-repeat;
}
.point_sub img {
  width: 1000px;
  margin: 72px auto -4px auto;
}
.point_sub p.point_sub_txt01 {
  width: 1050px;
  margin: 0 auto;
  font-size: 24px;
  font-weight: 800;
  line-height: 2em;
}
.point_sub p.point_sub_txt01 span {
  display: block;
  font-size: 40px;
  background: url("../img/velwands-job/bg_txt.png") no-repeat;
  background-size: 100%;
  background-position: center bottom -20px;
  line-height: 2em;
}
.point_sub_txt02_area {
  background: #FFF360;
  position: relative;
}
.point_sub_txt02_area:after {
  position: absolute;
  display: block;
  background: url("../img/velwands-job/bg_txt02.png") no-repeat;
  background-size: 100%;
  width: 100%;
  height: 126px;
  bottom: -125px;
  content: '';
}
p.point_sub_txt02 {
  text-align: center;
  font-size: 32px;
  padding: 64px 0 0 0;
  margin: 0 0 -20px 0;
  font-weight: 800;
}
p.point_sub_txt02 span {
  display: block;
  font-size: 48px;
  font-weight: 900;
  color: #01A9D3;
  margin: 0 0 16px 0;
}
.point02_img_area {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 48px 0;
}
.point02_img_area div {
  margin: 0 1%;
}
.point02_img_area div img {
  width: 100%;
}
ul.point02_good {
  border: 6px solid #FF5B05;
  border-radius: 30px;
  padding: 24px;
}
ul.point02_bad {
  border: 6px solid #01A9D3;
  border-radius: 30px;
  padding: 24px;
}
ul.point02_good li, ul.point02_bad li {
  position: relative;
  line-height: 2em;
  padding: 0 0 0 40px;
}
ul.point02_good li:before {
  content: "";
  background: url("../img/velwands-job/icon_good.png") no-repeat;
  background-size: contain;
  background-position: center center;
  top: 50%;
  left: 2%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  line-height: 2em;
}
ul.point02_bad li:before {
  content: "";
  background: url("../img/velwands-job/icon_bad.png") no-repeat;
  background-size: contain;
  background-position: center center;
  top: 50%;
  left: 2%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  line-height: 2em;
}
.point_area_point03 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.point_area_point03 ul li {
  width: 49%;
  padding: 24px;
  margin: 0 0 2% 0;
  display: inline-block;
  background: #F4FBFD;
}
.point_area_point03 ul li h4 {
  color: #01A9D3;
  font-size: 22px;
  margin: 0;
  padding: 0;
}
.point_area_point03 ul li p, .point_area_point03 ul li p:last-child {
  color: #000;
  font-size: 16px;
  margin: 16px 0 0 0;
  padding: 0;
}
.point_area_point03 p:last-child {
  font-size: 24px;
  font-weight: 600;
  margin: 16px 0 0 0;
  color: #FF5800;
}
.equipment_area {
  width: 100%;
  max-width: 100%;
  position: relative;
  padding: 140px 0 88px 0;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
.equipment_area:before {
  display: block;
  content: "";
  position: absolute;
  background: url("../img/velwands-job/bg_image.png") no-repeat;
  background-position: top left;
  background-size: contain;
  width: 70vw;
  height: 70vh;
  padding: 0;
  left: -18%;
  top: 0;
  z-index: 0;
}
.equipment_area:after {
  display: block;
  content: "";
  position: absolute;
  background: url("../img/velwands-job/bg_image.png") no-repeat;
  background-position: bottom right;
  background-size: contain;
  width: 70vw;
  height: 70vh;
  padding: 0;
  right: -18%;
  bottom: -10%;
  z-index: 0;
}
.equipment_area h2, .voice_area h2, .flow_area h2, .info_area h2 {
  font-size: 40px;
  font-weight: 800;
}
.equipment_area h2 span, .voice_area h2 span, .flow_area h2 span, .info_area h2 span {
  font-size: 32px;
  margin: 0 0 10px 0;
  color: #01A9D3;
  display: block;
}
.equipment_set ul {
  width: 1100px;
  margin: 64px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.equipment_set ul li {
  width: 32%;
  background: #FFF360;
  border-radius: 30px 0 30px 0;
  padding: 40px 32px;
  text-align: left;
}
.equipment_set ul li h3 {
  font-size: 22px;
  color: #03AAD3;
  border-bottom: 1px solid #03AAD3;
  margin: 0 0 16px 0;
  padding: 0 0 8px 0;
}
.equipment_set ul li p span {
  display: block;
  font-size: 16px;
  margin: 0 0 8px 0;
  font-weight: 600;
}
.equipment_set ul li p {
  padding: 0 0 16px 0;
}
.equipment_set p.equipment_set_txt {
  width: 1100px;
  margin: 40px auto 0 auto;
  text-align: left;
}
.voice_area {
  margin: 0;
  padding: 130px 0 150px 0;
  background-image: linear-gradient(to right, rgba(255, 244, 100, 0.3), rgba(144, 253, 104, 0.3), rgba(108, 227, 255, 0.3));
  text-align: center;
}
.voice_area .voice_set {
  position: relative;
  background: #fff;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
  width: 1080px;
  margin: 100px auto -35px auto;
  padding: 16px 48px 48px 48px;
  border-radius: 40px;
}
.voice_area .voice_set .voice_no {
  position: absolute;
  right: 40px;
  top: -20px;
  font-size: 56px;
  font-weight: 800;
  color: #FF5800;
  transform: rotate(-12deg);
}
.voice_area .voice_set p {
  border-top: 0.5px solid #01A9D3;
  padding: 24px 0 0 0;
  margin: 8px 0 0 0;
  text-align: left;
  line-height: 2em;
}
.flow_area {
  text-align: center;
  padding: 120px 0 130px 0;
}
.flow_area .flow_Set {
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  width: 1060px;
  background: #e8f6f9;
  border-radius: 40px;
  padding: 0 32px 32px 32px;
  margin: 88px auto -72px auto;
  text-align: center;
}
.flow_area .flow_Set .flow_step {
  position: relative;
  width: 200px;
  height: auto;
  padding: 32px 10px 40px 10px;
  background: #95DFF2;
  margin: 0;
  text-align: center;
}
.flow_area .flow_Set .flow_step:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 0;
  bottom: -10px;
  left: 0;
  border-style: solid;
  border-color: #95DFF2 transparent transparent transparent;
  border-width: 10px 90px 0 90px;
  z-index: 1;
}
.flow_area .flow_Set:nth-child(even) .flow_step {
  background: #01A9D3;
}
.flow_area .flow_Set:nth-child(even) .flow_step:after {
  border-color: #01A9D3 transparent transparent transparent;
}
.flow_area .flow_Set:last-child .flow_step:after {
  border: none;
  border-radius: 0 0 20px 20px;
}
.flow_area .flow_Set .flow_step span {
  display: block;
  color: #fff;
  font-size: 100px;
  text-align: center;
  padding: 0 24px;
  line-height: 0.7em;
}
.flow_area .flow_Set .flow_step span:first-child {
  display: block;
  font-size: 40px;
  margin: 0 auto 16px auto;
}
.flow_area .flow_Set .flow_image {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 690px;
  padding: 56px 0 32px 0;
  text-align: left;
}
.flow_area .flow_Set .flow_image img {
  width: 20%;
  margin: 0 3% 0 0;
}
.flow_area .flow_Set .flow_image .flow_txt {
  width: 75%;
}
.flow_area .flow_Set .flow_image h3 {
  font-size: 32px;
  color: #01A9D3;
  font-weight: 700;
  margin: 0 0 16px 0;
}
.flow_area .flow_Set .flow_image p {
  font-size: 16px;
  line-height: 1.8em;
}
.pastel_slider {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 85px 0 80px 0;
}
.pastel_slider img.slider_icon {
  width: 60%;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 3;
}
.pastel_slider .bx-wrapper {
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0;
  border: none !important;
  box-shadow: none !important; /* 蠖ｱ繧呈ｶ医☆ */
}
.pastel_slider #bxslider {
  width: 100%;
  margin: 0;
  padding: 0;
}
.pastel_slider #bxslider li {
  width: 310px !important;
  height: 200px !important;
  margin: 0;
  padding: 0;
}
.pastel_slider #bxslider li img {
  width: 100%;
  border-radius: 20px;
}
.message_area {
  position: relative;
  margin: 0 auto;
  padding: 130px 0;
  text-align: center;
  background-image: linear-gradient(to right, rgba(255, 244, 100, 0.3), rgba(144, 253, 104, 0.3), rgba(108, 227, 255, 0.3));
}
.message_area .message_bg {
  position: absolute;
  width: 1000px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  padding: 88px 0;
}
.message_area .message_inner {
  margin: 0 auto;
}
.message_area .message_inner p {
  font-size: 18px;
  font-weight: 700;
  line-height: 2em;
}
.message_area .message_inner p.message_txt_last {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.8em;
}
.message_area .message_inner p.message_txt_last span {
  background: #FF5800;
  padding: 8px 20px;
  color: #fff;
}
.message_area .message_inner .message_point {
  padding: 40px 0 32px 0;
  background: url("../img/velwands-job/bg_line_message.png") no-repeat;
  background-position: top center;
  background-size: 100%;
}
.message_area .message_inner .message_point img {
  width: 800px;
  margin: 0 auto;
  padding: 20px 0 0 0;
}
.info_area {
  padding: 80px 0 130px 0;
  text-align: center;
}
.info_area h2 {
  position: relative;
  background: #fff;
  z-index: 3;
  width: 220px;
  margin: 0 auto;
}
.info_area .info_set {
  display: flex;
  width: 1036px;
  margin: -56px auto 0 auto;
  border: 5px solid #01A9D3;
  border-radius: 35px;
  padding: 72px 32px 56px 32px;
}
.info_area .info_set img {
  width: 40%;
}
.info_area .info_set .info_txt {
  width: 50%;
  text-align: left;
}
.info_area .info_set .info_txt h3 {
  font-size: 20px;
  color: #FF5800;
  margin: 0 0 16px 0;
}
.info_area .info_set .info_txt p {
  font-size: 16px;
  line-height: 1.8em;
}
.info_area .info_set .info_txt p span {
    display: inline-block;
    width: 88px;
    margin:0;
}
.info_area .info_set .info_txt a {
  display: block;
  background: #FFF360;
  color: #000;
  font-size: 24px;
  font-weight: 800;
  padding: 16px 24px;
  margin: 16px 0 0 0;
  border-radius: 0 20px 0 20px;
  width: 300px;
  text-align: center;
}
/* タブレット以下 */
@media screen and (max-width: 1024px) {
  body {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
  }
  a {
    cursor: pointer;
  }
  a:hover {
    opacity: 0.65;
    transition: opacity 0.2s ease-in-out;
  }
  .pc {
    display: block;
  }
  .tab {
    display: block;
  }
  .tabsp {
    display: block;
  }
  .sp {
    display: none;
  }
  header {
    width: 100%;
    background: url("../img/velwands-job/bg_mv.jpg") no-repeat;
    background-position: center top;
    background-size: cover;
    height: auto;
  }
  .trouble_area:before {
    display: block;
    content: "";
    position: absolute;
    background: url("../img/velwands-job/bg_image.png") no-repeat;
    background-position: top left;
    background-size: contain;
    width: 70vw;
    height: 70vh;
    padding: 0;
    left: -18%;
    top: 0;
    z-index: 0;
  }
  .trouble_area:after {
    display: block;
    content: "";
    position: absolute;
    background: url("../img/velwands-job/bg_image.png") no-repeat;
    background-position: bottom right;
    background-size: contain;
    width: 70vw;
    height: 70vh;
    padding: 0;
    right: -18%;
    bottom: -10%;
    z-index: 0;
  }
  .trouble_area {
    width: 100%;
    max-width: 100%;
    position: relative;
    padding: 200px 0 0 0;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
  }
  .trouble_question {
    width: 90%;
    margin: 0 auto;
  }
  .trouble_question h2 {
    font-size: 32px;
    font-weight: 800;
  }
  .trouble_question h2 span {
    font-size: 38px;
    color: #00A4D6;
  }
  .trouble_check_set {
    margin: 56px 0 0 0;
  }
  .trouble_check_set img {
    display: inline-block;
    width: 240px;
    vertical-align: middle;
    margin: 0 24px;
  }
  .trouble_check_set .trouble_check {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    margin: 0 24px;
  }
  .trouble_check_set .trouble_check p {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    line-height: 2.2em;
    padding: 0 0 0 30px;
  }
  .trouble_check_set .trouble_check p:before {
    content: "";
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    background: url("../img/velwands-job/icon_check.png") no-repeat;
    background-position: left center;
    background-size: contain;
    width: 20px;
    height: 20px;
    left: 0;
    top: 10px;
  }
  .trouble_question .trouble_comment {
    width: 90%;
    margin: 56px auto 100px auto;
    background: #fdf48d;
    border-radius: 20px;
    padding: 32px;
    font-size: 16px;
    font-weight: 500;
    line-height: 2.2em;
    z-index: 2;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
  }
  .trouble_question .trouble_comment span {
    background: #fff;
    display: inline-block;
    padding: 0 10px;
    color: #01A9D3;
    font-weight: 700;
    font-size: 19px
  }
  .point_area {
    margin: 0;
    padding: 120px 0 100px 0;
    background-image: linear-gradient(to right, rgba(255, 244, 100, 0.3), rgba(144, 253, 104, 0.3), rgba(108, 227, 255, 0.3));
  }
  .point_area_point01:before {
    position: absolute;
    display: block;
    background: url("../img/velwands-job/tit_point01.png") no-repeat;
    background-size: 100%;
    width: 60%;
    height: 126px;
    top: -50px;
    left: 32px;
    content: '';
    z-index: 3;
  }
  .point_area_point02:before {
    position: absolute;
    display: block;
    background: url("../img/velwands-job/tit_point02.png") no-repeat;
    background-size: 100%;
    width: 60%;
    height: 126px;
    top: -50px;
    left: 32px;
    content: '';
    z-index: 3;
  }
  .point_area_point03:before {
    position: absolute;
    display: block;
    background: url("../img/velwands-job/tit_point03.png") no-repeat;
    background-size: 100%;
    width: 60%;
    height: 126px;
    top: -50px;
    left: 32px;
    content: '';
    z-index: 3;
  }
  .point_area_point01 {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 88px 40px 48px 40px;
    background: #fff;
    border-radius: 50px 0 50px 0;
  }
  .point_area_point02 {
    position: relative;
    width: 90%;
    margin: 180px auto 130px auto;
    padding: 88px 40px 48px 40px;
    background: #fff;
    border-radius: 50px 0 50px 0px;
  }
  .point_area_point03 {
    position: relative;
    width: 90%;
    margin: 0px auto;
    padding: 88px 40px 48px 40px;
    background: #fff;
    border-radius: 50px 0 50px 0px;
  }
  .point_area_point02 p, .point_area_point03 p {
    margin: 24px 0;
    font-size: 16px;
    line-height: 2em;
  }
  .point_area_point01 h2, .point_area_point02 h2, .point_area_point03 h2 {
    font-size: 32px;
  }
  .point_area_point01 h3, .point_area_point02 h3, .point_area_point03 h3 {
    font-size: 24px;
    background: #01A9D3;
    color: #fff;
    margin: 24px 0 32px 0;
    padding: 8px 16px;
    text-align: center;
  }
  .point01_set, .point01_02_set, .point01_03_set {
    background: #E6F9FF;
    padding: 40px 32px 32px 32px;
    margin: 0 0 32px 0;
  }
  .point01_set h4, .point01_02_set h4, .point01_03_set h4 {
    font-size: 24px;
    color: #01A9D3;
    margin: 0 0 24px 0;
  }
  .point01_set p, .point01_02_set p, .point01_03_set p {
    font-size: 16px;
    line-height: 1.8em;
  }
  .point01_set img, .point01_02_set img, .point01_03_set img {
    margin: 48px 0 32px 0;
  }
  .point_sub {
    width: 100%;
    margin: 0 auto;
    padding: 100px 0 0 0;
    text-align: center;
    background: url("../img/velwands-job/bg_pointsub.png") no-repeat;
  }
  .point_sub img {
    width: 90%;
    margin: 72px auto -4px auto;
  }
  .point_sub p.point_sub_txt01 {
    width: 90%;
    margin: 0 auto;
    font-size: 24px;
    font-weight: 800;
    line-height: 2em;
  }
  .point_sub p.point_sub_txt01 span {
    display: block;
    font-size: 40px;
    background: url("../img/velwands-job/bg_txt.png") no-repeat;
    background-size: 100%;
    background-position: center bottom -20px;
    line-height: 1.3em;
    margin: 16px 0 0 0;
  }
  .point_sub_txt02_area {
    background: #FFF360;
    position: relative;
  }
  .point_sub_txt02_area:after {
    position: absolute;
    display: block;
    background: url("../img/velwands-job/bg_txt02.png") no-repeat;
    background-size: 100%;
    width: 100%;
    height: 126px;
    bottom: -126px;
    content: '';
  }
  p.point_sub_txt02 {
    text-align: center;
    font-size: 24px;
    padding: 64px 0 0 0;
    margin: 0 0 -20px 0;
    font-weight: 800;
    line-height: 1.6em;
  }
  p.point_sub_txt02 span {
    display: block;
    font-size: 48px;
    font-weight: 800;
    color: #01A9D3;
    margin: 0 0 24px 0;
  }
  .point02_img_area {
    text-align: center;
    display: block;
    align-items: center;
    justify-content: space-between;
    margin: 48px 0;
  }
  .point02_img_area div {
    margin: 0 auto 16px auto;
  }
  .point02_img_area div img {
    width: 100%;
  }
  ul.point02_good {
    border: 5px solid #FF5B05;
    border-radius: 24px;
    padding: 16px 24px;
  }
  ul.point02_bad {
    border: 5px solid #01A9D3;
    border-radius: 24px;
    padding: 16px 24px;
  }
  ul.point02_good li, ul.point02_bad li {
    position: relative;
    line-height: 2em;
    padding: 0 0 0 40px;
  }
  ul.point02_good li:before {
    content: "";
    background: url("../img/velwands-job/icon_good.png") no-repeat;
    background-size: contain;
    background-position: center center;
    top: 50%;
    left: 2%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    line-height: 2em;
  }
  ul.point02_bad li:before {
    content: "";
    background: url("../img/velwands-job/icon_bad.png") no-repeat;
    background-size: contain;
    background-position: center center;
    top: 50%;
    left: 2%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    line-height: 2em;
  }
  .point_area_point03 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .point_area_point03 ul li {
    width: 49%;
    padding: 24px;
    margin: 0 0 2% 0;
    display: inline-block;
    background: #F4FBFD;
  }
  .point_area_point03 ul li h4 {
    color: #01A9D3;
    font-size: 20px;
    margin: 0;
    padding: 0;
  }
  .point_area_point03 ul li p, .point_area_point03 ul li p:last-child {
    color: #000;
    font-size: 15px;
    margin: 16px 0 0 0;
    padding: 0;
  }
  .point_area_point03 p:last-child {
    font-size: 22px;
    font-weight: 600;
    margin: 16px 0 0 0;
    color: #FF5800;
  }
  .equipment_area {
    width: 100%;
    max-width: 100%;
    position: relative;
    padding: 110px 0 88px 0;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
  }
  .equipment_area:before {
    display: block;
    content: "";
    position: absolute;
    background: url("../img/velwands-job/bg_image.png") no-repeat;
    background-position: top left;
    background-size: contain;
    width: 70vw;
    height: 70vh;
    padding: 0;
    left: -18%;
    top: 0;
    z-index: 0;
  }
  .equipment_area:after {
    display: block;
    content: "";
    position: absolute;
    background: url("../img/velwands-job/bg_image.png") no-repeat;
    background-position: bottom right;
    background-size: contain;
    width: 70vw;
    height: 70vh;
    padding: 0;
    right: -18%;
    bottom: -10%;
    z-index: 0;
  }
  .equipment_area h2, .voice_area h2, .flow_area h2, .info_area h2 {
    font-size: 32px;
    font-weight: 800;
  }
  .equipment_area h2 span, .voice_area h2 span, .flow_area h2 span, .info_area h2 span {
    font-size: 24px;
    margin: 0 0 16px 0;
    color: #01A9D3;
    display: block;
  }
  .equipment_set ul {
    width: 90%;
    margin: 64px auto 0 auto;
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .equipment_set ul li {
    width: 100%;
    background: #FFF360;
    border-radius: 30px 0 30px 0;
    padding: 40px 32px 32px 32px;
    margin: 0 0 32px 0;
    text-align: left;
  }
  .equipment_set ul li h3 {
    font-size: 22px;
    color: #03AAD3;
    border-bottom: 1px solid #03AAD3;
    margin: 0 0 16px 0;
    padding: 0 0 8px 0;
  }
  .equipment_set ul li p span {
    display: block;
    font-size: 16px;
    margin: 0 0 8px 0;
    font-weight: 600;
  }
  .equipment_set ul li p {
    padding: 0 0 16px 0;
  }
  .equipment_set p.equipment_set_txt {
    width: 90%;
    margin: 40px auto 0 auto;
    text-align: left;
  }
  .voice_area {
    margin: 0;
    padding: 100px 0 130px 0;
    background-image: linear-gradient(to right, rgba(255, 244, 100, 0.3), rgba(144, 253, 104, 0.3), rgba(108, 227, 255, 0.3));
    text-align: center;
  }
  .voice_area .voice_set {
    position: relative;
    background: #fff;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    width: 90%;
    margin: 88px auto -35px auto;
    padding: 16px 48px 48px 48px;
    border-radius: 40px;
  }
  .voice_area .voice_set .voice_no {
    position: absolute;
    right: 40px;
    top: -20px;
    font-size: 48px;
    font-weight: 800;
    color: #FF5800;
    transform: rotate(-12deg);
  }
  .voice_area .voice_set p {
    border-top: 0.5px solid #01A9D3;
    padding: 24px 0 0 0;
    margin: 8px 0 0 0;
    text-align: left;
    line-height: 2em;
  }
  .flow_area {
    text-align: center;
    padding: 120px 0 130px 0;
  }
  .flow_area .flow_Set {
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    width: 90%;
    background: #e8f6f9;
    border-radius: 40px;
    padding: 0 32px 32px 32px;
    margin: 88px auto -72px auto;
    text-align: center;
  }
  .flow_area .flow_Set .flow_step {
    position: relative;
    width: 190px;
    height: auto;
    padding: 32px 0px 40px 0px;
    background: #95DFF2;
    margin: 0;
    text-align: center;
  }
  .flow_area .flow_Set .flow_step:after {
    content: "";
    position: absolute;
    width: 180px;
    height: 0;
    bottom: -10px;
    left: 0;
    border-style: solid;
    border-color: #95DFF2 transparent transparent transparent;
    border-width: 10px 90px 0 90px;
    z-index: 1;
  }
  .flow_area .flow_Set:nth-child(even) .flow_step {
    background: #01A9D3;
  }
  .flow_area .flow_Set:nth-child(even) .flow_step:after {
    border-color: #01A9D3 transparent transparent transparent;
  }
  .flow_area .flow_Set:last-child .flow_step:after {
    border: none;
    border-radius: 0 0 20px 20px;
  }
  .flow_area .flow_Set .flow_step span {
    display: block;
    color: #fff;
    font-size: 88px;
    text-align: center;
    padding: 0 24px;
    line-height: 0.7em;
  }
  .flow_area .flow_Set .flow_step span:first-child {
    display: block;
    font-size: 32px;
    margin: 0 auto 16px auto;
  }
  .flow_area .flow_Set .flow_image {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    padding: 56px 0 32px 0;
    text-align: left;
  }
  .flow_area .flow_Set .flow_image img {
    width: 20%;
    margin: 0 3% 0 3%;
  }
  .flow_area .flow_Set .flow_image .flow_txt {
    width: 75%;
  }
  .flow_area .flow_Set .flow_image h3 {
    font-size: 28px;
    color: #01A9D3;
    font-weight: 700;
    margin: 0 0 16px 0;
  }
  .flow_area .flow_Set .flow_image p {
    font-size: 16px;
    line-height: 1.8em;
  }
  .pastel_slider img.slider_icon {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 3;
  }
  .message_area {
    position: relative;
    margin: 0 auto;
    padding: 110px 0 110px 0;
    text-align: center;
    background-image: linear-gradient(to right, rgba(255, 244, 100, 0.3), rgba(144, 253, 104, 0.3), rgba(108, 227, 255, 0.3));
  }
  .message_area .message_bg {
    position: absolute;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 88px 0;
  }
  .message_area .message_inner {
    margin: 0 auto;
  }
  .message_area .message_inner p {
    font-size: 18px;
    font-weight: 700;
    line-height: 2em;
  }
  .message_area .message_inner p.message_txt_last {
    font-size: 32px;
    font-weight: 900;
    line-height: 1.8em;
  }
  .message_area .message_inner p.message_txt_last span {
    background: #FF5800;
    padding: 4px 20px;
    color: #fff;
  }
  .message_area .message_inner .message_point {
    padding: 40px 0 32px 0;
    background: url("../img/velwands-job/bg_line_message.png") no-repeat;
    background-position: top center;
    background-size: 100%;
  }
  .message_area .message_inner .message_point img {
    width: 80%;
    margin: 0 auto;
    padding: 20px 0 0 0;
  }
  .info_area {
    padding: 100px 0 100px 0;
    text-align: center;
  }
  .info_area h2 {
    position: relative;
    background: #fff;
    z-index: 3;
    width: 220px;
    margin: 0 auto;
  }
  .info_area .info_set {
    display: block;
    width: 90%;
    margin: -56px auto 0 auto;
    border: 5px solid #01A9D3;
    border-radius: 35px;
    padding: 72px 24px 56px 24px;
  }
  .info_area .info_set img {
    width: 80%;
  }
  .info_area .info_set .info_txt {
    width: 80%;
    text-align: left;
    margin: 24px auto 0 auto;
  }
  .info_area .info_set .info_txt h3 {
    font-size: 20px;
    color: #FF5800;
    margin: 0 0 16px 0;
  }
  .info_area .info_set .info_txt p {
    font-size: 16px;
    line-height: 1.8em;
  }
  .info_area .info_set .info_txt a {
    display: block;
    background: #FFF360;
    color: #000;
    font-size: 24px;
    font-weight: 800;
    padding: 24px;
    margin: 32px 0 0 0;
    border-radius: 0 20px 0 20px;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  body {
    min-width: auto;
  }
  img {
    width: 100%;
    height: auto;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .tabsp {
    display: block;
  }
  .tab {
    display: none;
  }
  header {
    width: 100%;
    background: url("../img/velwands-job/sp_bg_mv.jpg") no-repeat;
    background-position: center top;
    background-size: 100%;
    height: 100vh;
  }
  .trouble_area {
    width: 100%;
    max-width: 100%;
    position: relative;
    padding: 88px 0 0 0;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
  }
  .trouble_question h2 {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.6em;
  }
  .trouble_question h2 span {
    font-size: 32px;
  }
  .trouble_check_set {
    margin: 32px 0 0 0;
  }
  .trouble_check_set img {
    display: block;
    width: 200px;
    vertical-align: middle;
    margin: 0 auto 24px auto;
  }
  .trouble_check_set .trouble_check {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    margin: 0 24px;
  }
  .trouble_check_set .trouble_check p {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 2.2em;
    padding: 0 0 0 30px;
  }
  .trouble_check_set .trouble_check p:before {
    content: "";
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    background: url("../img/velwands-job/icon_check.png") no-repeat;
    background-position: left center;
    background-size: contain;
    width: 20px;
    height: 20px;
    left: 0;
    top: 10px;
  }
  .trouble_question .trouble_comment {
    width: 90%;
    margin: 40px auto 100px auto;
    background: #fdf48d;
    border-radius: 20px;
    padding: 32px 10px;
    font-size: 15px;
    font-weight: 500;
    line-height: 2.2em;
    z-index: 2;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
  }
  .trouble_question .trouble_comment span {
    background: #fff;
    display: inline-block;
    padding: 4px;
    color: #01A9D3;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3em;
  }
  .point_area_point01:before, .point_area_point02:before, .point_area_point03:before {
    width: 90%;
  }
  .point_area {
    margin: 0;
    padding: 100px 0 88px 0;
  }
  .point_area_point01 {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 56px 24px 48px 24px;
    background: #fff;
    border-radius: 50px 0 50px 0;
  }
  .point_area_point02 {
    position: relative;
    width: 90%;
    margin: 140px auto 130px auto;
    padding: 56px 24px 48px 24px;
    background: #fff;
    border-radius: 50px 0 50px 0px;
  }
  .point_area_point03 {
    position: relative;
    width: 90%;
    margin: 0px auto;
    padding: 56px 24px 48px 24px;
    background: #fff;
    border-radius: 50px 0 50px 0px;
  }
  .point_area_point02 p, .point_area_point03 p {
    margin: 24px 0;
    font-size: 15px;
    line-height: 2em;
  }
  .point_area_point01 h2, .point_area_point02 h2, .point_area_point03 h2 {
    font-size: 28px;
    line-height: 1.5em;
  }
  .point_area_point01 h3, .point_area_point02 h3, .point_area_point03 h3 {
    font-size: 20px;
    background: #01A9D3;
    color: #fff;
    margin: 16px 0 24px 0;
    padding: 4px 16px;
    text-align: center;
  }
  .point01_set, .point01_02_set, .point01_03_set {
    background: #E6F9FF;
    padding: 32px 24px 32px 24px;
    margin: 0 0 24px 0;
  }
  .point01_set h4, .point01_02_set h4, .point01_03_set h4 {
    font-size: 22px;
    color: #01A9D3;
    margin: 0 0 16px 0;
    line-height: 1.4em;
  }
  .point01_set p, .point01_02_set p, .point01_03_set p {
    font-size: 15px;
    line-height: 1.8em;
  }
  .point01_set img, .point01_02_set img, .point01_03_set img {
    margin: 48px 0 32px 0;
  }
  .point_sub {
    width: 100%;
    margin: 0 auto;
    padding: 64px 0 0 0;
    text-align: center;
    background: url("../img/velwands-job/bg_pointsub.png") no-repeat;
  }
  .point_sub img {
    width: 90%;
    margin: 56px auto -4px auto;
  }
  .point_sub p.point_sub_txt01 {
    width: 90%;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.6em;
  }
  .point_sub p.point_sub_txt01 span {
    width: 100%;
    display: block;
    font-size: 24px;
    background: url("../img/velwands-job/bg_txt.png") no-repeat;
    background-size: 100%;
    background-position: center bottom -10px;
    line-height: 1.36em;
    margin: 16px 0 0 0;
  }
  .point_sub_txt02_area:after {
    position: absolute;
    display: block;
    background: url("../img/velwands-job/bg_txt02.png") no-repeat;
    background-size: 100%;
    width: 100%;
    height: 126px;
    bottom: -126px;
    content: '';
  }
  p.point_sub_txt02 {
    text-align: center;
    font-size: 18px;
    padding: 40px 24px 24px 24px;
    margin: 0 0 -20px 0;
    font-weight: 800;
    line-height: 1.5em;
  }
  p.point_sub_txt02 span {
    display: block;
    font-size: 32px;
    font-weight: 800;
    color: #01A9D3;
    margin: 0 0 16px 0;
  }
  .point02_img_area {
    text-align: center;
    display: block;
    align-items: center;
    justify-content: space-between;
    margin: 48px 0;
  }
  .point_area_point03 ul {
    display: block;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .point_area_point03 ul li {
    width: 100%;
    padding: 24px;
    margin: 0 0 2% 0;
    display: inline-block;
    background: #F4FBFD;
  }
  .point_area_point03 ul li h4 {
    color: #01A9D3;
    font-size: 18px;
    margin: 0;
    padding: 0;
  }
  .point_area_point03 ul li p, .point_area_point03 ul li p:last-child {
    color: #000;
    font-size: 15px;
    margin: 16px 0 0 0;
    padding: 0;
  }
  .point_area_point03 p:last-child {
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 800;
    margin: 16px 0 0 0;
    color: #FF5800;
  }
  .equipment_area {
    width: 100%;
    max-width: 100%;
    position: relative;
    padding: 80px 0 72px 0;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
  }
  .equipment_area h2, .voice_area h2, .flow_area h2, .info_area h2 {
    width: 90%;
    margin: 0 auto;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.5em;
  }
  .equipment_area h2 span, .voice_area h2 span, .flow_area h2 span, .info_area h2 span {
    font-size: 24px;
    margin: 0 0 4px 0;
    color: #01A9D3;
    display: block;
  }
  .equipment_set ul {
    width: 90%;
    margin: 56px auto 0 auto;
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .equipment_set ul li {
    width: 100%;
    background: #FFF360;
    border-radius: 30px 0 30px 0;
    padding: 40px 32px 24px 32px;
    margin: 0 0 24px 0;
    text-align: left;
  }
  .equipment_set ul li h3 {
    font-size: 20px;
    color: #03AAD3;
    border-bottom: 1px solid #03AAD3;
    margin: 0 0 16px 0;
    padding: 0 0 8px 0;
  }
  .equipment_set ul li p span {
    display: block;
    font-size: 13px;
    margin: 0 0 10px 0;
    font-weight: 600;
  }
  .equipment_set ul li p {
    padding: 0 0 20px 0;
    font-size: 14px;
  }
  .equipment_set p.equipment_set_txt {
    width: 90%;
    margin: 32px auto 0 auto;
    text-align: left;
    line-height: 1.5em;
  }
  .voice_area .voice_set {
    position: relative;
    background: #fff;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    width: 90%;
    margin: 72px auto -35px auto;
    padding: 16px 24px 40px 24px;
    border-radius: 40px;
  }
  .voice_area .voice_set .voice_no {
    position: absolute;
    right: 32px;
    top: -10px;
    font-size: 48px;
    font-weight: 800;
    color: #FF5800;
    transform: rotate(-12deg);
  }
  .voice_area .voice_set p {
    border-top: 0.5px solid #01A9D3;
    padding: 20px 0 0 0;
    margin: 8px 0 0 0;
    text-align: left;
    line-height: 2em;
    font-size: 15px;
  }
  .flow_area {
    text-align: center;
    padding: 72px 0 40px 0;
  }
  .flow_area .flow_Set {
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    width: 90%;
    background: #e8f6f9;
    border-radius: 40px;
    padding: 0 32px 32px 32px;
    margin: 64px auto -40px auto;
    text-align: center;
  }
  .flow_area .flow_Set .flow_step {
    position: relative;
    width: 88px;
    height: auto;
    padding: 32px 0px 40px 0px;
    background: #95DFF2;
    margin: 0 auto;
    text-align: center;
  }
  .flow_area .flow_Set .flow_step:after {
    content: "";
    position: absolute;
    width: 88px;
    height: 0;
    bottom: -10px;
    left: 0;
    border-style: solid;
    border-color: #95DFF2 transparent transparent transparent;
    border-width: 10px 44px 0 44px;
    z-index: 1;
  }
  .flow_area .flow_Set:nth-child(even) .flow_step {
    background: #01A9D3;
  }
  .flow_area .flow_Set:nth-child(even) .flow_step:after {
    border-color: #01A9D3 transparent transparent transparent;
  }
  .flow_area .flow_Set:last-child .flow_step:after {
    border: none;
    border-radius: 0 0 20px 20px;
  }
  .flow_area .flow_Set .flow_step span {
    display: block;
    color: #fff;
    font-size: 40px;
    text-align: center;
    padding: 0 24px;
    text-align: center;
    margin: 0 auto;
    line-height: 0.7em;
  }
  .flow_area .flow_Set .flow_step span:first-child {
    display: block;
    font-size: 24px;
    margin: 0 auto 16px auto;
  }
  .flow_area .flow_Set .flow_image {
    display: block;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    padding: 32px 0 32px 16px;
    text-align: left;
  }
  .flow_area .flow_Set .flow_image img {
    width: 50%;
    margin: 0 0 16px 0;
  }
  .flow_area .flow_Set .flow_image .flow_txt {
    width: 95%;
  }
  .flow_area .flow_Set .flow_image h3 {
    font-size: 22px;
    color: #01A9D3;
    font-weight: 700;
    margin: 0 0 16px 0;
    line-height: 1.4em;
  }
  .flow_area .flow_Set .flow_image p {
    font-size: 15px;
    line-height: 1.8em;
  }
  .pastel_slider #bxslider li {
    width: 240px !important;
    height: 150px !important;
    margin: 0;
    padding: 0;
  }
  .message_area {
    position: relative;
    margin: 0 auto;
    padding: 80px 0;
    text-align: center;
    background-image: linear-gradient(to right, rgba(255, 244, 100, 0.3), rgba(144, 253, 104, 0.3), rgba(108, 227, 255, 0.3));
  }
  .message_area .message_bg {
    position: absolute;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 88px 0;
  }
  .message_area .message_inner {
    margin: 0 auto;
  }
  .message_area .message_inner p {
    width: 90%;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 600;
    line-height: 2em;
  }
  .message_area .message_inner p.message_txt_last {
    font-size: 22px;
    font-weight: 900;
    line-height: 1.8em;
  }
  .message_area .message_inner p.message_txt_last span {
    background: #FF5800;
    padding: 4px 16px;
    color: #fff;
  }
  .message_area .message_inner .message_point {
    padding: 40px 0 32px 0;
    background: url("../img/velwands-job/bg_line_message.png") no-repeat;
    background-position: top center;
    background-size: 100%;
  }
  .message_area .message_inner .message_point img {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  .info_area {
    padding: 48px 0 200px 0;
    text-align: center;
  }
  .info_area h2 {
    position: relative;
    background: #fff;
    z-index: 3;
    width: 50%;
    margin: 0 auto;
  }
  .info_area h2 span {
    margin: 0 0 -4px 0;
  }
  .info_area .info_set {
    display: block;
    width: 90%;
    margin: -40px auto 0 auto;
    border: 5px solid #01A9D3;
    border-radius: 35px;
    padding: 72px 16px 40px 16px;
  }
  .info_area .info_set img {
    width: 100%;
  }
  .info_area .info_set .info_txt {
    width: 95%;
    text-align: left;
    margin: 24px auto 0 auto;
  }
  .info_area .info_set .info_txt h3 {
    font-size: 18px;
    color: #FF5800;
    margin: 0 0 16px 0;
    line-height: 1.5em;
  }
  .info_area .info_set .info_txt p {
    font-size: 16px;
    line-height: 1.5em;
  }
  .info_area .info_set .info_txt p span {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin: 8px 0 0 0;
  }
  .info_area .info_set .info_txt a {
    display: block;
    background: #FFF360;
    color: #000;
    font-size: 22px;
    font-weight: 800;
    padding: 24px 0;
    margin: 32px 0 0 0;
    border-radius: 0 20px 0 20px;
    width: 100%;
    text-align: center;
  }
}