@charset "utf-8";

/* *****************************************************************************

  comeback index style

***************************************************************************** */
/* kv-comeback */
.kv-comeback{
  max-width: 960px;
  height: 360px;
  background: url(/assets/images/comeback/img-kv-comeback.jpg) center center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
}
.kv-comeback > .-primary{
  width: 100%;
  padding-left: 4.1667%;
  padding-right: 4.1667%;
  position: relative;
  z-index: 1;
}
.kv-comeback > .-primary > .-tag{
  font-size: 1.68rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1.2rem;
  white-space: nowrap;
}
.kv-comeback > .-primary > .-tag > span{
  color: #000000;
  background-color: #ffffff;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0.2rem 0.8rem;
}
.kv-comeback > .-primary > .-catch{
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.8;
}
.kv-comeback > .-primary > .-catch > span{
  color: #ffffff;
  background-color: #1d3166;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0.1rem 0.6rem;
}
.kv-comeback > .-primary > .-catch > span > br{
  display: none;
}
.kv-comeback::after{
  width: 600px;
  height: 132px;
  content: "";
  position: absolute;
  left: 4.1667%;
  bottom: 4rem;
  background: url(/assets/images/comeback/text-kv-comeback.svg) center center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 1000px){
  /* kv-comeback */
  .kv-comeback{
    aspect-ratio: 4/3;
    height: auto;
    display: block;
    padding-top: 6%;
  }
  .kv-comeback > .-primary > .-tag{
    font-size: 3.2vw;
    margin-bottom: 4%;
  }
   .kv-comeback > .-primary > .-tag > span{
    padding: 0.5% 1.75%;
  }
  .kv-comeback > .-primary > .-catch{
    font-size: 5.2vw;
    line-height: 1.75;
  }
  .kv-comeback > .-primary > .-catch > span > br{
    display: inline;
  }
  .kv-comeback::after{
    width: 62.25%;
    background: url(/assets/images/comeback/text-kv-comeback.svg) center bottom no-repeat;
    background-size: contain;
    bottom: 6%;
  }
}

/* comeback-box */
.comeback-box{
  margin-top: 8rem;
}
.comeback-box > .-box{
  margin-top: 12rem;
}
.comeback-box > .-box:nth-child(1){
  margin-top: 0;
}

@media screen and (max-width: 780px){
  /* comeback-box */
  .comeback-box > .-box{
    margin-top: 8rem;
  }
}

/* comeback-point-list */
.comeback-point-list{
  display: flex;
  flex-wrap: wrap;
}
.comeback-point-list > .-item{
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4rem;
}
.comeback-point-list > .-item:nth-child(odd){
  padding-right: 2rem;
}
.comeback-point-list > .-item:nth-child(even){
  padding-left: 2rem;
}
.comeback-point-list > .-item:nth-child(-n+2){
  margin-top: 0;
}
.comeback-point-list > .-item > .-icon{
  width: 21.17391%;
}
.comeback-point-list > .-item > .-icon > img{
  width: 100%;
}
.comeback-point-list > .-item > .-text{
  width: 73.913%;
}
.comeback-point-list > .-item > .-text > p{
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5454;
}

@media screen and (max-width: 1080px){
  /* comeback-point-list */
  .comeback-point-list > .-item > .-text > p{
    font-size: 2.02vw;
  }
}

@media screen and (max-width: 1000px){
  /* comeback-point-list */
  .comeback-point-list > .-item{
    margin-top: 2rem;
  }
}

@media screen and (max-width: 760px){
  /* comeback-point-list */
  .comeback-point-list{
    display: block;
  }
  .comeback-point-list > .-item{
    width: 100%;
  }
  .comeback-point-list > .-item:nth-child(2){
    margin-top: 2rem;
  }
  .comeback-point-list > .-item:nth-child(odd){
    padding-right: 0;
  }
  .comeback-point-list > .-item:nth-child(even){
    padding-left: 0;
  }
  .comeback-point-list > .-item > .-icon{
    width: 100px;
  }
  .comeback-point-list > .-item > .-text{
    width: 100%;
    flex: 1;
    padding-left: 2rem;
  }
  .comeback-point-list > .-item > .-text > p{
    font-size: 2.1rem;
  }

  .comeback-point-list > .-item > .-text > p > br.-sp{
    display: none;
  }
}

@media screen and (max-width: 520px){
  /* comeback-point-list */
  .comeback-point-list > .-item > .-text > p > br{
    display: none;
  }
}

/* comeback-interview-list */
.comeback-interview-list{
  display: flex;
  flex-wrap: wrap;
}
.comeback-interview-list > .-item{
  width: calc(100%/3 - 4.8rem * 2/3);
  margin-top: 8rem;
  margin-right: 4.8rem;
}
.comeback-interview-list > .-item:nth-child(3n){
  margin-right: 0;
}
.comeback-interview-list > .-item:nth-child(-n+3){
  margin-top: 0;
}
.comeback-interview-list > .-item > a{
  display: inline-block;
}
.comeback-interview-list > .-item > a > .-img{
  border-radius: 0.5rem;
  overflow: hidden;
}
.comeback-interview-list > .-item > a > .-img > img{
  width: 100%;
  display: block;
  -ms-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.comeback-interview-list > .-item > a:hover > .-img > img{
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.comeback-interview-list > .-item > a > .-img > img{
  width: 100%;
}
.comeback-interview-list > .-item > a > .-main{
  margin-top: 2.5rem;
}

@media print, screen and (max-width: 1000px){
  /* comeback-interview-list */
  .comeback-interview-list > .-item{
    width: calc(50% - 4rem * 1/2);
    margin-right: 4rem;
  }
  .comeback-interview-list > .-item:nth-child(3n){
    margin-right: 4rem;
  }
  .comeback-interview-list > .-item:nth-child(2n){
    margin-right: 0;
  }
  .comeback-interview-list > .-item:nth-child(3){
    margin-top: 8rem;
  }
}

@media print, screen and (max-width: 760px){
  /* comeback-interview-list */
  .comeback-interview-list > .-item{
    width: calc(50% - 2rem * 1/2);
    margin-right: 2rem;
    margin-top: 4rem;
  }
  .comeback-interview-list > .-item:nth-child(3n){
    margin-right: 2rem;
  }
  .comeback-interview-list > .-item:nth-child(2n){
    margin-right: 0;
  }
  .comeback-interview-list > .-item:nth-child(3){
    margin-top: 4rem;
  }
}

@media print, screen and (max-width: 580px){
  /* comeback-interview-list */
  .comeback-interview-list > .-item{
    width: calc(50% - 1rem * 1/2);
    margin-right: 1rem;
  }
  .comeback-interview-list > .-item:nth-child(3n){
    margin-right: 1rem;
  }
  .comeback-interview-list > .-item:nth-child(2n){
    margin-right: 0;
  }
}

/* comeback-interview-list-catch */
.comeback-interview-list-catch > p{
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5556;
}

@media print, screen and (max-width: 760px){
  /* comeback-interview-list-catch */
  .comeback-interview-list-catch > p{
    font-size: 1.7rem;
  }
}

/* comeback-interview-list-history */
.comeback-interview-list-history{
  letter-spacing: -.4em;
  margin-top: 1.6rem;
}
.comeback-interview-list-history > .-item{
  display: inline;
  letter-spacing: normal;
  padding-left: 2.4rem;
  background: url(/assets/images/comeback/arrow-interview-list.svg) left center no-repeat;
  background-size: 1.6rem auto;
  color: #1d3166;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.75;
  padding-right: 0.8rem;
}
.comeback-interview-list-history > .-item:nth-child(1){
  padding-left: 0;
  background-image: none;
}

@media print, screen and (max-width: 760px){
  /* comeback-interview-list-history */
  .comeback-interview-list-history > .-item{
    font-size: 1.5rem;
  }
}

/* comeback-entry-box */
.comeback-entry-box{
  background-color: #000000;
  padding: 5rem 4rem;
}
.comeback-entry-box > .-inner{
  max-width: 624px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media print, screen and (max-width: 760px){
  /* comeback-entry-box */
  .comeback-entry-box{
    padding: 4rem 2rem;
    margin-bottom: 2rem;
  }
  .comeback-entry-box > .-inner{
    display: block;
  }
}

/* comeback-entry-heading */
.comeback-entry-heading{
  color: #ffffff;
  display: flex;
  align-items: center;
}
.comeback-entry-heading > .-en{
  font-size: 4.8rem;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  white-space: nowrap;
  margin-right: 4rem;
}
.comeback-entry-heading > .-main{
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

@media print, screen and (max-width: 760px){
  /* comeback-entry-heading */
  .comeback-entry-heading{
    display: block;
    text-align: center;
  }
  .comeback-entry-heading > .-en{
    font-size: 4.6rem;
    margin-right: 0;
    margin-bottom: 0.8rem;
    line-height: 1.6;
  }
  .comeback-entry-heading > .-main{
    line-height: 1.25;
  }
}

/* comeback-entry-button */
.comeback-entry-button{
  width: 100%;
  max-width: 230px;
}
.comeback-entry-button > a{
  background-color: #ffffff;
  color: #000000;
  display: inline-block;
  text-align: left;
  width: 100%;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  white-space: nowrap;
  padding-left: 2rem;
  padding-right: 2rem;
  border: 2px solid #ffffff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.comeback-entry-button > a:hover{
  background-color: #000000;
  color: #ffffff;
}
.comeback-entry-button > a > span{
  display: inline-block;
  width: 100%;
  background: url(/assets/images/arrow-circle-black.svg) right center no-repeat;
  background-size: 2.4rem auto;
  line-height: 5.6rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.comeback-entry-button > a:hover > span{
  background: url(/assets/images/arrow-circle-white.svg) right center no-repeat;
  background-size: 2.4rem auto;
}

@media print, screen and (max-width: 760px){
  /* comeback-entry-button */
  .comeback-entry-button{
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
  }
}

/* *****************************************************************************

  comeback interview style

***************************************************************************** */
/* comeback-career-flow */
.comeback-career-flow > .-flow{
  padding-top: 3.4rem;
  background: url(/assets/images/comeback/interview/arrow-career-flow.svg) left top 0.7rem no-repeat;
  background-size: 2rem auto;
}
.comeback-career-flow > .-flow:nth-child(1){
  padding-top: 0;
  background-image: none;
}
.comeback-career-flow > .-flow > .-heading{
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 700;
}
.comeback-career-flow > .-flow > .-text > p{
  font-size: 1.6rem;
  line-height: 2;  
}

@media print, screen and (max-width: 760px){
  /* comeback-career-flow */
  .comeback-career-flow{
    margin-top: 3.5rem;
  }
}
