@charset "UTF-8";
/**
 * ヘッダー
 * NOTE: OpenEXPOデザイン対応 2026/03/13
**/
[id="header"] {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
	gap:5px;
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  color: var(--font-c);
  text-align: center;
  width: 100%;
  height: var(--header-height);
  padding: 0 40px;
  position: sticky;
  top: 0;
  z-index: 50;
}
@media (max-width: 1300.98px) {
  [id="header"] {
    padding: 0 20px;
  }
}
@media (max-width: 959.98px) {
  [id="header"] {
    padding: 0 8px 0 var(--site-container-padding);
  }
}
@media (max-width: 767.98px) {
  [id="header"] {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    height: auto;
    padding: 8px;
  }
}
.header_logo {
  position: absolute;
  top: 50%;
  left: 40px;
  z-index: 1;
  transform: translate(0, -50%);
}
@media (max-width: 1300.98px) {
  .header_logo {
    left: 16px;
  }
}
@media (max-width: 767.98px) {
  .header_logo {
    position: absolute;
    top: 25px;
    left: 10px;
    z-index: 1;
    transform: translate(0, -50%);
  }
}
.header_logo img {
  display: block;
  width: 200px;
}
@media (max-width: 959.98px) {
  .header_logo img {
    width: 150px;
  }
}
.header_link {
  position: relative;
  padding: 0 16px;
}
@media (max-width: 1300.98px) {
  .header_link {
    padding: 0 8px;
  }
}
@media (max-width: 959.98px) {
  .header_link {
    padding: 0 8px;
  }
}
@media (max-width: 767.98px) {
  .header_link {
    display: none;
  }
}
.header_link ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_link li {
  padding: 0 16px;
}
@media (max-width: 1300.98px) {
  .header_link li {
    padding: 0 8px;
  }
}
@media (max-width: 959.98px) {
  .header_link li {
    padding: 0 8px;
  }
}
.header_link a {
  display: block;
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
}
@media (max-width: 1300.98px) {
  .header_link a {
    display: block;
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 959.98px) {
  .header_link a {
    display: block;
    font-size: 11px;
    line-height: 16px;
  }
}
/**
 * ヘッダー 検索窓
 * NOTE: ヘッダー以外でも使用可能
**/
.word_search_wrap {
  width: 100%;
}
@media (max-width: 767.98px) {
  .word_search_wrap {
    width: 100%;
    overflow: hidden;
    border-radius: 9999px;
  }
}
@media (max-width: 767.98px) {
  [id="header"] .word_search_wrap {
    margin-top: 8px;
  }
}
.word_search {
  --word-search-height: 44px;
  width: 300px;
}
@media (max-width: 1300.98px) {
  .word_search {
    width: 256px;
  }
}
@media (max-width: 959.98px) {
  .word_search {
    width: 200px;
  }
}
@media (max-width: 767.98px) {
  .word_search {
    --word-search-height: 48px;
    width: 100%;
  }
}
.word_search form, .word_search__form {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  position: relative;
}
.word_search .search-field[type="search"], .word_search .search-field, .word_search__word[type="search"], .word_search__word {
  border-radius: 9999px;
  border: none;
  background: #f3f4f6;
  color: var(--font-c);
  font-size: 14px;
  line-height: 1;
  width: 100%;
  height: var(--word-search-height);
  margin: 0;
  padding: 0 16px 0 40px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.06);
}
.word_search__word::placeholder {
  color: #9ca3af;
  opacity: 1;
  font-size: 13px;
}
@media (max-width: 959.98px) {
  .word_search .search-field[type="search"], .word_search .search-field, .word_search__word[type="search"], .word_search__word {
    font-size: 13px;
  }
  .word_search__word::placeholder {
    font-size: 12px;
  }
}
@media (max-width: 767.98px) {
  .word_search .search-field[type="search"], .word_search .search-field, .word_search__word[type="search"], .word_search__word {
    font-size: 15px;
    padding: 0 16px 0 44px;
  }
  .word_search__word::placeholder {
    font-size: 14px;
  }
}
.word_search .search-submit, .word_search__submit {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  color: #9ca3af;
  font-size: 20px;
  line-height: 1;
  width: 28px;
  height: 28px;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease;
}
.word_search .search-submit:hover, .word_search__submit:hover {
  color: var(--oe-deep-teal);
}
.word_search .search-submit i, .word_search__submit i {
  font-size: 20px;
}
@media (max-width: 767.98px) {
  .word_search .search-submit, .word_search__submit {
    left: 14px;
    font-size: 22px;
  }
}
/**
 * ヘッダー ボタン
 * NOTE: header_btn_XXXX の命名ルールが必要
**/
[class*="header_btn_"] {
  width: 160px;
  margin-left: 5px;
  transition: background-color 0.2s ease 0.3s;
}
@media (max-width: 959.98px) {
  [class*="header_btn_"] {
            width: auto;
  }
}
@media (max-width: 767.98px) {
  [class*="header_btn_"] {
    margin: 0 2px;
  }
}
/* 基本 - OpenEXPO pill button style */
[class*="header_btn_"] > * {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 9999px;
  border: none;
  background: var(--oe-deep-teal);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  height: 40px;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
[class*="header_btn_"] > *:hover, [class*="header_btn_"] > *:focus {
  background: var(--oe-deep-teal);
  color: #fff;
  opacity: 0.9;
}
@media (max-width: 1300.98px) {
  [class*="header_btn_"] > * {
    font-size: 12px;
    height: 40px;
  }
}
@media (max-width: 959.98px) {
  [class*="header_btn_"] > * {
    height: 32px;
	  padding: 0 12px;
  }
}
@media (max-width: 767.98px) {
  .header_btn_reg {
	  display: none
  }
}
/* 色 新規登録 → グレーpillスタイル（海外展示会サポート風） */
.header_btn_reg > * {
  border: none;
  background: #f3f4f6;
  color: var(--oe-deep-teal);
}
.header_btn_reg > *:hover, .header_btn_reg > *:focus {
  background: #e5e7eb;
  color: var(--oe-deep-teal);
  opacity: 1;
}
/* 色 ログイン → deep-teal pillスタイル（お問い合わせ風） */
.header_btn_login > * {
  border: none;
  background: var(--oe-deep-teal);
  color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.header_btn_login > *:hover, .header_btn_login > *:focus {
  background: var(--oe-deep-teal);
  color: #fff;
  opacity: 0.9;
}
/* 色 現在地から探す → primary pillスタイル */
.header_btn_n > * {
  border: none;
  background: var(--oe-primary);
  color: #fff;
}
.header_btn_n > *:hover, .header_btn_n > *:focus {
  background: var(--oe-primary);
  color: #fff;
  opacity: 0.9;
}
/**
 * ドロワーメニュー
**/
.sp_navi {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  height: 40px;
  position: relative;
}
@media (min-width: 1301px) {
  .sp_navi {
    display: none;
  }
}
@media (max-width: 1300.98px) {
  .sp_navi {
    width: 40px;
  }
}
@media (max-width: 959.98px) {
  .sp_navi {
    width: 40px;
  }
}
@media (max-width: 767.98px) {
  .sp_navi {
    width: 40px;
  }
}
/**
 * ドロワーメニュー スイッチ
**/
[id="open_switch"] {
  position: absolute;
  opacity: 0 !important;
}
/**
 * ドロワーメニュー オーバーレイ
**/
[id="close_overlay"] {
  display: block;
  background: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1.2s ease;
}
[id="open_switch"]:checked ~ [id="close_overlay"] {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.6s ease;
}
/**
 * ドロワーメニュー ハンバーガーアイコン
**/
[id="open"].btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 1px solid rgba(0, 172, 172, 0.2);
  background: rgba(0, 172, 172, 0.1);
  font-weight: 300;
  text-decoration: none;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: background 0.2s ease;
}
[id="open"].btn:hover {
  background: rgba(0, 172, 172, 0.2);
}
[id="open_icon"] {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
[id="open_icon"] .material-symbols-outlined {
  font-size: 26px;
  font-weight: 700;
  color: var(--oe-deep-teal);
}
/**
 * ドロワーメニュー 本体
**/
[id="g_menu"] {
  background: var(--oe-deep-teal);
  color: #fff;
  text-align: left;
  max-width: 400px;
  width: 90svw;
  height: 100%;
  padding: 0;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 10000;
  transition: right 0.6s ease;
}
[id="open_switch"]:checked ~ [id="g_menu"] {
  right: 0;
  transition: right 0.3s ease;
}
/**
 * ドロワーメニュー ×アイコン
**/
[id="close"].btn {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 48px;
  border: none;
  background: inherit;
  border-radius: 0;
  font-weight: 300;
  text-decoration: none;
  padding: 8px;
}
[id="close"].btn::before {
  content: '';
  display: block;
  width: 120px;
  height: 32px;
  /*background-image: url("../images/logo_b.png");*/ /* NOTE: 明るい背景用 */
  background-image: url("../images/logo_w.png"); /* NOTE: 濃い背景用 */
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% auto;
  /*opacity: 0.33;*/ /* NOTE: 明るい背景用 */
  opacity: 0.66; /* NOTE: 濃い背景用 */
}
[id="close"] label, [id="close"] a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.33);
  font-size: 28px;
  text-align: center;
  width: 44px;
}
/**
 * ドロワーメニュー リスト
**/
[id="g_menu"] ul {
  border-top: 1px solid var(--site-border-c);
  padding: 0 28px;
}
[id="g_menu"] li {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.1ex;
  position: relative;
}
[id="g_menu"] li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid var(--site-border-c);
  height: 48px;
  padding: 0 20px;
}
[id="g_menu"] li a::before {
  content: "\f138";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--oe-primary);
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translate(0, -50%);
  transition: all 0.2s ease;
}
/**
 * パンくず
**/
.bc_nav {
  background: var(--bc-bg-c);
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  padding: 12px 0;
}
@media (max-width: 767.98px) {
  .bc_nav {
    background: var(--bc-bg-c-sp);
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    margin: 0;
    padding: 8px 0;
    overflow: hidden;
    position: relative;
  }
}
.bc_nav ol, .bc_nav ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .bc_nav ol, .bc_nav ul {
    margin: 0;
    padding: 0;
    overflow-x: auto;
    white-space: nowrap;
    opacity: 0.33;
  }
}
@media (max-width: 767.98px) {
  .bc_nav ol::after, .bc_nav ul::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    width: 3em;
    pointer-events: none;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  }
}
.bc_nav li {
  display: inline-block;
}
@media (max-width: 767.98px) {
  .bc_nav li {
    color: var(--font-c);
    display: inline;
    line-height: 14px;
  }
}
.bc_nav li + li::before {
  content: '\f125';
  display: inline-block;
  font-family: 'Ionicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 8px;
  margin-right: 8px;
}
@media (max-width: 767.98px) {
  .bc_nav li + li::before {
    content: '\f3d3';
  }
}
.bc_nav li a {
  color: var(--font-c);
}
@media (max-width: 767.98px) {
  .bc_nav li a {
    color: inherit;
  }
}
@media (max-width: 767.98px) {
  [id="main_image_sub"] + .bc_nav {
    padding: 8px 0;
  }
}
[id="main_image_sub"] {
  width: 100%;
  height: auto;
  background: url("../images/main_image_01.png") no-repeat center top;
  background-size: cover;
  overflow: hidden;
  position: relative;
  padding: 120px 0;
}
@media (max-width: 767.98px) {
  [id="main_image_sub"] {
    background-size: cover;
    background-position: left 40% top 50%;
    padding: 64px 0;
  }
}
[id="main_image_sub"] h1, [id="main_image_sub"] h2 {
  margin: 0 auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 8px;
  text-align: right;
}
@media (max-width: 767.98px) {
  [id="main_image_sub"] h1, [id="main_image_sub"] h2 {
    font-size: 24px;
  }
}
[id="main_image_sub"] em {
  color: var(--site-c-main);
}


@media (max-width: 767.98px) {
  [id="main_image_sub2"] + .bc_nav {
    padding: 8px 0;
  }
}
[id="main_image_sub2"] {
  width: 100%;
  height: auto;
  background: url("../images/about2_image.jpg") no-repeat center top;
  background-size: cover;
  overflow: hidden;
  position: relative;
  padding: 120px 0;
}
@media (max-width: 767.98px) {
  [id="main_image_sub2"] {
    background-size: cover;
    background-position: left 40% top 50%;
    padding: 64px 0;
  }
}
[id="main_image_sub2"] h1, [id="main_image_sub2"] h2 {
  margin: 0 auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 8px;
  text-align: center;
}
@media (max-width: 767.98px) {
  [id="main_image_sub2"] h1, [id="main_image_sub2"] h2 {
    font-size: 24px;
  }
}
[id="main_image_sub2"] em {
  color: var(--site-c-main);
}
[id="main_image_sub2"] h3 {
  margin: 40px auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 8px;
  text-align: center;
}
/**
 * コンテンツ
**/
[id="content"] {
  padding: 0;
  background-color: var(--site-bg-c-underlayer);
}
[id="home"] [id="content"] {
  background-color: var(--site-bg-c);
}
.bc_nav + [id="content"] {
  padding-top: 48px;
}
@media (max-width: 959.98px) {
  .bc_nav + [id="content"] {
    padding-top: 0;
  }
}
@media (max-width: 767.98px) {
  .bc_nav + [id="content"] {
    padding-top: 10px;
  }
}
[id="content"] > .base_wrap {
  padding-bottom: 50px;
}
@media (max-width: 767.98px) {
  [id="content"] > .base_wrap {
    padding-top: 0;
  }
}
/**
 * #main, #side
**/
[id="main"] {
  padding: 0 0 25px;
  width: 75%;
}
@media (max-width: 767.98px) {
  [id="main"] {
    padding: 16px 0 0;
    width: 100%;
  }
}
[id="main"]:only-child {
  margin-left: auto;
  margin-right: auto;
}
[id="side"] {
  width: 25%;
  max-width: 300px;
}
@media (max-width: 767.98px) {
  [id="side"] {
    padding: 16px 0;
    width: 100%;
  }
}
/**
 * フッター
**/
[id="footer"] {
  width: 100%;
  text-align: left;
  background: var(--oe-deep-teal);
  color: #fff;
}
@media (max-width: 959.98px) {
  [id="footer"] {
    font-size: 13px;
  }
}
[id="footer"] .wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 959.98px) {
  [id="footer"] .wrap {
    padding: 32px 20px;
    flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  [id="footer"] .wrap {
    margin: 0 auto;
    padding: 16px 16px 0;
    width: 100%;
  }
}
[id="footer_logo"] {
  width: 40%;
  text-align: left;
}
@media (max-width: 959.98px) {
  [id="footer_logo"] {
    margin-bottom: 16px;
  }
}
@media (max-width: 767.98px) {
  [id="footer_logo"] {
    width: 100%;
    margin-top: 20px;
    order: 3;
  }
}
[id="footer_logo"] a {
  max-width: 144px;
  display: block;
}
/* OpenEXPO フッター説明文 */
.footer_desc {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  line-height: 1.8;
  margin-top: 12px;
}
@media (max-width: 767.98px) {
  .footer_desc {
    font-size: 12px;
  }
}
[id="footer_logo"] img {
  width: 100%;
  height: auto;
}
@media (max-width: 767.98px) {
  [id="footer_logo"] img {
    max-width: 128px;
  }
}
[id="footer_navi"] {
  margin-left: auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 959.98px) {
  [id="footer_navi"] {
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  [id="footer_navi"] {
	  width: 100%;
    flex-wrap: wrap;
    order: 2;
  }
}
[id="footer"] .link_box {
  padding: 0 40px 0 16px;
  border-left: solid 1px var(--footer-border);
}
@media (max-width: 959.98px) {
  [id="footer"] .link_box {
    margin: 0 20px;
  }
}
@media (max-width: 767.98px) {
  [id="footer"] .link_box {
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
  }
}
[id="footer"] .link_box li {
  margin-bottom: 16px;
}
@media (max-width: 959.98px) {
  [id="footer"] .link_box li {
    margin-bottom: 8px;
  }
}
@media (max-width: 767.98px) {
  [id="footer"] .link_box li {
    margin-bottom: 0;
  }
}
[id="footer"] .link_box li:last-child {
  margin-bottom: 0;
}
[id="footer"] .link_box li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: inherit;
}
@media (max-width: 767.98px) {
  [id="footer"] .link_box li a {
    padding: 12px 0 0;
  }
}
@media (max-width: 767.98px) {
  [id="footer"] .link_box li a br {
    display: none;
  }
}
[id="footer_contact"] {
  width: 200px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: end;
  align-items: center;
}
@media (max-width: 959.98px) {
  [id="footer_contact"] {
    margin: 25px auto 0;
  }
}
@media (max-width: 767.98px) {
  [id="footer_contact"] {
    margin: 0 auto 17.5px;
    order: 1;
  }
}
[id="footer_contact"] p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 13px;
}
[id="footer_contact"] p::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/icon_hatena.png") center center/100% no-repeat;
  display: inline-block;
  position: relative;
  top: 0;
  right: 3.125px;
}
[id="footer_contact"] .box_more {
  width: 100%;
}
[id="footer_contact"] .box_more a {
  color: var(--font-c);
  background: var(--site-bg-c-sub);
  border: none;
}
[id="footer_contact"] .box_more a::after {
  background-image: url(../images/arrow_10.png);
}
[id="footer"] [id="copyright"] {
  font-size: 14px;
  text-align: center;
  padding: 8px;
  border-top: solid 1px var(--footer-border);
}
[id="page_top"] {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 64px;
  height: 64px;
  background: url("../images/pagetop.png") center center no-repeat;
  background-size: contain;
  z-index: 2000;
}
@media (max-width: 959.98px) {
  [id="page_top"] {
    right: 16px;
  }
}
@media (max-width: 767.98px) {
  [id="page_top"] {
    bottom: 8px;
    right: 8px;
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767.98px) {
  [id="page_top"]:focus, [id="page_top"]:hover {
    bottom: 8px;
  }
}
@media (max-width: 767.98px) {
  [id="page_top"].fm-on {
    bottom: 80px;
  }
  [id="page_top"].bbb-on {
  }
  [id="page_top"] ~ [id="page_top"] {
    display: none;
  }
}
@media print {
  [id="page_top"] {
    display: none;
  }
}