@charset "UTF-8";

/* ----------------------------------------
   RECRUIT RESIDENT
---------------------------------------- */
.recruit-resident{
  background-color: #DCEEF2;
  background-image: url("/wp-content/themes/tch/assets/img/recruit/recruit_resident_PC.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.recruit-resident *,
.recruit-resident *::before,
.recruit-resident *::after{
  box-sizing: border-box;
}

.recruit-resident a{
  text-decoration: none;
}

.recruit-resident img{
  display: block;
  width: 100%;
  height: auto;
}

/* ----------------------------------------
   inner
---------------------------------------- */
.recruit-resident__inner{
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  min-height: 465px;
  margin: 0 auto;
  padding: 90px 20px 40px;
}

/* ----------------------------------------
   left / right
---------------------------------------- */
.recruit-resident__content,
.recruit-resident__side{
  width: 50%;
  min-width: 0;
}

.recruit-resident__content{
  text-align: left;
}

.recruit-resident__side{
  text-align: center;
}

/* ----------------------------------------
   text
---------------------------------------- */
.recruit-resident__eyebrow{
  margin: 0;
  color: #1759A5;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.4;
}

.recruit-resident__title{
  margin: 10px 0 0;
  color: #1759A5;
  font-size: 39px;
  font-weight: 500;
  line-height: 1.4;
}

.recruit-resident__text{
  margin: 28px 0 0;
  color: #2F2F2F;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75;
}

/* ----------------------------------------
   button
---------------------------------------- */
.recruit-resident__button-wrap{
  margin-top: 55px;
}

.recruit-resident__button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;

  width: 263px;
  min-height: 56px;
  padding: 0 48px 0 32px;

  border: 1px solid #1759A5;
  border-radius: 999px;
  background: #1759A5;
  color: #FFFFFF;

  transition: .3s ease;
}

.recruit-resident__button:hover{
  background: #FFFFFF;
  color: #1759A5;
}

.recruit-resident__button::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 16px;
  height: 16px;
  background: url("/wp-content/themes/tch/assets/img/recruit/recruit_arrow.svg") no-repeat center;
  background-size: contain;
  transform: translateY(-50%);
}

.recruit-resident__button:hover::after{
  filter: brightness(0) saturate(100%) invert(25%) sepia(80%) saturate(800%) hue-rotate(190deg);
}

.recruit-resident__button-text{
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

/* ----------------------------------------
   side
---------------------------------------- */
.recruit-resident__logo{
  width: 340px;
  margin: 0 auto;
}

.recruit-resident__side-text{
  margin: 27px 0 0;
  color: #1759A5;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}

/* ----------------------------------------
   responsive
---------------------------------------- */
@media screen and (max-width: 1279px){
  .recruit-resident{
    background-position: center bottom;
    background-size: cover;
  }

  .recruit-resident__inner{
    padding-left: 24px;
    padding-right: 24px;
  }

  .recruit-resident__eyebrow{
    font-size: 22px;
  }

  .recruit-resident__title{
    font-size: 34px;
  }

  .recruit-resident__text{
    font-size: 17px;
  }

  .recruit-resident__logo{
    width: 300px;
  }

  .recruit-resident__side-text{
    font-size: 18px;
  }
}

@media screen and (max-width: 768px){
  .recruit-resident{
    background-image: url("/wp-content/themes/tch/assets/img/recruit/recruit_resident_SP.jpg");
    background-position: center bottom;
    background-size: contain;
  }

  .recruit-resident__inner{
    display: block;
    min-height: 0;
    padding: 30px 15px 0;
    text-align: center;
  }

  .recruit-resident__content,
  .recruit-resident__side{
    width: 100%;
  }

  .recruit-resident__content{
    text-align: center;
  }

  .recruit-resident__eyebrow{
    font-size: 18px;
    line-height: 1.5;
  }

  .recruit-resident__title{
    margin-top: 6px;
    font-size: 28px;
    line-height: 1.45;
  }

  .recruit-resident__text{
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.8;
  }

  .recruit-resident__button-wrap{
    margin-top: 24px;
  }

  .recruit-resident__button{
    width: 280px;
    min-height: 50px;
    padding: 0 48px 0 32px;
  }

  .recruit-resident__side{
    margin-top: 38px;
    padding-top: 0;
    padding-bottom: 262px;
  }

  .recruit-resident__logo{
    width: 180px;
  }

  .recruit-resident__logo img{
    content: url("/wp-content/themes/tch/assets/img/recruit/recruit_resident_logo_SP.svg");
  }

  .recruit-resident__side-text{
    margin-top: 27px;
    font-size: 20px;
    line-height: 1.6;
  }
}

@media screen and (max-width: 400px){
  .recruit-resident__button{
    width: 100%;
    max-width: 280px;
  }

  .recruit-resident__side{
    padding-bottom: 230px;
  }

  .recruit-resident__side-text{
    font-size: 18px;
  }
}