@charset "UTF-8";
/* =======================================================

リクルートホーム

======================================================= */
.recruit-home-h3 {
  color: #172A88;
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: 0.7em;
  font-family: "Zen Old Mincho", serif;
}
@media (max-width: 428px) {
  .recruit-home-h3 {
    font-size: 1.8rem;
  }
}

/* kv調整 ======================================================= */
#page--recruit-home::before {
  position: fixed;
  content: "";
  z-index: -5;
  left: 0;
  top: 0;
  background: url(../img/recruit-home/recruit_pagetop.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
#page--recruit-home .page-head {
  position: relative;
}
#page--recruit-home .page-head::before {
  position: absolute;
  content: "";
  z-index: -4;
  left: 0;
  top: 0;
  background: #fff;
  width: 100%;
  height: 100%;
}
#page--recruit-home .page-title {
  height: 650px;
  background-size: cover;
  position: relative;
}
@media (max-width: 768px) {
  #page--recruit-home .page-title {
    height: 340px;
  }
}
@media (max-width: 428px) {
  #page--recruit-home .page-title {
    height: 220px;
  }
}
#page--recruit-home .recruit_catch {
  position: relative;
  color: #fff;
  max-width: calc(100% - 40px);
  width: 850px;
  margin: auto auto 100px;
  background: rgba(23, 42, 136, 0.7);
  font-size: 2.8rem;
  text-align: center;
  line-height: 1.4em;
  padding: 20px;
}
@media (max-width: 768px) {
  #page--recruit-home .recruit_catch {
    font-size: 2.2rem;
    margin: auto auto 60px;
  }
}
@media (max-width: 428px) {
  #page--recruit-home .recruit_catch {
    font-size: 1.8rem;
    padding: 10px;
  }
}
#page--recruit-home .recruit_catch span {
  font-size: 1.8rem;
}
@media (max-width: 428px) {
  #page--recruit-home .recruit_catch span {
    font-size: 1.6rem;
  }
}

@media (min-width: 768px) {
  .subnav__list li {
    padding: 20px 25px;
  }
}
/* sec01 ======================================================= */
.recruit_bana_ctr {
  display: block;
  margin-bottom: 30px;
}
.recruit_bana_ctr img {
  display: block;
  margin: 0 auto;
  transition: 0.3s;
}
.recruit_bana_ctr img:hover {
  opacity: 0.7;
}
.recruit_bana_ctr span {
  color: #F38200;
  font-weight: bold;
  font-size: 20px;
  display: block;
  margin: 0 auto 10px;
  text-align: center;
}

.recruit-sec01 {
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 428px) {
  .recruit-sec01 {
    padding-bottom: 40px;
  }
}
.recruit-sec01::before {
  position: absolute;
  content: "";
  z-index: -4;
  left: 0;
  bottom: 0;
  background: #fff;
  width: 100%;
  height: calc(100% + 500px);
}

.rc-sec01-img01 {
  margin-bottom: 30px;
}
@media (max-width: 428px) {
  .rc-sec01-img01 {
    margin-bottom: 20px;
  }
}

.rc-sec01_text01 {
  padding: 20px 0;
  margin-bottom: 30px;
}
@media (max-width: 428px) {
  .rc-sec01_text01 {
    margin-bottom: 0;
  }
}
.rc-sec01_text01 h3 {
  text-align: center;
  color: #172A88;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1em;
}
@media (max-width: 428px) {
  .rc-sec01_text01 h3 {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}
.rc-sec01_text01 .copy {
  background: #EEF0F7;
  padding: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-size: 3.5rem;
}
@media (max-width: 768px) {
  .rc-sec01_text01 .copy {
    font-size: 3rem;
  }
}
@media (max-width: 428px) {
  .rc-sec01_text01 .copy {
    gap: 5px 15px;
    font-size: 2.4rem;
    padding: 20px;
    flex-wrap: wrap;
  }
}
.rc-sec01_text01 .copy .blue {
  color: #172A88;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
}
.rc-sec01_text01 .copy .blue-bg {
  background: #172A88;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  padding: 0.3em 1.2em;
  font-weight: bold;
}
@media (max-width: 428px) {
  .rc-sec01_text01 .copy .blue-bg {
    padding: 0 1.2em;
  }
}

.rc-sec01_box01 {
  display: flex;
  gap: 80px;
  flex-direction: row-reverse;
  justify-content: left;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .rc-sec01_box01 {
    gap: 30px;
  }
}
@media (max-width: 428px) {
  .rc-sec01_box01 {
    gap: 20px;
    flex-direction: column;
    margin-bottom: 20px;
  }
}

.rc-sec01_box01__left span {
  color: #172A88;
  font-weight: bold;
}

@media (max-width: 428px) {
  .rc-sec01_box01__right img {
    width: 220px;
  }
}

.rc-sec01_box02 {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .rc-sec01_box02 {
    margin-bottom: 50px;
  }
}
.rc-sec01_box02 .f_s {
  color: #666;
  margin-top: 30px;
}

.rc-sec01_box03 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .rc-sec01_box03 {
    flex-direction: column;
    background: #EEF0F7;
    margin: 0 auto;
    padding: 40px 20px;
    text-align: center;
    gap: 20px;
  }
}
@media (max-width: 428px) {
  .rc-sec01_box03 {
    padding: 30px 20px;
  }
}

.rc-sec01_box03__left {
  position: relative;
  margin-top: 80px;
  padding: 40px 20px;
  padding-left: 0;
  color: #172A88;
  font-size: 2.2rem;
  line-height: 1.7em;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
}
@media (max-width: 768px) {
  .rc-sec01_box03__left {
    padding: 0;
    margin-top: 0;
  }
}
@media (max-width: 428px) {
  .rc-sec01_box03__left {
    font-size: 1.8rem;
  }
}
.rc-sec01_box03__left::before {
  position: absolute;
  content: "";
  background: #EEF0F7;
  z-index: -1;
  height: 90%;
  left: -300%;
  right: -50%;
  top: 0;
  width: 450%;
}
@media (max-width: 768px) {
  .rc-sec01_box03__left::before {
    content: none;
  }
}

.rc-sec01_box03__right {
  transform: translateY(-50px);
}
@media (max-width: 768px) {
  .rc-sec01_box03__right {
    transform: none;
    max-width: 400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
  }
}

.f_ls {
  text-align: right;
}

.ul-ora {
  background: linear-gradient(transparent 60%, #FDDFBC 60%);
}

/* sec02 ======================================================= */
.recruit-sec02 {
  background-color: #EEF0F7;
  padding: 70px 0;
}
@media (max-width: 428px) {
  .recruit-sec02 {
    padding: 40px 0;
  }
}

.rc-sec02_box {
  gap: 30px;
  display: flex;
  background: #fff;
  padding: 40px 30px;
  margin-bottom: 40px;
}
@media (max-width: 428px) {
  .rc-sec02_box {
    padding: 20px;
    gap: 20px;
    flex-direction: column;
    margin-bottom: 30px;
  }
}

.rc-sec02_box__left {
  min-width: 185px;
}
@media (max-width: 428px) {
  .rc-sec02_box__left {
    min-width: unset;
    width: 140px;
    margin: 0 auto;
  }
}

.rh-tptop {
  text-align: right;
  display: block;
  color: #172A88;
  font-weight: bold;
  text-decoration: underline;
  padding-top: 20px;
  margin-left: auto;
  margin-right: 0;
  width: 130px;
}
.rh-tptop:hover {
  text-decoration: none;
}

/* sec03 ======================================================= */
.recruit-sec03 {
  padding: 70px 0;
}
@media (max-width: 428px) {
  .recruit-sec03 {
    padding: 40px 0;
  }
}

.rh-sec03_box01 {
  display: flex;
  gap: 40px;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .rh-sec03_box01 {
    flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 428px) {
  .rh-sec03_box01 {
    margin-bottom: 30px;
  }
}

.rh-sec03_box01__left {
  width: 42%;
  overflow: hidden;
  max-height: 540px;
}
@media (max-width: 768px) {
  .rh-sec03_box01__left {
    width: 100%;
    height: 300px;
  }
}
@media (max-width: 428px) {
  .rh-sec03_box01__left {
    height: 180px;
  }
}
.rh-sec03_box01__left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.rh-sec03_box01__right {
  width: 58%;
}
@media (max-width: 768px) {
  .rh-sec03_box01__right {
    width: 100%;
  }
}
.rh-sec03_box01__right .inner {
  max-width: 700px;
  padding-right: 40px;
}
@media (max-width: 768px) {
  .rh-sec03_box01__right .inner {
    padding: 20px;
    max-width: unset;
  }
}

.rh-sec03_link {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 30px;
}
@media (max-width: 428px) {
  .rh-sec03_link {
    gap: 20px;
    margin-top: 20px;
    justify-content: center;
  }
}

.recuruit-links-mini {
  width: 210px;
  display: flex;
  justify-content: center;
  background: #fff;
  border: #000 1px solid;
  box-shadow: 3px 3px 0 #172a88;
  transition: all 0.2s;
  padding: 0.7em;
  line-height: 1.4em;
  color: #000;
  font-size: 1.6rem;
}
@media (max-width: 428px) {
  .recuruit-links-mini {
    width: 200px;
    font-size: 1.5rem;
  }
}
.recuruit-links-mini .r-arrow-think {
  margin-left: 0.5em;
  font-family: "icomoon" !important;
}
.recuruit-links-mini .r-arrow-think::before {
  content: "\e901";
  font-size: 15px;
}
@media (max-width: 428px) {
  .recuruit-links-mini .r-arrow-think::before {
    font-size: 10px;
  }
}
.recuruit-links-mini:hover {
  transform: translateX(3px) translateY(3px);
  box-shadow: unset;
  border-color: #172A88;
  background: #172A88;
  color: #fff;
}

.rh-sec03_box02 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 30px 10px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .rh-sec03_box02 {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 428px) {
  .rh-sec03_box02 {
    gap: 20px;
    margin-bottom: 30px;
  }
}
.rh-sec03_box02 .item01 {
  grid-area: 1/1/2/2;
  padding-right: 60px;
}
@media (max-width: 768px) {
  .rh-sec03_box02 .item01 {
    order: 2;
    padding-right: 0;
  }
}
.rh-sec03_box02 .item02 {
  grid-area: 2/1/3/2;
}
@media (max-width: 768px) {
  .rh-sec03_box02 .item02 {
    order: 3;
  }
}
.rh-sec03_box02 .item03 {
  grid-area: 1/2/3/3;
  margin-left: -60px;
  display: flex;
  align-items: center;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .rh-sec03_box02 .item03 {
    order: 1;
    margin-left: unset;
    justify-content: center;
    padding-bottom: 0;
  }
  .rh-sec03_box02 .item03 img {
    width: 400px;
  }
}
.rh-sec03_box02 .item04 {
  grid-area: 1/3/2/4;
}
@media (max-width: 768px) {
  .rh-sec03_box02 .item04 {
    order: 4;
  }
}
.rh-sec03_box02 .item05 {
  grid-area: 2/3/3/4;
}
@media (max-width: 768px) {
  .rh-sec03_box02 .item05 {
    order: 5;
  }
}
.rh-sec03_box02 h4 {
  font-weight: bold;
  color: #5C6889;
  font-size: 1.5rem;
}

.rh-sec03_box03 {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .rh-sec03_box03 {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 428px) {
  .rh-sec03_box03 {
    margin-bottom: 20px;
  }
}

.rh-sec03_box03__left {
  width: 58%;
}
@media (max-width: 768px) {
  .rh-sec03_box03__left {
    width: 100%;
  }
}
.rh-sec03_box03__left .inner {
  max-width: 700px;
  padding-left: 40px;
  margin-left: auto;
}
@media (max-width: 768px) {
  .rh-sec03_box03__left .inner {
    max-width: 100%;
    padding: 20px;
  }
}

.rh-sec03_box03__right {
  width: 42%;
  overflow: hidden;
  max-height: 500px;
}
@media (max-width: 768px) {
  .rh-sec03_box03__right {
    width: 100%;
    height: 300px;
  }
}
@media (max-width: 428px) {
  .rh-sec03_box03__right {
    height: 180px;
  }
}
.rh-sec03_box03__right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 先輩の声 ======================================================= */
.recruit-sec04 {
  background-color: #EEF0F7;
  padding: 70px 0;
}
@media (max-width: 428px) {
  .recruit-sec04 {
    padding: 40px 0;
  }
}

.rh-voice_box {
  padding: 40px;
  background: #fff;
  margin-top: 100px;
  margin-bottom: 30px;
}
@media (max-width: 428px) {
  .rh-voice_box {
    margin-top: 70px;
    padding: 15px;
  }
}

.rh-voice_job {
  color: #172A88;
  padding-left: 15px;
  position: relative;
  margin-bottom: 1em;
  margin-top: -100px;
}
@media (max-width: 428px) {
  .rh-voice_job {
    margin-top: -60px;
    margin-bottom: 0.2em;
  }
}
.rh-voice_job::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  background: #172A88;
  height: 1px;
  width: 10px;
}

.rh-voice_name {
  font-size: 3.3rem;
  color: #172A88;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  padding-left: 15px;
  margin-bottom: 30px;
}
@media (max-width: 428px) {
  .rh-voice_name {
    font-size: 2.6rem;
    padding-left: 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 428px) {
  .rh-voice_tmb img {
    height: 180px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.rh-voice_question {
  color: #172A88;
  font-weight: bold;
  font-size: 2rem;
  padding-top: 35px;
  margin-bottom: 15px;
}
@media (max-width: 428px) {
  .rh-voice_question {
    padding-top: 25px;
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}
.rh-voice_question .num {
  font-size: 1.8rem;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 1em;
  padding-top: 10px;
  border-radius: 50%;
  background-color: #172A88;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}
@media (max-width: 428px) {
  .rh-voice_question .num {
    font-size: 1.6rem;
    width: 34px;
    height: 34px;
    padding-top: 7px;
  }
}

.rh-voice_answer {
  width: 70%;
}
@media (max-width: 428px) {
  .rh-voice_answer {
    width: 100%;
  }
}

.rh-voice__box_in1,
.rh-voice__box_in2 {
  display: flex;
  gap: 20px;
}
@media (max-width: 428px) {
  .rh-voice__box_in1,
  .rh-voice__box_in2 {
    flex-direction: column-reverse;
  }
}

.rh-voice__box_in2 {
  flex-direction: row-reverse;
}
@media (max-width: 428px) {
  .rh-voice__box_in2 {
    flex-direction: column-reverse;
  }
}

.rh-voice_ansewer-img {
  width: 30%;
}
@media (max-width: 428px) {
  .rh-voice_ansewer-img {
    width: 100%;
  }
}
@media (max-width: 428px) {
  .rh-voice_ansewer-img img {
    height: 170px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.rh-voice_message {
  background: #F8FAFD;
  padding: 30px;
  margin-top: 60px;
}
@media (max-width: 428px) {
  .rh-voice_message {
    margin-top: 40px;
    padding: 15px;
  }
}

.rh-voice_message_ttl {
  margin-top: -50px;
}
@media (max-width: 428px) {
  .rh-voice_message_ttl {
    margin-top: -35px;
  }
}
.rh-voice_message_ttl .en {
  font-size: 3.5rem;
  font-family: "Zen Old Mincho", serif;
  color: rgba(23, 42, 136, 0.2);
  display: block;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media (max-width: 428px) {
  .rh-voice_message_ttl .en {
    margin-bottom: 0;
    font-size: 2.6rem;
  }
}
.rh-voice_message_ttl .jp {
  color: #5C6889;
  display: block;
  font-weight: bold;
}

.rh-voice_message_txt {
  background: #fff;
  padding: 30px;
  margin-top: 20px;
}
@media (max-width: 428px) {
  .rh-voice_message_txt {
    padding: 15px;
    margin-top: 10px;
  }
}
.rh-voice_message_txt.in-img {
  display: flex;
  gap: 30px;
  align-items: center;
}
@media (max-width: 428px) {
  .rh-voice_message_txt.in-img {
    flex-direction: column;
    gap: 20px;
  }
}
.rh-voice_message_txt.in-img img {
  width: 40%;
}
@media (max-width: 428px) {
  .rh-voice_message_txt.in-img img {
    width: 100%;
  }
}

/* 求める人物像 ======================================================= */
.recruit-statue {
  padding: 70px 0;
}
@media (max-width: 428px) {
  .recruit-statue {
    padding: 40px 0;
  }
}

.rh-statue_outer {
  display: flex;
  gap: 40px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .rh-statue_outer {
    flex-direction: column;
  }
}
@media (max-width: 428px) {
  .rh-statue_outer {
    margin-top: 20px;
    gap: 30px;
  }
}

.rh-statue_col {
  flex: 1;
}

.rh-statue_box_bl {
  background: #172A88;
  padding: 36px 30px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
}
@media (max-width: 428px) {
  .rh-statue_box_bl {
    padding: 25px 20px 20px;
    margin-bottom: 20px;
    gap: 13px;
  }
}

.rh-sstatue_ttl {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 3.5rem;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 428px) {
  .rh-sstatue_ttl {
    font-size: 2.8rem;
    margin-bottom: 0;
  }
}

.rh-statue_box_w {
  background: #fff;
  padding: 0.1em 1.5em;
  display: inline-block;
  color: #5C6889;
  font-weight: bold;
}

.rh-statue_word-set {
  position: relative;
  padding-bottom: 20px;
}
.rh-statue_word-set:not(:last-child)::before {
  position: absolute;
  content: "";
  z-index: -1;
  height: 100%;
  width: 2px;
  background: #C2C2C2;
  top: 0;
  left: 15px;
}
.rh-statue_word-set dt {
  padding-left: 40px;
  color: #172A88;
  font-weight: bold;
  font-size: 2.2rem;
  position: relative;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 10px;
  line-height: 1.2em;
}
@media (max-width: 428px) {
  .rh-statue_word-set dt {
    font-size: 2rem;
    margin-bottom: 5px;
  }
}
.rh-statue_word-set dt .head {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.6rem;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 1em;
  padding-top: 6px;
  border-radius: 50%;
  background-color: #172A88;
  display: inline-block;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
.rh-statue_word-set dd {
  padding-left: 40px;
}

/* チャレンジ制度 ======================================================= */
.recruit-challenge {
  padding: 70px 0;
  background-color: #EEF0F7;
}
@media (max-width: 428px) {
  .recruit-challenge {
    padding: 40px 0;
  }
}

.rh-challenge_outer {
  display: flex;
  gap: 40px;
}
@media (max-width: 768px) {
  .rh-challenge_outer {
    flex-direction: column;
  }
}
@media (max-width: 428px) {
  .rh-challenge_outer {
    gap: 20px;
  }
}

.rh-challenge_col {
  flex: 1;
  background: #fff;
  padding: 30px;
}
@media (max-width: 428px) {
  .rh-challenge_col {
    padding: 20px;
  }
}

.rh-challenge_ttl {
  color: #172A88;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
@media (max-width: 428px) {
  .rh-challenge_ttl {
    font-size: 1.7rem;
  }
}
.rh-challenge_ttl .ico {
  margin-right: 10px;
}

/* 募集職種 ======================================================= */
.recruit-jobs {
  padding: 70px 0;
  background: #fff;
}
@media (max-width: 428px) {
  .recruit-jobs {
    padding: 40px 0;
  }
}

.rh-jobs_item {
  background: #F8FAFD;
  margin-bottom: 30px;
}

.rh-jobs_head {
  display: block;
  font-weight: bold;
  color: #172A88;
  font-size: 2rem;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  padding: 35px;
}
@media (max-width: 768px) {
  .rh-jobs_head {
    padding: 25px;
    font-size: 1.8rem;
  }
}
@media (max-width: 428px) {
  .rh-jobs_head {
    padding: 25px 20px;
    font-size: 1.7rem;
  }
}
.rh-jobs_head .ico {
  position: relative;
  background: #172A88;
  width: 30px;
  height: 30px;
  padding: 5px;
  display: inline-block;
}
@media (max-width: 428px) {
  .rh-jobs_head .ico {
    width: 26px;
    height: 26px;
  }
}
.rh-jobs_head .ico::before, .rh-jobs_head .ico::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 18px;
  height: 2px;
  left: 6px;
  top: 14px;
}
@media (max-width: 428px) {
  .rh-jobs_head .ico::before, .rh-jobs_head .ico::after {
    width: 15px;
    top: 12px;
  }
}
.rh-jobs_head .ico::after {
  transform: rotate(90deg);
  transition: ease 0.2s transform;
}
.rh-jobs_head.active .ico::after {
  transform: rotate(0deg);
}

.rh-jobs_content {
  display: none;
  padding: 0 35px 35px;
}
@media (max-width: 768px) {
  .rh-jobs_content {
    padding: 0 25px 25px;
  }
}
@media (max-width: 428px) {
  .rh-jobs_content {
    padding: 0 20px 20px;
  }
}

.rh-jobs_sentence {
  padding: 25px;
  background-color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 428px) {
  .rh-jobs_sentence {
    padding: 15px;
    margin-bottom: 20px;
  }
}

.rh-jobs_dl {
  display: flex;
  padding: 20px 0;
}
@media (max-width: 428px) {
  .rh-jobs_dl {
    flex-direction: column;
  }
}
.rh-jobs_dl:not(:last-child) {
  border-bottom: 1px #eee solid;
}
.rh-jobs_dl dt {
  width: 20%;
}
@media (max-width: 428px) {
  .rh-jobs_dl dt {
    width: 100%;
    margin-bottom: 10px;
  }
}
.rh-jobs_dl dd {
  width: 80%;
}
@media (max-width: 428px) {
  .rh-jobs_dl dd {
    width: 100%;
  }
}

.rh-jobs_no-item {
  text-align: center;
  padding: 50px 20px;
  font-size: 16px;
  background: #f1f1f1;
  color: #666;
  margin-bottom: 20px;
}

/* 募集概要 ======================================================= */
.recruit-requirements {
  background: #fff;
}
.recruit-requirements .table-summary {
  margin-bottom: 20px;
}

/* 健康経営 ======================================================= */
.recruit-health {
  padding: 70px 0;
  background: #fff;
}
@media (max-width: 428px) {
  .recruit-health {
    padding: 40px 0;
  }
}

.section-title-rh-health {
  background: #45549D;
  color: #fff;
  text-align: center;
  width: 670px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0.7em;
  font-size: 3.3rem;
  position: relative;
  z-index: 2;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .section-title-rh-health {
    font-size: 3rem;
  }
}
@media (max-width: 428px) {
  .section-title-rh-health {
    font-size: 2.2rem;
    padding: 0.5em;
    margin-bottom: -30px;
  }
}

.rh-health_outer {
  display: flex;
  gap: 40px;
  position: relative;
}
@media (max-width: 428px) {
  .rh-health_outer {
    flex-direction: column-reverse;
    gap: 20px;
    padding: 50px 0 30px;
  }
}
.rh-health_outer::before {
  position: absolute;
  right: 15%;
  top: 0;
  z-index: 1;
  content: "";
  height: 100%;
  width: 300%;
  background: #EEF0F7;
}
@media (max-width: 428px) {
  .rh-health_outer::before {
    right: -20px;
    width: calc(100% + 60px);
  }
}

.rh-health_txts {
  width: 75%;
  padding: 35px 20px 35px 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 428px) {
  .rh-health_txts {
    width: 100%;
    padding: 0;
  }
}

.rh-health_img {
  width: 25%;
  transform: translateY(-50px);
  position: relative;
  z-index: 2;
}
.rh-health_img img {
  border: 1px solid #C2C2C2;
}
@media (max-width: 428px) {
  .rh-health_img {
    width: 100%;
    transform: none;
    text-align: center;
  }
  .rh-health_img img {
    width: 160px;
  }
}

.rh-health_ttl-sub {
  font-weight: bold;
  color: #172A88;
  font-size: 2rem;
  padding: 1em 0;
}
@media (max-width: 428px) {
  .rh-health_ttl-sub {
    font-size: 1.7rem;
  }
}

.rh-health_ttl-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
}
@media (max-width: 428px) {
  .rh-health_ttl-list {
    gap: 10px 0;
  }
}
.rh-health_ttl-list li {
  width: 50%;
  font-weight: bold;
  color: #172A88;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 428px) {
  .rh-health_ttl-list li {
    width: 100%;
    padding-left: 25px;
  }
}
.rh-health_ttl-list li img {
  position: absolute;
  left: 0;
  top: 5px;
}

.rh-health_etc {
  font-weight: bold;
  color: #172A88;
  text-align: right;
  margin-bottom: 30px;
}

.section-foot-links {
  background: #fff;
  padding-bottom: 100px;
}
@media (max-width: 428px) {
  .section-foot-links {
    padding-bottom: 80px;
  }
}
.section-foot-links .recuruit-links {
  margin-bottom: 0;
}/*# sourceMappingURL=recruit-home.css.map */