/* =========================================================
   採用情報ページ
========================================================= */

:root{
  --recruit-inner: 1080px;
  --recruit-blue: #096FD1;
  --recruit-blue-deep: #1B73D0;
  --recruit-green: #1FAFB0;
  --recruit-text: #111111;
  --recruit-header-offset: 80px;
}

html{
  scroll-padding-top: var(--recruit-header-offset);
}

.page-recruit{
  color: var(--recruit-text);
  background: #ffffff;
}

.page-recruit img{
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.page-recruit [id]{
  scroll-margin-top: var(--recruit-header-offset);
}

/* =========================================================
   共通 inner
========================================================= */

.recruit-pagehead__inner,
.recruit-section__bar-inner,
.recruit-section__inner,
.recruit-dept__inner{
  max-width: 1020px;
  margin: 0 auto;
}

/* =========================================================
   ページ見出し
========================================================= */

.recruit-pagehead{
  padding: 56px 0 64px;
  background: #ffffff;
}

.recruit-pagehead__title{
  margin: 0;
  color: var(--recruit-blue);
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.02em;
  text-align: center;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
}

/* =========================================================
   セクション共通
========================================================= */

.recruit-section{
  position: relative;
}

.recruit-section__bar{
  background: var(--recruit-blue-deep);
}

.recruit-section__title{
  margin: 0;
  padding: 40px 0 45px;
  color: #ffffff;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
}

.recruit-section__body{
  background: #ffffff;
}

.recruit-section__body--intro{
  padding: 52px 0 46px;
}

.recruit-section__body--guideline{
  padding: 58px 0 78px;
}

/* =========================================================
   導入文
========================================================= */

.recruit-intro__lead{
  margin: 0;
  color: #2D79C7;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.02em;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
}

/* PCでは非表示 */
.sp-br{
  display: none;
}

/* スマホのみ表示 */
@media (max-width:800px){
  .sp-br{
    display: inline;
  }
}

/* =========================================================
   部署ブロック
========================================================= */
.recruit-section--department{
margin-bottom: 80px;
}

.recruit-dept + .recruit-dept{
  margin-top: 48px;
}

.recruit-dept__head{
  background: var(--recruit-green);
}

.recruit-dept__title{
  margin: 0;
  padding: 12px 0 13px;
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.35;
}

.recruit-dept__body{
  padding: 26px 0 0;
}

.recruit-dept__lead{
  margin: 0;
  color: var(--recruit-green);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.8;
}

.recruit-dept__content{
  display: grid;
  grid-template-columns: 512px 1fr;
  gap: 17px;
  align-items: start;
  margin-top: 18px;
}

.recruit-dept__image img{
  display: block;
  width: 512px;
  height: 350px;
  object-fit: cover;
}

.recruit-dept__text p{
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.95;
  text-align: justify;
}

/* =========================================================
   募集要項
========================================================= */

.recruit-guideline__text{
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.9;
}

.recruit-guideline__action{
  margin: 26px 0 0;
}

/* =========================================================
   ボタン
========================================================= */

.recruit-btn{
  position: relative;
  display: flex;
  align-items: center;
  width: 300px;
  height: 60px;
  background: #ffffff;
  border: 1px solid #b9b9b9;
  border-radius: 999px;
  text-decoration: none;
  box-sizing: border-box;
  transition:
    background-color .25s ease,
    border-color .25s ease,
    color .25s ease;
}

.recruit-btn__label{
  display: block;
  width: 100%;
  color: #111111;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  transition: color .25s ease;
}

.recruit-btn__arrow{
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  color: #111111;
  font-size: 14px;
  line-height: 1;
  transition: color .25s ease;
}

.recruit-btn:hover{
  background: #5F90EB;
  border-color: #ffffff;
}

.recruit-btn:hover .recruit-btn__label,
.recruit-btn:hover .recruit-btn__arrow{
  color: #ffffff;
}

/* =========================================================
   レスポンシブ
========================================================= */

@media (max-width: 800px){

  :root{
    --recruit-header-offset: 50px;
  }

  .recruit-pagehead__inner,
  .recruit-section__bar-inner,
  .recruit-section__inner,
  .recruit-dept__inner{
    width: min(var(--recruit-inner), calc(100% - 40px));
    margin: 0 auto;
  }

  .recruit-pagehead{
    padding: 30px 0 34px;
  }

  .recruit-pagehead__title{
    font-size: 40px;
    line-height: 1.2;
  }

  .recruit-section__title{
    padding: 22px 0 25px;
    font-size: 40px;
    line-height: 1.25;
    text-align: center;
  }

  .recruit-section__body--intro{
    padding: 28px 0 34px;
  }

  .recruit-section__body--guideline{
    padding: 28px 0 46px;
  }

  .recruit-intro__lead{
    font-size: 20px;
    line-height: 1.7;
  }

  .recruit-dept + .recruit-dept{
    margin-top: 34px;
  }

  .recruit-dept__title{
    padding: 15px 0 16px;
    font-size: 20px;
    line-height: 1.5;
  }

  .recruit-dept__body{
    padding-top: 22px;
  }

  .recruit-dept__lead{
    font-size: 16px;
    line-height: 1.8;
  }

  .recruit-dept__content{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 18px;
  }

  .recruit-dept__image img{
    width: 100%;
    height: auto;
    aspect-ratio: 471 / 353;
  }

  .recruit-dept__text p{
    font-size: 16px;
    line-height: 1.9;
  }

  .recruit-guideline__text{
    font-size: 16px;
    line-height: 1.9;
  }

  .recruit-btn{
    width: 300px;
    max-width: 100%;
    height: 60px;
    margin: 0 auto;
  }

  .recruit-btn__label{
    font-size: 20px;
  }

  .recruit-guideline__action{
    margin-top: 22px;
  }
}