@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Satisfy&display=swap");
@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) {
  .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;
  }
}

.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
=============================================== */
.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) {
  .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;
  }
}

/*=============================================
# 下部バナー
=============================================== */
.c-drawer__menu li {
  text-align: center;
  padding: 1em;
  font-size: 16px;
  font-size: 1.15em;
}

/*=============================================
# 海外人材について
=============================================== */
/*=============================================
# 導入までの流れ
=============================================== */

@media screen and (max-width: 639px) {
  .flow-flex {
    gap: 1.2em !important;
    flex-direction: column !important;
  }
}

.flow-flex img {
  width: 108px;
  margin: auto;
}

/*=============================================
# 会社紹介
=============================================== */

.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 h1 {
  font-size: 1.65em !important;
  color: #333 !important;
}

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

/*=============================================
# サービス
=============================================== */
/*=============================================
# faq
=============================================== */
/*=============================================
# お問い合わせ
=============================================== */
.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;
}

/*=============================================
# スタッフ募集
=============================================== */
@media screen and (max-width: 639px) {
  .fv {
    --smb-section--min-height: 168vw !important;
  }
}

.concerns-list {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 1.5em !important;
  padding-left: 0 !important;
}

@media screen and (max-width: 639px) {
  .concerns-list {
    gap: 1em !important;
  }
}

.concerns-list li {
  padding: 1em 1em 1em 3.5em !important;
  border: 1px solid #44B4C4 !important;
  flex: 0 0 48%;
  margin-top: 0 !important;
}

@media screen and (max-width: 639px) {
  .concerns-list li {
    flex: 0 0 100% !important;
  }
}

@media screen and (min-width: 640px) and (max-width: 800px) {
  .concerns-list li {
    flex: 0 0 100% !important;
  }
}

.concerns-list li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #44B4C4;
  left: 1.5em;
  position: absolute;
}

.point-item {
  position: relative;
}

.point-item.point-item1::before {
  background: url(https://ante-career.site/japan/wp-content/uploads/2026/08/point-icon1.png);
}

.point-item.point-item2::before {
  background: url(https://ante-career.site/japan/wp-content/uploads/2026/08/point-icon2.png);
}

.point-item.point-item3::before {
  background: url(https://ante-career.site/japan/wp-content/uploads/2026/08/point-icon3.png);
}

.point-item.point-item4::before {
  background: url(https://ante-career.site/japan/wp-content/uploads/2026/08/point-icon4.png);
}

.point-item::before {
  content: "";
  background-repeat: no-repeat !important;
  background-size: contain !important;
  width: 60px;
  height: 60px;
  position: absolute;
  top: -2em;
  left: 3em;
  z-index: 1;
}

@media screen and (max-width: 639px) {
  .point-item::before {
    width: 48px;
    height: 48px;
    top: -1em;
  }
}

.point-item1,
.point-item2,
.point-item3,
.point-item4 {
  margin-bottom: 4em !important;
}

@media screen and (max-width: 639px) {
  .point-bottom-icon {
    margin-right: 0 !important;
    width: 162px !important;
  }
}

.t-shadow {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.slash {
  position: relative;
  text-align: center;
  display: inline-block;
  padding: 0 2.5em;
}

.slash::before,
.slash::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
  height: 1px;
  background: #333;
}

.slash::before {
  left: 0;
  transform: translateY(-50%) rotate(54deg);
}

.slash::after {
  right: 0;
  transform: translateY(-50%) rotate(-54deg);
}

.cta-title {
  text-align: center !important;
}

.cta-btns {
  gap: 1em !important;
}

.cta-btns a {
  gap: 8px;
  width: 340px !important;
  max-width: 100%;
  padding: 0.6em !important;
  font-size: 1.15em !important;
}

@media screen and (max-width: 639px) {
  .cta-btns a {
    padding: 0.8em !important;
    width: 280px !important;
  }
}

/* .cta-btns .line-btn a {
  align-items: center;
}

.cta-btns .line-btn a::before {
  content: "";
  background: url(http://mydesign-lt.com/koseikk-lp/wp-content/uploads/2026/04/line-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.4em;
  height: 1.4em;
} */

.cta-btns .mail-btn a {
  align-items: end;
}

.cta-btns .mail-btn a::before {
  content: "";
  background: url(https://ante-career.site/japan/wp-content/uploads/2026/04/mail-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.4em;
  height: 1.4em;
}

.border-title {
  position: relative;
}

.border-title::after {
  content: "";
  width: 80px;
  height: 1px;
  display: inline-block;
  background: #035FAB;
  position: absolute;
  bottom: -0.8em;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 639px) {
  .flex-d {
    flex-direction: column !important;
    gap: 1em !important;
  }
}

.cta2-group {
  position: relative;
}

.cta-character {
  position: absolute;
  top: -7em;
  right: 1em;
}

@media screen and (max-width: 639px) {
  .cta-character {
    top: -4em;
    right: 0em;
  }
}

@media screen and (max-width: 639px) {
  .cta-character img {
    width: 104px !important;
  }
}

.faq-item .smb-accordion__item {
  background: #FCFAF5 !important;
}

.faq-item .smb-accordion__item__title {
  background: transparent !important;
  padding: 1.5em 1.5em 1.5em 3em !important;
  margin-left: 1.7em !important;
  position: relative;
}

.faq-item .smb-accordion__item__title::after {
  content: "";
  background: url(https://ante-career.site/japan/wp-content/uploads/2026/08/q.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2em;
  height: 2em;
  position: absolute;
  left: 0;
}

.faq-item .smb-accordion__item__body {
  padding-top: 0 !important;
}

.footer-flex {
  width: 1040px !important;
  max-width: 100%;
}

.footer-logo img {
  width: 300px !important;
  margin: auto;
}

@media screen and (max-width: 639px) {
  .footer-logo img {
    width: 240px !important;
    margin: auto;
  }
}

.c-copyright--inverse {
  background-color: #fff;
  color: #2c3338;
  font-size: 12px;
  text-align: end;
  width: 1090px !important;
  max-width: 100%;
  margin: auto;
}

@media screen and (max-width: 639px) {
  .c-copyright--inverse .c-fluid-container {
    text-align: center !important;
  }
}

.footer-nav {
  gap: 0 !important;
}

@media screen and (max-width: 639px) {
  .footer-nav {
    justify-content: center !important;
  }
}

.footer-nav a {
  padding: 0 1.5em !important;
  border-right: 1px solid #9A9A9A;
}

.footer-nav li:first-child a {
  border-left: 1px solid #9A9A9A;
}

.p-footer-sticky-nav {
  background-color: transparent !important;
  margin: 0.5em !important;
  box-shadow: none !important;
}

/* .p-footer-sticky-nav .c-navbar {
  gap: 4px !important;
} */

/* .p-footer-sticky-nav .line-btn a {
  background: #24D630;
  color: #fff !important;
  font-size: 1.15em;
  padding: 1em;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s;
} */

/* .p-footer-sticky-nav .line-btn a:hover {
  background: #67c36d;
}

.p-footer-sticky-nav .line-btn a::before {
  content: "";
  background: url(http://mydesign-lt.com/koseikk-lp/wp-content/uploads/2026/04/line-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.2em;
  height: 1.2em;
  display: inline-block;
} */

.p-footer-sticky-nav .mail-btn a {
  background: #ED9937;
  color: #fff !important;
  font-size: 1.15em;
  padding: 1em;
  border-radius: 50px;
  display: flex;
  align-items: end;
  gap: 8px;
  transition: all 0.3s;
  margin: 0 1em 0 1em !important;
  font-weight: 600 !important;
}

.p-footer-sticky-nav .mail-btn a:hover {
  background: #f1a248;
}

.p-footer-sticky-nav .mail-btn a::before {
  content: "";
  background: url(https://ante-career.site/japan/wp-content/uploads/2026/04/mail-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.2em;
  height: 1.2em;
  display: inline-block;
}

@media screen and (max-width: 639px) {
  #page-top {
    --page-top-y: 64px !important;
  }
}

.header-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}

.header-btns a {
  text-decoration: none;
}

.header-btns .line-btn a {
  background: #24D630;
  color: #fff !important;
  font-size: 1.15em;
  padding: 0.6em;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 300px;
  max-width: 100%;
  transition: all 0.3s;
}

.header-btns .line-btn a:hover {
  background: #67c36d;
}

.header-btns .line-btn a::before {
  content: "";
  background: url(http://mydesign-lt.com/koseikk-lp/wp-content/uploads/2026/04/line-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.2em;
  height: 1.2em;
  display: inline-block;
}

.header-btns .mail-btn a {
  background: #ED9937;
  color: #fff !important;
  font-size: 1.15em;
  padding: 0.6em;
  border-radius: 50px;
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 8px;
  width: 300px;
  max-width: 100%;
  transition: all 0.3s;
  font-weight: 600!important;
}

.header-btns .mail-btn a:hover {
  background: #f1a248;
}

.header-btns .mail-btn a::before {
  content: "";
  background: url(https://ante-career.site/japan/wp-content/uploads/2026/04/mail-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.2em;
  height: 1.2em;
  display: inline-block;
}

.smb-btn:hover {
  filter: none;
  opacity: 0.9 !important;
}

.c-page-header {
  background: #F9F5F1 !important;
  padding: 5.5em 1em !important;
}

@media screen and (max-width: 639px) {
  .c-page-header {
    padding: 3.5em 1em !important;
  }
}

.c-page-header h1.c-page-header__title {
  font-size: 1.5em !important;
}

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

button.smf-button-control__control {
  font-weight: 600;
  letter-spacing: 0.08em !important;
  padding: 0.8em 1em !important;
  width: 180px !important;
  max-width: 100% !important;
  border-radius: 50px !important;
}

@media screen and (max-width: 639px) {
  button.smf-button-control__control {
    width: 140px !important;
    font-size: 14px !important;
  }
}