*{
  font-family: Helvetica Neue,Helvetica,YuGothic,Yu Gothic,'ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,"ＭＳＰゴシック",sans-serif !important;
}

body.recruit {
  background-color: #509D69;
  font-family: Helvetica Neue,Helvetica,YuGothic,Yu Gothic,'ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,"ＭＳＰゴシック",sans-serif;
}

.recruit #hp_base {
  max-width: 950px;
  margin: auto;
  padding: 0;
}

@media screen and (max-width: 760px) {
  .recruit #hp_base {
    max-width: 100%;
  }
}

.recruit header {
  width: 100%;
}

.recruit header .g-column {
  padding: 0;
}

.recruit  nav#g_navi {
  max-width: 950px;
  padding-left: 5px;
}

@media screen and (max-width: 760px) {
  .recruit  nav#g_navi {
    position: relative;
    z-index: 10;
  }
}

@media screen and (max-width: 760px) {
  .recruit a.menu {
    height: fit-content;
  }
}

.recruit  nav#g_navi li strong {
  height: 100% !important;
}

.recruit nav#g_navi li a {
  height: 100% !important;
}

.recruit #main {
  width: 100%;
  /* padding: 30px 72px; */
}

@media screen and (max-width: 760px) {
  .recruit #main {
    padding: 10% 0 0;
  }
}

@media screen and (max-width: 760px), print {
  .recruit #a-site_contents {
    padding: 0 15px;
  }  
}

.recruit #a-main {
  padding: 0 72px;
}

@media screen and (max-width: 760px), print {
  .recruit #a-main {
    padding: 0;
  }
  
}


.recruit .c-padding_normal>.g-column, .c-padding_normal>.column {
    padding: 30px 0;
}

@media screen and (max-width: 760px) {
  .recruit footer {
      width: 100%;
      min-width: fit-content !important;
  }
}

.recruit .-column-lasts .d-bold {
  margin-bottom: 2rem;
}

.recruit .summary-list {
  padding: 0;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 40px;
}

@media screen and (max-width: 760px), print {
  .recruit .summary-list {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
  }
}

.recruit .summary-list__card {
  width: calc(100% / 2 - 15px);
  display: flex;
  flex-direction: column;
}

.recruit .summary-list__card p {
  flex-grow: 1;
  color: #5B3F34;
  font-size: 14px;
}

@media screen and (max-width: 760px), print {
  .recruit .summary-list__card {
    width:100%;
  }
}

.recruit .summary-list .d-bold {
  color: #5B3F34;
  font-size: 18px;
}

.recruit .summary-list .g-column {
  padding: 0;
}

.recruit .point-list .d-large_font {
  color: #5B3F34;
  font-size: 16px;
}

.recruit .d-bold {
  color: #509D69;
  font-size: 20px;
}

.c-img {
  display: block;
  margin-bottom: 24px;
}

.recruit .voice-list h4.c-center {
  padding: 0 0 16px;
}

@media screen and (max-width: 760px), print {
  .recruit .voice-list h4.c-center {
    padding: 0 0 16px;
  }
}

@media screen and (max-width: 760px), print {
  .recruit .voice-list h4.c-center .d-bold {
    font-size: 17px;
  }
}

.recruit .point .c-large_headline {
  margin-bottom: 24px;
}

.recruit .voice-list  p {
  color: #000;
  font-size: 14px;
  line-height: 2.14;
  margin-bottom: 32px;
}

.recruit .voice-list .c-large_headline {
  margin-bottom: 24px;
}

.recruit .voice-list a {
  color: #509D69;
  font-size: 16px;
}

@media screen and (max-width: 760px), print {
  .recruit .voice-list a {
    font-size: 13px;
  }
}

.recruit .wrapper {
  max-width: 550px;
  margin: auto;
}

.recruit .wrapper p.c-body {
  margin-bottom: 24px;
  color: #5B3F34;
  font-size: 14px;
}

.recruit .wrapper .c-large_headline {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 16px;
}

.recruit .wrapper  p {
  max-width: 550px;
  font-family: Helvetica Neue,Helvetica,YuGothic,Yu Gothic,'ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,"ＭＳＰゴシック",sans-serif;
  font-size: 14px;
  line-height: 2.14;
  color: #000;
}

.recruit .wrapper .c-none {
}

.recruit .wrapper__list {
  text-align: center;
  margin-bottom: 32px;
  line-height: 2.14;
}

.recruit .wrapper__list .inner {
  display: inline-block;
  color: #5B3F34;
  font-size: 14px;
  text-align: left;
}

.recruit .wrapper .contact .tel {
  font-size: 20px;
  text-align: center;
  margin-bottom: 32px;
}

.recruit .wrapper .contact .tel span {
  font-size: 20px;
  color: #000;
  margin-top: 24px;
} 

.recruit .wrapper .contact .tel span a {
  color: #000 !important;
} 


.recruit .step {
    max-width: 730px;
    margin: auto;
  }

.recruit .step__ttl {
  color: #FF6200;
  font-size: 28px;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 760px), print {
  .recruit .step__ttl {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.recruit .step__text {
  font-size: 16px;
  text-align: center;
  margin-bottom: 56px;
}

@media screen and (max-width: 760px), print {
  .recruit .step__text {
    font-size: 14px;
  }
}

.recruit .step-list {
  position: relative;
}

.recruit .step-list:not(:last-child) {
  margin-bottom: 72px;
}

.recruit .step-list:last-child {
  margin-bottom: 40px;
}

@media screen and (max-width: 760px), print {
  .recruit .step-list {
    position: relative;
    margin-bottom: 48px;
  }
}

.recruit .step-list__ttl {
  position: absolute;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -24px;
  background: #66CC99;
  padding: 10px 16px;
  max-width: 492px;
  width: 100%;
  border-radius: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 760px), print {
  .recruit .step-list__ttl {
    max-width: 279px;
    line-height: normal;
  }
}

.recruit .step-list__contents {
  border: 4px solid #66CC99;
  border-radius: 20px;
  padding: 56px 44px;
  background: #F5F5F5;
  color: #000;
}

@media screen and (max-width: 760px), print {
  .recruit .step-list__contents {
    border: 2px solid #66CC99;
    border-radius: 10px;
    padding: 40px 16px 16px;
  }
}

.recruit .step-list__img small {
  display: block;
  text-align: right;
}

.recruit .step-list__lead {

}

@media screen and (max-width: 760px), print {
  .recruit .step-list__lead {
    width: 100%;
  }
}

.recruit .step-list__subttl {
  font-size: 25px;
  color: #509D69;
  text-align: center;
  margin-bottom: 24px;
}

@media screen and (max-width: 760px), print {
  .recruit .step-list__subttl {
    font-size: 18px;
    margin-bottom: 12px;
  }
}


.recruit .step-list__lead--txt {
  font-size: 14px;
  line-height: 2.14;
  max-width: 490px;
  margin: auto;
}

@media screen and (max-width: 760px), print {
  .recruit .step-list__lead--txt {
    font-size: 14px;
  }
}

.recruit .step-list__lead--txt:not(:last-child) {
  margin-bottom: 24px;
}

.recruit .step-list__lead--txt span {
  display: block;
  font-weight: 500;
}

.recruit .step-list__lead--txt span:not(:first-child) {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #000;
}

.recruit .step-list__lead--txt span:first-child {
  font-size: 18px;
  font-weight: bold;
}

.recruit .step-list__lead--txt.orange {
  color: #FF6200;
}

.recruit .step-list__lead ul {
  margin-top: 24px;
}

.recruit .step-list__lead h5 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 24px;
}

@media screen and (max-width: 760px), print {
  .recruit .step-list__lead h5 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 16px;
  }  
}
@media screen and (max-width: 760px), print {
  picture {
    display: inline-block;
    width: 50%;
    margin: auto;
  }
}
