@charset "UTF-8";
/*recruit_information
----------------------------------------*/
#news {
  color: #000;
  padding: 120px 20px 110px;
}

#news .news_area {
  max-width: 830px;
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

#news.show .news_area {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

#news .news_label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #e8380d;
}

#news .news_label time {
  color: #A1A1A1;
  font-size: 1.4rem;
  margin-left: 30px;
  letter-spacing: 0.05em;
  padding: 0 30px 0 0;
  font-weight: bold;
}

#news .news_label span {
  min-width: 120px;
  width: auto;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  padding: 5px;
  height: auto;
  border: 0;
  letter-spacing: 0.05em;
}

/*セミナー・インターンシップ*/
#news .news_label span.label-seminar_internship {
  border: 1px solid #aaa;
}

/*新卒採用情報*/
#news .news_label span.label-recruit {
  background: #FC1500;
  color: #fff;
}

/*中途採用情報*/
#news .news_label span.label-mid_career {
  background: #2B2B2B;
  color: #fff;
}

#news .news_contents {
  margin-bottom: 60px;
}

#news .news_contents .news_title {
  font-weight: 500;
  font-size: 3.4rem;
  letter-spacing: 0.05em;
  color: #000;
  margin-bottom: 30px;
}

#news .news_contents figure {
  margin-bottom: 30px;
}

#news .news_contents p {
  margin-bottom: 30px;
  font-size: 1.6rem;
}

#news .news_back {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: #E7380D;
  font-weight: 600;
  margin-bottom: 120px;
}

#news .news_back span {
  display: inline-block;
  position: relative;
  padding: 4px 0 6px 54px;
  position: relative;
}

#news .news_back span::before {
  content: "";
  display: block;
  width: 29px;
  height: 29px;
  border: 1px solid #E7380D;
  border-radius: 50%;
  position: absolute;
  top: 1px;
  left: 0;
}

#news .news_back span::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #E7380D;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  left: 13px;
}

@media screen and (max-width: 767px) {
  #news {
    padding: 40px 20px 80px;
  }
  #news .news_label span {
    min-width: 103px;
    font-size: 1.2rem;
    padding: 4px;
  }
  #news .news_label time {
    margin-left: 17px;
    padding: 3px 0 0;
  }
  #news .news_contents {
    margin-bottom: 40px;
  }
  #news .news_contents .news_title {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  #news .news_contents p {
    font-size: 14px;
  }
  #news .news_back {
    margin-bottom: 80px;
  }

  #news .news_contents iframe[src*="youtube"] {
    width: 100%;
    height: calc((100vw - 40px) * .5625);
  }
}/*# sourceMappingURL=saiyo-news_detail.css.map */