@import url("https://fonts.googleapis.com/css2?family=DM+Sans&display=swap");

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --light-red: #ff6b6b;
  --orange: #fd7e14;
  --yellow: #fed136;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #fed136;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  /* --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; */
  --font-family-sans-serif: :'DM Sans', sans-serif,
    Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック",
    "MS PGothic";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --text-13: 13px;
  --text-14: 14px;
  --text-15: 15px;
  --text-16: 16px;
  --text-17: 17px;
  --text-18: 18px;
  --text-19: 19px;
  --text-20: 20px;
}

html {
  scroll-behavior: smooth;
}

section {
  padding: 0;
}

.recruit-header {
  background-image: url("/assets/img/recruit/background.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: bottom;
  width: 100%;
  height: 100%;
  min-height: 15rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.recruit-header {
  font-size: 2.5rem;
  font-weight: 700;
  color: white;
  text-align: center;
}

.recruit-header hr {
  width: 270px;
  height: 2px;
  background-color: white;
  margin: auto;
}

#summary .page-header {
  margin: auto;
  width: 75%;
  padding-top: 2rem;
  padding-bottom: 1rem;
}

#summary .page-header-title {
  height: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#summary .page-header-title p {
  margin: 0;
}

#summary .page-header-category {
  height: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#summary .page-header-category .p-h-c-item:first-child {
  border-width: 1px 1px 1px 1px;
}

#summary .page-header-category .p-h-c-item {
  border: 1px dashed #82888e;
  stroke-dashoffset: 10px;
  border-width: 1px 1px 1px 0px;
  text-align: center;
  width: 20%;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#summary .page-header-category .p-h-c-item.active {
  background-color: #82888e;
  color: #fff;
  font-weight: 600;
}

.pagination-blog {
  margin: 1rem 0;
}

.pagination {
  font-size: var(--text-14);
  justify-content: flex-end;
  margin-top: 2rem;
}

.new-contain-all {
  max-width: 1250px;
  margin: auto;
  background-color: rgb(255, 255, 255);
  opacity: 85%;
  padding-top: 1rem !important;
}

.recruit-header {
  display: flex;
  position: relative;
  align-items: center;
}

.recruit-header-title {
  position: relative;
  align-items: center;
  justify-content: center;
}

.recruit-list {
  width: 100%;
  min-height: 26rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.recruit-list .recruit-item {
  width: 75%;
  border-bottom: 1px solid #848688;
  line-height: 2rem;
  margin: 1.5rem auto 0 auto;
}

.recruit-item .item-title {
  font-weight: 600;
  font-size: 1.28rem;
}

.recruit-item .item-title a {
  color: #000;
}

.recruit-item .item-title {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
}

.recruit-item .item-title .recruited {
  background-color: #e9ecef;
  color: white;
  font-weight: 400;
  font-size: 12px;
  margin: 0 1rem;

  width: 110px;
  height: 25px;
  background-color: #848688;
  clip-path: polygon(100% 0%, 100% 100%, 100% 100%, 9% 100%, 0% 50%, 10% 0);

  display: flex;
  justify-content: center;
  align-items: center;
}

.recruit-item .item-content {
  display: flex;
  flex-wrap: wrap;
  color: #6c757d;
}

.item-content .content-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.item-content .content-col {
  width: 25%;
  font-size: var(--text-14);
}

.content-col.detail {
  display: flex;
  justify-content: flex-end;
}

.content-col.detail a {
  color: var(--red);
}

.item-content .content-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 33.33%;
}

/* recruit info */
#recruit-info .recruit-info-header {
  background-image: url("/assets/img/recruit/recruit_brg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 100% 0%;
  width: 100%;
  height: 100%;
  min-height: 30rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

#recruit-info .recruit-info-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#recruit-info .recruit-info-body .info-title {
  font-size: 1.85rem;
  font-style: italic;
  font-weight: 700;
  color: var(--red);
  margin-top: 3rem;
  display: flex;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

.info-title hr {
  height: 1px;
  width: 100%;
  background-color: #cfcfcf;
}

#recruit-info .recruit-info-body .info-content {
  width: 80%;
  margin-bottom: 1rem;
}

.info-content .info-item {
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
  line-height: 1.7rem;
}

.info-content .info-item .info-item-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.info-content .info-item .infor-item-detail-job {
  font-weight: 600;
  font-style: italic;
  color: var(--red);
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.info-content .info-item ul {
  list-style-type: disc;
  padding-left: 2.5rem;
}

.info-content .info-item ul li {
  padding-bottom: 0.5rem;
}

.recruit-info-email-contain {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 1rem;
}

.recruit-info-email-contain p:first-child {
  font-size: 18px;
  font-style: italic;
}

.recruit-info-email-contain p:last-child {
  font-size: 18px;
  font-weight: 600;
}

#recruit-info .recruit-info-footer {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

#recruit-info .recruit-info-footer .info-footer-content {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  margin-right: 10%;
}

.col-middle {
  text-align: center;
}

/* apply form */

.recruit-apply {
  display: flex;
  justify-content: center;
}

/* others */
.cate-bim {
  background-color: #28a745;
  color: #fff;
}

.cate-cim {
  background-color: #17a2b8;
  color: #fff;
}

.cate-hr {
  background-color: #6c757d;
  color: #fff;
}

.cate-rd {
  background-color: orangered;
  color: #fff;
}

/********************** RESPONSIVE ***************** */

/***** DESKTOP 1025-1400 *****/
@media (max-width: 1400px) {
  #recruit-info .recruit-info-header {
    background-size: cover;
    background-position: 100% 0%;
  }
}

/***** TABLETS 769-1024 *****/
@media (max-width: 1024px) {
  #recruit-info .recruit-info-header {
    background-size: cover;
    background-position: 100% 10%;
    min-height: 20rem;
  }

  .pagination {
    justify-content: center;
  }

  .item-content .content-col {
    width: 50%;
  }

  .col-middle {
    text-align: unset;
  }

  #recruit-info .recruit-info-body .info-content {
    width: 100%;
    margin-bottom: 1rem;
  }

  .recruit-info-email-contain {
    width: 100%;
    margin: unset;
  }
}

/***** TABLETS 481-768 *****/
@media (max-width: 768px) {}

/***** MOBILE LANDSCAPE 320-480 *****/
@media (max-width: 480px) {
  #recruit-info .recruit-info-header {
    background-size: contain;
    background-position: 100% 25%;
    min-height: 15rem;
  }

  .item-content .content-col {
    width: 100%;
  }

  .recruit-item .item-title {
    flex-wrap: wrap;
  }

  .recruit-item .item-title a {
    width: 100%;
  }

  .recruit-item .item-title a {
    color: #000;
    width: 100%;
  }

  .recruit-item .item-title .recruited {
    margin: 0;
  }

  #recruit-info .recruit-info-body .info-title {
    font-size: 1.5rem;
    margin-top: 1rem;
  }

  #recruit-info .recruit-info-body .info-content {
    width: 100%;
    margin-bottom: 1rem;
  }

  .info-content .info-item {
    padding-top: 1rem;
    line-height: 1.5rem;
  }

  .info-content .info-item .info-item-title {
    font-size: 1.325rem;
  }
}

/***** MOBILE -320 *****/
@media (max-width: 320px) {
  #recruit-info .recruit-info-header {
    background-size: contain;
    background-position: 100% 25%;
    min-height: 10rem;
  }
}

/********************** RESPONSIVE ***************** */

/* SonNH 20211013 */

.recruit-list,
#recruit-info {
  font-family: "Roboto",
    apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
}