@charset "UTF-8";
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
/* ボタンカラー */
/* フォント系 */
/*
	Noto Sans使用する場合
	'Noto Sans JP', 'Open Sans', Verdana, Roboto, 'Droid Sans'
*/
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
#mainvisual {
  background: url(../images/recruit/mainvisual.jpg) no-repeat center;
  background-size: cover;
}

.recruit__title .section__title {
  font-weight: bold;
}
.recruit__title .section__title:after {
  content: "";
  display: block;
  margin: 15px auto 0;
  background: url(../images/recruit/icon_title.png) no-repeat;
  background-size: 100%;
  width: 100px;
  height: 6px;
}

#recruit__nav {
  padding: 50px 0;
}
#recruit__nav .nav__list li {
  width: 22%;
  margin-bottom: 20px;
}
#recruit__nav .nav__list li a {
  display: block;
  text-decoration: none;
}
#recruit__nav .nav__list li a:hover .button {
  top: 2px;
  box-shadow: none;
}
#recruit__nav .nav__list li a .button {
  display: block;
  width: 100%;
  min-width: 0;
  padding: 10px 20px;
  margin-top: -20px;
}
#recruit__nav .nav__list li a .button:after {
  left: 50%;
  top: auto;
  bottom: -25px;
  margin-left: -8px;
  transform: rotate(90deg);
}

#important {
  padding: 50px 0;
  background: #ffefd1;
}
#important .important__list .list__pic {
  max-width: 300px;
}
#important .important__list .list__pic:nth-of-type(2n) {
  margin-top: 30px;
}

#voice {
  padding: 50px 0;
}
#voice .voice__row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
#voice .voice__row .row__box {
  position: relative;
  width: 50%;
  margin-top: 50px;
  margin-left: -10%;
}
#voice .voice__row .row__box:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  z-index: 5;
}
#voice .voice__row .row__box > div {
  position: relative;
  width: 100%;
  padding: 40px 30px;
  background: #fff;
  border: 2px solid #6f5748;
  text-align: left;
  z-index: 10;
}
#voice .voice__row .row__box .box__title {
  margin-bottom: 20px;
  font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", "メイリオ", Meiryo, "游ゴシック", YuGothic, "Osaka", "Verdana", "Helvetica", "Arial", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
#voice .voice__row .row__box .box__title span {
  font-weight: bold;
}
#voice .voice__row .row__box .box__title .main {
  display: inline-block;
  font-size: 26rem;
}
#voice .voice__row .row__box .box__title .name {
  display: inline-block;
  margin-top: 5px;
  font-size: 22rem;
}
#voice .voice__row .row__box .box__title .color {
  color: #f16823;
}
#voice .voice__row .row__box p {
  margin-bottom: 0;
}
#voice .voice__row .row__pic {
  width: 60%;
}
#voice .voice__row.even {
  flex-direction: row-reverse;
}
#voice .voice__row.even .row__box {
  margin-left: auto;
  margin-right: -10%;
}

#detail {
  padding: 50px 0;
  background: #ffefd1;
}
#detail .detail__table {
  margin-top: 40px;
}
#detail .detail__table .table {
  width: 100%;
}
#detail .detail__table .table th,
#detail .detail__table .table td {
  padding: 10px 20px;
  background: #fff;
  border: 1px solid #6f5748;
  line-height: 1.6;
  vertical-align: top;
  text-align: left;
}
#detail .detail__table .table th {
  font-weight: bold;
}
#detail .detail__notes {
  text-align: right;
  margin-top: 10px;
}

#flow {
  padding: 50px 0 0;
}
#flow .flow__list {
  margin-top: 40px;
}
#flow .flow__list li {
  position: relative;
  margin-bottom: 30px;
  padding: 22px 80px;
  background: #ffefd1;
}
#flow .flow__list li.row2 {
  padding: 15px 80px;
}
#flow .flow__list li:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -30px;
  display: block;
  width: 36px;
  height: 30px;
  margin-left: -18px;
  background: url(../images/recruit/flow_icon.png) no-repeat;
  background-size: 100%;
  line-height: 1;
}
#flow .flow__list li:last-child {
  margin-bottom: 0;
}
#flow .flow__list li:last-child:after {
  content: none;
}
#flow .flow__list li .list__num {
  position: absolute;
  left: 25px;
  top: 50%;
  margin-top: -22px;
  display: inline-block;
  width: 45px;
  height: 45px;
  padding-top: 10px;
  background: url(../images/recruit/flow_bg.png) no-repeat center;
  background-size: 100%;
  color: #fff;
  font-size: 24rem;
  font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", "メイリオ", Meiryo, "游ゴシック", YuGothic, "Osaka", "Verdana", "Helvetica", "Arial", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
#flow .flow__list li .list__text {
  font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", "メイリオ", Meiryo, "游ゴシック", YuGothic, "Osaka", "Verdana", "Helvetica", "Arial", "ＭＳ Ｐゴシック", sans-serif;
}
#flow .flow__list li .list__text p {
  margin-bottom: 0;
  font-size: 22rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: .05em;
}
#flow .flow__list li .list__text .small {
  font-size: 16rem;
}
#flow .flow__list li .list__text .color {
  color: #f16823;
}
#flow .flow__button {
  margin-top: 50px;
}
#flow .flow__button .button {
  width: 500px;
  max-width: 100%;
  padding: 20px 30px;
  color: #fff;
  background: #f16823;
  border: none;
  box-shadow: 0 4px 0 #a45730;
  border-radius: 40px;
  font-size: 26rem;
}
#flow .flow__button .button:after {
  right: 30px;
  width: 21px;
  height: 21px;
  margin-top: -10px;
  background: url(../images/common/icons/icon_arrow_white.png) no-repeat;
  background-size: 100%;
}
#flow .flow__button .button:hover {
  top: 4px;
  box-shadow: none;
}
#flow .flow__button .button.disable {
  background: #cccccc;
  box-shadow: 0 4px 0 #999999;
}
#flow .flow__button .button.disable:hover {
  top: 0px;
}
#flow .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#flow .overlay .overlay__msg {
  background: #f27232;
  color: #ffffff;
  margin: 0 auto;
  width: 660px;
  padding: 60px 0;
  font-size: 24rem;
  position: absolute;
  top: 350px;
  left: 50%;
  margin-left: -330px;
  box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
}

@media screen and (max-width: 768px) {
  #recruit__nav {
    padding: 30px 0 20px;
  }
  #recruit__nav .nav__list li {
    width: 100%;
    max-width: 420px;
    margin: 0 auto 10px;
  }
  #recruit__nav .nav__list li a {
    display: flex;
    align-items: center;
  }
  #recruit__nav .nav__list li a .list__pic {
    width: 40%;
  }
  #recruit__nav .nav__list li a .button {
    width: 70%;
    padding: 10px 10px;
    margin: 0 0 0 -10%;
  }

  #important {
    padding: 30px 0 10px;
  }
  #important .important__list .list__pic {
    width: 100%;
    margin: 0 auto 20px;
  }
  #important .important__list .list__pic:nth-of-type(2n) {
    margin-top: 0;
  }
  #important .important__list .list__pic img {
    width: 80%;
    max-width: 300px;
  }

  #voice {
    padding: 30px 0;
  }
  #voice > .container {
    padding: 0;
  }
  #voice .voice__row {
    display: block;
    margin-top: 30px;
  }
  #voice .voice__row .row__box {
    width: 90%;
    margin: -20px auto 0;
  }
  #voice .voice__row .row__box:after {
    left: 2px;
    top: 2px;
  }
  #voice .voice__row .row__box > div {
    width: 100%;
    padding: 20px 15px;
  }
  #voice .voice__row .row__box .box__title {
    margin-bottom: 10px;
  }
  #voice .voice__row .row__box .box__title .main {
    font-size: 20rem;
  }
  #voice .voice__row .row__box .box__title .name {
    font-size: 17rem;
  }
  #voice .voice__row .row__pic {
    width: 100%;
  }
  #voice .voice__row .row__pic img {
    width: 100%;
  }
  #voice .voice__row.even .row__box {
    margin-right: auto;
  }

  #detail {
    padding: 30px 0;
  }
  #detail .detail__table {
    margin-top: 30px;
  }
  #detail .detail__table .table th,
  #detail .detail__table .table td {
    display: block;
    width: 100%;
    margin-top: -1px;
    padding: 10px 10px;
  }
  #detail .detail__table .table th {
    background: rgba(241, 104, 35, 0.7);
    color: #fff;
  }

  #flow {
    padding: 30px 0 0;
  }
  #flow .flow__list {
    margin-top: 30px;
  }
  #flow .flow__list li {
    position: relative;
    margin-bottom: 30px;
    padding: 20px 10px 20px 60px;
    background: #ffefd1;
    text-align: left;
  }
  #flow .flow__list li.row2 {
    padding: 15px 10px 15px 60px;
  }
  #flow .flow__list li:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -30px;
    display: block;
    width: 36px;
    height: 30px;
    margin-left: -18px;
    background: url(../images/recruit/flow_icon.png) no-repeat;
    background-size: 100%;
    line-height: 1;
  }
  #flow .flow__list li .list__num {
    left: 10px;
    margin-top: -18px;
    width: 36px;
    height: 36px;
    padding-top: 7px;
    font-size: 22rem;
  }
  #flow .flow__list li .list__text p {
    font-size: 18rem;
  }
  #flow .flow__list li .list__text .small {
    font-size: 14rem;
  }
  #flow .flow__button {
    margin-top: 30px;
  }
  #flow .flow__button .button {
    margin: 0 auto;
    padding: 10px 20px;
    font-size: 20rem;
  }
  #flow .flow__button .button:after {
    right: 20px;
  }
  #flow .overlay .overlay__msg {
    width: 90%;
    margin: 0 5%;
    top: 310px;
    left: 0;
    font-size: 14rem;
    padding: 100px 0;
  }
}
