.career {
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .career {
    margin-bottom: 44px;
  }
}
@media screen and (max-width: 767px) {
  .career h2 {
    margin-bottom: 0;
  }
}

.recruitment {
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .recruitment {
    margin-bottom: 16px;
  }
}

.occupation {
  margin-bottom: 34px;
}
@media screen and (max-width: 767px) {
  .occupation {
    margin-bottom: 0;
  }
}
.occupation_name {
  margin-bottom: 3.2rem;
  padding: 1.8rem 3.2rem;
  background-color: #101649;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .occupation_name {
    padding: 0.8rem 1.6rem 1.8rem;
    margin-bottom: 2.4rem;
  }
}
.occupation_detail {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .occupation_detail {
    flex-direction: column;
  }
}
.occupation_detail .title {
  display: flex;
  align-items: center;
  width: 21.1805555556%;
  margin-bottom: 16px;
  padding: 1.6rem 3.2rem;
  border-right: solid 1px #707070;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .occupation_detail .title {
    width: 100%;
    padding: 0 0;
    margin-bottom: 10px;
    border-right: none;
    font-size: 1.8rem;
  }
}
.occupation_detail .content {
  display: flex;
  align-items: center;
  width: 78.8194444444%;
  margin-bottom: 16px;
  padding: 1.6rem 5rem;
}
@media screen and (max-width: 767px) {
  .occupation_detail .content {
	display:block;
    width: 100%;
    padding: 0 0;
    margin-bottom: 24px;
    line-height: 2;
  }
}

.requirements {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {	
.requirements {	
margin-bottom: 40px;	
}	
}
.requirements_list {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .requirements_item dt {
    font-size: 1.8rem;
    font-weight: bold;
    padding: 3px 0 11px;
  }
}
.requirements_item dd {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .requirements_item dd {
    text-align: center;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .requirements .definition_item dt {
    font-size: 1.8rem;
    font-weight: bold;
    padding: 3px 0 11px;
  }
}

.flow {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .flow {
    margin-bottom: 40px;
  }
}
.flow_list {
  list-style: none;
}
.flow_item {
  display: flex;
  align-items: center;
  margin-bottom: 54px;
  padding: 2.4rem 3.2rem 2.4rem 0;
  background-color: #F5FAFF;
  position: relative;
  border: solid 3px #004892;
}
@media screen and (max-width: 767px) {
  .flow_item {
    flex-direction: column;
    padding: 25px 16px 32px;
  }
}
.flow_item:after {
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 30px 40px 0 40px;
  border-color: #004892 transparent transparent transparent;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
}
.flow_item:last-of-type {
  margin-bottom: 0;
}
.flow_item:last-of-type:after {
  content: none;
}
.flow_item h3 {
  width: 39.1666666667%;
  padding-left: 4.4rem;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: clamp(1.8rem, 1.875vw, 3.6rem);
}
@media screen and (max-width: 767px) {
  .flow_item h3 {
    width: 100%;
    text-align: center;
    padding-left: 0;
    margin-bottom: 1rem;
  }
}
.flow_item p {
  width: 60.8333333333%;
}
@media screen and (max-width: 767px) {
  .flow_item p {
    width: 100%;
    font-size: 1.8rem;
    line-height: 1.7777777778;
  }
}
.flow_item a {
  color: #0080FF;
}

.btn-contact {
  display: block;
  width: 41.6666666667vw;
  margin: 0 auto;
  padding: 8px;
  background-color: #333;
  line-height: 3rem;
  text-align: center;
  font-size: clamp(2rem, 1.4583333333vw, 2.8rem);
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .btn-contact {
    width: 100%;
    line-height: 1.5;
    padding: 6px;
  }
}
@media screen and (min-width: 768px) {
  .btn-contact::after {
    content: "──＞＞";
    display: block;
    margin-top: 5px;
    line-height: 1;
    font-size: 2rem;
  }
}
/*# sourceMappingURL=recruit.css.map */

@media screen and (max-width: 767px){
.btn-contact::after {
    content: "──＞＞";
    display: block;
    margin-top: 5px;
    line-height: 1;
    font-size: 2rem;
}
	}