.jobs {
  margin-bottom: 9.5rem;
}

.jobs .mdl-copy {
  margin-bottom: 3.5rem;
}

.jobs .mdl-copy .inner {
  padding: 2.6rem 5.3rem 0.5rem;
}

.jobs .mdl-copy p {
  font-size: 2rem;
}

.jobs_headding {
  margin-bottom: 6rem;
}

.jobs_headding p {
  font-size: 1.6rem;
  color: #342b1e;
  line-height: 1.875;
  text-align: center;
}

.jobs_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 3rem;
}

.jobs_list .item {
  width: 30.613%;
  margin-bottom: 0;
}

.jobs_list .item_pht {
  margin-bottom: 1rem;
}

.jobs_list .ico {
  color: #ee4e4e;
}

.jobs_note li {
  font-size: 1.6rem;
  line-height: 1.875;
  color: #342b1e;
  width: 50%;
  float: left;
}

.note-ico .ico {
  color: #ee4e4e;
  margin-right: 0.5rem;
}

.require_box {
  display: table;
  width: 100%;
}

.require_box_title {
  display: table-cell;
  vertical-align: middle;
  background: #ee4e4e;
  width: 22.5%;
  padding-left: 3rem;
  border-bottom: 0.2rem solid #fff;
}

.require_box_title h2 {
  font-size: 1.6rem;
  color: #fff;
  line-height: 2.1875;
}

.require_box_des {
  display: table-cell;
  padding-left: 2rem;
}

.require_box_text {
  background: #fff;
  border-bottom: 0.2rem solid #ee4e4e;
  padding: 1rem 3rem 2rem;
}

.require_box_text h3 {
  font-size: 2rem;
  font-weight: bold;
  color: #202020;
  margin-top: 1rem;
}

.require_box_text h3 span {
  font-size: 1.6rem;
  color: #ee4e4e;
  font-weight: normal;
}

.require_box_text p {
  font-size: 1.6rem;
  line-height: 2;
}

.require_box_text a {
  color: #ee4e4e;
  text-decoration: underline;
}

.require_box.last .require_box_text {
  border-bottom: 0;
}

.require_note {
  padding: 6.5rem 0 8.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: 4rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 2rem 0 2.4rem;
}

.require_note h3 span {
  display: inline-block;
  border-bottom: 0.4rem solid #fff;
}

.message {
  background: url(../img/message_bg.png) no-repeat center bottom/100% auto, url(/common/img/cm_bg03.jpg) repeat left top;
  padding: 7rem 0 10rem;
  margin-bottom: 9rem;
}

.message_body {
  background: rgba(255, 255, 255, 0.8);
  padding: 1rem;
}

.message_body_inner {
  border: 0.1rem solid #c5b9aa;
  text-align: center;
  padding: 7.5rem 15rem 3rem;
}

.message_body_inner p {
  font-size: 1.6rem;
  line-height: 1.875;
  color: #342b1e;
  padding-bottom: 3rem;
}

.business {
  padding-bottom: 6rem;
}

.business_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.business_list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 47.756%;
  margin-bottom: 4rem;
}

.business_list ul li .business_img {
  width: 45.941%;
}

.business_list ul li .business_txt {
  width: 45.3%;
  font-size: 1.6rem;
  line-height: 2;
}

.voice {
  padding-bottom: 7.6rem;
}

.voice_list_header {
  border-bottom: 0.2rem solid #eb4d4d;
  padding: 1.5rem 3rem 1.5rem 0;
  display: table;
  width: 100%;
  color: #ee4e4e;
  cursor: pointer;
  background: url(/common/img/arr_red04.png) no-repeat right 3rem center;
  background-size: 1.6rem 0.9rem;
}

.voice_list_num {
  font-size: 4.8rem;
  line-height: 1;
  width: 7.3rem;
  text-align: center;
  border-right: 0.2rem solid #dfdfdf;
  display: table-cell;
}

.voice_list_title {
  display: table-cell;
  vertical-align: middle;
  font-size: 2rem;
  font-weight: bold;
  padding-left: 2rem;
}

.voice_list_content {
  display: none;
  overflow: hidden;
}

.voice_list_content .box_content {
  padding: 3rem;
  border-bottom: 1px dashed #d7d7d7;
}

.voice_list_content .box_content:last-child {
  border-bottom: 0;
}

.voice_list_content h4 {
  font-size: 1.6rem;
  color: #ee4e4e;
  font-weight: bold;
  margin-bottom: 1.5rem;
  position: relative;
}

.voice_list_content h4::before {
  content: '';
  width: 2rem;
  height: 0.3rem;
  background: #ee4e4e;
  position: absolute;
  top: 50%;
  left: -3rem;
}

.voice_list_content p {
  font-size: 1.6rem;
  line-height: 2;
}

.voice_list_item {
  margin-bottom: 4rem;
  background: #fff;
}

.voice_list_item.open .voice_list_header {
  background: url(/common/img/arr_red03.png) no-repeat right 3rem center;
  background-size: 1.6rem 0.9rem;
}

.photo {
  margin-bottom: 11rem;
}

.method {
  margin-bottom: 10rem;
}

.method_inner {
  background: #fff;
  padding: 0 2rem 3rem;
}

.method_inner p {
  font-size: 1.6rem;
  line-height: 1.875;
  text-align: center;
}

.method_inner .method_phone {
  margin-top: 2.5rem;
}

.method_inner .method_phone span {
  font-size: 2.4rem;
  display: block;
  color: #ee4e4e;
  font-weight: bold;
}

.method_title {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  top: -2rem;
  margin-bottom: 1.5rem;
}

/*# sourceMappingURL=staff_pc.css.map */