@charset "UTF-8";

.c-mv_bg {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 375 / 280;
  background-image: url(../images/common/recruit_mv.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 58px;
  z-index: 1;
}

.c-mv_bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background:
  linear-gradient(180deg,
  rgba(85, 101, 26, 0.1) 0%,
  rgba(27, 32, 9, 0.1) 50%,
  rgba(0, 0, 0, 0.2) 80%,
  rgba(0, 0, 0, 9) 100%);
  z-index: 2;
}

.section-recruit .c-h1 {
  top: 180px;
}

.c-mv_bg h1,
.c-mv_bg .c-mv-content__title {
  position: absolute;
  z-index: 3;
}

.c-mv__txtBlock {
  display: block;
  margin: 0 auto;
  width: 204px;
  padding-top: 150px;
}

.section-recruit{
  margin-top: -60px;
}

.recruit__description {
  margin-bottom: 28px;
  color: #fff;
  font-size: 12px;
  font-family: 'Hina Mincho', 'Hiragino Mincho ProN', '游明朝', 'Yu Mincho', 'MS PMincho', serif;
  line-height: 2.25;
  letter-spacing: 1.4px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.recruit__image {
  width: 100%;
  height: auto;
}

.recruit__content-wrapper {
  padding: 0 0 45px 0;
}

.c-recTable__item {
  padding: 18px 0;
  border-bottom: 1px solid #2d2d2d;
}

.c-recTable__term {
  margin-bottom: 15px;
  line-height: 1.5;
}

.c-recTable__item:first-child {
  border-top: 1px solid #2d2d2d;
}

.c-recTable__term-en {
  color: #55651A;
  font-family: 'TT Norms','Inter','Helvetica Neue','Arial',sans-serif;
  font-weight: 400;
  font-size: 11px;
}

.c-recTable__term-ja {
  display: block;
  color: #fff;
  font-family: "Sawarabi Gothic", "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", YuGothic, "游ゴシック", "ＭＳ ゴシック", "MS Gothic", sans-serif;
  font-size: 16px;
	  font-weight: normal;
  -webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale; 
}

.c-recTable__text {
  display: block;
  margin-bottom: 12px;
  color: #fff;
  font-size: 12px;
  font-family: "Sawarabi Gothic", "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", YuGothic, "游ゴシック", "ＭＳ ゴシック", "MS Gothic", sans-serif;
  letter-spacing: 1.2px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale; 
}

.c-recTable__text:last-child {
  margin-bottom: 0;
}

.c-recTable__text02 {
  display: block;
  margin-bottom: 0;
  color: #fff;
  font-size: 12px;
  font-family: "Sawarabi Gothic", "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", YuGothic, "游ゴシック", "ＭＳ ゴシック", "MS Gothic", sans-serif;
	  font-weight: normal;
  -webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale; 
}

.c-recTable__text02::last-child {
  margin-bottom: 0;
}

.c-recTable__block {
  margin-bottom: 10px;
}

.c-recTable__block:last-child {
  margin-bottom: 0;
}

.btn_next_border--recruit {
  margin-top: 30px;
  border: 1px #fff solid;
  border-radius: 20px;
}

.btn_next_border--recruit a {
  color: #fff;
  border-radius: 16px;
  font-family: 'TT Norms','Inter','Helvetica Neue','Arial',sans-serif;
  font-weight: 400;
  border: none;
}

.btn_next_border--recruit .apply {
  padding-left: 10px;
  color: #fff;
  font-family: "Sawarabi Gothic", "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", YuGothic, "游ゴシック", "ＭＳ ゴシック", "MS Gothic";
  font-size: 12px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale; 
}


.btn_next_border--recruit a .arrow {
  background-image: url(../images/common/icn_arrow_wh.svg);
}

@media only screen and (min-width: 768px) {
  .c-mv_bg {
    aspect-ratio: 980 /345;
    background-image: url(../images/common/recruit_mv.png);
    background-size: cover;
    background-position: center 58px;
  }

  .c-mv__txtBlock {
    padding-top: 150px;
  }

  .c-mv_bg::before {
    background: linear-gradient(180deg, rgba(85, 101, 26, 0.1) 0%, rgba(85, 101, 26, 0.1) 25%, rgba(85, 101, 26, 0.1) 50%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.6) 85%, rgba(0, 0, 0, 0.8) 90%, rgba(0, 0, 0, 1) 100%);
  }

  .section-recruit {
    margin-top: -60px;
  }

  .recruit__description {
    width: 500px;
    font-size: 15px;
    line-height: 2.27;
    flex-shrink: 0;
    letter-spacing: 2.2px;
  }

  .recruit__flex {
    display: flex;
    align-items: end;
    gap: 32px;
    margin-top: 16px;
  }

  .recruit__image {
    width: 252px;
    height: 380px;
    flex-shrink: 0;
  }

  .recruit__content-wrapper {
    padding: 0 0 88px 0;
  }

  .c-recTable__item {
    display: flex;
    align-items: flex-start;
    padding: 45px 0 43px;
  }

  .c-recTable__item--second {
    padding: 50px 0 55px;
  }

  .c-recTable__item--last {
    padding: 46px 0 43px;
  }

  .c-recTable__term {
    width: 280px;
    flex-shrink: 0;
  }

  .c-recTable__block {
    display: flex;
    margin-bottom: 2px;
  }

  .c-recTable__text02 {
    margin-bottom: 0;
    font-size: 15px;
  }

  .c-recTable__ttl {
    width: 192px;
    flex-shrink: 0;
    line-height: 1.6;
  }

  .c-recTable__text {
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 1.6;
  }

  .c-recTable__term-ja {
    font-size: 21px;
    line-height: 1;
    letter-spacing: 1.2px;
  }

  .c-recTable__term-en {
    font-size: 14px;
    display: block;
    margin-bottom: 17px;
    letter-spacing: 1.2px;
    line-height: 1;
  }

  .c-recTable__lastFlex {
    display: flex;
    flex-direction: column;
  }

  .btn_next_border--recruit {
    width: 430px;
    margin-top: 46px;
  }

  .btn_next_border--recruit {
    width: 434px;
  }

  .btn_next_border--recruit a {
    width: 100%;
    height: 90px;
    padding: 33px 138px 30px 25px;
    font-size: 20px;
    color: #fff;
    border-radius: 20px;
    line-height: 1;
    letter-spacing: 2.6px;
  }

  .btn_next_border--recruit .apply {
    padding-left: 25px;
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 1;
  }

  .btn_next_border--recruit a .arrow {
    display: block;
    width: 18px;
    height: 100%;
    right: 16px;
    background-size: 100% 100%;
  }

  .btn_next_border--recruit a::before {
    border-radius: 20px;
  }

  .c-contactBtn--recruit a:hover .arrow {
    background-image: url(../images/common/icn_arrow.svg);
  }

  .recruit__wrap {
    width: 704px;
    margin: 0 auto;
  }

  .section-rec .c-ttl {
    margin-bottom: 52px;
  }

  .section-recruit .c-h1 {
    top: 190px;
  }
}

@media only screen and (min-width: 1024px) {

}

@media only screen and (min-width: 1280px) {

}

@media only screen and (min-width: 1450px) {

}
