@charset "UTF-8";
/*
///////////////////////////////////////////
CSS FOR Common
Made	by Ngoc Thuy (ゴックトゥイ)
/////////////////////////////////////
*/
html {
  overflow-y: scroll; }

/*/////BODY/////*/
body {
  font-size: 12px;
  line-height: 1.4;
  font-family: "Meiryo", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Osaka, Sans-Serif;
  color: #000;
  overflow: hidden;
  position: relative;
  min-height: 100%;
  margin: 0;
  padding-bottom: 118px; }

html {
  height: 97%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

img {
  vertical-align: top;
  height: auto;
  margin: 0 auto;
  text-align: center; }

a {
  text-decoration: none; }
  .sidebar{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 43px;
    margin-left: -455px;
  }
  .lang-en{
    margin-left: 3px;
  }
  .sidebar_1{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 35px;
    margin-left: -455px;
  }
  .img-border{
    border: 1px solid black;
  }
/* ========================
   bootstrap reset
   ======================== */
#Global-nav-wrap .navbar-collapse.in {
  overflow-y: scroll; }

#Global-nav-wrap .navbar-collapse {
  max-height: none; }

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  background: #9d8561 !important; }

ul {
  padding: 0px;
  margin: 0px; }

.header-pc-navi-ul {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.header-pc-navi-ul li {
  position: relative; }

.header-pc-navi-ul li:last-child a {
  color: #ffd200; }

.header-pc-navi-ul li:last-child:hover a {
  color: #000; }

.header-pc-navi-ul li:nth-child(odd) {
  background: #0b0b52; }

.header-pc-navi-ul li:nth-child(even) {
  background: #191970; }

.header-pc-navi-ul li:nth-child(odd) a {
  color: #ffd200; }
  .header-pc-navi-ul li:nth-child(odd) a:hover {
    color: #fff; }

.header-pc-navi-ul li:nth-child(even) a {
  color: #2ae381; }
  .header-pc-navi-ul li:nth-child(even) a:hover {
    color: #fff; }

.header-pc-navi-ul li a {
  text-decoration: none;
  display: block;
  color: #fff;
  font-size: 16px;
  font-family: 'quicksandregular';
  letter-spacing: 1px;
  font-weight: bold;
  padding: 20px 10px; }

.header-pc-navi-ul li:hover {
  background: #ffa500; }

.header-pc-navi-ul li:last-child:hover {
  color: #000; }

.menufix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  justify-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media screen and (max-width: 991px) {
  .header-pc-navi {
    width: 80%; }
  .navbar-toggle {
    width: 30px;
    height: 30px; }
  .navbar-toggle .icon-bar {
    width: 30px;
    background: #ffa500;
    -webkit-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
    -ms-transform: all 0.2s ease-in 0s;
    -moz-transform: all 0.2s ease-in 0s;
    -webkit-transform: all 0.2s ease-in 0s;
    position: absolute;
    height: 3px;
    left: 0px;
    top: 5px;
    font-weight: bold; }
  .navbar-toggle .icon-bar + .icon-bar {
    top: 10px; }
  .navbar-toggle .icon-bar + .icon-bar + .icon-bar {
    top: 19px; }
  .active .icon-bar {
    transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    top: 16px;
    font-weight: bold; }
  .active .icon-bar + .icon-bar {
    display: none; }
  .active .icon-bar + .icon-bar + .icon-bar {
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    display: block;
    top: 12px; }
  .navbar-collapse {
    width: 100%;
    max-height: inherit;
    padding: 5px 0 0; }
  .header-sp-navi-ul {
    background-color: rgba(255, 165, 0, 0.8);
    font-size: 14px;
    text-align: center;
    width: 100%;
    display: table;
    table-layout: fixed;
    color: #fff; }
  .header-sp-navi-ul li {
    width: 100%;
    list-style: none; }
  .header-sp-navi-ul li:last-child {
    border-right: none; }
  .header-sp-navi-ul li a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 16px 0;
    display: block; }
  .header-sp-navi-ul li a:hover {
    background: #070734; }
  .header-sp-navi {
    z-index: 50;
    right: 0;
    position: absolute; } }

/* /////////////////// HEADER /////////////////// */
.header-left {
  background: url("../images/index/bg_main_left.jpg") repeat-x 0 0;
  width: 30%;
  position: absolute;
  left: 0;
  min-height: 740px; }

.header-right {
  background: url("../images/index/bg_mainvisual.png") no-repeat 50% 50%;
  width: 72%;
  position: absolute;
  right: 0;
  background-size: cover;
  min-height: 700px;
  top: 0; }

#Header {
  width: 100%;
  z-index: 999; }
  #Header .header-inner {
    position: relative;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #Header #Logo a {
      display: inline-block;
      background-color: rgba(255, 255, 255, 0.8);
       }

/*//// Contents .////*/
#Contents {
  padding-bottom: 25px; }
  #Contents .headline01 {
    color: #000;
    position: relative;
    margin-bottom: 15px;
    letter-spacing: 1px; }
    #Contents .headline01 p {
      font-size: 20px;
      font-family: 'helvetica_neueregular';
      font-style: italic;
      padding-bottom: 5px; }
    #Contents .headline01 h3 {
      font-size: 30px;
      letter-spacing: 1px;
      font-weight: bold; }
  #Contents .ttl-head01 {
    background: url(../images/common/icon_arrow.png) no-repeat 0 0;
    padding: 0 4px 10px 40px;
    color: #ffac1b;
    font-size: 24px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ffac1b; }
  #Contents .view-more a {
    font-size: 18px;
    color: #000;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px 20px;
    min-width: 200px;
    display: inline-block;
    text-align: center;
    position: relative;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-family: 'quicksandregular';
    font-weight: bold; }
    #Contents .view-more a:hover {
      text-decoration: none;
      opacity: 0.8; }
  #Contents .view-more01 a {
    background: #ffa500;
    color: #fff; }
  #Contents .view-more02 a {
    color: #fff;
    background: #222222; }
  #Contents .view-more03 a {
    color: #fff;
    background: #191970; }
  #Contents .view-more01 a:hover {
    background-color: #fff;
    color: #333; }
  #Contents .view-more02 a:hover {
    background-color: #ffa500;
    color: #fff; }
  #Contents .view-more03 a:hover {
    background-color: #fff;
    color: #000; }
  #Contents .list01 li {
    position: relative;
    padding-left: 10px; }
    #Contents .list01 li:after {
      position: absolute;
      content: "";
      width: 5px;
      height: 5px;
      background: #fff;
      border-radius: 50%;
      left: 0;
      top: 8px; }
  #Contents .list02 li:after {
    background: #000; }

/*page-top*/
#Page-top {
  position: fixed;
  bottom: 30px;
  right: 25px;
  cursor: pointer;
  z-index: 9999;
  vertical-align: middle;
  text-align: center; }

/* Footer */
#Footer {
  text-align: center;
  background: #070734;
  padding: 30px 0;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0; }
  #Footer .footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
    justify-items: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  #Footer .link {
    font-size: 16px;
    text-align: left;
    font-family: 'quicksandregular';
    padding-bottom: 10px; }
    #Footer .link li {
      display: inline-block;
      padding-right: 10px; }
      #Footer .link li a {
        color: #fff;
        text-decoration: underline; }
        #Footer .link li a:hover {
          text-decoration: none; }
  #Footer .copyright {
    color: #fff;
    text-align: left;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: 'quicksandregular'; }

.pcFixed {
  position: fixed;
  top: -100px;
  width: 100%;
  left: 0;
  padding: 0 0;
  font-size: 75%;
  z-index: 10;
  background-color: #fff;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms; }

@media (max-width: 767px) {
  .pcFixed {
    display: none; } }

.pcFixed.visible {
  top: 0; }

.pcFixed .container {
  position: relative; }

.menufix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  position: relative;
  width: 100%; }

.pcFixed li {
  display: table-cell;
  width: auto; }
 .pcFixed li a {
   /* padding: 20px 25px;*/ }

.pcFixed .sn-hdr a {
  padding: 6px 3px; }

/* ナビアニメーション */
nav.topBotomBordersOut ul li a span {
  position: relative;
  padding: 10px 10px;
  font-weight: bold; }

nav.topBotomBordersOut ul li a span:before,
nav.topBotomBordersOut ul li a span:after {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 2px;
  content: '';
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  opacity: 0;
  background: #fff; }

nav.topBotomBordersOut ul li a span:before {
  top: 0px;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px); }

nav.topBotomBordersOut ul li a span:after {
  bottom: 0px;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px); }

nav.topBotomBordersOut ul li a span:hover:before,
nav.topBotomBordersOut ul li a span:hover:after {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1; }

#Subvisual {
  position: relative; }

#Subvisual h2 {
  padding: 90px 0 115px 5px;
  font-size: 86px;
  color: #ffa500;
  line-height: 74px;
  font-family: 'helvetica_neueregular';
  font-style: italic;
  text-transform: uppercase; }
  #Subvisual h2 span {
    display: block;
    font-size: 50px;
    padding-top: 8px;
    line-height: 50px; }

.bg_header {
  width: 70%;
  position: absolute;
  right: 0;
  top: 0;
  min-height: 560px; }

/* Large devices (large desktops, 1200px and up) */
@media screen and (max-width: 1199px) {
  .menufix .header-pc-navi-ul {
    position: fixed;
    right: 5px; }
  .sidebar{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: -274px;
  }
   .lang-en{
    margin-left: 3px;
  } 
  .sidebar_1{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 35px;
    margin-right: 742px;
  }}
  @media screen and (max-width: 991px) {
   .sidebar{
    margin-left: -52px;
   }.sidebar_1{
    margin-right: 550px;
    }}

/* Portrait tablets and small desktops */
/* Medium devices (desktops, 992px and up) */
@media (max-width: 768px) {
  img {
    max-width: 100%; } }

@media (max-width: 767px) {
  #Page-top {
    bottom: 5px;
    right: 5px; }
  .header-left {
    display: none; }
  .header-right {
    width: 100%;
    min-height: 350px; }
  #Header {
    position: fixed; }
    #Header .header-inner {
      background-color: #fff;
      padding: 0 10px 10px;
      position: relative; }
      #Header .header-inner #Logo {
        position: relative;
        left: 10px;
        z-index: 100; }
        #Header .header-inner #Logo a {
          padding: 0; }
  #Contents .view-more a {
    padding: 10px 30px;
    width: auto;
    font-size: 13px; }
  #Header #Logo {
    padding-top: 10px;
    width: 25%; }
  .navbar-collapse {
    padding: 12px 0 0; }
  #Subvisual {
    position: relative; }
  #Subvisual h2 {
    padding: 115px 0 90px 15px;
    font-size: 40px;
    color: #ffa500;
    line-height: 35px;
    font-family: 'helvetica_neueregular';
    font-style: italic; }
    #Subvisual h2 span {
      display: block;
      font-size: 30px;
      line-height: 28px; }
  .bg_header {
    min-height: 270px; }
    .hidden-xs{
    display: none!important;
    }
  .smallsidebar{
    padding-top: 20px;
    margin-right: 50px;
  }
    .smallsidebar li{
    float: left;
  } }

@media screen and (max-width: 480px) {
  #Contents .headline01 h3 {
    font-size: 21px; }
  .copyright {
    font-size: 11px; } }

@media screen and (max-width: 375px) {
  .navbar-collapse {
    padding: 7px 0 0; } }

@media screen and (max-width: 374px) {
  .navbar-collapse {
    padding: 1px 0 0; } }

.logos{
	display:flex;
	position: relative;
}
#Footer .privacy_mark_wh{
	height:80px;
    position: absolute;
    right:0;
    top: -14px;
}
#Footer .privacy_mark_wh:hover{
	opacity: 0.7;
}
.logo-tool{
	margin-right: 90px;
}