@media (max-width: 991.98px) {
  html {
    /*font-size: 6px;*/
    /*font-size: 37.5%;*/
    font-size: 8px;
    font-size: 50%;
  }
  input, select, textarea {
    font-size: 16px;
  }
}
.xe_content {
  color: var(--bh_color_text) !important;
  font-size: 14px;
  /*line-height: 1.5 !important;*/
  font-family: inherit !important;
}
/* common */
.bh i {
  line-height: 1 !important;
  font-weight: normal !important;
}
.bh .xe-widget-wrapper {
  overflow: visible;
}
.bh .main_ttl_lg span {
  position: relative;
  display: inline-block;
  padding-right: 15px;
  font-size: 50px;
  font-weight: 800;
  color: var(--bh_color_black);
}
.bh .main_ttl_lg span::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  width: 10px;
  height: 10px;
  background-color: var(--bh_color_main);
  border-radius: 50%;
}
.bh .main_ttl_m {
  position: relative;
  padding-left: 30px;
  font-size: 28px;
  font-weight: bold;
  color: var(--bh_color_black);
}
.bh .main_ttl_m::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url(/assets/images/common/ttl_dot.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 992px) {
  .bh .main_ttl_lg span {
    padding-right: 10px;
    font-size: 22px;
  }
  .bh .main_ttl_lg span::after {
    top: 2px;
    width: 6px;
    height: 6px;
  }
  .bh .main_ttl_m {
    padding-left: 20px;
    font-size: 18px;
  }
  .bh .main_ttl_m::after {
    top: 8px;
    width: 12px;
    height: 12px;
  }
}
/* header */
.bh.index .body > .bh_wrap {
  max-width: 100%;
  padding: 0;
}
/* section1 */
.section.section1 {
  padding: 40px 0 20px 0;
}
.section.section1 > .bh_wrap {
  max-width: 100%;
  padding: 0;
}
.section.section1 .sec01_wrap .career_item_wrap {
  max-width: 1890px;
  padding: 0 15px;
  margin: 50px auto 0;
}
.section.section1 .sec01_wrap .career_item_wrap .item_inner {
  width: 100%;
}
.section.section1 .sec01_wrap .career_item_wrap .career_item {
  position: relative;
  background-image: url(/assets/images/main/sec01_1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 48px 40px;
  border-radius: 20px;
  overflow: hidden;
  transform: translateY(0);
  transition: all 0.3s;
}
.section.section1 .sec01_wrap .career_item_wrap .career_item.item_2 {
  background-image: url(/assets/images/main/sec01_2.png);
}
.section.section1 .sec01_wrap .career_item_wrap .career_item.item_2 .item_label_wrap .item_label .icon i {
  color: #5760da;
}
.section.section1 .sec01_wrap .career_item_wrap .career_item > a {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.section.section1 .sec01_wrap .career_item_wrap .career_item:hover {
  transform: translateY(-20px);
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.15);
}
.section.section1 .sec01_wrap .career_item_wrap .career_item .item_label_wrap .item_label {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  border-radius: 25px;
  padding: 5px 25px 5px 5px;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 20px;
  font-weight: 600;
}
.section.section1 .sec01_wrap .career_item_wrap .career_item .item_label_wrap .item_label .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--bh_color_white);
  font-size: 20px;
}
.section.section1 .sec01_wrap .career_item_wrap .career_item .item_label_wrap .item_label .icon i {
  color: #104fc4;
}
.section.section1 .sec01_wrap .career_item_wrap .career_item .desc {
  opacity: 0.95;
}
.section.section1 .sec01_wrap .career_item_wrap .career_item .hashtag_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  row-gap: 5px;
  margin-top: 40px;
}
.section.section1 .sec01_wrap .career_item_wrap .career_item .hashtag_wrap .hashtag {
  display: inline-block;
  white-space: nowrap;
  padding: 8px 15px;
  border-radius: 21.5px;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 1.8rem;
  font-weight: 500;
}
.section.section1 .sec01_wrap .career_item_wrap .caution {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  border-radius: 10px;
  background-color: rgba(255, 106, 0, 0.07);
  padding: 14px 10px;
}
.section.section1 .sec01_wrap .career_item_wrap .caution .ttl {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #ff6a00;
  font-size: 1.6rem;
  font-weight: bold;
  flex-shrink: 0;
}
.section.section1 .sec01_wrap .career_item_wrap .caution .ttl i {
  font-size: 20px;
}
.section.section1 .sec01_wrap .career_item_wrap .caution .bar {
  flex-shrink: 0;
  width: 1px;
  height: 23px;
  background-color: var(--bh_color_gray_300);
}
@media (max-width: 992px) {
  .section.section1 {
    padding: 30px 0 20px 0;
  }
  .section.section1 .sec01_wrap .career_item_wrap {
    margin: 30px auto 0;
  }
  .section.section1 .sec01_wrap .career_item_wrap .career_item {
    padding: 20px 15px;
  }
  .section.section1 .sec01_wrap .career_item_wrap .career_item:hover {
    transform: translateY(-10px);
  }
  .section.section1 .sec01_wrap .career_item_wrap .career_item .item_label_wrap .item_label {
    gap: 10px;
    padding: 4px 15px 4px 4px;
    font-size: 1.8rem;
  }
  .section.section1 .sec01_wrap .career_item_wrap .career_item .item_label_wrap .item_label .icon {
    font-size: 16px;
    width: 26px;
    height: 26px;
  }
  .section.section1 .sec01_wrap .career_item_wrap .career_item .hashtag_wrap {
    gap: 5px;
    margin-top: 20px;
  }
  .section.section1 .sec01_wrap .career_item_wrap .career_item .hashtag_wrap .hashtag {
    padding: 4px 10px;
  }
  .section.section1 .sec01_wrap .career_item_wrap .caution {
    flex-direction: column;
    gap: 10px;
    text-align: center;
    padding: 10px 10px;
  }
  .section.section1 .sec01_wrap .career_item_wrap .caution .ttl i {
    font-size: 16px;
  }
  .section.section1 .sec01_wrap .career_item_wrap .caution .bar {
    display: none;
  }
}
/* section2 */
/* section3 */
/* section4 */
/* section5 */
/* section7 */
/* section8 */
/* section9 */
/* section10 */
/* sub */
/* footer */
/* slider */
.swiper-main .item.item1 .slider_content_wrap span.slider_content_text_1 {
  font-size: 55px;
}
.swiper-main .item.item1 .slider_content_wrap span.slider_content_text_2 {
  font-size: 30px;
}
.swiper-main .item.item2 .slider_content_wrap span.slider_content_text_1 {
  font-size: 55px;
}
.swiper-main .item.item2 .slider_content_wrap span.slider_content_text_2 {
  font-size: 30px;
}
.swiper-main .item.item3 .slider_content_wrap span.slider_content_text_1 {
  font-size: 55px;
}
.swiper-main .item.item3 .slider_content_wrap span.slider_content_text_2 {
  font-size: 30px;
}
@media (max-width: 991.98px) {
  .swiper-main .item.item1 .slider_content_wrap span.slider_content_text_1 {
    font-size: 22px;
  }
  .swiper-main .item.item1 .slider_content_wrap span.slider_content_text_2 {
    font-size: 18px;
  }
  .swiper-main .item.item2 .slider_content_wrap span.slider_content_text_1 {
    font-size: 22px;
  }
  .swiper-main .item.item2 .slider_content_wrap span.slider_content_text_2 {
    font-size: 18px;
  }
  .swiper-main .item.item3 .slider_content_wrap span.slider_content_text_1 {
    font-size: 22px;
  }
  .swiper-main .item.item3 .slider_content_wrap span.slider_content_text_2 {
    font-size: 18px;
  }
}
/*# sourceMappingURL=38555950de96c430b888f261ad535b2a3e562398.page.scss.map */
