@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Satisfy&display=swap");
body {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif !important;
  font-weight: 500 !important;
}
@media screen and (max-width: 639px) {
  body {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 639px) {
  h1 {
    font-size: 24px !important;
  }
  .single h1.c-entry__title {
    font-size: 20px !important;
  }
  h2 {
    font-size: 20px !important;
  }
  .blog h2.c-entry-summary__title,
.archive h2.c-entry-summary__title {
    font-size: 16px !important;
  }
  h3 {
    font-size: 18px !important;
  }
  h3.c-entry-summary__title {
    font-size: 16px !important;
  }
  h4 {
    font-size: 16px !important;
  }
  .c-prev-next-nav__item-title {
    font-size: 16px !important;
  }
}
li.c-meta__item.c-meta__item--author {
  display: none !important;
}

@media screen and (max-width: 639px) {
  .sp-tal {
    text-align: left !important;
  }
  .sp-tac {
    text-align: center !important;
  }
  .sp-f16 {
    font-size: 16px !important;
  }
  .sp-f15 {
    font-size: 15px !important;
  }
  .sp-f14 {
    font-size: 14px !important;
  }
  .flex-d {
    flex-direction: column !important;
  }
  .ma-auto {
    margin: auto !important;
  }
}
.lh2 {
  line-height: 2 !important;
}

.bb-title {
  position: relative;
}
@media screen and (max-width: 639px) {
  .bb-title {
    font-size: 18px !important;
  }
}
.bb-title::after {
  content: "";
  width: 6em;
  height: 1px;
  display: inline-block;
  background: #0E8DC4;
  position: absolute;
  bottom: -1.5em;
  left: 50%;
  transform: translateX(-50%);
}

/*=============================================
# header
=============================================== */
@media screen and (min-width: 1024px) {
  .l-2row-header__row.u-invisible-md-down {
    margin-top: 0 !important;
  }
  .p-global-nav .c-navbar__item > a {
    padding: 0.5em 2.5em 1em !important;
  }
  .c-navbar {
    justify-content: end;
  }
  .c-navbar__item {
    flex: 0 0 auto !important;
  }
  .c-navbar .menu-item:last-child a {
    padding-right: 0 !important;
  }
}
@media (min-width: 1024px) {
  .l-header--sticky-lg {
    box-shadow: none !important;
  }
}
.icon-btn {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 0.4em 2.2em;
  border-radius: 2em;
  text-decoration: none;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  transition: background-color 0.3s ease;
}
.icon-btn span {
  font-size: 0.9em;
  font-weight: bold;
  letter-spacing: 0.08em;
}

.icon-btn svg {
  font-size: 1.2em;
}

.btn-line {
  background-color: #0E8DC4;
}

.btn-line:hover {
  background-color: #5ca3ce;
}

.title-en {
  font-family: "Satisfy", cursive;
  font-style: normal;
  line-height: 1.4;
}
@media screen and (max-width: 639px) {
  .title-en {
    font-size: 32px !important;
  }
}

.en-ff {
  font-family: "Satisfy", cursive;
}

/*=============================================
# top
=============================================== */
@media screen and (max-width: 639px) {
  .fv {
    --smb-section--min-height: 55vh !important;
  }
  .fv img {
    -o-object-position: 75% 50% !important;
       object-position: 75% 50% !important;
  }
  .fv-en-title {
    font-size: 3.5em !important;
    line-height: 1 !important;
  }
}
@media screen and (min-width: 639px) and (max-width: 1023px) {
  .fv {
    --smb-section--min-height: 50vh !important;
  }
  .fv img {
    -o-object-position: 75% 50% !important;
       object-position: 75% 50% !important;
  }
}
@media screen and (min-width: 639px) and (max-width: 1023px) {
  .fv img {
    -o-object-position: 77% 50% !important;
       object-position: 77% 50% !important;
  }
}
.fv:before {
  content: "";
  width: 50%;
  height: 100%;
  display: inline-block;
  background: #F5F8FA;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 639px) {
  .fv:before {
    display: none;
  }
}
@media screen and (min-width: 639px) and (max-width: 1023px) {
  .fv:before {
    display: none;
  }
}

.fv-title {
  line-height: 1.25;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 0 !important;
  margin-bottom: 0.8em !important;
  padding-bottom: 0.8em !important;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 639px) {
  .fv-title {
    margin-top: 4em !important;
    margin-right: 0 !important;
    font-size: 2.4em !important;
    text-shadow: -2px -2px 3px rgba(255, 255, 255, 0.9), 2px -2px 3px rgba(255, 255, 255, 0.9), -2px 2px 3px rgba(255, 255, 255, 0.9), 2px 2px 3px rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid #fff;
  }
}
@media screen and (min-width: 639px) and (max-width: 1023px) {
  .fv-title {
    margin-top: 4em !important;
    font-size: 2.8em !important;
    text-shadow: -2px -2px 3px rgba(255, 255, 255, 0.9), 2px -2px 3px rgba(255, 255, 255, 0.9), -2px 2px 3px rgba(255, 255, 255, 0.9), 2px 2px 3px rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid #fff;
  }
}

@media screen and (max-width: 639px) {
  .fv-text {
    font-size: 1.3em !important;
    display: inline;
    background: rgba(255, 255, 255, 0.7);
    padding: 4px 10px;
    line-height: 2;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
  }
}
@media screen and (min-width: 639px) and (max-width: 1023px) {
  .fv-text {
    display: inline;
    background: rgba(255, 255, 255, 0.7);
    padding: 4px 10px;
    line-height: 1.7;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
  }
}

@media screen and (max-width: 639px) {
  .fv-text2 {
    font-size: 1.3em !important;
  }
}

.fv-text-inner {
  z-index: 1;
}

@media screen and (max-width: 639px) {
  .title-section .title-en {
    font-size: 22px !important;
  }
  .title-section p {
    font-size: 20px !important;
  }
  .title-section2 h2 {
    font-size: 20px !important;
    margin-top: 4px !important;
  }
}
.main-btn a {
  font-weight: bold !important;
  align-items: center;
  position: relative;
}
.main-btn a::after {
  content: "";
  background: url(https://bcj-global.net//wp-content/uploads/2025/12/arrow-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.3em;
  height: 1.3em;
  position: absolute;
  right: 1.5em;
}

@media (min-width: 1024px) {
  .smb-btn:hover {
    filter: none;
    color: #fff !important;
    opacity: 0.9;
  }
}
@-webkit-keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity {
  transform: translateX(-10%);
  margin-top: 0 !important;
}

.scroll-infinity__wrap {
  display: flex;
}

.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}

.scroll-infinity__list--left {
  -webkit-animation: infinity-scroll-left 80s infinite linear 0.5s both;
          animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

.scroll-infinity__item {
  width: 20vw;
  aspect-ratio: 4/3;
}
@media screen and (max-width: 639px) {
  .scroll-infinity__item {
    width: 33.3333333333vw;
  }
}

.scroll-infinity__item > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 639px) {
  .check-list-box {
    flex-direction: column !important;
  }
  .check-list-box p {
    font-size: 16px !important;
  }
}
@media screen and (min-width: 639px) and (max-width: 1023px) {
  .check-list-box {
    flex-direction: column !important;
  }
}
@media screen and (min-width: 639px) and (max-width: 1023px) {
  .merit-item {
    flex: 1 1 45% !important;
  }
}
.merit-item .smb-box__background {
  top: auto;
  height: 80%;
}

.merit-flex-items {
  gap: 1em 2em !important;
}
@media screen and (max-width: 639px) {
  .merit-flex-items {
    flex-direction: column !important;
  }
  .merit-flex-items h3 {
    text-align: center !important;
  }
}

@media screen and (max-width: 639px) {
  .merit-box {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 639px) {
  .feature {
    padding-bottom: 1em !important;
  }
}
@media (min-width: 640px) {
  .feature .c-row__col--md-2-3 {
    --_item-width: 57% !important;
  }
  .feature .c-row__col--md-1-3 {
    --_item-width: 43% !important;
  }
}

.feature-content {
  position: relative;
}
@media screen and (max-width: 639px) {
  .feature-content {
    padding-bottom: 4em !important;
  }
}
.feature-content::after {
  content: "";
  width: 150%;
  height: 100%;
  display: inline-block;
  background: #FCFAF5;
  position: absolute;
  top: -50%;
  transform: translateY(50%);
  left: calc(50% - 17em);
  z-index: -2;
}

.feature-item {
  position: relative;
  overflow: visible;
}
.feature-item .c-row__col--md-2-3::after {
  content: "";
  font-size: 4.2em;
  color: #FAF0E2;
  font-family: "Satisfy", cursive;
  position: absolute;
  bottom: -0.2em;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 639px) {
  .feature-item .c-row__col--md-2-3::after {
    bottom: -1em;
    font-size: 2.5em;
  }
}
@media screen and (min-width: 639px) and (max-width: 1023px) {
  .feature-item .c-row__col--md-2-3::after {
    font-size: 3em;
  }
}
.feature-item.feature-item1 .c-row__col--md-2-3::after {
  content: "Our Strengths 01";
}
.feature-item.feature-item2 .c-row__col--md-2-3::after {
  content: "Our Strengths 02";
  bottom: -0.5em;
  left: 0.5em;
}
@media screen and (max-width: 639px) {
  .feature-item.feature-item2 .c-row__col--md-2-3::after {
    bottom: -1em;
    left: auto;
  }
}
.feature-item.feature-item3 .c-row__col--md-2-3::after {
  content: "Our Strengths 03";
  bottom: -0.5em;
}
@media screen and (max-width: 639px) {
  .feature-item.feature-item3 .c-row__col--md-2-3::after {
    bottom: -1em;
  }
}

@media screen and (max-width: 639px) {
  .top-works {
    padding-bottom: 6em !important;
  }
}
@media screen and (max-width: 639px) {
  .about-us {
    padding-bottom: 0 !important;
  }
}
.about-us-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 0 !important;
}
@media screen and (max-width: 639px) {
  .about-us-box {
    margin-top: 12em !important;
  }
}

.about-us .smb-section-with-bgimage__bgimage {
  width: 60%;
  height: 75%;
}
@media screen and (max-width: 639px) {
  .about-us .smb-section-with-bgimage__bgimage {
    width: 90%;
    height: 40%;
  }
}
.about-us .smb-section-with-bgimage__bgimage img {
  border-radius: 0 32px 32px 0 !important;
}

/*=============================================
# 下部バナー
=============================================== */
.footer-banner {
  width: 960px;
  max-width: 100%;
  font-size: 1rem !important;
}
.footer-banner .smb-items__banner__title {
  font-size: 1.5em;
  letter-spacing: 0.1em;
  line-height: 1.1;
  font-family: "Satisfy", cursive;
}
@media screen and (max-width: 639px) {
  .footer-banner .smb-items__banner__title {
    font-size: 18px;
  }
}
.footer-banner .smb-items__banner__lede {
  font-size: 1.5em;
  margin-top: 0.3em !important;
}
@media screen and (max-width: 639px) {
  .footer-banner .smb-items__banner__lede {
    font-size: 18px;
  }
}
.footer-banner img {
  transition: all 2s;
}
.footer-banner .smb-items__banner:hover img {
  transform: scale(1.2);
}

.tel a {
  text-decoration: none !important;
  color: inherit !important;
}

.contact {
  font-size: 1rem !important;
}
@media screen and (max-width: 639px) {
  .contact {
    font-size: 1em !important;
  }
}
@media screen and (max-width: 639px) {
  .contact .footer-contact-box {
    padding: 3em 1em !important;
  }
}
.contact h2 {
  display: block !important;
  line-height: 1.4 !important;
  margin-bottom: 0 !important;
}
.contact h2::before, .contact h2::after {
  display: none !important;
}
@media screen and (max-width: 639px) {
  .contact .footer-contact-text {
    font-size: 14px !important;
  }
}
.contact .tel {
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (max-width: 639px) {
  .contact .tel {
    font-size: 2em !important;
  }
}
.contact .smb-section-with-bgimage__bgimage.smb-section-with-bgimage__bgimage--lg {
  height: 60% !important;
}
.contact .footer-tel-box {
  gap: 4px !important;
  justify-content: center !important;
  align-items: baseline !important;
}

.box-shadow {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.l-footer {
  border-top: none !important;
}
.l-footer .c-fluid-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.footer-nav {
  max-width: calc(1140px + 2%);
  width: 100%;
  margin-top: 2.5em !important;
  padding: 0 2% 3em !important;
}
@media screen and (max-width: 639px) {
  .footer-nav {
    justify-content: center !important;
    gap: 2em !important;
    padding-bottom: 3em !important;
  }
}
@media screen and (min-width: 639px) and (max-width: 1023px) {
  .footer-nav {
    flex-direction: column !important;
    gap: 2em !important;
  }
}
.footer-nav .menu {
  display: flex;
  flex-wrap: wrap;
  gap: 1em 3em;
  font-weight: 500;
}
@media screen and (max-width: 639px) {
  .footer-nav .menu {
    font-size: 1em;
    flex-direction: column;
    text-align: center;
  }
}
.footer-nav .menu li {
  margin-top: 0 !important;
}

.footer-logo img {
  width: 360px !important;
}
@media screen and (max-width: 639px) {
  .footer-logo {
    flex: 0 0 100%;
  }
  .footer-logo img {
    width: 300px !important;
    margin: auto;
  }
}

.c-copyright--inverse {
  background-color: #3B97AF;
  font-size: 12px;
  text-align: center;
}

.c-drawer__menu li {
  text-align: center;
  padding: 1em;
  font-size: 16px;
  font-size: 1.15em;
}

/*=============================================
# 海外人材について
=============================================== */
@media screen and (min-width: 1024px) {
  .education-list .smb-information__item {
    margin-top: 1em !important;
  }
}
@media (min-width: 640px) {
  .education-list .c-row__col--md-1-4 {
    --_item-width: 20% !important;
  }
}
@media screen and (max-width: 639px) {
  .education-list .c-row__col.c-row__col--1-1.c-row__col--md-1-4 {
    margin-bottom: 1em !important;
    padding-bottom: 8px !important;
    border-bottom: 1px solid #eee;
  }
  .education-list .smb-information__item__label {
    font-size: 15px !important;
  }
}
/*=============================================
# 導入までの流れ
=============================================== */
@media screen and (max-width: 639px) {
  .flow-flex {
    gap: 2em !important;
    flex-direction: column !important;
  }
}
/*=============================================
# 会社紹介
=============================================== */
.message-img img {
  aspect-ratio: 3/3.2 !important;
}

.message-text-box p {
  line-height: 2;
}

@media screen and (max-width: 639px) {
  .message-flex {
    flex-direction: column !important;
    gap: 1em !important;
    margin-top: 4em !important;
  }
  .message-profile {
    flex-wrap: nowrap !important;
    gap: 1.5em !important;
  }
}
.company-list .smb-information__item {
  border-bottom: 1px solid #DDDDDD !important;
}
.company-list .smb-information__item:first-child {
  border-top: 1px solid #DDDDDD !important;
}
.company-list .smb-information__item__label {
  letter-spacing: 0.1em !important;
  font-weight: 500;
}
@media screen and (max-width: 639px) {
  .company-list .c-row__col--1-4 {
    --_item-width: 35% !important;
  }
  .company-list .c-row__col--3-4 {
    --_item-width: 65% !important;
  }
}

/*=============================================
# ページヘッダー
=============================================== */
.c-page-header[data-has-image=true] {
  height: 280px !important;
}
@media screen and (max-width: 639px) {
  .c-page-header[data-has-image=true] {
    height: 160px !important;
  }
}

.c-page-header h1 {
  font-size: 1.65em !important;
  color: #333 !important;
}
@media screen and (max-width: 639px) {
  .c-page-header h1 {
    font-size: 20px !important;
  }
}

/*=============================================
# サービス
=============================================== */
.service-item-box {
  padding: 2em 4em 2em 4.5em !important;
}
@media screen and (max-width: 639px) {
  .service-item-box {
    padding: 2em 1em 2em 2em !important;
  }
}

h3.service-item-title {
  position: relative;
}
@media screen and (max-width: 639px) {
  h3.service-item-title {
    font-size: 16px !important;
    margin-left: 1em !important;
  }
}
h3.service-item-title::before {
  content: "●";
  color: #13A4CA;
  font-size: 0.5em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -2.5em;
}

.spider__dots {
  gap: 8px;
  margin-top: 0.5em !important;
}

@media screen and (max-width: 639px) {
  :root {
    --spider--dot-size: 6px;
  }
}

/*=============================================
# faq
=============================================== */
.faq .smb-accordion__item__title {
  background-color: #FDF9F2;
  padding: 1.3em 2em 1.3em 4em !important;
  font-weight: bold;
}
@media screen and (max-width: 639px) {
  .faq .smb-accordion__item__title {
    padding: 1.3em 2em 1.3em 3em !important;
  }
}
.faq .smb-accordion__item__body {
  border: 1px solid #ededed;
  border-top: none;
  padding: 1.5em 1em 1.5em 4em !important;
}
@media screen and (max-width: 639px) {
  .faq .smb-accordion__item__body {
    padding: 1.5em 1em 1.5em 3em !important;
  }
}
.faq .smb-accordion__item__body p:first-child {
  position: relative;
}
.faq .smb-accordion__item__body p:first-child::before {
  content: "A";
  color: #ED9937;
  font-weight: bold;
  position: absolute;
  left: -1.8em;
  font-size: 1em;
}
.faq .smb-accordion__item__title__label {
  position: relative;
}
.faq .smb-accordion__item__title__label::before {
  content: "Q";
  color: #44B4C4;
  font-weight: bold;
  position: absolute;
  left: -1.8em;
  font-size: 1em;
}

/*=============================================
# お問い合わせ
=============================================== */
.contact-form .smf-button-control__control {
  background-color: #ED9937;
  padding: 0.5em 2.5em !important;
  border-radius: 50px;
  font-weight: 500 !important;
}

.contact-form .smf-action {
  margin-bottom: 0 !important;
}

/*=============================================
# スタッフ募集
=============================================== */