@charset "UTF-8";
/* --------------------------------------------- */
/* value */
/* --------------------------------------------- */
/* --------------------------------------------- */
/* ease */
/* --------------------------------------------- */
/* --------------------------------------------- */
/* color */
/* --------------------------------------------- */
/* --------------------------------------------- */
/* font */
/* --------------------------------------------- */
/* --------------------------------------------- */
/* function */
/* --------------------------------------------- */
/* --------------------------------------------- */
/* mixin */
/* --------------------------------------------- */
/* --------------------------------------------- */
/* keyframes */
/* --------------------------------------------- */
@keyframes fadein {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@keyframes fadeout {
  0% {
    display: block;
    opacity: 1; }
  99% {
    display: block;
    opacity: 0; }
  100% {
    display: none;
    opacity: 0; } }

/* --------------------------------------------- */
/* container */
/* --------------------------------------------- */
/* --------------------------------------------- */
/* contents */
/* --------------------------------------------- */
/* --------------------------------------------- */
/* multi device background */
/* --------------------------------------------- */
/* --------------------------------------------- */
/* multi device background */
/* --------------------------------------------- */
/* --------------------------------------------- */
/* button */
/* --------------------------------------------- */
/*------------------------------------------------
   Reset
------------------------------------------------*/
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; }

ul, ol {
  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; }

/* 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; }

em {
  font-style: normal; }

b {
  font-weight: normal; }

/* --------------------------------------------- */
/* common style */
/* --------------------------------------------- */
html {
  width: 100%;
  height: 100%; }

body {
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #000;
  line-height: 1;
  letter-spacing: 0.05em;
  background: #fff; }

h1, h2, h3, h4, h5 {
  font-weight: normal;
  font-style: normal; }

::selection {
  color: #fff;
  background: #999; }

::-moz-selection {
  color: #fff;
  background: #999; }

a:link {
  color: #2f2f2f;
  text-decoration: none; }

a:visited {
  color: #2f2f2f; }

a:hover {
  color: #aaa; }

a:active {
  color: #999; }

div.dg.ac {
  z-index: 9999; }

/* --------------------------------------------- */
/* wrap */
/* --------------------------------------------- */
#wrap {
  width: 100%;
  height: 100%; }

/* --------------------------------------------- */
/* layout */
/* --------------------------------------------- */
/* --------------------------------------------- */
/* loading */
/* --------------------------------------------- */
.loadCircleAnima {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -16px 0 0 -16px; }
  .loadCircleAnima:after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    animation: rotate 1800ms cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
    border-radius: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #aaa;
    border-left: 1px solid #fff;
    border-right: 1px solid #aaa;
    opacity: 1; }

@keyframes rotate {
  0% {
    transform: rotateZ(-360deg); }
  80% {
    transform: rotateZ(0deg); } }

/* --------------------------------------------- */
/* head */
/* --------------------------------------------- */
#head {
  position: fixed;
  z-index: 9999; }
  #head .menu {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 1; }
    #head .menu p {
      position: absolute;
      left: 0;
      top: 0;
      width: 66px; }
      #head .menu p img {
        width: 100%;
        height: auto; }
  #head .gnav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95); }
    #head .gnav ul {
      padding: 126px 0 0 126px; }
      #head .gnav ul li {
        margin: 0 0 20px 0; }
        #head .gnav ul li a b {
          font-size: 24px;
          font-family: "PT Serif", serif;
          font-weight: 400;
          font-style: normal; }
        #head .gnav ul li a em {
          font-size: 12px; }
          #head .gnav ul li a em:before {
            content: "/";
            margin: 0 10px 0 10px; }
  #head .menu .open {
    display: block; }
  #head .menu .close {
    display: none; }
  #head .gnav {
    display: none; }
  #head.on .menu .open {
    display: none; }
  #head.on .menu .close {
    display: block; }
  #head.on .gnav {
    display: block; }

/* --------------------------------------------- */
/* foot */
/* --------------------------------------------- */
#foot {
  position: relative;
  padding: 30px 60px;
  font-size: 12px;
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: normal;
  border-top: #eee solid 1px;
  background: #fff;
  z-index: 1; }

/* --------------------------------------------- */
/* mixin */
/* --------------------------------------------- */
/* --------------------------------------------- */
/* dots */
/* --------------------------------------------- */
#dots {
  position: fixed;
  right: 20px;
  top: 50%;
  margin: -60px 0 0 0;
  z-index: 9997; }
  #dots ul li {
    margin: 0 0 10px 0; }
    #dots ul li a {
      display: block;
      width: 8px;
      height: 8px;
      background: none;
      border: #ddd solid 1px;
      border-radius: 50%; }
      #dots ul li a.on {
        background: #eee; }

/* --------------------------------------------- */
/* layout */
/* --------------------------------------------- */
.contents {
  position: relative;
  z-index: 1; }
  .contents .inner {
    position: relative;
    width: 960px;
    margin: 0 auto; }

.contents.fix {
  width: 100%;
  height: 100%;
  min-height: 600px; }
  .contents.fix .inner {
    height: 100%; }

/* --------------------------------------------- */
/* visual */
/* --------------------------------------------- */
#visual {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

/*------------------------------------------------
   top
------------------------------------------------*/
#top .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 276px;
  margin: -35px 0 0 -138px; }
  #top .logo img {
    width: 100%;
    height: auto; }

#top .news {
  position: absolute;
  left: 0;
  bottom: 0;
  display: table;
  width: 100%;
  min-height: 50px;
  background: #f6f6f6; }
  #top .news .date {
    display: table-cell;
    width: 10%;
    padding: 15px 20px;
    text-align: center;
    vertical-align: middle;
    background: #e6e6e6;
    box-sizing: border-box;
    font-family: "PT Serif", serif;
    font-weight: 400;
    font-style: normal; }
  #top .news .subject {
    display: table-cell;
    width: 80%;
    padding: 15px 30px;
    font-size: 12px;
    line-height: 1.4;
    vertical-align: middle; }
  #top .news .more {
    display: table-cell;
    width: 10%;
    padding: 15px 30px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background: #000;
    box-sizing: border-box;
    font-family: "PT Serif", serif;
    font-weight: 400;
    font-style: normal;
    transition: all 0.15s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
    #top .news .more:hover {
      opacity: 0.5; }
    #top .news .more:before {
      content: "";
      position: absolute;
      position: absolute;
      left: 50%;
      top: 50%;
      margin: -5px 0 0 -3px;
      display: block;
      width: 6px;
      height: 10px;
      background-image: url("../img/global/all_arw01_r.png");
      background-repeat: no-repeat;
      background-size: 6px 10px;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      left: auto;
      right: 10px; }

/*------------------------------------------------
   concept
------------------------------------------------*/
.concept_contents.fix {
  overflow: hidden; }
  .concept_contents.fix .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 120%; }
  .concept_contents.fix .inner .layout {
    position: absolute;
    width: 100%;
    transform: scale(0.95);
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
    .concept_contents.fix .inner .layout header .id {
      transform: translateX(50px);
      transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s; }
    .concept_contents.fix .inner .layout header .en {
      transform: translateX(50px);
      transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.05s; }
    .concept_contents.fix .inner .layout header .ja {
      transform: translateX(50px);
      transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.1s; }
    .concept_contents.fix .inner .layout .txts {
      transform: translateX(100px);
      transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.2s; }
    .concept_contents.fix .inner .layout.anima {
      transform: scale(1);
      opacity: 1; }
      .concept_contents.fix .inner .layout.anima header .id {
        transform: translateX(0); }
      .concept_contents.fix .inner .layout.anima header .en {
        transform: translateX(0); }
      .concept_contents.fix .inner .layout.anima header .ja {
        transform: translateX(0); }
      .concept_contents.fix .inner .layout.anima .txts {
        transform: translateX(0); }
  .concept_contents.fix .inner header {
    position: relative; }
    .concept_contents.fix .inner header .id {
      position: absolute;
      left: 0;
      top: -8px;
      font-family: "PT Serif", serif;
      font-weight: 400;
      font-style: normal;
      font-style: italic;
      font-size: 60px;
      letter-spacing: 0; }
    .concept_contents.fix .inner header .en {
      margin: 0 0 6px 80px;
      font-family: "PT Serif", serif;
      font-weight: 400;
      font-style: normal;
      font-style: italic; }
    .concept_contents.fix .inner header .ja {
      margin: 0 0 0 80px;
      font-size: 26px;
      font-weight: bold;
      letter-spacing: 0.2em; }

#concept_cover {
  position: absolute;
  z-index: 2; }
  #concept_cover .layout {
    position: absolute;
    left: 0;
    top: 15%;
    transform: scale(0.95);
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
    #concept_cover .layout.anima {
      transform: scale(1);
      opacity: 1; }
  #concept_cover .contents_head {
    transition: color 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
    #concept_cover .contents_head h1 {
      margin: 0 0 5px 0;
      font-size: 62px;
      font-family: "PT Serif", serif;
      font-weight: 400;
      font-style: normal;
      font-style: italic; }
    #concept_cover .contents_head p small {
      font-size: 10px;
      opacity: 0.5; }
    @media screen and (max-width: 667px) {
      #concept_cover .contents_head h1 {
        margin: 0 0 3px 0;
        font-size: 38px; }
      #concept_cover .contents_head p small {
        font-size: 10px; } }
    #concept_cover .contents_head.white {
      color: #fff; }

#concept01 .bg {
  background: url(../img/global/concept_bg01.png) no-repeat center bottom;
  background-size: cover; }

#concept01 .layout {
  left: 0;
  bottom: 20%; }

#concept01 header {
  margin: 0 0 67px 0; }

#concept01 .txts h2 {
  margin: 0 0 34px 0; }
  #concept01 .txts h2 img {
    width: 478px;
    height: auto; }

#concept01 .txts p {
  line-height: 1.8; }

#concept02 .bg {
  background: url(../img/global/concept_bg02.png) no-repeat center bottom;
  background-size: cover; }

#concept02 .layout {
  left: 0;
  bottom: 26%;
  color: #fff;
  transform: scale(0.95);
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
  #concept02 .layout.anima {
    transform: scale(1);
    opacity: 1; }

#concept02 header {
  position: absolute;
  right: 0; }

#concept02 .txts {
  width: 56%;
  padding: 145px 0 0 44%; }
  #concept02 .txts li {
    position: relative;
    margin: 0 0 25px 0;
    padding: 0 0 25px 14px;
    line-height: 1.8;
    font-size: 16px;
    border-bottom: rgba(255, 255, 255, 0.15) solid 1px; }
    #concept02 .txts li:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: none; }
    #concept02 .txts li:before {
      content: "";
      position: absolute;
      left: 0;
      top: 8px;
      display: block;
      width: 6px;
      height: 6px;
      background: #fff; }

#concept03 .bg {
  background: url(../img/global/concept_bg03.png) no-repeat center bottom;
  background-size: cover; }

#concept03 .layout {
  left: 0;
  bottom: 20%;
  width: 500px;
  transform: scale(0.95);
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
  #concept03 .layout.anima {
    transform: scale(1);
    opacity: 1; }

#concept03 header {
  margin: 0 0 67px 0; }

#concept03 .txts {
  line-height: 1.8; }
  #concept03 .txts dt {
    position: relative;
    padding: 0 0 0 18px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em; }
    #concept03 .txts dt:before {
      content: "";
      position: absolute;
      left: 0;
      top: 14px;
      display: block;
      width: 6px;
      height: 6px;
      background: #000; }
  #concept03 .txts dd {
    position: relative;
    margin: 0 0 20px 18px;
    padding: 0 0 0 24px; }
    #concept03 .txts dd:before {
      position: absolute;
      left: 0;
      top: 0;
      content: "ー";
      margin: 0 6px 0 0; }
    #concept03 .txts dd:last-child {
      margin-bottom: 0; }

@media screen and (max-height: 680px) {
  #concept01 .layout {
    bottom: 18%; }
  #concept02 .layout {
    bottom: 16%; }
  #concept03 .layout {
    bottom: 12%; } }

@media screen and (max-height: 600px) {
  .concept_contents.fix .inner .layout {
    zoom: 0.8; }
  #concept_cover .layout {
    top: 15%; }
  #concept_cover .contents_head {
    zoom: 0.8; }
  #concept01 .layout {
    bottom: 30%; }
  #concept02 .layout {
    left: auto;
    right: 0;
    bottom: 26%; }
  #concept03 .layout {
    bottom: 20%; } }

/*------------------------------------------------
   lab
------------------------------------------------*/
.lab_contents.fix {
  color: #fff;
  overflow: hidden; }
  .lab_contents.fix .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 120%; }
  .lab_contents.fix .inner .layout {
    position: absolute;
    width: 100%;
    transform: scale(0.95);
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
    .lab_contents.fix .inner .layout header .id {
      transform: translateX(50px);
      transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s; }
    .lab_contents.fix .inner .layout header .en {
      transform: translateX(50px);
      transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.05s; }
    .lab_contents.fix .inner .layout header .ja {
      transform: translateX(50px);
      transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.1s; }
    .lab_contents.fix .inner .layout .txts {
      transform: translateX(30px);
      transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.2s; }
    .lab_contents.fix .inner .layout.anima {
      transform: scale(1);
      opacity: 1; }
      .lab_contents.fix .inner .layout.anima header .id {
        transform: translateX(0); }
      .lab_contents.fix .inner .layout.anima header .en {
        transform: translateX(0); }
      .lab_contents.fix .inner .layout.anima header .ja {
        transform: translateX(0); }
      .lab_contents.fix .inner .layout.anima .txts {
        transform: translateX(0); }
  .lab_contents.fix .inner header {
    margin: 0 0 40px 0; }
    .lab_contents.fix .inner header h1 {
      font-size: 48px;
      font-family: "Baskerville", "Times New Roman", "Libre Baskerville", serif;
      font-weight: 400;
      font-style: normal;
      font-style: italic; }
  .lab_contents.fix .txts {
    position: relative;
    z-index: 1; }
    .lab_contents.fix .txts dt {
      width: 300px;
      margin: 0 0 12px 0;
      padding: 6px 0;
      color: #000;
      text-align: center;
      background: #fff;
      background: rgba(255, 255, 255, 0.85);
      border-radius: 3px; }
      .lab_contents.fix .txts dt b {
        margin: 0 7px 0 0;
        font-size: 16px;
        font-family: "PT Serif", serif;
        font-weight: 400;
        font-style: normal;
        font-style: italic; }
      .lab_contents.fix .txts dt small {
        font-size: 12px; }
    .lab_contents.fix .txts dd {
      width: 460px;
      margin: 0 0 15px 0;
      line-height: 1.6;
      text-shadow: rgba(0, 0, 0, 0.8) 1px 1px 5px; }
      .lab_contents.fix .txts dd:after {
        content: "";
        margin: 15px 0 0 150px;
        display: block;
        width: 28px;
        height: 16px;
        background-image: url("../img/global/all_arw03_b.png");
        background-repeat: no-repeat;
        background-size: 28px 16px;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden; }
      .lab_contents.fix .txts dd p {
        margin: 0 0 12px 0;
        padding: 0 0 12px 0;
        border-bottom: rgba(255, 255, 255, 0.15) solid 1px; }
        .lab_contents.fix .txts dd p:last-child {
          margin-bottom: 0;
          padding-bottom: 0;
          border-bottom: none; }
      .lab_contents.fix .txts dd:last-child {
        margin: 0; }
        .lab_contents.fix .txts dd:last-child:after {
          display: none; }
  .lab_contents.fix .circle_img {
    position: absolute;
    right: 0;
    top: 50%;
    margin: -215px 0 0 0; }
    .lab_contents.fix .circle_img img {
      width: 470px;
      height: auto; }

#lab_cover {
  position: absolute;
  color: #fff;
  z-index: 2; }
  #lab_cover .layout {
    position: absolute;
    left: 0;
    top: 12%; }
  #lab_cover .contents_head h1 {
    margin: 0 0 5px 0;
    font-size: 62px;
    font-family: "PT Serif", serif;
    font-weight: 400;
    font-style: normal;
    font-style: italic; }
  #lab_cover .contents_head p small {
    font-size: 10px;
    opacity: 0.5; }
  @media screen and (max-width: 667px) {
    #lab_cover .contents_head h1 {
      margin: 0 0 3px 0;
      font-size: 38px; }
    #lab_cover .contents_head p small {
      font-size: 10px; } }

#lab01 .bg {
  background: url(../img/global/lab_ch01_bg.png) no-repeat center bottom;
  background-size: cover; }

#lab01 .layout {
  left: 0;
  bottom: 10%; }

#lab02 .bg {
  background: url(../img/global/lab_ch02_bg.png) no-repeat center bottom;
  background-size: cover; }

#lab02 .layout {
  left: 0;
  bottom: 18%; }

#lab02 header {
  width: 400px;
  margin-left: auto; }

#lab02 .txts dt {
  width: 300px;
  margin-left: auto;
  margin-right: 100px; }

#lab02 .txts dd {
  width: 400px;
  margin-left: auto; }

#lab02 .circle_img {
  right: auto;
  left: 0; }

#lab03 .bg {
  background: url(../img/global/lab_ch03_bg.png) no-repeat center bottom;
  background-size: cover; }

#lab03 .layout {
  left: 0;
  bottom: 10%; }

@media screen and (max-height: 740px) {
  .lab_contents.fix .inner .layout header {
    position: absolute;
    right: 0; }
  .lab_contents.fix .circle_img {
    margin: -215px 0 0 0; }
    .lab_contents.fix .circle_img img {
      width: 420px; }
  #lab01 .layout {
    bottom: 12%; }
    #lab01 .layout header {
      top: -36%; }
  #lab02 .layout {
    bottom: 20%; }
    #lab02 .layout header {
      top: -47%; }
  #lab03 .layout {
    bottom: 16%; }
    #lab03 .layout header {
      top: -47%; } }

@media screen and (max-height: 600px) {
  .lab_contents.fix .inner .layout {
    zoom: 0.8; }
  .lab_contents.fix .circle_img {
    margin: -190px 0 0 0; }
    .lab_contents.fix .circle_img img {
      width: 380px; }
  #lab_cover .layout {
    top: 14%; }
  #lab_cover .contents_head {
    zoom: 0.8; }
  #lab01 .layout {
    bottom: 16%; }
    #lab01 .layout header {
      top: -36%; }
  #lab02 .layout {
    bottom: 22%; }
    #lab02 .layout header {
      top: -47%; }
  #lab03 .layout {
    bottom: 20%; }
    #lab03 .layout header {
      top: -47%; } }

/*------------------------------------------------
   group
------------------------------------------------*/
#group {
  background: url(../img/global/group_bg01.png) no-repeat center bottom;
  background-size: cover; }
  #group .contents_head {
    margin: 0 0 50px 0;
    padding: 60px 0 0 0; }
    #group .contents_head h1 {
      margin: 0 0 5px 0;
      font-size: 62px;
      font-family: "PT Serif", serif;
      font-weight: 400;
      font-style: normal;
      font-style: italic; }
    #group .contents_head p small {
      font-size: 10px;
      opacity: 0.5; }
    @media screen and (max-width: 667px) {
      #group .contents_head h1 {
        margin: 0 0 3px 0;
        font-size: 38px; }
      #group .contents_head p small {
        font-size: 10px; } }
  #group .read {
    margin: 0 0 40px 0;
    font-weight: bold;
    line-height: 1.8; }
  #group .error {
    margin: 0 0 40px 0;
    font-weight: bold;
    line-height: 1.8;
    color: #FF0000; }
  #group .list {
    content: "";
    display: block;
    clear: both; }
    #group .list:after {
      content: "";
      display: block;
      clear: both; }
    #group .list li {
      float: left;
      width: 32%;
      margin: 0 2% 16px 0; }
      #group .list li:nth-child(3n) {
        margin-right: 0; }
      #group .list li a {
        display: table;
        width: 100%;
        height: 80px;
        font-weight: bold;
        line-height: 1.5;
        background: #fff;
        border: #eee solid 1px;
        box-sizing: border-box;
        border-radius: 3px; }
        #group .list li a span {
          position: relative;
          display: table-cell;
          padding: 0 25px;
          text-align: center;
          vertical-align: middle; }
          #group .list li a span:before {
            content: "";
            position: absolute;
            position: absolute;
            left: 50%;
            top: 50%;
            margin: -5px 0 0 -3px;
            display: block;
            width: 6px;
            height: 10px;
            background-image: url("../img/global/all_arw02_r.png");
            background-repeat: no-repeat;
            background-size: 6px 10px;
            text-indent: 100%;
            white-space: nowrap;
            overflow: hidden;
            left: auto;
            right: 12px; }

/*------------------------------------------------
   company
------------------------------------------------*/
#company {
  padding: 100px 0 0 0;
  font-size: 0;
  background: #fff; }
  #company .contents_head {
    margin: 0 0 50px 0; }
    #company .contents_head h1 {
      margin: 0 0 5px 0;
      font-size: 62px;
      font-family: "PT Serif", serif;
      font-weight: 400;
      font-style: normal;
      font-style: italic; }
    #company .contents_head p small {
      font-size: 10px;
      opacity: 0.5; }
    @media screen and (max-width: 667px) {
      #company .contents_head h1 {
        margin: 0 0 3px 0;
        font-size: 38px; }
      #company .contents_head p small {
        font-size: 10px; } }
  #company .company_table {
    width: 100%;
    margin: 0 0 65px 0;
    font-size: 14px;
    line-height: 1.6; }
    #company .company_table tr th {
      padding: 20px;
      text-align: left;
      font-family: "PT Serif", serif;
      font-weight: 400;
      font-style: normal;
      font-style: italic;
      border-bottom: #ccc solid 1px; }
    #company .company_table tr td {
      padding: 20px;
      border-bottom: #eee solid 1px; }
    #company .company_table tr:first-child th {
      border-top: #ccc solid 1px; }
    #company .company_table tr:first-child td {
      border-top: #eee solid 1px; }
  #company #gmap {
    width: 100%;
    height: 400px; }

/*------------------------------------------------
   news
------------------------------------------------*/
#news {
  background: url(../img/global/news_bg01.png) no-repeat center bottom;
  background-size: cover; }
  #news .contents_head {
    position: absolute;
    left: 0;
    top: 10%; }
    #news .contents_head h1 {
      margin: 0 0 5px 0;
      font-size: 62px;
      font-family: "PT Serif", serif;
      font-weight: 400;
      font-style: normal;
      font-style: italic; }
    #news .contents_head p small {
      font-size: 10px;
      opacity: 0.5; }
    @media screen and (max-width: 667px) {
      #news .contents_head h1 {
        margin: 0 0 3px 0;
        font-size: 38px; }
      #news .contents_head p small {
        font-size: 10px; } }
  #news .news_table {
    position: absolute;
    left: 0;
    top: 35%;
    width: 100%;
    line-height: 1.6;
    border-top: rgba(0, 0, 0, 0.1) solid 1px; }
    #news .news_table tr {
      border-bottom: rgba(0, 0, 0, 0.1) solid 1px; }
      #news .news_table tr th {
        padding: 20px;
        text-align: left;
        font-family: "PT Serif", serif;
        font-weight: 400;
        font-style: normal;
        font-style: italic; }
      #news .news_table tr td {
        padding: 20px; }

/*------------------------------------------------
   contact
------------------------------------------------*/
#contact {
  padding: 100px 0;
  background: #fff; }
  #contact .contents_head {
    margin: 0 0 70px 0; }
    #contact .contents_head h1 {
      margin: 0 0 5px 0;
      font-size: 62px;
      font-family: "PT Serif", serif;
      font-weight: 400;
      font-style: normal;
      font-style: italic; }
    #contact .contents_head p small {
      font-size: 10px;
      opacity: 0.5; }
    @media screen and (max-width: 667px) {
      #contact .contents_head h1 {
        margin: 0 0 3px 0;
        font-size: 38px; }
      #contact .contents_head p small {
        font-size: 10px; } }
  #contact .read {
    margin: 0 0 30px 0;
    font-weight: bold;
    line-height: 1.8; }
  #contact .error {
    margin: 0 0 40px 0;
    font-weight: bold;
    line-height: 1.8;
    color: #FF0000; }
  #contact .contact_table {
    width: 100%;
    margin: 0 0 24px 0;
    line-height: 1.6;
    border-top: #eee solid 1px; }
    #contact .contact_table tr {
      border-bottom: #eee solid 1px; }
      #contact .contact_table tr th {
        width: 26%;
        padding: 25px 0;
        text-align: left;
        vertical-align: top; }
        #contact .contact_table tr th small {
          width: 74%;
          margin: 0 0 0 10px;
          font-size: 10px;
          color: #e02621; }
      #contact .contact_table tr td {
        padding: 15px 0;
        vertical-align: middle; }
        #contact .contact_table tr td input, #contact .contact_table tr td textarea {
          width: 100%;
          padding: 8px 8px;
          font-size: 14px;
          background: #eee;
          border: #ddd solid 1px;
          border-radius: 3px;
          outline: none;
          box-sizing: border-box;
          appearance: none; }
          #contact .contact_table tr td input.short, #contact .contact_table tr td textarea.short {
            width: 40%; }
          #contact .contact_table tr td input:active, #contact .contact_table tr td textarea:active {
            background: #fff; }
          #contact .contact_table tr td input:focus, #contact .contact_table tr td textarea:focus {
            background: #fff; }
        #contact .contact_table tr td textarea {
          height: 120px;
          resize: none; }
  #contact form.invalid .contact_table tr td input:required:invalid {
    background: #e8796a; }
    #contact form.invalid .contact_table tr td input:required:invalid:active {
      background: #fff; }
    #contact form.invalid .contact_table tr td input:required:invalid:focus {
      background: #fff; }
  #contact form.invalid .contact_table tr td textarea:required:invalid {
    background: #e8796a; }
    #contact form.invalid .contact_table tr td textarea:required:invalid:active {
      background: #fff; }
    #contact form.invalid .contact_table tr td textarea:required:invalid:focus {
      background: #fff; }
  #contact form.invalid .contact_table tr td input:required:valid {
    background: #9bdcdb; }
    #contact form.invalid .contact_table tr td input:required:valid:active {
      background: #fff; }
    #contact form.invalid .contact_table tr td input:required:valid:focus {
      background: #fff; }
  #contact form.invalid .contact_table tr td textarea:required:valid {
    background: #9bdcdb; }
    #contact form.invalid .contact_table tr td textarea:required:valid:active {
      background: #fff; }
    #contact form.invalid .contact_table tr td textarea:required:valid:focus {
      background: #fff; }
  #contact .policy {
    width: 100%;
    margin: 0 0 50px 0;
    padding: 0 10px 24px 10px;
    line-height: 1.42;
    font-size: 12px;
    color: #3f3f3f;
    border-bottom: #eee solid 1px;
    box-sizing: border-box; }
    #contact .policy p {
      height: 100px;
      overflow-y: auto; }
      #contact .policy p span {
        display: block; }
  #contact .agree {
    margin: 0 0 50px 0;
    font-weight: bold;
    text-align: center; }
    #contact .agree label input {
      margin: 0 5px 0 0; }
  #contact .btns {
    height: 56px;
    content: "";
    display: block;
    clear: both; }
    #contact .btns:after {
      content: "";
      display: block;
      clear: both; }
    #contact .btns ul {
      position: absolute;
      left: 50%; }
      #contact .btns ul li {
        position: relative;
        left: -50%;
        float: left;
        margin: 0 20px 0 0; }
        #contact .btns ul li:last-child {
          margin: 0; }
        #contact .btns ul li input {
          display: block;
          width: 226px;
          padding: 16px 0;
          font-size: 16px;
          color: #fff;
          background: #000;
          border: none;
          border-radius: 3px;
          cursor: pointer;
          transition: all 0.15s cubic-bezier(0.785, 0.135, 0.15, 0.86);
          appearance: none; }
          #contact .btns ul li input:hover {
            opacity: 0.5; }
  #contact #contact_confirm {
    display: none; }
  #contact #contact_thanks {
    display: none; }

/*------------------------------------------------
   second
------------------------------------------------*/
#privacy {
  padding: 100px 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.8); }
  #privacy .contents_head {
    margin: 0 0 70px 0; }
    #privacy .contents_head h1 {
      margin: 0 0 5px 0;
      font-size: 62px;
      font-family: "PT Serif", serif;
      font-weight: 400;
      font-style: normal;
      font-style: italic; }
    #privacy .contents_head p small {
      font-size: 10px;
      opacity: 0.5; }
    @media screen and (max-width: 667px) {
      #privacy .contents_head h1 {
        margin: 0 0 3px 0;
        font-size: 38px; }
      #privacy .contents_head p small {
        font-size: 10px; } }
  #privacy section {
    position: relative;
    line-height: 1.6; }
    #privacy section .close {
      position: absolute;
      right: 0;
      top: -170px;
      transform: scaleY(0.8); }
      #privacy section .close a {
        font-family: "PT Serif", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 40px; }

/*------------------------------------------------
   about
------------------------------------------------*/
/* --------------------------------------------- */
/* SP PC */
/* --------------------------------------------- */
.smp {
  display: none;
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
  text-indent: 100%;
  overflow: hidden; }

/*------------------------------------------------
   smp
------------------------------------------------*/
body.smp #visual {
  position: absolute;
  overflow-x: hidden; }

/*------------------------------------------------
   landscape
------------------------------------------------*/
body.landscape {
  /* --------------------------------------------- */
  /* head */
  /* --------------------------------------------- */ }
  body.landscape * {
    -webkit-text-size-adjust: none; }
  body.landscape #head .menu {
    left: 10px;
    top: 10px; }
    body.landscape #head .menu p {
      width: 55px; }
  body.landscape #head .gnav ul {
    padding: 70px 0 0 126px;
    zoom: 0.7; }

/*------------------------------------------------
   responsive
------------------------------------------------*/
@media screen and (max-width: 1200px) {
  .contents .inner {
    width: auto;
    margin: 0 120px; } }

/*------------------------------------------------
   responsive
------------------------------------------------*/
@media screen and (max-width: 1000px) {
  /* --------------------------------------------- */
  /* head */
  /* --------------------------------------------- */
  #head .menu {
    left: 10px;
    top: 10px; }
    #head .menu p {
      width: 55px; }
  .contents .inner {
    width: auto;
    margin: 0 120px; }
  /*------------------------------------------------
   concept
------------------------------------------------*/
  #concept02 .layout {
    width: 100%; }
  #concept02 .txts {
    width: auto;
    padding-left: 0; }
  /*------------------------------------------------
   lab
------------------------------------------------*/
  .lab_contents.fix .circle_img {
    right: -30px;
    top: -160px;
    margin: 0; }
    .lab_contents.fix .circle_img img {
      width: 300px; }
  #lab02 .layout {
    left: 0;
    bottom: 18%; }
  #lab02 header {
    width: auto;
    margin-left: 0; }
  #lab02 .txts dt {
    width: 300px;
    margin-left: 0;
    margin-right: 0; }
  #lab02 .txts dd {
    width: auto;
    margin-left: 0; }
  #lab02 .circle_img {
    right: 0;
    left: auto; } }

/*------------------------------------------------
   responsive: iPad
------------------------------------------------*/
@media screen and (max-width: 769px) and (min-height: 1023px) {
  /*------------------------------------------------
   lab
------------------------------------------------*/
  .lab_contents.fix .circle_img {
    right: -30px;
    top: -180px;
    margin: 0; }
    .lab_contents.fix .circle_img img {
      width: 300px; }
  #lab02 .layout {
    bottom: 26%; }
  #lab03 .layout {
    bottom: 26%; } }

/*------------------------------------------------
   responsive
------------------------------------------------*/
/*------------------------------------------------
   responsive
------------------------------------------------*/
/*------------------------------------------------
   responsive: iPhone plus
------------------------------------------------*/
@media screen and (max-width: 736px) and (min-width: 668px) {
  .contents.fix {
    height: 100%;
    min-height: 667px; }
    .contents.fix .inner {
      height: 100%; }
  /*------------------------------------------------
   concept
------------------------------------------------*/
  .concept_contents.fix .inner header .en {
    margin: 0 0 4px 60px; }
  .concept_contents.fix .inner header .ja {
    margin: 0 0 0 60px; }
  /*------------------------------------------------
   lab
------------------------------------------------*/
  #lab01 .layout header, #lab02 .layout header, #lab03 .layout header {
    left: 0;
    top: -30%; }
  /*------------------------------------------------
   top
------------------------------------------------*/
  #top {
    min-height: 414px; } }

/*------------------------------------------------
   responsive
------------------------------------------------*/
@media screen and (max-width: 736px) {
  .pc {
    display: none;
    visibility: hidden;
    opacity: 0;
    width: 0;
    height: 0;
    text-indent: 100%;
    overflow: hidden; }
  .smp {
    display: inherit;
    visibility: visible;
    opacity: 1;
    width: auto;
    height: auto;
    text-indent: 0;
    overflow: inherit; }
  .contents .inner {
    width: auto;
    margin: 0 30px; }
  body.landscape .contents .inner {
    margin: 0 80px; }
  .contents.fix {
    height: 100%;
    min-height: 667px; }
    .contents.fix .inner {
      height: 100%; }
  /* --------------------------------------------- */
  /* head */
  /* --------------------------------------------- */
  #head .menu p {
    width: 38px;
    opacity: 0.9; }
  #head .gnav ul {
    padding: 70px 0 0 40px; }
  /* --------------------------------------------- */
  /* dots */
  /* --------------------------------------------- */
  #dots {
    right: 10px;
    margin: -40px 0 0 0; }
    #dots ul li {
      margin: 0 0 6px 0; }
      #dots ul li a {
        width: 5px;
        height: 5px; }
  /* --------------------------------------------- */
  /* visual */
  /* --------------------------------------------- */
  #visual {
    height: 100%; }
  /*------------------------------------------------
   top
------------------------------------------------*/
  #top {
    min-height: 100%; }
    #top .logo {
      width: 200px;
      margin: -35px 0 0 -100px; }
    #top .news .date {
      padding: 15px 15px;
      font-size: 10px; }
    #top .news .subject {
      padding: 15px 15px;
      font-size: 10px; }
    #top .news .more {
      padding: 15px 30px 15px 20px;
      font-size: 12px; }
  /*------------------------------------------------
   concept
------------------------------------------------*/
  .concept_contents.fix .bg {
    height: 100%; }
  .concept_contents.fix .inner .layout {
    zoom: 1.0; }
  .concept_contents.fix .inner header .id {
    top: -4px;
    font-size: 42px; }
  .concept_contents.fix .inner header .en {
    margin: 0 0 4px 60px;
    font-size: 11px; }
  .concept_contents.fix .inner header .ja {
    margin: 0 0 0 60px;
    font-size: 18px; }
  .concept_contents.fix .txts br {
    display: none; }
  #concept_cover .layout {
    top: 11%; }
  #concept_cover .contents_head {
    zoom: 1.0; }
  #concept01 .layout {
    top: 30%; }
  #concept01 header {
    margin: 0 0 30px 0; }
  #concept01 .txts h2 {
    margin: 0 0 20px 0; }
    #concept01 .txts h2 img {
      width: 100%; }
  #concept02 .layout {
    left: auto;
    right: 0;
    bottom: auto;
    top: 30%; }
  #concept02 header {
    right: auto;
    left: 0; }
  #concept02 .txts {
    padding: 70px 0 0 0; }
    #concept02 .txts li {
      margin-bottom: 15px;
      padding-bottom: 15px;
      font-size: 14px; }
  #concept03 .layout {
    bottom: auto;
    top: 30%;
    width: auto; }
  #concept03 header {
    margin: 0 0 30px 0; }
  #concept03 .txts dt {
    font-size: 18px; }
  /*------------------------------------------------
   lab
------------------------------------------------*/
  .lab_contents.fix .bg {
    height: 100%; }
  .lab_contents.fix .inner .layout {
    zoom: 1.0; }
    .lab_contents.fix .inner .layout header {
      position: relative;
      margin: 0 0 40px 0; }
      .lab_contents.fix .inner .layout header h1 {
        font-size: 32px; }
  .lab_contents.fix .txts dt {
    width: auto;
    margin: 0 0 8px 0;
    padding: 6px 0; }
    .lab_contents.fix .txts dt b {
      margin: 0 7px 0 0;
      font-size: 16px; }
    .lab_contents.fix .txts dt small {
      font-size: 12px; }
  .lab_contents.fix .txts dd {
    width: auto;
    margin: 0 0 10px 0;
    line-height: 1.5;
    font-size: 12px; }
    .lab_contents.fix .txts dd:after {
      margin: 10px auto 0 auto;
      display: block;
      width: 14px;
      height: 8px;
      background-image: url("../img/global/all_arw03_b.png");
      background-repeat: no-repeat;
      background-size: 14px 8px;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden; }
    .lab_contents.fix .txts dd p {
      margin: 0 0 8px 0;
      padding: 0 0 8px 0; }
  .lab_contents.fix .circle_img {
    right: -15px;
    top: -60px;
    margin: 0; }
    .lab_contents.fix .circle_img img {
      width: 120px;
      opacity: 1; }
  #lab_cover .contents_head {
    zoom: 1.0; }
  #lab01 .layout, #lab02 .layout, #lab03 .layout {
    top: 30%;
    bottom: auto; }
  #lab02 .txts dt {
    width: auto; }
  #lab02 .circle_img {
    right: -15px; }
  /*------------------------------------------------
   group
------------------------------------------------*/
  #group .contents_head {
    margin: 0 0 30px 0;
    padding: 30px 0 0 0; }
  #group .read {
    font-size: 12px; }
    #group .read br {
      display: none; }
  #group .list li {
    width: 48%;
    margin: 0 2% 6px 0; }
    #group .list li:nth-child(3n) {
      margin-right: 2%; }
    #group .list li:nth-child(2n) {
      margin-right: 0; }
    #group .list li a {
      height: 60px;
      font-size: 12px;
      line-height: 1.4; }
      #group .list li a span {
        padding: 0 25px 0 15px; }
  /*------------------------------------------------
   company
------------------------------------------------*/
  #company {
    padding: 40px 0 0 0; }
    #company .contents_head {
      margin: 0 0 30px 0; }
    #company .company_table {
      margin: 0 0 30px 0; }
      #company .company_table tr th {
        padding: 15px; }
      #company .company_table tr td {
        padding: 15px; }
    #company #gmap {
      height: 250px; }
  /*------------------------------------------------
   news
------------------------------------------------*/
  #news .news_table tr th {
    padding: 15px; }
  #news .news_table tr td {
    padding: 15px; }
  /*------------------------------------------------
   contact
------------------------------------------------*/
  #contact {
    padding: 40px 0; }
    #contact .contents_head {
      margin: 0 0 30px 0; }
    #contact .read {
      font-size: 12px; }
    #contact .contact_table tr th {
      padding: 15px 10px 15px 0;
      font-size: 12px;
      line-height: 1.4; }
    #contact .contact_table tr td {
      padding: 10px 0; }
      #contact .contact_table tr td input.short, #contact .contact_table tr td textarea.short {
        width: 100%; }
    #contact .policy {
      margin: 0 0 30px 0; }
    #contact .agree {
      margin: 0 0 30px 0; }
    #contact .btns ul li input {
      width: 140px;
      font-size: 12px; }
  /* --------------------------------------------- */
  /* foot */
  /* --------------------------------------------- */
  #foot {
    padding: 30px 30px;
    text-align: center; }
  /*------------------------------------------------
   second
------------------------------------------------*/
  #privacy {
    padding: 40px 0; }
    #privacy section .close {
      top: -140px; } }
