@charset "UTF-8";
@keyframes spin { 0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); } }
.loading-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #fff; z-index: 9999; display: flex; align-items: center; justify-content: center; transition: opacity 0.3s ease; }
.loading-overlay.is-hidden { opacity: 0; pointer-events: none; }

.loading-spinner { background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PGRlZnM+PHN0eWxlPi5he2ZpbGw6I2YwZjBmMDt9LmJ7ZmlsbDp1cmwoI2EpO308L3N0eWxlPjxsaW5lYXJHcmFkaWVudCBpZD0iYSIgeDE9IjE5LjU1NDYxIiB5MT0iMjEuNDE1OTUiIHgyPSIyLjU4NDA0IiB5Mj0iNC40NDUzOCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iIzRhYmFhNCIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI2U0YzEyNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjx0aXRsZT5sb2FkaW5nLXNwaW5uZXItY29sb3JlZF8xPC90aXRsZT48cGF0aCBjbGFzcz0iYSIgZD0iTTEyLDNhOSw5LDAsMSwxLTksOSw5LjAxMDE5LDkuMDEwMTksMCwwLDEsOS05bTAtM0ExMiwxMiwwLDEsMCwyNCwxMiwxMiwxMiwwLDAsMCwxMiwwWiIvPjxwYXRoIGNsYXNzPSJiIiBkPSJNMjAuOTQyMzgsMTEuMDA2NDFhOS4wMjQ5MSw5LjAyNDkxLDAsMSwxLTcuOTQ4NzktNy45NDg3OUwxMy4zMjQ3Ny4wNzY5QTEyLjAzNCwxMi4wMzQsMCwxLDAsMjMuOTIzMSwxMC42NzUyM1oiLz48L3N2Zz4="); background-size: contain; display: inline-block; width: 32px; height: 32px; animation: spin 0.75s infinite cubic-bezier(0.12, 0, 0.9, 1); transform: translate3d(0, 0, 0); }

html { font-size: 12px; }

.blog .body-container { padding-top: 4.8rem; }
@media (max-width: 767px) { .blog .body-container { padding-top: 1.5rem; } }

@media (max-width: 767px) { .custom-header .page-center { padding: 0 12px !important; margin-left: 0 !important; margin-right: 0 !important; max-width: none !important; } }
@media (max-width: 767px) { .hs-blog-header { margin-bottom: 20px !important; } }
.hs-blog-header h2 { margin-top: 0; }
@media (max-width: 767px) { .hs-blog-header h2 { font-size: 1.6rem; margin-bottom: 0.6rem; } }

.top_intro { margin-bottom: 2rem; }
.top_intro p { margin: 0.4rem 0; color: #424242; line-height: 1.8; }
.top_intro a { color: #2d8a78; text-decoration: underline; text-decoration-color: #d6d6d6; text-underline-offset: 2px; }
.top_intro a:hover { color: #2d8a78; text-decoration-color: #2d8a78; }
.top_intro_links { display: flex; align-items: center; gap: 0.8rem; margin-top: 0.6rem; }
.top_intro_links_sep { color: #d6d6d6; font-size: 1rem; }

.top_search { margin: 2rem 0 0.6rem; display: flex; justify-content: center; }
.top_search_wrapper { position: relative; display: flex; align-items: center; width: 100%; max-width: 500px; border: 1px solid #d6d6d6; border-radius: 24px; background: #fff; padding: 0 1.2rem; height: 48px; transition: border-color 0.2s; }
.top_search_wrapper:focus-within { border-color: #4abaa4; box-shadow: 0 0 0 2px rgba(74, 186, 164, 0.15); }
.top_search_icon { width: 16px; height: 16px; flex-shrink: 0; opacity: 0.5; }
.top_search #top_search_input, .top_search .top_search_page_input { flex: 1; border: none; outline: none; padding: 0 0.8rem; font-size: 1.3rem; line-height: normal; height: 46px; background: transparent; color: #424242; margin: 0; vertical-align: middle; }
.top_search #top_search_input::placeholder, .top_search .top_search_page_input::placeholder { color: #939393; font-size: 1.2rem; }
.top_search_results { display: none; position: absolute; top: calc(100% + 6px); left: 0; right: 0; background: #fff; border: 1px solid #ececec; border-radius: 8px; box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); z-index: 100; max-height: 400px; overflow-y: auto; }
.top_search_results_item { display: block; padding: 0.7rem 1rem; text-decoration: none !important; border-bottom: 1px solid #f5f5f5; transition: background-color 0.15s; }
.top_search_results_item:last-child { border-bottom: none; }
.top_search_results_item:hover { background-color: #f9f9f9; text-decoration: none !important; }
.top_search_results_item * { text-decoration: none !important; }
.top_search_results_title { font-size: 1.2rem; font-weight: 600; color: #2d8a78; line-height: 1.5; text-align: left; }
.top_search_results_snippet { font-size: 1rem; color: #767676; margin-top: 0.2rem; line-height: 1.5; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: left; }
.top_search_results_more { display: block; padding: 0.8rem 1rem; text-align: center; font-size: 1.1rem; color: #4abaa4; font-weight: 500; text-decoration: none; border-top: 1px solid #ececec; }
.top_search_results_more:hover { background-color: #f0faf7; text-decoration: none; }
.top_search_results_empty { padding: 1.2rem 1rem; text-align: center; font-size: 1.1rem; color: #939393; }

.top_guide_cards { display: flex; gap: 1.2rem; margin-bottom: 1.6rem; }
@media (max-width: 767px) { .top_guide_cards { flex-direction: column; } }

.top_guide_card { flex: 1; display: flex; flex-direction: column; padding: 1.6rem 1.4rem; border: 2px solid #ececec; border-radius: 8px; text-decoration: none; text-align: left; }
.top_guide_card_header { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 1rem; }
.top_guide_card_icon { font-size: 1.8rem; color: #4abaa4; }
.top_guide_card_title { font-size: 1.4rem; font-weight: 600; color: #424242; }
.top_guide_card_link { font-size: 1.2rem; color: #4abaa4; font-weight: 500; text-decoration: none; margin-top: auto; padding-top: 0.6rem; }
.top_guide_card_link:hover { text-decoration: underline; text-decoration-color: #4abaa4; }
.top_guide_card_roles { width: 100%; display: flex; flex-direction: column; gap: 0.4rem; }
.top_guide_card_role { display: flex; align-items: baseline; gap: 0.3rem; padding: 0.6rem 0.8rem; border-radius: 6px; text-decoration: none; transition: background-color 0.15s; }
.top_guide_card_role:hover { background-color: #f0faf7; text-decoration: none; }
.top_guide_card_role_label { font-size: 1.2rem; font-weight: 500; color: #2d8a78; }
.top_guide_card_role_perm { font-size: 1rem; color: #939393; }
.top_guide_card_faq { width: 100%; list-style: none; padding: 0; margin: 0 0 0.4rem; text-align: left; }
.top_guide_card_faq li { padding: 0.5rem 0; border-bottom: 1px solid #f5f5f5; }
.top_guide_card_faq li:last-child { border-bottom: none; }
.top_guide_card_faq a { font-size: 1.2rem; color: #2d8a78; text-decoration: none; line-height: 1.6; }
.top_guide_card_faq a:hover { text-decoration: underline; text-decoration-color: #4abaa4; }

.top_popular { margin-bottom: 3rem; }
.top_popular_title { font-size: 1.1rem; font-weight: 600; color: #424242; margin-bottom: 0.8rem; }
.top_popular_list { display: flex; flex-wrap: wrap; gap: 0.6rem 1.2rem; list-style: none; padding: 0; margin: 0; }
.top_popular_item { display: flex; align-items: center; gap: 0.4rem; font-size: 1.1rem; }
.top_popular_item a { color: #2d8a78; text-decoration: none; }
.top_popular_item a:hover { text-decoration: underline; text-decoration-color: #4abaa4; }
.top_popular_item::before { content: "\203A"; color: #939393; }

.top_theme_guides { display: flex; align-items: center; gap: 0.5rem; flex-wrap: wrap; padding: 0.7rem 1rem; margin-bottom: 1.2rem; border: 1.5px solid #ececec; border-radius: 6px; background: #fafafa; }
.top_theme_guides_icon { font-size: 1.4rem; color: #4abaa4; }
.top_theme_guides_title { font-size: 1.1rem; font-weight: 600; color: #424242; margin-right: 0.3rem; }
.top_theme_guides_link { font-size: 1.1rem; color: #2d8a78; text-decoration: none; padding: 0.2rem 0.5rem; border-radius: 4px; transition: background-color 0.15s; }
.top_theme_guides_link:hover { background-color: #f0faf7; text-decoration: none; }
.top_theme_guides_link + .top_theme_guides_link::before { content: "・"; color: #d6d6d6; margin-right: 0.3rem; }

.top_roadmap_link { display: flex; align-items: center; gap: 0.4rem; margin-bottom: 3rem; }
.top_roadmap_link_icon { font-size: 1.3rem; color: #939393; }
.top_roadmap_link a { font-size: 1.1rem; color: #2d8a78; text-decoration: none; }
.top_roadmap_link a:hover { text-decoration: underline; text-decoration-color: #4abaa4; }

.top_contents { margin-bottom: 40px; padding-top: 2.5rem; border-top: 1px solid #d6d6d6; display: flex; justify-content: space-between; align-items: stretch; flex-wrap: wrap; text-align: left; }
.top_contents_section { width: 48%; margin-bottom: 4rem; }
@media (max-width: 767px) { .top_contents_section { width: 100%; } }
.top_contents_section--full { width: 100%; }
.top_contents_row { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; width: 100%; }
.top_contents_row > .top_contents_section { width: 48%; }
@media (max-width: 767px) { .top_contents_row > .top_contents_section { width: 100%; } }
.top_contents_section_list { list-style: none; padding: 0 1rem 0 0; }
.top_contents_section_list > li { margin-bottom: 1rem; }
.top_contents_section_list a { color: #2d8a78; text-decoration: none; }
.top_contents_section_list a:hover { text-decoration: underline; text-decoration-color: #2d8a78; text-underline-offset: 2px; }
.top_contents_subsection { font-weight: bold; font-size: 1.2rem; margin-top: 2rem; margin-bottom: 0.6rem; color: #424242; }
.top_contents_desc { color: #767676; font-size: 1.2rem; line-height: 1.8; margin: 0.4rem 0 1rem; }
.top_contents_section h4 { font-size: 1.4rem; font-weight: bold; margin-top: 2rem; margin-bottom: 0.6rem; color: #424242; }
.top_contents_hub_link { display: inline-block; margin: 0.8rem 0; color: #2d8a78; font-weight: 500; text-decoration: none; }
.top_contents_hub_link:hover { text-decoration: underline; text-decoration-color: #2d8a78; text-underline-offset: 2px; }

.top_faq { margin-bottom: 4rem; }
.top_faq details { border-bottom: 1px solid #ececec; }
.top_faq details:first-of-type { border-top: 1px solid #ececec; }
.top_faq summary { padding: 1.2rem 0.8rem; font-weight: bold; cursor: pointer; list-style: none; display: flex; align-items: center; gap: 0.8rem; border-radius: 4px; transition: background-color 0.15s; }
.top_faq summary:hover { background-color: #f9f9f9; }
.top_faq summary::before { content: "\25B6"; font-size: 0.7rem; color: #939393; transition: transform 0.2s; flex-shrink: 0; }
.top_faq summary::-webkit-details-marker { display: none; }
.top_faq details[open] > summary::before { transform: rotate(90deg); }
.top_faq .top_faq_answer { padding: 0.4rem 0.8rem 1.4rem 2.4rem; color: #424242; line-height: 1.8; }
.top_faq .top_faq_answer a { color: #2d8a78; text-decoration: underline; text-decoration-color: #d6d6d6; text-underline-offset: 2px; }
.top_faq .top_faq_answer a:hover { text-decoration-color: #2d8a78; }

.body-container-wrapper:has(.search_faq) .body-container.container-fluid { padding-top: 1.5rem; }
.body-container-wrapper:has(.search_faq) .top_search { padding: 0 1.8rem; }
@media (max-width: 767px) { .body-container-wrapper:has(.search_faq) .top_search { padding: 0 1.2rem; } }

.search_faq { text-align: left; max-width: 1008px; margin: 0 auto; padding: 0 1.8rem; }
.search_faq_heading { font-size: 1.6rem; font-weight: 600; color: #424242; margin-bottom: 1rem; }
@media (max-width: 767px) { .search_faq { padding: 0 1.2rem; } }

.faq_categories { text-align: left; max-width: 1008px; margin: 0 auto; padding: 0.8rem 1.8rem 1.2rem; display: flex; flex-wrap: wrap; gap: 0.5rem; }
@media (max-width: 767px) { .faq_categories { padding: 0.8rem 1.2rem 1rem; gap: 0.4rem; } }

.faq_category_chip { display: inline-flex; align-items: center; gap: 0.3rem; padding: 0.45rem 0.9rem; border: 1px solid #d6d6d6; border-radius: 16px; background: #fff; color: #424242; font-size: 1.1rem; cursor: pointer; transition: all 0.15s; white-space: nowrap; line-height: 1.4; }
.faq_category_chip:hover { border-color: #4abaa4; color: #2d8a78; }
.faq_category_chip.is-active { background: #4abaa4; border-color: #4abaa4; color: #fff; }
@media (max-width: 767px) { .faq_category_chip { font-size: 1rem; padding: 0.45rem 0.8rem; } }

.faq_category_count { font-size: 0.85em; opacity: 0.7; }

.faq_match_info { max-width: 1008px; margin: 0 auto; padding: 0 1.8rem 0.5rem; font-size: 1.1rem; color: #939393; }
@media (max-width: 767px) { .faq_match_info { padding: 0 1.2rem 0.5rem; } }

.article_results_section { text-align: left; max-width: 1008px; margin: 0 auto; padding: 1.5rem 4rem 0; }
.article_results_section .search_faq_heading { border-top: 1px solid #ececec; padding-top: 1.2rem; }
@media (max-width: 767px) { .article_results_section { padding: 1.5rem 1.8rem 0; } }

.unified_results { text-align: left; max-width: 1008px; margin: 0 auto; padding: 0 4rem; }
@media (max-width: 767px) { .unified_results { padding: 0 1.8rem; } }

.unified_list { margin-bottom: 2rem; }

.unified_result { border-bottom: 1px solid #ececec; }
.unified_result:first-child { border-top: 1px solid #ececec; }
.unified_result--faq > summary { padding: 1rem 0.8rem; font-weight: bold; cursor: pointer; list-style: none; display: flex; align-items: center; gap: 0.6rem; transition: background-color 0.15s; font-size: 1.3rem; color: #424242; }
.unified_result--faq > summary:hover { background-color: #f9f9f9; }
.unified_result--faq > summary::before { content: "\25B6"; font-size: 0.7rem; color: #939393; transition: transform 0.2s; flex-shrink: 0; }
.unified_result--faq > summary::-webkit-details-marker { display: none; }
.unified_result--faq[open] > summary::before { transform: rotate(90deg); }
.unified_result--faq .top_faq_answer { padding: 0 0.8rem 1.2rem 2rem; font-size: 1.2rem; line-height: 1.8; color: #555; }
.unified_result--article { display: block; padding: 1rem 0.8rem 1rem 2.1rem; text-decoration: none; color: inherit; cursor: pointer; transition: background-color 0.15s; }
.unified_result--article:hover { background-color: #f9f9f9; text-decoration: none; color: inherit; }
.unified_result_title { font-weight: bold; font-size: 1.3rem; color: #424242; }
.unified_result_snippet { font-size: 1.1rem; color: #767676; margin-top: 0.3rem; line-height: 1.6; }

.container-fluid .row-fluid .custom-header .page-center { padding-left: 0; padding-right: 0; }

.custom-desktop-header-links ul li a, .custom-desktop-header-links ul li:last-child a { color: #2d8a78; }

.header-logo-mobile { display: none; }

@media (max-width: 767px) { .header-logo-desktop { display: none !important; }
  .header-logo-mobile { display: inline !important; height: 32px; width: auto; }
  .custom-header .page-center > .row-fluid-wrapper > .row-fluid { display: flex !important; align-items: center; justify-content: space-between; }
  .custom-header .page-center > .row-fluid-wrapper > .row-fluid::before, .custom-header .page-center > .row-fluid-wrapper > .row-fluid::after { display: none !important; }
  .custom-header .custom-logo { width: auto !important; flex-shrink: 0; padding-left: 0 !important; margin-left: 0 !important; }
  .custom-header .custom-header-links-wrapper { width: auto !important; flex-shrink: 0; text-align: right !important; }
  .custom-header .page-center { padding: 0 6px !important; }
  .custom-mobile-header-links ul { list-style: none; margin: 0; padding: 0; display: flex !important; gap: 12px; float: right; }
  .custom-mobile-header-links ul li a { color: #2d8a78 !important; font-size: inherit; font-weight: 500 !important; text-decoration: none !important; white-space: nowrap; background: none !important; border: none !important; padding: 0.6rem 0 !important; display: inline !important; }
  .custom-mobile-header-links ul li a img { height: 1.6rem; margin-right: 0.4rem; position: relative; top: -1px; }
  .custom-mobile-header-links ul li a:hover { color: rgba(78, 192, 170, 0.7) !important; } }
.blog .body-container { border-bottom: none; }

.common-contact { background-color: #f6f6f6; border-radius: 10px; padding: 3.6rem; max-width: 600px; text-align: center; margin: 0 auto; font-weight: 500; }
@media (max-width: 991px) { .common-contact { margin: 12rem auto 3.6rem; } }
.common-contact a { margin-top: 1.2rem; background: linear-gradient(#4abaa4, #42ae99); border-color: #42ae99; color: #fff; }
.common-contact a:hover { background: linear-gradient(#4abaa4, #42ae99); border-color: #42ae99; color: #fff; opacity: .7; }

.search_input { display: flex; justify-content: center; padding: 1.8rem; }
@media (max-width: 767px) { .search_input { padding: 1.2rem 1.6rem; } }
.search_input .search_icon { margin-right: 15px; }
.search_input .search_icon img { width: 20px; height: auto; }
.search_input #site_search { padding: 5px 20px; border: 1px solid #999; border-radius: 20px; font-size: 1.6rem; flex: 1; max-width: 400px; }
.search_input #site_search::placeholder { font-size: 1.4rem; }
.search_input #site_search:focus { outline: 2px solid #4ec0aa; border: 1px solid #4ec0aa; }

#search_results { text-align: left; max-width: 1008px; margin: 0 auto; padding-right: 1.8rem; padding-left: 1.8rem; }
#search_results dt { font-size: 1.6rem; margin-top: 50px; }
#search_results dd { font-size: 1.2rem; margin-inline-start: 0; }
