@charset "UTF-8";
/*============================
#talent
============================*/
article#talent {
  background-color: #EDEDED;
  margin-top: 95px;
}
@media screen and (max-width: 768px) {
  article#talent {
    margin-top: 72px;
  }
}
article#talent header {
  max-width: 1280px;
  padding: 80px 40px 40px;
  text-align: center;
  position: relative;
  margin: auto;
}
@media screen and (max-width: 768px) {
  article#talent header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
article#talent header div {
  font-size: 12rem;
  opacity: 0.1;
  position: absolute;
  left: 0;
  bottom: 60px;
  z-index: -1;
  letter-spacing: 8px;
}
@media screen and (max-width: 768px) {
  article#talent header div {
    font-size: 6rem;
    opacity: 0.06;
    position: absolute;
    left: 0;
    width: 100%;
    top: 50px;
    z-index: -1;
    letter-spacing: 4px;
  }
}
article#talent header h2 {
  font-size: 6rem;
  letter-spacing: 4px;
  padding-bottom: 20px;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  article#talent header h2 {
    width: auto;
    font-size: 4.8rem;
  }
}
article#talent header h2:after {
  content: "";
  width: 80px;
  height: 2px;
  position: absolute;
  left: calc(50% - 40px);
  bottom: 0;
  background: #000;
}
article#talent header i {
  display: block;
  padding: 20px 0 0;
  letter-spacing: 2px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  article#talent header i {
    width: auto;
  }
}
article#talent section {
  padding: 40px;
}
@media screen and (max-width: 768px) {
  article#talent section {
    padding: 40px 20px;
  }
}
article#talent section ul.category {
  display: flex;
  padding-bottom: 80px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  article#talent section ul.category {
    display: block;
    padding-bottom: 40px;
  }
}
article#talent section ul.category li {
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  article#talent section ul.category li {
    margin: 0;
  }
}
article#talent section ul.category li a {
  display: block;
  border: solid 1px #151515;
  color: #151515;
  padding: 15px 40px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  article#talent section ul.category li a {
    padding: 15px 20px;
    background: #fff;
    font-size: 1.4rem;
    letter-spacing: 2px;
    border: none;
    border-bottom: solid;
  }
}
article#talent section ul.category li a.active {
  background-color: #151515;
  border-color: #151515;
  color: #fff;
}
article#talent section div.wrap ul {
  display: flex;
}
@media screen and (max-width: 768px) {
  article#talent section div.wrap ul {
    display: block;
  }
}
article#talent section div.wrap ul li.news__content {
  width: calc(33.3333333333% - 20px);
  margin-right: 30px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: solid 5px #B72C35;
  background: #fff;
}
@media screen and (max-width: 768px) {
  article#talent section div.wrap ul li.news__content {
    margin-right: 0;
    width: 100%;
    padding-bottom: 20px;
  }
}
article#talent section div.wrap ul li.news__content a.link div.text__content div span {
  background-color: #151515;
  border-color: #151515;
  color: #fff;
  padding: 10px;
  display: block;
  text-align: center;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 300;
}
article#talent section div.wrap ul li.news__content a.link div.text__content h3 {
  font-size: 2rem;
  letter-spacing: 2px;
  text-align: center;
  padding: 20px 0 10px;
}
article#talent section div.wrap ul li.news__content a.link div.text__content i {
  display: block;
  text-align: center;
  font-size: 12px;
  letter-spacing: 2px;
}
article#talent section div.wrap ul li.news__content:nth-child(3n) {
  margin-right: 0;
}
/*============================
#single
============================*/
article#singleTalent {
  background-color: #EDEDED;
  margin-top: 95px;
}
@media screen and (max-width: 768px) {
  article#singleTalent {
    margin-top: 72px;
  }
}
article#singleTalent header {
  max-width: 1280px;
  padding: 80px 40px 40px;
  text-align: center;
  position: relative;
  margin: auto;
}
@media screen and (max-width: 768px) {
  article#singleTalent header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
article#singleTalent header div {
  font-size: 12rem;
  opacity: 0.1;
  position: absolute;
  left: 0;
  bottom: 60px;
  z-index: -1;
  letter-spacing: 8px;
}
@media screen and (max-width: 768px) {
  article#singleTalent header div {
    font-size: 6rem;
    opacity: 0.06;
    position: absolute;
    left: 0;
    width: 100%;
    top: 50px;
    z-index: -1;
    letter-spacing: 4px;
  }
}
article#singleTalent header h2 {
  font-size: 6rem;
  letter-spacing: 4px;
  padding-bottom: 20px;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  article#singleTalent header h2 {
    width: auto;
    font-size: 4.8rem;
  }
}
article#singleTalent header h2:after {
  content: "";
  width: 80px;
  height: 2px;
  position: absolute;
  left: calc(50% - 40px);
  bottom: 0;
  background: #000;
}
article#singleTalent header i {
  display: block;
  padding: 20px 0 0;
  letter-spacing: 2px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  article#singleTalent header i {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  article#singleTalent section {
    padding-top: 0;
  }
}
article#singleTalent section div.wrap {
  display: flex;
}
@media screen and (max-width: 768px) {
  article#singleTalent section div.wrap {
    flex-wrap: wrap;
  }
}
article#singleTalent section div.wrap .bgextend {
  width: 50%;
}
@media screen and (max-width: 768px) {
  article#singleTalent section div.wrap .bgextend {
    width: 100%;
  }
}
article#singleTalent section div.wrap .bgextend div.blog-detail__image {
  padding-top: 57.14%;
  position: relative;
}
article#singleTalent section div.wrap .bgextend div.blog-detail__image img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
article#singleTalent section div.wrap div.info {
  padding-left: 40px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  article#singleTalent section div.wrap div.info {
    padding: 0;
    width: 100%;
  }
}
article#singleTalent section div.wrap div.info div.font-DinMed {
  font-size: 1.2rem;
  background: #151515;
  padding: 5px 10px;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 20px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  article#singleTalent section div.wrap div.info div.font-DinMed {
    margin-top: 20px;
  }
}
article#singleTalent section div.wrap div.info h2 {
  text-align: left;
  font-size: 2.4rem;
  letter-spacing: 2px;
  line-height: 1.4;
}
article#singleTalent section div.wrap div.info i {
  display: block;
  text-align: left;
  padding: 10px 0 0;
}
article#singleTalent section div.wrap div.info div.content {
  padding-top: 20px;
}
article#singleTalent section div.wrap div.info div.content h2 {
  padding: 12px 0;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  article#singleTalent section div.wrap div.info div.content h2 {
    font-size: 2rem;
  }
}
article#singleTalent section div.wrap div.info div.content h3 {
  padding: 12px 0;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  article#singleTalent section div.wrap div.info div.content h3 {
    font-size: 1.8rem;
  }
}
article#singleTalent section div.wrap div.info div.content h4 {
  padding: 12px 0;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  article#singleTalent section div.wrap div.info div.content h4 {
    font-size: 1.6rem;
  }
}
article#singleTalent section div.wrap div.info div.content a {
  color: #186EEF;
  text-decoration: underline;
}
article#singleTalent section div.wrap div.info div.content ul {
  list-style: inside;
  line-height: 1.8;
}
article#singleTalent section div.wrap div.info div.content p {
  padding: 12px 0;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 2px;
}
article#singleTalent section div.btn_wrap {
  padding-top: 80px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  article#singleTalent section div.btn_wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
article#singleTalent section div.btn_wrap a.btn {
  background: #c8102e;
  color: #fff;
  width: 240px;
  padding: 18px 20px 15px;
  display: flex;
  align-items: center;
  letter-spacing: 2px;
  font-size: 24px;
  justify-content: center;
  line-height: 1;
  position: relative;
  margin: auto;
}
article#singleTalent section div.btn_wrap a.btn:before {
  content: "";
  background: #fff;
  height: 1px;
  width: 40px;
  right: 0;
  position: absolute;
}
article#singleTalent section div.btn_wrap a.btn:after {
  content: "";
  background: #c8102e;
  height: 1px;
  width: 40px;
  right: -40px;
  position: absolute;
}

.bgextend {
  display: block;
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden; /*　はみ出た色要素を隠す　*/
  opacity: 0;
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*左から右*/
.bgLRextend::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #c8102e;
}

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgLRextendTrigger {
  opacity: 0;
}

.preparation {
  font-size: 7.2rem;
  text-align: center;
  line-height: 1;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 768px) {
  .preparation {
    font-size: 6rem;
  }
}/*# sourceMappingURL=talent.css.map */