@charset "utf-8";

/* ==========================================================
   CTA・フッター共通：求職者お問い合わせボタンの上にラベル（調整版）
========================================================== */

/* CTA部分：ラベルを小さく、近づける */
#cta ul li a[href="contact-job.html"] {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
}

/* CTA専用ラベル */
#cta ul li a[href="contact-job.html"]::before {
    content: "バングラデシュ人限定";
    position: absolute;
    top: -1em;
    left: 50%;
    transform: translateX(-50%);
    background: #006a4e;
    color: #ffee00;
    font-size: 0.65rem;
    font-weight: 600;
    padding: 1px 5px;
    border-radius: 3px;
    white-space: nowrap;
    letter-spacing: 0.05em;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    line-height: 20px;
}

/* ==========================================================
   contents_menu版：上のテキストとぶつからないよう調整
========================================================== */

#contents_menu ul li a[href="contact-job.html"] {
  position: relative;
  display: inline-block;
  margin-top: 8px; /* 上のテキストリンクから少し間隔 */
}

/* contents_menu専用ラベル */
#contents_menu ul li a[href="contact-job.html"]::before {
    content: "バングラデシュ人限定";
    position: absolute;
    bottom: 70%;
    left: 35%;
    transform: translateX(-50%) translateY(-4px);
    background: #006a4e;
    color: #ffee00;
    font-size: 0.6rem;
    font-weight: 600;
    padding: 1px 5px;
    border-radius: 3px;
    white-space: nowrap;
    letter-spacing: 0.05em;
}

/* スマホ用微調整 */
@media (max-width: 959px) {
  #cta ul li a[href="contact-job.html"]::before {
    font-size: 0.6rem;
    top: -0.6em;
  }

    #contents_menu ul li a[href="contact-job.html"]::before {
        font-size: 0.55rem;
        transform: translateX(-50%) translateY(-2px);
        left: 50px;
    }
  
  #contents_menu .footer_contact {
    width: 100% !important;
}
  #contents_menu .footer_contact a {
    display: block!important;
}

}




/* ==========================================================
   求職者お問い合わせボタン専用ラベル
========================================================== */

/* ボタン自体 */
#global-nav ul .contact a[href="contact-job.html"] {
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
}

/* 上に表示する小ラベル */
#global-nav ul .contact a[href="contact-job.html"]::before {
    content: "バングラデシュ人限定";
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    background: #006a4e;
    color: #ffee00;
    font-size: 0.6rem;
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 4px;
    white-space: nowrap;
    letter-spacing: 0.1em;
}

/* レスポンシブ対応（スマホ時） */
@media (max-width: 959px) {
  #global-nav ul .contact a[href="contact-job.html"] {
    padding-top: 34px;
    font-size: 14px;
  }
    #global-nav ul .contact a[href="contact-job.html"]::before {
        font-size: 0.7rem;
        top: -5px;
    }
}


/* ==========================================================
   共通レイアウトglobal-nav
========================================================== */


#head_wrap {
    position: fixed;
    top: 0;
    width: 100%;
    margin: 0 auto;
    line-height: 1;
    z-index: 999;
    text-decoration: none;
    background: #fffffff5;
    box-shadow: 0 0 4px #00000003;
}

#head_wrap a {
  text-decoration: none;
}

#head_wrap .inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    padding: 23px 25px;
    justify-content: space-between;
}

.logo img {
    height: 60px;
}


/* ==========================================================
   共通レイアウトcontents_menu
========================================================== */
#contents_menu {
    background: #061731;
    padding: 30px 0;
    width: 100%;
    font-size: 12px;
    color: #ffffffcf;
}

#contents_menu .box_inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
}

#contents_menu ul li a {
    color: #ffffffcf;
    font-size: 14px;
    padding: 10px 0;
    display: block;
}

#contents_menu ul li img {
    width: 200px;
}

.contents_menu_company {
    line-height: 2;
}

/* ==========================================================
   共通レイアウトfooter_menu
========================================================== */
#footer_menu .box_inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    padding: 40px 0;
    justify-content: space-between;
}

#footer_menu .box_inner ul {
        display: flex;
        gap: 20px;
}

#footer_menu .box_inner ul li a {
    color: #000000ad;
    font-size: 12px;
}

#copyright address {
    font-size: 11px;
    font-style: normal !important;
    color: #898989;
    letter-spacing: 0.01em;
}

/* ==========================================================
   共通レイアウトcta
========================================================== */

#cta {
  background: linear-gradient(rgba(80, 130, 170, 0.6), rgba(80, 130, 170, 0.6)),
              url("../images/pc_cta.jpg");
  	background-attachment: fixed;
    background-position: center top;
    background-size: cover;
    padding: 60px 0;
    text-align: center;
}

#cta h2 {
    color: #fff;
    font-weight: bold;
    line-height: 2.2;
    letter-spacing: 0.1em;
    font-size: 28px;
}

#cta p {
    color: #fff;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.1em;
    font-size: 16px;
    padding: 20px 0;
}

#cta ul {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
}

#cta ul li {
    padding: 30px 20px 10px 20px;
}

#cta ul li a {
    display: inline-block !important;
    padding: 0 70px !important;
    min-width: 114px !important;
    line-height: 60px !important;
    text-decoration: none !important;
    color: #fff !important;
    background: #0083ff1f !important;
    position: relative !important;
    border-radius: 60px !important;
    border: 1px solid #ffffff !important;
    font-size: 15px !important;
    transition: 0.5s !important;
}



/* ==========================================================
   グローバルナビ（PC時）
========================================================== */

#global-nav ul {
  list-style: none;
  font-size: 14px;
  display: inline-flex;
}
#global-nav ul li {
    padding: 20px 10px;
    height: 54px;
}
#global-nav ul li a {
  padding: 2px 5px;
  font-weight: bold;
  transition: all 0.6s ease;
}

#global-nav ul .contact a {
    background: #163e7c;
    padding: 10px 20px;
    color: #fff;
}



/* ==========================================================
   ハンバーガートグルボタン
========================================================== */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 2000;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 1.4px;
  width: 100%;
  background: #333;
  left: 0;
  transition: 0.35s ease-in-out;
}
#nav-toggle span:nth-child(1) { top: 0; }
#nav-toggle span:nth-child(2) { top: 11px; }
#nav-toggle span:nth-child(3) { top: 22px; }

/* トグルON時のアニメーション */
#head_wrap.open #nav-toggle span:nth-child(1) {
  top: 11px;
  transform: rotate(45deg);
}
#head_wrap.open #nav-toggle span:nth-child(2) {
  opacity: 0;
}
#head_wrap.open #nav-toggle span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
}

/* ==========================================================
   スマホスタイル
========================================================== */
@media screen and (max-width: 959px) {

  #head_wrap {
    top: 0;
    position: fixed;
    margin-top: 0;
    width: 100%;
    padding: 0;
    background: rgba(255, 255, 255, 0.95);
  }

  #mobile-head {
    width: 100%;
    height: 56px;
    z-index: 999;
    position: relative;
  }

  #head_wrap.fixed .logo,
  #head_wrap .logo {
    position: absolute;
    left: 0px;
    top: 5px;
  }
  
  #head_wrap .inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    padding: 5px 10px!important;
    justify-content: space-between;
}
  
  .logo img {
    height: 40px!important;
}
  
  #global-nav {padding-top: 66px!important;}
  
  #global-nav ul {
    list-style: none;
    font-size: 14px;
    display: block!important;
}

  /* ==========================================================
     スマホスタイルcontents_menu
  ========================================================== */
  #contents_menu .box_inner {display: block;}
  #contents_menu ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
  #contents_menu ul li {
          width: 50%;
          }
  
	#contents_menu ul li a {
    color: #ffffffcf;
    font-size: 13px;
    display: block;
    padding: 15px 2px;
    margin: 0px 10px;
    border-bottom: 1px #ffffff1f solid;
    }
	
	.contents_company {
        display: block !important;
        margin: 0 auto !important;
        padding: 10px;
    }
	.contents_company li {width: 100%!important;}
	
	.footer_logo li img {
        width: 70% !important;
    }
	
	.footer_logo {
    justify-content: center;
    align-items: center;
    }
    .footer_logo li {
    text-align: center;
    padding: 25px 0 0;
    }
    
  /* ==========================================================
     スマホスタイルfooter_menu
  ========================================================== */
  #footer_menu .box_inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: block;
    padding: 15px 10px 0;
    justify-content: space-between;
	}
   #footer_menu .box_inner ul {
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
    }
    #footer_menu .box_inner ul li a {
    color: #000000ad;
    font-size: 11px;
	}
    #copyright address {
    font-size: 9px;
    font-style: normal !important;
    color: #898989;
	}

  /* ==========================================================
     スマホスタイルcta
  ========================================================== */
	#cta {
	background: linear-gradient(rgba(80, 130, 170, 0.6), rgba(80, 130, 170, 0.6)),
              url("../images/sp_cta.jpg");
  	background-attachment: fixed;
    background-position: center top;
    background-size: cover;
    padding: 60px 0;
    text-align: left;
	}
	
	#cta h2 {
    color: #fff;
    font-weight: 600;
    line-height: 2;
    letter-spacing: 0.1em;
    font-size: 24px;
}
	#cta p {
    color: #fff;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-size: 14px;
    padding: 20px 0px;
}

	#cta ul {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: block;
}

	#cta ul li {
    padding: 15px 0 10px;
}
	#cta ul li a {
    display: block !important;
    width: 60% !important;
    line-height: 60px !important;
    text-decoration: none !important;
    color: #fff !important;
    background: #0083ff1f !important;
    position: relative !important;
    border-radius: 60px !important;
    border: 1px solid #ffffff !important;
    font-size: 14px !important;
    font-weight: bold;
    transition: 0.5s !important;
    text-align: center;
    margin: 0 auto;
    padding: 0 !important;
}
  /* ==========================================================
     スマホスタイル+フェードイン＋スライドメニュー本体
  ========================================================== */
  #global-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.97);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: all 0.45s ease;
    z-index: 1;
    text-align: center;
    padding-top: 100px;
  }

  /* 開いたとき：ふわっと表示 */
  #head_wrap.open #global-nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  #global-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

#global-nav ul li {
    text-align: left;
    padding: 0;
}

    #global-nav a {
        display: block;
        font-size: 14px;
        text-decoration: none;
        opacity: 0;
        transform: translateY(10px);
        transition: all 0.4s ease;
        width: 100%;
        padding: 20px 15px !important;
        border-bottom: 1px solid #33333314;
    }
    
    #global-nav ul .contact a {
        width: 60%;
        background: #163e7c;
        padding: 10px 20px;
        color: #fff;
        margin: 30px auto 5px;
        text-align: center;
    }

  /* 遅延付きフェードイン */
  #head_wrap.open #global-nav li:nth-child(1) a { transition-delay: 0.1s; }
  #head_wrap.open #global-nav li:nth-child(2) a { transition-delay: 0.2s; }
  #head_wrap.open #global-nav li:nth-child(3) a { transition-delay: 0.3s; }
  #head_wrap.open #global-nav li:nth-child(4) a { transition-delay: 0.4s; }
  #head_wrap.open #global-nav li:nth-child(5) a { transition-delay: 0.5s; }
  #head_wrap.open #global-nav li:nth-child(6) a { transition-delay: 0.6s; }
  #head_wrap.open #global-nav li:nth-child(7) a { transition-delay: 0.7s; }
  #head_wrap.open #global-nav li:nth-child(8) a { transition-delay: 0.8s; }
  #head_wrap.open #global-nav li:nth-child(9) a { transition-delay: 0.9s; }
  #head_wrap.open #global-nav li:nth-child(10) a { transition-delay: 1s; }

  #head_wrap.open #global-nav a {
    opacity: 1;
    transform: translateY(0);
  }

  /* ハンバーガーボタン表示 */
  #nav-toggle {
    display: block;
  }
}

/* ==========================================================
   PC時は通常の横並び
========================================================== */
@media screen and (min-width: 960px) {
 #global-nav {
        background: none;
        transition: none;
        opacity: 1;
        visibility: visible;
        }
  #global-nav ul {
    display: flex;
    gap: 10px;
  }
  #global-nav a {
    opacity: 1;
    transform: none;
  }
  #nav-toggle {
    display: none;
  }
}









