@charset "UTF-8";

/* talent ------------------*/

#talent {
  padding: 6% 0;
  box-sizing: border-box;
}

.talent-blc {
  background-image: url(../img/talent/talent_img.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  max-width: 935px;
  height: 866px;
  margin: auto;
  display: flex;
  position: relative;
}

.talent-blc .talent-flex {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  line-height: 1.5;
  margin: 10px;
  padding: 15px;
  box-sizing: border-box;
  overflow: hidden;
}

.talent-blc .talent-flex .list {
  width: 100%;
  overflow: hidden;
}

/* list01 --------------------*/
.talent-blc .talent-flex.list01 {
  top: 60px;
  left: 347px;
  height: 260px;
  width: 215px;
}

.talent-blc .talent-flex.list01 .list {
  max-height: 240px;
}

/* list02 --------------------*/
.talent-blc .talent-flex.list02 {
  top: 290px;
  right: 50px;
  height: 180px;
  width: 285px;
}

.talent-blc .talent-flex.list02 .list {
  max-height: 140px;
}

/* list03 --------------------*/
.talent-blc .talent-flex.list03 {
  bottom: 60px;
  right: 170px;
  height: 260px;
  width: 235px;
}

.talent-blc .talent-flex.list03 .list {
  max-height: 220px;
}

/* list04 --------------------*/
.talent-blc .talent-flex.list04 {
  bottom: 45px;
  left: 210px;
  height: 260px;
  width: 215px;
}

.talent-blc .talent-flex.list04 .list {
  max-height: 190px;
}

/* list05 --------------------*/
.talent-blc .talent-flex.list05 {
  top: 290px;
  left: 80px;
  height: 180px;
  width: 265px;
}

.talent-blc .talent-flex.list05 .list {
  max-height: 170px;
}

@media screen and (max-width:1000px) {
  .talent-blc {
    height: 86vw;
  }

  .talent-blc .talent-flex .list {
    font-size: 1.5vw;
  }

  /* list01 --------------------*/
  .talent-blc .talent-flex.list01 {
    top: 7vw;
    left: 34vw;
    height: 26vw;
    width: 21vw;
    padding: 15px 10px;
  }

  .talent-blc .talent-flex.list01 .list {
    max-height: 24vw;
  }

  /* list02 --------------------*/
  .talent-blc .talent-flex.list02 .list {
    max-height: 14vw;
  }

  .talent-blc .talent-flex.list02 {
    top: 30vw;
    right: 5vw;
    height: 17vw;
    width: 28vw;
  }

  /* list03 --------------------*/
  .talent-blc .talent-flex.list03 {
    bottom: 6vw;
    right: 17vw;
    height: 26vw;
    width: 23vw;
  }

  .talent-blc .talent-flex.list03 .list {
    max-height: 22vw;
  }

  /* list04 --------------------*/
  .talent-blc .talent-flex.list04 {
    bottom: 4.5vw;
    left: 21vw;
    height: 26vw;
    width: 21.5vw;
  }

  .talent-blc .talent-flex.list04 .list {
    max-height: 19vw;
  }

  /* list05 --------------------*/
  .talent-blc .talent-flex.list05 {
    top: 30vw;
    left: 8vw;
    height: 17vw;
    width: 26.5vw;
  }

  .talent-blc .talent-flex.list05 .list {
    max-height: 17vw;
  }
}

@media screen and (max-width:640px) {
  .talent-blc {
    flex-wrap: wrap;
    background-image: none;
    height: 100%;
    max-width: 525px;
  }

  .talent-blc .talent-flex {
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    margin: 3% auto auto !important;
    padding: 40px 0 0 0 !important;
  }

  .talent-blc .talent-flex:first-child {
    margin-top: 0 !important;
  }

  .talent-blc .talent-flex .list {
    max-height: 100% !important;
    font-size: 100% !important;
    background-color: #fce5e5;
    padding: 7% 6% 6% 6%;
    box-sizing: border-box;
    text-align: center;
  }

  .talent-blc .talent-flex::before {
    content: "";
    background-color: #fce5e5;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 999px;
    z-index: -1;
  }

  .talent-blc .talent-flex::after {
    content: "";
    background-image: url(../img/talent/talent_icon01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0px;
    right: 0;
    top: 16px;
    margin: auto;
    width: 35px;
    height: 35px;
  }

  .talent-blc .talent-flex.list01 {
    order: 1;
  }

  .talent-blc .talent-flex.list05 {
    order: 2;
  }

  .talent-blc .talent-flex.list02 {
    order: 3;
  }

  .talent-blc .talent-flex.list04 {
    order: 4;
  }

  .talent-blc .talent-flex.list03 {
    order: 5;
  }
}