@charset "UTF-8";
/** ================================================

  Assets Path Settings

================================================ */
/** ================================================

  Color

================================================ */
/** ================================================

  Font

================================================ */
/** ================================================

  Line height

================================================ */
/** ================================================

  Letter spacing

================================================ */
/** ================================================

  Depth

================================================ */
/** ================================================

  Object Size

================================================ */
/** ================================================

  Screen Size

================================================ */
/** ================================================

  Header関係

================================================ */
/** ================================================

  Assets Functions
  
  Example:

    background: #000000 image('btn/btn.png') no-repeat 0 0;

================================================ */
/** ================================================

  Font Family Mixins

================================================ */
/** ================================================

  Transition Common Mixins
    
  Example:

    @include transition-common;
    transition-property: opacity;
    transition-duration: 0.4s;
    transition-timing-function: $ease-out-quart;

================================================ */
/** ================================================

  Animation Common Mixins

  Example:

    @include keyframes(some-animation-name) {

    }
    
    @include set-animation($name: some-animation-name, $duration: 0.75s ,$easing: $ease-in-out-quad);
================================================ */
/** ================================================

  Btn

================================================ */
/* global */
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i);
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(//fonts.googleapis.com/earlyaccess/notosanssc.css);
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
.glb-a-dl, .glb-m-history-osec__figs1, .glb-m-history-osec__figs1__figs, .glb-m-history-osec__figs2, .glb-m-history-osec__figs3, .glb-m-history-osec__tables, .glb-o-home-info, .glb-o-offices {
  *zoom: 1;
}
.glb-a-dl:before, .glb-m-history-osec__figs1:before, .glb-m-history-osec__figs1__figs:before, .glb-m-history-osec__figs2:before, .glb-m-history-osec__figs3:before, .glb-m-history-osec__tables:before, .glb-o-home-info:before, .glb-o-offices:before, .glb-a-dl:after, .glb-m-history-osec__figs1:after, .glb-m-history-osec__figs1__figs:after, .glb-m-history-osec__figs2:after, .glb-m-history-osec__figs3:after, .glb-m-history-osec__tables:after, .glb-o-home-info:after, .glb-o-offices:after {
  display: table;
  content: "";
}
.glb-a-dl:after, .glb-m-history-osec__figs1:after, .glb-m-history-osec__figs1__figs:after, .glb-m-history-osec__figs2:after, .glb-m-history-osec__figs3:after, .glb-m-history-osec__tables:after, .glb-o-home-info:after, .glb-o-offices:after {
  clear: both;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
 * v2.0 | 20110126
 * License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  width: 100%;
}

body {
  position: relative;
  min-height: 100%;
  color: #333333;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 1.7;
  background-color: #ffffff;
  font-family: Noto Sans JP, Noto Sans Japanese, Noto Sans, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
body.lang-tw {
  font-family: Noto Sans SC, Noto Sans, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
body.lang-kr {
  font-family: Noto Sans KR, Noto Sans, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
body.is-bg-gray {
  background-color: #f1f1f1;
}
body.is-bg-thin-black {
  background-color: #111111;
}
body.has-header-border .glb-a-wrap__content {
  border-bottom: 1px solid #e7e7e7;
}

::-moz-selection {
  background-color: rgba(0, 76, 151, 0.25);
}

::selection {
  background-color: rgba(0, 76, 151, 0.25);
}

::-moz-selection {
  background-color: rgba(0, 76, 151, 0.25);
}

a::-moz-selection, img::-moz-selection {
  background-color: rgba(0, 0, 0, 0);
}

a::selection, img::selection {
  background-color: rgba(0, 0, 0, 0);
}

a::-moz-selection, img::-moz-selection {
  background-color: rgba(0, 0, 0, 0);
}

a::-moz-selection, img::selection {
  background-color: rgba(0, 0, 0, 0);
}

a {
  color: inherit;
  text-decoration: inherit;
}

strong {
  font-weight: bold;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: initial;
}

/* ======================================================
  英語フォント（ゴシック） : Robot Condensed
  https://fonts.google.com/specimen/Roboto+Condensed
  font-family: 'Roboto', sans-serif;
====================================================== */
/* ======================================================
  日本語フォント（ゴシック） : Noto Sans Japanese
  https://fonts.google.com/earlyaccess#Noto+Sans+Japanese
  font-family: 'Noto Sans Japanese', sans-serif;
====================================================== */
/* ======================================================
  中国語フォント（ゴシック） : Noto Sans SC
  https://fonts.google.com/earlyaccess#Noto+Sans+SC
  font-family: 'Noto Sans SC', sans-serif;
====================================================== */
/* ======================================================
  ハングルフォント（ゴシック） : Noto Sans KR
  https://fonts.google.com/earlyaccess#Noto+Sans+KR
  font-family: 'Noto Sans KR', sans-serif;
====================================================== */
.u-d-sp {
  display: none;
}

.glb-u-ff-jp {
  font-family: Noto Sans JP, Noto Sans Japanese, Noto Sans, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
body.lang-tw .glb-u-ff-jp {
  font-family: Noto Sans SC, Noto Sans, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
body.lang-kr .glb-u-ff-jp {
  font-family: Noto Sans KR, Noto Sans, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.glb-u-ff-times {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
body.lang-eng .glb-u-ff-times {
  font-family: "Roboto Condensed", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-font-smoothing: antialiased;
}

.glb-u-ff-robot {
  font-family: "Roboto Condensed", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
}
body.lang-tw .glb-u-ff-robot {
  font-family: "Roboto Condensed", Noto Sans SC, Noto Sans, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
body.lang-kr .glb-u-ff-robot {
  font-family: "Roboto Condensed", Noto Sans KR, Noto Sans, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.glb-u-m-a {
  margin: auto !important;
}

.glb-u-m-0 {
  margin: 0 !important;
}

.glb-u-m-0_a {
  margin: 0 auto !important;
}

.glb-u-m-xmn {
  margin: 5px !important;
}

.glb-u-m-mn {
  margin: 10px !important;
}

.glb-u-m-tn {
  margin: 15px !important;
}

.glb-u-m-xxs {
  margin: 20px !important;
}

.glb-u-m-xs {
  margin: 25px !important;
}

.glb-u-m-sm {
  margin: 30px !important;
}

.glb-u-m-md {
  margin: 35px !important;
}

.glb-u-m-lg {
  margin: 40px !important;
}

.glb-u-m-xl {
  margin: 45px !important;
}

.glb-u-m-xxl {
  margin: 50px !important;
}

.glb-u-m-big {
  margin: 55px !important;
}

.glb-u-m-hg {
  margin: 60px !important;
}

.glb-u-m-msv {
  margin: 65px !important;
}

.glb-u-m-xmsv {
  margin: 70px !important;
}

.glb-u-mt-0 {
  margin-top: 0 !important;
}

.glb-u-mt-xmn {
  margin-top: 5px !important;
}

.glb-u-mt-mn {
  margin-top: 10px !important;
}

.glb-u-mt-tn {
  margin-top: 15px !important;
}

.glb-u-mt-xxs {
  margin-top: 20px !important;
}

.glb-u-mt-xs {
  margin-top: 25px !important;
}

.glb-u-mt-sm {
  margin-top: 30px !important;
}

.glb-u-mt-md {
  margin-top: 35px !important;
}

.glb-u-mt-lg {
  margin-top: 40px !important;
}

.glb-u-mt-xl {
  margin-top: 45px !important;
}

.glb-u-mt-xxl {
  margin-top: 50px !important;
}

.glb-u-mt-big {
  margin-top: 55px !important;
}

.glb-u-mt-hg {
  margin-top: 60px !important;
}

.glb-u-mt-msv {
  margin-top: 65px !important;
}

.glb-u-mt-xmsv {
  margin-top: 70px !important;
}

.glb-u-mr-a {
  margin-right: auto !important;
}

.glb-u-mr-0 {
  margin-right: 0 !important;
}

.glb-u-mr-xmn {
  margin-right: 5px !important;
}

.glb-u-mr-mn {
  margin-right: 10px !important;
}

.glb-u-mr-tn {
  margin-right: 15px !important;
}

.glb-u-mr-xxs {
  margin-right: 20px !important;
}

.glb-u-mr-xs {
  margin-right: 25px !important;
}

.glb-u-mr-sm {
  margin-right: 30px !important;
}

.glb-u-mr-md {
  margin-right: 35px !important;
}

.glb-u-mr-lg {
  margin-right: 40px !important;
}

.glb-u-mr-xl {
  margin-right: 45px !important;
}

.glb-u-mr-xxl {
  margin-right: 50px !important;
}

.glb-u-mr-big {
  margin-right: 55px !important;
}

.glb-u-mr-hg {
  margin-right: 60px !important;
}

.glb-u-mr-msv {
  margin-right: 65px !important;
}

.glb-u-mr-xmsv {
  margin-right: 70px !important;
}

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

.glb-u-mb-xmn {
  margin-bottom: 5px !important;
}

.glb-u-mb-mn {
  margin-bottom: 10px !important;
}

.glb-u-mb-tn {
  margin-bottom: 15px !important;
}

.glb-u-mb-xxs {
  margin-bottom: 20px !important;
}

.glb-u-mb-xs {
  margin-bottom: 25px !important;
}

.glb-u-mb-sm {
  margin-bottom: 30px !important;
}

.glb-u-mb-md {
  margin-bottom: 35px !important;
}

.glb-u-mb-lg {
  margin-bottom: 40px !important;
}

.glb-u-mb-xl {
  margin-bottom: 45px !important;
}

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

.glb-u-mb-big {
  margin-bottom: 55px !important;
}

.glb-u-mb-hg {
  margin-bottom: 60px !important;
}

.glb-u-mb-msv {
  margin-bottom: 65px !important;
}

.glb-u-mb-xmsv {
  margin-bottom: 70px !important;
}

.glb-u-ml-a {
  margin-left: auto !important;
}

.glb-u-ml-0 {
  margin-left: 0 !important;
}

.glb-u-ml-xmn {
  margin-left: 5px !important;
}

.glb-u-ml-mn {
  margin-left: 10px !important;
}

.glb-u-ml-tn {
  margin-left: 15px !important;
}

.glb-u-ml-xxs {
  margin-left: 20px !important;
}

.glb-u-ml-xs {
  margin-left: 25px !important;
}

.glb-u-ml-sm {
  margin-left: 30px !important;
}

.glb-u-ml-md {
  margin-left: 35px !important;
}

.glb-u-ml-lg {
  margin-left: 40px !important;
}

.glb-u-ml-xl {
  margin-left: 45px !important;
}

.glb-u-ml-xxl {
  margin-left: 50px !important;
}

.glb-u-ml-big {
  margin-left: 55px !important;
}

.glb-u-ml-hg {
  margin-left: 60px !important;
}

.glb-u-ml-msv {
  margin-left: 65px !important;
}

.glb-u-ml-xmsv {
  margin-left: 70px !important;
}

.glb-u-of-h {
  overflow: hidden;
}

.glb-u-ta-l {
  text-align: left !important;
}

.glb-u-ta-c {
  text-align: center !important;
}

.glb-u-ta-r {
  text-align: right !important;
}

.glb-u-ta-j {
  text-align: justify !important;
}

.glb-a-anchor {
  margin-top: -70px;
  padding-top: 70px;
}

.glb-a-back {
  display: inline-block;
  min-width: 270px;
  position: relative;
  padding: 10px;
  background-color: #004c97;
  color: #ffffff;
  line-height: 1.2;
  text-align: center;
}
.glb-a-back > span {
  display: inline-block;
  position: relative;
  line-height: 1;
}
.glb-a-back:before {
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #003a73;
  content: ' ';
  -webkit-transition-property: width;
  -o-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
       -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.glb-a-back:hover:before {
  width: 100%;
}
.glb-a-back > span {
  padding-left: 20px;
  background: transparent url("../images/icn/icn-arrow-left-white-8x10.png") no-repeat left center;
}

.glb-a-bg-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.glb-a-bg-img img {
  display: none;
}

.glb-a-box {
  border: 1px solid #dddddd;
  padding: 30px;
}

.glb-a-btn {
  display: inline-block;
  position: relative;
  padding: 10px 30px;
  background-color: #004c97;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
}
.glb-a-btn__icn--left {
  margin-right: 8px;
}
.glb-a-btn > span {
  display: inline-block;
  position: relative;
  line-height: 1;
}
.glb-a-btn:before {
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #003a73;
  content: ' ';
  -webkit-transition-property: width;
  -o-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
       -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.glb-a-btn:hover:before {
  width: 100%;
}

.glb-a-container {
  max-width: 960px;
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
  margin-left: auto;
  margin-right: auto;
}
.glb-a-container--simple {
  max-width: 1040px;
}
.glb-a-container--small {
  max-width: 940px;
}

.glb-a-cover {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: -1000%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 830;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
       -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.glb-a-cover.is-show {
  left: 0;
  opacity: 1;
}

.glb-a-date {
  font-family: "Roboto Condensed", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  color: #004c97;
  font-size: 16px;
  line-height: 1.2;
}
body.lang-tw .glb-a-date {
  font-family: "Roboto Condensed", Noto Sans SC, Noto Sans, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
body.lang-kr .glb-a-date {
  font-family: "Roboto Condensed", Noto Sans KR, Noto Sans, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.glb-a-dl {
  font-size: 13px;
  margin-top: 0.75em;
}
.glb-a-dl dt {
  width: 36.8421052632%;
  padding-right: 1em;
  float: left;
  clear: both;
  font-weight: 700;
  margin-top: 0.75em;
}
.glb-a-dl dd {
  float: left;
  width: 60%;
  margin-top: 0.75em;
}

.glb-a-h {
  font-family: "Roboto Condensed", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  position: relative;
  font-size: 30px;
  line-height: 1.4;
}
body.lang-tw .glb-a-h {
  font-family: "Roboto Condensed", Noto Sans SC, Noto Sans, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
body.lang-kr .glb-a-h {
  font-family: "Roboto Condensed", Noto Sans KR, Noto Sans, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.glb-a-h--jp {
  font-family: Noto Sans JP, Noto Sans Japanese, Noto Sans, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
}
body.lang-tw .glb-a-h--jp {
  font-family: Noto Sans SC, Noto Sans, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
body.lang-kr .glb-a-h--jp {
  font-family: Noto Sans KR, Noto Sans, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.glb-a-h--jp-medium {
  font-family: Noto Sans JP, Noto Sans Japanese, Noto Sans, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
}
body.lang-tw .glb-a-h--jp-medium {
  font-family: Noto Sans SC, Noto Sans, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
body.lang-kr .glb-a-h--jp-medium {
  font-family: Noto Sans KR, Noto Sans, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.glb-a-h--large {
  font-size: 34px;
}
.glb-a-h--small {
  font-size: 21px;
}
.glb-a-h--xsmall {
  font-size: 18px;
}
.glb-a-h--has-border {
  padding-bottom: 25px;
}
.glb-a-h--has-border:after {
  display: block;
  width: 30px;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: inherit;
  content: ' ';
}
.glb-a-h--primary {
  color: #004c97;
}
.glb-a-h--white {
  color: #ffffff;
}
.glb-a-h--centered {
  text-align: center;
}

.glb-a-img img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.glb-a-img--mw {
  text-align: center;
}
.glb-a-img--mw img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.glb-a-label {
  font-family: "Roboto Condensed", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  min-width: 105px;
  border: 1px solid #004c97;
  padding: 2px 8px;
  color: #004c97;
  font-size: 12px;
  text-align: center;
  line-height: 1.2;
}
body.lang-tw .glb-a-label {
  font-family: "Roboto Condensed", Noto Sans SC, Noto Sans, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
body.lang-kr .glb-a-label {
  font-family: "Roboto Condensed", Noto Sans KR, Noto Sans, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.glb-a-lead {
  font-size: 13px;
}
.glb-a-lead--centered {
  text-align: center;
}
.glb-a-lead--primary {
  color: #004c97;
}
.glb-a-lead--white {
  color: #ffffff;
}

.glb-a-link {
  color: #004c97;
  font-weight: 500;
  text-decoration: underline;
}
.glb-a-link:hover {
  text-decoration: none;
}

.glb-a-more {
  display: inline-block;
  min-width: 270px;
  position: relative;
  padding: 10px;
  background-color: #004c97;
  color: #ffffff;
  line-height: 1.2;
  text-align: center;
}
.glb-a-more > span {
  display: inline-block;
  position: relative;
  line-height: 1;
}
.glb-a-more:before {
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #003a73;
  content: ' ';
  -webkit-transition-property: width;
  -o-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
       -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.glb-a-more:hover:before {
  width: 100%;
}
.glb-a-more--bottom > span {
  padding-right: 20px;
  background: transparent url("../images/icn/icn-arrow-bottom-white-10x8.png") no-repeat right center;
}

.glb-a-opener {
  font-family: "Roboto Condensed", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  position: relative;
  color: #004c97;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
body.lang-tw .glb-a-opener {
  font-family: "Roboto Condensed", Noto Sans SC, Noto Sans, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
body.lang-kr .glb-a-opener {
  font-family: "Roboto Condensed", Noto Sans KR, Noto Sans, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.glb-a-opener__icn {
  position: absolute;
  top: 0;
}
.glb-a-opener__icn img {
  vertical-align: middle;
}
.glb-a-opener__close {
  display: none;
}
.glb-a-opener.is-icn-left {
  padding-left: 30px;
}
.glb-a-opener.is-icn-left .glb-a-opener__icn {
  left: 0;
}
.glb-a-opener.is-icn-right {
  padding-right: 30px;
}
.glb-a-opener.is-icn-right .glb-a-opener__icn {
  right: 0;
}

.glb-a-table {
  width: 100%;
}
.glb-a-table th, .glb-a-table td {
  line-height: 1.4;
}
.glb-a-table thead th {
  padding: 10px;
  background-color: #004c97;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
}
.glb-a-table thead th + th {
  border-left: 1px solid #dddddd;
}
.glb-a-table tbody tr td {
  padding: 10px;
  border: 1px solid #dddddd;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
}
.glb-a-table tbody tr:nth-child(even) td {
  background-color: #f5f5f5;
}
.glb-a-table--fixed {
  table-layout: fixed;
}

.glb-a-wrap {
  width: 100%;
  min-width: 1054px;
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
}
.glb-a-wrap__content {
  position: relative;
  width: 100%;
  height: 100%;
}
.glb-a-wrap__opener {
  position: absolute;
  left: 0;
}

.glb-m-article-body {
  font-size: 15px;
  line-height: 2;
}
.glb-m-article-body > * + * {
  margin-top: 2em;
}
.glb-m-article-body img {
  max-width: 100%;
  height: auto;
}
.glb-m-article-body img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.glb-m-article-body a {
  color: #004c97;
  text-decoration: underline;
}
.glb-m-article-body a:hover {
  text-decoration: none;
}
.glb-m-article-body > ul li:before {
  content: '・';
}
.glb-m-article-body > ol li {
  list-style-type: decimal;
  list-style-position: inside;
}
.glb-m-article-body blockquote {
  background-color: #f5f5f5;
  padding: 1em 1.5em;
}

.glb-m-bg-movie {
  width: 100%;
  height: 100%;
}
.glb-m-bg-movie video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.glb-m-cta-btn {
  display: block;
  width: 660px;
  height: 80px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
       -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.glb-m-cta-btn__content {
  display: table;
  width: 100%;
  height: 100%;
}
.glb-m-cta-btn__content > * {
  display: table-cell;
  vertical-align: middle;
}
.glb-m-cta-btn__icn {
  width: 80px;
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
       -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.glb-m-cta-btn__icn img {
  vertical-align: middle;
}
.glb-m-cta-btn__txt {
  position: relative;
  top: 2px;
  font-size: 22px;
  line-height: 1em;
}
.glb-m-cta-btn__txt small {
  font-size: 13px;
}
.glb-m-cta-btn--centered {
  margin-right: auto;
  margin-left: auto;
}
.glb-m-cta-btn--mini {
  width: 175px;
  height: 38px;
}
.glb-m-cta-btn--mini .glb-m-cta-btn__icn {
  width: 38px;
}
.glb-m-cta-btn--mini .glb-m-cta-btn__txt {
  font-size: 13px;
}
.glb-m-cta-btn--hp5 {
  background-color: #947b39;
  border-bottom: 2px solid #61511e;
}
.glb-m-cta-btn--hp5 .glb-m-cta-btn__icn {
  background-color: #7a6323;
}
.glb-m-cta-btn--hp5.glb-m-cta-btn--mini {
  border-bottom: 1px solid #61511e;
}
.glb-m-cta-btn--hp5:hover {
  background-color: #a99152;
}
.glb-m-cta-btn--hp5:hover .glb-m-cta-btn__icn {
  background-color: #866d2a;
}
.glb-m-cta-btn--jp870 {
  background-color: #47477e;
  border-bottom: 2px solid #090953;
}
.glb-m-cta-btn--jp870 .glb-m-cta-btn__icn {
  background-color: #090953;
}
.glb-m-cta-btn--jp870.glb-m-cta-btn--mini {
  border-bottom: 1px solid #090953;
}
.glb-m-cta-btn--jp870:hover {
  background-color: #5e5e9c;
}
.glb-m-cta-btn--jp870:hover .glb-m-cta-btn__icn {
  background-color: #1d1d82;
}
.glb-m-cta-btn--jp1100 {
  background-color: #e9e4d0;
  border-bottom: 2px solid #c3b490;
  color: #514d45;
}
.glb-m-cta-btn--jp1100 .glb-m-cta-btn__icn {
  background-color: #d2c4a3;
}
.glb-m-cta-btn--jp1100.glb-m-cta-btn--mini {
  border-bottom: 1px solid #c3b490;
}
.glb-m-cta-btn--jp1100:hover {
  background-color: #efece3;
}
.glb-m-cta-btn--jp1100:hover .glb-m-cta-btn__icn {
  background-color: #d6cdb9;
}

.glb-m-hero-pager {
  height: 0;
  text-align: center;
  letter-spacing: -0.4em;
}
.glb-m-hero-pager__item {
  display: inline-block;
  height: 10px;
  letter-spacing: normal;
}
.glb-m-hero-pager__item + .glb-m-hero-pager__item {
  margin-left: 10px;
}
.glb-m-hero-pager__item.is-current .glb-m-hero-pager__btn > span {
  height: 3px;
  background-color: #004c97;
}
.glb-m-hero-pager__btn {
  display: inline-block;
  width: 60px;
  height: 10px;
  position: relative;
  cursor: pointer;
  vertical-align: top;
}
.glb-m-hero-pager__btn > span {
  display: inline-block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  text-indent: -9999px;
  -webkit-transition-property: height, background-color;
  -o-transition-property: height, background-color;
  transition-property: height, background-color;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.glb-m-hero-pager__btn:hover > span {
  height: 3px;
  background-color: #004c97;
}

.glb-m-history-btn {
  display: block;
  border: 1px solid #ffffff;
  padding: 5px;
  color: #ffffff;
  border-radius: 20px;
  font-size: 18px;
  text-align: center;
  -webkit-transition-property: background-color, color, border-color;
  -o-transition-property: background-color, color, border-color;
  transition-property: background-color, color, border-color;
  -webkit-transition-duration: 0.25s;
       -o-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
       -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.glb-m-history-btn > span {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
.glb-m-history-btn > span img {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
}
.glb-m-history-btn__on {
  display: none;
}
.glb-m-history-btn:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
}
.glb-m-history-btn:hover .glb-m-history-btn__on {
  display: inline;
}
.glb-m-history-btn:hover .glb-m-history-btn__off {
  display: none;
}

.glb-m-history-origin {
  padding-top: 100px;
  background-color: #000000;
}

.glb-m-history-osecs {
  padding-top: 165px;
  padding-bottom: 120px;
}

.glb-m-history-osec {
  width: 940px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
.glb-m-history-osec__h {
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 30px;
  font-size: 30px;
  text-align: center;
}
.glb-m-history-osec__h:after {
  display: block;
  width: 30px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
  background-color: #ffffff;
  content: '';
}
.glb-m-history-osec__words > p + p {
  margin-top: 1.25em;
}
.glb-m-history-osec__figs1 {
  margin-top: 55px;
}
.glb-m-history-osec__figs1__l {
  width: 450px;
  float: left;
}
.glb-m-history-osec__figs1__r {
  width: 450px;
  float: left;
}
.glb-m-history-osec__figs1 figure img {
  width: 100%;
  height: auto;
}
.glb-m-history-osec__figs1 figure figcaption {
  font-size: 15px;
  text-align: center;
}
.glb-m-history-osec__figs1__figs {
  margin-top: 25px;
}
.glb-m-history-osec__figs1__figs > figure {
  width: 210px;
  float: left;
}
.glb-m-history-osec__figs1__figs > figure + figure {
  margin-left: 30px;
}
.glb-m-history-osec__figs2__fig {
  width: 450px;
  float: left;
}
.glb-m-history-osec__figs2 figcaption {
  width: 407px;
  float: right;
  font-size: 16px;
}
.glb-m-history-osec__figs2 figcaption > p + p {
  margin-top: 25px;
}
.glb-m-history-osec__figs3 li {
  float: left;
  width: 172px;
}
.glb-m-history-osec__figs3 li + li {
  margin-left: 10px;
}
.glb-m-history-osec__figs3 li figcaption {
  font-size: 14px;
  text-align: center;
}
.glb-m-history-osec__tables__item {
  width: 430px;
  float: left;
}
.glb-m-history-osec__tables__item + .glb-m-history-osec__tables__item {
  margin-left: 40px;
}
.glb-m-history-osec__table {
  width: 100%;
}
.glb-m-history-osec__table th, .glb-m-history-osec__table td {
  padding: 20px;
  color: #ffffff;
  border-top: 1px solid #222222;
  border-bottom: 1px solid #222222;
  font-size: 13px;
}
.glb-m-history-osec__table th {
  min-width: 160px;
  background-color: #333333;
}
.glb-m-history-osec__table td {
  padding-right: 0;
}
.glb-m-history-osec + .glb-m-history-osec {
  margin-top: 100px;
}

.glb-m-info {
  display: table;
  width: 100%;
}
.glb-m-info > * {
  display: table-cell;
  vertical-align: top;
}
.glb-m-info__date {
  width: 105px;
}
.glb-m-info__date .glb-a-date {
  vertical-align: top;
}
.glb-m-info__tag {
  width: 120px;
}
.glb-m-info__tag .glb-a-label {
  vertical-align: top;
}
.glb-m-info__title {
  font-size: 13px;
}
.glb-m-info__title:hover {
  text-decoration: underline;
}

.glb-m-office__h {
  color: #004c97;
  font-size: 13px;
  font-weight: 400;
}
.glb-m-office__h a:after {
  display: inline-block;
  width: 16px;
  height: 14px;
  position: relative;
  top: -2px;
  margin-left: 8px;
  background: transparent url("../images/icn/icn-blank-blue.png") no-repeat 0 0;
  vertical-align: middle;
  content: ' ';
}
.glb-m-office__lead {
  margin-top: 10px;
}
.glb-m-office__data {
  margin-top: 10px;
}
.glb-m-office__data .glb-a-dl dt {
  width: 21.686746988%;
}
.glb-m-office__data .glb-a-dl dd {
  width: 78.313253012%;
}

.glb-m-play-movie {
  font-family: "Roboto Condensed", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
  font-size: 13px;
  text-align: center;
}
body.lang-tw .glb-m-play-movie {
  font-family: "Roboto Condensed", Noto Sans SC, Noto Sans, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
body.lang-kr .glb-m-play-movie {
  font-family: "Roboto Condensed", Noto Sans KR, Noto Sans, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.glb-m-play-movie__txt > span {
  position: relative;
}
.glb-m-play-movie__txt > span:after {
  display: inline-block;
  width: 0;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: -2px;
  background-color: #ffffff;
  content: ' ';
  -webkit-transition-property: width, left;
  -o-transition-property: width, left;
  transition-property: width, left;
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
       -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.glb-m-play-movie > a {
  display: inline-block;
  cursor: pointer;
}
.glb-m-play-movie > a:hover .glb-m-play-movie__txt > span:after {
  width: 100%;
  left: 0;
}

.glb-m-product-thumb {
  display: inline-block;
  text-align: left;
}
.glb-m-product-thumb__fig {
  position: relative;
  overflow: hidden;
}
.glb-m-product-thumb__fig__hover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.55s;
       -o-transition-duration: 0.55s;
          transition-duration: 0.55s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
       -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scale(1.17);
      -ms-transform: scale(1.17);
          transform: scale(1.17);
}
.glb-m-product-thumb__name {
  color: #004c97;
  font-size: 15px;
  font-style: italic;
}
.glb-m-product-thumb__name .glb-a-h {
  font-size: 19px;
  letter-spacing: 0;
  letter-spacing: -0.005em;
}
.glb-m-product-thumb:hover .glb-m-product-thumb__fig__hover {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.glb-m-unit1 {
  background: transparent url("../images/img/img-history-origin-1.jpg") repeat-x center top;
  background-size: cover;
  height: 380px;
}
body.lang-eng .glb-m-unit1 {
  height: 460px;
}
.glb-m-unit1__content {
  width: 1050px;
  height: 100%;
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
.glb-m-unit1__txts-wrap {
  display: table;
  height: 100%;
}
.glb-m-unit1__txts-wrap__container {
  display: table-row;
}
.glb-m-unit1__txts-wrap__inner {
  display: table-cell;
  vertical-align: middle;
}
.glb-m-unit1__txts {
  display: table;
}
.glb-m-unit1__txts__r {
  display: table-row;
}
.glb-m-unit1__txts__c {
  display: table-cell;
}
.glb-m-unit1__h {
  text-align: center;
}
.glb-m-unit1__h > span {
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
}
.glb-m-unit1__h-m {
  margin-top: 10px;
  margin-bottom: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  line-height: 1.3;
  text-align: center;
}
.glb-m-unit1__h-m > span {
  display: inline-block;
  color: #ded499;
  text-align: center;
}
.glb-m-unit1__h-m > span small {
  font-size: 20px;
}
.glb-m-unit1__h-m__main {
  font-size: 40px;
}
body.lang-eng .glb-m-unit1__h-m__main {
  line-height: 1.15;
}
.glb-m-unit1__lead {
  text-align: center;
}
.glb-m-unit1__lead > span {
  display: inline-block;
  text-align: center;
}
.glb-m-unit1__img {
  position: absolute;
  top: -80px;
  right: 20px;
}
body.lang-eng .glb-m-unit1__img {
  top: -60px;
}

.glb-o-article__meta > * {
  display: inline-block;
}
.glb-o-article__meta > * + * {
  margin-left: 15px;
}
.glb-o-article__h {
  margin-top: 10px;
}
.glb-o-article__body {
  margin-top: 35px;
}
.glb-o-article__footer {
  margin-top: 40px;
  text-align: center;
}

.glb-o-continent__h {
  font-family: "Roboto Condensed", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  padding: 2px 24px;
  background-color: #004c97;
  color: #ffffff;
  font-size: 20px;
}
body.lang-tw .glb-o-continent__h {
  font-family: "Roboto Condensed", Noto Sans SC, Noto Sans, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
body.lang-kr .glb-o-continent__h {
  font-family: "Roboto Condensed", Noto Sans KR, Noto Sans, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.glb-o-continent__body {
  margin-top: 30px;
}
.glb-o-continent + .glb-o-continent {
  margin-top: 60px;
}

.glb-o-countries__h {
  font-family: "Roboto Condensed", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  position: relative;
  padding-bottom: 10px;
  color: #004c97;
  font-size: 20px;
  line-height: 1.4;
}
body.lang-tw .glb-o-countries__h {
  font-family: "Roboto Condensed", Noto Sans SC, Noto Sans, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
body.lang-kr .glb-o-countries__h {
  font-family: "Roboto Condensed", Noto Sans KR, Noto Sans, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.glb-o-countries__h:before {
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #dddddd;
  content: ' ';
}
.glb-o-countries__h:after {
  display: block;
  width: 26.6666666667%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #004c97;
  content: ' ';
}
.glb-o-countries__body {
  margin-top: 25px;
}
.glb-o-countries__body + .glb-o-countries__h {
  margin-top: 40px;
}

.glb-o-eq-blocks {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.glb-o-eq-blocks__item {
  display: table-cell;
}
.glb-o-eq-blocks__item + .glb-o-eq-blocks__item {
  padding-left: 50px;
  border-left: 1px solid #dddddd;
}
.glb-o-eq-blocks__item:first-child {
  padding-right: 50px;
}

.glb-o-footer {
  width: 100%;
  height: 50px;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  color: #888888;
  z-index: 1000;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.25s;
       -o-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
       -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.glb-o-footer__content {
  border-top: 1px solid #dddddd;
}
.glb-o-footer__nav {
  text-align: center;
  letter-spacing: -0.4em;
  line-height: 48px;
}
.glb-o-footer__nav a {
  font-family: "Roboto Condensed", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  padding: 0 8px;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.05em;
}
body.lang-tw .glb-o-footer__nav a {
  font-family: "Roboto Condensed", Noto Sans SC, Noto Sans, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
body.lang-kr .glb-o-footer__nav a {
  font-family: "Roboto Condensed", Noto Sans KR, Noto Sans, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.glb-o-footer__nav a:hover {
  text-decoration: underline;
}
.glb-o-footer__nav a + a {
  border-left: 1px solid #c7c7c7;
}
.glb-o-footer__copy {
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.5em;
  line-height: 1;
}
.glb-o-footer__lang {
  font-family: "Roboto Condensed", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.5em;
  line-height: 1;
  padding-right: 22px;
  cursor: pointer;
}
body.lang-tw .glb-o-footer__lang {
  font-family: "Roboto Condensed", Noto Sans SC, Noto Sans, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
body.lang-kr .glb-o-footer__lang {
  font-family: "Roboto Condensed", Noto Sans KR, Noto Sans, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.glb-o-footer__lang__icn {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
}
.glb-o-footer.is-down {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
}

.glb-o-full-screen {
  width: 100vw;
  height: 100vh;
  padding-top: 70px;
  padding-bottom: 50px;
}

.glb-o-gnav {
  width: 618px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 20px;
  padding-top: 70px;
  padding-top: 50px;
  background-color: #f1f1f1;
  z-index: 900;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
       -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.glb-o-gnav__content {
  display: table;
  width: 100%;
  height: 100%;
}
.glb-o-gnav__inner {
  display: table-cell;
  vertical-align: middle;
}
.glb-o-gnav__list {
  position: relative;
  text-align: center;
}
.glb-o-gnav__list__item {
  position: relative;
}
.glb-o-gnav__list__item + .glb-o-gnav__list__item {
  padding-top: 45px;
}
.glb-o-gnav__list__item + .glb-o-gnav__list__item:before {
  display: block;
  width: 30px;
  height: 2px;
  position: absolute;
  top: 22px;
  left: 50%;
  margin-left: -15px;
  background-color: #004c97;
  content: ' ';
}
.glb-o-gnav__btn {
  font-family: "Roboto Condensed", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  position: relative;
  font-size: 34px;
  color: #004c97;
  line-height: 1.4;
}
body.lang-tw .glb-o-gnav__btn {
  font-family: "Roboto Condensed", Noto Sans SC, Noto Sans, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
body.lang-kr .glb-o-gnav__btn {
  font-family: "Roboto Condensed", Noto Sans KR, Noto Sans, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.glb-o-gnav__btn:after {
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: -5%;
  background-color: #004c97;
  content: ' ';
  -webkit-transition-property: width;
  -o-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
       -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.glb-o-gnav__btn__def, .glb-o-gnav__btn__hover {
  display: inline-block;
  white-space: nowrap;
}
.glb-o-gnav__btn__def {
  position: relative;
}
.glb-o-gnav__btn__hover {
  width: 0;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition-property: width;
  -o-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
       -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 2;
  white-space: nowrap;
  overflow: hidden;
}
.glb-o-gnav__btn:hover .glb-o-gnav__btn__hover {
  width: 100%;
}
.glb-o-gnav__btn:hover:after {
  width: 110%;
}
.glb-o-gnav.is-show {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.glb-o-header {
  width: 100%;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 1200;
}
.glb-o-header__logo {
  text-align: center;
  line-height: 70px;
}
.glb-o-header__logo img {
  vertical-align: middle;
}
.glb-o-header__nav-opener {
  position: absolute;
  top: 25px;
  left: 0;
}
.glb-o-header__pro-opener {
  position: absolute;
  top: 25px;
  right: 0;
}
.glb-o-header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.25s;
       -o-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
       -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translateY(-70px);
      -ms-transform: translateY(-70px);
          transform: translateY(-70px);
}
.glb-o-header.is-fixed.is-down {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.glb-o-header.is-fixed.is-hidden {
  visibility: hidden;
}

.glb-o-hero {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.glb-o-hero__list {
  width: 100%;
  height: 100%;
}
.glb-o-hero__list__item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 1.2s;
       -o-transition-duration: 1.2s;
          transition-duration: 1.2s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.glb-o-hero__list__item.is-current {
  opacity: 1;
}
.glb-o-hero__list__item .glb-o-hero__bg {
  background-position: center center;
}
.glb-o-hero__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.glb-o-hero__bg img {
  display: none;
}
.glb-o-hero__txt-jp1000 {
  position: absolute;
  top: 9.5238095238%;
  left: 3.869047619%;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 30px 20px 30px 35px;
}
.glb-o-hero__txt-jp1000__content {
  display: table;
}
.glb-o-hero__txt-jp1000__content > * {
  display: table-cell;
  vertical-align: middle;
}
.glb-o-hero__txt-jp1000__logo {
  width: 220px;
}
.glb-o-hero__txt-jp1000__txts {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding-left: 27px;
  color: #ffffff;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  border-left: 1px solid #333333;
}
body.lang-eng .glb-o-hero__txt-jp1000__txts {
  font-family: "Roboto Condensed", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.lang-tw .glb-o-hero__txt-jp1000__txts {
  font-family: SimSun, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
body.lang-kr .glb-o-hero__txt-jp1000__txts {
  font-family: "source-han-serif-korean", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.glb-o-hero__txt-jp1000__h {
  font-size: 30px;
}
.glb-o-hero__txt-jp1000__h > span {
  letter-spacing: -1em;
}
body.lang-kr .glb-o-hero__txt-jp1000__h {
  font-size: 28px;
}
.glb-o-hero__txt-jp1000__h-sub {
  margin-top: 15px;
  font-size: 16px;
}
body.lang-eng .glb-o-hero__txt-jp1000__h-sub {
  font-size: 14px;
}
.glb-o-hero__txt-jp1100 {
  width: 100%;
  position: absolute;
  top: 13.3333333333%;
  left: 0;
  text-align: center;
}
.glb-o-hero__txt-jp1100__h {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-top: 5px;
  color: #514d45;
  font-size: 36px;
  -webkit-font-smoothing: antialiased;
}
body.lang-eng .glb-o-hero__txt-jp1100__h {
  font-family: "Roboto Condensed", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.lang-tw .glb-o-hero__txt-jp1100__h {
  font-family: SimSun, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
body.lang-kr .glb-o-hero__txt-jp1100__h {
  font-family: "source-han-serif-korean", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.glb-o-hero__txt-jp1100__h-sub {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #333333;
  font-size: 17px;
}
body.lang-eng .glb-o-hero__txt-jp1100__h-sub {
  font-family: "Roboto Condensed", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.lang-tw .glb-o-hero__txt-jp1100__h-sub {
  font-family: SimSun, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
body.lang-kr .glb-o-hero__txt-jp1100__h-sub {
  font-family: "source-han-serif-korean", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.glb-o-hero__txt-hwp55 {
  position: absolute;
  top: 11.4285714286%;
  left: 7.1428571429%;
}
.glb-o-hero__txt-hwp55__name {
  font-family: "Roboto Condensed", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  color: #947b39;
  font-size: 18px;
  font-weight: 400;
}
body.lang-tw .glb-o-hero__txt-hwp55__name {
  font-family: "Roboto Condensed", Noto Sans SC, Noto Sans, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
body.lang-kr .glb-o-hero__txt-hwp55__name {
  font-family: "Roboto Condensed", Noto Sans KR, Noto Sans, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.glb-o-hero__txt-hwp55__logo {
  margin-top: 15px;
}
.glb-o-hero__txt-hwp55__logo img {
  width: 347px;
  height: 60px;
}
.glb-o-hero__txt-hwp55__lead {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-top: 25px;
  font-size: 32px;
  line-height: 1.4;
}
body.lang-eng .glb-o-hero__txt-hwp55__lead {
  font-family: "Roboto Condensed", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.lang-tw .glb-o-hero__txt-hwp55__lead {
  font-family: SimSun, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
body.lang-kr .glb-o-hero__txt-hwp55__lead {
  font-family: "source-han-serif-korean", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.glb-o-hero__txt-history-1 {
  width: 52.9761904762%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 47.0238095238%;
}
body.lang-tw .glb-o-hero__txt-history-1 {
  width: 54.7619047619%;
  left: 45.2380952381%;
}
body.lang-kr .glb-o-hero__txt-history-1 {
  width: 54.7619047619%;
  left: 45.2380952381%;
}
.glb-o-hero__txt-history-1__copy {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #ffffff;
  font-size: 20px;
}
body.lang-eng .glb-o-hero__txt-history-1__copy {
  font-family: "Roboto Condensed", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.lang-tw .glb-o-hero__txt-history-1__copy {
  font-family: SimSun, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
body.lang-kr .glb-o-hero__txt-history-1__copy {
  font-family: "source-han-serif-korean", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.glb-o-hero__txt-history-1__copy__en {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: relative;
  padding-left: 70px;
  font-style: italic;
  margin-left: 20px;
}
body.lang-eng .glb-o-hero__txt-history-1__copy__en {
  font-family: "Roboto Condensed", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-font-smoothing: antialiased;
}
.glb-o-hero__txt-history-1__copy__en:before {
  display: inline-block;
  width: 50px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #ffffff;
  content: ' ';
}
.glb-o-hero__txt-history-1__copy-main {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-top: 15px;
  color: #ad8d1d;
  font-size: 43px;
  line-height: 1.3;
}
body.lang-eng .glb-o-hero__txt-history-1__copy-main {
  font-family: "Roboto Condensed", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.lang-tw .glb-o-hero__txt-history-1__copy-main {
  font-family: SimSun, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
body.lang-kr .glb-o-hero__txt-history-1__copy-main {
  font-family: "source-han-serif-korean", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
body.lang-tw .glb-o-hero__txt-history-1__copy-main {
  font-size: 41px;
}
body.lang-kr .glb-o-hero__txt-history-1__copy-main {
  font-size: 38px;
}
.glb-o-hero__txt-history-1__content {
  display: table;
  width: 100%;
  height: 100%;
}
.glb-o-hero__txt-history-1__inner {
  display: table-cell;
  vertical-align: middle;
  padding-right: 30px;
}
.glb-o-hero__txt-history-1__sub {
  margin-top: 35px;
  color: #777777;
  font-size: 15px;
}
.glb-o-hero__pager {
  width: 100%;
  position: absolute;
  bottom: 40px;
}
.glb-o-hero__prev, .glb-o-hero__next {
  width: 38px;
  height: 38px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
}
.glb-o-hero__prev:before, .glb-o-hero__next:before {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  content: ' ';
}
.glb-o-hero__prev img, .glb-o-hero__next img {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
}
.glb-o-hero__prev {
  left: -19px;
}
.glb-o-hero__prev img {
  margin-left: -1px;
}
.glb-o-hero__next {
  right: -19px;
}
.glb-o-hero__next img {
  margin-left: -9px;
}

.glb-o-history__list {
  position: relative;
  margin-left: 90px;
}
.glb-o-history__list:before {
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 4px;
  background-color: #004c97;
  content: ' ';
}
.glb-o-history__list:after {
  width: 2px;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: -28px;
  background: transparent url("../images/icn/icn-history-tail.png") no-repeat 0 0;
  content: ' ';
}
.glb-o-history__list__item {
  position: relative;
  padding-left: 35px;
  padding-bottom: 35px;
}
.glb-o-history__list__item:before {
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: -4px;
  top: 4px;
  background-color: #004c97;
  border-radius: 10px;
  content: ' ';
}
.glb-o-history__year {
  font-family: "Roboto Condensed", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: -90px;
  top: -1px;
  font-size: 20px;
  line-height: 1;
}
body.lang-tw .glb-o-history__year {
  font-family: "Roboto Condensed", Noto Sans SC, Noto Sans, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
body.lang-kr .glb-o-history__year {
  font-family: "Roboto Condensed", Noto Sans KR, Noto Sans, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.glb-o-history__body {
  font-size: 13px;
}
.glb-o-history__body__list__item {
  text-indent: -1em;
  padding-left: 1em;
}
.glb-o-history__body__list__item + .glb-o-history__body__list__item {
  margin-top: 0.5em;
}

.glb-o-home-info__header {
  width: 20.3619909502%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 3.0165912519%;
  float: left;
  text-align: right;
}
.glb-o-home-info__body {
  width: 79.6380090498%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 3.0165912519%;
  float: right;
  border-left: 1px solid #cccccc;
}
.glb-o-home-info__link {
  font-size: 12px;
}
.glb-o-home-info__link img {
  width: 6px;
  height: 8px;
}

.glb-o-infos__list__item {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
       -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.glb-o-infos__list__item + .glb-o-infos__list__item {
  margin-top: 20px;
}
.glb-o-infos__list__item.is-ready {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
}
.glb-o-infos__footer {
  margin-top: 40px;
  text-align: center;
}

.glb-o-lang {
  width: 100%;
  position: fixed;
  bottom: 0;
  padding-bottom: 50px;
  background-color: #ffffff;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  z-index: 850;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
       -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.glb-o-lang__h {
  text-align: center;
}
.glb-o-lang__content {
  position: relative;
  padding: 40px 0 35px;
}
.glb-o-lang__close {
  font-family: "Roboto Condensed", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 15px;
  right: 0;
  padding-right: 25px;
  color: #004c97;
  font-size: 14px;
  cursor: pointer;
}
body.lang-tw .glb-o-lang__close {
  font-family: "Roboto Condensed", Noto Sans SC, Noto Sans, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
body.lang-kr .glb-o-lang__close {
  font-family: "Roboto Condensed", Noto Sans KR, Noto Sans, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.glb-o-lang__close__icn {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
}
.glb-o-lang__list {
  margin-top: 25px;
  text-align: center;
}
.glb-o-lang__list__item {
  display: inline-block;
  padding: 0 20px;
}
.glb-o-lang__btn {
  font-family: "Roboto Condensed", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  position: relative;
  padding-left: 15px;
  color: #004c97;
  font-size: 18px;
}
body.lang-tw .glb-o-lang__btn {
  font-family: "Roboto Condensed", Noto Sans SC, Noto Sans, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
body.lang-kr .glb-o-lang__btn {
  font-family: "Roboto Condensed", Noto Sans KR, Noto Sans, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.glb-o-lang__btn:after {
  display: inline-block;
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 50%;
  background-color: #004c97;
  content: ' ';
  -webkit-transition-property: width, left;
  -o-transition-property: width, left;
  transition-property: width, left;
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
       -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.glb-o-lang__btn:before {
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #004c97;
  content: ' ';
}
.glb-o-lang__btn:hover:after {
  width: 100%;
  left: 0;
}
.glb-o-lang.is-show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.glb-o-loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 20000;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 1.25s;
       -o-transition-duration: 1.25s;
          transition-duration: 1.25s;
  -webkit-transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
       -o-transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
          transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.glb-o-loading__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.glb-o-loading.is-content-hide .glb-o-loading__content {
  opacity: 0;
}
.glb-o-loading.is-hide {
  opacity: 0;
}

.glb-o-main {
  padding-top: 70px;
  padding-bottom: 50px;
}

.glb-o-map {
  max-width: 1282px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
.glb-o-map:after {
  display: block;
  padding-top: 48.3619344774%;
  content: ' ';
}
.glb-o-map__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.glb-o-map__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.glb-o-map__bg img {
  width: 100%;
  height: auto;
}
.glb-o-map__anchors {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.glb-o-map__anchors__item {
  position: absolute;
}
.glb-o-map__anchors__item--usa {
  top: 30.6451612903%;
  left: 14.8205928237%;
}
.glb-o-map__anchors__item--europe {
  top: 20.9677419355%;
  left: 44.4617784711%;
}
.glb-o-map__anchors__item--asia {
  top: 35.4838709677%;
  left: 68.6427457098%;
}
.glb-o-map__anchors__item--me {
  top: 48.3870967742%;
  left: 53.5101404056%;
}
.glb-o-map__anchors__btn {
  font-family: "Roboto Condensed", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  display: block;
  width: 210px;
  padding-right: 18px;
  padding-left: 28px;
  background-color: #004c97;
  border-radius: 54px;
  color: #ffffff;
  line-height: 54px;
  cursor: pointer;
}
body.lang-tw .glb-o-map__anchors__btn {
  font-family: "Roboto Condensed", Noto Sans SC, Noto Sans, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
body.lang-kr .glb-o-map__anchors__btn {
  font-family: "Roboto Condensed", Noto Sans KR, Noto Sans, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.glb-o-map__anchors__btn > span {
  display: block;
  position: relative;
}
.glb-o-map__anchors__btn > span:after {
  display: block;
  width: 10px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
  background: transparent url("../images/icn/icn-arrow-bottom-white-10x8.png") no-repeat 0 0;
  content: ' ';
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
       -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.glb-o-map__anchors__btn:hover > span:after {
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
}

.glb-o-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: -1000%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 2000;
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.6s;
       -o-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
       -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.glb-o-modal.is-show {
  left: 0;
  opacity: 1;
}

.glb-o-offices__item {
  width: 46.1111111111%;
  float: left;
}
.glb-o-offices__item + .glb-o-offices__item {
  margin-left: 7.7777777778%;
}
.glb-o-offices + .glb-o-offices {
  margin-top: 30px;
}

.glb-o-product-header {
  width: 100%;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #ffffff;
  z-index: 800;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
       -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.glb-o-product-header__content {
  width: 100%;
  height: 100%;
  position: relative;
}
.glb-o-product-header__logo {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.glb-o-product-header__logo__content {
  display: table;
  height: 100%;
}
.glb-o-product-header__logo__main {
  display: table-cell;
  vertical-align: middle;
}
.glb-o-product-header__nav {
  width: 100%;
  height: 100%;
  float: right;
  text-align: center;
}
.glb-o-product-header__nav__container {
  display: inline-block;
}
.glb-o-product-header__nav__content {
  display: table;
  height: 100%;
}
.glb-o-product-header__nav__item {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
}
.glb-o-product-header__nav__item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  color: #9a9a9a;
  line-height: 80px;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
       -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.glb-o-product-header__cta {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.glb-o-product-header__cta__content {
  display: table;
  height: 100%;
}
.glb-o-product-header__cta__main {
  display: table-cell;
  vertical-align: middle;
}
body.lang-eng .glb-o-product-header.is-hp5 .glb-o-product-header__nav__item {
  font-size: 12px;
}
body.lang-eng .glb-o-product-header.is-hp5 .glb-o-product-header__nav__item a {
  padding-left: 8px;
  padding-right: 8px;
  letter-spacing: -0.02em;
}
.glb-o-product-header.is-hp5 .glb-o-product-header__nav__item a:after {
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #947b39;
  content: ' ';
  -webkit-transition-property: width, left;
  -o-transition-property: width, left;
  transition-property: width, left;
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
       -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.glb-o-product-header.is-hp5 .glb-o-product-header__nav__item.is-current a {
  color: #947b39;
}
.glb-o-product-header.is-hp5 .glb-o-product-header__nav__item.is-current a:after {
  width: 100%;
  left: 0;
}
.glb-o-product-header.is-jp870 .glb-o-product-header__nav__item a {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #333333;
}
body.lang-eng .glb-o-product-header.is-jp870 .glb-o-product-header__nav__item a {
  font-family: "Roboto Condensed", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-font-smoothing: antialiased;
}
.glb-o-product-header.is-jp870 .glb-o-product-header__nav__item a:after {
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #525286;
  content: ' ';
  -webkit-transition-property: width, left;
  -o-transition-property: width, left;
  transition-property: width, left;
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
       -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.glb-o-product-header.is-jp870 .glb-o-product-header__nav__item.is-current a {
  color: #525286;
}
.glb-o-product-header.is-jp870 .glb-o-product-header__nav__item.is-current a:after {
  width: 100%;
  left: 0;
}
.glb-o-product-header.is-jp1000 .glb-o-product-header__nav__item a {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #333333;
}
body.lang-eng .glb-o-product-header.is-jp1000 .glb-o-product-header__nav__item a {
  font-family: "Roboto Condensed", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-font-smoothing: antialiased;
}
.glb-o-product-header.is-jp1000 .glb-o-product-header__nav__item a:after {
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #947b39;
  content: ' ';
  -webkit-transition-property: width, left;
  -o-transition-property: width, left;
  transition-property: width, left;
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
       -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.glb-o-product-header.is-jp1000 .glb-o-product-header__nav__item.is-current a {
  color: #947b39;
}
.glb-o-product-header.is-jp1000 .glb-o-product-header__nav__item.is-current a:after {
  width: 100%;
  left: 0;
}
.glb-o-product-header.is-jp1100 .glb-o-product-header__nav__item a {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #514d45;
}
body.lang-eng .glb-o-product-header.is-jp1100 .glb-o-product-header__nav__item a {
  font-family: "Roboto Condensed", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-font-smoothing: antialiased;
}
.glb-o-product-header.is-jp1100 .glb-o-product-header__nav__item a:after {
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #debe7e;
  content: ' ';
  -webkit-transition-property: width, left;
  -o-transition-property: width, left;
  transition-property: width, left;
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
       -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.glb-o-product-header.is-jp1100 .glb-o-product-header__nav__item.is-current a {
  color: #debe7e;
}
.glb-o-product-header.is-jp1100 .glb-o-product-header__nav__item.is-current a:after {
  width: 100%;
  left: 0;
}
.glb-o-product-header.is-fixed {
  position: fixed;
}
.glb-o-product-header.is-down {
  -webkit-transition-duration: 0.25s;
       -o-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transform: translateY(70px);
      -ms-transform: translateY(70px);
          transform: translateY(70px);
}

.glb-o-products-nav {
  width: 760px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: 20px;
  padding-top: 70px;
  padding-bottom: 50px;
  background-color: #f1f1f1;
  z-index: 900;
  font-family: Noto Sans JP, Noto Sans Japanese, Noto Sans, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
       -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
body.lang-tw .glb-o-products-nav {
  font-family: Noto Sans SC, Noto Sans, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
body.lang-kr .glb-o-products-nav {
  font-family: Noto Sans KR, Noto Sans, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.glb-o-products-nav.is-show {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.glb-o-products-nav__content {
  padding-top: 65px;
  padding-bottom: 30px;
}

.glb-o-products__list {
  text-align: center;
  letter-spacing: -0.4em;
  margin-top: -15px;
}
.glb-o-products__item {
  display: inline-block;
  width: 360px;
  padding: 15px 20px;
  letter-spacing: normal;
}

.glb-o-section__h__lead {
  margin-top: 30px;
}
.glb-o-section--wrap .glb-o-section__body {
  margin-top: 60px;
}
.glb-o-section--content .glb-o-section__body {
  margin-top: 25px;
}
.glb-o-section--content-large .glb-o-section__body {
  margin-top: 40px;
}

.glb-o-wrapper {
  position: relative;
}
.glb-o-wrapper:before, .glb-o-wrapper:after {
  position: fixed;
  top: 0;
  width: 20px;
  height: 100%;
  background-color: #ffffff;
  z-index: 1500;
  content: ' ';
}
.glb-o-wrapper:before {
  left: 0;
}
.glb-o-wrapper:after {
  right: 0;
}

.glb-o-yt-modal {
  width: 853px;
  height: 480px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -240px;
  margin-left: -426px;
}
.glb-o-yt-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 2;
}

.glb-t-about__masthead {
  position: relative;
  overflow: hidden;
  background-color: #000000;
}
.glb-t-about__masthead__content {
  position: relative;
  padding-top: 70px;
  padding-bottom: 115px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.7);
}
.glb-t-about__masthead__content .glb-a-lead {
  line-height: 2.5;
}
.glb-t-about__masthead__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding-right: 20px;
  padding-left: 20px;
  overflow: hidden;
}
.glb-t-about__content {
  margin-top: 70px;
  padding-bottom: 140px;
}
.glb-t-about__history {
  margin-top: 70px;
}

.glb-t-home__hero {
  height: 70.2127659574vh;
}
.glb-t-home__info {
  padding-top: 30px;
  padding-bottom: 30px;
}

.glb-t-information__main {
  padding-top: 70px;
  padding-bottom: 70px;
}

.glb-t-network__masthead {
  padding-top: 70px;
  padding-bottom: 150px;
  background: #000000 url("../images/bg/bg-network-masthead.jpg") no-repeat center center;
  background-size: cover;
}
.glb-t-network__masthead .glb-a-lead {
  line-height: 2.5;
}
.glb-t-network__content {
  margin-top: 70px;
  padding-bottom: 140px;
}
.glb-t-network__announcement .glb-a-box {
  padding-right: 40px;
  padding-left: 40px;
}
.glb-t-network__announcement__h {
  font-family: "Roboto Condensed", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
}
body.lang-tw .glb-t-network__announcement__h {
  font-family: "Roboto Condensed", Noto Sans SC, Noto Sans, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
body.lang-kr .glb-t-network__announcement__h {
  font-family: "Roboto Condensed", Noto Sans KR, Noto Sans, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.glb-t-network__announcement__body {
  margin-top: 10px;
  font-size: 13px;
}
.glb-t-network__map {
  margin-top: 60px;
}
.glb-t-network__continents {
  margin-top: 60px;
}

.glb-t-product__main {
  position: relative;
  padding-top: 80px;
}

.glb-t-products__main {
  padding-top: 65px;
  padding-bottom: 30px;
  background-color: #f1f1f1;
}
.glb-t-products__products + .glb-t-products__products {
  margin-top: 40px;
}

.glb-t-simple-page__main {
  padding-top: 65px;
  padding-bottom: 120px;
}
.glb-t-simple-page__section {
  font-size: 13px;
}
.glb-t-simple-page__section__h {
  color: #004c97;
  font-size: 16px;
  font-weight: 500;
}
.glb-t-simple-page__section__body {
  margin-top: 10px;
}
.glb-t-simple-page__section + .glb-t-simple-page__section {
  margin-top: 25px;
}
.glb-t-simple-page__section + .glb-t-simple-page__section.is-large {
  margin-top: 50px;
}
.glb-t-simple-page__section__content + .glb-t-simple-page__section__content {
  margin-top: 25px;
}
.glb-t-simple-page__section__child {
  padding-left: 1em;
}
.glb-t-simple-page__list li {
  position: relative;
  padding-left: 1.5em;
}
.glb-t-simple-page__list li + li {
  margin-top: 20px;
}
.glb-t-simple-page__list li:before {
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 6px;
  left: 0;
  background-color: #004c97;
  border-radius: 100%;
  content: ' ';
}

.glb-t-support__main {
  padding-top: 65px;
  padding-bottom: 120px;
}
.glb-t-support__header__lead {
  margin-top: 15px;
}
.glb-t-support__header__btn {
  margin-top: 22px;
  text-align: center;
}
.glb-t-support__header__note {
  margin-top: 25px;
  font-size: 12px;
  text-align: center;
}
.glb-t-support__md-h {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.glb-md-ec3850 {
  width: 100%;
  height: 100%;
  position: relative;
  background: transparent url("../images/bg/bg-ec3850.jpg") no-repeat center center;
  background-size: cover;
}
.glb-md-ec3850__main {
  display: table;
  width: 100%;
  height: 100%;
}
.glb-md-ec3850__main__inner {
  display: table-cell;
  vertical-align: middle;
}
.glb-md-ec3850__content {
  width: 640px;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 45px 0;
  text-align: center;
}
.glb-md-ec3850__lead {
  margin-top: 20px;
  color: #ffffff;
}
.glb-md-ec3850__btn-wrap {
  margin-top: 30px;
}
.glb-md-ec3850__btn {
  display: inline-block;
  width: 180px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#deb963), to(#bb8a26));
  background-image: -o-linear-gradient(top, #deb963 0%, #bb8a26 100%);
  background-image: linear-gradient(to bottom, #deb963 0%, #bb8a26 100%);
  color: #ffffff;
  line-height: 40px;
}
.glb-md-ec3850__btn__icn {
  margin-left: 8px;
}
.glb-md-ec3850__btn:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#deb963), to(#bb8a26));
  background-image: -o-linear-gradient(bottom, #deb963 0%, #bb8a26 100%);
  background-image: linear-gradient(to top, #deb963 0%, #bb8a26 100%);
}

/* No files to import found in object/04-pages/* */
