@charset "UTF-8";
/*390px基準のvw換算リスト
12px → 3.1vw
13px → 3.3vw
14px → 3.6vw
15px → 3.8vw
16px → 4.1vw
17px → 4.4vw
18px → 4.6vw
20px → 5.1vw
24px → 6.2vw

375px基準のvw換算リスト
12px → 3.3vw
13px → 3.5vw
14px → 3.8vw
15px → 4.1vw
16px → 4.3vw
17px → 4.5vw
18px → 4.9vw
20px → 5.4vw
24px → 6.5vw
*/
.recruit .inner-hero h1 img {
  display: block;
  width: 100%;
  height: 340px;
  object-fit: cover;
}
@media only screen and (max-width: 1023px) {
  .recruit .inner-hero h1 img {
    object-fit: contain;
    height: auto;
  }
}
.recruit .sec01-inner01 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 1.25rem;
}
@media only screen and (max-width: 1023px) {
  .recruit .sec01-inner01 {
    margin-top: 0.625rem;
    flex-direction: column;
  }
}
.recruit .sec01-inner01 img {
  max-width: 451px;
}
@media only screen and (max-width: 1023px) {
  .recruit .sec01-inner01 img {
    max-width: 100%;
  }
}
.recruit .sec01-box01 {
  margin-left: 1.25rem;
}
@media only screen and (max-width: 1023px) {
  .recruit .sec01-box01 {
    margin-left: 0;
  }
}
.recruit .sec01-box01_lead {
  font-weight: 500;
  color: #3479e0;
  font-size: 1.3125rem;
  line-height: 1.5;
}
@media only screen and (max-width: 1023px) {
  .recruit .sec01-box01_lead {
    margin-top: 0.625rem;
    font-size: 1rem;
    line-height: 1.4;
    text-align: center;
  }
}
.recruit .sec01-box01_lead span {
  color: #1a1a1a;
}
@media only screen and (max-width: 1023px) {
  .recruit .sec01-box01_lead span {
    font-size: 0.875rem;
    line-height: 1.3;
  }
}
.recruit .sec01-box01_text01 {
  font-size: 1.125rem;
  line-height: 1.6;
  margin-top: 0.625rem;
}
@media only screen and (max-width: 1023px) {
  .recruit .sec01-box01_text01 {
    font-size: 0.875rem;
    line-height: 1.1;
    margin-bottom: 0.625rem;
  }
}
.recruit .sec01-box01 dl {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.recruit .sec01-box01 dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3479e0;
  color: #fff;
  text-align: center;
  width: 65px;
  font-size: 1.125rem;
  line-height: 2;
}
@media only screen and (max-width: 1023px) {
  .recruit .sec01-box01 dl dt {
    width: 20%;
    font-size: 0.875rem;
    line-height: 2.1;
  }
}
.recruit .sec01-box01 dl dd {
  width: 528px;
  margin-left: 0.625rem;
  font-size: 1rem;
  line-height: 1.4;
}
@media only screen and (max-width: 1023px) {
  .recruit .sec01-box01 dl dd {
    width: 80%;
    font-size: 0.8125rem;
    line-height: 1.4;
  }
}
.recruit .sec01-box01_text04 {
  margin-top: 0.625rem;
  font-size: 1rem;
  line-height: 1.6;
}
@media only screen and (max-width: 1023px) {
  .recruit .sec01-box01_text04 {
    font-size: 0.8125rem;
    line-height: 1.4;
  }
}
.recruit .sec01-inner02_text {
  margin-top: 0.625rem;
  font-size: 1.125rem;
  line-height: 1.6;
}
@media only screen and (max-width: 1023px) {
  .recruit .sec01-inner02_text {
    font-size: 0.8125rem;
    line-height: 1.4;
  }
}
.recruit .sec01-box02 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 0.625rem;
}
@media only screen and (max-width: 1023px) {
  .recruit .sec01-box02 {
    flex-direction: column;
  }
}
.recruit .sec01-box02_img {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.recruit .sec01-box02_img img {
  width: 239px;
}
.recruit .sec01-box02_img img:nth-child(2n) {
  margin-left: 0.625rem;
}
@media only screen and (max-width: 1023px) {
  .recruit .sec01-box02_img img:nth-child(2n) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .recruit .sec01-box02_img img {
    width: 49%;
    margin-top: 0.625rem;
  }
}
.recruit .sec01-box02 dl {
  margin-left: 0.625rem;
}
@media only screen and (max-width: 1023px) {
  .recruit .sec01-box02 dl {
    margin-left: 0;
  }
}
.recruit .sec01-box02 dl dt {
  color: #3479e0;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.6;
}
@media only screen and (max-width: 1023px) {
  .recruit .sec01-box02 dl dt {
    margin-top: 1rem;
    font-size: 0.9375rem;
    line-height: 1.7;
  }
}
@media only screen and (min-width: 1024px) {
  .recruit .sec01-box02 dl dt:nth-child(3n) {
    margin-top: 0.8rem;
  }
}
.recruit .sec01-box02 dl dd {
  font-size: 0.9375rem;
  line-height: 1.6;
}
@media only screen and (max-width: 1023px) {
  .recruit .sec01-box02 dl dd {
    font-size: 0.8125rem;
    line-height: 1.4;
  }
}
.recruit .sec01-box03 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 1.25rem;
}
@media only screen and (max-width: 1023px) {
  .recruit .sec01-box03 {
    margin-top: 0.625rem;
  }
}
.recruit .sec01-box03:not(:first-child) {
  padding-top: 1.25rem;
  border-top: 2px dotted #000099;
}
.recruit .sec01-box03 img {
  width: 143px;
}
@media only screen and (max-width: 1023px) {
  .recruit .sec01-box03 img {
    width: 25%;
  }
}
.recruit .sec01-box03 div {
  max-width: 920px;
}
@media only screen and (max-width: 1023px) {
  .recruit .sec01-box03 div {
    width: 75%;
    margin-left: 0.625rem;
  }
}
.recruit .sec01-box03_text01 {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.4;
}
@media only screen and (max-width: 1023px) {
  .recruit .sec01-box03_text01 {
    font-size: 0.9375rem;
    line-height: 1.2;
  }
}
.recruit .sec01-box03_text02 {
  margin-top: 0.625rem;
  font-size: 1.125rem;
  line-height: 1.4;
}
@media only screen and (max-width: 1023px) {
  .recruit .sec01-box03_text02 {
    font-size: 0.8125rem;
    line-height: 1.5;
  }
}
.recruit .sec02-list01_text01 {
  font-weight: 500;
  color: #3479e0;
  margin-top: 1.25rem;
  font-size: 1.625rem;
  line-height: 1.3;
}
@media only screen and (max-width: 1023px) {
  .recruit .sec02-list01_text01 {
    font-size: 0.9375rem;
    line-height: 1.2;
    margin-top: 0.625rem;
  }
}
.recruit .sec02-list01_text02 {
  padding-left: 1rem;
  font-size: 1.375rem;
  line-height: 1.2;
}
@media only screen and (max-width: 1023px) {
  .recruit .sec02-list01_text02 {
    font-size: 0.8125rem;
    line-height: 1.2;
  }
}
.recruit .sec02-text {
  color: #3479e0;
  font-weight: 500;
  margin-top: 1.25rem;
  font-size: 1.375rem;
  line-height: 1.5;
}
@media only screen and (max-width: 1023px) {
  .recruit .sec02-text {
    font-size: 0.875rem;
    line-height: 1.4;
  }
}
.recruit .sec02 .con-head03 {
  margin-top: 1.25rem;
}
.recruit .sec02 .sec02-head {
  color: #3479e0;
  margin: 2.5rem 0 0.625rem;
  font-size: 1.375rem;
  line-height: 1.2;
}
@media only screen and (max-width: 1023px) {
  .recruit .sec02 .sec02-head {
    font-size: 0.8125rem;
    line-height: 1.2;
    margin: 1.25rem 0 0.3125rem;
  }
}