/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[7].use[5]!./src/components/Header.module.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.Header_header__2AlXl {
  border-bottom: 2px solid #1e69c5;
  background: #ffffff;
  font-family: "Noto Sans JP", system-ui, sans-serif;
}

.Header_headerUpper__jVBu8 {
  display: flex;
  padding: 16px 32px;
  justify-content: space-between;
  align-items: center;
}

.Header_logoGroup__ynRRy {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.Header_logoGroup__ynRRy:hover {
  opacity: 0.8;
}

.Header_searchGroup__wyDeB {
  display: flex;
  align-items: center;
  gap: 20px;
}

.Header_searchBox__3lBmW {
  position: relative;
}
.Header_searchBox__3lBmW input {
  width: 200px;
  padding: 8px 12px;
  border: 1px solid #e9e8e8;
  border-radius: 20px;
  box-shadow: inset -2px 2px 3px rgba(0, 0, 0, 0.15);
  font-weight: 700;
  color: #acacac;
}

.Header_userInfo__ur1Ui {
  display: flex;
  align-items: center;
  gap: 12px;
}
.Header_userInfoName__lRbrH {
  font-size: 16px;
  font-weight: 700;
}
.Header_userInfoAvatar__sIOCp {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #d9d9d9;
  overflow: hidden;
  border: 2px solid #e9e8e8;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
  position: relative;
}
.Header_userInfoAvatar__sIOCp:hover {
  transform: scale(1.05);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.Header_userInfoAvatar__sIOCp img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.Header_userInfoStatus__TMX_s {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #acacac;
}

.Header_userMenuContainer__1aZS_ {
  position: relative;
  display: inline-block;
}

.Header_userDropdownMenu__269GF {
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  min-width: 160px;
  margin-top: 8px;
}
.Header_userDropdownMenu__269GF::before {
  content: "";
  position: absolute;
  top: -6px;
  right: 16px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #e5e5e5;
}
.Header_userDropdownMenu__269GF::after {
  content: "";
  position: absolute;
  top: -5px;
  right: 16px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
}

.Header_userMenuItem__rUiQm {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 12px 16px;
  border: none;
  background: none;
  text-align: left;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.Header_userMenuItem__rUiQm:first-child {
  border-radius: 8px 8px 0 0;
}
.Header_userMenuItem__rUiQm:last-child {
  border-radius: 0 0 8px 8px;
}
.Header_userMenuItem__rUiQm:hover {
  background-color: #f8f9fa;
}
.Header_userMenuItem__rUiQm:active {
  background-color: #e9ecef;
}

.Header_userMenuIcon__KpCfX {
  margin-right: 8px;
  width: 16px;
  height: 16px;
  stroke-width: 2;
  color: #666;
  flex-shrink: 0;
}

.Header_quickLinks__vJKEF {
  margin-top: 16px;
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding-bottom: 8px;
  padding-left: 32px;
  padding-right: 32px;
}

.Header_quickLink__6PVt9 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #333333;
  font-size: 14px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.Header_quickLinkIcon__Dw95s {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(30, 105, 197, 0.08);
  transition: inherit;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center;
}
.Header_quickLinkLabel__mXkAq {
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.02em;
}
.Header_quickLink__6PVt9:hover .Header_quickLinkIcon__Dw95s {
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* アイコン別スタイル - 正しい順序に修正 */
.Header_quickLink__6PVt9:nth-child(1) .Header_quickLinkIcon__Dw95s {
  background-image: url("/icons/syanaihou.svg"); /* 1. TOP */
}

.Header_quickLink__6PVt9:nth-child(2) .Header_quickLinkIcon__Dw95s {
  background-image: url("/icons/shanaiho.svg"); /* 2. 社内報 */
}

.Header_quickLink__6PVt9:nth-child(3) .Header_quickLinkIcon__Dw95s {
  background-image: url("/icons/kisoku.svg"); /* 3. 社則・規約 */
}

.Header_quickLink__6PVt9:nth-child(4) .Header_quickLinkIcon__Dw95s {
  background-image: url("/icons/oshirase.svg"); /* 4. eラーニング */
}

.Header_quickLink__6PVt9:nth-child(5) .Header_quickLinkIcon__Dw95s {
  background-image: url("/icons/soshikizu.svg"); /* 5. 組織図 */
}

.Header_quickLink__6PVt9:nth-child(6) .Header_quickLinkIcon__Dw95s {
  background-image: url("/icons/denwacho.svg"); /* 6. 電話帳 */
}

.Header_quickLink__6PVt9:nth-child(7) .Header_quickLinkIcon__Dw95s {
  background-image: url("/icons/fukurikose.svg"); /* 7. 福利厚生 */
}

.Header_quickLink__6PVt9:nth-child(8) .Header_quickLinkIcon__Dw95s {
  background-image: url("/icons/hoyojo.svg"); /* 8. 保養所予約 */
}

.Header_quickLink__6PVt9:nth-child(9) .Header_quickLinkIcon__Dw95s {
  background-image: url("/icons/haisha.svg"); /* 9. 配車予約 */
}

.Header_quickLink__6PVt9:nth-child(10) .Header_quickLinkIcon__Dw95s {
  background-image: url("/icons/komatta.svg"); /* 10. 困った時は */
}

.Header_quickLink__6PVt9:nth-child(11) .Header_quickLinkIcon__Dw95s {
  background-image: url("/icons/shinsei.svg"); /* 11. 各種申請 */
}

.Header_quickLink__6PVt9:nth-child(12) .Header_quickLinkIcon__Dw95s {
  background-image: url("/icons/shonin.svg"); /* 12. 承認待ち */
}

.Header_quickLink__6PVt9:nth-child(13) .Header_quickLinkIcon__Dw95s {
  background-image: url("/icons/kaizen.svg"); /* 13. 業務改善 */
}

.Header_quickLink__6PVt9:nth-child(14) .Header_quickLinkIcon__Dw95s {
  background-image: url("/icons/komatta.svg"); /* 14. インシデント報告 */
}

.Header_quickLink__6PVt9:nth-child(15) .Header_quickLinkIcon__Dw95s {
  background-image: url("/icons/toukou.svg"); /* 15. お知らせ */
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[7].use[5]!./src/app/faq/faq.module.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.faq_pageWrapper__bkwya {
  min-height: 100vh;
  background: #f8fafc;
  color: #334155;
  font-family: "Noto Sans JP", system-ui, sans-serif;
  line-height: 1.6;
}

.faq_page__ihcch {
  max-width: 1600px;
  margin: 0 auto;
}

.faq_content__3GDVw {
  padding: 48px 40px 100px;
}

.faq_faqContainer__gf86t {
  max-width: 1200px;
  margin: 0 auto;
}

.faq_pageTitle__qIXZp {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 48px;
  color: #334155;
}

.faq_categoryTabs__9vp3Q {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  margin-bottom: 48px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.faq_categoryTab__jxMTX {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 16px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition: all 0.2s ease;
  min-height: 80px;
}
.faq_categoryTab__jxMTX:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}
.faq_categoryTab__jxMTX.faq_active__hxWvs {
  background: #1e69c5;
  color: #ffffff;
  border-color: #1e69c5;
  box-shadow: 0 4px 12px rgba(30, 105, 197, 0.3);
}

.faq_categoryLabel__tD2ew {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
  white-space: pre-line;
  margin-bottom: 8px;
}

.faq_categoryIcon__5MP_7 {
  font-size: 12px;
  opacity: 0.7;
}

.faq_categoryTitle__IXSEu {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 32px;
  color: #1e69c5;
}

.faq_faqList__L27HH {
  max-width: 900px;
  margin: 0 auto;
}

.faq_faqItem__tygOP {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 16px;
  overflow: hidden;
}

.faq_faqQuestion__Tl_8B {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px 32px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  transition: background-color 0.2s ease;
}
.faq_faqQuestion__Tl_8B:hover {
  background: #f8fafc;
}
.faq_faqQuestion__Tl_8B.faq_expanded__lg4kr {
  background: #f8fafc;
}

.faq_questionIcon__4_X_r {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #1e69c5;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  flex-shrink: 0;
}

.faq_questionText__hrpL_ {
  flex: 1;
  color: #334155;
}

.faq_faqAnswer__FYrhH {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  background: #f8fafc;
}
.faq_faqAnswer__FYrhH.faq_expanded__lg4kr {
  max-height: 1000px;
  padding: 24px 32px;
}

.faq_answerContent__R8SWV {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.faq_answerIcon__2s6A4 {
  color: #1e69c5;
  font-weight: 700;
  font-size: 16px;
  flex-shrink: 0;
}

.faq_answerText__KfQzV {
  flex: 1;
  color: #64748b;
  line-height: 1.7;
}

.faq_showMoreButton__LpIEJ {
  display: inline-block;
  margin-top: 8px;
  color: #1e69c5;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  padding: 0;
}
.faq_showMoreButton__LpIEJ:hover {
  color: #114c95;
}

.faq_loading__MrnLL,
.faq_error__hP6ED {
  text-align: center;
  padding: 48px;
  margin: 32px 0;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.faq_loading__MrnLL p,
.faq_error__hP6ED p {
  margin: 0;
  font-size: 16px;
  color: #64748b;
}

.faq_error__hP6ED {
  border-left: 4px solid #ef4444;
}
.faq_error__hP6ED p {
  color: #dc2626;
}

@media (max-width: 768px) {
  .faq_content__3GDVw {
    padding: 32px 20px 80px;
  }
  .faq_categoryTabs__9vp3Q {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
  .faq_categoryTab__jxMTX {
    padding: 16px 8px;
    min-height: 60px;
  }
  .faq_categoryLabel__tD2ew {
    font-size: 12px;
  }
  .faq_faqQuestion__Tl_8B,
  .faq_faqAnswer__FYrhH.faq_expanded__lg4kr {
    padding: 20px 24px;
  }
  .faq_questionIcon__4_X_r {
    width: 28px;
    height: 28px;
    font-size: 14px;
  }
  .faq_faqQuestion__Tl_8B {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .faq_header__VpfQA {
    padding: 20px 20px 24px;
  }
  .faq_headerUpper__dK0o_ {
    flex-direction: column;
    gap: 16px;
    align-items: stretch;
  }
  .faq_searchGroup__vkkbZ {
    justify-content: space-between;
  }
  .faq_quickLinks__xTglM {
    justify-content: flex-start;
    padding-right: 20px;
  }
  .faq_categoryTabs__9vp3Q {
    grid-template-columns: repeat(2, 1fr);
  }
  .faq_pageTitle__qIXZp {
    font-size: 28px;
    margin-bottom: 32px;
  }
}
