/*
recruit.css
Author: inu design
Version: 1.0
*/

/*------------------------------------------

	導入

------------------------------------------*/
.intro {
  margin-top: 50px;
}
.intro .txt-box {
  width: 43%;
  padding-top: 20px;
  padding-left: 7.5%;
}
.intro .txt-box .cc {
  width: 90%;
}
.intro .img-box {
  width: 57%;
}

/* Sm */
@media print, screen and (max-width: 480px) {

  .intro .txt-box,
  .intro .img-box {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }

}
/* Sm END */


/*------------------------------------------

	代表からのメッセージ

------------------------------------------*/
#message .left-box {
  width: 58%;
}
#message .right-box {
  width: 35%;
  max-width: 500px;
}

/* Sm */
@media print, screen and (max-width: 480px) {

  #message .left-box,
  #message .right-box {
    width: 100%;
  }

}
/* Sm END */


/*------------------------------------------

	当社の特徴・強み

------------------------------------------*/
#feature .feature-list li {
  width: 22.3%;
  padding: 30px;
  background: var(--sub-bg-color);
  border-radius: 24px;
}

/* Tb */
@media print, screen and (max-width: 820px) {

  #feature .feature-list li {
    width: 48.2%;
    margin-bottom: 30px;
  }
  #feature .feature-list li img {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

}
/* Tb END */

/* Sm */
@media print, screen and (max-width: 480px) {

  #feature .feature-list li {
    width: 100%;
    padding: 22px 20px 10px;
    margin-bottom: 10px;
  }
  #feature .feature-list li img {
    width: 30%;
    margin-left: 0;
    margin-right: 0;
  }
  #feature .feature-list li .txt-box {
    width: 65%;
  }

}
/* Sm END */


/*------------------------------------------

	こんな方が向いています！

------------------------------------------*/
#value .left-box {
  width: 41%;
  padding-left: 25px;
}
#value .right-box {
  width: 52%;
}

/* Tb */
@media print, screen and (max-width: 820px) {

  #value .left-box,
  #value .right-box {
    width: 100%;
    padding-left: 0;
  }

}
/* Tb END */


/*------------------------------------------

	福利厚生・育成支援制度

------------------------------------------*/
#benefits .left-box {
  width: 48%;
}
#benefits .right-box {
  width: 45%;
  padding-right: 25px;
}

/* Tb */
@media print, screen and (max-width: 820px) {

  #benefits .left-box,
  #benefits .right-box {
    width: 100%;
    padding-right: 0;
  }

}
/* Tb END */


/*------------------------------------------

	先輩社員の声

------------------------------------------*/
#voice ul.staff-link {
  width: clamp(370px, 65%, 760px);
  margin-left: auto;
  margin-right: auto;
}
#voice ul.staff-link li {
  width: 21%;
}

#voice .voice-box {
  background: var(--sub-bg-color);
  border-radius: 24px;
  padding: 60px 60px 30px;
}
#voice .voice-box .left-box,
#voice .voice-box .right-box {
  width: 47%;
}
#voice .voice-box .staff-prof .img-box {
  width: 24.5%;
}
#voice .voice-box .staff-prof .txt-box {
  width: 70%;
}
#voice .voice-box .staff-prof .favorite {
  padding: 15px;
  background: #fff;
  border-radius: 10px;
  position: relative;
}
#voice .voice-box .staff-prof .favorite::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  border-style: solid;
  border-width: 5px 8px 5px 0;
  border-color: transparent #fff transparent transparent;
  translate: -100% -50%;
  transform: skew(0, 4deg);
  transform-origin: right;
}
#voice .voice-box .staff-prof .favorite dt {
  width: 8em;
  text-indent: .9em;
  position: relative;
}
#voice .voice-box .staff-prof .favorite dt::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: var(--main-color);
  border-radius: 100%;
  position: absolute;
  top: 5px;
}
#voice .voice-box .staff-prof .favorite dd {
  width: calc(100% - 8em);
  margin: 0;
  letter-spacing: -0.5px;
}

#voice .voice-box .staff-comments .que {
  position: relative;
  padding-left: 38px;
}
#voice .voice-box .staff-comments .que::before {
  content: "Q. ";
  display: block;
  font-family: "Krona One", sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  color: var(--main-color);
  position: absolute;
  left: 0;
  top: -6px;
}
#voice .voice-box .staff-comments .ans {
  padding-left: 20px;
  margin-left: 0;
  position: relative;
}
#voice .voice-box .staff-comments .ans::before {
  content: "";
  display: block;
  width: 26px;
  height: 20px;
  background: url(../images/recruit/fuk.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 7px;
  left: 0;
}
#voice .voice-box .staff-comments .ans p {
  letter-spacing: -0.5px;
  padding: 1.4em;
  background: #75dd8e;
  border-radius: 20px;
}

/* Tb */
@media print, screen and (max-width: 820px) {

  #voice .voice-box {
    padding: 35px 25px 10px;
  }
  #voice .voice-box .staff-prof .favorite {
    padding: 12px 10px;
  }
  #voice .voice-box .staff-comments .ans p {
    padding: 1em;
  }

}
/* Tb END */

/* Sm */
@media print, screen and (max-width: 480px) {

  #voice .voice-box {
    padding: 30px 15px 10px;
  }
  #voice .voice-box .left-box,
  #voice .voice-box .right-box {
    width: 100%;
  }
  #voice .voice-box .staff-prof .favorite dt {
    text-indent: .8em;
  }
  #voice .voice-box .staff-prof .favorite dt::before {
    width: 5px;
    height: 5px;
    top: 4px;
  }
  #voice .voice-box .staff-comments .que {
    padding-left: 32px;
  }
  #voice .voice-box .staff-comments .que::before {
    font-size: 2rem;
    top: -5px;
  }
  #voice .voice-box .staff-comments .ans {
    padding-left: 13px;
  }
  #voice .voice-box .staff-comments .ans::before {
    width: 20px;
  }

}
/* Sm END */

/*------------------------------------------

	CV

------------------------------------------*/
#entry {
  padding-top: 130px;
  padding-bottom: 180px;
  background: url(../images/recruit/cv_bg.jpg) top right no-repeat;
  background-size: cover;
}
#entry button.btn01 {
  width: 90%;
  max-width: 450px;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
}
#entry button.btn01 a {
  padding: 42px 40px;
}
#entry button.btn01::after {
  width: 20px;
  height: 20px;
  background: url(../images/common/outer_link.svg) 0 0 no-repeat;
  background-size: 100% auto;
  top: 49%;
}

footer {
  margin-top: 0;
}

/* Tb */
@media print, screen and (max-width: 820px) {

  #entry {
    padding-top: 80px;
    padding-bottom: 100px;
  }

}
/* Tb END */

/* Sm */
@media print, screen and (max-width: 480px) {

  #entry button.btn01 a {
    padding: 32px 65px 32px 30px;
    text-align: center;
  }

}
/* Sm END */