/* @import url(https://hennge.com/mt-static/themes-base/blog.css); */
/* @import url(https://hennge.com/mt-static/themes/minimalist-red/screen.css); */

/* ======================================================== color */
/* ======================================================== header */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
@import url("https://use.typekit.net/kjm2jbc.css");
@import url(//fonts.googleapis.com/css?family=Open+Sans);
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #000;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a {
  color: #000;
}

li {
  list-style: none;
}

html {
  height: 100%;
  scroll-behavior: smooth;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

body {
  width: 100%;
  text-align: center;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

/* This is for responsive media sizes. */
.dspSp {
  display: block;
}

@media (min-width: 768px) {
  .dspSp {
    display: none;
  }
}

.dspPc {
  display: none;
}

@media (min-width: 768px) {
  .dspPc {
    display: block;
  }
}

.wrapper {
  padding: 0 4%;
  margin: 0 auto;
  width: 92%;
}

@media (min-width: 768px) {
  .wrapper {
    max-width: 1056px;
    padding: 0 4%;
  }
}

body, h2, h3, h4, h5, p {
  font-family: 'Helvetica Neue', 'Open Sans', sans-serif;
  font-weight: normal;
  letter-spacing: 0.01rem;
  line-height: 2rem;
  text-align: left;
}

h3 {
  font-size: 2.1rem;
  line-height: 2.75rem;
  opacity: 0.8;
}

@media (min-width: 768px) {
  h3 {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
}

@media (min-width: 980px) {
  h3 {
    font-size: 3rem;
    line-height: 4.5rem;
  }
}

/* This is for responsive media sizes. */
.dspSp {
  display: block;
}

@media (min-width: 768px) {
  .dspSp {
    display: none;
  }
}

.dspPc {
  display: none;
}

@media (min-width: 768px) {
  .dspPc {
    display: block;
  }
}

.wrapper {
  padding: 0 4%;
  margin: 0 auto;
  width: 92%;
}

@media (min-width: 768px) {
  .wrapper {
    max-width: 1056px;
    padding: 0 4%;
  }
}

/* Hi, this is where the tyopgraphy related contents goes */
/* page title area Gray */
.pageTitleArea_gray {
  background-color: #485a64;
  border-radius: 0px 0px 100px 0px;
  height: 260px;
  position: relative;
}

@media (min-width: 768px) {
  .pageTitleArea_gray {
    border-radius: 0px 0px 200px 0px;
    height: 410px;
  }
}

.pageTitleArea_gray h2 {
  position: absolute;
  font: 2.1rem/260px "futura-pt", "Century Gothic";
  color: #fff;
}

@media (min-width: 768px) {
  .pageTitleArea_gray h2 {
    font: 3.75rem/410px "futura-pt", "Century Gothic";
  }
}

.pageTitleArea_gray .imgArea {
  position: absolute;
  bottom: 1.2rem;
  right: -.2rem;
  width: 50%;
  overflow: hidden;
}

.pageTitleArea_gray .imgArea img {
  width: 100%;
  max-height: 220px;
}

@media (min-width: 768px) {
  .pageTitleArea_gray .imgArea {
    bottom: 80px;
    right: 4%;
  }
  .pageTitleArea_gray .imgArea img {
    max-height: 250px;
  }
}

/* sub header */
.selectNavWrapper, .selectNavWrapper_white {
  background-color: #1C1C1C;
}

.selectNav {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  text-align: left;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
}

@media (min-width: 768px) {
  .selectNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 1056px;
  }
}

.selectNav .placeholder {
  position: relative;
  display: block;
  background-color: #1C1C1C;
  z-index: 1;
  padding: 1rem;
  font: 1.38rem "futura-pt", "Century Gothic";
  color: #fff;
}

@media (min-width: 768px) {
  .selectNav .placeholder {
    margin-left: 2rem;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
}

.selectNav .placeholder:after {
  position: absolute;
  right: 4%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: url("/global/img/footer_langarrow.svg");
  z-index: 10;
  width: 20px;
  height: 32px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 768px) {
  .selectNav .placeholder:after {
    display: none;
  }
}

.selectNav.is-open .placeholder:after {
  top: 30%;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.selectNav.is-open ul {
  display: block;
}

.selectNav.select--white .placeholder {
  background: #1C1C1C;
}

.selectNav ul {
  display: none;
  position: absolute;
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
  background: #1C1C1C;
  top: 100%;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 100;
  height: auto;
}

@media (min-width: 768px) {
  .selectNav ul {
    position: relative;
    display: block;
    width: auto;
    text-align: right;
    margin-right: 2rem;
  }
}

.selectNav ul li {
  display: block;
  text-align: left;
  padding: 1.4rem;
  color: #fff;
  cursor: pointer;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font: 1rem "Open Sans", sans-serif;
}

@media (min-width: 768px) {
  .selectNav ul li {
    display: inline-block;
    line-height: 3rem;
    border-top: none;
    font: 0.88rem "Open Sans", sans-serif;
  }
}

.twoClmList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.twoClmList .twoClmGroup {
  width: 100%;
}

@media (min-width: 768px) {
  .twoClmList .twoClmGroup {
    width: 48%;
  }
}

@media (min-width: 980px) {
  .twoClmList .twoClmGroup {
    width: 45%;
  }
}

.c-btn, .c-btn_yellow, .c-btn_blueGreen, .c-btn_border {
  color: #fff;
  background: #7030e2;
  font: 1rem "Open Sans", sans-serif;
  display: inline-block;
  border-radius: 8px;
  letter-spacing: 0.02rem;
  padding: 1.38rem 2.5rem;
  cursor: pointer;
}

.c-btn_yellow {
  background: #f0b537;
}

.c-btn_blueGreen {
  background: #3AD09F;
}

.c-btn_border {
  background: none;
  border: 1px solid #fff;
}

/* ======================================================== header */
.header {
  width: 100%;
  background: #000;
  z-index: 2000;
}

@media (min-width: 768px) {
  .header.fixed {
    position: fixed;
    top: 0;
    left: 0;
  }
  .header.fixed a.headerBtn_contact {
    display: inline-block;
    line-height: 40px;
  }
}

.header .headerWrapper {
  width: 92%;
  height: 56px;
  line-height: 56px;
  padding: 0 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 0 auto;
  background-color: #000;
}

@media (min-width: 768px) {
  .header .headerWrapper {
    box-sizing: content-box;
    max-width: 1200px;
    height: 80px;
    line-height: auto;
  }
}

.header .headerWrapper .headerLogo_sp {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.header .headerWrapper .headerLogo_sp a img {
  height: 30px;
  display: block;
}

@media (min-width: 768px) {
  .header .headerWrapper .headerLogo_sp {
    display: none;
  }
}

.header .headerWrapper .headerLogo_pc {
  display: none;
}

@media (min-width: 768px) {
  .header .headerWrapper .headerLogo_pc {
    display: block;
    line-height: 80px;
    width: 140px;
  }
  .header .headerWrapper .headerLogo_pc a img {
    width: 100%;
    vertical-align: middle;
  }
  .header .headerWrapper .headerLogo_pc a img:hover {
    opacity: 1;
  }
  .header .headerWrapper .headerLogo_pc a:hover {
    opacity: 1;
  }
}

.headerBtn_contact,
 .headerBtn_contact::after {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: all .3s;
      transition: all .3s;
    }

.header .headerWrapper .headerBtn_contact {
  position: absolute;
  right: 4%;
  display: inline-block;
  text-align: center;
  width: 36%;
  line-height: 30px;
  padding: 0;
  font-size: 0.88rem;
  border: 1px solid #454545;
  border-radius: 17.5px;
}

@media (min-width: 768px) {
  .header .headerWrapper .headerBtn_contact {
    position: relative;
    right: 0;
    margin-right: 2%;
    border-radius: 5px;
    width: 14rem;
    line-height: 50px;
    overflow: hidden;
    z-index: 2;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .header .headerWrapper .headerBtn_contact::after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .header .headerWrapper .headerBtn_contact:hover {
    color: #A6ADB4;
    opacity: 1;
  }
  .header .headerWrapper .headerBtn_contact:hover::after {
    top: 0;
    left: 0;
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 5px;
  }
}

/* Styling Selectbox */
.dropdown {
  width: 70px;
  display: inline-block;
  background-color: none;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  font-size: 0.75rem;
  color: #fff;
  text-align: center;
}

.dropdown .dropdown-menu {
  position: absolute;
  width: 100px;
  top: 0;
  right: 0;
  overflow: hidden;
  display: none;
  overflow-y: auto;
  z-index: 9999;
  background: #000;
  padding: 0;
  list-style: none;
  border-radius: 0 0 5px 5px;
}

.dropdown .dropdown-menu li {
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.dropdown .dropdown-menu li a {
  display: block;
  padding: 1.25rem 1rem;
  color: #fff;
  line-height: 1;
}

.dropdown .select {
  cursor: pointer;
  display: block;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.dropdown .select img.header_arrow {
  height: 8px;
  vertical-align: middle;
}

.dropdown .select:hover {
  opacity: 0.7;
}

.dropdown .select:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/global/img/earth.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 0.5em;
}

.dropdown .select.active:hover {
  border-radius: 5px 5px 0 0;
  background-color: none;
}

.dropdown.onHeader {
  display: none;
}

@media (min-width: 768px) {
  .dropdown.onHeader {
    display: block;
    height: 80px;
  }
}

.dropdown.onHeader .dropdown-menu {
  top: 80px;
}

.dropdown.onHeader .select {
  height: 80px;
  line-height: 80px;
  width: 50px;
}

/* Dropdown - Submenu */

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  display: block;
  float: initial;
  width: 100%;
  margin-top: -1px !important;
  margin-right: 0 !important;
  background: transparent !important;
  border-radius: 0 6px 6px 6px;
  border: 0;
}

@media (min-width: 768px) {
.dropdown-submenu > .dropdown-menu {
    display: none;
}
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu > a {
  background-color: transparent !important;
}

@media (min-width: 768px) {
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 0;
  height: 0;
  margin-top: -5px;
  padding: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
}
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px;
}

.langSelect.onHeader {
  display: none;
}

@media (min-width: 768px) {
  .langSelect.onHeader {
    display: block;
    width: 70px;
    height: 80px;
  }
}

.langSelect.onHeader_list {
  top: 80px;
}

.langSelect.onHeader label {
  height: 80px;
  line-height: 80px;
  width: 50px;
}

.langSelect.onHeader input:checked ~ .langSelect_list {
  top: 80px;
}

#mobile-head {
  width: 100%;
  z-index: 3000;
  position: fixed;
  text-align: left;
  height: 56px;
  width: 56px;
  top: 0;
  left: 0;
  background: #000;
}

@media (min-width: 768px) {
  #mobile-head {
    position: static;
    display: none;
  }
}

/* ======================================================== global-nav */
#global-nav {
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  width: 100%;
  padding-top: 56px;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.5s ease;
  transition: opacity 0.2s, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.2s;
  transition: transform 0.5s ease, opacity 0.2s, -webkit-transform 0.5s ease;
  z-index: 2000;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}

@media (min-width: 768px) {
  #global-nav {
    opacity: 1;
  }
}

#global-nav ul {
  list-style: none;
  position: static;
  right: 0;
  top: 0;
  font-size: 1.13rem;
  font-family: "futura-pt", "Century Gothic";
  text-align: left;
  padding: 0;
}

#global-nav ul li {
  border-top: 2px solid #424242;
  position: relative;
}

@media (min-width: 768px) {
  #global-nav ul li.dspSp {
    display: none;
  }
}

#global-nav ul li a {
  display: block;
  color: #cfcfcf;
  padding: 0.2em 3em;
}

#global-nav ul li ul {
  padding: 0;
  font-size: 0.88rem;
}

#global-nav ul li ul li {
  text-indent: 2rem;
  border-top: 0;
  line-height: 1.6rem;
  margin-bottom: 1rem;
}

#global-nav ul li ul li a {
  color: #fff;
  padding: 0;
}

@media (min-width: 890px) {
  #global-nav {
    position: relative;
    height: 80px;
    top: 0;
    left: 0;
    padding-top: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  #global-nav ul {
    position: relative;
    margin: 0;
    padding: 0;
    line-height: 80px;
    text-align: right;
    margin-right: 1rem;
    font-size: 0;
    font-family: "Open Sans", sans-serif;
  }
}

@media (min-width: 768px) and (min-width: 980px) {
  #global-nav ul {
    margin-right: 2rem;
  }
}

@media (min-width: 768px) {
  #global-nav ul li {
    position: relative;
    display: inline-block;
    padding: 0;
    height: 80px;
    line-height: 80px;
    font-size: 0.88rem;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border-top: 0;
  }
  #global-nav ul li:hover {
    background-color: #292929;
  }
  #global-nav ul li:hover ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  #global-nav ul li a {
    display: inline-block;
    color: #fff;
    padding: 0 1rem;
    opacity: 1;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
  }
}

@media (min-width: 768px) and (max-width: 980px) {
  #global-nav ul li a {
    padding: 0 0.5rem;
  }
}

@media (min-width: 981px) {
  #global-nav ul li a {
    padding: 0 1rem;
  }
}

@media (min-width: 1200px) {
  #global-nav ul li a {
    padding: 0 2rem;
  }
}

@media (min-width: 890px) {
  #global-nav ul li ul {
    visibility: hidden;
    position: absolute;
    opacity: 0;
    top: 100%;
    left: 0;
    z-index: 9999;
    line-height: 60px;
    font-size: 0.88rem;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: .2s ease;
    transition: .2s ease;
}
  #global-nav ul li ul li {
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #000;
    border-top: 1px solid #424242;
    width: 230px;
    text-indent: 0;
    margin: 0;
  }
  #global-nav ul li ul li:hover {
    border-bottom: 0px solid #424242;
  }
}
@media (min-width: 890px) {
  #global-nav ul li ul li ul {
    top: 0;
    left: 100%;
  }
}
/* Toggle Button */
#nav-toggle {
  display: inline-block;
  height: 17px;
  vertical-align: middle;
  margin-left: 38%;
}

#nav-toggle div {
  position: relative;
  width: 15px;
}

#nav-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  left: 0;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 11px;
}

@media (min-width: 768px) {
  #nav-toggle {
    display: none;
    left: 0;
    width: 16px;
    height: 16px;
    cursor: pointer;
    z-index: 101;
  }
}

.open #nav-toggle span:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
  top: 7px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.open #global-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.open #global-nav > ul {
  position: absolute;
  left: 0;
  height: 100%;
}

/* ======================================================== footer */
.footerwave {
  background: url(/global/img/footer_wave_sp.svg) no-repeat;
  background-position: center bottom;
  background-size: contain;
  height: 230px;
  padding: 0;
  position: relative;
  z-index: 1000;
  margin-bottom: -1px;
}

@media (min-width: 768px) {
  .footerwave {
    width: 100%;
    background: url(/global/img/footer_wave.svg) no-repeat;
    background-position: center bottom;
    background-size: contain;
    height: 300px;
    margin-top: -100px;
  }
}

@media (min-width: 980px) {
  .footerwave {
    height: 250px;
    margin-top: -80px;
  }
}

@media (min-width: 1200px) {
  .footerwave {
    background-size: cover;
    height: 350px;
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .footerwave #pageCareers {
    margin-top: -50px;
  }
}

@media (min-width: 980px) {
  .footerwave #pageCareers {
    margin-top: -40px;
  }
}

@media (min-width: 1200px) {
  .footerwave #pageCareers {
    margin-top: -60px;
  }
}

.footer {
  background: #000;
  color: #fff;
}

.footer .dropdown {
  margin-right: 12.5%;
  width: 100px;
}

.footer .dropdown .dropdown-menu {
  position: absolute;
  width: 100px;
  top: 3rem;
  left: 0;
}

.footer .dropdown .select {
  display: inline-block;
  vertical-align: middle;
}

.footer .dropdown .select:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(/global/img/earth.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 0.5em;
}

.footer .langSelect {
  width: 100px;
  margin-right: 12.5%;
}

.footer .langSelect_list {
  top: 0;
}

.footer .langSelect label {
  display: inline-block;
  vertical-align: middle;
}

.footer .langSelect label img.header_arrow {
  margin-left: 0.5rem;
}

.footer .langSelect input:checked ~ .langSelect_list {
  top: 3rem;
}

/* ======================================================== footer Pc */
.footerWrapper {
  max-width: 80rem;
  padding: 0 4%;
  margin: 0 auto;
}

.footerWrapper .footer_row01 {
  line-height: 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin: 0 0 30px;
  position: relative;
}

@media (min-width: 768px) {
  .footerWrapper .footer_row01 {
    margin: 0 0 70px;
-moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  }
}

.footerWrapper .footer_row01 img.footer_arrow {
  width: 14px;
}

.footerWrapper .footer_row01 .footer_snsArea li {
  display: inline-block;
  margin-right: 0.8rem;
}

@media (min-width: 768px) {
  .footerWrapper .footer_row01 .footer_snsArea li {
    margin-right: 1.2rem;
  }
}

.footerWrapper .footer_row01 .footer_snsArea li a {
  opacity: 0.7;
}

.footerWrapper .footer_row01 .footer_snsArea li a:hover {
  opacity: 1;
}

.footerWrapper .footer_row01 .footer_snsArea li a img {
  opacity: 0.7;
  height: 16px;
}

.footerWrapper .footer_row01 .footer_snsArea li a img:hover {
  opacity: 1;
}

.footerWrapper .footer_row02 {
  position: relative;
  text-align: right;
}

.footerWrapper .footer_row02 .footer_logoArea {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 190px;
  text-align: left;
  line-height: 1.7rem;
}

.footerWrapper .footer_row02 .footer_logoArea img {
  margin-top: 0.5rem;
}

.footerWrapper .footer_row02 .footer_logoArea p {
  font-size: 0.75rem;
  letter-spacing: 0.1rem;
  font-weight: 300;
}

@media (min-width: 768px) {
  .footerWrapper .footer_row02 .footer_logoArea {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: 160px;
  }
}

@media (min-width: 980px) {
  .footerWrapper .footer_row02 .footer_logoArea {
    width: 210px;
  }
  .footerWrapper .footer_row02 .footer_logoArea img {
    margin-top: 1rem;
  }
  .footerWrapper .footer_row02 .footer_logoArea p {
    white-space: nowrap;
    font-size: 0.88rem;
  }
}

.footerWrapper .footer_row02 .footer_sitemapArea {
  display: none;
}

@media (min-width: 768px) {
  .footerWrapper .footer_row02 .footer_sitemapArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-box-pack: end;
            justify-content: flex-end;
    -ms-flex-pack: flex-end;
    text-align: left;
    line-height: 1.8rem;
    font-size: 0.88rem;
    margin-left: 220px;
  }
  .footerWrapper .footer_row02 .footer_sitemapArea .footer_sitemapList {
    white-space: nowrap;
    padding-left: 1rem;
  }
.footerWrapper .footer_row02 .footer_sitemapArea .footer_sitemapList .dspTab {
    display: block;
  }
}

@media (min-width: 768px) and (min-width: 980px) {
  .footerWrapper .footer_row02 .footer_sitemapArea .footer_sitemapList {
    padding-left: 2rem;
  }
  .footerWrapper .footer_row02 .footer_sitemapArea .footer_sitemapList .dspTab {
    display: none;
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .footerWrapper .footer_row02 .footer_sitemapArea .footer_sitemapList {
    padding-left: 6rem;
  }
}

@media (min-width: 768px) {
  .footerWrapper .footer_row02 .footer_sitemapArea .footer_sitemapList li.title {
    font-size: 0.75rem;
    opacity: 0.6;
    font-weight: bold;
    margin-bottom: 1.2rem;
  }
  .footerWrapper .footer_row02 .footer_sitemapArea .footer_sitemapList li.phonenumber {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
  .footerWrapper .footer_row02 .footer_sitemapArea .footer_sitemapList li.footer_mapArea_pc {
    display: block;
    position: absolute;
    top: 14rem;
    right: 0;
    width: 400px;
    height: 120px;
  }
  .footerWrapper .footer_row02 .footer_sitemapArea .footer_sitemapList li.footer_mapArea_pc img {
    width: 100%;
  }
}

@media (min-width: 768px) and (min-width: 980px) {
  .footerWrapper .footer_row02 .footer_sitemapArea .footer_sitemapList li.footer_mapArea_pc {
    position: relative;
    top: 0;
    width: 380px;
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .footerWrapper .footer_row02 .footer_sitemapArea .footer_sitemapList li.footer_mapArea_pc {
    width: 400px;
  }
}

@media (min-width: 768px) {
  .footerWrapper .footer_row02 .footer_sitemapArea .footer_sitemapList li.footer_sitemapList_Legal {
    line-height: 2.7rem;
  }
}

.footerWrapper .footer_copyArea {
  opacity: 0.6;
  padding: 10rem 0 4rem;
  text-align: center;
  font-size: 0.88rem;
}

@media (min-width: 768px) {
  .footerWrapper .footer_copyArea {
    padding: 6rem 0 0;
  }
}

html {
  scroll-padding-top: 0;
}

@media (min-width: 768px) {
  html {
    scroll-padding-top: 160px;
  }
}

/*
.pageTitleArea {
  overflow: hidden;
} */

.pageTitleArea_white {
  background: url(/global/img/boringpage_pagettlbg-sp.svg) no-repeat;
  background-position: right 0 bottom 90px;
  height: 360px;
  background-size: contain;
  position: relative;
}

@media (min-width: 768px) {
  .pageTitleArea_white {
    background: url(/global/img/boringpage_pagettlbg.svg) no-repeat;
    background-position: right -40px bottom 30px;
    height: 510px;
  }
}

@media (min-width: 980px) {
  .pageTitleArea_white {
    background: url(/global/img/boringpage_pagettlbg.svg) no-repeat;
    background-position: right -5px bottom 30px;
    height: 510px;
  }
}

.pageTitleArea_white .ttlArea {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.pageTitleArea_white .ttlArea h2 {
  font: 2.25rem "futura-pt", "Century Gothic";
  color: #000;
  font-weight: 500;
}

@media (min-width: 768px) {
  .pageTitleArea_white .ttlArea h2 {
    font: 3.75rem/3rem "futura-pt", "Century Gothic";
    text-align: left;
    font-weight: 300;
  }
}

.pageTitleArea_white .ttlArea h3 {
  display: block;
  font-size: 1.13rem;
  font-weight: normal;
}

.pageTitleArea_white_corporate {
  background: #fff;
  height: 260px;
  position: relative;
}

@media (min-width: 768px) {
  .pageTitleArea_white_corporate {
    background: url(/global/img/boringpage_pagettlbg.svg) no-repeat;
    background-position: right -2% bottom 30px;
    height: 510px;
    background-size: contain;
  }
}

.pageTitleArea_white_corporate .ttlArea {
  position: relative;
  margin-top: 4rem;
}

@media (min-width: 768px) {
  .pageTitleArea_white_corporate .ttlArea {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: 0;
  }
}

.pageTitleArea_white_corporate .ttlArea h2 {
  font: 3.25rem "futura-pt", "Century Gothic";
  color: #000;
  text-align: center;
  font-weight: 500;
}

.pageTitleArea_white_corporate .ttlArea h2:after {
  content: url("/global/img/corporate_pagettl_sp.svg");
  display: block;
  margin-top: 3rem;
}

@media (min-width: 768px) {
  .pageTitleArea_white_corporate .ttlArea h2 {
    font: 3.75rem/3rem "futura-pt", "Century Gothic";
    text-align: left;
    font-weight: 300;
  }
  .pageTitleArea_white_corporate .ttlArea h2:after {
    display: none;
    margin-top: 0;
  }
}

.pageTitleArea_white_corporate .ttlArea h3 {
  display: none;
}

@media (min-width: 768px) {
  .pageTitleArea_white_corporate .ttlArea h3 {
    display: block;
    font-size: 1.5rem;
    font-weight: normal;
  }
}

.pageTitleArea_yellow {
  background-color: #f0b537;
  border-radius: 0px 0 35px 35px;
  height: 260px;
  position: relative;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.125), 0 10px 10px rgba(0, 0, 0, 0.11);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.125), 0 10px 10px rgba(0, 0, 0, 0.11);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

@media (min-width: 768px) {
  .pageTitleArea_yellow {
   /** border-radius: 0px 0px 200px 200px; **/
    height: 410px;
  }
}

.pageTitleArea_yellow .catchArea {
  position: absolute;
  bottom: 50px;
  margin-left: 5%;
}

@media (min-width: 768px) {
  .pageTitleArea_yellow .catchArea {
    bottom: 100px;
  }
}

.pageTitleArea_yellow .catchArea h2 {
  font: 3rem/4rem "futura-pt", "Century Gothic";
  font-weight: 800;
  color: #000;
}

@media (min-width: 768px) {
  .pageTitleArea_yellow .catchArea h2 {
    font: 6rem/8rem "futura-pt", "Century Gothic";
  }
}

.pageTitleArea_yellow .catchArea h5 {
  font: 1.06rem/3rem "futura-pt", "Century Gothic";
}

@media (min-width: 768px) {
  .pageTitleArea_yellow .catchArea h5 {
    font-size: 1.5rem;
  }
}

.selectNavWrapper, .selectNavWrapper_white {
  background-color: #1C1C1C;
  position: relative;
  z-index: 1100;
}

.selectNavWrapper .selectNav, .selectNavWrapper_white .selectNav {
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: left;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
}

@media (min-width: 768px) {
  .selectNavWrapper .selectNav, .selectNavWrapper_white .selectNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1056px;
    width: 92%;
    height: 80px;
  }
}

.selectNavWrapper .selectNav .placeholder, .selectNavWrapper_white .selectNav .placeholder {
  position: relative;
  display: block;
  padding: 1rem 4%;
  font: 1.06rem "futura-pt", "Century Gothic";
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-left: 0;
}

@media (min-width: 768px) {
  .selectNavWrapper .selectNav .placeholder, .selectNavWrapper_white .selectNav .placeholder {
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    line-height: 80px;
  }
}

.selectNavWrapper .selectNav .placeholder:after, .selectNavWrapper_white .selectNav .placeholder:after {
  position: absolute;
  right: 4%;
  top: 62%;
  content: url("/global/img/footer_langarrow.svg");
  z-index: 10;
  width: 20px;
  height: 32px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 768px) {
  .selectNavWrapper .selectNav .placeholder:after, .selectNavWrapper_white .selectNav .placeholder:after {
    display: none;
  }
}

.selectNavWrapper .selectNav.is-open .placeholder:after, .selectNavWrapper_white .selectNav.is-open .placeholder:after {
  top: 11%;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.selectNavWrapper .selectNav.is-open ul, .selectNavWrapper_white .selectNav.is-open ul {
  display: block;
}

.selectNavWrapper .selectNav ul, .selectNavWrapper_white .selectNav ul {
  display: none;
  position: absolute;
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
  background: #1C1C1C;
  top: 100%;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 100;
  height: auto;
}

@media (min-width: 768px) {
  .selectNavWrapper .selectNav ul, .selectNavWrapper_white .selectNav ul {
    position: relative;
    display: block;
    /*height: 80px;*/
    text-align: right;
   /*temporary fix*/
    height: 80.1px;
    width: auto;
    overflow: auto;
    top: 0;
    }
}

.selectNavWrapper .selectNav ul li, .selectNavWrapper_white .selectNav ul li {
  display: block;
  text-align: left;
  padding: 1.4rem 4%;
  color: #fff;
  cursor: pointer;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font: 1rem "Open Sans", sans-serif;
  letter-spacing: 0.02rem;
}

.selectNavWrapper .selectNav ul li a, .selectNavWrapper_white .selectNav ul li a {
  display: block;
}

@media (min-width: 768px) {
  .selectNavWrapper .selectNav ul li, .selectNavWrapper_white .selectNav ul li {
    display: inline-block;
    height: 80px;
    padding: 0 0 0 2rem;
    border-top: none;
    font: 0.88rem "Open Sans", sans-serif;
    line-height: 80px;
  }
.selectNavWrapper .selectNav ul li a, .selectNavWrapper_white .selectNav ul li a {
  display: inline-block;
}
  .selectNavWrapper .selectNav ul li a.btn_purple, .selectNavWrapper_white .selectNav ul li a.btn_purple, .selectNavWrapper .selectNav ul li a.btn_yellow, .selectNavWrapper_white .selectNav ul li a.btn_yellow {
    background: #7030e2;
    padding: 0.8rem 1.4rem;
    font-size: 0.75rem;
    border-radius: 5px;
    position: relative;
    z-index: 2;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .selectNavWrapper .selectNav ul li a.btn_purple:hover, .selectNavWrapper_white .selectNav ul li a.btn_purple:hover, .selectNavWrapper .selectNav ul li a.btn_yellow:hover, .selectNavWrapper_white .selectNav ul li a.btn_yellow:hover {
    opacity: 1;
    background: #8f5de8;
  }
  .selectNavWrapper .selectNav ul li a.btn_yellow, .selectNavWrapper_white .selectNav ul li a.btn_yellow {
    background: #f0b537;
  }
  .selectNavWrapper .selectNav ul li a.btn_yellow:hover, .selectNavWrapper_white .selectNav ul li a.btn_yellow:hover {
    opacity: 1;
    background: #f4c766;
  }
}

@media (min-width: 980px) {
  .selectNavWrapper .selectNav ul li, .selectNavWrapper_white .selectNav ul li {
    padding-left: 2.8rem;
  }
}

.selectNavWrapper_white {
  background-color: #fff;
}

.selectNavWrapper_white .selectNav .placeholder {
  color: #000;
  background: #fff;
}

.selectNavWrapper_white .selectNav .placeholder:after {
  content: url("/global/img/smallarrow.svg");
}

@media (min-width: 768px) {
  .selectNavWrapper_white .selectNav ul {
    color: #000;
    background: #fff;
  }
}

@media (min-width: 768px) {
  .selectNavWrapper_white .selectNav ul li a {
    color: #000;
  }

.selectNavWrapper .selectNav ul li a.btn_purple, .selectNavWrapper_white .selectNav ul li a.btn_purple, .selectNavWrapper .selectNav ul li a.btn_yellow, .selectNavWrapper_white .selectNav ul li a.btn_yellow {
    display: inline;
  }
}

.selectNavWrapper_white .selectNav ul li a.btn_purple {
  color: #fff;
}

.twoClmList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.twoClmList .twoClmGroup {
  width: 100%;
}

@media (min-width: 768px) {
  .twoClmList .twoClmGroup {
    width: 48%;
  }
}

@media (min-width: 980px) {
  .twoClmList .twoClmGroup {
    width: 45%;
  }
}

/* ======================================================== langSelect */
.langSelect {
  display: inline-block;
  background-color: none;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  font-size: 0.75rem;
  color: #fff;
  text-align: center;
}

.langSelect label {
  cursor: pointer;
  display: block;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.langSelect label img.header_arrow {
  height: 5px;
  vertical-align: middle;
  margin: 1px 0 0 -2px;
}

.langSelect label:hover {
  opacity: 0.7;
}

.langSelect label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/global/img/earth.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 0.5em;
}

.langSelect label.active:hover {
  border-radius: 5px 5px 0 0;
  background-color: none;
}

.langSelect input {
  display: none;
}

.langSelect input:checked ~ .langSelect_list {
  height: auto;
  opacity: 1;
}

.langSelect_list {
  position: absolute;
  width: 100px;
  right: 0;
  overflow: hidden;
  overflow-y: auto;
  z-index: 9999;
  opacity: 0;
  height: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.87);
  list-style: none;
  border-radius: 0 0 5px 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.langSelect.onHeader .langSelect_list {
  right: -50%;
}

.langSelect_list li {
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.langSelect_list li a {
  display: block;
  padding: 1.25rem 1rem;
  color: #fff;
  line-height: 1;
}

/* News */
.news_sect {
  padding-top: 2rem;
}

.news_list {
  line-height: 1.5;
}

.news_sect a, .news_list a {
  color: #2f8cc9;
}

.news_list p img {
  max-width: 100%;
  height: auto;
}

.news_list li {
  border-bottom: 1px solid #e8e8e8;
  padding: 0.5rem 0;
}
@media screen and (min-width: 769px), print {
  .news_list ul li a {
    /* white-space: nowrap;*/
    width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
}

a:link .go-all-article {
  background-color: #bbb;
  text-decoration: none !important;
  color: #fff;
}
a:visited .go-all-article {
  background-color: #bbb;
  text-decoration: none;
  color: #fff;
}
a:hover .go-all-article {
  background-color: #fff;
  text-decoration: none !important;
  color: #666;
}
.go-all-article {
  display: table-cell;
  padding: 2px 6px 0px 6px;
  margin: 20px 0px 8px 5px;
  border: 1px solid #bbb;
}

.info-icon {
  display: inline-block;
  min-width: 4rem;
  padding: 0.25rem 1rem;
  margin: 0 1rem;
  text-align: center;
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
}
.info-icon-event {  background-color: #ac49cc;  }
.info-icon-news {  background-color: #00baef;  }
.info-icon-pressrelease {  background-color: #1b66a7;  }
.info-icon-investors {  background-color: #567590;  }

.article-label-box,
.article-title-box {
  display: block;
}
@media (min-width: 768px) {
  .article-label-box,
  .article-title-box{
    display: inline-block;
  }
}

/*---------------------------------------------------------------
PageBute
---------------------------------------------------------------*/

.content-nav {
  margin: 40px 0px 20px 0px;
}
.content-nav ul li {
  list-style-type: none;
  border: 1px solid #e2e2d8;
  font-size: 12px;
  padding: 7px 0px;
  margin: 4px;
  display: inline;
}
.content-nav ul li a {
  text-decoration: none;
  padding: 7px 7px;
  color: #4d678c;
}
.content-nav ul li a:hover {
  color: #b7a5b1;
  border: 1px solid #b7a5b1;
  color: #b7a5b1;
}
.content-nav ul li a:visited {
  color: #4d678c;
}
.content-nav ul span.current_page {
  padding: 7px 7px;
  color: #fff;
  background-color: #ddd;
}

.news_sect h1 {
  color: #2c2c2b;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 1.5rem;
}

.news_sect h5 {
  color: #888888;
  font-size: 1.1em;
  font-weight: normal;
  line-height: 1.1em;
  margin: 25px 0;
}
.news_sect h1 span {
  color: #989898;
  display: block;
  margin: 0.75rem 0 1.25rem;
  font-size: 0.88rem;
  font-weight: normal;
  line-height: 1.3;
}
.FloatRight {
    float: right;
}

@media screen and (min-width: 768px), print {
 .news_sect h1 {
    color: #2c2c2b;
    font-size: 2em;
    font-weight: bold;
    line-height: 1.3;
  }
  .news_sect h2 {
    color: #2c2c2b;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.8em;
    margin: 20px 0px 10px 0px;
  }
  .news_sect h5 {
    color: #989898;
    font-size: 1.3em;
    font-weight: normal;
    line-height: 1em;
    margin: 20px 0px 40px 0px;
  }
  .news_list span {
    color: #989898;
  }
}

.news_sect select {
  font-size: 1rem;
  height: 1.5rem;
}

#spopupCont .window.banner {
    border-radius: 0px !important;
}
.policylink {
  color: #666;
}