.jobs {
  margin-bottom: 2.5rem;
}

.jobs .mdl-copy {
  margin-bottom: 2.5rem;
}

.jobs_headding {
  margin-bottom: 4rem;
}

.jobs_headding p {
  font-size: 1.4rem;
  color: #342b1e;
  line-height: 1.785;
}

.jobs_list .item {
  margin-bottom: 3rem;
}

.jobs_list .item_pht {
  text-align: center;
  margin-bottom: 1.5rem;
}

.jobs_list .ico {
  color: #ee4e4e;
}

.jobs_note li {
  font-size: 1.4rem;
  line-height: 1.785;
  color: #342b1e;
  margin-bottom: 0.5rem;
}

.note-ico .ico {
  color: #ee4e4e;
  margin-right: 0.5rem;
}

.require_box {
  margin-bottom: 1rem;
}

.require_box_title {
  background: #ee4e4e;
  padding: 0.85rem 1.5rem;
  margin-bottom: 0.5rem;
}

.require_box_title h2 {
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.7;
  font-weight: bold;
}

.require_box_des {
  background: #fff;
  border-bottom: 0.1rem solid #ee4e4e;
}

.require_box_text {
  padding: 0.5rem 1.5rem 1.5rem;
}

.require_box_text h3 {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.78;
  margin-top: 0.5rem;
}

.require_box_text h3 span {
  display: block;
  font-size: 1.4rem;
  color: #ee4e4e;
  font-weight: normal;
}

.require_box_text p {
  font-size: 1.4rem;
  line-height: 1.78;
}

.require_box_text a {
  color: #ee4e4e;
  text-decoration: underline;
}

.require_note {
  padding: 4rem 0 4rem;
}

.require_note h3 {
  background: #ff847e;
  background-image: -webkit-linear-gradient(bottom, rgba(255, 88, 88, 0), rgba(255, 115, 72, 0.76));
  background-image: -o-linear-gradient(bottom, rgba(255, 88, 88, 0), rgba(255, 115, 72, 0.76));
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 88, 88, 0)), to(rgba(255, 115, 72, 0.76)));
  background-image: linear-gradient(to top, rgba(255, 88, 88, 0), rgba(255, 115, 72, 0.76));
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 1rem 0 1.2rem;
}

.require_note h3 span {
  display: inline-block;
  border-bottom: 0.1rem solid #fff;
}

.message {
  background: url(../img/sp/message_bg.png) no-repeat center bottom/100% auto, url(/common/img/cm_bg03.jpg) repeat left top;
  padding: 3.5rem 0 5rem;
  margin-bottom: 4rem;
}

.message_body {
  background: rgba(255, 255, 255, 0.8);
  padding: 0.5rem;
}

.message_body_inner {
  border: 0.1rem solid #c5b9aa;
  padding: 3.5rem 2rem 1rem;
}

.message_body_inner p {
  font-size: 1.4rem;
  line-height: 1.785;
  color: #342b1e;
  padding-bottom: 2rem;
}

.business {
  padding-bottom: 2rem;
}

.business_list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.business_list ul li .business_img {
  width: 45.941%;
}

.business_list ul li .business_img img {
  width: 100%;
}

.business_list ul li .business_txt {
  width: 45.3%;
  font-size: 1.4rem;
  line-height: 1.785;
}

.voice {
  padding-bottom: 1.5rem;
}

.voice_list_header {
  border-bottom: 0.1rem solid #eb4d4d;
  padding: 0.75rem 1.5rem 0.75rem 0;
  display: table;
  width: 100%;
  color: #ee4e4e;
  cursor: pointer;
  background: url(/common/img/arr_red04.png) no-repeat right 1.5rem center;
  background-size: 0.8rem 0.45rem;
}

.voice_list_num {
  font-size: 2.4rem;
  line-height: 1;
  width: 3.65rem;
  text-align: center;
  border-right: 0.1rem solid #dfdfdf;
  display: table-cell;
}

.voice_list_title {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.7rem;
  font-weight: bold;
  padding-left: 1rem;
}

.voice_list_content {
  display: none;
  overflow: hidden;
}

.voice_list_content .box_content {
  padding: 1.5rem;
  border-bottom: 1px dashed #d7d7d7;
}

.voice_list_content .box_content:last-child {
  border-bottom: 0;
}

.voice_list_content h4 {
  font-size: 1.4rem;
  color: #ee4e4e;
  font-weight: bold;
  margin-bottom: 0.5rem;
  position: relative;
}

.voice_list_content h4::before {
  content: '';
  width: 1.5rem;
  height: 0.25rem;
  background: #ee4e4e;
  position: absolute;
  top: 50%;
  left: -2rem;
}

.voice_list_content p {
  font-size: 1.4rem;
  line-height: 2;
}

.voice_list_item {
  margin-bottom: 2rem;
  background: #fff;
}

.voice_list_item.open .voice_list_header {
  background: url(/common/img/arr_red03.png) no-repeat right 1.5rem center;
  background-size: 0.8rem 0.45rem;
}

.photo {
  margin-bottom: 6rem;
}

.method {
  margin-bottom: 5rem;
}

.method_inner {
  background: #fff;
  padding: 0 1.5rem 2rem;
}

.method_inner p {
  font-size: 1.4rem;
  line-height: 1.785;
}

.method_inner .method_phone {
  margin-top: 1.5rem;
  text-align: center;
}

.method_inner .method_phone span {
  font-size: 1.7rem;
  display: block;
  color: #ee4e4e;
  font-weight: bold;
}

.method_title {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  top: -1rem;
  margin-bottom: 0.5rem;
}

/*# sourceMappingURL=staff_sp.css.map */