@charset "UTF-8";

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
//
//
//  Import Web Fonts
//  
//  
///////////////////////////////////////////////////////////////////////////*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400&text=0123456789%25%3a%3b%2c%2e%2f%2b%2d%26%24%c2%a5');


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
//
//
//  Common
//  
//  
///////////////////////////////////////////////////////////////////////////*/
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;
  letter-spacing: .05em;
  box-sizing: border-box;
}

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

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

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pc {
  display: block;
}
.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}

html {
  width: 100%;
  overflow-x: hidden;
}

body {
  font-family: 'Open Sans', 'Noto Sans JP', sans-serif;
  font-size: 9pt;
  color: #1d1d1d;
  letter-spacing: .1em;
  line-height: 1.8;
  -webkit-text-size-adjust: 100% !important;
  background-color: #f1f1f1;
  text-align: center;
  word-break: break-all;
  opacity: 0;
  height: 100vh;
  overflow-y: hidden;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
body a {
  color: #1d1d1d;
  font-weight: 600;
  text-decoration: none;
}

  .navi {
    color: #fff;
    margin-top: 0;
  }
    .navi.vertical {
      width: 100%;
      text-align: center;
      position: relative;
      top: 0;
      margin-bottom: 60px;
      column-span: all;
      -webkit-transition: .3s ease-in-out;
      -moz-transition: .3s ease-in-out;
      -ms-transition: .3s ease-in-out;
      transition: .3s ease-in-out;
    }
    @media screen and (max-width: 768px) {
      .navi.vertical {
        top: 0;
        margin-bottom: 40px;
      }
    }
    .navi.vertical:after {
      content: "";
      display: block;
      width: 1px;
      height: 100px;
      margin: 0 auto;
      margin-top: 15px;
      background: #fff;
      -webkit-transition: .8s ease-in-out;
      -moz-transition: .8s ease-in-out;
      -ms-transition: .8s ease-in-out;
      transition: .8s ease-in-out;
    }
      .navi.vertical.is-current {
        position: relative;
        top: 30px;
        margin-bottom: 0;
      }
      .navi.vertical.is-current:after {
        height: 30px;
      }
      .company .navi.vertical.is-current {
        color: #1d1d1d;
      }
      .company .navi.vertical.is-current:after {
        background: #1d1d1d;
      }
h2 {
  font-size: 100%;
  font-weight: 300;
}


section {
  width: 100%;
  height: auto;
  margin-bottom: 80px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
}
@media screen and (max-width: 768px) {
  section {
    margin-bottom: 0;
  }
}

#media {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0;
  z-index: 0;
  background: #333;
  /*opacity: .4;*/
}
  video {
    width: 100%;
    height: 100%;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
   }
   #top_movie_video_01 {
    position: relative;
    top: -50vh;
   }
main {
  width: 100%;
}
section.header {
  width: 100%;
  /*height: 75vh;*/
  padding: 210px 0;
  text-align: center;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  section.header {
    padding: 35vh 0;
  }
}
  section.header #logo {
    width: auto;
    height: 210px;
    padding: 0;
    margin: 0 auto;
    position: fixed;
    top: 100px;
    left: calc(50vw - 140px);
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
  }
  @media all and (-ms-high-contrast: none) {
    *::-ms-backdrop, section.header #logo {
      position: fixed;
      left: 20px;
    }
  }
  @media screen and (max-width: 768px) {
    section.header #logo {
      width: auto;
      height: 30vw;
      padding: 0;
      margin: 0 auto;
      position: fixed;
      top: 21vh;
      left: calc(50vw - 20vw);
    }
  }

  #logo {
    top: 100px;
    opacity: 1;
    -webkit-animation: logoslideIn 2s ease-out;
    animation: logoslideIn 2s ease-out;
  }
  @-webkit-keyframes logoslideIn {
    0% {
      top: 140px;
      opacity: 0;
    }
    100% {
      top: 100px;
      opacity: 1;
    }
  }
  @keyframes logoslideIn {
    0% {
      top: 140px;
      opacity: 0;
    }
    100% {
      top: 100px;
      opacity: 1;
    }
  }
  @media screen and (max-width: 768px) {
    #logo {
      top: 21vh;
      opacity: 1;
      -webkit-animation: logoslideIn 2s ease-out;
      animation: logoslideIn 2s ease-out;
    }
    @-webkit-keyframes logoslideIn {
      0% {
        top: 25vh;
        opacity: 0;
      }
      100% {
        top: 21vh;
        opacity: 1;
      }
    }
    @keyframes logoslideIn {
      0% {
        top: 25vh;
        opacity: 0;
      }
      100% {
        top: 21vh;
        opacity: 1;
      }
    }
  }
    .cls-1,
    .cls-2,
    .cls-3,
    .cls-4,
    .cls-5 {
      fill: none;
      stroke: #fff;
      stroke-linecap: round;
      stroke-linejoin: round;
    }
    .cls-1 {
      stroke-width: 24px;
    }
    .cls-2 {
      stroke-width: 11px;
    }
    .cls-3 {
      stroke-width: 13px;
    }
    .cls-4{
      stroke-width: 8px;
    }
    .cls-5{
      stroke-width: 3px;
    }


  section.header .lead {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 16pt;
    font-weight: 400;
    letter-spacing: .2em;
    text-align: center;
    line-height: 1.6;
    padding: 0 40px;
    position: fixed;
    top: 330px;
  }
  @media screen and (max-width: 768px) {
    section.header .lead {
      font-size: 3.4vw;
      line-height: 2;
      top: 39vh;
    }
  }

  .lead {
    top: 330px;
    opacity: 1;
    -webkit-animation: leadslideIn 3s ease-out;
    animation: leadslideIn 3s ease-out;
  }
  @-webkit-keyframes leadslideIn {
    0%,50% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }
  @keyframes leadslideIn {
    0%,50% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }
  @media screen and (max-width: 768px) {
    .lead {
      top: 39vh;
      opacity: 1;
      -webkit-animation: leadslideIn 3s ease-out;
      animation: leadslideIn 3s ease-out;
    }
    @-webkit-keyframes leadslideIn {
      0%,50% {
        opacity: 0;
      }

      100% {
        opacity: 1;
      }
    }
    @keyframes leadslideIn {
      0%,50% {
        opacity: 0;
      }

      100% {
        opacity: 1;
      }
    }
  }


section.message {
  width: 100%;
  color: #1d1d1d;
  position: relative;
  z-index: 1;
}
  section.message .inner-wrap {
    width: 100%;
  }
  section.message .inner {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 10pt;
    line-height: 2;
    text-align: left;
    padding: 80px 15vw;
    background: #f8f8f8;
  }
  @media screen and (max-width: 768px) {
    section.message .inner {
      width: 100%;
      font-size: 10pt;
      padding: 5vh 10vw;
    }
  }
  section.message .sign {
    margin-top: 40px;
    text-align: right;
  }
  section.message .sign img {
    margin-top: 20px;
    width: 220px;
  }
  @media screen and (max-width: 768px) {
    section.message .sign img {
      width: 180px;
    }
  }


section.history {
  width: 100vw;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  section.history {
    top: 80px;
  }
}
  section.history .inner-wrap {
    width: 100%;
  }
  section.history h5 {
    display: inline-block;
    padding-left: 10vw;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
    position: absolute;
    left: 0;
    font-size: 16pt;
    font-weight: 400;
    text-align: left;
  }
  @media screen and (max-width: 768px) {
    section.history h5 {
      margin-top: 40px;
      padding-left: 40px;
      font-size: 12pt;
    }
  }
  section.history .inner {
    display: block;
    width: 100%;
    max-width: 1024px;
    margin:0 auto;
    padding: 140px 60px 0;
    text-align: left;
  }
    @media screen and (max-width: 768px) {
      section.history .inner {
        padding: 168px 40px 0;
      }
    }
  section.history div.graph-header {
    width: 100%;
  }
    section.history div.graph-header ul {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 6pt;
      border-bottom: 1px solid #fff;
      padding-bottom: 10px;
    }
    section.history div.graph-header ul li {
      width: calc( (100% - 55px) / 10);
      text-align: right;
      position: relative;
      left: 1em;
    }
      @media screen and (max-width: 768px) {
        section.history div.graph-header ul li {
          width: calc( (100% - 40px) / 10);
        }
      }
    section.history div.graph-header ul li:first-child {
      width: 55px;
      text-align: left;
      left: 0;
      white-space: pre;
    }
      @media screen and (max-width: 768px) {
        section.history div.graph-header ul li:first-child {
          width: 40px;
        }
      }
  section.history div.graph {
    width: 100%;
    background: url(../images/graph_bg.png) 54px center no-repeat;
    background-size: calc(100% - 54px) 100%;
    padding-top: 20px;
  }
    @media screen and (max-width: 768px) {
      section.history div.graph {
        background: url(../images/graph_bg.png) 39px center no-repeat;
        background-size: calc(100% - 39px) 100%;
      }
    }
    section.history div.graph > div {
      margin-top: 10px;
      position: relative;
    }
      section.history div.graph > div:first-child {
        margin: 0;
      }
      section.history div.graph div.data {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
      }
        section.history div.graph div.label {
          width: 55px;
          font-size: 10pt;
        }
          @media screen and (max-width: 768px) {
            section.history div.graph div.label {
              width: 40px;
              font-size: 8pt;
            }
          }
        section.history div.graph div.bar {
          width: 1px;
          min-width: 2px;
          height: 60px;
          text-indent: -9999px;
          background: rgba(50,205,120,.5);
          -webkit-transition: 1s;
          -moz-transition: 1s;
          -ms-transition: 1s;
          transition: 1s;
        }
        section.history div.graph .is-current div.bar {
          background: rgba(50,205,120,1);
        }
          section.history div.graph > div:last-child div.bar {
            width: calc(100% - 55px)!important;
            background: -moz-linear-gradient(left, rgba(50,205,120,.5), transparent);
            background: -webkit-linear-gradient(left, rgba(50,205,120,.5), transparent);
            background: linear-gradient(to right, rgba(50,205,120,.5), transparent);
            -webkit-transition: 1s;
            -moz-transition: 1s;
            -ms-transition: 1s;
            transition: 1s;
          }
            @media screen and (max-width: 768px) {
              section.history div.graph > div:last-child div.bar {
                width: calc(100% - 40px)!important;
              }
            }
          section.history div.graph > div.is-current:last-child div.bar {
            background: -moz-linear-gradient(left, rgba(50,205,120,1), transparent);
            background: -webkit-linear-gradient(left, rgba(50,205,120,1), transparent);
            background: linear-gradient(to right, rgba(50,205,120,1), transparent);
          }
      section.history div.graph ul {
        line-height: 1.4;
        padding: 20px;
        border: 1px solid #fff;
        position: absolute;
        top: 0;
        right: 20px;
        z-index: 100;
        transform-origin: top right;
        -webkit-transform: scale(.5);
        transform: scale(.5);
      }
        @media screen and (max-width: 768px) {
          section.history div.graph ul {
            padding: 15px;
            max-width: 200px;
            right: -20px;
          }
        }
        section.history div.graph ul.is-active {
          opacity: 1;
          transform: scale(1);
          -webkit-animation: GraphfadeIn .6s;
          animation: GraphfadeIn .6s;
        }
        section.history div.graph ul.is-notactive {
          opacity: .3;
          transform: scale(.5);
          -webkit-animation: GraphfadeOut 1.2s;
          animation: GraphfadeOut 1.2s;
        }
          @-webkit-keyframes GraphfadeIn {
            0% {
              opacity: .3;
              -webkit-transform: scale(.5);
              transform: scale(.5);
            }
            100% {
              opacity: 1;
              -webkit-transform: scale(1);
              transform: scale(1);
            }
          }

          @keyframes GraphfadeIn {
            0% {
              opacity: .3;
              -webkit-transform: scale(.5);
              transform: scale(.5);
            }
            100% {
              opacity: 1;
              -webkit-transform: scale(1);
              transform: scale(1);
            }
          }

          @-webkit-keyframes GraphfadeOut {
            0% {
              opacity: 1;
              -webkit-transform: scale(1);
              transform: scale(1);
            }
            10% {
              opacity: .3;
            }
            100% {
              opacity: .3;
              -webkit-transform: scale(.5);
              transform: scale(.5);
            }
          }

          @keyframes GraphfadeOut {
            0% {
              opacity: 1;
              -webkit-transform: scale(1);
              transform: scale(1);
            }
            10% {
              opacity: .3;
            }
            100% {
              opacity: .3;
              -webkit-transform: scale(.5);
              transform: scale(.5);
            }
          }
        section.history div.graph ul:before {
          position: absolute;
          top: 29px;
          left: -40px;
          display: inline-block;
          content: "";
          width: 40px;
          height: 1px;
          background: #fff;
        }
        section.history div.graph ul li {
          font-size: 11pt;
          margin-top: 5px;
        }
          @media screen and (max-width: 768px) {
            section.history div.graph ul li {
              margin-top: 10px;
            }
          }
          section.history div.graph ul li:first-child {
            margin: 0;
          }
          section.history div.graph ul li .date {
            display: inline-block;
            font-size: 11px;
            font-weight: 400;
            line-height: 10pt;
            margin-right: 5px;
            vertical-align: middle;
            position: relative;
            top: -2px;
          }
            @media screen and (max-width: 768px) {
              section.history div.graph ul li .date {
                display: block;
                font-size: 10px;
                font-weight: 400;
              }
            }


section.comment {
  width: 100vw;
  color: #fff;
  overflow: hidden;
  position: relative;
  top: 40px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  section.comment {
    top: 200px;
  }
}
  section.comment .inner-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 3;
    pointer-events: none;
  }
  @media screen and (max-width: 768px) {
    section.comment .inner-wrap {
      height: 85%;
    }
  }
  section.comment .inner {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 8pt;
    padding: 2vh 0;
    column-count: 6;
    column-gap: 2vw;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
    pointer-events: none;
  }
  @media screen and (max-width: 768px) {
    section.comment .inner {
      width: 100%;
      font-size: 7pt;
      padding: 2vh 0 2vh;
      -moz-column-count: 4;
      -webkit-column-count: 4;
      -ms-column-count: 4;
      column-count: 4;
      -moz-column-gap: 3vw;
      -webkit-column-gap: 3vw;
      -ms-column-gap: 3vw;
      column-gap: 3vw;
    }
  }
  section.comment article {
    width: 100%;
    padding-bottom: 3vw;
    display: block;
    -moz-break-inside: avoid-column;
    -webkit-break-inside: avoid-column;
    -ms-break-inside: avoid-column;
    break-inside: avoid-column;
    opacity: 1;
    box-sizing: border-box;
    text-align: left;
    cursor: pointer;
    pointer-events: auto;
  }
  @media screen and (max-width: 768px) {
    section.comment article {
      padding-bottom: 6vw;
    }
  }
  @-moz-document url-prefix() {
    section.comment article {
      width: 100%;
      height: 100%;
      display: inline-block;
    }
  }
  section.comment article p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    overflow: hidden;
    position: relative;
  }
    section.comment article.is-valid {
      cursor: pointer;
      opacity: 1;
    }
  section.comment article .meta {
    width: 100%;
    display: inline-block;
    text-align: right;
    font-size: 0;
    letter-spacing: -0.4em;
    margin-top: 10px;
  }
    section.comment article .meta span {
      display: inline-block;
      vertical-align: middle;
      font-size: 6pt;
      letter-spacing: 0.2em;
      line-height: 1;
      padding-right: 5px;
    }
    @media screen and (max-width: 768px) {
      section.comment article .meta span {
        margin-bottom: 5px;
      }
    }
    section.comment article .meta span:last-child {
      padding: 0;
    }
section.company {
  width: 100%;
  min-height: 100vh;
  text-align: center;
  background: transparent;
  position: relative;
  top: 40px;
  z-index: 1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  section.company {
    top: 280px;
  }
}
  section.company .inner-wrap {
    width: 100%;
  }
  @media screen and (max-width: 768px) {
    section.company .inner-wrap {
      top: 0;
    }
  }
  section.company.is-active .inner-wrap {
    opacity: 1;
    -webkit-animation: fadeIn 3s;
    animation: fadeIn 3s;
  }

  @-webkit-keyframes fadeIn {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }

  @-webkit-keyframes fadeOut {
    from {
      opacity: 1;
    }

    to {
      opacity: 0;
    }
  }

  @keyframes fadeOut {
    from {
      opacity: 1;
    }

    to {
      opacity: 0;
    }
  }

  section.company h5 {
    display: inline-block;
    padding-left: 10vw;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
    position: absolute;
    left: 0;
    font-size: 16pt;
    font-weight: 400;
  }
  @media screen and (max-width: 768px) {
    section.company h5 {
      margin-top: 40px;
      padding-left: 40px;
      font-size: 12pt;
    }
  }
    section.company h5 span {
      margin-left: 20px;
      font-size: 7pt;
      font-weight: 400;
      vertical-align: middle;
    }
  section.company .inner {
    width: 100%;
    max-width: 1024px;
    margin:0 auto;
    padding: 140px 60px 0;
    text-align: left;
  }
  @media screen and (max-width: 768px) {
    section.company .inner {
      /*padding: 128px 50px 0;*/
      padding: 128px 50px 0;
      font-size: 7pt;
    }
  }
    section.company .inner a {
      color: #fff;
    }
    section.company .inner p {
      margin-bottom: 38px;
      line-height: 2.4;
      word-break: normal;
    }
    section.company .inner p.vision {
      font-size: 11pt;
      font-weight: 400;
      line-height: 2.6;
      letter-spacing: .11em;
      margin-bottom: 60px;
    }
    @media screen and (max-width: 768px) {
      section.company .inner p.vision {
        font-size: 9pt;
        line-height: 2.2;
        margin-bottom: 40px;
      }
    }
    section.company .inner h6 {
      font-weight: 400;
      margin: 0;
      padding: 0;
      margin-top: 40px;
      margin-bottom: 15px;
      line-height: 1;
    }
    section.company .inner ul.artist {
      list-style: none;
      padding: 10px 0;
      margin-bottom: 40px;
    }
    @media screen and (max-width: 768px) {
      section.company .inner ul.artist {
        margin-bottom: 20px;
      }
    }
    section.company .inner ul.artist li {
      display: inline-block;
      margin-bottom: .7em;
    }
    @media screen and (max-width: 768px) {
      section.company .inner ul.artist li {
        margin-bottom: .7em;
      }
    }
      section.company .inner ul.artist li:after {
        display: inline-block;
        content: "、";
      }
      section.company .inner ul.artist li:nth-last-child(2) {
        margin-right: 10px;
      }
      section.company .inner ul.artist li:last-child:after, section.company .inner ul.artist li:nth-last-child(2):after {
        content: none;
      }
    section.company .inner ul.company_prof {
      list-style: none;
    }
    section.company .inner ul.company_prof li {
      margin-bottom: 2em;
    }
    @media screen and (max-width: 768px) {
      section.company .inner ul.company_prof li {
        margin-bottom: .5em;
      }
    }
    section.company .inner dl {
      width: 100%;
    }
      section.company .inner dl dt {
        width: 120px;
        display: inline-block;
        vertical-align: top;
        margin-right: 20px;
      }
      @media screen and (max-width: 768px) {
        section.company .inner dl dt {
          display: block;
          width: 100%;
          text-align: left;
          margin-bottom: 5px;
        }
      }
      section.company .inner dl dd {
        display: inline-block;
        vertical-align: top;
      }
      @media screen and (max-width: 768px) {
        section.company .inner dl dd {
          margin-bottom: 10px;
        }
      }
      section.company .inner ul.business {
        list-style: none;
      }
      @media screen and (max-width: 768px) {
        section.company .inner ul.business {
          padding: 10px 0;
        }
      }
      @media screen and (max-width: 768px) {
        section.company .inner ul.business a {
          letter-spacing: .08em;
        }
      }
      section.company .inner ul.business li {
        line-height: 1.6;
        margin-bottom: 1em;
        padding-left: 1em;
        position: relative;
        text-indent: 0.3em;
      }
        section.company .inner ul.business li:before {
          display: inline-block;
          content: "・";
          position: absolute;
          left: -0.5em;
        }
        section.company .inner ul.business + span {
          position: relative;
          top: -5px;
        }
  section.company ul.sitelink {
    display: block;
    right: 0;
    font-size: 8pt;
  }
  @media screen and (max-width: 768px) {
    section.company ul.sitelink {
      font-size: 7pt;
    }
  }
    section.company ul.sitelink li {
      list-style: none;
      padding: 0;
      text-align: right;
      margin-bottom: 30px;
    }
    @media screen and (max-width: 768px) {
      section.company ul.sitelink li {
        margin-bottom: 20px;
      }
    }
    section.company ul.sitelink li a {
      display: inline-block;
      text-align: right;
      padding-right: 60px;
      padding-bottom: 10px;
      color: #fff;
      /*border-bottom: 1px solid #1d1d1d;*/
      border-bottom: 1px solid #fff;
      position: relative;
      right: 0;
      -webkit-transition: .3s;
      -moz-transition: .3s;
      -ms-transition: .3s;
      transition: .3s;
    }
    @media screen and (max-width: 768px) {
      section.company ul.sitelink li a {
        padding-right: 10vw;
        letter-spacing: .08em;
      }
    }
      section.company ul.sitelink li a:hover {
        position: relative;
        right: -20px;
      }



#modal {
  width: 100vw;
  height: 100vh;
  padding: 15vh 15vw;
  position: fixed;
  top: 0;
  z-index: 999;
  text-align: center;
  display: none;
}
@media screen and (max-width: 768px) {
  #modal {
    padding: 20vh 20px;
  }
}
  #modal .inner {
    width: 70vw;
    height: 70vh;
    color: #fff;
    font-size: 12pt;
    line-height: 2.2;
    letter-spacing: .15em;
    text-align: left;
    border: 1px solid #fff;
    position: fixed;
    top: 15vh;
  }
  @media screen and (max-width: 768px) {
    #modal .inner {
      width: calc(100vw - 40px);
      font-size: 10pt;
      top: 10vh;
    }
  }
  #modal .inner .contents {
    width: 100%;
    height: 100%;
    padding: 40px;
    overflow-y: scroll;
  }
  @media screen and (max-width: 768px) {
    #modal .inner .contents {
      width: 100%;
      height: 100%;
      padding: 20px;
      overflow-y: scroll;
    }
  }
  #modal .close {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    font-size: 9pt;
    line-height: 1;
    padding: 10px 20px 20px;
    cursor: pointer;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
    #modal .close:before {
      display: block;
      content: "";
      width: 1px;
      height: 30px;
      margin: 0 auto;
      background: #fff;
      position: relative;
      top: -10px;
    }
  #modal .inner p {
    height: auto!important;
  }
  #modal .inner .meta {
    display: inline-block;
    margin-top: 40px;
    font-size: 10pt;
    letter-spacing: .1em;
    text-align: right;
    float: right;
    pointer-events: none;
  }
  @media screen and (max-width: 768px) {
    #modal .inner .meta {
      font-size: 9pt;
      margin-top: 20px;
    }
  }
    #modal .inner .meta:before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      width: 50px;
      height: 1px;
      margin-right: 20px;
      background: #fff;
    }
    @media screen and (max-width: 768px) {
      #modal .inner .meta:before {
        width: 30px;
        margin-right: 10px;
      }
    }
    #modal .inner .meta .dep {
      margin-right: 15px;
    }
    @media screen and (max-width: 768px) {
      #modal .inner .meta .dep {
        margin-right: 10px;
      }
    }



section.footer {
  width: 100%;
  text-align: center;
  background: transparent;
  position: relative;
  z-index: 1;
  color: #fff;
  margin-top: 200px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  section.footer {
    margin-top: 360px;
  }
}
  section.footer .inner {
    width: 100%;
    max-width: 1024px;
    margin:0 auto;
    padding: 0 60px;
    text-align: left;
  }
  @media screen and (max-width: 768px) {
    section.footer .inner {
      padding: 0 50px;
      font-size: 7pt;
    }
  }
  section.footer .copy {
    font-size: 8pt;
  }
  @media screen and (max-width: 768px) {
    section.footer .copy {
      font-size: 6pt;
    }
  }
