/*
Theme Name: Cocoon Child
Theme URI: https://wp-cocoon.com/
Template: cocoon-master
Author: わいひら
Author URI: https://nelog.jp/
Description: SEO・高速化・モバイルファースト最適化済みの無料テーマ。
Tags: two-columns,left-sidebar,right-sidebar
Version: 2.8.5.1.1743271230
Updated: 2025-03-30 03:00:30

*/
.news_content {
	margin: 80px auto;
    padding: 20px 20px 40px;
    background: #fff;
    border-radius: 20px;
}
.news_box,.post-news-item {
	display: flex;
    align-items: center;
	border-bottom: 1px dotted #666;
	padding: 10px 0 !important;
}
.news_box p {
	margin: 0 !important;
}
.news_title,.post-news-title {
	font-size: 16px !important;
	margin: 0 !important;
}
.news_title a,.post-news-title a {
	text-decoration: none;
	color: #000;
}
.subtitle {
	    font-family: Impact;
    font-size: 80px;
    text-align: center;
    margin: 0 auto !important;
}
/*-------------その他フォーム--------------*/
.form_main_tit {
margin: 50px auto;
    text-align: center;
    font-size: 31px !important;
    line-height: 2 !important;
}
.form_main_sub_tit {
	background-color: #871403 !important;
    color: #fff;
    text-align: center;
	margin: 30px auto !important;
	    line-height: 1.5 !important;
}
.form_img {
	margin: 0 auto;
	text-align: center;
}
.form_img img {
	width: 100%
}

.hojyo,.contact_form{
	margin: 120px auto;
	width: 90%;
	max-width: 1000px;
}

.w20pc {
	width: 20%;
}

.w80pc {
	width: 80%;
}

.hojyo table {
    margin: 0 auto;
}

.hojyo table th,.hojyo table td {
	font-size: 15px !important;
	padding: 15px;
}

.hojyo h3 {
	margin: 10px 0 10px 0 !important;
	background: #666 !important;
	color: #fff !important;
	line-height: 1.5 !important;
}
.hojyo.kaigai h3{
	text-align: center;
    background: transparent !important;
    color: #666 !important;
	margin: 30px 0 !important;
}
.hojyo p {
	margin: 0 0 10px !important;
}

.hojyo figure {
	width: 100%;
	margin-bottom: 10px;
}

.hojyo table p {
	margin: 20px 0 0 0 !important;
}

.form_s {
	width: 30% !important;
}

.form_m {
	width: 60% !important;
}

.hojyo p.form-btn {
	margin: 50px auto !important;
}

table:not(.has-border-color) :where(td) {
	background: #fff !important;
}

@media screen and (max-width: 600px) {
	.hojyo {
		margin: 150px auto;
	}
	
	.hojyo table tr,.hojyo table th {
		display: block;
	}
	
	.hojyo table th {
		width: 100%;
	}
	
	.hojyo table td {
		width: 100%;
		display: block;
	}
	
	.hojyo figure {
		width: 100%;
	}
	
	.form_m {
		width: 100% !important;
	} 
}

/* =========================
   Global Video Style LP
========================= */
  .bij-global-video * {
    box-sizing: border-box;
    font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont,
      sans-serif;
  }

  .bij-global-video {
    background: #020617;
    color: #e5e7eb;
  }

  /* =========================
   HERO (VIDEO STYLE)
========================= */
  .bij-global-video .hero {
    position: relative;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px 40px;
    overflow: hidden;
  }

  .bij-global-video .hero-media {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 0;
  }

  /* 背景ダミー：動画差し替えOK */
  .bij-global-video .hero-media-placeholder {
    position: absolute;
    inset: 0;
    background: url("https://via.placeholder.com/1600x900?text=GLOBAL+BACKGROUND")
      center/cover no-repeat;
    filter: contrast(1.1) brightness(0.7);
  }

.bij-global-video .hero-overlay {
  position: absolute;
  inset: 0;

  /* ← レイヤー順：上から順に重ねられる */
  background: 
    url("https://bijmarketing.com/wp-content/uploads/2025/11/bg02.png") center/cover no-repeat, 
    radial-gradient(circle at top, rgba(59,130,246,0.55), transparent 60%), 
    linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(2,6,23,1));

  opacity: 0.45; /* 👈 お好みで透明度調整 */
  pointer-events: none; /* ← クリック操作が邪魔されないように */
  z-index: 1;
}
.bg_image {
	width: 80%;
    margin: 50px auto;
    max-width: 800px;
}
  /* テキスト */
  .bij-global-video .hero-inner {
    position: relative;
    z-index: 2;
    max-width: 960px;
    text-align: center;
  }

  .bij-global-video .badge {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 999px;
    border: 1px solid rgba(226, 232, 240, 0.65);
    font-size: 12px;
    margin-bottom: 18px;
  }

  .bij-global-video .hero-kicker {
    font-size: 13px;
    color: #cbd5f5;
    margin-bottom: 10px;
  }

  .bij-global-video h1 {
    margin: 0 0 12px;
    font-size: clamp(26px, 5vw, 40px);
    line-height: 1.6;
    font-weight: 800;
  }

  .bij-global-video .em-gold {
    color: #facc15;
  }
  .bij-global-video .em-sky {
    color: #7dd3fc;
  }

  .bij-global-video .hero-lead {
    font-size: 17px;
    margin-bottom: 18px;
  }

  .bij-global-video .hero-copy-line {
    font-size: 14px;
    color: #cbd5f5;
  }

  /* CTA */
  .bij-global-video .hero-cta {
    margin-top: 22px;
  }

  .bij-global-video .btn-primary {
    display: inline-block;
    padding: 14px 34px;
    border-radius: 999px;
    background: linear-gradient(120deg, #f97316, #facc15);
    color: #111827;
    font-weight: 800;
    font-size: 30px;
    text-decoration: none;
    box-shadow: 0 8px 22px rgba(248, 150, 30, 0.55);
    transition: 0.2s;
  }

  .bij-global-video .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(248, 150, 30, 0.8);
  }

  .bij-global-video .hero-note {
    font-size: 11px;
    color: #cbd5f5;
    margin-top: 10px;
  }

  /* =========================
   SECTION BLOCK
========================= */
  .bij-global-video section {
    padding: 72px 20px;
    text-align: center;
  }

  .bij-global-video .section-inner {
    margin: 0 auto;
  }

  .bij-global-video .msg-eyebrow {
    font-size: 16px;
    letter-spacing: 0.12em;
    color: #9ca3af;
    margin-bottom: 10px;
  }

  .bij-global-video .msg-main {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
  }

  .bij-global-video .msg-sub {
    font-size: 18px;
    color: #cbd5f5;
  }

  /* =========================
   NETWORK GRID （修正版）
========================= */
  .bij-global-video .network-grid {
    margin: 40px auto 0;
    max-width: 720px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  @media (max-width: 768px) {
    .bij-global-video .network-grid {
      grid-template-columns: 1fr;
      max-width: 100%;
    }
	  .bij-global-video .hero {
		  margin: 100px 0 0 0;
	  }
	  .bij-global-video .btn-primary {
		  font-size: 19px;
	  }
	  .bij-global-video .msg-main {
    font-size: 22px;
}
	  .bij-global-video .msg-sub {
    font-size: 16px;
}
  }

  .bij-global-video .network-card {
    border-radius: 16px;
    border: 1px solid rgba(148, 163, 184, 0.6);
    background: rgba(255, 255, 255, 0.05);
    padding: 16px 18px;
    text-align: left;
  }

  .bij-global-video .tag {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 999px;
    background: rgba(34, 197, 94, 0.2);
    color: #6ee7b7;
    font-size: 11px;
    margin-bottom: 6px;
  }

  .bij-global-video .network-card h3 {
margin: 0 0 6px;
    font-size: 22px;
    color: #e5e7eb;
    padding: 20px 0;
  }

  .bij-global-video .network-card p {
    margin: 0;
    font-size: 13px;
    color: #cbd5f5;
  }

  /* =========================
   STEPS
========================= */
  .bij-global-video .steps {
display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 18px;
    max-width: 1350px;
    margin: 50px auto;
  }

  .bij-global-video .step-item {
    border-radius: 14px;
    border: 1px solid rgba(148, 163, 184, 0.6);
    background: rgba(15, 23, 42, 0.9);
    padding: 16px 18px;
    text-align: left;
  }

  .bij-global-video .step-num {
    font-size: 12px;
    color: #a5b4fc;
    font-weight: 700;
    margin-bottom: 4px;
  }

  .bij-global-video .step-title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 6px;
  }

.bij-global-video .step-item p {
margin-bottom: 0 !important;
}

  /* =========================
   CTA / COMPANY
========================= */
  .bij-global-video .cta-title {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 12px;
  }

  .bij-global-video .cta-lead {
    font-size: 14px;
    color: #cbd5f5;
    margin-bottom: 24px;
  }

  .bij-global-video .company-box {
    max-width: 600px;
    margin: 26px auto 0;
    padding: 18px 20px;
    border-radius: 14px;
    border: 1px solid rgba(148, 163, 184, 0.6);
    font-size: 13px;
    text-align: left;
    line-height: 1.8;
  }

  .bij-global-video .company-box a {
    color: #7dd3fc;
  }

/*--------------共通--------------*/
.gt_switcher_wrapper {
	top: 20px !important;
    right: 10px !important;
}
.flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.flex figure {
    width: 50%;
}

@media screen and (max-width: 500px) {
    .flex {
        flex-direction: column;
    }

    .flex figure {
        width: 100%;
    }
}

.popup {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 60px;
    left: 0;
    top: 20px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

.popup-content {
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 80vh;
    object-fit: contain;
}

.popup-close {
    position: absolute;
    top: 7%;
    right: 20%;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

.home .entry-header,
.entry-footer,
.date-tags,
.admin-pv {
    display: none;
}

.content {
    overflow: hidden;
}

.content,
.article,
.main,
.entry-content {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.main {
    background: transparent !important
}

.main_title {
    display: none;
}

.wrap {
    width: 100%;
}

img {
    width: 100%;
}

.red {
    font-weight: bold;
    color: red;
}

.video-container,
.instagram-container,
.facebook-container {
    max-width: none !important;
}

.center {
    text-align: center;
}

.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
    background: transparent;
    border: 0;
}

.sp_on {
    display: none;
}

@media screen and (max-width: 900px) {
    .popup-close {
        right: 2%;
    }

    .popup {
        top: 40px;
    }
}

@media screen and (max-width: 600px) {
    .sp_on {
        display: block;
    }

    .pc_off {
        display: none;
    }
	
	.md_off {
		display: none;
	}

    .popup-close {
        top: 2%;
        right: 6%;
    }
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

/*----------------------------ハンバーガーメニュー-----------------------------------*/
/* hamburger(ハンバーガーアイコン)
=================================== */
.nav-wrapper {
    position: relative;
    display: none;
    align-items: center;
}

.sp_reserve {
    padding: 2px 25px !important;
    background: #f7f7f7;
    color: #3b3b3b;
    border-radius: 20px;
    font-size: 16px !important;
    display: flex;
    align-items: center;
    margin-right: 16px;
}

.sp_reserve a {
    text-decoration: none;
    color: #3b3b3b !important;
}

.hamburger {
    position: relative;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 9999;
    padding: 20px;
}

.hamburger__line {
    position: absolute;
    width: 35px;
    height: 1px;
    right: 10px;
    background-color: #000;
    transition: all 0.5s;
}

.hamburger__line--1 {
    top: 13px;
}

.hamburger__line--2 {
    top: 25px;
}

.hamburger__line--3 {
    top: 37px;
}

.sp_inner {
    margin-top: 80px;
    padding: 10px;
    text-align: center;
    position: relative;
}

.sp_reserve.hamburger_reserve {
    position: absolute;
    top: -50px;
    left: 35px;
    background: #795a4f;
}

.sp_reserve.hamburger_reserve a {
    color: #fff !important;
}

.sp_inner img {
    max-width: 400px;
    width: 100%;
}

.sp_inner ul {
    list-style: none;
    padding-left: 20px;
    text-align: left !important;
	font-family: Impact;
}

.sp_menu_list li {
    font-size: 30px;
    margin: 10px;
}

.sp_inner ul li a {
    text-decoration: none;
    color: #000;
}

.sp_inner ul .header_contact {
    margin-top: 30px;
    padding: 0;
    text-align: center;
}

/*ハンバーガーがクリックされたら*/
.open .hamburger__line--1 {
    transform: rotate(-45deg);
    top: 25px;
    background: #795a4f;
}

.open .hamburger__line--2 {
    opacity: 0;
}

.open .hamburger__line--3 {
    transform: rotate(45deg);
    top: 25px;
    background: #795a4f;
}

/* 
sp-nav(ナビ)
=================================== */
.sp-nav {
    position: fixed;
    right: -100%;
    /*ハンバーガーがクリックされる前はWindow右側に隠す*/
    top: 0;
    width: 70%;
    /* 出てくるスライドメニューの幅 */
    height: 100vh;
    background-color: #fff;
    transition: all 0.5s;
    z-index: 999;
    overflow-y: auto;
    /* メニューが多くなったらスクロールできるように */
}

/*ハンバーガーがクリックされたら右からスライド*/
.open .sp-nav {
    right: 0;
}


/* black-bg(ハンバーガーメニュー解除用bg)
=================================== */
.black-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 5;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 100;
}

/*ハンバーガーメニューが開いたら表示*/
.open .black-bg {
    opacity: 0.3;
    visibility: visible;
}

/*-----------------------------header-----------------------------------*/
.sp_menu {
    display: none;
}

.sub_sp_menu {
    padding-left: 30px !important;
    line-height: 2.2;
    margin-top: 30px !important;
}

.sub_sp_menu li {
    font-size: 15px !important;
}

.sp_inner .sns_link {
    justify-content: left !important;
}

.header-container {
    position: fixed;
    top: 0;
    z-index: 9;
    width: 100%;
}

.main_title {
    display: none;
}

.header_inner {
    display: flex;
	justify-content: start;
    align-items: center;
    padding: 5px;
}

.header_expo {
	margin: 0 20px;	
}

.header_expo._on {
	display: none;
}
.header-in p {
margin: 0;
    background: #000;
    color: #fff;
    padding: 5px 50px;
}
.expo_plus p {
	flex: 1;
	background: #000;
}
.header_logo {
    width: 300px;
}

.header_contact a {
    padding: 10px 20px;
    color: #fff !important;
    background: #000;
    text-decoration: none;
}

.header_menu {
	width: auto;
    list-style: none;
    display: flex;
    justify-content: start;
    gap: 20px;
    font-size: 20px;
	font-family: Impact;
	padding: 0 !important;
}

.header_menu li {
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
}

.header_menu li a {
    text-decoration: none;
    color: #000;
}

/* --- dropdown base --- */
.header_menu > li {
  position: relative; /* サブメニューの基準 */
}

.header_menu .menu_link {
  display: inline-block;
  padding: 6px 2px;
}

/* サブメニューの見た目 */
.sun_menu {
  margin: 8px 0 0;
  padding: 10px 0;
  list-style: none;
  /* 非表示状態 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

/* サブメニュー項目 */
.sun_menu > li {
  margin: 0;
  padding: 0;
}

.sun_menu > li > a {
  display: block;
  padding: 10px 14px;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  line-height: 1.3;
}

.sun_menu > li > a:hover,
.sun_menu > li > a:focus {
  background: #f5f5f5;
}

/* ホバー＆フォーカスで表示（マウスとキーボード両対応） */
.has-submenu-pc:hover > .sun_menu,
.has-submenu-pc:focus-within > .sun_menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* もし親メニューを太字にしたければ */
.has-submenu-pc:hover > .menu_link,
.has-submenu-pc:focus-within > .menu_link {
  text-decoration: none;
  border-bottom: 2px solid #000; /* お好みで */
}

/* =========================
   PC: hover でドロップダウン
   ========================= */
@media (hover: hover) {
  .header_menu_pc .sun_menu {
    display: block;       /* PCではブロック要素として存在させる */
  }
}

@media (hover: hover) {
  /* PCのメニューにだけ適用（SPアコーディオンと分離） */
  .header_menu > li { position: relative; }

  .header_menu .sun_menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 240px;
    margin: 8px 0 0;
    padding: 10px 0;
    list-style: none;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    z-index: 1000;

    /* 初期は非表示 */
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  }

  .header_menu .has-submenu:hover > .sun_menu,
  .header_menu .has-submenu:focus-within > .sun_menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

/* =========================
   SP: アコーディオンで開閉
   ========================= */
.sp_menu_list .sun_menu {
  /* SPではブロックで畳む。PC用の非表示状態を無効化 */
  position: static;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
  box-shadow: none;

  display: none;
  opacity: 1;
  visibility: visible;
  transform: none;
  transition: none;
}
.sp_menu_list .has-submenu.open > .sun_menu {
  display: block;
}

/* 見た目（お好みで） */
.sp_menu_list .sun_menu > li > a {
  display: block;
  padding: 10px 15px;
  font-size: 16px;
  text-decoration: none;
  color: #000;
}
.sp_menu_list .sun_menu > li > a:hover { background: #eee; }


/* --- サブメニュー（スマホ） --- */
.sp_menu_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.has-submenu {
  position: relative;
}

.submenu-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
	margin-top: 30px;
  font-size: 30px;
  font-weight: bold;
}

.toggle-icon {
  font-size: 20px;
  transition: transform 0.2s ease;
}

/* スマホのメニュー内だけ非表示にする */
.sp_menu_list .sun_menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
}

.sun_menu li a {
  display: block;
  padding: 10px 15px;
  font-size: 16px;
  color: #000;
  text-decoration: none;
}

.sun_menu li a:hover {
  background: #eee;
}

/* 開いた時のスタイル */
.has-submenu.open .sun_menu {
  display: block;
}

.has-submenu.open .toggle-icon {
  transform: rotate(45deg); /* ＋ → × に見せる */
}


.top_text_area {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
}

.top_link {
    position: absolute;
    top: 15%;
    left: 2%;
    font-size: clamp(20px, 4vw, 40px);
    font-weight: bold;
    line-height: 1.3;
    text-shadow: 5px 7px 9px rgba(255, 255, 255, 0.2);
	color: #f2f0f0;
}

.gglobe {
	height: 40px !important;
    width: 40px !important;
}

.lang_text {
	position: absolute;
    top: 56px;
    right: 4px;
    background: transparent !important;
    color: #000 !important;
    font-size: 10px;
    font-weight: bold;
}
/*-----------------------------VEGAS-----------------------------------*/
#test_slider {
    width: 100%;
    height: 100vh;
    /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    position: relative;
    margin: 0;
}

#slider {
    width: 100%;
    height: 100vh;
    /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    position: relative;
    margin: 0;
}

.wrapper {
    position: relative;
    margin-bottom: 0 !important;
}

.vegas-timer {
    display: none;
}

.top_text_area_sp {
    display: none;
}

/*-----------------------------main-----------------------------------*/
.marquee {
  width: 100%;
  position: relative;
  background: #fff; /* 任意 */
}

.marquee__inner {
  display: inline-block;
  white-space: nowrap;
  animation: marquee 20s linear infinite;
}

.marquee__inner span {
  display: inline-block;
  margin-right: 3rem; /* 文章同士の間隔 */
  font-size: 65px;
  font-family: Impact;
  color: #666;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%); /* コンテンツ全体の半分 */
  }
}

.main_inner {
    margin: 50px auto;
    max-width: 1000px;
    position: relative;
    z-index: 1;
    padding: 15px;
}

.main_inner h2 {
	margin-bottom: 0 !important;
}
.main_tit {
    font-family: Impact, sans-serif;
    font-size: 80px;
	margin: 50px auto 0 !important;
}

.link_banner_area {
	display: flex;
    justify-content: start;
	align-items: center;
    gap: 10px;
    flex-wrap: wrap;
	margin-bottom: 50px;
}
.link_content {
	width: 49.4%;
}
.main_tit_under {
    margin: 0 0 100px !important;
}

.sub_tit {
    font-family: Impact, sans-serif;
    color: #666;
    font-size: 90px !important;
    opacity: 0.2;
    z-index: -1;
    padding: 0 !important;
    margin: 0 !important;
}

._01 {
    background: #000;
    padding: 50px 10px;
    color: #fff;
    margin: 0;
}

._01 .sub_tit {
    top: 80px;
    opacity: 0.4;
}

._01 h2 {
    margin: 0 0 50px !important;
}

._01 h4 {
    margin: 0 !important;
    font-size: 26px;
}

._02 {
    background: url(/wp-content/uploads/2021/05/bg2.png) center/cover no-repeat;
    margin: 0;
    padding: 50px 0;
    color: #fff;
	position: relative;
}

._02:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 2;
}

._02_inner {
	position: relative;
	z-index: 2;
}

._02 p {
    font-weight: bold;
    text-shadow: 5px 7px 9px rgba(0, 0, 0, 0.7);
	margin-bottom: 10px;
}

.page_content {
	margin: 120px auto;
    max-width: 1100px;
}

.page_content h1 {
	margin: 50px auto !important;
}

.contact_inner {
	margin: 60px auto;
}

.contact_inner h1 {
	margin-bottom: 40px !important;
}

.footer,
.footer-bottom {
    margin: 0;
}

@media screen and (max-width: 1000px) {
	.header_expo._off {
		display: none;
	}
	
		.header_expo._on {
		display: block;
			        margin: 0;
	}
	.expo_plus {
		display: flex;
    align-items: center;
    justify-content: center;
	}
	.gt_switcher_wrapper {
    top: 10px !important;
    right: 10px !important;
}
	.lang_text {
    top: 44px;
}
}

@media screen and (max-width: 600px) {
    .nav-wrapper {
        display: block;
        position: absolute;
        right: 10px;
    }

    .pc_off {
        display: none;
    }
	
	.main_tit {
    margin: 35px auto 0 !important;
	}

    ._01 {
        padding: 5px 10px;
    }

    #test_slider {
height: 40vh;
        margin-top: 125px;
    }

    .top_text_area {
        display: none;
    }

    .top_link {
        top: 4%;
    }

    .top_text_area_sp {
        display: block;
    }
	
	.gt_switcher_wrapper {
		top: auto !important;
		right: 10px !important;
		bottom: 10px !important;
	}
	
	.go-to-top {
		right: auto !important;
		left: 10px !important;
	}
	
	.link_content {
		width: 100%;
	}
	.main_inner {
		margin: 0px auto;
	}
	
	.sub_tit {
		font-size: 80px !important;
	}
	.lang_text {
		top: auto;
		right: 4px;
		bottom: 0px;
		position: fixed;
		color: #666 !important;
	}
	.contact_inner {
		margin: 80px auto;
	}
	
	.main_tit {
		font-size: 50px;
	}
	
		.header-in p {
		padding: 5px 25px;
			        font-size: 14px;
	}
	.expo_plus {
		    flex-direction: column;
	}
	.expo_plus p {
		width: 100%;
		text-align: center;
	}
	.news_box {
		flex-direction: column;
	}
	.form_main_tit {
		    font-size: 19px !important;
	}
}

@media screen and (max-width: 380px) {
    .main_tit {
        font-size: 46px;
    }

    .sub_tit {
        top: 156px;
    }

    ._01 h4 {
        font-size: 20px;
    }
	
	.link_content {
		width: 100%;
	}
}