/* =========================
   HERO
========================= */
.recruit-page .recruit-hero{
  position: relative;
  width: 100%;
  height: 740px;
  background: url("https://towada-chp.jp/wp-content/themes/tch/assets/img/recruit/towada_recruit_hero.jpg") no-repeat center center;
  background-size: cover;
}

.recruit-page .recruit-hero__inner{
  max-width: 800px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.recruit-page .recruit-hero__content{
  width: 100%;
  max-width: 751px;
  text-align: center;
  padding-top: 180px;
}

.recruit-page .recruit-hero__copy img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto 24px;
}

.recruit-page .recruit-hero__text{
  margin: 0 0 32px;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  color: #2F2F2F;
}

.recruit-page .recruit-hero__button{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 263px;
  height: 56px;

  background: #1759A5;
  color: #fff;

  font-size: 16px;
  font-weight: 500;

  text-decoration: none;
  border: 1px solid #1759A5;
  border-radius: 999px;

  position: relative;
  transition: .3s ease;

  /* ← これ重要 */
  margin: 0 auto;
}

/* SVG矢印 */
.recruit-page .recruit-hero__button::after{
  content: "";
  position: absolute;
  right: 20px;

  width: 16px;
  height: 16px;

  background: url("../../../img/recruit/recruit_arrow.svg") no-repeat center;
  background-size: contain;
}

/* hover */
.recruit-page .recruit-hero__button:hover{
  background: #fff;
  color: #1759A5;
}

/* hover時の矢印（色反転したい場合） */
.recruit-page .recruit-hero__button:hover::after{
  filter: brightness(0) saturate(100%) invert(25%) sepia(80%) saturate(800%) hue-rotate(190deg);
}

/* =========================
   TABLET（769px〜1279px）
========================= */
@media screen and (min-width: 768px) and (max-width: 1279px){

  .recruit-page .recruit-hero{
    background: url("https://towada-chp.jp/wp-content/themes/tch/assets/img/recruit/recruit_hero_md.jpg") no-repeat center center;
    background-size: cover;
  }
  
  .recruit-page .recruit-hero__copy img{
    content: url("https://towada-chp.jp/wp-content/themes/tch/assets/img/recruit/recruit_top_img.svg");
    width: 100%;
    max-width: 340px;
  }

}


@media screen and (max-width: 767px){

 .recruit-page .recruit-hero{
    background: url("https://towada-chp.jp/wp-content/themes/tch/assets/img/recruit/recruit_hero_SP.jpg") no-repeat center top;
    background-size: 100% auto;
    padding: 140px 0 80px;
  }

  .recruit-page .recruit-hero__inner{
    max-width: 100%;
    padding: 0 20px;
  }

  .recruit-page .recruit-hero__content{
    padding-top: 0;
  }

  .recruit-page .recruit-hero__copy img{
    content: url("https://towada-chp.jp/wp-content/themes/tch/assets/img/recruit/recruit_top_img.svg");
    width: 100%;
    max-width: 340px;
    margin: 0 auto 20px;
  }

  .recruit-page .recruit-hero__text{
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 24px;
  }

  .recruit-page .recruit-hero__button{
    width: 280px;
    height: 56px;
  }
}


@media screen and (min-width: 401px) and (max-width: 430px){

  .recruit-page .recruit-hero{
    background: url("https://towada-chp.jp/wp-content/themes/tch/assets/img/recruit/recruit_hero_SP.jpg") no-repeat center top;
    background-size: 100% auto;
    height: auto;
    aspect-ratio: auto;
    padding: 10px 0 10px;
  }

  .recruit-page .recruit-hero__inner{
    height: auto;
    padding: 10px 16px 115px;
    display: block;
  }

  .recruit-page .recruit-hero{
    padding-top: 120px;  /* ← 少し下げる */
    padding-bottom: 40px; /* ← 詰める */
  }

  .recruit-page .recruit-hero__content{
    padding-top: 0;
  }

  .recruit-page .recruit-hero__text{
    margin-top: 16px; /* ← 詰める */
    margin-bottom: 20px;
  }

  .recruit-page .recruit-hero__copy img{
    max-width: 300px; /* ← 少し大きく */
  }

}


 @media screen and (max-width: 400px){

  .recruit-page .recruit-hero{
    background: url("https://towada-chp.jp/wp-content/themes/tch/assets/img/recruit/recruit_hero_SP.jpg") no-repeat center top;
    background-size: 100% auto;
    height: auto;
    aspect-ratio: auto;
    padding: 135px 0 135px;
  }

  .recruit-page .recruit-hero__inner{
    height: auto;
    padding: 0 16px;
    display: block;
  }

  .recruit-page .recruit-hero__content{
    padding-top: 0;
  }

  .recruit-page .recruit-hero__copy{
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }

  .recruit-page .recruit-hero__copy img{
    width: 100%;
    max-width: 234px;
    margin: 0 auto;
  }

  .recruit-page .recruit-hero__text{
    margin-top: 200px;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 24px;
  }

  .recruit-page .recruit-hero__button{
    width: 280px;
    height: 56px;
    margin: 0 auto;
  }
}

 @media screen and (max-width: 360px){

  .recruit-page .recruit-hero{
    background: url("https://towada-chp.jp/wp-content/themes/tch/assets/img/recruit/recruit_hero_SP.jpg") no-repeat center top;
    background-size: 100% auto;
    height: auto;
    aspect-ratio: auto;
    padding: 135px 0 140px;
  }

  .recruit-page .recruit-hero__inner{
    height: auto;
    padding: 0 16px;
    display: block;
  }

  .recruit-page .recruit-hero__content{
    padding-top: 0;
  }

  .recruit-page .recruit-hero__copy{
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }

  .recruit-page .recruit-hero__copy img{
    width: 100%;
    max-width: 234px;
    margin: 0 auto;
  }

  .recruit-page .recruit-hero__text{
    margin-top: 170px;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 24px;
  }

  .recruit-page .recruit-hero__button{
    width: 280px;
    height: 56px;
    margin: 0 auto;
  }
}

