@charset "UTF-8";
/* --------------------------------------------
   採用情報
-------------------------------------------- */
/* 採用情報 */
.staffTitle_recruit {
  font-size: 40px;
}

.staffTitle_recruit span.yellow_marker {
  position: relative;
}

.staffTitle_recruit span.yellow_marker::after {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 17px;
  background-color: #fff8a6;
  content: "";
}

.staffText_recruit {
  font-weight: 500;
}

.contactText_trader {
  color: #3e3a39;
  font-weight: 500;
}

.traderTitle_recruit {
  letter-spacing: -0.48px;
  line-height: 1.5;
}

.strong-text {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.4em 0.5em 0.3em 0.6em;
  background-color: #fff19c;
  color: #006934;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.area_movie {
  display: block;
  width: 100%;
}

.area_movie img {
  width: 100%;
}

.font_large {
  color: #231815;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.8;
}

.bg_pattern_gray {
  width: 100%;
  max-width: 50em;
  margin: 2em auto 0;
  padding: 2em 4em;
  background: url(../../images/bg_pattern_gray.png) 0 0/1.84em;
}

a.primary_btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-shadow: 0 5px 0 #c8c9ca;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 33em;
  height: 4.7em;
  margin: 2.5em auto 0;
  border: 2px solid #777;
  border-radius: 0.2em;
  box-shadow: 0 5px 0 #c8c9ca;
  font-weight: bold;
  text-decoration: none;
  opacity: 1;
}

a.primary_btn:hover {
  -webkit-box-shadow: 0 0 0 #c8c9ca;
  top: 5px;
  box-shadow: 0 0 0 #c8c9ca;
}

a.primary_btn.color_navy {
  border-color: #171c61;
}

a.primary_btn.color_navy .txt_wrap {
  color: #171c61;
  font-size: 1.3em;
}

a.primary_btn.color_red {
  border-color: #c30d23;
}

a.primary_btn.color_red .txt_wrap {
  color: #000;
  font-size: 1.125em;
}

a.primary_btn .logo_youtube {
  width: 6.84em;
  margin: -0.2em 0.4em 0 0;
}

a.primary_btn:hover img {
  opacity: 1;
}

.recruit-lead__img {
  position: relative;
}

.recruit-lead__txt {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1.25em;
}

.recruit-lead__txt-inner {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  padding: 0.125em;
  background-color: #fff;
  color: #006934;
  font-size: 2.3125em;
  font-weight: bold;
}
.recruit-lead__txt-inner:not(:first-of-type) {
  margin-top: 0.5em;
}

.recruit-catch {
  margin-top: 2.8125em;
  color: #006934;
  text-align: center;
}

.recruit-catch__txt {
  font-size: 1.9375em;
  font-weight: bold;
  line-height: 1.75;
}
.recruit-catch__txt .text-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
}
.recruit-catch__txt .bg-color {
  display: inline-block;
  margin-right: 0.3125em;
  margin-left: 0.3125em;
  padding: 0.125em;
  background-color: #fff19c;
  line-height: 1.25;
}

.recruit-point-wrap {
  margin-top: 4.375em;
}

.recruit-point-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.recruit-point-item:not(:first-of-type) {
  margin-top: 3.125em;
}

.recruit-point___num {
  margin-right: 1.125em;
}

.recruit-point__cnt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.recruit-point__title {
  color: #006934;
  font-size: 1.5em;
  font-weight: bold;
}

.recruit-point__text {
  font-size: 1.125em;
  line-height: 1.75;
}

.recruit-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5.625em;
  padding: 2em;
  border-right: 7px solid #006934;
  border-left: 7px solid #006934;
  background-image: url(../../images/bg_pattern_gray.png);
}

.recruit-message__cnt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 1.375em;
}

.recruit-message__title {
  color: #006934;
  font-size: 1.375em;
  font-weight: bold;
}

.recruit-message__text {
  margin-top: 1em;
  font-size: 1.125em;
  line-height: 1.75;
}

.movie-wrap {
  gap: 1em 1%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.movie-item {
  width: 48%;
}

@media screen and (max-width: 1900px) {
  /* 採用情報 */
}

@media screen and (max-width: 1700px) {
  /* 採用情報 */
}

@media screen and (max-width: 1540px) {
  /* 採用情報 */
}

@media screen and (max-width: 1260px) {
  /* 採用情報 */
}

@media screen and (max-width: 1024px) {
  /* 採用情報 */
}

@media screen and (max-width: 768px) {
  /* 採用情報 */
  .staffTitle_recruit {
    font-size: 28px;
  }
  .traderImg_upper {
    width: 49%;
    float: left;
    text-align: center;
  }
  .traderImg_lower {
    width: 49%;
    float: right;
    text-align: center;
  }
  .recruit-catch__txt .bg-color {
    line-height: 1.5;
  }
  .recruit-point___num {
    width: 10%;
  }
  .recruit-point__title {
    font-size: 1.125em;
  }
  .recruit-message__img {
    width: 40%;
  }
}

@media screen and (max-width: 480px) {
  /* 採用情報 */
  .staffTitle_recruit {
    font-size: 22px;
  }
  .font_large {
    font-size: 4.5vw;
  }
  .bg_pattern_gray {
    padding: 1em;
  }
  a.primary_btn {
    font-size: 2.7vw;
  }
  .recruit-lead {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .recruit-lead__txt-inner {
    font-size: 1.5em;
  }
  .recruit-catch__txt {
    font-size: 3.5vw;
  }
  .recruit-point-item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .recruit-point___num {
    width: 20%;
  }
  .recruit-point__text {
    font-size: 1em;
  }
  .recruit-message {
    display: block;
  }
  .recruit-message__title {
    font-size: 1.375em;
  }
  .recruit-message__img {
    width: 100%;
    margin-top: 1.875em;
    text-align: center;
  }
  .movie-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .movie-item {
    width: 100%;
  }
}