.recruit .sec01 .rec_list .ttl, .recruit .sec_top .lead dt {
  font-size: 2rem;
  font-weight: bold;
}

.recruit .sec01 .rec_list .txt_area ul li, .recruit .sec01 .rec_list .txt_area .txt, .recruit .sec_top .lead dd {
  font-size: 1.3rem;
  line-height: 2;
}


@media screen and (max-width: 767px) {
  .recruit .sec01 .rec_list .txt_area ul li, .recruit .sec01 .rec_list .txt_area .txt, .recruit .sec_top .lead dd {
    font-size: 1.4rem;
    line-height: 2;
  }
}

section {
  padding: 7rem 0;
}

.recruit .sec_top {
  padding-top: 0;
}

.recruit .sec_top .mv {
  margin-bottom: 6rem;
}

.recruit .sec_top .lead {
  position: relative;
  padding: 8rem 0;
  text-align: center;
  max-height: 33.2rem;
}

@media screen and (max-width: 767px) {
  .recruit .sec_top .lead {
    padding: 0;
    max-height: none;
  }
}

.recruit .sec_top .lead::before, .recruit .sec_top .lead::after {
  content: "";
  background: url(../../business/img/frame.png) no-repeat left center/contain;
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .recruit .sec_top .lead::before, .recruit .sec_top .lead::after {
    display: none;
  }
}

.recruit .sec_top .lead::after {
  transform: rotate(180deg);
}

.recruit .sec_top .lead dt {
  margin-bottom: 3rem;
}

.recruit .sec01 .rec_types {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.recruit .sec01 .rec_types li {
  background: #717071;
  color: #fff;
  width: 10rem;
  font-size: 1.2rem;
  text-align: center;
  line-height: 2;
}

.recruit .sec01 .rec_list>li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 8rem 0;
}

@media screen and (max-width: 767px) {
  .recruit .sec01 .rec_list>li {
    padding: 5rem 0;
  }
}

.recruit .sec01 .rec_list>li+li {
  border-top: 2px solid #717071;
}

.recruit .sec01 .rec_list>li:last-child {
  padding-bottom: 0;
}

.recruit .sec01 .rec_list .ttl {
  margin-bottom: 3rem;
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
}

.recruit .sec01 .rec_list .txt_area {
  display: flex;
  flex-direction: column;
  width: 48%;
}

@media screen and (max-width: 767px) {
  .recruit .sec01 .rec_list .txt_area {
    width: 100%;
    order: 1;
  }
}

.recruit .sec01 .rec_list .txt_area ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.recruit .sec01 .rec_list .txt_area ul li {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .recruit .sec01 .rec_list .txt_area ul li {
    font-size: 1.1rem;
  }
}

.recruit .sec01 .rec_list .txt_area .c_btn {
  text-align: left;
  margin: auto 0 0;
}

@media screen and (max-width: 767px) {
  .recruit .sec01 .rec_list .txt_area .c_btn {
    margin-top: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .recruit .sec01 .rec_list .txt_area .c_btn a {
    width: 20rem;
  }
}

.recruit .sec01 .rec_list .txt_area .snsBtn {
  text-align: right;
}

.recruit .sec01 .rec_list .txt_area .image-container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .recruit .sec01 .rec_list .txt_area .image-container {
    margin-top: 0;
  }
}

.recruit .sec01 .rec_list .txt_area .image-container img {
  max-width: 60%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .recruit .sec01 .rec_list .txt_area .image-container img {
    max-width: 55%;
    margin-top: 2.8rem;
  }
}

.recruit .sec01 .rec_list .img {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .recruit .sec01 .rec_list .img {
    width: 100%;
    margin-bottom: 3rem;
  }
}

.carrer .sub_ttl {
  margin-bottom: 3rem;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.carrer #outline {
  transform: translate(0, -10rem);
}

.carrer .type_list {
  margin-top: 8rem;
}

.carrer .type_list .type_ttl {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

.carrer .type_list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.carrer .type_list ul li {
  width: calc(50% - 0.5rem);
}

@media screen and (max-width: 767px) {
  .carrer .type_list ul li {
    width: 100%;
  }
}

.carrer .type_list ul li a {
  background: #fff;
  display: block;
  position: relative;
  padding: 1rem 4.5rem 1rem 2rem;
  font-size: 1.4rem;
}

.carrer .type_list ul li a:hover {
  background: #D9D9D9;
  opacity: 1;
}

.carrer .type_list ul li a::before, .carrer .type_list ul li a::after {
  content: "";
  position: absolute;
  inset: 50% 1rem auto auto;
  translate: 0 -50%;
  width: 2.4rem;
  height: 2.4rem;
}

.carrer .type_list ul li a::before {
  background: #595757;
}

.carrer .type_list ul li a::after {
  background: url(../../img_01/ico_arrow04.svg) no-repeat center/1.2rem;
}

.carrer .type_list ul li a.active {
  background: #036EB7;
  color: #fff;
}

.carrer .type_list ul li a.active::before {
  display: none;
}

.carrer .type_contents {
  margin-top: 12rem;
}

.carrer .type_contents .type {
  display: none;
}

.carrer .type_contents .type.active {
  display: block;
}

.carrer .type_contents .type .ttl {
  padding-bottom: 2rem;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.carrer .type_contents .type .block+.block {
  padding-top: 3rem;
}

.carrer .type_contents .type .block .block_ttl {
  padding-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: bold;
}

.carrer .type_contents .type .block dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  border-top: 1px solid #000;
}

.carrer .type_contents .type .block dl dt, .carrer .type_contents .type .block dl dd {
  padding: 2rem 0;
  line-height: 1.8;
  border-top: 1px solid #E6E6E6;
}

.carrer .type_contents .type .block dl dt {
  width: 20%;
}

@media screen and (max-width: 767px) {
  .carrer .type_contents .type .block dl dt {
    width: 100%;
    padding-bottom: 1rem;
    font-weight: bold;
  }
}

.carrer .type_contents .type .block dl dd {
  width: 80%;
}

@media screen and (max-width: 767px) {
  .carrer .type_contents .type .block dl dd {
    width: 100%;
    padding-top: 0;
    border: none;
  }
}

.carrer .c_btn {
  text-align: center;
}

/*# sourceMappingURL=style.css.map */

/*PCでは無効（改行しない）*/
.sma {
  display: none;
}

/*スマートフォンでは有効（改行する）*/
@media screen and (max-width:767px) {
  .sma {
    display: block;
  }
}