@charset "utf-8";
/*------------------------------------------------
採用情報
------------------------------------------------*/

.main-content {
  padding: 25px 0;
}

@media print, screen and (min-width: 769px) {

  .main-content {
    background-image: url(../../images/recruit/main_bg_bottom.jpg), url(../../images/recruit/main_bg_middle.png);
    background-size: auto, auto;
    background-position: bottom left, top 1070px right;
  }
}

/*========== 採用情報 ==========*/

.recruit {
  margin: 50px 0 25px;
}

.recruit-inner {
  padding: 0 15px;
}

@media print, screen and (min-width: 769px) {
  .recruit {
    margin: 70px 0 50px;
  }

  .recruit-inner {
    width: 1000px;
    margin: auto;
    padding: 0;
  }
}

/*========== 数字で見る小山電気 ==========*/
.number {}

.number-catch {
  text-align: center;
  font-weight: 900;
}

.number-inner {
  background:linear-gradient(to bottom right, #e8e8e7 0%, #ffffff 100%);
  box-shadow: 5px 5px 10px rgba(0,0,0,0.4);
  border-radius: 25px;
  margin: 15px;
}

.number-inner-title {
  display: none;
}

.number-list {
  padding: 25px;
}

.number-item {
  padding: 15px;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
}
.number-item:not(:last-of-type) {
  margin-bottom: 15px;
}

.number-item.icon-point {
  position: relative;
}
.number-item.icon-point::after {
  content: "";
  position: absolute;
  background-image: url(../../images/recruit/icon_point_line.png);
  width: 30px;
  height: 30px;
  background-size: contain;
  background-position: center center;
}
.number-item-title {
  width: 75%;
  margin: 15px auto;
}
.number-item-title > img {
  width: 100%;
}
.number-item-text {
  font-size: 1.6rem;
  line-height: 2;
}

/*数字別調整*/
/*1946年*/
.number-item:nth-of-type(1) {
  background-color: #fadce9;
  transform: rotate(-0.5deg) translate3d(0, 0, 0);
}
.number-item.icon-point:nth-of-type(1)::after {
  top:0;
  right: 0;
}
/*100％*/
.number-item:nth-of-type(2) {
  background-color: #d2c6e1;
  transform: rotate(0.5deg) translate3d(0, 0, 0);
}
/*12カ月*/
.number-item:nth-of-type(3) {
  background-color: #bbd3de;
  transform: rotate(-1deg) translate3d(0, 0, 0);
}
.number-item.icon-point:nth-of-type(3)::after {
  top: 0;
  left: 0;
  transform: rotate(-85deg) translate3d(0, 0, 0);
}
.number-item:nth-of-type(3) .number-item-title {
  width: 60%;
}
/*3年連続*/
.number-item:nth-of-type(4) {
  background-color: #feeabe;
  transform: rotate(1deg) translate3d(0, 0, 0);
}
.number-item.icon-point:nth-of-type(4)::after {
  top:0;
  right: 0;
}
.number-item:nth-of-type(4) .number-item-title {
  width: 60%;
}
/*2年目*/
.number-item:nth-of-type(5) {
  background-color: #f8c5ac;
  transform: rotate(-0.5deg) translate3d(0, 0, 0);
}
.number-item.icon-point:nth-of-type(5)::after {
  top: 0;
  left: 0;
  transform: rotate(-85deg) translate3d(0, 0, 0);
}
.number-item:nth-of-type(5) .number-item-title {
  width: 48%;
}

@media print, screen and (min-width: 769px) {
  .number-catch {
    font-size: 5rem;
    margin: 80px auto;
    line-height: 1.1;
  }
  .number-inner {
    background:linear-gradient(to bottom right, #fff 0%, #e8e8e7 100%);
    box-shadow: 50px 50px 50px rgba(0,0,0,0.2);
    width: 970px;
    border-radius: 85px;
    margin: 80px auto;
    position: relative;
  }
  .number-inner::before {
    content: "";
    display: block;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    background:linear-gradient(to bottom right, #e8e8e7 0%, #ffffff 100%);
    position: absolute;
    top:5px;
    left: 5px;
    border-radius: 85px;
  }
  .number-inner-title {
    color: #91004f;
    display: block;
    text-align: center;
    position: relative;
    font-size: 7rem;
    font-weight: 900;
    padding-top: 50px;
  }

  .number-inner-title .restraint {
    font-size: 4rem;
  }
  .number-inner-title .restraint-name {
    color: #044488;
    font-size: 4rem;
  }

  .number-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding:0;
  }

  .number-item {
    padding: 20px;
    box-shadow: 7px 7px 14px rgba(0,0,0,0.5);
  }

  .number-item.icon-point::after {
    width: 70px;
    height: 70px;
  }
  .number-item-text {
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: justify;
  }

  /*数字別調整*/
  /*1946年*/
  .number-item:nth-of-type(1) {
    width: 336px;
    transform: rotate(2.2deg) translate3d(0, 0, 0);
    margin-left: -55px;
    margin-right: 10px;
  }
  .number-item:nth-of-type(1) .number-item-title {
    width: 250px;
  }
  .number-item.icon-point:nth-of-type(1)::after {
    top: -25px;
    right: -20px;
  }
  /*100％*/
  .number-item:nth-of-type(2) {
    width: 305px;
    transform: rotate(5.8deg) translate3d(0, 0, 0);
    margin-right: 30px;
    margin-left: 20px;
  }
  .number-item:nth-of-type(2) .number-item-title {
    width: 250px;
  }
  /*12カ月*/
  .number-item:nth-of-type(3) {
    width: 278px;
    transform: rotate(-3deg) translate3d(0, 0, 0);
    margin-right: -25px;
  }
  .number-item:nth-of-type(3) .number-item-title {
    width: 217px;
  }
  .number-item.icon-point:nth-of-type(3)::after {
    top: -25px;
    left: -10px;
  }
  /*3年連続*/
  .number-item:nth-of-type(4) {
    width: 321px;
    transform: rotate(-6.8deg) translate3d(0, 0, 0);
    margin-right: 25px;
  }
  .number-item.icon-point:nth-of-type(4)::after {
    top: -25px;
    left: -10px;
    transform: rotate(-85deg) translate3d(0, 0, 0);
  }
  /*2年目*/
  .number-item:nth-of-type(5) {
    width: 305px;
    transform: rotate(5.5deg) translate3d(0, 0, 0);
    margin-left: 25px;
  }
  .number-item.icon-point:nth-of-type(5)::after {
    top: 0;
    right: 0;
    left: auto;
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
}

/*---若手を電気工事のプロに育てる---*/

.professional {
  margin: 15px;
  border-radius: 7px;
  border: 7px solid #fff;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
}
.professional-inner {
  padding: 15px;
  border: 5px solid #738f9d;
  border-radius: 3px;
  background-color: #efeab9;
}

.professional-title {
  color: #fff;
  width: 100%;
  background-color: #9c3559;
  padding: 5px 15px;
  text-align: center;
  position: relative;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.2;
}
.professional-title::after {
  content: "";
  display: block;
  background-image: url(../../images/recruit/icon_pin.png);
  background-size: contain;
  width: 30px;
  height: 45px;
  position: absolute;
  top:-30px;
  left: 50%;
  margin-left: -25px;
}
.professional-text {
  margin-top: 15px;
}

@media print, screen and (min-width: 769px) {
  .professional {
    width: 900px;
    margin: 80px auto;
  }
  .professional-inner {
    padding: 25px 0;
  }
  .professional-title {
    font-size: 3.4rem;
    width: 774px;
    margin: auto;
  }
  .professional-title::after {
    width: 55px;
    height: 75px;
    top: -75px;
    margin-left: -65px;
  }
  .professional-text {
    width: 690px;
    margin: 15px auto 0;
  }
}

/*========== スタッフボイス ==========*/

.staff-voice {
  margin: 15px;
}
.staff-voice-inner {
  background-color: rgba(255,255,255,0.8);
  border-radius: 15px;
  border: 5px solid #9ed5cc;
  padding: 15px;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.4);
}

.staff-voice-catch {
  width: 80%;
  position: relative;
  transform: rotate(-2.2deg) translate3d(0, 0, 0);
}
.staff-voice-catch > img {
  width: 100%;
}

.staff-voice-catch::after {
  content: "";
  display: block;
  background-image: url(../../images/recruit/staff_voice_icon_img.png);
  width: 30%;
  height: 70px;
  background-size: contain;
  position: absolute;
  right: -30%;
  top:0;
}

.staff-voice-list {}

.staff-voice-item {}

.staff-voice-item:not(:last-of-type) {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 3px solid #9ed5cc;
}

.staff-voice-item-title {
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 15px;
}

.staff-voice-item-box {}

.staff-voice-item-pic {
  width: 60%;
  margin: auto;
}

.staff-voice-item-pic-inner,
.staff-voice-item-pic-inner > img {
  width: 100%;
}

.staff-voice-item-pic-name {
  text-align: center;
  margin: 15px 0;
}

.staff-voice-item-pic-name .emphasis {
  display: block;
  font-size: 1.8rem;
}

.staff-voice-item-text {
  width: 100%;
  line-height: 2;
}

@media print, screen and (min-width: 769px) {
  .staff-voice {
    margin: 150px auto;
  }
  .staff-voice-inner {
    width: 970px;
    margin: 80px auto 0;
    border-radius: 30px;
    padding: 0 60px 30px;
  }
  .staff-voice-catch {
    width: 475px;
    margin-left: -15px;
    margin-bottom: 15px;
    transform: rotate(-3.4deg) translate3d(0, 0, 0);
  }
  .staff-voice-catch::after {
    width: 236px;
    height: 170px;
    background-size: contain;
    position: absolute;
    right: -200px;
    top: -30px;
  }

  .staff-voice-list {}

  .staff-voice-item {}

  .staff-voice-item-title {
    font-size: 3.3rem;
    margin-bottom: 10px;
    text-align: left;
  }

  .staff-voice-item-box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
  }

  .staff-voice-item-pic {
    width: 230px;
    margin: 0;
  }
  .staff-voice-item-pic-inner {}
  .staff-voice-item-pic-name {
    text-align: left;
    font-size: 1.9rem;
  }
  .staff-voice-item-pic-name .emphasis {
    font-size: 3.2rem;
  }
  .staff-voice-item-text {
    font-size: 2.1rem;
    line-height: 1.8;
    width: 530px;
  }
}

/*========== 募集要項 ==========*/

.recruit{
  margin: 100px auto 25px;
}

.recruit-title {}

.recruit-list {
  width: 100%;
  border-bottom: 2px solid #fff;
  margin: 25px auto 50px
}

.recruit-list tr {
  border-top: 2px solid #fff;
}

.recruit-item-ttl {
  color: #fff;
  display: block;
  width: 100%;
  background-color: #7f84b2;
  padding: 10px;
}

.recruit-item-txt {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #e9e6f3;
}

@media print, screen and (min-width: 600px) {
  .recruit-list {
    table-layout: fixed;
  }
  .recruit-item-ttl {
    display: table-cell;
    width: 30%;
    padding: 10px 0;
    border-right: 2px solid #fff;
  }
  .recruit-item-txt {
    display: table-cell;
    width: 70%;
    padding: 10px;
  }
  .recruit-item-txt dl {
    display: flex;
    flex-wrap: wrap;
  }
  .recruit-item-txt dt {
    width: 60px;
    margin-right: 15px;
  }
  .recruit-item-txt dd {
    width: calc(100% - 80px);
  }
}

@media print, screen and (min-width: 769px) {
  .recruit{
    margin: 100px auto 50px;
  }
  .recruit-item-ttl {
    width: 195px;
  }
  .recruit-item-txt {
    width: calc(100% - 195px);
    padding: 20px 30px;
  }
  .recruit-item-txt dt {
    width: 75px;
    margin-right: 10px;
  }
  .recruit-item-txt dd {
    width: calc(100% - 85px);
  }
}


/*========== キャリアパス ==========*/

.career-path-title {}

.career-path-list {
  width: 90%;
  margin: 25px auto 50px;
}

.career-path-list-title {
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: 350;
}

.career-path-list-title .occupation {
  color: #044488;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
}

@media print, screen and (min-width: 600px) {
  .career-path-list {
    width: 100%;
  }
  .career-path-list-title {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
  .career-path-list-title .occupation {
    font-size: 2.4rem;
  }
}


/*テーブル*/
.career-path-list th {
  padding: 5px 8px;
  display: none;
}
.career-path-list td {
  background-color: rgba(255,255,255,1);
  padding: 15px 25px;
  font-size: 1.5rem;
  font-weight: 350;
  display: block;
}
.career-path-list td::before {
  content: attr(data-label);
  font-size: 1.6rem;
  font-weight: 900;
  color: #666;
  display: block;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px dotted #999;
}
.career-path-list td:last-of-type {
  margin-bottom: 15px;
}
/*項目*/
.career-path-list.electrician td:first-of-type {
  color: #333;
  background-color: #bbd3de;
}
.career-path-list.builder td:first-of-type  {
  color: #333;
  background-color: #d2c6e1;
}
/*背景*/
.career-path-list.electrician td:not(:first-of-type) {
  background-color: #eaf8ff;
}
.career-path-list.builder td:not(:first-of-type) {
  background-color: #f2e7ff;
}
/*改行調整*/
.career-path-list td li {
  text-indent: -1em;
  margin-left: 1em;
}

.career-path-item-title > span {
  display: block;
  font-size: 1.1rem;
  color: #555;
  margin-top:5px;
}

@media print, screen and (min-width: 600px) {

  .career-path-list th {
    padding: 15px;
    display: table-cell;
    font-size: 1.6rem;
  }
  .career-path-list td {
    padding: 15px;
    font-size: 1.6rem;
    font-weight: 350;
    display: table-cell;
  }
  .career-path-list td::before {
    display: none;
  }
  /*項目*/
  .career-path-list.electrician th {
    color: #333;
    background-color: #bbd3de;
  }
  .career-path-list.builder th {
    color: #333;
    background-color: #d2c6e1;
  }
  /*背景色*/
  .career-path-list.electrician td:first-of-type {
    background-color: #e3eaed;
  }
  .career-path-list.builder td:first-of-type  {
    background-color: #e8e4ed;
  }
  /*罫線*/
  .career-path-list th:not(:last-of-type) {
    border-right: 1px solid #999;
  }
  .career-path-list tr:not(:first-of-type) {
    border-bottom: 1px solid #ccc;
  }
  .career-path-list td:not(:last-of-type) {
    border-right: 1px solid #ccc;
  }
  /*幅*/
  .career-path-list td:first-of-type {
    width: 20%;
  }
  .career-path-list td:nth-of-type(2) {
    width: 25%;
  }
  .career-path-list td:nth-of-type(3) {
    width: 30%;
  }
}

@media print, screen and (min-width: 769px) {
  /*幅*/
  .career-path-list td:first-of-type {
    width: 180px;
    text-align: center;
  }
  .career-path-list td:nth-of-type(2) {
    width: 320px;
  }
  .career-path-list td:nth-of-type(3) {
    width: 220px;
  }

  .career-path-item-title > span {
    font-size: 1.3rem;
    font-weight: 350;
  }
}

/*========== お問合せボタン ==========*/

.contact-button {
  color: #fff;
  background-color: #044471;
  border-radius: 4px;
  box-shadow: 2px 2px 0px rgba(0,0,0,0.4);
  width: 80%;
  height: 44px;
  margin: 25px auto 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.contact-button::before,
.contact-button::after {
  content: "";
  position: absolute;
  display: block;
}
.contact-button::before {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  left: 15px;
  top: 50%;
  margin-top: -10px;
}
.contact-button::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: rgba(4, 68, 113, 0) rgba(4, 68, 113, 0) rgba(4, 68, 113, 0) rgba(4, 68, 113, 1);
  border-width: 6px 8px 6px 8px;
  top: 50%;
  left: 22px;
  margin-top: -6px;
}


@media print, screen and (min-width: 769px) {
  .contact-button {
    font-size: 2rem;
    width: 350px;
    height: 60px;
    margin: 50px auto 80px;
  }
}
