@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400&family=Zen+Kaku+Gothic+New&family=Zen+Old+Mincho&display=swap");
@media screen and (max-width: 768px) {
  .pc {
    display: none; } }

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

@media screen and (min-width: 1000px) {
  .tab-less {
    display: none; } }

img {
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast; }

.center-box {
  position: relative; }
  .center-box .center-box-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

html, body {
  font-family: 'Lato', 'Zen Kaku Gothic New', sans-serif;
  letter-spacing: 0.18em;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.6;
  overscroll-behavior-y: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img, a {
  display: block; }

a {
  text-decoration: none;
  color: #000; }

.hidden {
  opacity: 0; }

.transition {
  transition: 1s;
  transition-timing-function: cubic-bezier(0.44, 0, 0.56, 1); }

button.btn-accordion {
  position: relative;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  width: 16px;
  height: 16px;
  color: #000; }
  button.btn-accordion.close span:nth-of-type(2) {
    transform: rotate(0); }
  button.btn-accordion.close p {
    opacity: 1; }
  button.btn-accordion span {
    position: absolute;
    display: block;
    width: 16px;
    height: 1px;
    background-color: #000;
    transition: 0.5s;
    transition-timing-function: cubic-bezier(0.44, 0, 0.56, 1);
    transition-delay: 0.5s; }
    button.btn-accordion span:nth-of-type(2) {
      transform: rotate(90deg); }
  button.btn-accordion p {
    font-family: 'Lato';
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 0.18em;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s;
    transition-timing-function: cubic-bezier(0.44, 0, 0.56, 1);
    text-align: center;
    transition-delay: 0.5s;
    opacity: 0; }

#logo-text {
  z-index: 10;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer; }
  #logo-text.hide {
    opacity: 0;
    pointer-events: none; }
  #logo-text:not(.page-top) {
    transition: 0.5s;
    transition-timing-function: cubic-bezier(0.44, 0, 0.56, 1); }
  @media screen and (min-width: 768px) {
    #logo-text {
      width: 223px;
      top: 36px; } }
  @media screen and (max-width: 768px) {
    #logo-text {
      width: 148px;
      top: 29px; } }

#sub-navigation {
  transition: 0.5s;
  transition-timing-function: cubic-bezier(0.44, 0, 0.56, 1);
  transition-delay: 0.5s;
  z-index: 3;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 85px;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    #sub-navigation {
      display: none; } }
  #sub-navigation.hide {
    opacity: 0;
    pointer-events: none; }
  #sub-navigation.hide-important {
    opacity: 0 !important;
    pointer-events: none !important; }
  #sub-navigation li {
    margin-left: 18px;
    margin-right: 18px;
    cursor: pointer; }
    #sub-navigation li.active a {
      color: #B2E7E6;
      filter: invert(1);
      font-weight: 400; }
    #sub-navigation li.active div {
      opacity: 1; }
    #sub-navigation li a {
      transition: 0.5s;
      transition-timing-function: cubic-bezier(0.44, 0, 0.56, 1);
      color: #7E7E7E; }
    #sub-navigation li div {
      opacity: 0;
      transition: 0.5s;
      transition-timing-function: cubic-bezier(0.44, 0, 0.56, 1);
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background-color: #B2E7E6;
      margin-top: 5px;
      margin-left: auto;
      margin-right: auto; }

#hamberger {
  z-index: 4;
  position: fixed;
  cursor: pointer;
  transition: 0.5s;
  transition-timing-function: cubic-bezier(0.44, 0, 0.56, 1); }
  @media screen and (min-width: 768px) {
    #hamberger {
      top: 36px; } }
  @media screen and (max-width: 768px) {
    #hamberger {
      top: 27px; } }
  @media screen and (min-width: 768px) {
    #hamberger {
      right: 36px; } }
  @media screen and (max-width: 768px) {
    #hamberger {
      right: 4.358vw; } }
  @media screen and (min-width: 768px) {
    #hamberger {
      height: 18px; } }
  @media screen and (max-width: 768px) {
    #hamberger {
      height: 15px; } }
  @media screen and (min-width: 768px) {
    #hamberger {
      width: 48px; } }
  @media screen and (max-width: 768px) {
    #hamberger {
      width: 42px; } }
  #hamberger.hide {
    opacity: 0;
    pointer-events: none; }
  #hamberger.hide-important {
    opacity: 0 !important;
    pointer-events: none !important; }
  #hamberger span {
    display: block;
    height: 1px;
    background-color: #000;
    transition: 0.5s;
    transition-timing-function: cubic-bezier(0.44, 0, 0.56, 1); }
    @media screen and (min-width: 768px) {
      #hamberger span {
        width: 48px; } }
    @media screen and (max-width: 768px) {
      #hamberger span {
        width: 42px; } }
    @media screen and (min-width: 768px) {
      #hamberger span:nth-of-type(1) {
        margin-bottom: 9px; } }
    @media screen and (max-width: 768px) {
      #hamberger span:nth-of-type(1) {
        margin-bottom: 8px; } }
    #hamberger span:nth-of-type(2) {
      width: 32px; }
      @media screen and (min-width: 768px) {
        #hamberger span:nth-of-type(2) {
          margin-bottom: 9px; } }
      @media screen and (max-width: 768px) {
        #hamberger span:nth-of-type(2) {
          margin-bottom: 8px; } }
  @media screen and (min-width: 768px) {
    #hamberger.open span:nth-of-type(1) {
      transform: translateY(9px) rotate(45deg); } }
  @media screen and (max-width: 768px) {
    #hamberger.open span:nth-of-type(1) {
      transform: translateY(8px) rotate(45deg); } }
  #hamberger.open span:nth-of-type(2) {
    width: 0; }
  @media screen and (min-width: 768px) {
    #hamberger.open span:nth-of-type(3) {
      transform: translateY(-9px) rotate(-45deg); } }
  @media screen and (max-width: 768px) {
    #hamberger.open span:nth-of-type(3) {
      transform: translateY(-8px) rotate(-45deg); } }

#nav-open, #section-footer-navi {
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.5s;
  transition-timing-function: cubic-bezier(0.44, 0, 0.56, 1);
  z-index: 3;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/nav-bg.jpg");
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast; }
  #nav-open#nav-open, #section-footer-navi#nav-open {
    pointer-events: none; }
    #nav-open#nav-open.open, #section-footer-navi#nav-open.open {
      pointer-events: auto; }
  #nav-open#section-footer-navi, #section-footer-navi#section-footer-navi {
    pointer-events: all;
    position: relative;
    background-image: none;
    opacity: 1; }
  #nav-open::after, #section-footer-navi::after {
    transition: 0.5s;
    transition-timing-function: cubic-bezier(0.44, 0, 0.56, 1);
    display: block;
    content: '';
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(140, 197, 240, 0); }
  #nav-open.open, #section-footer-navi.open {
    pointer-events: auto;
    opacity: 1; }
    #nav-open.open::after, #section-footer-navi.open::after {
      background-color: rgba(140, 197, 240, 0.51); }
  #nav-open .list-links, #section-footer-navi .list-links {
    position: absolute;
    top: 50%;
    right: 10.24vw;
    transform: translateY(-50%);
    text-align: right; }
    #nav-open .list-links li, #section-footer-navi .list-links li {
      margin-bottom: 28px;
      font-weight: 400; }
      #nav-open .list-links li a, #section-footer-navi .list-links li a {
        color: #FFF;
        letter-spacing: 0.221em;
        font-size: 26px; }
        #nav-open .list-links li a.contact, #section-footer-navi .list-links li a.contact {
          padding-top: 33px;
          font-size: 20px;
          cursor: pointer; }
        #nav-open .list-links li a.insta, #section-footer-navi .list-links li a.insta {
          width: 19px;
          height: 19px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          background-image: url("../images/ico-insta.svg");
          -webkit-backface-visibility: hidden;
          image-rendering: -webkit-optimize-contrast;
          margin-left: auto; }
  #nav-open .foot, #section-footer-navi .foot {
    position: absolute;
    font-size: 11px;
    font-weight: 400; }
    @media screen and (min-width: 768px) {
      #nav-open .foot, #section-footer-navi .foot {
        display: flex; } }
    @media screen and (max-width: 768px) {
      #nav-open .foot, #section-footer-navi .foot {
        display: block; } }
    @media screen and (min-width: 768px) {
      #nav-open .foot, #section-footer-navi .foot {
        bottom: 48px; } }
    @media screen and (max-width: 768px) {
      #nav-open .foot, #section-footer-navi .foot {
        bottom: 8.716vw; } }
    @media screen and (min-width: 768px) {
      #nav-open .foot, #section-footer-navi .foot {
        left: 71px; } }
    @media screen and (max-width: 768px) {
      #nav-open .foot, #section-footer-navi .foot {
        left: 8.716vw; } }
    #nav-open .foot a, #section-footer-navi .foot a {
      color: #FFF; }
      @media screen and (min-width: 768px) {
        #nav-open .foot a, #section-footer-navi .foot a {
          margin-right: 74px; } }
      @media screen and (max-width: 768px) {
        #nav-open .foot a, #section-footer-navi .foot a {
          margin-right: 0; } }
    #nav-open .foot p, #section-footer-navi .foot p {
      color: #FFF; }
      @media screen and (min-width: 768px) {
        #nav-open .foot p, #section-footer-navi .foot p {
          margin-top: 0; } }
      @media screen and (max-width: 768px) {
        #nav-open .foot p, #section-footer-navi .foot p {
          margin-top: 11px; } }

#page-top .jp-min {
  font-family: 'Zen Old Mincho', serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.19em;
  line-height: 2.5; }
#page-top h3 {
  color: #99E8E7;
  letter-spacing: 0.25em; }
  @media screen and (min-width: 768px) {
    #page-top h3 {
      margin-left: 79px;
      font-size: 65px; } }
  @media screen and (max-width: 768px) {
    #page-top h3 {
      font-size: 44px;
      margin-left: 4.358vw; } }
#page-top #bg-one {
  position: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/one-bg.jpg");
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  top: 0;
  left: 0;
  transition: 0.5s;
  transition-timing-function: cubic-bezier(0.44, 0, 0.56, 1);
  transition-duration: 0s; }
  #page-top #bg-one.bright {
    filter: brightness(500%); }
  #page-top #bg-one.bright-middle {
    filter: brightness(180%); }
  #page-top #bg-one div, #page-top #bg-one img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    transition-timing-function: cubic-bezier(0.44, 0, 0.56, 1); }
    #page-top #bg-one div.show, #page-top #bg-one img.show {
      opacity: 1; }
  #page-top #bg-one .fg-gradation {
    transition: 0.5s;
    transition-timing-function: cubic-bezier(0.44, 0, 0.56, 1);
    position: absolute;
    width: 100vw;
    height: 200vh;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0), #FFF, #FFF);
    background-size: 500%;
    z-index: 1;
    background-position: 0%;
    pointer-events: none;
    opacity: 0; }
@keyframes show-logo-fg {
  0% {
    background-position: 0%;
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    background-position: 100%;
    opacity: 1; } }
@keyframes hide-logo-fg {
  0% {
    background-position: 100%;
    opacity: 1; }
  50% {
    opacity: 1; }
  100% {
    background-position: 0%;
    opacity: 0; } }
    #page-top #bg-one .fg-gradation.show {
      background-position: 0%;
      opacity: 0;
      animation: show-logo-fg 2000ms cubic-bezier(0.56, -0.02, 0.18, 0.99) forwards; }
    #page-top #bg-one .fg-gradation.hide {
      background-position: 100%;
      opacity: 1;
      animation: hide-logo-fg 800ms cubic-bezier(0.89, -0.01, 0.18, 0.99) forwards; }
  #page-top #bg-one img.fog-out, #page-top #bg-one img.fog-in {
    transition: 0s;
    object-fit: cover;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
    filter: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='a' x='0' y='0' width='1' height='1' color-interpolation-filters='sRGB'%3E%3CfeGaussianBlur stdDeviation='10' result='b'/%3E%3CfeMorphology operator='dilate' radius='10'/%3E%3CfeMerge%3E%3CfeMergeNode/%3E%3CfeMergeNode in='b'/%3E%3C/feMerge%3E%3C/filter%3E%3C/svg%3E#a");
    opacity: 1; }
  #page-top #bg-one .bg-gradient-top {
    opacity: 1;
    background: linear-gradient(-165deg, white 25%, white, rgba(255, 255, 255, 0));
    background-position: 100%; }
@keyframes gradient-done-top {
  0% {
    background-position: 100%;
    opacity: 1; }
  40% {
    background-position: 40%;
    opacity: 1; }
  100% {
    background-position: 0%;
    opacity: 0; } }
    #page-top #bg-one .bg-gradient-top.done {
      animation: gradient-done-top 5s cubic-bezier(0.37, 0, 0.63, 1) forwards; }
  #page-top #bg-one .bg-gradient-logo {
    background: linear-gradient(-135deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0), white);
    background-position: 0%;
    opacity: 0; }
@keyframes gradient-done-logo {
  0% {
    background-position: 100%;
    opacity: 0; }
  40% {
    background-position: 40%;
    opacity: 0.4; }
  100% {
    background-position: 0%;
    opacity: 1; } }
    #page-top #bg-one .bg-gradient-logo.start {
      animation: gradient-done-logo 5s cubic-bezier(0.37, 0, 0.63, 1) forwards; }
  #page-top #bg-one .bg-white, #page-top #bg-one .bg-loaded {
    background-color: #FFF;
    opacity: 0; }
  #page-top #bg-one .bg-company {
    opacity: 0;
    transition: 2s;
    transition-timing-function: cubic-bezier(0.44, 0, 0.56, 1);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/bg-company-long.jpg");
    -webkit-backface-visibility: hidden;
    image-rendering: -webkit-optimize-contrast;
    background-position: 50% 45%; }
    #page-top #bg-one .bg-company.show {
      background-position: 50% 50%; }
  #page-top #bg-one .bg-footer {
    opacity: 0;
    transition: 2s;
    transition-timing-function: cubic-bezier(0.44, 0, 0.56, 1);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/bg-footer.jpg");
    -webkit-backface-visibility: hidden;
    image-rendering: -webkit-optimize-contrast;
    background-position: 50% 55%; }
    #page-top #bg-one .bg-footer.show {
      background-position: 50% 50%;
      opacity: 1; }
#page-top #splash {
  opacity: 0;
  position: fixed;
  z-index: 101;
  width: 100%;
  height: 100vh;
  transition: 1s;
  transition-timing-function: cubic-bezier(0.44, 0, 0.56, 1);
  pointer-events: none; }
  #page-top #splash img {
    transition: 0.5s;
    transition-timing-function: cubic-bezier(0.44, 0, 0.56, 1);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    @media screen and (min-width: 768px) {
      #page-top #splash img {
        width: 228px; } }
    @media screen and (max-width: 768px) {
      #page-top #splash img {
        width: 183px; } }
    #page-top #splash img.hide {
      opacity: 0;
      filter: blur(100px); }
  #page-top #splash.hide {
    pointer-events: none;
    opacity: 0; }
  #page-top #splash.show {
    opacity: 1; }
  #page-top #splash .bg {
    transition: 5s;
    transition-timing-function: cubic-bezier(0.44, 0, 0.56, 1);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #96ced9;
    background: linear-gradient(345deg, #96ced9 0%, #def3f6 100%);
    background-size: 500%; }
    #page-top #splash .bg.show {
      background-size: 100%; }
#page-top section#section-top {
  height: 100vh; }
#page-top section#section-copy {
  height: calc( 100vh + 50vh ); }
  #page-top section#section-copy .copy {
    transition: 0.8s;
    transition-timing-function: cubic-bezier(0.44, 0, 0.56, 1);
    transition-delay: 0.3s;
    opacity: 0;
    position: absolute;
    letter-spacing: 0.31em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 19px;
    filter: blur(10px); }
    @media screen and (max-width: 768px) {
      #page-top section#section-copy .copy {
        font-size: 15px;
        width: 100%; } }
    #page-top section#section-copy .copy.show {
      opacity: 1;
      filter: blur(0); }
#page-top section#section-logo {
  height: 200vh;
  position: relative; }
  #page-top section#section-logo .logo-pos-wrapper {
    transition: 0.7s;
    transition-timing-function: cubic-bezier(0.44, 0, 0.56, 1);
    position: sticky;
    top: 50%;
    transform: translateY(-50%);
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    opacity: 0;
    /*
    .one05 {
      // @include bg-image-contain('../images/one-logo05.png');
    }
    */ }
    @media screen and (min-width: 768px) {
      #page-top section#section-logo .logo-pos-wrapper {
        width: 920px;
        height: 275px; } }
    @media screen and (max-width: 768px) {
      #page-top section#section-logo .logo-pos-wrapper {
        width: 100vw;
        height: 154px; } }
    #page-top section#section-logo .logo-pos-wrapper.show {
      opacity: 1; }
    @media screen and (min-width: 768px) {
      #page-top section#section-logo .logo-pos-wrapper.small {
        width: 382px;
        height: 159px; } }
    @media screen and (max-width: 768px) {
      #page-top section#section-logo .logo-pos-wrapper.small {
        width: 243px;
        height: 101px; } }
    @media screen and (min-width: 768px) {
      #page-top section#section-logo .logo-pos-wrapper.small-one div {
        width: 382px;
        height: 144px; } }
    @media screen and (max-width: 768px) {
      #page-top section#section-logo .logo-pos-wrapper.small-one div {
        width: 243px;
        height: 73px; } }
    #page-top section#section-logo .logo-pos-wrapper.one01-show .one01 {
      top: 0; }
    #page-top section#section-logo .logo-pos-wrapper.one02-show .one02 {
      top: 0; }
    #page-top section#section-logo .logo-pos-wrapper.one03-show .one03 {
      top: 0; }
    #page-top section#section-logo .logo-pos-wrapper.one04-show .one04 {
      top: 0; }
    #page-top section#section-logo .logo-pos-wrapper.text-logo-show #text-logo {
      opacity: 1; }
    #page-top section#section-logo .logo-pos-wrapper div {
      position: absolute;
      transition: 0.7s;
      transition-timing-function: cubic-bezier(0.44, 0, 0.56, 1); }
      @media screen and (min-width: 768px) {
        #page-top section#section-logo .logo-pos-wrapper div {
          width: 920px;
          height: 275px;
          left: 50%;
          top: 275px;
          transform: translate(-50%, 0); } }
      @media screen and (max-width: 768px) {
        #page-top section#section-logo .logo-pos-wrapper div {
          width: 512px;
          height: 154px;
          left: 50%;
          top: 154px;
          transform: translate(-50%, 0); } }
    #page-top section#section-logo .logo-pos-wrapper .one01 {
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      background-image: url("../images/one-logo01.svg");
      -webkit-backface-visibility: hidden;
      image-rendering: -webkit-optimize-contrast; }
    #page-top section#section-logo .logo-pos-wrapper .one02 {
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      background-image: url("../images/one-logo02.svg");
      -webkit-backface-visibility: hidden;
      image-rendering: -webkit-optimize-contrast; }
    #page-top section#section-logo .logo-pos-wrapper .one03 {
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      background-image: url("../images/one-logo03.svg");
      -webkit-backface-visibility: hidden;
      image-rendering: -webkit-optimize-contrast; }
    #page-top section#section-logo .logo-pos-wrapper .one04 {
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      background-image: url("../images/one-logo04.svg");
      -webkit-backface-visibility: hidden;
      image-rendering: -webkit-optimize-contrast; }
    #page-top section#section-logo .logo-pos-wrapper #text-logo {
      position: absolute;
      transition: 2s;
      transition-timing-function: cubic-bezier(0.44, 0, 0.56, 1);
      transition-delay: 0.3s;
      transition-delay: 0.3s;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      opacity: 0; }
      @media screen and (min-width: 768px) {
        #page-top section#section-logo .logo-pos-wrapper #text-logo {
          width: 223px; } }
      @media screen and (max-width: 768px) {
        #page-top section#section-logo .logo-pos-wrapper #text-logo {
          width: 148px; } }
      #page-top section#section-logo .logo-pos-wrapper #text-logo.fixed-pos {
        position: fixed; }
        @media screen and (min-width: 768px) {
          #page-top section#section-logo .logo-pos-wrapper #text-logo.fixed-pos {
            top: 36px; } }
        @media screen and (max-width: 768px) {
          #page-top section#section-logo .logo-pos-wrapper #text-logo.fixed-pos {
            top: 29px; } }
  #page-top section#section-logo .text-pos-wrapper {
    z-index: 2;
    position: absolute; }
    @media screen and (min-width: 768px) {
      #page-top section#section-logo .text-pos-wrapper {
        margin-left: 50%; } }
    #page-top section#section-logo .text-pos-wrapper p {
      margin-bottom: 104px;
      transition: 0.5s;
      transition-timing-function: cubic-bezier(0.44, 0, 0.56, 1);
      opacity: 0;
      transform: translateX(-20px); }
      @media screen and (min-width: 768px) {
        #page-top section#section-logo .text-pos-wrapper p {
          font-size: 15px; } }
      @media screen and (max-width: 768px) {
        #page-top section#section-logo .text-pos-wrapper p {
          font-size: 12px;
          padding-left: 44px; } }
      #page-top section#section-logo .text-pos-wrapper p.show {
        opacity: 1;
        transform: translateX(0px); }
      #page-top section#section-logo .text-pos-wrapper p.head {
        margin-bottom: 104px; }
        @media screen and (min-width: 768px) {
          #page-top section#section-logo .text-pos-wrapper p.head {
            font-size: 20px; } }
        @media screen and (max-width: 768px) {
          #page-top section#section-logo .text-pos-wrapper p.head {
            font-size: 16px; } }
      #page-top section#section-logo .text-pos-wrapper p.line06 {
        margin-top: 100px;
        width: 100px;
        height: 100px; }
      #page-top section#section-logo .text-pos-wrapper p.line07 {
        margin-top: 200px;
        width: 100px;
        height: 100px; }
#page-top section.section-white.level02 {
  height: 7vh; }
#page-top section.section-white.level03 {
  height: 15vh; }
#page-top section#section-vision {
  height: calc( var(--vh) * 100 );
  position: relative; }
  #page-top section#section-vision .wrap-animation-position {
    position: absolute;
    top: 20vh; }
    #page-top section#section-vision .wrap-animation-position .animation-position {
      width: 100px;
      height: 100px;
      /*
      background-color: rgba(0,0,0,0.5);
      */
      margin-bottom: calc( 50vh / 4 - 100px ); }
  #page-top section#section-vision ul.list-vision {
    position: sticky;
    top: 50%;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 768px) {
      #page-top section#section-vision ul.list-vision {
        display: flex;
        width: 1120px;
        transform: translateY(-50%); } }
    @media screen and (max-width: 768px) {
      #page-top section#section-vision ul.list-vision {
        width: 204px; } }
    #page-top section#section-vision ul.list-vision li {
      transition: 0.5s;
      transition-timing-function: cubic-bezier(0.44, 0, 0.56, 1);
      position: relative; }
      @media screen and (min-width: 768px) {
        #page-top section#section-vision ul.list-vision li.vision01 .circle {
          left: calc(50% + 280px * 1.5); }
        #page-top section#section-vision ul.list-vision li.vision02 .circle {
          left: calc(50% + 280px * 0.5); }
        #page-top section#section-vision ul.list-vision li.vision03 .circle {
          left: calc(50% - 280px * 0.5); }
        #page-top section#section-vision ul.list-vision li.vision04 .circle {
          left: calc(50% - 280px * 1.5); } }
      @media screen and (min-width: 768px) {
        #page-top section#section-vision ul.list-vision li.circle-show .circle {
          left: 50%;
          opacity: 1; } }
      #page-top section#section-vision ul.list-vision li.show dl dt {
        opacity: 1;
        transform: translateY(0); }
      #page-top section#section-vision ul.list-vision li.show dl dd {
        opacity: 1; }
      @media screen and (max-width: 768px) {
        #page-top section#section-vision ul.list-vision li.show .circle {
          opacity: 1; } }
      @media screen and (min-width: 768px) {
        #page-top section#section-vision ul.list-vision li {
          width: 280px;
          height: 280px; } }
      @media screen and (max-width: 768px) {
        #page-top section#section-vision ul.list-vision li {
          width: 190px;
          height: 190px; } }
      #page-top section#section-vision ul.list-vision li dl {
        transition-delay: 0.5s;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        text-align: center; }
        @media screen and (min-width: 768px) {
          #page-top section#section-vision ul.list-vision li dl {
            width: 280px; } }
        @media screen and (max-width: 768px) {
          #page-top section#section-vision ul.list-vision li dl {
            width: 190px; } }
        #page-top section#section-vision ul.list-vision li dl dt {
          transform: translateY(10px);
          transition: 1s;
          transition-timing-function: cubic-bezier(0.44, 0, 0.56, 1);
          transition-delay: 0.5s;
          opacity: 0;
          color: #99E8E7;
          font-size: 20px;
          height: 50px; }
        #page-top section#section-vision ul.list-vision li dl dd {
          transition: 0.5s;
          transition-timing-function: cubic-bezier(0.44, 0, 0.56, 1);
          transition-delay: 1s;
          opacity: 0;
          margin-top: 24px;
          height: 36px;
          line-height: 1.6;
          font-size: 15px; }
          @media screen and (max-width: 768px) {
            #page-top section#section-vision ul.list-vision li dl dd {
              font-size: 12px; } }
      #page-top section#section-vision ul.list-vision li .circle {
        transition: 1s;
        transition-timing-function: cubic-bezier(0.44, 0, 0.56, 1);
        opacity: 0;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        border: solid 1px #99E8E7; }
        @media screen and (min-width: 768px) {
          #page-top section#section-vision ul.list-vision li .circle {
            width: 304px;
            height: 304px; } }
        @media screen and (max-width: 768px) {
          #page-top section#section-vision ul.list-vision li .circle {
            width: 204px;
            height: 204px;
            left: 50%; } }
#page-top section#section-works,
#page-top section#section-project,
#page-top section#section-company {
  padding-top: 144px; }
  #page-top section#section-works .arrow,
  #page-top section#section-project .arrow,
  #page-top section#section-company .arrow {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/ico-internal-link-next.svg");
    -webkit-backface-visibility: hidden;
    image-rendering: -webkit-optimize-contrast;
    width: 34px;
    height: 9px;
    transition: 0.5s;
    transition-timing-function: cubic-bezier(0.44, 0, 0.56, 1); }
  #page-top section#section-works .go2list,
  #page-top section#section-project .go2list,
  #page-top section#section-company .go2list {
    display: flex;
    align-items: center;
    border-bottom: solid 1px #000;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
    letter-spacing: 0.18em; }
    @media screen and (min-width: 768px) {
      #page-top section#section-works .go2list,
      #page-top section#section-project .go2list,
      #page-top section#section-company .go2list {
        margin-top: 225px;
        margin-bottom: 225px;
        padding-bottom: 12px;
        width: 203px; } }
    @media screen and (max-width: 768px) {
      #page-top section#section-works .go2list,
      #page-top section#section-project .go2list,
      #page-top section#section-company .go2list {
        margin-top: 18.846vw;
        margin-bottom: 18.846vw;
        padding-bottom: 12px;
        width: 167px; } }
    #page-top section#section-works .go2list p,
    #page-top section#section-project .go2list p,
    #page-top section#section-company .go2list p {
      padding-right: 20px; }
      @media screen and (min-width: 768px) {
        #page-top section#section-works .go2list p,
        #page-top section#section-project .go2list p,
        #page-top section#section-company .go2list p {
          font-size: 20px; } }
      @media screen and (max-width: 768px) {
        #page-top section#section-works .go2list p,
        #page-top section#section-project .go2list p,
        #page-top section#section-company .go2list p {
          font-size: 15px; } }
    #page-top section#section-works .go2list:hover .arrow,
    #page-top section#section-project .go2list:hover .arrow,
    #page-top section#section-company .go2list:hover .arrow {
      transform: translateX(8px); }
  #page-top section#section-works#section-project .go2list,
  #page-top section#section-project#section-project .go2list,
  #page-top section#section-company#section-project .go2list {
    width: 224px; }
#page-top section#section-works {
  position: relative;
  padding-bottom: 62px; }
  #page-top section#section-works .fg-gradation {
    transition: 0.5s;
    transition-timing-function: cubic-bezier(0.44, 0, 0.56, 1);
    position: absolute;
    width: 100vw;
    height: 200vh;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0), #FFF, #FFF);
    background-size: 500%;
    z-index: 1;
    background-position: 100%;
    pointer-events: none; }
@keyframes hide-works-fg {
  0% {
    background-position: 100%;
    opacity: 1; }
  40% {
    background-position: 40%;
    opacity: 1; }
  95% {
    z-index: 1002; }
  100% {
    background-position: 0%;
    opacity: 0; } }
    #page-top section#section-works .fg-gradation.show {
      animation: hide-works-fg 2000ms cubic-bezier(0.37, 0, 0.63, 1) forwards; }
  #page-top section#section-works ul.list-works {
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 768px) {
      #page-top section#section-works ul.list-works {
        width: 80.3vw;
        margin-top: 123px; } }
    @media screen and (max-width: 768px) {
      #page-top section#section-works ul.list-works {
        width: 91.282vw;
        margin-top: 8.205vw; } }
    #page-top section#section-works ul.list-works li {
      transition: 0.5s;
      transition-timing-function: cubic-bezier(0.44, 0, 0.56, 1);
      opacity: 0; }
      #page-top section#section-works ul.list-works li.show {
        opacity: 1; }
    @media screen and (min-width: 768px) {
      #page-top section#section-works ul.list-works li a {
        margin-bottom: 62px; } }
    @media screen and (max-width: 768px) {
      #page-top section#section-works ul.list-works li a {
        margin-bottom: 6.153vw; } }
    #page-top section#section-works ul.list-works li a .item-works {
      position: relative; }
      @media screen and (min-width: 768px) {
        #page-top section#section-works ul.list-works li a .item-works {
          width: 80.3vw;
          height: calc( 80.3vw * 0.3646 ); } }
      @media screen and (max-width: 768px) {
        #page-top section#section-works ul.list-works li a .item-works {
          width: 91.282vw;
          height: calc( 91.282vw * 0.44886 ); } }
      #page-top section#section-works ul.list-works li a .item-works .desc-wrapper {
        position: absolute;
        right: 0;
        top: 0;
        height: calc( 80.3vw * 0.3646 );
        background-color: rgba(0, 0, 0, 0.71);
        opacity: 0;
        transition: 0.5s;
        transition-timing-function: cubic-bezier(0.44, 0, 0.56, 1);
        width: calc( 80.3vw * 0.422 );
        min-width: 463px; }
        @media screen and (max-width: 768px) {
          #page-top section#section-works ul.list-works li a .item-works .desc-wrapper {
            display: none; } }
        #page-top section#section-works ul.list-works li a .item-works .desc-wrapper.show {
          opacity: 1; }
          #page-top section#section-works ul.list-works li a .item-works .desc-wrapper.show .arrow {
            transform: translateX(8px);
            opacity: 1; }
          #page-top section#section-works ul.list-works li a .item-works .desc-wrapper.show .desc-wrap {
            transition: 1s;
            transition-timing-function: cubic-bezier(0.44, 0, 0.56, 1);
            opacity: 1; }
          #page-top section#section-works ul.list-works li a .item-works .desc-wrapper.show .line {
            transition: 0.5s;
            transition-timing-function: cubic-bezier(0.44, 0, 0.56, 1);
            transition-delay: 0.5s;
            opacity: 1;
            width: 40px; }
          #page-top section#section-works ul.list-works li a .item-works .desc-wrapper.show .title, #page-top section#section-works ul.list-works li a .item-works .desc-wrapper.show .position {
            transition: 0.5s;
            transition-timing-function: cubic-bezier(0.44, 0, 0.56, 1);
            transition-delay: 0.5s;
            opacity: 1; }
        #page-top section#section-works ul.list-works li a .item-works .desc-wrapper p, #page-top section#section-works ul.list-works li a .item-works .desc-wrapper div {
          margin-left: calc(80.3vw * 0.069);
          filter: invert(1); }
          #page-top section#section-works ul.list-works li a .item-works .desc-wrapper p p, #page-top section#section-works ul.list-works li a .item-works .desc-wrapper div p {
            margin-left: 0;
            filter: invert(0); }
        #page-top section#section-works ul.list-works li a .item-works .desc-wrapper .desc-wrap {
          opacity: 0;
          display: table;
          height: calc( 80.3vw * 0.3646 * 0.6075 ); }
          #page-top section#section-works ul.list-works li a .item-works .desc-wrapper .desc-wrap .desc {
            display: table-cell;
            vertical-align: middle;
            font-size: 16px; }
        #page-top section#section-works ul.list-works li a .item-works .desc-wrapper .line {
          width: 0;
          border-bottom: solid 1px #000; }
        #page-top section#section-works ul.list-works li a .item-works .desc-wrapper .title {
          opacity: 0;
          margin-top: 26px;
          font-size: 18px; }
        #page-top section#section-works ul.list-works li a .item-works .desc-wrapper .position {
          opacity: 0;
          margin-top: 12px;
          font-size: 12px; }
        #page-top section#section-works ul.list-works li a .item-works .desc-wrapper .arrow {
          transition: 0.5s;
          transition-timing-function: cubic-bezier(0.44, 0, 0.56, 1);
          transition-delay: 0.5s;
          opacity: 0;
          position: absolute;
          right: 42px;
          bottom: 31px; }
    #page-top section#section-works ul.list-works li:nth-of-type(1) a .item-works {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url("../images/works/01/top-thumb.jpg");
      -webkit-backface-visibility: hidden;
      image-rendering: -webkit-optimize-contrast; }
    #page-top section#section-works ul.list-works li:nth-of-type(2) a .item-works {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url("../images/works/02/top-thumb.jpg");
      -webkit-backface-visibility: hidden;
      image-rendering: -webkit-optimize-contrast; }
    #page-top section#section-works ul.list-works li:nth-of-type(3) a .item-works {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url("../images/works/03/top-thumb.jpg");
      -webkit-backface-visibility: hidden;
      image-rendering: -webkit-optimize-contrast; }
    #page-top section#section-works ul.list-works li:nth-of-type(4) a .item-works {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url("../images/works/04/top-thumb.jpg");
      -webkit-backface-visibility: hidden;
      image-rendering: -webkit-optimize-contrast; }
    #page-top section#section-works ul.list-works li:nth-of-type(5) a .item-works {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url("../images/works/05/top-thumb.jpg");
      -webkit-backface-visibility: hidden;
      image-rendering: -webkit-optimize-contrast; }
    #page-top section#section-works ul.list-works li:nth-of-type(6) a .item-works {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url("../images/works/06/top-thumb.jpg");
      -webkit-backface-visibility: hidden;
      image-rendering: -webkit-optimize-contrast; }
#page-top section#section-project ul.list-project {
  margin-top: 123px; }
  #page-top section#section-project ul.list-project li:nth-of-type(1) a .item-project {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/top-works01.jpg");
    -webkit-backface-visibility: hidden;
    image-rendering: -webkit-optimize-contrast; }
  #page-top section#section-project ul.list-project li:nth-of-type(2) a .item-project {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/top-works02.jpg");
    -webkit-backface-visibility: hidden;
    image-rendering: -webkit-optimize-contrast; }
  #page-top section#section-project ul.list-project li:nth-of-type(3) a .item-project {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/top-works03.jpg");
    -webkit-backface-visibility: hidden;
    image-rendering: -webkit-optimize-contrast; }
  #page-top section#section-project ul.list-project li a .item-project {
    position: relative;
    width: 80.3vw;
    height: calc( 80.3vw * 0.3646 );
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 62px; }
    #page-top section#section-project ul.list-project li a .item-project .item-inner {
      opacity: 0;
      transition: 0.5s;
      transition-timing-function: cubic-bezier(0.44, 0, 0.56, 1);
      position: absolute;
      width: 80.3vw;
      height: calc( 80.3vw * 0.3646 );
      background-color: rgba(0, 0, 0, 0.71); }
      #page-top section#section-project ul.list-project li a .item-project .item-inner.show {
        opacity: 1; }
        #page-top section#section-project ul.list-project li a .item-project .item-inner.show p, #page-top section#section-project ul.list-project li a .item-project .item-inner.show .arrow {
          opacity: 1; }
          #page-top section#section-project ul.list-project li a .item-project .item-inner.show p.arrow, #page-top section#section-project ul.list-project li a .item-project .item-inner.show .arrow.arrow {
            transform: translateX(8px); }
      #page-top section#section-project ul.list-project li a .item-project .item-inner p, #page-top section#section-project ul.list-project li a .item-project .item-inner .arrow {
        opacity: 0;
        transition: 0.5s;
        transition-timing-function: cubic-bezier(0.44, 0, 0.56, 1);
        transition-delay: 0.5s;
        filter: invert(1); }
      #page-top section#section-project ul.list-project li a .item-project .item-inner p {
        position: absolute;
        font-size: 19px;
        left: 72%;
        top: 50%;
        transform: translateY(-50%); }
      #page-top section#section-project ul.list-project li a .item-project .item-inner .arrow {
        position: absolute;
        bottom: calc( 80.3vw * 0.3646 * 0.25 );
        right: 32px; }
#page-top section#section-company {
  position: relative;
  min-height: calc( 100vh ); }
  #page-top section#section-company h3 {
    color: #FFF; }
    #page-top section#section-company h3.hide {
      opacity: 0; }
  #page-top section#section-company h4 {
    transition: 0.5s;
    transition-timing-function: cubic-bezier(0.44, 0, 0.56, 1);
    transition-delay: 0.5s;
    opacity: 0;
    text-align: center;
    padding-top: 98px; }
    #page-top section#section-company h4.show {
      opacity: 1; }
    #page-top section#section-company h4 dt {
      transition: 0.5s;
      transition-timing-function: cubic-bezier(0.44, 0, 0.56, 1); }
      @media screen and (min-width: 768px) {
        #page-top section#section-company h4 dt {
          font-size: 23px; } }
      @media screen and (max-width: 768px) {
        #page-top section#section-company h4 dt {
          font-size: 17px; } }
      #page-top section#section-company h4 dt.hide {
        opacity: 0; }
    #page-top section#section-company h4 dd {
      transition: 0.5s;
      transition-timing-function: cubic-bezier(0.44, 0, 0.56, 1);
      margin-top: 63px; }
      @media screen and (min-width: 768px) {
        #page-top section#section-company h4 dd {
          margin-top: 63px; } }
      @media screen and (max-width: 768px) {
        #page-top section#section-company h4 dd {
          margin-top: 17.12vw; } }
      @media screen and (min-width: 768px) {
        #page-top section#section-company h4 dd {
          font-size: 15px; } }
      @media screen and (max-width: 768px) {
        #page-top section#section-company h4 dd {
          font-size: 12px; } }
      #page-top section#section-company h4 dd.hide {
        opacity: 0; }
  #page-top section#section-company .outline {
    text-align: center;
    margin-top: 83px;
    transition: 0.5s;
    transition-timing-function: cubic-bezier(0.44, 0, 0.56, 1);
    transition-delay: 1.0s;
    opacity: 0; }
    #page-top section#section-company .outline.show {
      opacity: 1; }
    #page-top section#section-company .outline dl.title {
      font-weight: 400; }
      @media screen and (min-width: 768px) {
        #page-top section#section-company .outline dl.title dt {
          font-size: 19px; } }
      @media screen and (max-width: 768px) {
        #page-top section#section-company .outline dl.title dt {
          font-size: 16px; } }
      @media screen and (min-width: 768px) {
        #page-top section#section-company .outline dl.title dd {
          font-size: 13px; } }
      @media screen and (max-width: 768px) {
        #page-top section#section-company .outline dl.title dd {
          font-size: 11px; } }
      @media screen and (min-width: 768px) {
        #page-top section#section-company .outline dl.title dd {
          padding-top: 10px; } }
      @media screen and (max-width: 768px) {
        #page-top section#section-company .outline dl.title dd {
          padding-top: 8px; } }
      @media screen and (min-width: 768px) {
        #page-top section#section-company .outline dl.title dd {
          padding-bottom: 10px; } }
      @media screen and (max-width: 768px) {
        #page-top section#section-company .outline dl.title dd {
          padding-bottom: 20px; } }
    #page-top section#section-company .outline .outline-content {
      margin-left: auto;
      margin-right: auto;
      text-align: left;
      align-items: start;
      overflow: hidden;
      transition: 0.4s;
      transition-timing-function: cubic-bezier(0.44, 0, 0.56, 1);
      opacity: 1; }
      @media screen and (min-width: 768px) {
        #page-top section#section-company .outline .outline-content {
          width: 798px; } }
      @media screen and (max-width: 768px) {
        #page-top section#section-company .outline .outline-content {
          width: 91.282vw; } }
      @media screen and (min-width: 768px) {
        #page-top section#section-company .outline .outline-content {
          padding-top: 90px; } }
      @media screen and (max-width: 768px) {
        #page-top section#section-company .outline .outline-content {
          padding-top: 60px; } }
      @media screen and (min-width: 768px) {
        #page-top section#section-company .outline .outline-content {
          padding-bottom: 81px; } }
      @media screen and (max-width: 768px) {
        #page-top section#section-company .outline .outline-content {
          padding-bottom: 50px; } }
      @media screen and (min-width: 768px) {
        #page-top section#section-company .outline .outline-content {
          height: 997px; } }
      @media screen and (max-width: 768px) {
        #page-top section#section-company .outline .outline-content {
          height: 1666px; } }
      #page-top section#section-company .outline .outline-content.hide {
        padding-top: 0;
        padding-bottom: 0;
        height: 0;
        opacity: 0; }
      @media screen and (min-width: 768px) {
        #page-top section#section-company .outline .outline-content dl.field, #page-top section#section-company .outline .outline-content dl.company {
          display: flex; } }
      @media screen and (max-width: 768px) {
        #page-top section#section-company .outline .outline-content dl.field, #page-top section#section-company .outline .outline-content dl.company {
          display: block; } }
      #page-top section#section-company .outline .outline-content dl.field dt, #page-top section#section-company .outline .outline-content dl.company dt {
        width: 112px;
        font-size: 15px; }
        @media screen and (min-width: 768px) {
          #page-top section#section-company .outline .outline-content dl.field dt, #page-top section#section-company .outline .outline-content dl.company dt {
            padding-bottom: 0; } }
        @media screen and (max-width: 768px) {
          #page-top section#section-company .outline .outline-content dl.field dt, #page-top section#section-company .outline .outline-content dl.company dt {
            padding-bottom: 28px; } }
      #page-top section#section-company .outline .outline-content dl.field dd.content, #page-top section#section-company .outline .outline-content dl.company dd.content {
        flex: 1;
        padding-left: 37px; }
        #page-top section#section-company .outline .outline-content dl.field dd.content li.no-padding-bottom, #page-top section#section-company .outline .outline-content dl.company dd.content li.no-padding-bottom {
          padding-bottom: 0; }
        #page-top section#section-company .outline .outline-content dl.field dd.content .list-field li, #page-top section#section-company .outline .outline-content dl.company dd.content .list-field li {
          padding-bottom: 31px; }
          #page-top section#section-company .outline .outline-content dl.field dd.content .list-field li dt, #page-top section#section-company .outline .outline-content dl.company dd.content .list-field li dt {
            position: relative;
            width: auto;
            padding-bottom: 16px; }
            @media screen and (min-width: 768px) {
              #page-top section#section-company .outline .outline-content dl.field dd.content .list-field li dt, #page-top section#section-company .outline .outline-content dl.company dd.content .list-field li dt {
                font-size: 15px; } }
            @media screen and (max-width: 768px) {
              #page-top section#section-company .outline .outline-content dl.field dd.content .list-field li dt, #page-top section#section-company .outline .outline-content dl.company dd.content .list-field li dt {
                font-size: 14px; } }
            #page-top section#section-company .outline .outline-content dl.field dd.content .list-field li dt span, #page-top section#section-company .outline .outline-content dl.company dd.content .list-field li dt span {
              position: absolute;
              top: 13px;
              left: -37px;
              display: block;
              height: 0.5px;
              width: 32px; }
          #page-top section#section-company .outline .outline-content dl.field dd.content .list-field li dd, #page-top section#section-company .outline .outline-content dl.company dd.content .list-field li dd {
            line-height: 2.1; }
            @media screen and (min-width: 768px) {
              #page-top section#section-company .outline .outline-content dl.field dd.content .list-field li dd, #page-top section#section-company .outline .outline-content dl.company dd.content .list-field li dd {
                font-size: 13px; } }
            @media screen and (max-width: 768px) {
              #page-top section#section-company .outline .outline-content dl.field dd.content .list-field li dd, #page-top section#section-company .outline .outline-content dl.company dd.content .list-field li dd {
                font-size: 12px; } }
            #page-top section#section-company .outline .outline-content dl.field dd.content .list-field li dd span.linebreak, #page-top section#section-company .outline .outline-content dl.company dd.content .list-field li dd span.linebreak {
              display: block;
              height: 6.3px; }
            #page-top section#section-company .outline .outline-content dl.field dd.content .list-field li dd div.line, #page-top section#section-company .outline .outline-content dl.company dd.content .list-field li dd div.line {
              display: flex; }
        #page-top section#section-company .outline .outline-content dl.field dd.content .list-company li, #page-top section#section-company .outline .outline-content dl.company dd.content .list-company li {
          padding-bottom: 24px; }
          @media screen and (min-width: 768px) {
            #page-top section#section-company .outline .outline-content dl.field dd.content .list-company li, #page-top section#section-company .outline .outline-content dl.company dd.content .list-company li {
              display: flex; } }
          @media screen and (max-width: 768px) {
            #page-top section#section-company .outline .outline-content dl.field dd.content .list-company li, #page-top section#section-company .outline .outline-content dl.company dd.content .list-company li {
              display: block; } }
          #page-top section#section-company .outline .outline-content dl.field dd.content .list-company li dt, #page-top section#section-company .outline .outline-content dl.company dd.content .list-company li dt {
            width: 124px;
            font-size: 15px; }
          #page-top section#section-company .outline .outline-content dl.field dd.content .list-company li dd, #page-top section#section-company .outline .outline-content dl.company dd.content .list-company li dd {
            font-size: 13px;
            font-family: 'Zen Kaku Gothic New', sans-serif; }
      #page-top section#section-company .outline .outline-content .company {
        margin-top: 72px; }
    #page-top section#section-company .outline button {
      margin-bottom: 200px; }

#single-works section#heading, #single-project section#heading {
  border-bottom: solid 1px #7E7E7E;
  margin-bottom: 60px; }
  @media screen and (min-width: 768px) {
    #single-works section#heading .wrap-heading, #single-project section#heading .wrap-heading {
      display: flex; } }
  @media screen and (max-width: 768px) {
    #single-works section#heading .wrap-heading, #single-project section#heading .wrap-heading {
      display: block; } }
  @media screen and (min-width: 768px) {
    #single-works section#heading .wrap-heading, #single-project section#heading .wrap-heading {
      padding-top: 101px; } }
  @media screen and (max-width: 768px) {
    #single-works section#heading .wrap-heading, #single-project section#heading .wrap-heading {
      padding-top: 21.53vw; } }
  @media screen and (max-width: 768px) {
    #single-works section#heading .wrap-heading.open dd, #single-project section#heading .wrap-heading.open dd {
      height: auto;
      padding-top: 0px;
      padding-bottom: 12px; }
      #single-works section#heading .wrap-heading.open dd:after, #single-project section#heading .wrap-heading.open dd:after {
        opacity: 0; } }
  #single-works section#heading .wrap-heading dt, #single-project section#heading .wrap-heading dt {
    font-weight: 400; }
    @media screen and (min-width: 768px) {
      #single-works section#heading .wrap-heading dt, #single-project section#heading .wrap-heading dt {
        width: 232px; } }
    @media screen and (max-width: 768px) {
      #single-works section#heading .wrap-heading dt, #single-project section#heading .wrap-heading dt {
        width: auto; } }
    @media screen and (min-width: 768px) {
      #single-works section#heading .wrap-heading dt, #single-project section#heading .wrap-heading dt {
        padding-bottom: 0; } }
    @media screen and (max-width: 768px) {
      #single-works section#heading .wrap-heading dt, #single-project section#heading .wrap-heading dt {
        padding-bottom: 6.92vw; } }
  #single-works section#heading .wrap-heading dd, #single-project section#heading .wrap-heading dd {
    flex: 1;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    transition: 0.5s;
    transition-timing-function: cubic-bezier(0.44, 0, 0.56, 1); }
    @media screen and (min-width: 768px) {
      #single-works section#heading .wrap-heading dd, #single-project section#heading .wrap-heading dd {
        padding-left: 0; } }
    @media screen and (max-width: 768px) {
      #single-works section#heading .wrap-heading dd, #single-project section#heading .wrap-heading dd {
        padding-left: 12.56vw; } }
    @media screen and (max-width: 768px) {
      #single-works section#heading .wrap-heading dd, #single-project section#heading .wrap-heading dd {
        overflow: hidden;
        height: 25.64vw;
        position: relative;
        padding-top: 0;
        padding-bottom: 0; } }
    @media screen and (max-width: 768px) {
      #single-works section#heading .wrap-heading dd:after, #single-project section#heading .wrap-heading dd:after {
        transition: 0.5s;
        transition-timing-function: cubic-bezier(0.44, 0, 0.56, 1);
        position: absolute;
        display: block;
        content: '';
        width: 100%;
        height: 15.38vw;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("../images/accordion-gradation.svg");
        -webkit-backface-visibility: hidden;
        image-rendering: -webkit-optimize-contrast;
        bottom: 0;
        left: 0; } }
  #single-works section#heading button, #single-project section#heading button {
    margin-top: 7.69vw;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 768px) {
      #single-works section#heading button, #single-project section#heading button {
        display: none; } }
    @media screen and (max-width: 768px) {
      #single-works section#heading button, #single-project section#heading button {
        display: block; } }
#single-works section#top-image, #single-project section#top-image {
  width: 100%; }
  @media screen and (min-width: 768px) {
    #single-works section#top-image, #single-project section#top-image {
      height: 44.8vw; } }
  @media screen and (max-width: 768px) {
    #single-works section#top-image, #single-project section#top-image {
      height: 89.446vw; } }
  #single-works section#top-image.head01, #single-project section#top-image.head01 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/works/01/detail-head.jpg");
    -webkit-backface-visibility: hidden;
    image-rendering: -webkit-optimize-contrast; }
  #single-works section#top-image.head02, #single-project section#top-image.head02 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/works/02/detail-head.jpg");
    -webkit-backface-visibility: hidden;
    image-rendering: -webkit-optimize-contrast; }
  #single-works section#top-image.head03, #single-project section#top-image.head03 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/works/03/detail-head.jpg");
    -webkit-backface-visibility: hidden;
    image-rendering: -webkit-optimize-contrast; }
  #single-works section#top-image.head04, #single-project section#top-image.head04 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/works/04/detail-head.jpg");
    -webkit-backface-visibility: hidden;
    image-rendering: -webkit-optimize-contrast; }
  #single-works section#top-image.head05, #single-project section#top-image.head05 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/works/05/detail-head.jpg");
    -webkit-backface-visibility: hidden;
    image-rendering: -webkit-optimize-contrast; }
  #single-works section#top-image.head06, #single-project section#top-image.head06 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/works/06/detail-head.jpg");
    -webkit-backface-visibility: hidden;
    image-rendering: -webkit-optimize-contrast; }
#single-works section#heading, #single-works section#content-wp, #single-works section#credit, #single-works section#next-project .project-inner, #single-project section#heading, #single-project section#content-wp, #single-project section#credit, #single-project section#next-project .project-inner {
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 768px) {
    #single-works section#heading, #single-works section#content-wp, #single-works section#credit, #single-works section#next-project .project-inner, #single-project section#heading, #single-project section#content-wp, #single-project section#credit, #single-project section#next-project .project-inner {
      width: 78.91%; } }
  @media screen and (max-width: 768px) {
    #single-works section#heading, #single-works section#content-wp, #single-works section#credit, #single-works section#next-project .project-inner, #single-project section#heading, #single-project section#content-wp, #single-project section#credit, #single-project section#next-project .project-inner {
      width: 91.282vw; } }
@media screen and (min-width: 768px) {
  #single-works section#heading, #single-project section#heading {
    padding-top: 135px; } }
@media screen and (max-width: 768px) {
  #single-works section#heading, #single-project section#heading {
    padding-top: 17.74vw; } }
@media screen and (min-width: 768px) {
  #single-works section#heading, #single-project section#heading {
    padding-bottom: 76.7px; } }
@media screen and (max-width: 768px) {
  #single-works section#heading, #single-project section#heading {
    padding-bottom: 17.74vw; } }
#single-works section#heading .wrap-title .title, #single-project section#heading .wrap-title .title {
  text-align: center; }
  #single-works section#heading .wrap-title .title dt, #single-project section#heading .wrap-title .title dt {
    font-weight: 400; }
    @media screen and (min-width: 768px) {
      #single-works section#heading .wrap-title .title dt, #single-project section#heading .wrap-title .title dt {
        font-size: 24px; } }
    @media screen and (max-width: 768px) {
      #single-works section#heading .wrap-title .title dt, #single-project section#heading .wrap-title .title dt {
        font-size: 18px; } }
    @media screen and (min-width: 768px) {
      #single-works section#heading .wrap-title .title dt, #single-project section#heading .wrap-title .title dt {
        margin-bottom: 18px; } }
    @media screen and (max-width: 768px) {
      #single-works section#heading .wrap-title .title dt, #single-project section#heading .wrap-title .title dt {
        margin-bottom: 9px; } }
  #single-works section#heading .wrap-title .title dd, #single-project section#heading .wrap-title .title dd {
    color: #7E7E7E;
    font-weight: 400; }
    @media screen and (min-width: 768px) {
      #single-works section#heading .wrap-title .title dd, #single-project section#heading .wrap-title .title dd {
        font-size: 12px; } }
    @media screen and (max-width: 768px) {
      #single-works section#heading .wrap-title .title dd, #single-project section#heading .wrap-title .title dd {
        font-size: 10px; } }
#single-works section#heading .wrap-title .copy, #single-project section#heading .wrap-title .copy {
  padding-top: 62px;
  font-size: 16px;
  text-align: center; }
#single-works section#content-wp img, #single-project section#content-wp img {
  transition: 0.5s;
  transition-timing-function: cubic-bezier(0.44, 0, 0.56, 1);
  opacity: 0;
  width: 100%; }
  @media screen and (min-width: 768px) {
    #single-works section#content-wp img, #single-project section#content-wp img {
      margin-bottom: 30px; } }
  @media screen and (max-width: 768px) {
    #single-works section#content-wp img, #single-project section#content-wp img {
      margin-bottom: 4.358vw; } }
  #single-works section#content-wp img.show, #single-project section#content-wp img.show {
    opacity: 1; }
#single-works section#content-wp #pc-wrap, #single-project section#content-wp #pc-wrap {
  transition: 0.5s;
  transition-timing-function: cubic-bezier(0.44, 0, 0.56, 1);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  opacity: 0; }
  @media screen and (min-width: 768px) {
    #single-works section#content-wp #pc-wrap, #single-project section#content-wp #pc-wrap {
      margin-bottom: 30px; } }
  @media screen and (max-width: 768px) {
    #single-works section#content-wp #pc-wrap, #single-project section#content-wp #pc-wrap {
      margin-bottom: 4.358vw; } }
  @media screen and (min-width: 768px) {
    #single-works section#content-wp #pc-wrap, #single-project section#content-wp #pc-wrap {
      width: 72.47vw;
      height: 45.38vw; } }
  @media screen and (max-width: 768px) {
    #single-works section#content-wp #pc-wrap, #single-project section#content-wp #pc-wrap {
      width: 71.93vw;
      height: 45.04vw; } }
  #single-works section#content-wp #pc-wrap img, #single-project section#content-wp #pc-wrap img {
    position: absolute;
    transition: 0s;
    transition-timing-function: cubic-bezier(0.44, 0, 0.56, 1);
    top: 0;
    left: 0;
    opacity: 1;
    width: 100%;
    margin-bottom: 0; }
  #single-works section#content-wp #pc-wrap.show, #single-project section#content-wp #pc-wrap.show {
    opacity: 1; }
#single-works section#content-wp #phone-wrap, #single-project section#content-wp #phone-wrap {
  transition: 0.5s;
  transition-timing-function: cubic-bezier(0.44, 0, 0.56, 1);
  opacity: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  @media screen and (min-width: 768px) {
    #single-works section#content-wp #phone-wrap, #single-project section#content-wp #phone-wrap {
      width: 346px;
      height: 690px; } }
  @media screen and (max-width: 768px) {
    #single-works section#content-wp #phone-wrap, #single-project section#content-wp #phone-wrap {
      width: 162px;
      height: 324px; } }
  @media screen and (min-width: 768px) {
    #single-works section#content-wp #phone-wrap, #single-project section#content-wp #phone-wrap {
      margin-bottom: 30px; } }
  @media screen and (max-width: 768px) {
    #single-works section#content-wp #phone-wrap, #single-project section#content-wp #phone-wrap {
      margin-bottom: 4.358vw; } }
  #single-works section#content-wp #phone-wrap.show, #single-project section#content-wp #phone-wrap.show {
    opacity: 1; }
  #single-works section#content-wp #phone-wrap div, #single-project section#content-wp #phone-wrap div {
    position: absolute;
    top: 0;
    left: 0; }
  #single-works section#content-wp #phone-wrap .screen, #single-project section#content-wp #phone-wrap .screen {
    opacity: 0;
    overflow: hidden; }
    @media screen and (min-width: 768px) {
      #single-works section#content-wp #phone-wrap .screen, #single-project section#content-wp #phone-wrap .screen {
        width: 299px;
        height: 642px;
        top: 23px;
        left: 24px; } }
    @media screen and (max-width: 768px) {
      #single-works section#content-wp #phone-wrap .screen, #single-project section#content-wp #phone-wrap .screen {
        width: 140px;
        height: 302px;
        top: 10px;
        left: 10px; } }
    #single-works section#content-wp #phone-wrap .screen img, #single-project section#content-wp #phone-wrap .screen img {
      position: absolute;
      transition: 0s;
      transition-timing-function: cubic-bezier(0.44, 0, 0.56, 1);
      top: 0;
      left: 0;
      opacity: 1;
      width: 100%;
      margin-bottom: 0; }
  #single-works section#content-wp #phone-wrap .phone, #single-project section#content-wp #phone-wrap .phone {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/phone.png");
    -webkit-backface-visibility: hidden;
    image-rendering: -webkit-optimize-contrast; }
    @media screen and (min-width: 768px) {
      #single-works section#content-wp #phone-wrap .phone, #single-project section#content-wp #phone-wrap .phone {
        width: 346px;
        height: 690px; } }
    @media screen and (max-width: 768px) {
      #single-works section#content-wp #phone-wrap .phone, #single-project section#content-wp #phone-wrap .phone {
        width: 162px;
        height: 324px; } }
#single-works section#content-wp .divide-text, #single-project section#content-wp .divide-text {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 56px;
  padding-bottom: 56px;
  border-top: solid 1px #7E7E7E;
  border-bottom: solid 1px #7E7E7E;
  display: flex;
  justify-content: space-between; }
  #single-works section#content-wp .divide-text .right, #single-works section#content-wp .divide-text .left, #single-project section#content-wp .divide-text .right, #single-project section#content-wp .divide-text .left {
    width: 47.16%; }
#single-works section#back-to-list, #single-project section#back-to-list {
  position: relative;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    #single-works section#back-to-list, #single-project section#back-to-list {
      height: 356px; } }
  @media screen and (max-width: 768px) {
    #single-works section#back-to-list, #single-project section#back-to-list {
      height: 56.666vw; } }
  @media screen and (min-width: 768px) {
    #single-works section#back-to-list, #single-project section#back-to-list {
      width: 78.91%; } }
  @media screen and (max-width: 768px) {
    #single-works section#back-to-list, #single-project section#back-to-list {
      width: 91.282vw; } }
  #single-works section#back-to-list a, #single-project section#back-to-list a {
    display: flex;
    align-items: center;
    position: absolute; }
    @media screen and (min-width: 768px) {
      #single-works section#back-to-list a, #single-project section#back-to-list a {
        font-size: 18px; } }
    @media screen and (max-width: 768px) {
      #single-works section#back-to-list a, #single-project section#back-to-list a {
        font-size: 13px; } }
    #single-works section#back-to-list a:hover .arrow, #single-project section#back-to-list a:hover .arrow {
      transform: translateX(-6px); }
    #single-works section#back-to-list a:hover .up, #single-project section#back-to-list a:hover .up {
      transform: translateY(-6px); }
    @media screen and (min-width: 768px) {
      #single-works section#back-to-list a.link-list, #single-project section#back-to-list a.link-list {
        top: 50%;
        transform: translateY(-50%); } }
    @media screen and (max-width: 768px) {
      #single-works section#back-to-list a.link-list, #single-project section#back-to-list a.link-list {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -100%); } }
    @media screen and (min-width: 768px) {
      #single-works section#back-to-list a.link-list .text, #single-project section#back-to-list a.link-list .text {
        margin-left: 47.2px; } }
    @media screen and (max-width: 768px) {
      #single-works section#back-to-list a.link-list .text, #single-project section#back-to-list a.link-list .text {
        margin-left: 16.7px; } }
    #single-works section#back-to-list a.link-list .arrow, #single-project section#back-to-list a.link-list .arrow {
      transition: 0.5s;
      transition-timing-function: cubic-bezier(0.44, 0, 0.56, 1);
      display: block;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      background-image: url("../images/ico-internal-link.svg");
      -webkit-backface-visibility: hidden;
      image-rendering: -webkit-optimize-contrast;
      transition: 0.5s;
      transition-timing-function: cubic-bezier(0.44, 0, 0.56, 1); }
      @media screen and (min-width: 768px) {
        #single-works section#back-to-list a.link-list .arrow, #single-project section#back-to-list a.link-list .arrow {
          width: 34px; } }
      @media screen and (max-width: 768px) {
        #single-works section#back-to-list a.link-list .arrow, #single-project section#back-to-list a.link-list .arrow {
          width: 28px; } }
      @media screen and (min-width: 768px) {
        #single-works section#back-to-list a.link-list .arrow, #single-project section#back-to-list a.link-list .arrow {
          height: 9px; } }
      @media screen and (max-width: 768px) {
        #single-works section#back-to-list a.link-list .arrow, #single-project section#back-to-list a.link-list .arrow {
          height: 8px; } }
    @media screen and (min-width: 768px) {
      #single-works section#back-to-list a.link-up, #single-project section#back-to-list a.link-up {
        top: 50%;
        transform: translateY(-50%);
        right: 0; } }
    @media screen and (max-width: 768px) {
      #single-works section#back-to-list a.link-up, #single-project section#back-to-list a.link-up {
        bottom: 4.358vw;
        right: 0; } }
    @media screen and (min-width: 768px) {
      #single-works section#back-to-list a.link-up .text, #single-project section#back-to-list a.link-up .text {
        margin-right: 19px; } }
    @media screen and (max-width: 768px) {
      #single-works section#back-to-list a.link-up .text, #single-project section#back-to-list a.link-up .text {
        margin-right: 10.4px; } }
    #single-works section#back-to-list a.link-up .up, #single-project section#back-to-list a.link-up .up {
      transition: 0.5s;
      transition-timing-function: cubic-bezier(0.44, 0, 0.56, 1);
      display: block;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      background-image: url("../images/ico-arrow-up.svg");
      -webkit-backface-visibility: hidden;
      image-rendering: -webkit-optimize-contrast;
      transition: 0.5s;
      transition-timing-function: cubic-bezier(0.44, 0, 0.56, 1); }
      @media screen and (min-width: 768px) {
        #single-works section#back-to-list a.link-up .up, #single-project section#back-to-list a.link-up .up {
          width: 21.4px; } }
      @media screen and (max-width: 768px) {
        #single-works section#back-to-list a.link-up .up, #single-project section#back-to-list a.link-up .up {
          width: 18.4px; } }
      @media screen and (min-width: 768px) {
        #single-works section#back-to-list a.link-up .up, #single-project section#back-to-list a.link-up .up {
          height: 18.5px; } }
      @media screen and (max-width: 768px) {
        #single-works section#back-to-list a.link-up .up, #single-project section#back-to-list a.link-up .up {
          height: 16.5px; } }
#single-works section#back-next, #single-project section#back-next {
  margin-top: 93px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.02); }
  #single-works section#back-next .wrap-links, #single-project section#back-next .wrap-links {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 295px; }
    #single-works section#back-next .wrap-links .prev-next-list, #single-works section#back-next .wrap-links .list, #single-project section#back-next .wrap-links .prev-next-list, #single-project section#back-next .wrap-links .list {
      position: relative;
      width: calc( 100% / 3.0 ); }
      #single-works section#back-next .wrap-links .prev-next-list a, #single-works section#back-next .wrap-links .list a, #single-project section#back-next .wrap-links .prev-next-list a, #single-project section#back-next .wrap-links .list a {
        transition: 0.5s;
        transition-timing-function: cubic-bezier(0.44, 0, 0.56, 1);
        height: 295px; }
      #single-works section#back-next .wrap-links .prev-next-list dl, #single-works section#back-next .wrap-links .list dl, #single-project section#back-next .wrap-links .prev-next-list dl, #single-project section#back-next .wrap-links .list dl {
        padding-top: 130px; }
        #single-works section#back-next .wrap-links .prev-next-list dl.invert, #single-works section#back-next .wrap-links .list dl.invert, #single-project section#back-next .wrap-links .prev-next-list dl.invert, #single-project section#back-next .wrap-links .list dl.invert {
          filter: invert(1); }
    #single-works section#back-next .wrap-links .list, #single-project section#back-next .wrap-links .list {
      border-left: solid 1px #7E7E7E;
      border-right: solid 1px #7E7E7E;
      text-align: center; }
      #single-works section#back-next .wrap-links .list dl, #single-project section#back-next .wrap-links .list dl {
        text-align: center; }
        #single-works section#back-next .wrap-links .list dl dt, #single-project section#back-next .wrap-links .list dl dt {
          font-size: 18px;
          padding-bottom: 20px; }
        #single-works section#back-next .wrap-links .list dl dd, #single-project section#back-next .wrap-links .list dl dd {
          transition: 0.5s;
          transition-timing-function: cubic-bezier(0.44, 0, 0.56, 1);
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          background-image: url("../images/ico-internal-link.svg");
          -webkit-backface-visibility: hidden;
          image-rendering: -webkit-optimize-contrast;
          width: 34px;
          height: 9px;
          margin: auto; }
      #single-works section#back-next .wrap-links .list a:hover dl dd, #single-project section#back-next .wrap-links .list a:hover dl dd {
        transform: translateX(-12px); }
    #single-works section#back-next .wrap-links .prev-next-list a:hover, #single-project section#back-next .wrap-links .prev-next-list a:hover {
      background-color: #000; }
    #single-works section#back-next .wrap-links .prev-next-list dl dt, #single-project section#back-next .wrap-links .prev-next-list dl dt {
      font-size: 15px;
      padding-bottom: 9px;
      color: #7E7E7E; }
    #single-works section#back-next .wrap-links .prev-next-list dl dd, #single-project section#back-next .wrap-links .prev-next-list dl dd {
      font-size: 23px; }
    #single-works section#back-next .wrap-links .prev-next-list.prev dl, #single-project section#back-next .wrap-links .prev-next-list.prev dl {
      padding-left: 28.76%; }
    #single-works section#back-next .wrap-links .prev-next-list.next, #single-project section#back-next .wrap-links .prev-next-list.next {
      text-align: right; }
      #single-works section#back-next .wrap-links .prev-next-list.next dl, #single-project section#back-next .wrap-links .prev-next-list.next dl {
        padding-right: 28.76%; }
  #single-works section#back-next .bg-image, #single-project section#back-next .bg-image {
    opacity: 0;
    transition: 0.5s;
    transition-timing-function: cubic-bezier(0.44, 0, 0.56, 1);
    z-index: -1;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 295px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/bnr-next.jpg");
    -webkit-backface-visibility: hidden;
    image-rendering: -webkit-optimize-contrast;
    pointer-events: none; }
    #single-works section#back-next .bg-image.show, #single-project section#back-next .bg-image.show {
      opacity: 1; }
#single-works section#credit, #single-project section#credit {
  margin-top: 53px;
  padding-top: 56px;
  border-top: solid 1px #000; }
#single-works section#next-project, #single-project section#next-project {
  margin-top: 108px;
  position: relative;
  width: 100%;
  height: 413px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/project-next.jpg");
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast; }
  #single-works section#next-project .bg, #single-project section#next-project .bg {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 413px;
    background-color: rgba(0, 0, 0, 0.71);
    transition: 0.5s;
    transition-timing-function: cubic-bezier(0.44, 0, 0.56, 1); }
    #single-works section#next-project .bg.show, #single-project section#next-project .bg.show {
      background-color: rgba(0, 0, 0, 0.02); }
  #single-works section#next-project .project-inner, #single-project section#next-project .project-inner {
    padding-top: 164px;
    display: flex;
    align-items: center;
    filter: invert(1); }
    #single-works section#next-project .project-inner .arrow, #single-project section#next-project .project-inner .arrow {
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      background-image: url("../images/ico-internal-link.svg");
      -webkit-backface-visibility: hidden;
      image-rendering: -webkit-optimize-contrast;
      width: 34px;
      height: 9px;
      transition: 0.5s;
      transition-timing-function: cubic-bezier(0.44, 0, 0.56, 1); }
    #single-works section#next-project .project-inner .back2list, #single-project section#next-project .project-inner .back2list {
      padding-right: 54px; }
      #single-works section#next-project .project-inner .back2list a, #single-project section#next-project .project-inner .back2list a {
        display: flex;
        align-items: center; }
        #single-works section#next-project .project-inner .back2list a:hover .arrow, #single-project section#next-project .project-inner .back2list a:hover .arrow {
          transform: translateX(-12px); }
      #single-works section#next-project .project-inner .back2list p, #single-project section#next-project .project-inner .back2list p {
        margin-left: 13px; }
    #single-works section#next-project .project-inner .next, #single-project section#next-project .project-inner .next {
      padding-left: 54px;
      border-left: solid 1px #000;
      padding-left: 54px; }
      #single-works section#next-project .project-inner .next a:hover .arrow, #single-project section#next-project .project-inner .next a:hover .arrow {
        transform: translateX(12px); }
      #single-works section#next-project .project-inner .next dl, #single-project section#next-project .project-inner .next dl {
        margin-bottom: 30px; }
        #single-works section#next-project .project-inner .next dl dt, #single-project section#next-project .project-inner .next dl dt {
          color: #7E7E7E;
          font-size: 15px; }
        #single-works section#next-project .project-inner .next dl dd, #single-project section#next-project .project-inner .next dl dd {
          margin-top: 5px;
          font-size: 27px; }
      #single-works section#next-project .project-inner .next .view-detail, #single-project section#next-project .project-inner .next .view-detail {
        display: flex;
        align-items: center; }
        #single-works section#next-project .project-inner .next .view-detail p, #single-project section#next-project .project-inner .next .view-detail p {
          margin-right: 24px; }
        #single-works section#next-project .project-inner .next .view-detail .arrow, #single-project section#next-project .project-inner .next .view-detail .arrow {
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          background-image: url("../images/ico-internal-link-next.svg");
          -webkit-backface-visibility: hidden;
          image-rendering: -webkit-optimize-contrast; }

main#archive-works, main#archive-project {
  min-height: 100vh; }
  main#archive-works section#header, main#archive-works section#list, main#archive-project section#header, main#archive-project section#list {
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 768px) {
      main#archive-works section#header, main#archive-works section#list, main#archive-project section#header, main#archive-project section#list {
        width: 78.84%; } }
    @media screen and (max-width: 768px) {
      main#archive-works section#header, main#archive-works section#list, main#archive-project section#header, main#archive-project section#list {
        width: 91.282vw; } }
  @media screen and (min-width: 768px) {
    main#archive-works section#header, main#archive-project section#header {
      padding-top: 82px; } }
  @media screen and (max-width: 768px) {
    main#archive-works section#header, main#archive-project section#header {
      padding-top: 85px; } }
  @media screen and (min-width: 768px) {
    main#archive-works section#header, main#archive-project section#header {
      padding-bottom: 102px; } }
  @media screen and (max-width: 768px) {
    main#archive-works section#header, main#archive-project section#header {
      padding-bottom: 85px; } }
  main#archive-works section#header h2, main#archive-project section#header h2 {
    letter-spacing: 0.25em;
    font-weight: 300;
    color: #99E8E7; }
    @media screen and (min-width: 768px) {
      main#archive-works section#header h2, main#archive-project section#header h2 {
        font-size: 70px; } }
    @media screen and (max-width: 768px) {
      main#archive-works section#header h2, main#archive-project section#header h2 {
        font-size: 39px; } }
  main#archive-works section#list, main#archive-project section#list {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 90px; }
    main#archive-works section#list .wrap-img, main#archive-project section#list .wrap-img {
      overflow: hidden; }
      @media screen and (min-width: 768px) {
        main#archive-works section#list .wrap-img, main#archive-project section#list .wrap-img {
          width: calc( ( 78.84vw ) / 3 - ( 2 * 18px ) ); } }
      @media screen and (max-width: 768px) {
        main#archive-works section#list .wrap-img, main#archive-project section#list .wrap-img {
          width: calc( ( 91.282vw ) / 2 - 2.564vw ); } }
      @media screen and (min-width: 768px) {
        main#archive-works section#list .wrap-img, main#archive-project section#list .wrap-img {
          height: calc( (( 78.84vw ) / 3 - ( 2 * 18px )) * 0.7976 ); } }
      @media screen and (max-width: 768px) {
        main#archive-works section#list .wrap-img, main#archive-project section#list .wrap-img {
          height: calc( ( ( 91.282vw ) / 2 - 2.564vw ) * 0.7976 ); } }
      @media screen and (min-width: 768px) {
        main#archive-works section#list .wrap-img, main#archive-project section#list .wrap-img {
          margin-top: 20px; } }
      @media screen and (max-width: 768px) {
        main#archive-works section#list .wrap-img, main#archive-project section#list .wrap-img {
          margin-top: 0; } }
      @media screen and (min-width: 768px) {
        main#archive-works section#list .wrap-img, main#archive-project section#list .wrap-img {
          margin-bottom: 0; } }
      @media screen and (max-width: 768px) {
        main#archive-works section#list .wrap-img, main#archive-project section#list .wrap-img {
          margin-bottom: 2.564vw; } }
      main#archive-works section#list .wrap-img div, main#archive-project section#list .wrap-img div {
        transition: 0.5s;
        transition-timing-function: cubic-bezier(0.44, 0, 0.56, 1); }
        @media screen and (min-width: 768px) {
          main#archive-works section#list .wrap-img div, main#archive-project section#list .wrap-img div {
            width: calc( ( 78.84vw ) / 3 - ( 2 * 18px ) ); } }
        @media screen and (max-width: 768px) {
          main#archive-works section#list .wrap-img div, main#archive-project section#list .wrap-img div {
            width: calc( ( 91.282vw ) / 2 - 2.564vw ); } }
        @media screen and (min-width: 768px) {
          main#archive-works section#list .wrap-img div, main#archive-project section#list .wrap-img div {
            height: calc( (( 78.84vw ) / 3 - ( 2 * 18px )) * 0.7976 ); } }
        @media screen and (max-width: 768px) {
          main#archive-works section#list .wrap-img div, main#archive-project section#list .wrap-img div {
            height: calc( ( ( 91.282vw ) / 2 - 2.564vw ) * 0.7976 ); } }
      main#archive-works section#list .wrap-img a:hover div, main#archive-project section#list .wrap-img a:hover div {
        transform: scale(1.05); }
    @media screen and (min-width: 768px) {
      main#archive-works section#list .wrap-img:nth-of-type(3n + 2), main#archive-project section#list .wrap-img:nth-of-type(3n + 2) {
        margin-left: 18px;
        margin-right: 18px; } }
    @media screen and (max-width: 768px) {
      main#archive-works section#list .wrap-img:nth-of-type(2n + 1), main#archive-project section#list .wrap-img:nth-of-type(2n + 1) {
        margin-right: 2.564vw; } }
    main#archive-works section#list .wrap-img:nth-of-type(1) div, main#archive-project section#list .wrap-img:nth-of-type(1) div {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url("../images/works/01/list-thumb.jpg");
      -webkit-backface-visibility: hidden;
      image-rendering: -webkit-optimize-contrast; }
    main#archive-works section#list .wrap-img:nth-of-type(2) div, main#archive-project section#list .wrap-img:nth-of-type(2) div {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url("../images/works/02/list-thumb.jpg");
      -webkit-backface-visibility: hidden;
      image-rendering: -webkit-optimize-contrast; }
    main#archive-works section#list .wrap-img:nth-of-type(3) div, main#archive-project section#list .wrap-img:nth-of-type(3) div {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url("../images/works/03/list-thumb.jpg");
      -webkit-backface-visibility: hidden;
      image-rendering: -webkit-optimize-contrast; }
    main#archive-works section#list .wrap-img:nth-of-type(4) div, main#archive-project section#list .wrap-img:nth-of-type(4) div {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url("../images/works/04/list-thumb.jpg");
      -webkit-backface-visibility: hidden;
      image-rendering: -webkit-optimize-contrast; }
    main#archive-works section#list .wrap-img:nth-of-type(5) div, main#archive-project section#list .wrap-img:nth-of-type(5) div {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url("../images/works/05/list-thumb.jpg");
      -webkit-backface-visibility: hidden;
      image-rendering: -webkit-optimize-contrast; }
    main#archive-works section#list .wrap-img:nth-of-type(6) div, main#archive-project section#list .wrap-img:nth-of-type(6) div {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url("../images/works/06/list-thumb.jpg");
      -webkit-backface-visibility: hidden;
      image-rendering: -webkit-optimize-contrast; }
  main#archive-works a.back2top, main#archive-project a.back2top {
    margin: 0 auto;
    display: flex;
    align-items: center;
    width: 230px;
    margin-bottom: 200px; }
    @media screen and (min-width: 768px) {
      main#archive-works a.back2top, main#archive-project a.back2top {
        font-size: 18px; } }
    @media screen and (max-width: 768px) {
      main#archive-works a.back2top, main#archive-project a.back2top {
        font-size: 13px; } }
    main#archive-works a.back2top span, main#archive-project a.back2top span {
      display: block; }
    main#archive-works a.back2top .arrow, main#archive-project a.back2top .arrow {
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      background-image: url("../images/ico-internal-link.svg");
      -webkit-backface-visibility: hidden;
      image-rendering: -webkit-optimize-contrast;
      width: 34px;
      height: 9px;
      transition: 0.5s;
      transition-timing-function: cubic-bezier(0.44, 0, 0.56, 1);
      margin-right: 20px; }
    main#archive-works a.back2top:hover .arrow, main#archive-project a.back2top:hover .arrow {
      transform: translateX(-8px); }

main#page-privacy-policy section#heading, main#page-privacy-policy section#content {
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 768px) {
    main#page-privacy-policy section#heading, main#page-privacy-policy section#content {
      max-width: 800px; } }
  @media screen and (min-width: 768px) and (max-width: 872px) {
    main#page-privacy-policy section#heading, main#page-privacy-policy section#content {
      width: calc( 100vw - 72px ); } }

main#page-privacy-policy section#heading h2 {
  text-align: center; }
  @media screen and (min-width: 768px) {
    main#page-privacy-policy section#heading h2 {
      padding-top: 201px; } }
  @media screen and (max-width: 768px) {
    main#page-privacy-policy section#heading h2 {
      padding-top: 31.02vw; } }
  @media screen and (min-width: 768px) {
    main#page-privacy-policy section#heading h2 {
      padding-bottom: 123px; } }
  @media screen and (max-width: 768px) {
    main#page-privacy-policy section#heading h2 {
      padding-bottom: 15.38vw; } }
  main#page-privacy-policy section#heading h2 dt {
    font-weight: 400;
    letter-spacing: 0.18em; }
    @media screen and (min-width: 768px) {
      main#page-privacy-policy section#heading h2 dt {
        font-size: 19px; } }
    @media screen and (max-width: 768px) {
      main#page-privacy-policy section#heading h2 dt {
        font-size: 16px; } }
    @media screen and (min-width: 768px) {
      main#page-privacy-policy section#heading h2 dt {
        padding-bottom: 6px; } }
    @media screen and (max-width: 768px) {
      main#page-privacy-policy section#heading h2 dt {
        padding-bottom: 8px; } }
  @media screen and (min-width: 768px) {
    main#page-privacy-policy section#heading h2 dd {
      font-size: 13px; } }
  @media screen and (max-width: 768px) {
    main#page-privacy-policy section#heading h2 dd {
      font-size: 11px; } }
@media screen and (min-width: 768px) {
  main#page-privacy-policy section#content {
    padding-bottom: 61px; } }
@media screen and (max-width: 768px) {
  main#page-privacy-policy section#content {
    padding-bottom: 30vw; } }
@media screen and (max-width: 768px) {
  main#page-privacy-policy section#content {
    width: calc(87.17vw);
    padding-left: 6.41vw; } }
@media screen and (min-width: 768px) {
  main#page-privacy-policy section#content dl {
    display: flex; } }
@media screen and (max-width: 768px) {
  main#page-privacy-policy section#content dl {
    display: block; } }
@media screen and (min-width: 768px) {
  main#page-privacy-policy section#content dl {
    padding-bottom: 61px; } }
@media screen and (max-width: 768px) {
  main#page-privacy-policy section#content dl {
    padding-bottom: 12.66vw; } }
@media screen and (min-width: 768px) {
  main#page-privacy-policy section#content dl dt {
    font-size: 15px; } }
@media screen and (max-width: 768px) {
  main#page-privacy-policy section#content dl dt {
    font-size: 13px; } }
@media screen and (min-width: 768px) {
  main#page-privacy-policy section#content dl dt {
    width: 150px; } }
@media screen and (max-width: 768px) {
  main#page-privacy-policy section#content dl dt {
    padding-bottom: 7.43vw;
    padding-left: 1.79vw; } }
@media screen and (min-width: 768px) {
  main#page-privacy-policy section#content dl dd {
    font-size: 15px; } }
@media screen and (max-width: 768px) {
  main#page-privacy-policy section#content dl dd {
    font-size: 12px; } }
@media screen and (min-width: 768px) {
  main#page-privacy-policy section#content dl dd {
    flex: 1; } }
@media screen and (max-width: 768px) {
  main#page-privacy-policy section#content dl dd {
    padding-left: 10vw; } }
main#page-privacy-policy section#content dl dd a {
  cursor: pointer;
  text-decoration: underline; }

/*# sourceMappingURL=base.css.map */
