/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* busine_sarea */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#busine_sarea {
  padding-top: var(--section_con_padding);
}
#busine_sarea .common_inner .common_tilte p {
  font-size: 1.6rem;
  line-height: 3.4rem;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  #busine_sarea .common_inner .common_tilte p {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 769px) {
  #busine_sarea .common_inner .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
#busine_sarea .common_inner .wrapper .item {
  position: relative;
  width: 35.4rem;
  background-color: var(--bk_light_blue);
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  #busine_sarea .common_inner .wrapper .item {
    width: 100%;
    border-radius: 1.5rem;
    padding-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  #busine_sarea .common_inner .wrapper .item:not(:last-child) {
    margin-bottom: 4rem;
  }
}
#busine_sarea .common_inner .wrapper .item:not(:last-child)::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 16rem;
  right: -9.9rem;
  width: 13rem;
  height: 15rem;
  background: url("../img/Job_type_cross.svg") no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  #busine_sarea .common_inner .wrapper .item:nth-child(1)::after {
    width: 6.5rem;
    height: 7.5rem;
    top: 49.7rem;
    right: 50%;
    transform: translateX(50%);
  }
}
#busine_sarea .common_inner .wrapper .item:nth-child(1) .box .img {
  width: 8.1rem;
}
@media screen and (max-width: 768px) {
  #busine_sarea .common_inner .wrapper .item:nth-child(2)::after {
    width: 6.5rem;
    height: 7.5rem;
    top: 58.5rem;
    right: 50%;
    transform: translateX(50%);
  }
}
#busine_sarea .common_inner .wrapper .item:nth-child(2) .box .img {
  width: 7.167rem;
}
#busine_sarea .common_inner .wrapper .item:nth-child(3) .box .img {
  width: 7.529rem;
}
#busine_sarea .common_inner .wrapper .item .box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 18.9rem;
  height: 18.9rem;
  background-color: var(--white);
  border-radius: 100%;
  margin: 5.5rem auto 0 auto;
}
@media screen and (max-width: 768px) {
  #busine_sarea .common_inner .wrapper .item .box {
    margin: 0 auto;
  }
}
#busine_sarea .common_inner .wrapper .item .box .img {
  position: absolute;
  top: 5rem;
  left: 50%;
  transform: translateX(-50%);
}
#busine_sarea .common_inner .wrapper .item .box .img img {
  width: 100%;
  height: auto;
}
#busine_sarea .common_inner .wrapper .item .box h3 {
  font-size: 2.6rem;
  color: var(--blue);
  transform: translateY(0.8rem);
}
#busine_sarea .common_inner .wrapper .item ul {
  padding: 5rem 0 5.5rem 6.3rem;
}
@media screen and (max-width: 768px) {
  #busine_sarea .common_inner .wrapper .item ul {
    padding: 5rem 0 4.5rem 6.3rem;
  }
}
#busine_sarea .common_inner .wrapper .item ul li {
  position: relative;
  font-size: 1.6rem;
  padding-left: 1.4rem;
}
#busine_sarea .common_inner .wrapper .item ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-20%);
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
  background-color: var(--blue);
}
#busine_sarea .common_inner .wrapper .item ul li:not(:last-child) {
  margin-bottom: 1.3rem;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* con_Job_type */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#con_Job_type {
  padding-top: var(--section_con_padding);
}
#con_Job_type .common_inner .wrapper .item {
  border: 1px solid var(--gray);
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  #con_Job_type .common_inner .wrapper .item {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  #con_Job_type .common_inner .wrapper .item {
    border-radius: 1.5rem;
  }
}
#con_Job_type .common_inner .wrapper .item:not(:nth-last-child(1)) {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  #con_Job_type .common_inner .wrapper .item:not(:nth-last-child(1)) {
    margin-bottom: 4rem;
  }
}
#con_Job_type .common_inner .wrapper .item .item_img {
  display: block;
  width: 59.8rem;
  height: 36.4rem;
}
@media screen and (max-width: 768px) {
  #con_Job_type .common_inner .wrapper .item .item_img {
    width: 100%;
    height: 24rem;
  }
}
#con_Job_type .common_inner .wrapper .item .item_img img {
  width: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#con_Job_type .common_inner .wrapper .item .text_box {
  position: relative;
  padding: 3.5rem 4.8rem 4.4rem 4.8rem;
  width: 67rem;
}
@media screen and (max-width: 768px) {
  #con_Job_type .common_inner .wrapper .item .text_box {
    padding: 2.5rem;
    width: 100%;
  }
}
#con_Job_type .common_inner .wrapper .item .text_box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 4.8rem;
  width: 3rem;
  height: 1px;
  background-color: var(--blue);
}
@media screen and (max-width: 768px) {
  #con_Job_type .common_inner .wrapper .item .text_box::after {
    left: 2.1rem;
  }
}
#con_Job_type .common_inner .wrapper .item .text_box h3 {
  font-size: 2.7rem;
  color: var(--blue);
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  #con_Job_type .common_inner .wrapper .item .text_box h3 {
    font-size: 2.2rem;
    margin-bottom: 1.6rem;
  }
}
#con_Job_type .common_inner .wrapper .item .text_box p {
  font-size: 1.6rem;
  line-height: 3.4rem;
}
@media screen and (min-width: 769px) {
  #con_Job_type .common_inner .wrapper .flex-item {
    display: flex;
  }
  #con_Job_type .common_inner .wrapper .flex-item .text_box {
    order: 2;
  }
  #con_Job_type .common_inner .wrapper .flex-item .item_img {
    order: 1;
  }
}

/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* con_employment */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#con_employment {
  padding-top: var(--section_con_padding);
}
@media screen and (min-width: 769px) {
  #con_employment .common_inner .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
#con_employment .common_inner .wrapper .item {
  border-radius: 2rem;
  background-color: var(--bk_light_blue);
}
@media screen and (min-width: 769px) {
  #con_employment .common_inner .wrapper .item {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  #con_employment .common_inner .wrapper .item {
    border-radius: 1.5rem;
  }
}
@media screen and (min-width: 769px) {
  #con_employment .common_inner .wrapper .item:not(:nth-last-child(1)) {
    margin-right: 4.5rem;
  }
}
@media screen and (max-width: 768px) {
  #con_employment .common_inner .wrapper .item:not(:nth-last-child(1)) {
    margin-bottom: 4rem;
  }
}
#con_employment .common_inner .wrapper .item .text_box {
  position: relative;
  padding: 3.5rem 4.8rem 4.4rem 4.8rem;
  width: 57.5rem;
}
@media screen and (max-width: 768px) {
  #con_employment .common_inner .wrapper .item .text_box {
    padding: 2.5rem;
    width: 100%;
  }
}
#con_employment .common_inner .wrapper .item .text_box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 4.8rem;
  width: 3rem;
  height: 1px;
  background-color: var(--blue);
}
@media screen and (max-width: 768px) {
  #con_employment .common_inner .wrapper .item .text_box::after {
    left: 2.1rem;
  }
}
#con_employment .common_inner .wrapper .item .text_box h3 {
  font-size: 2.7rem;
  margin-bottom: 2rem;
}
#con_employment .common_inner .wrapper .item .text_box h3 .blue {
  color: var(--blue);
}
@media screen and (max-width: 768px) {
  #con_employment .common_inner .wrapper .item .text_box h3 {
    line-height: 3.4rem;
    margin-bottom: 1.6rem;
    font-size: 2.2rem;
  }
}
#con_employment .common_inner .wrapper .item .text_box p {
  font-size: 1.6rem;
  line-height: 3.4rem;
}/*# sourceMappingURL=compile.css.map */