/* ============================================================ */
/* btn */
/* ============================================================ */
.btn_bg0 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  background: transparent;
  border: 1px solid;
  border-color: #777;
  border-radius: 3px;
  color: #606060;
  text-align: center;
  line-height: 1.3;
  outline: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  cursor: pointer;
}

.btn_bg0:hover {
  text-decoration: none;
}

.btn_bg0 i {
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -0.5em 0 0;
}

.btn_bg0::after {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -.6em;
  font-family: "icomoon";
  content: "\e315";
}

.btn_bg0:hover {
  background: #606060;
  border-color: #606060;
  color: #fff;
}

.btn_gray {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  background: #909090;
  border: 1px solid;
  border-color: #909090;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  outline: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  cursor: pointer;
  width: 200px;
}

.btn_gray:hover {
  text-decoration: none;
}

.btn_gray i {
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -0.5em 0 0;
}

.btn_gray:hover {
  background: #b2b2b2;
  border-color: #b2b2b2;
  color: #fff;
  font-weight: 500;
}

.btn_gray02 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  background: #eee;
  border: 1px solid;
  border-color: #ccc;
  border-radius: 3px;
  color: #000;
  text-align: center;
  line-height: 1.3;
  outline: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  cursor: pointer;
}

.btn_gray02:hover {
  text-decoration: none;
}

.btn_gray02 i {
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -0.5em 0 0;
}

.btn_gray02:hover {
  background: #ddd;
}

.btn_black {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  background: #000;
  border: 1px solid;
  border-color: #000;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  outline: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  cursor: pointer;
  width: 200px;
}

.btn_black:hover {
  text-decoration: none;
}

.btn_black i {
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -0.5em 0 0;
}

.btn_black:hover {
  background: #fff;
  border-color: #000;
  color: #000;
  font-weight: 500;
}

.btn_slack {
  display: block;
}

.btn_slack img {
  vertical-align: top;
}

/* ============================================================ */
/* header */
/* ============================================================ */
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  z-index: 10;
  width: 100%;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  background: rgba(255, 255, 255, 0.6);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

header.fixed {
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

header.fixed .inner {
  height: 65px;
}

header.fixed .inner .gnav {
  padding: 0;
}

header.fixed .header_logo a img {
  max-height: 35px;
}

header .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 90px;
  margin: 0 auto;
  padding: 0 120px;
}

header .header_logo {
  margin-right: 40px;
}
header .header_logo a {
  display: block;
}

header .header_logo a img {
  max-height: 45px;
}

header #pc_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .gnav {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding-top: 5px;
    min-width: 700px;
}

header .gnav > ul {
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

header .gnav > ul > li {
  padding: 0 12px;
  line-height: 1.5;
  position: relative;
}

header .gnav > ul > li.gnav_home {
    padding-left: 35px;
}
header .gnav > ul > li:first-child {
  display: none;
}
header.hd_en .gnav > ul > li:first-child {
  display: block;
}

header .gnav > ul > li a {
  position: relative;
  display: block;
  font-size: 1.5rem;
  text-decoration: none;
  white-space: nowrap;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: 0.2s color ease;
  transition: 0.2s color ease;
  cursor: pointer;
  padding: 5px 0 10px;
}

header .gnav > ul > li a::after {
  position: absolute;
  left: 50%;
  bottom: 5px;
  width: 0;
  height: 1px;
  background: #000;
  content: "";
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

header .gnav > ul > li.current-menu-item > a::after {
	width: 100% !important;
}
header .gnav > ul > li.current-menu-item > a[href="#"]::after {
  width: 0% !important;
}

header .gnav > ul > li a:hover {
  opacity: 1;
}

header .gnav > ul > li.active a::after,
header .gnav > ul > li a:hover::after {
  width: 100%;
}

header .gnav > ul > li > a {
  display: block;
}
header .gnav > ul > li > .sub-menu {
  display: none;
  left: 0;
  position: absolute;
  min-width: 200px;
  width: auto;
  padding-top: 0;
  top: 45px;
}
header .gnav > ul > li > .sub-menu li {
  background: rgba(255,255,255,0.6);
  padding: 15px 25px;
}
header .gnav > ul > li > .sub-menu a {
  display: block;
  padding: 0 0;
}
header .gnav > ul > li > .sub-menu .sub-menu {
  display: block;
  position: relative;
}
header .gnav > ul > li > .sub-menu .sub-menu li {
  background: transparent;
  padding: 8px 15px;
}
header .gnav > ul > li > .sub-menu .sub-menu li a {
  font-size: 1em;
}
header .gnav > ul > li > .sub-menu .sub-menu li a::after {
  bottom: 0;
}
header .gnav > ul > li > .sub-menu a[href="#"]:hover {
  cursor: default !important;
}
header .gnav > ul > li > .sub-menu a[href="#"]:hover:after {
  display: none;
}

header .btn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .btn_list li {
  padding: 0 6px;
}

header .btn_list li .btn_bg0 {
  padding-right: 10px;
  width: 140px;
}

header .btn_list li:not(:first-child) a {
  color: #777;
  font-size: 1.6rem;
}

header .btn_list li:not(:first-child) a:hover {
  text-decoration: none;
}

header .btn_list li:not(:first-child) a:hover i {
  color: #606060;
}

/* ============================================================ */
/* #visual */
/* ============================================================ */
#visual {
  position: relative;
  height: 300px;
  margin-bottom: 80px;
}

#visual .ttl_main {
  position: absolute;
  top: 80px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 80px;
  color: #fff;
}

#visual .ttl_main h1 {
  font-size: 5rem;
  font-weight: 300;
  line-height: 1.4;
}

#visual .ttl_main p {
  font-size: 3rem;
  font-weight: 300;
}

#visual figure {
  position: relative;
  overflow: hidden;
}

#visual figure.blur {
  overflow: hidden;
  height: 90px;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  margin: 0;
}

#visual figure.main {
  height: 210px;
}

#visual figure.main img {
  top: 90px;
}

#visual figure img {
  position: absolute;
  top: 180px;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#visual figure::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: "";
}

#visual figure.shadow10::before {
  background: rgba(0, 0, 0, 0.1);
}

#visual figure.shadow15::before {
  background: rgba(0, 0, 0, 0.15);
}

#visual figure.shadow20::before {
  background: rgba(0, 0, 0, 0.2);
}

#visual figure.shadow25::before {
  background: rgba(0, 0, 0, 0.25);
}

#visual figure.shadow30::before {
  background: rgba(0, 0, 0, 0.3);
}

/* ============================================================ */
/* footer */
/* ============================================================ */
footer {
  margin-top: 80px;
  border-top: 1px solid #ccc;
}

footer .inner {
  margin: 80px auto;
}

footer .inner:last-child {
  margin: 0 auto;
}

footer .inner > ul {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

footer ul li:not(.nav_home) {
   /* max-width: 130px;*/
    margin-left: 40px;
    -webkit-box-flex: 110px;
    -ms-flex: 110px;
    /*min-width: 90px;*/
}

/*footer.en ul li:not(.nav_home) {
  max-width: none;
  margin: 0 30px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  text-align: center;
}*/

footer ul .nav_home {
  /*width: 100px;
  margin-right: 20px;*/
  border-right: 1px solid #ccc;
  padding-right: 40px;
}

footer ul ul {
  margin-top: 0px;
}

footer ul ul li {
  margin-bottom: 5px;
  line-height: 1.4;
  margin-left: 0 !important;
}

footer ul ul a {
  color: #595959;
  font-size: 1.4rem;
}

footer .footer_bottom {
  background: #000;
}

footer .footer_bottom .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  color: #fff;
  max-width: 1080px;
}

.footer_copyright {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
.footer_copyright img {
  max-height: 36px;
}

.footer_copyright p {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-left: 20px;
  white-space: nowrap;
}

.footer_iso {
  align-items: center;
  display: flex;
  text-align: left;
}
.footer_iso .ic_ISO {
  margin-right: 10px;
  width: 110px;
}
.footer_iso .ic_ISO img {
  height: auto;
  width: 100%;;
}
.footer_iso .ic_ISO span {
  color: #fff !important;
  display: block;
  font-size: 11px;
  text-align: center;
}
.footer_iso p {
  color: #fff !important;
  display: block;
  font-size: 12px !important;
  font-weight: 300;
  line-height: 1.3;
  margin: 0;
  width: calc(100% - 120px);
}
