@charset "UTF-8";
/* Scss Document */
html {
  box-sizing: border-box;
  font-size: 2.60416667vw; }

@media only screen and (min-width: 48em) {
  html {
    font-size: 1.42959257vw; } }
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold; }
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100; }
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200; }
body,
html {
  height: 100%;
  line-height: 2.2;
  font-family: 'Noto Sans','Noto Sans JP', sans-serif; }

img {
  height: auto;
  max-width: 100%;
  transition: .3s; }

a::hover img {
  opacity: .8; }

svg {
  height: 100%;
  width: 100%; }

img[srcset] {
  width: 100%;
  transition: .3s; }

.st-Layout * {
  color: inherit;
  font-size: 1em;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  transition-duration: .5s;
  transition-property: none;
  transition-timing-function: ease-in-out; }
  .st-Layout *::before, .st-Layout *::after {
    transition-duration: inherit;
    transition-property: inherit;
    transition-timing-function: inherit; }
.st-Layout li {
  list-style-type: inherit; }

a {
  transition: .3s; }

a:hover img {
  opacity: .8; }

.st-Wrapper {
  overflow: hidden;
  position: relative; }

/*.st-Width {
	padding-left: calc(40rem / 20);
	padding-right: calc(40rem / 20);
	width: 100%;
}
@media only screen and (min-width: 46.75em) {
  .st-Width {
			margin-left: auto;
			margin-right: auto;
			padding-left: 0;
			padding-right: 0;
  }
}*/
/*固定背景*/
.parallax-bg {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  height: 100%; }

.scrollbox {
  background-color: #fff; }

.characters {
  position: absolute;
  bottom: calc(-20rem / 20);
  width: 100%; }

.characters ul {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-flex-pack: center;
  -moz-flex-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }

.characters li {
  display: block;
  border-radius: 50%;
  width: calc(10rem / 20);
  height: calc(10rem / 20);
  cursor: default; }

.characters li {
  margin-right: calc(7rem / 20);
  margin-left: calc(7rem / 20);
  background: #323233;
  color: transparent; }

.characters li.active {
  background: #7e756e; }

.characters-poster {
  display: none; }

@media only screen and (min-width: 46.75em) {
  .characters {
    bottom: -2.08333333333333vw; }

  .characters li {
    width: 0.364583333333333vw;
    height: 0.364583333333333vw; }

  .characters li {
    margin-right: 0.364583333333333vw;
    margin-left: 0.364583333333333vw; } }
.st-Header {
  left: 0;
  width: 100%;
  transition: .3s;
  z-index: 99;
  top: 0;
  left: 0;
  position: absolute; }
  .st-Header .inner {
    height: 100%; }
  .st-Header .st-Logo {
    transition: .3s;
    margin-top: calc(50rem / 20);
    margin-left: calc(50rem / 20);
    font-weight: 400;
    font-size: calc(40rem / 20);
    line-height: 1.45;
    letter-spacing: .35rem;
    color: #fff; }
    .st-Header .st-Logo span {
      display: block;
      font-weight: 500;
      letter-spacing: .18rem;
      font-size: calc(29rem / 20); }
  .st-Header.second {
    position: relative; }
    .st-Header.second .st-Logo {
      color: #000; }
    .st-Header.second .st-Navi .list li.mail svg {
      fill: #000;
      width: calc(50rem / 20); }
    .st-Header.second .st-Navi .list li a {
      color: #000; }
      .st-Header.second .st-Navi .list li a::after {
        background: #000; }
    .st-Header.second .st-Navi.menu-expanded .list li.mail svg {
      fill: #fff; }
    .st-Header.second .st-Navi.menu-expanded .list li a {
      color: #fff; }
    .st-Header.second .st-Navi.menu-expanded .menu-trigger {
      border: 2px solid #fff; }
      .st-Header.second .st-Navi.menu-expanded .menu-trigger span {
        background: #fff; }
    .st-Header.second .menu-trigger {
      border: 2px solid #000; }
      .st-Header.second .menu-trigger span {
        background: #000; }

@media only screen and (min-width: 46.75em) {
  .st-Header {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-left: 5.20833333333333vw;
    padding-right: 4.6875vw;
    padding-top: 3.125vw;
    padding-bottom: 1.625vw; }
    .st-Header .st-Logo {
      width: 31.25vw;
      margin-top: 0;
      margin-left: 0;
      font-size: 1.51041666666667vw;
      line-height: 1.45;
      letter-spacing: .15rem; }
      .st-Header .st-Logo span {
        letter-spacing: .1rem;
        font-size: 1.04166666666667vw; }
    .st-Header.on-scroll .st-Logo {
      color: #000; }
    .st-Header.on-scroll .st-Navi .list li a {
      color: #000; }
      .st-Header.on-scroll .st-Navi .list li a:after {
        background: #000; }
    .st-Header.on-scroll .st-Navi .list li.mail svg {
      fill: #000; }
    .st-Header.second {
      position: fixed; }
      .st-Header.second .st-Navi .list li.mail svg {
        width: 1.82291666666667vw; }
      .st-Header.second .st-Navi.menu-expanded .list li a {
        color: #fff; }
      .st-Header.second .st-Navi.menu-expanded .menu-trigger {
        border: 2px solid #fff; }
        .st-Header.second .st-Navi.menu-expanded .menu-trigger span {
          background: #fff; }
      .st-Header.second .menu-trigger {
        border: 2px solid #000; }
        .st-Header.second .menu-trigger span {
          background: #000; } }
.st-Navi {
  left: 0;
  transition: .4s;
  width: 100%;
  z-index: 99;
  position: fixed;
  top: -200vh;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); }
  .st-Navi.menu-expanded {
    top: 0; }
  .st-Navi .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
  .st-Navi .list li {
    position: relative;
    font-size: calc(40rem / 20); }
    .st-Navi .list li.mail svg {
      transition: .3s;
      fill: #fff;
      width: calc(50rem / 20); }
    .st-Navi .list li a {
      transition: .3s;
      color: #fff;
      text-align: center;
      display: block;
      padding-top: calc(20rem / 20);
      padding-bottom: calc(20rem / 20); }

@media only screen and (min-width: 46.75em) {
  .st-Navi {
    width: 31.25vw;
    position: relative;
    top: 0;
    margin-left: auto;
    height: auto;
    background: rgba(0, 0, 0, 0); }
    .st-Navi .inner {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: end;
      -webkit-flex-pack: end;
      -webkit-justify-content: flex-end;
      justify-content: flex-end; }
    .st-Navi .list {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: end;
      -webkit-flex-pack: end;
      -webkit-justify-content: flex-end;
      justify-content: flex-end;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center; }
      .st-Navi .list li {
        font-size: 0.833333333333333vw;
        margin-right: 1.82291666666667vw; }
        .st-Navi .list li.mail {
          margin-right: 0; }
          .st-Navi .list li.mail svg {
            width: 1.82291666666667vw; }
          .st-Navi .list li.mail a::after {
            width: 0; }
          .st-Navi .list li.mail a:hover::after {
            transform: scale(0, 0); }
        .st-Navi .list li a {
          color: #fff;
          text-align: center;
          display: block;
          padding-top: .02166666666667vw;
          padding-bottom: .02166666666667vw;
          position: relative; }
          .st-Navi .list li a::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 2px;
            background: #fff;
            transition: all .3s;
            transform: scale(0, 1);
            transform-origin: center top; }
          .st-Navi .list li a:hover::after {
            transform: scale(1, 1); } }
.menu-trigger {
  display: block;
  width: calc(100rem / 20);
  height: calc(100rem / 20);
  border-radius: 50%;
  border: 2px solid #fff;
  position: fixed;
  top: calc(50rem / 20);
  right: calc(45rem / 20);
  z-index: 999; }
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    height: 1.5px;
    width: calc(40rem / 20);
    left: calc(26rem / 20);
    background: #fff; }
    .menu-trigger span:nth-of-type(1) {
      top: calc(34rem / 20); }
    .menu-trigger span:nth-of-type(2) {
      top: calc(47rem / 20); }
    .menu-trigger span:nth-of-type(3) {
      bottom: calc(29rem / 20); }
  .menu-trigger.black {
    border: 2px solid #000; }
    .menu-trigger.black span {
      background: #000; }
  .menu-trigger.active {
    border: 2px solid #fff; }
    .menu-trigger.active span {
      background: #fff; }
      .menu-trigger.active span:nth-of-type(1) {
        -webkit-transform: translateY(0.7rem) rotate(-45deg);
        transform: translateY(0.7rem) rotate(-45deg); }
      .menu-trigger.active span:nth-of-type(2) {
        opacity: 0; }
      .menu-trigger.active span:nth-of-type(3) {
        -webkit-transform: translateY(-0.7rem) rotate(45deg);
        transform: translateY(-0.7rem) rotate(45deg); }

@media only screen and (min-width: 46.75em) {
  .menu-trigger {
    display: none; } }
.scroll-ico {
  position: absolute;
  bottom: calc(20rem / 20);
  left: 50%; }

.scroll-ico span {
  position: absolute;
  top: calc(-240rem / 20);
  line-height: .2;
  left: 50%;
  color: #fff;
  font-size: calc(25rem / 20);
  letter-spacing: 0.05rem;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl; }

.scroll-ico:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(-5.5rem / 20);
  /*丸の形状*/
  width: calc(13rem / 20);
  height: calc(13rem / 20);
  border-radius: 50%;
  background: #fff;
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite; }

@keyframes circlemove {
  0% {
    bottom: calc(120rem / 20); }
  100% {
    bottom: calc(-5rem / 20); } }
@keyframes cirlemovehide {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  80% {
    opacity: 0.9; }
  100% {
    opacity: 0; } }
.scroll-ico:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: calc(120rem / 20);
  background: #fff; }

@media only screen and (min-width: 46.75em) {
  .scroll-ico {
    bottom: 0; }

  .scroll-ico span {
    position: absolute;
    top: -10.310417vw;
    line-height: .2;
    left: 50%;
    color: #fff;
    font-size: 0.833333333333333vw;
    letter-spacing: 0.05rem; }

  .scroll-ico:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -.3154833333333337vw;
    width: 0.677083333333333vw;
    height: 0.677083333333333vw;
    animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite; }

  @keyframes circlemove {
    0% {
      bottom: 5.98958333333333vw; }
    100% {
      bottom: 0; } }
  @keyframes cirlemovehide {
    0% {
      opacity: 0; }
    50% {
      opacity: 1; }
    80% {
      opacity: 0.9; }
    100% {
      opacity: 0; } }
  .scroll-ico:after {
    height: 5.98958333333333vw; } }
@media only screen and (min-width: 46.75em) {
  .st-Main {
    margin-top: 8.33333333333333vw; } }
/*** home
**********************************************************/
.home-project {
  padding-top: calc(150rem / 20);
  padding-left: calc(75rem / 20);
  padding-right: calc(75rem / 20); }
  .home-project .ttl {
    text-align: center;
    font-weight: 400;
    letter-spacing: .1rem;
    font-size: calc(40rem / 20);
    margin-bottom: calc(25rem / 20); }
  .home-project .img {
    margin-bottom: calc(70rem / 20);
    display: block; }
  .home-project .more {
    width: calc(370rem / 20);
    font-size: calc(36rem / 20);
    margin-left: auto;
    margin-right: auto;
    margin-top: calc(66rem / 20); }
    .home-project .more a {
      background: #737374;
      color: #fff;
      height: calc(80rem / 20);
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -webkit-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
      box-shadow: 0px 0px 0.5rem 0px rgba(0, 0, 0, 0.44); }

@media only screen and (min-width: 46.75em) {
  .home-project {
    padding-top: 8.85416666666667vw;
    padding-left: 5.20833333333333vw;
    padding-right: 5.20833333333333vw;
    text-align: center; }
    .home-project .ttl {
      font-size: 1.30208333333333vw;
      margin-bottom: 0.78125vw; }
    .home-project .img {
      margin-bottom: 5.20833333333333vw; }
      .home-project .img:last-of-type {
        margin-bottom: 0; }
    .home-project img {
      width: 100%; }
    .home-project .more {
      width: 13.0208333333333vw;
      font-size: 1.30208333333333vw;
      margin-top: 3.4375vw; }
      .home-project .more a {
        position: relative;
        overflow: hidden;
        height: 2.86458333333333vw;
        box-shadow: 0px 0px 0.5rem 0px rgba(0, 0, 0, 0.44); }
        .home-project .more a::after {
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 2.60416666666667vw;
          height: 2.60416666666667vw;
          border-radius: 50%;
          transition: opacity linear 0.5s;
          content: ''; }
        .home-project .more a:hover::after {
          -webkit-animation: pulseMotion 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
          animation: pulseMotion 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); } }
@keyframes pulseMotion {
  0% {
    transform: translate(-50%, -50%) scale(1, 1);
    background-color: rgba(255, 255, 255, 0.4); }
  100% {
    transform: translate(-50%, -50%) scale(10, 10);
    background-color: rgba(255, 255, 255, 0); } }
.home-about {
  padding-top: calc(130rem / 20);
  padding-left: calc(75rem / 20);
  padding-right: calc(75rem / 20); }
  .home-about .ttl {
    text-align: center;
    font-weight: 400;
    letter-spacing: .1rem;
    font-size: calc(40rem / 20);
    margin-bottom: calc(25rem / 20); }
  .home-about .img {
    width: calc(400rem / 20);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: calc(60rem / 20); }
  .home-about .txtarea {
    padding-left: calc(15rem / 20);
    padding-right: calc(15rem / 20); }
  .home-about .name {
    font-size: calc(40rem / 20);
    font-weight: 400;
    letter-spacing: .4rem;
    padding-left: calc(90rem / 20);
    padding-right: calc(90rem / 20);
    margin-bottom: calc(30rem / 20);
    line-height: 1.5; }
  .home-about .list {
    padding-left: calc(90rem / 20);
    padding-right: calc(90rem / 20);
    font-size: calc(22rem / 20);
    margin-bottom: calc(40rem / 20);
    line-height: 1.75; }
  .home-about .txt {
    font-size: calc(22rem / 20);
    letter-spacing: 0;
    line-height: 1.75; }

@media only screen and (min-width: 46.75em) {
  .home-about {
    padding-top: 9.77083333333333vw;
    padding-left: 5.20833333333333vw;
    padding-right: 5.20833333333333vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
    .home-about .ttl {
      text-align: center;
      width: 100%;
      font-weight: 400;
      letter-spacing: .1rem;
      font-size: 1.30208333333333vw;
      margin-bottom: 5.20833333333333vw; }
    .home-about .img {
      width: 20.8333333333333vw;
      margin-left: 0;
      margin-right: 4.42708333333333vw;
      margin-bottom: 0; }
      .home-about .img img {
        width: 100%; }
    .home-about .txtarea {
      width: 33.3333333333333vw;
      padding-left: 0;
      padding-right: 0; }
    .home-about .name {
      font-size: 1.14583333333333vw;
      padding-left: 0;
      padding-right: 0;
      letter-spacing: .2rem;
      margin-top: 1.04166666666667vw;
      margin-bottom: 1.82291666666667vw; }
    .home-about .list {
      padding-left: 0;
      padding-right: 0;
      font-size: 0.9375vw;
      letter-spacing: .05rem;
      margin-bottom: 2.86458333333333vw;
      line-height: 2; }
    .home-about .txt {
      font-size: 0.9375vw;
      line-height: 1.8;
      letter-spacing: .02rem; } }
.home-news {
  padding-top: calc(180rem / 20);
  padding-left: calc(75rem / 20);
  padding-right: calc(75rem / 20); }
  .home-news .ttl {
    text-align: center;
    font-weight: 400;
    letter-spacing: .1rem;
    font-size: calc(40rem / 20);
    margin-bottom: calc(25rem / 20); }
  .home-news .unit {
    border-bottom: 1px solid #ada797;
    padding-bottom: calc(40rem / 20);
    padding-top: calc(40rem / 20);
    margin-bottom: calc(40rem / 20); }
    .home-news .unit a {
      text-decoration: underline;
      color: #0500FF; }
  .home-news .day {
    font-size: calc(24rem / 20); }
    .home-news .day span {
      color: #e13c21;
      margin-right: calc(10rem / 20); }
  .home-news .n-ttl {
    font-size: calc(28rem / 20);
    font-weight: 400;
    letter-spacing: 0; }

@media only screen and (min-width: 46.75em) {
  .home-news {
    padding-top: 7.29166666666667vw;
    padding-left: 0;
    padding-right: 0;
    width: 38.5416666666667vw;
    margin-left: auto;
    margin-right: auto; }
    .home-news .ttl {
      text-align: center;
      width: 100%;
      font-weight: 400;
      letter-spacing: .1rem;
      font-size: 1.30208333333333vw;
      margin-bottom: 1.30208333333333vw; }
    .home-news .unit {
      padding-bottom: 1.5625vw;
      padding-top: 2.1875vw;
      margin-bottom: 1.5625vw; }
    .home-news .day {
      font-size: 0.78125vw; }
      .home-news .day span {
        color: #e13c21;
        margin-right: calc(10rem / 20); }
    .home-news .n-ttl {
      font-size: 0.9375vw; } }
.st-Footer {
  background: url("../img/bg_footer_sp.jpg") no-repeat;
  background-size: cover;
  margin-top: calc(160rem / 20);
  color: #fff;
  padding-top: calc(30rem / 20); }
  .st-Footer .ttl {
    font-size: calc(36rem / 20);
    text-align: center;
    font-weight: 400;
    letter-spacing: .2rem;
    margin-bottom: calc(25rem / 20); }
  .st-Footer .company-box {
    width: calc(600rem / 20);
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
  .st-Footer .company-ttl {
    font-size: calc(24rem / 20);
    font-weight: 400; }
  .st-Footer .company-txt {
    font-size: calc(18rem / 20);
    font-style: normal;
    margin-bottom: calc(20rem / 20); }
  .st-Footer .company-add {
    font-size: calc(18rem / 20);
    font-style: normal;
    line-height: 1.75; }
  .st-Footer .company-mail {
    font-size: calc(18rem / 20); }
  .st-Footer .copyright {
    margin-top: calc(40rem / 20);
    background: #757575;
    text-align: center;
    padding-top: calc(45rem / 20);
    padding-bottom: calc(35rem / 20); }
  .st-Footer .copyttl {
    font-size: calc(30rem / 20);
    line-height: 1.25; }
  .st-Footer .copy {
    font-size: calc(13rem / 20);
    font-weight: 500;
    letter-spacing: .015rem; }

@media only screen and (min-width: 46.75em) {
  .st-Footer {
    background: url("../img/bg_footer.jpg") no-repeat;
    background-size: cover;
    margin-top: 5.72916666666667vw;
    padding-top: 3.38541666666667vw; }
    .st-Footer .ttl {
      font-size: 1.30208333333333vw;
      margin-bottom: 3.38541666666667vw;
      line-height: 1; }
    .st-Footer .company-box {
      width: 75.520833vw; }
    .st-Footer .company-ttl {
      font-size: 1.5625vw; }
    .st-Footer .company-txt {
      font-size: 0.9375vw;
      margin-bottom: 1.30208333333333vw; }
    .st-Footer .company-add {
      font-size: 0.9375vw;
      margin-bottom: 1.82291666666667vw; }
    .st-Footer .company-mail {
      font-size: 0.9375vw; }
    .st-Footer .copyright {
      margin-top: calc(40rem / 20);
      background: #757575;
      text-align: center;
      padding-top: 2.60416666666667vw;
      padding-bottom: 2.60416666666667vw;
      padding-left: 4.16666666666667vw;
      padding-right: 4.16666666666667vw; }
    .st-Footer .copyttl {
      font-size: 1.30208333333333vw;
      letter-spacing: .1rem;
      line-height: 1; }
    .st-Footer .copy {
      font-size: 0.677083333333333vw;
      letter-spacing: .015rem; } }
/*** project
**********************************************************/
.project-Section {
  padding-top: calc(150rem / 20);
  padding-left: calc(75rem / 20);
  padding-right: calc(75rem / 20); }
  .project-Section .ttl {
    text-align: center;
    font-weight: 400;
    letter-spacing: .1rem;
    font-size: calc(40rem / 20);
    margin-bottom: calc(60rem / 20); }
  .project-Section .unit {
    margin-bottom: calc(70rem / 20); }
  .project-Section .textarea {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .project-Section .unit-Ttl {
    font-size: calc(22rem / 20);
    font-weight: 400;
    width: 65%;
    text-align: left; }
  .project-Section .unit-txt {
    font-size: calc(20rem / 20);
    font-weight: 400;
    line-height: 1.4;
    text-align: left; }

@media only screen and (min-width: 46.75em) {
  .project-Section {
    padding-top: 8.85416666666667vw;
    padding-left: 5.20833333333333vw;
    padding-right: 5.20833333333333vw; }
    .project-Section .ttl {
      font-size: 1.30208333333333vw;
      margin-bottom: 3.125vw; }
    .project-Section .unit-wap {
      text-align: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-lines: multiple;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
    .project-Section .unit {
      margin-bottom: 2.60416666666667vw;
      width: 42.96875vw; }
      .project-Section .unit:last-of-type {
        margin-bottom: 0; }
      .project-Section .unit img {
        width: 100%; }
    .project-Section .unit-img {
      overflow: hidden; }
      .project-Section .unit-img img {
        transition: .5s; }
      .project-Section .unit-img a:hover img {
        transform: scale(1.1, 1.1); }
    .project-Section .unit-Ttl {
      font-size: 1.04166666666667vw; }
    .project-Section .unit-txt {
      font-size: 0.78125vw; } }
/*** detail
**********************************************************/
.detail-Section {
  padding-top: calc(150rem / 20);
  padding-left: calc(75rem / 20);
  padding-right: calc(75rem / 20); }
  .detail-Section .txt-unit {
    margin-bottom: calc(120rem / 20); }
  .detail-Section .name {
    font-weight: 400;
    letter-spacing: .1rem;
    font-size: calc(25rem / 20);
    margin-bottom: calc(130rem / 20); }
  .detail-Section .unit-txtarea {
    font-size: calc(22rem / 20); }
    .detail-Section .unit-txtarea p {
      margin-bottom: calc(30rem / 20); }
  .detail-Section .unit-list {
    font-size: calc(22rem / 20); }
  .detail-Section .img-unit .img {
    margin-bottom: calc(50rem / 20);
    text-align: center; }
    .detail-Section .img-unit .img img {
      margin-bottom: calc(2rem / 20); }
    .detail-Section .img-unit .img p {
      text-align: right;
      font-size: calc(20rem / 20);
      font-weight: 400;
      line-height: 1.4; }
    .detail-Section .img-unit .img:last-of-type {
      margin-bottom: 0; }
  .detail-Section .img-unit .unit-txt {
    text-align: right;
    font-size: calc(20rem / 20);
    font-weight: 400;
    line-height: 1.4; }

@media only screen and (min-width: 46.75em) {
  .detail-Section {
    padding-top: 12.2395833333333vw;
    padding-left: 5.20833333333333vw;
    padding-right: 5.20833333333333vw; }
    .detail-Section .txt-unit {
      width: 72.9166666666667vw;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 10.4166666666667vw;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-lines: multiple;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
    .detail-Section .name {
      width: 100%;
      font-size: 1.30208333333333vw;
      margin-bottom: 6.25vw; }
    .detail-Section .unit-txtarea {
      font-size: 0.9375vw;
      width: 33.8541666666667vw; }
      .detail-Section .unit-txtarea p {
        margin-bottom: 2.08333333333333vw; }
    .detail-Section .unit-list {
      width: 23.9583333333333vw;
      font-size: 0.9375vw; }
    .detail-Section .img-unit .img {
      margin-bottom: 2.60416666666667vw; }
      .detail-Section .img-unit .img img {
        width: 100%;
        margin-bottom: 0.104166666666667vw; }
      .detail-Section .img-unit .img p {
        font-size: 0.9375vw; }
      .detail-Section .img-unit .img:last-of-type {
        margin-bottom: 0; }
    .detail-Section .img-unit .two-column {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
      .detail-Section .img-unit .two-column .img {
        width: 43.75vw;
        margin-bottom: 0; }
    .detail-Section .img-unit .unit-txt {
      font-size: 0.9375vw; } }
.modaal-iframe-elem {
  height: 60vh; }

/*animetion**/
.home-project .img {
  -webkit-transform: translateY(3rem);
  transform: translateY(3rem);
  opacity: 0; }
.home-project .ttl ~ .img.is-show {
  -webkit-animation: fade-in-bottom 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s both;
  animation: fade-in-bottom 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s both; }

.project-Section .img.inview {
  -webkit-transform: translateY(3rem);
  transform: translateY(3rem);
  opacity: 0; }
  .project-Section .img.inview.first.is-show {
    -webkit-animation: fade-in-bottom 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s both;
    animation: fade-in-bottom 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s both; }
  .project-Section .img.inview.first ~ article.is-show {
    -webkit-animation: fade-in-bottom 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s both;
    animation: fade-in-bottom 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s both; }

.detail-Section .img-unit .img.inview {
  -webkit-transform: translateY(3rem);
  transform: translateY(3rem);
  opacity: 0; }
.detail-Section .img-unit .first ~ .img.is-show {
  -webkit-animation: fade-in-bottom 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s both;
  animation: fade-in-bottom 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s both; }

/**
 * ----------------------------------------
 * animation fade-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(3rem);
    transform: translateY(3rem);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(3rem);
    transform: translateY(3rem);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
.clearfix:after {
  clear: both;
  content: '';
  display: block; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
    *::before, *::after, *::first-letter, *::first-line {
      background: transparent !important;
      color: #000 !important;
      box-shadow: none !important;
      text-shadow: none !important; }

  a {
    text-decoration: underline; }
    a:visited {
      text-decoration: underline; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr {
    page-break-inside: avoid; }

  img {
    page-break-inside: avoid;
    max-width: 100% !important; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
