@media (min-width: 768px) {
  .section-keyvisual-common {
    padding: 64px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .section-keyvisual-common .keyvisual-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section-keyvisual-common .keyvisual-image {
    max-width: 290px;
  }
  .section-keyvisual-common .keyvisual-content {
    margin-right: 5.3191489362%;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-keyvisual-common {
    padding: 0.64rem 0;
  }
  .section-keyvisual-common .keyvisual-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .section-keyvisual-common .keyvisual-image {
    margin-bottom: 0.4rem;
  }
}

.section-careers .careers-wrapper {
  -webkit-box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  background-color: rgb(242, 242, 244);
  border: 1px solid rgb(251, 252, 253);
}
.section-careers .careers-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.section-careers .careers-result {
  font-weight: 600;
  margin: 0;
}
.section-careers .careers-search {
  width: 100%;
}
@media (min-width: 768px) {
  .section-careers .careers-wrapper {
    padding: 20px 0;
  }
  .section-careers .careers-wrapper input {
    height: 54px;
  }
  .section-careers .careers-wrapper select {
    height: 52px;
  }
  .section-careers .careers-wrapper .select-common {
    max-width: 23.9098837209%;
  }
  .section-careers .careers-wrapper .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section-careers .careers-search {
    max-width: 57.7034883721%;
    margin-right: 20px;
  }
  .section-careers .careers-viewport {
    padding: 40px 0;
  }
  .section-careers .careers-result {
    font-size: 0.2rem;
    line-height: 1.5;
  }
  .section-careers .careers-controller {
    margin-left: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .section-careers .careers-controller .button-common-primary {
    width: 100%;
    min-height: 54px;
  }
  .section-careers .careers-inner {
    margin-bottom: 20px;
  }
  .section-careers .careers-inner select {
    height: 40px;
    margin: 2px;
  }
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .section-careers .wrapper {
    max-width: calc(100% - 40px);
  }
  .section-careers .careers-search {
    max-width: 43.6046511628%;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .section-careers .wrapper {
    max-width: calc(100% - 40px);
    padding: 0;
  }
  .section-careers .careers-wrapper .select-common {
    width: 100%;
    max-width: calc(50% - 10px);
  }
  .section-careers .careers-controller {
    width: 100%;
    max-width: calc(50% - 10px);
    margin-left: 0;
  }
  .section-careers .careers-wrapper .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .section-careers .careers-search {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-careers .careers-wrapper {
    padding: 20px 0;
  }
  .section-careers .careers-wrapper input {
    height: 0.54rem;
  }
  .section-careers .careers-wrapper select {
    height: 0.52rem;
  }
  .section-careers .careers-search {
    margin-bottom: 0.16rem;
  }
  .section-careers .careers-viewport {
    padding: 40px 0;
  }
  .section-careers .careers-result {
    font-size: 0.2rem;
    line-height: 1.5;
  }
  .section-careers .careers-controller {
    margin-top: 0.16rem;
  }
  .section-careers .careers-controller .button-common-primary {
    width: 100%;
    min-height: 0.52rem;
  }
  .section-careers .careers-inner {
    margin-bottom: 20px;
  }
  .section-careers .careers-inner select {
    height: 0.36rem;
    margin: 0.02rem;
  }
}

.list-careers-information .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-careers-information .item-wrapper {
  border: 1px solid rgb(231, 233, 235);
  padding: 0.16rem;
}
.list-careers-information .item-title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: 600;
  width: 100%;
  font-size: 0.2rem;
  line-height: 1.5;
}
.list-careers-information .title-link {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  display: inline-block;
  text-decoration: none;
}
.list-careers-information .title-link:hover {
  color: rgb(0, 33, 126);
}
.list-careers-information .item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.list-careers-information .content-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.08rem;
}
.list-careers-information .content-detail {
  margin: 0;
}
.list-careers-information .item-controller {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.list-careers-information .button-common-primary {
  width: 100%;
}
@media (min-width: 768px) {
  .list-careers-information .list-item {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .list-careers-information .item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -10px;
  }
  .list-careers-information .item-title {
    max-width: 49.181547619%;
    margin-right: 20px;
  }
  .list-careers-information .item-content {
    max-width: 28.869047619%;
    margin-right: 20px;
  }
  .list-careers-information .item-controller .button-common-primary {
    min-height: 46px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .list-careers-information .item-wrapper {
    display: block;
  }
  .list-careers-information .item-title,
  .list-careers-information .item-content {
    max-width: 100%;
    margin: 0 0 16px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-careers-information .list-item {
    margin-bottom: 20px;
  }
  .list-careers-information .item-title,
  .list-careers-information .item-content {
    margin-bottom: 0.16rem;
  }
  .list-careers-information .item-controller .button-common-primary {
    min-height: 0.44rem;
  }
}

@media (min-width: 768px) {
  .section-common-introduction .introduction-icon {
    width: 344px;
  }
  .section-common-introduction .introduction-icon img {
    width: 200px;
    margin: 0 auto;
  }
  .section-common-introduction .introduction-detail {
    margin-bottom: 20px;
  }
}
/*# sourceMappingURL=careers.css.map */