@charset "utf-8";


.page-ideal{
  position: relative;
}
.page-ideal:before {
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
}
@media print, screen and (min-width:1025px) {
  .page-ideal:before{
    background-image: url("../img/bg_main_pc.png");
  }
}
@media screen and (max-width: 1024px){
  .page-ideal:before{
    background-image: url("../img/bg_main_sp.png");
    height: 100dvh;
  }
}



.ideal-candidate-list{
  counter-reset: number 0;
}
.ideal-candidate-item{
  background-color: #FFF;
}
.ideal-candidate-item .ttl{
  display: flex;
  align-items: center;
	flex-shrink: 0;
}
.ideal-candidate-item .ttl:before{
  counter-increment: number 1;
  content: counter(number);
  color: #26BDE2;
  font-family: "Albert Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.ideal-candidate-item .ttl .jp{
  font-weight: 700;
  line-height: 1.25;
}
.ideal-candidate-item .ttl .jp strong{
  font-weight: 900;
  display: block;
}
.ideal-candidate-item .detail .keywords{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ideal-candidate-item .detail .keywords .en{
  background-color: #1D1D1D;
  color: #FFF;
  font-weight: 600;
  line-height: 1;
}
.ideal-candidate-item .detail .keywords .jp{
  background-color: #FD6925;
  color: #FFF;
  font-weight: 500;
  line-height: 1;
}
.ideal-candidate-item .detail > .jp{
  font-weight: 500;
  line-height: 2.22;
}
@media print, screen and (min-width:1025px) {
  .ideal-text-head{
    margin-top: 100px;
		/*width: 63.4%;*/
    width: 47.55%;
  }
  .ideal-candidate-list{
    margin-top: 90px;
  }
  .ideal-candidate-item{
    border-radius: 30px;
    box-shadow: 5px 5px 15px rgba(0,0,0,.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6% 6%;
    margin-top: 40px;
  }
  .ideal-candidate-item > .ttl{
    display: flex;
		white-space: nowrap;
    width: 40.4958%;
  }
  .ideal-candidate-item .ttl:before{
    font-size: clamp(10rem, 4.274rem + 8.94vw, 15rem);
    margin-right: 9.18%;
    width: 16.326%;
  }
  .ideal-candidate-item .ttl .jp{
    font-size: clamp(1.0rem, -0.174rem + 2.15vw, 2.4rem);
    width: calc(100% - (9.18% + 16.326%));
  }
  .ideal-candidate-item .ttl .jp strong{
    font-size: clamp(2rem, -0.436rem + 5.36vw, 6rem);
    margin-top: 5px;
  }
  .ideal-candidate-item .detail{
		width: calc(100% - (40.4958% + 60px));
  }
  .ideal-candidate-item .detail .keywords .en{
    font-size: clamp(1.3rem, 0.956rem + 0.54vw, 1.6rem);
    padding: 10px 20px;
  }
  .ideal-candidate-item .detail .keywords .jp{
    font-size: clamp(1.8rem, 1.342rem + 0.72vw, 2.2rem);
    padding: 10px 20px;
  }
  .ideal-candidate-item .detail > p{
    font-size: clamp(1.6rem, 1.371rem + 0.36vw, 1.8rem);
    margin-top: 30px;
  }
}
@media screen and (max-width: 1024px){
  .ideal-text-head{
    margin-top: 40px;
    width: 94.2857%;
  }
  .ideal-candidate-list{
    margin-top: 90px;
  }
  .ideal-candidate-item{
    border-radius: 30px;
    box-shadow: 5px 5px 15px rgba(0,0,0,.08);
    padding: 6% 6%;
    margin-top: 40px;
  }
  .ideal-candidate-item > .ttl{
    display: flex;
    justify-content: flex-start;
  }
  .ideal-candidate-item .ttl:before{
    font-size: 11rem;
    margin-right: 20px;
    width: 16.326%;
  }
  .ideal-candidate-item .ttl .jp{
    font-size: 1.8rem;
    width: calc(100% - (20px + 16.326%));
  }
  .ideal-candidate-item .ttl .jp strong{
    font-size: 4rem;
    margin-top: 5px;
  }
  .ideal-candidate-item .detail{
    margin-top: 30px;
  }
  .ideal-candidate-item .detail .keywords .en{
    font-size: 1.6rem;
    padding: 10px 20px;
  }
  .ideal-candidate-item .detail .keywords .jp{
    font-size: 2.2rem;
    padding: 10px 20px;
  }
  .ideal-candidate-item .detail > p{
    font-size: 1.8rem;
    margin-top: 30px;
  }
}
