@charset "UTF-8";

/*new募集要項パーツ ここから*/
/*基礎*/
#new_recruit + div .content_wrapper{
  max-width: 1350px!important;
}
/*flexアイテム調整*/
#new_recruit + div .wrapper_item{
  justify-content: space-between;
  padding-bottom: 1rem;
  overflow: visible;
}
#new_recruit + div .inner_item{
  margin: 0;
  border: 2px solid #fff;
  border-radius: 160px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
  position: relative;
  text-align: center;
}
#new_recruit + div .inner_item:nth-of-type(1){
  background-color: #0090FF;
}
#new_recruit + div .inner_item:nth-of-type(2){
  background-color: #8FC320;
}
#new_recruit + div .inner_item:nth-of-type(3){
  background-color: #F8B62B;
}
#new_recruit + div .inner_item:nth-of-type(4){
  background-color: #0090FF;
  margin-right: 4px;
}
#new_recruit + div .inner_item_img{
  position: unset;
  display: inline-block;
  border-radius: 50%;
  width: 17vw;
  height: 17vw;
  max-width: 25rem;
  max-height: 25rem;
  margin: 2rem auto 0;
  padding: 0;
  overflow: hidden;
}
#new_recruit + div .inner_item_img img{
  height: 100%!important;
  border: none;
  object-fit: cover;
}
@media screen and (max-width: 920px){
  #new_recruit + div .inner_item{
    width: 23.5%;
  }
}
@media screen and (max-width: 900px){
  #new_recruit + div .inner_item{
    width: 23.5%;
  }
  #new_recruit + div .inner_item:nth-of-type(2n){
    margin-left: 0!important;
  }
}
@media screen and (max-width: 768px){
  #new_recruit + div .inner_item{
    width: 48%;
  }
  #new_recruit + div .inner_item:nth-of-type(n+3){
    margin-top: 5rem;
  }
  #new_recruit + div .inner_item:nth-of-type(4){
    margin-right: 0;
  }
  #new_recruit + div .inner_item_img{
    width: 30vw;
    height: 30vw;
    min-width: 25rem;
    min-height: 25rem;
    max-width: 100%;
    max-height: 100%;
  }
}
@media screen and (max-width: 550px){
  #new_recruit + div .inner_item_img{
    width: 25vw;
    height: 25vw;
    min-width: 22rem;
    min-height: 22rem;
  }
}
@media screen and (max-width: 480px){
  #new_recruit + div .inner_item{
    width: 100%;
    border-radius: 200px;
  }
  #new_recruit + div .inner_item_img{
    width: 25vw;
    height: 25vw;
    min-width: 40rem;
    min-height: 40rem;
  }
  #new_recruit + div .inner_item:nth-of-type(n+3){
    margin-top: 0;
  }
  #new_recruit + div .inner_item:nth-of-type(n+2){
    margin-top: 3rem;
  }
}
@media screen and (max-width: 400px){
  #new_recruit + div .inner_item_img{
    min-width: 35rem;
    min-height: 35rem;
  }
}
/*テキスト調整*/
#new_recruit + div .inner_item_txt{
  margin-bottom: 6rem;
}
#new_recruit + div .inner_item_txt .ttl{
  color: #fff;
  font-family: "vdl-v7gothic", sans-serif;
  line-height: 1.4;
  font-size: 2rem;
  letter-spacing: 0;
  font-weight: 800;
  transform: rotate(-5deg);
}
#new_recruit + div .inner_item_txt .underline{
  border-bottom: 2px solid #FBEF2C;
  display: inline;
  padding-bottom: 3px;
}
#new_recruit + div .inner_item:nth-of-type(1) .ttl{
  margin-top: -3rem;
  padding-bottom: 0.8rem;
  text-shadow: 3px 3px 3px rgba(1, 121, 213, 1);
}
#new_recruit + div .inner_item:nth-of-type(2) .ttl{
  margin-top: -2.5rem;
  padding-bottom: 2rem;
  text-shadow: 3px 3px 3px rgba(92, 182, 41, 1);
  font-size: 2.2rem;
}
#new_recruit + div .inner_item:nth-of-type(3) .ttl{
  margin-top: -5rem;
  text-shadow: 3px 3px 3px rgba(221, 120, 9, 1);
  font-size: 2.1rem;
  line-height: 1.3;
}
#new_recruit + div .inner_item:nth-of-type(4) .ttl{
  margin-top: -3.5rem;
  padding-bottom: 0.8rem;
  text-shadow: 3px 3px 3px rgba(1, 121, 213, 1);
}
#new_recruit + div .inner_item_txt .category{
  font-size: 1.6rem;
  font-family: "vdl-v7gothic", sans-serif;
  display: inline;
  padding: 3px 15px;
  border-radius: 20px;
  min-width: 13rem;
  margin-bottom: 1rem;
}
#new_recruit + div .inner_item_txt .yakuwari{
  font-size: 2.6rem;
  font-weight: bold;
  font-family: "vdl-v7gothic", sans-serif;
  color: #fff;
}
#new_recruit + div .inner_item_txt .text{
  text-align: center;
  font-size: 2rem;
  line-height: 1.3;
  color: #fff;
  font-family: "vdl-v7gothic", sans-serif;
}
@media screen and (max-width: 1100px){
  #new_recruit + div .inner_item_txt{
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 950px){
  #new_recruit + div .inner_item_txt{
    margin-bottom: 6rem;
  }
  #new_recruit + div .inner_item_txt .ttl{
    font-size: 1.8rem!important;
  }
  #new_recruit + div .inner_item_txt .yakuwari{
    font-size: 2rem;
  }
  #new_recruit + div .inner_item_txt .text{
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px){
  #new_recruit + div .inner_item_txt{
    margin-bottom: 4rem;
  }
  #new_recruit + div .inner_item_txt .ttl{
    font-size: 2.4rem!important;
  }
}
/*吹き出し*/
#new_recruit + div .inner_item:nth-of-type(1)::before{
  content: '';
  position: absolute;
  background: url(/common/upload_data/recruit-rush-up3/image/20250515102458.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 9vw;
  height: 9vw;
  max-width: 13rem;
  max-height: 13rem;
  min-width: 8rem;
  min-height: 8rem;
  left: -4vw;
  top: -2vw;
  z-index: 1;
}
#new_recruit + div .inner_item:nth-of-type(2)::before{
  content: '';
  position: absolute;
  background: url(/common/upload_data/recruit-rush-up3/image/20250515102428.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 9vw;
  height: 9vw;
  max-width: 13rem;
  max-height: 13rem;
  min-width: 8rem;
  min-height: 8rem;
  left: -4vw;
  top: -2vw;
  z-index: 1;
}
#new_recruit + div .inner_item:nth-of-type(3)::after{
  content: '';
  position: absolute;
  background: url(/common/upload_data/recruit-rush-up3/image/20250515102510.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 9vw;
  height: 9vw;
  max-width: 13rem;
  max-height: 13rem;
  min-width: 8rem;
  min-height: 8rem;
  right: -4vw;
  top: -2vw;
  z-index: 1;
}
#new_recruit + div .inner_item:nth-of-type(4)::after{
  content: '';
  position: absolute;
  background: url(/common/upload_data/recruit-rush-up3/image/20250515102424.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 9vw;
  height: 9vw;
  max-width: 13rem;
  max-height: 13rem;
  min-width: 8rem;
  min-height: 8rem;
  right: -4vw;
  top: -2vw;
  z-index: 1;
}
@media screen and (max-width: 768px){
  #new_recruit + div .inner_item:nth-of-type(1)::before,
  #new_recruit + div .inner_item:nth-of-type(2)::before,
  #new_recruit + div .inner_item:nth-of-type(3)::after,
  #new_recruit + div .inner_item:nth-of-type(4)::after{
    min-width: 15rem;
    min-height: 15rem;
  }
}