@charset "UTF-8";
/*

media
768?
1024?
1280?

*/
/* ‰äÊý¥¤¥ó¥Ý©`¥È
--------------------------------------------------------------------------------- */
/* ¹²Í¨
--------------------------------------------------------------------------------- */
html {
  -webkit-text-size-adjust: none;
  height: 100%;
}

@font-face {
  font-family: "YuGothic M";
  src: local("Yu Gothic Medium");
}
body {
  height: 100%;
  padding: 0px;
  margin: 0px;
  font-family: "ÓÎ¥´¥·¥Ã¥¯", YuGothic, "YuGothic M", "¥Ò¥é¥®¥Î½Ç¥´ ProN W3", "Hiragino Kaku Gothic ProN", "£Í£Ó ¥´¥·¥Ã¥¯", "MS Gothic", "¥á¥¤¥ê¥ª", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 100%;
  line-height: 2em;
  font-weight: 500;
  background-color: #000;
  color: #FFF;
}
body#message {
  background-color: #FFF;
}

/* HTML5 elements */
section, nav, article, aside, hgroup, header, footer, figure, figcaption, summary {
  display: block;
  padding: 0px;
  margin: 0px;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl {
  margin-top: 0px;
  margin-bottom: 0px;
}

a img {
  border: none;
}

area,
img {
  border: none;
  outline: none;
}

img {
  vertical-align: bottom;
}

p, li, dt, dd, th, td, h5, h6 {
  font-size: 14px;
  line-height: 25px;
}

p, ul, ol, dl, table {
  margin: 0px 0px 25px 0px;
}

ul ul, ul ol, ol ul, ol ol {
  margin-bottom: 0px;
}

th p, td p, td li, li li, td td, li td, li th {
  font-size: 100%;
  margin: 0px;
}

a {
  transition: all .2s;
  outline: none;
  color: #FFF;
}
a img {
  transition: all .2s;
}
a:hover {
  color: #CCC;
}
a:hover img {
  opacity: 0.6;
}

.palt {
  font-feature-settings: "palt";
}

/* layout
--------------------------------------------------------------------------------- */
#layout {
  min-width: 320px;
  padding-bottom: 195px;
  min-height: 100%;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}

/* page-header
--------------------------------------------------------------------------------- */
#page-header {
  background-color: #000;
  color: #FFF;
  height: 157px;
  width: 100%;
  position: relative;
  z-index: 10;
  position: absolute;
  top: 0px;
  left: 0px;
}
#page-header .inner {
  width: 315px;
  position: absolute;
  left: 30px;
  bottom: 20px;
  transition: all .2s;
}
#page-header .logo {
  width: 50px;
  margin: 0px 10px 0px 0px;
  float: left;
}
#page-header h1 {
  font-family: "Hiragino Kaku Gothic ProN", "¥Ò¥é¥®¥Î½Ç¥´ ProN W3", "Hiragino Sans", "¥á¥¤¥ê¥ª", Meiryo, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 31px;
  line-height: 36px;
  text-align: left;
  white-space: nowrap;
  margin: 0px 0px 6px 0px;
}
#home #page-header h1 {
  font-size: 47px;
  margin: -6px 0px 12px 0px;
}
#page-header h1 a {
  text-decoration: none;
}
#page-header .name {
  margin: 0px;
  font-size: 13px;
  line-height: 13px;
  text-align: left;
  white-space: nowrap;
}
#page-header.fix {
  position: fixed;
  height: 60px;
}
#page-header.fix .inner {
  transform: translateX(-40px) scale(0.75);
  bottom: 0px;
}
#page-header.fix .inner h1 {
  margin-top: -4px;
}
#home #page-header.fix .inner h1 {
  margin-bottom: 8px;
}
#page-header.fix .inner .logo {
  margin-right: 30px;
}

#menu {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 0px;
  top: 0px;
  cursor: pointer;
  margin: 0px;
  z-index: 300;
  background-color: #FFF;
}
#menu::before, #menu::after,
#menu span {
  position: absolute;
  left: 17px;
  width: 26px;
  height: 2px;
  background-color: #000;
  text-indent: -9999px;
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
#menu span {
  top: 29px;
}
#menu::before {
  content: "";
  top: 18px;
}
#menu::after {
  content: "";
  bottom: 18px;
}
#menu.on::before {
  -webkit-transform: translateY(11px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg);
}
#menu.on span {
  height: 0px;
}
#menu.on::after {
  -webkit-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}

/* global-nav
--------------------------------------------------------------------------------- */
#global-nav {
  height: 100vh;
  width: 0px;
  background-color: #FFF;
  position: fixed;
  top: 0px;
  right: 0px;
  overflow-y: scroll;
  z-index: 20;
  transition: all .2s;
}
#global-nav.on {
  width: 100%;
}
#global-nav .gnav {
  width: 200px;
  margin: 40px auto 30px auto;
  padding: 0px;
  list-style-type: none;
  text-align: center;
  border-style: solid;
  border-color: #707070;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
}
#global-nav .gnav li {
  margin: 0px 0px 26px 0px;
  padding: 0px;
  font-family: "Hiragino Kaku Gothic ProN", "¥Ò¥é¥®¥Î½Ç¥´ ProN W3", "Hiragino Sans", "¥á¥¤¥ê¥ª", Meiryo, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
}
#global-nav .gnav li a {
  text-decoration: none;
  color: #000;
  display: block;
  padding: 2px 0px;
}
#global-nav .gnav li a:hover {
  background-color: #E5E2E2;
}
#global-nav .gnav li a.department:hover {
  background-color: transparent;
}
#global-nav .gnav2 {
  width: 200px;
  margin: 0px auto 30px auto;
  padding: 0px 0px 14px 0px;
  list-style-type: none;
  text-align: center;
  border-style: solid;
  border-color: #707070;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
}
#global-nav .gnav2 li {
  margin: 0px 0px 16px 0px;
  padding: 0px;
  font-family: "Hiragino Kaku Gothic ProN", "¥Ò¥é¥®¥Î½Ç¥´ ProN W3", "Hiragino Sans", "¥á¥¤¥ê¥ª", Meiryo, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 20px;
}
#global-nav .gnav2 li.close {
  display: none;
}
#global-nav .gnav2 li a {
  text-decoration: none;
  color: #000;
  display: block;
  padding: 2px 0px;
}
#global-nav .gnav2 li a:hover {
  background-color: #E5E2E2;
}
#global-nav .search {
  width: 17px;
  margin: 0px auto 60px auto;
}

/* page-footer
--------------------------------------------------------------------------------- */
#page-footer {
  position: absolute;
  width: 100%;
  bottom: 0px;
  color: #000;
  overflow: hidden;
  background-color: #ACA89B;
  padding: 45px 0px;
}
#page-footer .inner {
  width: 315px;
  margin: 0px auto;
}
#page-footer .logo {
  width: 50px;
  margin: 0px 10px 0px 0px;
  float: left;
}
#page-footer .title {
  font-family: "Hiragino Kaku Gothic ProN", "¥Ò¥é¥®¥Î½Ç¥´ ProN W3", "Hiragino Sans", "¥á¥¤¥ê¥ª", Meiryo, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 30px;
  line-height: 36px;
  text-align: left;
  white-space: nowrap;
  margin: 0px 0px 6px 0px;
}
#home #page-footer .title {
  font-size: 47px;
}
#page-footer .name {
  margin: 0px;
  font-size: 13px;
  line-height: 13px;
  text-align: left;
  white-space: nowrap;
}
#page-footer .address {
  font-size: 10px;
  line-height: 15px;
  clear: both;
  margin: 20px 0px 0px 0px;
}

#footer-nav {
  display: none;
}

#page-top {
  width: 33px;
  margin: 0px;
  position: fixed;
  right: 25px;
  bottom: 190px;
  opacity: 0;
  transition: all .2s;
}
#page-top.on {
  opacity: 1;
  display: block;
}

/* media
--------------------------------------------------------------------------------- */
/*
--------------------------------------------------------------------------------- 768 */
@media all and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }

  /* layout
  --------------------------------------------------------------------------------- */
  #layout {
    padding-bottom: 217px;
  }

  /* page-header
  --------------------------------------------------------------------------------- */
  #page-header {
    height: 100px;
    width: 100%;
    position: fixed;
    top: auto;
    left: auto;
  }
  #page-header .inner {
    width: 480px;
    position: relative;
    left: auto;
    bottom: auto;
    margin: 18px auto 0px auto;
  }
  #page-header .logo {
    width: 60px;
    margin: 0px 30px 0px 0px;
  }
  #page-header h1 {
    font-size: 36px;
    line-height: 40px;
    margin: 0px 0px 6px 0px;
    text-align: center;
    letter-spacing: 0.04em;
    width: 308px;
    padding-left: 90px;
  }
  #home #page-header h1 {
    font-size: 36px;
    margin: 0px 0px 6px 0px;
  }
  #page-header .name {
    margin: 0px;
    font-size: 16px;
    line-height: 16px;
  }
  #page-header.fix {
    position: fixed;
    height: 100px;
  }
  #page-header.fix .inner {
    transform: translateX(0px) scale(1);
    bottom: auto;
  }
  #page-header.fix .inner h1 {
    margin-top: 0px;
  }
  #home #page-header.fix .inner h1 {
    margin-bottom: 6px;
  }
  #page-header.fix .inner .logo {
    margin-right: 30px;
  }

  /* global-nav
  --------------------------------------------------------------------------------- */
  #global-nav.on {
    width: 375px;
  }

  /* page-footer
  --------------------------------------------------------------------------------- */
  #page-footer {
    padding: 45px 0px;
  }
  #page-footer .inner {
    width: 480px;
    margin: 0px auto 0px auto;
  }
  #page-footer .logo {
    width: 60px;
    margin: 0px 30px 0px 0px;
  }
  #page-footer .title {
    font-size: 36px;
    line-height: 40px;
    margin: 0px 0px 6px 0px;
    text-align: center;
    letter-spacing: 0.04em;
    width: 308px;
    padding-left: 90px;
  }
  #home #page-footer .title {
    font-size: 36px;
    margin: 0px 0px 6px 0px;
  }
  #page-footer .name {
    margin: 0px;
    font-size: 16px;
    line-height: 16px;
  }
  #page-footer .address {
    font-size: 12px;
    line-height: 15px;
    margin: 30px 0px 20px 0px;
    white-space: nowrap;
  }

  #page-top {
    bottom: 220px;
  }
}
/*
--------------------------------------------------------------------------------- 1024 */
/*
--------------------------------------------------------------------------------- 1280 */
@media all and (min-width: 1280px) {
  p, li, dt, dd, th, td, h5, h6 {
    font-size: 20px;
    line-height: 40px;
  }

  /* layout
  --------------------------------------------------------------------------------- */
  #layout {
    padding-bottom: 384px;
  }

  /* page-header
  --------------------------------------------------------------------------------- */
  #page-header {
    height: 200px;
    position: absolute;
  }
  #page-header .inner {
    width: auto;
    position: relative;
    left: auto;
    bottom: auto;
    text-align: center;
    margin-top: 60px;
  }
  #page-header .logo {
    width: 72px;
    margin: 12px 28px 0px 0px;
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  #page-header h1 {
    font-size: 46px;
    line-height: 50px;
    margin: 10px 40px 0px 0px;
    display: inline-block;
    vertical-align: top;
    width: auto;
    letter-spacing: 0;
    padding: 0px;
  }
  #home #page-header h1 {
    font-size: 46px;
    margin: 10px 40px 0px 0px;
  }
  #page-header .name {
    font-size: 30px;
    line-height: 50px;
    margin: 10px 0px 0px 0px;
    display: inline-block;
    vertical-align: top;
  }
  #page-header .name span {
    margin-left: 20px;
  }
  #page-header.fix {
    position: fixed;
    height: 200px;
    top: -97px;
  }
  #page-header.fix .inner {
    transform: translateX(0px) scale(1);
    bottom: auto;
  }
  #page-header.fix .inner h1 {
    margin: 60px 0px 0px 0px;
    font-size: 36px;
  }
  #home #page-header.fix .inner h1 {
    margin: 60px 0px 0px 0px;
  }
  #page-header.fix .inner .logo {
    margin: 56px 20px 0px 0px;
    width: 60px;
  }
  #page-header.fix .inner .name {
    display: none;
  }

  #menu {
    display: none;
  }

  /* global-nav
  --------------------------------------------------------------------------------- */
  #global-nav {
    height: auto;
    width: auto;
    display: block;
    background-color: transparent;
    position: fixed;
    top: 26px;
    right: 40px;
    background-image: none;
    overflow-y: hidden;
    text-align: right;
  }
  #global-nav .gnav {
    width: 250px;
    margin: 0px 0px 0px 0px;
    text-align: right;
    border: none;
    display: inline-block;
  }
  #global-nav .gnav li {
    margin: 0px 0px 0px 20px;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
  }
  #global-nav .gnav li a {
    color: #FFF;
  }
  #global-nav .gnav li a.department {
    cursor: pointer;
  }
  #global-nav .gnav li a:hover {
    background-color: transparent;
  }
  #global-nav .gnav2 {
    position: fixed;
    background-color: #FFF;
    width: 0px;
    right: 0px;
    top: 80px;
    padding: 40px 0px;
    transition: all .2s;
    border: none;
  }
  #global-nav .gnav2 li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 6px;
    margin-left: 30px;
    margin-right: 30px;
    white-space: nowrap;
  }
  #global-nav .gnav2 li.close {
    width: 15px;
    height: 15px;
    line-height: 15px;
    display: block;
    position: absolute;
    left: 14px;
    top: 14px;
    padding: 0px;
    margin: 0px;
    cursor: pointer;
    vertical-align: top;
  }
  #global-nav .gnav2.on {
    width: 238px;
  }
  #global-nav .gnav2.scroll {
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  #global-nav .gnav2.scroll::-webkit-scrollbar {
    display: none;
  }
  #global-nav .search {
    margin: 0px 0px 0px 20px;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    background-image: url(/g_document/wp-content/themes/tuad_gdoc/images/search_w.png);
    background-position: center center;
    background-size: 17px auto;
    background-repeat: no-repeat;
  }
  #global-nav .search img {
    visibility: hidden;
  }

  /* page-footer
  --------------------------------------------------------------------------------- */
  #page-footer {
    padding: 140px 0px 130px 0px;
  }
  #page-footer .inner {
    width: auto;
    text-align: center;
  }
  #page-footer .logo {
    width: 90px;
    margin: 0px 30px 0px 0px;
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  #page-footer .title {
    font-size: 46px;
    line-height: 50px;
    margin: 10px 40px 0px 0px;
    display: inline-block;
    vertical-align: top;
    width: auto;
    letter-spacing: 0;
    padding: 0px;
  }
  #home #page-footer .title {
    font-size: 46px;
    margin: 10px 40px 0px 0px;
  }
  #page-footer .name {
    font-size: 30px;
    line-height: 50px;
    margin: 10px 0px 0px 0px;
    display: inline-block;
    vertical-align: top;
  }
  #page-footer .name span {
    margin-left: 20px;
  }
  #page-footer .address {
    display: block;
    position: relative;
    margin: -20px 0px 0px 20px;
    font-size: 18px;
  }
  #home #page-footer .address {
    margin-left: 150px;
  }

  #footer-nav {
    display: block;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50px;
  }
  #footer-nav .fnav {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
  }
  #footer-nav .fnav li {
    margin: 0px 10px;
    padding: 0px;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
  }
  #footer-nav .fnav li a {
    color: #000;
    text-decoration: none;
  }
  #footer-nav .fnav li a img {
    width: 17px;
  }
  #footer-nav .fnav li a.department {
    cursor: pointer;
  }

  #page-top {
    right: 20px;
    bottom: 60px;
  }
}
