@charset "UTF-8";
/*h1 {
  @include fontSize(32px);
}
*/
/*@include calc-sp-font(26, 1em, 2px);

return to : 

  font-size: 3.46667vw;
  letter-spacing: 2px;
  line-height: 1em;

*/
@media (min-width: 769px) {
  .pc-only {
    display: none;
  }
}

@media (max-width: 767px) {
  .sp-only {
    display: none;
  }
}

/* =========================================================
color
========================================================= */
/* =========================================================
color
========================================================= */
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/*fade in up*/
@-webkit-keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes header_off1 {
  0% {
    left: -10%;
    opacity: 0;
  }
  15%,
  85% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}

@keyframes header_off1 {
  0% {
    left: -10%;
    opacity: 0;
  }
  15%,
  85% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}

@-webkit-keyframes play {
  0% {
    transform: scale(1);
  }
  15% {
    box-shadow: 0 0 0 2px rgba(154, 154, 154, 0.4);
  }
  25% {
    box-shadow: 0 0 0 3px rgba(154, 154, 154, 0.4), 0 0 0 4px rgba(154, 154, 154, 0.2);
  }
  25% {
    box-shadow: 0 0 0 4px rgba(154, 154, 154, 0.4), 0 0 0 4px rgba(154, 154, 154, 0.2);
  }
}

@keyframes play {
  0% {
    transform: scale(1);
  }
  15% {
    box-shadow: 0 0 0 2px rgba(154, 154, 154, 0.4);
  }
  25% {
    box-shadow: 0 0 0 3px rgba(154, 154, 154, 0.4), 0 0 0 4px rgba(154, 154, 154, 0.2);
  }
  25% {
    box-shadow: 0 0 0 4px rgba(154, 154, 154, 0.4), 0 0 0 4px rgba(154, 154, 154, 0.2);
  }
}

@-webkit-keyframes jump {
  50% {
    transform: translateY(-13px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes jump {
  50% {
    transform: translateY(-13px);
  }
  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes titlerun {
  0% {
    left: -100%;
  }
  40% {
    left: 0;
  }
  60% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}

@keyframes titlerun {
  0% {
    left: -100%;
  }
  40% {
    left: 0;
  }
  60% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}

@-webkit-keyframes titlerunNews {
  0% {
    top: -100%;
  }
  40% {
    top: 0;
  }
  60% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}

@keyframes titlerunNews {
  0% {
    top: -100%;
  }
  40% {
    top: 0;
  }
  60% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}

@-webkit-keyframes lineNav {
  0% {
    left: -100%;
    opacity: 0;
  }
  15%,
  85% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}

@keyframes lineNav {
  0% {
    left: -100%;
    opacity: 0;
  }
  15%,
  85% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}

@-webkit-keyframes slideInDown {
  from {
    transform: translate3d(0, -10%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -10%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInUp {
  from {
    transform: translate3d(0, 10%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 10%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

.work_box-info-col:nth-child(2) .img-big {
  transition: 0.5s all;
}

.work_box-info-col:nth-child(2) .img-big.showElement {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  opacity: 1;
}

.work_box-info-col:nth-child(2) .img-small {
  transition: 0.5s all;
}

.work_box-info-col:nth-child(2) .img-small.showElement {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  opacity: 1;
}

.lineTwoLeft01 {
  position: relative;
}

.lineTwoLeft01:before {
  background-color: #000;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  -webkit-animation: titlerun ease-in-out 1s forwards;
  animation: titlerun ease-in-out 1s forwards;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes fadeInTopRight {
  from {
    opacity: 0;
    transform: translate3d(10%, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInTopRight {
  from {
    opacity: 0;
    transform: translate3d(10%, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}

@-webkit-keyframes fadeInTopLeft {
  from {
    opacity: 0;
    transform: translate3d(-10%, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    transform: translate3d(-10%, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fade-in {
  animation: fadeIn ease 2s;
  -webkit-animation: fadeIn ease 2s;
  -moz-animation: fadeIn ease 2s;
  -o-animation: fadeIn ease 2s;
  -ms-animation: fadeIn ease 2s;
}

.mv-main {
  -webkit-animation: fadeIn ease .5s;
  animation: fadeIn ease .5s;
  overflow: hidden;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.list-img.images-center {
  opacity: 0;
  transform: scale(0.99);
  transition: all 0.8s ease-out;
}

.list-img.images-center.active {
  opacity: 1;
  transform: scale(1);
}

.ag-format-container {
  transform: scale(0.99);
  opacity: 0;
  position: absolute;
  transition: all 0.9s ease-in-out;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ag-format-container.active {
  transform: scale(1, 1);
  opacity: 1;
}

.ag-glitch_item {
  list-style: none;
  background-color: transparent;
  background-blend-mode: normal;
  background: url(../images/network_map-rotage.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 1%;
  left: 0%;
  right: 0%;
  bottom: 5%;
  transform: translate3d(0, 0, 0);
  width: 42.19vw;
  height: 40vw;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ag-glitch_item {
    width: 100%;
    height: 43vw;
    margin: auto;
    top: 0;
  }
}

@media (max-width: 767px) {
  .ag-glitch_item {
    width: 90%;
    height: 70vw;
    margin-left: 5vw;
  }
}

.ag-glitch_item:nth-child(n+2) {
  opacity: 0;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.ag-glitch_item:nth-child(2) {
  background-color: transparent;
  background-blend-mode: normal;
  -webkit-animation-name: glitch-anim-1;
  animation-name: glitch-anim-1;
}

.ag-glitch_item:nth-child(3) {
  background-color: transparent;
  background-blend-mode: normal;
  -webkit-animation-name: glitch-anim-2;
  animation-name: glitch-anim-2;
}

.ag-glitch_item:nth-child(4) {
  background-color: transparent;
  background-blend-mode: overlay;
  -webkit-animation-name: glitch-anim-3;
  animation-name: glitch-anim-3;
}

.ag-glitch_item:nth-child(5) {
  background-color: transparent;
  background-blend-mode: overlay;
  -webkit-animation-name: glitch-anim-flash;
  animation-name: glitch-anim-flash;
}

@-webkit-keyframes glitch-anim-1 {
  0% {
    opacity: 1;
    transform: translate3d(3px, 0, 0);
    -webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
    clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
  }
  2% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
    clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
  }
  4% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
    clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
  }
  6% {
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
    clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
  }
  8% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
  }
  10% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
  }
  12% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
  }
  14% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
  }
  16% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }
  18% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
  }
  20% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
  }
  21.9% {
    opacity: 1;
    transform: translate3d(3px, 0, 0);
  }
  22%, 100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}

@keyframes glitch-anim-1 {
  0% {
    opacity: 1;
    transform: translate3d(3px, 0, 0);
    -webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
    clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
  }
  2% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
    clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
  }
  4% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
    clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
  }
  6% {
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
    clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
  }
  8% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
  }
  10% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
  }
  12% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
  }
  14% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
  }
  16% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }
  18% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
  }
  20% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
  }
  21.9% {
    opacity: 1;
    transform: translate3d(3px, 0, 0);
  }
  22%, 100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}

@-webkit-keyframes glitch-anim-2 {
  0% {
    opacity: 1;
    transform: translate3d(calc(-1 * 3px), 0, 0);
    -webkit-clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
    clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
  }
  3% {
    -webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
    clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
  }
  5% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
    clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
  }
  7% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
  }
  9% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
    clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
  }
  11% {
    -webkit-clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
    clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
  }
  13% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
  }
  15% {
    -webkit-clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
    clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
  }
  17% {
    -webkit-clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
    clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
  }
  19% {
    -webkit-clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
    clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
  }
  20% {
    -webkit-clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
    clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
  }
  21.9% {
    opacity: 1;
    transform: translate3d(calc(-1 * 3px), 0, 0);
  }
  22%, 100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}

@keyframes glitch-anim-2 {
  0% {
    opacity: 1;
    transform: translate3d(calc(-1 * 3px), 0, 0);
    -webkit-clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
    clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
  }
  3% {
    -webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
    clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
  }
  5% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
    clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
  }
  7% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
  }
  9% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
    clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
  }
  11% {
    -webkit-clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
    clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
  }
  13% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
  }
  15% {
    -webkit-clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
    clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
  }
  17% {
    -webkit-clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
    clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
  }
  19% {
    -webkit-clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
    clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
  }
  20% {
    -webkit-clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
    clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
  }
  21.9% {
    opacity: 1;
    transform: translate3d(calc(-1 * 3px), 0, 0);
  }
  22%, 100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}

@-webkit-keyframes glitch-anim-3 {
  0% {
    opacity: 1;
    transform: translate3d(0, calc(-1 * 3px), 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
    clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
  }
  1.5% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
    clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
  }
  2% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
    clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
  }
  2.5% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
  }
  3% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
    clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
  }
  5% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
    clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
  }
  5.5% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
    clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
  }
  7% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
    clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
  }
  8% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
  }
  9% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
    clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
  }
  10.5% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
    clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
  }
  11% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
    clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
  }
  13% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
    clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
  }
  14% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
    clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
  }
  14.5% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
    clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
  }
  15% {
    -webkit-clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
    clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
  }
  16% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
  }
  18% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
    clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
  }
  20% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
    clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
  }
  21.9% {
    opacity: 1;
    transform: translate3d(0, calc(-1 * 3px), 0) scale3d(-1, -1, 1);
  }
  22%, 100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}

@keyframes glitch-anim-3 {
  0% {
    opacity: 1;
    transform: translate3d(0, calc(-1 * 3px), 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
    clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
  }
  1.5% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
    clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
  }
  2% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
    clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
  }
  2.5% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
  }
  3% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
    clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
  }
  5% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
    clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
  }
  5.5% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
    clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
  }
  7% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
    clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
  }
  8% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
  }
  9% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
    clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
  }
  10.5% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
    clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
  }
  11% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
    clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
  }
  13% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
    clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
  }
  14% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
    clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
  }
  14.5% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
    clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
  }
  15% {
    -webkit-clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
    clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
  }
  16% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
  }
  18% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
    clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
  }
  20% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
    clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
  }
  21.9% {
    opacity: 1;
    transform: translate3d(0, calc(-1 * 3px), 0) scale3d(-1, -1, 1);
  }
  22%, 100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}

@-webkit-keyframes glitch-anim-text {
  0% {
    transform: translate3d(calc(-1 * 3px), 0, 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
  }
  2% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
  }
  4% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
  }
  5% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
  }
  6% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
  }
  7% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }
  8% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
  }
  9% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
  }
  9.9% {
    transform: translate3d(calc(-1 * 3px), 0, 0) scale3d(-1, -1, 1);
  }
  10%, 100% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}

@keyframes glitch-anim-text {
  0% {
    transform: translate3d(calc(-1 * 3px), 0, 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
  }
  2% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
  }
  4% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
  }
  5% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
  }
  6% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
  }
  7% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }
  8% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
  }
  9% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
  }
  9.9% {
    transform: translate3d(calc(-1 * 3px), 0, 0) scale3d(-1, -1, 1);
  }
  10%, 100% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}

@-webkit-keyframes glitch-anim-flash {
  0%, 5% {
    opacity: 0.2;
    transform: translate3d(3px, 3px, 0);
  }
  5.5%, 100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes glitch-anim-flash {
  0%, 5% {
    opacity: 0.2;
    transform: translate3d(3px, 3px, 0);
  }
  5.5%, 100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
}

@media only screen and (max-width: 767px) {
  .ag-format-container {
    width: 96%;
  }
}

.copy_en path, .copy_jp path {
  opacity: 0;
  transition: all, 550ms;
  filter: blurunquote("(25px)");
  transform: translateZunquote("(0)");
}

.copy_en path:nth-child(1), .copy_jp path:nth-child(1) {
  transition-delay: 100ms;
}

.copy_en path:nth-child(2), .copy_jp path:nth-child(2) {
  transition-delay: 150ms;
}

.copy_en path:nth-child(3), .copy_jp path:nth-child(3) {
  transition-delay: 200ms;
}

.copy_en path:nth-child(4), .copy_jp path:nth-child(4) {
  transition-delay: 250ms;
}

.copy_en path:nth-child(5), .copy_jp path:nth-child(5) {
  transition-delay: 300ms;
}

.copy_en path:nth-child(6), .copy_jp path:nth-child(6) {
  transition-delay: 350ms;
}

.copy_en path:nth-child(7), .copy_jp path:nth-child(7) {
  transition-delay: 400ms;
}

.copy_en path:nth-child(8), .copy_jp path:nth-child(8) {
  transition-delay: 450ms;
}

.copy_en path:nth-child(9), .copy_jp path:nth-child(9) {
  transition-delay: 500ms;
}

.copy_en path:nth-child(10), .copy_jp path:nth-child(10) {
  transition-delay: 550ms;
}

.copy_en path:nth-child(11), .copy_jp path:nth-child(11) {
  transition-delay: 600ms;
}

.copy_en path:nth-child(12), .copy_jp path:nth-child(12) {
  transition-delay: 650ms;
}

.copy_en path:nth-child(13), .copy_jp path:nth-child(13) {
  transition-delay: 700ms;
}

.copy_en path:nth-child(14), .copy_jp path:nth-child(14) {
  transition-delay: 750ms;
}

.copy_en path:nth-child(15), .copy_jp path:nth-child(15) {
  transition-delay: 800ms;
}

.copy_en path:nth-child(16), .copy_jp path:nth-child(16) {
  transition-delay: 850ms;
}

.copy_en path:nth-child(17), .copy_jp path:nth-child(17) {
  transition-delay: 900ms;
}

.copy_en.animate path, .copy_jp.animate path {
  opacity: 1;
  filter: blurunquote("(0px)");
}

.copy_jp #copyJp01 path:nth-child(1) {
  transition-delay: 100ms;
}

.copy_jp #copyJp01 path:nth-child(2) {
  transition-delay: 150ms;
}

.copy_jp #copyJp01 path:nth-child(3) {
  transition-delay: 200ms;
}

.copy_jp #copyJp02 path:nth-child(1) {
  transition-delay: 210ms;
}

.copy_jp #copyJp02 path:nth-child(2) {
  transition-delay: 250ms;
}

.copy_jp #copyJp02 path:nth-child(3) {
  transition-delay: 300ms;
}

.copy_jp #copyJp02 path:nth-child(4) {
  transition-delay: 350ms;
}

.copy_jp #copyJp03 path:nth-child(1) {
  transition-delay: 360ms;
}

.copy_jp #copyJp03 path:nth-child(2) {
  transition-delay: 400ms;
}

.copy_jp #copyJp03 path:nth-child(3) {
  transition-delay: 440ms;
}

.copy_jp .svg_path {
  position: relative;
  overflow: hidden;
}

.copy_jp .svg_path::before {
  opacity: 0;
  background-color: #000;
  height: 26px;
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 35%;
  left: -100%;
  width: 100%;
}

.copy_jp .svg_path.active-bg::before {
  -webkit-animation: titlerun ease-in-out 1s forwards;
  animation: titlerun ease-in-out 1s forwards;
  opacity: 1;
}

.copy_jp .svg_path.active-bg #copyJp02 {
  opacity: 0;
  transition: .1s all;
}

.copy_jp .svg_path.active-bg #text-rotageJp {
  opacity: 1;
  transition: 3s all;
}

.copy_en .svg_path {
  position: relative;
  overflow: hidden;
}

.copy_en .svg_path::before {
  opacity: 0;
  background-color: #000;
  height: 76px;
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 35%;
  left: -100%;
  width: 100%;
}

@media (max-width: 768px) {
  .copy_en .svg_path::before {
    height: 50px;
    top: 41%;
  }
}

@media (max-width: 768px) {
  .copy_en .svg_path {
    width: 33vw;
  }
}

@media (max-width: 767px) {
  .copy_en .svg_path {
    width: auto;
    top: 5vw;
  }
}

.copy_en .svg_path.active-bg::before {
  -webkit-animation: titlerun ease-in-out 1s forwards;
  animation: titlerun ease-in-out 1s forwards;
  opacity: 1;
}

.copy_en .svg_path.active-bg .NorotageU {
  opacity: 0;
  transition: .8s all;
}

.copy_en .svg_path.active-bg .rotageU {
  opacity: 1 !important;
  transition: 2s all;
}

#text-rotageJp {
  opacity: 0;
}

.copy_en.animate #groundRotage02 .rotageU {
  opacity: 0;
}

#line-windown-four {
  /*fill: #fff;*/
  fill: #dbe3e5;
  stroke-dasharray: 1000;
  stroke-dashoffset: -1000;
  stroke: #fff;
  stroke-miterlimit: 10;
}

@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

.line-window-four.showElement #line-windown-four {
  -webkit-animation: dash 5s linear forwards;
  animation: dash 5s linear forwards;
  transition: 8s all;
  fill: #fff;
}

.content-line .svg svg path {
  fill: #dbe3e5;
  stroke-dasharray: 1000;
  stroke-dashoffset: -1000;
  stroke: #fff;
  stroke-miterlimit: 10;
  -webkit-animation: dash 3s linear forwards;
  animation: dash 3s linear forwards;
  opacity: 1;
}

.content-line.hidden {
  opacity: 1;
}

.content-line.active .svg svg path {
  transition: 4s all;
  fill: #fff;
}

#rightLineTwo {
  stroke-dasharray: 400;
  stroke-dashoffset: -400;
  stroke: #fff;
  stroke-miterlimit: 10;
  fill: #dbe3e5;
}

.work_box-row.showElement #rightLineTwo {
  -webkit-animation: dash 1s linear forwards;
  animation: dash 1s linear forwards;
  transition: 1.5s all;
  fill: #fff;
}

.ani-fadeDown.in {
  -webkit-animation: ani-fadeDown .8s forwards ease-out;
  animation: ani-fadeDown .8s forwards ease-out;
}

@-webkit-keyframes ani-fadeDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -8rem, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes ani-fadeDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -8rem, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.ani-fadeRight.in {
  -webkit-animation: ani-fadeRight .8s forwards ease-out;
  animation: ani-fadeRight .8s forwards ease-out;
}

@-webkit-keyframes ani-fadeRight {
  0% {
    opacity: 0;
    transform: translate3d(-4rem, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes ani-fadeRight {
  0% {
    opacity: 0;
    transform: translate3d(-4rem, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.ani-Fadeup {
  opacity: 0;
  transform: translate(0, 4rem);
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

.ani-Fadeup.in {
  opacity: 1;
  transform: translate(0, 0);
}

.ani-Height {
  transform: translateY(-100%);
  transition: transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s;
}

.ani-Height.in {
  transform: translateY(0);
}

.ani-Fadein {
  opacity: 0;
  transition: opacity 2.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

.ani-Fadein.in {
  opacity: 1;
}

.delay-1 {
  transition-delay: .1s;
}

.delay-2 {
  transition-delay: .2s;
}

.delay-3 {
  transition-delay: .3s;
}

.delay-4 {
  transition-delay: .4s;
}

.delay-5 {
  transition-delay: .5s;
}

.delay-6 {
  transition-delay: .6s;
}

.delay-7 {
  transition-delay: .7s;
}

.delay-8 {
  transition-delay: .8s;
}

.delay-9 {
  transition-delay: .9s;
}

.delay-10 {
  transition-delay: 1s;
}

.delay-11 {
  transition-delay: 1.1s;
}

.delay-12 {
  transition-delay: 1.2s;
}

/* =========================================================
body
========================================================= */
@font-face {
  font-family: 'Helvetica';
  src: url(../fonts/Helvetica.woff) format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

html, body {
  height: 100%;
}

body {
  background-color: #E5E5E5;
  color: #E5E5E5;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    background-attachment: initial;
    scroll-behavior: auto;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: inherit;
  background-color: inherit;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
  overflow: visible;
}

hr:not([size]) {
  height: 1px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
  color: #000;
  position: relative;
  z-index: 2;
}

@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: 4.375rem;
  color: #000;
  font-family: "Helvetica";
  letter-spacing: -4.8px;
  line-height: 1.3;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  h2 {
    font-size: 2.125rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
  color: #000;
  position: relative;
  z-index: 2;
}

@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
  position: relative;
  z-index: 2;
}

@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

nav li {
  padding: 0;
}

nav li::before {
  content: "​";
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: currentColor;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  cursor: pointer;
  color: #000;
  background-color: transparent;
  text-decoration: none;
  transition: 0.5s all;
}

a:hover {
  opacity: 0.8;
}

a:focus {
  outline: thin dotted;
}

a:not([href]):not(class), a:not([href]):not([class]):hover {
  cursor: default;
  color: inherit;
  text-decoration: none;
}

button {
  transition: 0.5s all;
}

button:hover {
  opacity: 0.8;
}

input:focus {
  border-color: #E5E5E5;
  outline: 0;
  /*box-shadow: inset 0 0.5px 0.5px rgba(0,0,0, .015), 0 0 2px $main_color;*/
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  touch-action: manipulation;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 0.875em;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: inherit;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: inherit;
  background-color: inherit;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

iframe,
img,
input,
select,
textarea {
  height: auto;
  max-width: 100%;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
  text-indent: 0;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: inherit;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
  text-transform: none;
}

button:focus {
  outline: dotted 1px;
  outline: -webkit-focus-ring-color auto 5px;
}

input,
button {
  overflow: visible;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border: 1px solid WindowFrame;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  padding: 0.25em 0.375em;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  text-transform: none;
  word-wrap: normal;
}

select:not([multiple]):not([size]) {
  background-image: "data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E";
}

::-ms-expand {
  display: none;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(disabled),
[type="button"]:not(disabled),
[type="reset"]:not(disabled),
[type="submit"]:not(disabled) {
  cursor: pointer;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

textarea {
  overflow: auto;
  -ms-overflow-style: scrollbar;
  resize: vertical;
  vertical-align: top;
}

fieldset {
  min-width: 0;
  padding: 0.35em 0.75em 0.625em;
  margin: 0;
  border: 1px solid inherit;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
  max-width: 100%;
  white-space: normal;
}

@media (max-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}

legend + * {
  clear: left;
}

dialog {
  background-color: inherit;
  border: solid;
  color: inherit;
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

:-moz-ui-invalid {
  box-shadow: none;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

output {
  display: inline-block;
}

iframe {
  border: none;
}

audio,
canvas,
video {
  display: inline;
  display: inline-block;
  zoom: 1;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled="true"],
[disabled] {
  cursor: not-allowed;
}

[aria-hidden="false"][hidden="false"] {
  display: initial;
}

[aria-hidden="false"][hidden="false"]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

button {
  border: none;
}

input::-moz-placeholder {
  color: #000;
  font-size: 0.875rem;
}

input:-ms-input-placeholder {
  color: #000;
  font-size: 0.875rem;
}

input::placeholder {
  color: #000;
  font-size: 0.875rem;
}

.btn:focus {
  box-shadow: unset;
}

/* =========================================================
default
========================================================= */
html {
  font-size: 100%;
  letter-spacing: 0.03em;
  line-height: 1.3rem;
}

body {
  color: #000;
  font-family: "Helvetica";
  font-size: 100%;
  background: #E5E5E5;
  -webkit-overflow-scrolling: touch;
  transition: 0.3s all;
  position: relative;
}

img {
  width: 100%;
}

body .wrapper {
  position: relative;
  transition: 0.3s all;
}

body .wrapper:before {
  transition: 0.3s all;
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  background-color: #efefef;
  opacity: .7;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 7;
}

body.active {
  overflow: hidden;
}

body.active .wrapper:before {
  width: 100%;
}

a:hover {
  color: #000;
}

body, html {
  height: 100%;
}

.wrapper {
  position: relative;
}

.main-contents {
  overflow: hidden;
  padding-bottom: 200px;
}

.sp_only {
  display: none;
}

@media (max-width: 767px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}

::-moz-placeholder {
  color: #000;
}

:-ms-input-placeholder {
  color: #000;
}

::placeholder {
  color: #000;
}

.sp-only {
  display: none;
}

@media (max-width: 767px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
}

.fixed {
  overflow: hidden;
}

h2 {
  letter-spacing: 0;
  font-size: 7.5rem;
  letter-spacing: -6px;
  line-height: 1.16;
  display: inline-block;
}

@media (max-width: 768px) {
  h2 {
    font-size: 2rem;
  }
}

.only_sp {
  display: none;
}

@media (max-width: 768px) {
  .only_sp {
    display: block;
  }
  .only_pc {
    display: none;
  }
}

.rotage {
  transform: rotate(-90deg);
}

.hidden {
  opacity: 0;
}

.showElement {
  -webkit-animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
  animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

@media (max-width: 767px) {
  .sp-p-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .sp-m-5 {
    margin-left: -5px;
    margin-right: -5px;
  }
}

.m-25 {
  margin-left: -25px;
  margin-right: -25px;
}

@media (min-width: 1024px) and (max-width: 1365px) {
  .m-25 {
    margin-left: -17px;
    margin-right: -17px;
  }
}

@media (max-width: 768px) {
  .m-25 {
    margin-left: 0;
    margin-right: 0;
  }
}

.p-25 {
  padding-left: 25px;
  padding-right: 25px;
}

@media (min-width: 1024px) and (max-width: 1365px) {
  .p-25 {
    padding-left: 17px;
    padding-right: 17px;
  }
}

@media (max-width: 768px) {
  .p-25 {
    padding-left: 0;
    padding-right: 0;
  }
}

.p-30 {
  padding: 0 1.875vw;
}

@media (max-width: 768px) {
  .p-30 {
    padding: 0;
  }
}

.m-30 {
  margin: 0 -1.875vw;
}

@media (max-width: 768px) {
  .m-30 {
    margin: 0;
  }
}

.p-35 {
  padding: 0 1.9vw;
}

@media (max-width: 768px) {
  .p-35 {
    padding: 0;
  }
}

.m-35 {
  margin: 0 -1.9vw;
}

@media (max-width: 768px) {
  .m-35 {
    margin: 0;
  }
}

.p-40 {
  padding: 0 2.5vw;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .p-40 {
    padding: 0 1.8vw;
  }
}

@media (max-width: 767px) {
  .p-40 {
    padding: 0;
  }
}

.m-40 {
  margin: 0 -2.5vw;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .m-40 {
    margin: 0 -1.8vw;
  }
}

@media (max-width: 767px) {
  .m-40 {
    margin: 0;
  }
}

.p-45 {
  padding: 0 2.8125vw;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .p-45 {
    padding: 0 2.8125vw;
  }
}

@media (max-width: 767px) {
  .p-45 {
    padding: 0;
  }
}

.m-45 {
  margin: 0 -2.8125vw;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .m-45 {
    margin: 0 -2.8125vw;
  }
}

@media (max-width: 767px) {
  .m-45 {
    margin: 0;
  }
}

.p-60 {
  padding: 0 3.75vw;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .p-60 {
    padding: 0 3.75vw;
  }
}

@media (max-width: 767px) {
  .p-60 {
    padding: 0;
  }
}

.m-60 {
  margin: 0 -3.75vw;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .m-60 {
    margin: 0 -3.75vw;
  }
}

@media (max-width: 767px) {
  .m-60 {
    margin: 0;
  }
}

.pd-12 {
  padding: 0 12px;
}

.mr-12 {
  margin: 0 -12px;
}

/* =========================================================
display
========================================================= */
.pc-only {
  display: block;
}

@media screen and (max-width: 1050px) {
  .pc-only {
    display: none !important;
  }
}

.pc-only2 {
  display: inline-block;
}

@media screen and (max-width: 1050px) {
  .pc-only2 {
    display: none !important;
  }
}

.pc-only3 {
  display: table-cell;
}

@media screen and (max-width: 767px) {
  .pc-only3 {
    display: none !important;
  }
}

.pc-only4 {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc-only4 {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}

@media screen and (max-width: 1050px) {
  .sp-only {
    display: block !important;
  }
}

.sp-only2 {
  display: none !important;
}

@media screen and (max-width: 1050px) {
  .sp-only2 {
    display: inline-block !important;
  }
}

.sp-only3 {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .sp-only3 {
    display: block !important;
  }
}

/* =========================================================
common
========================================================= */


@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica/Helvetica.eot');
  src: url('../fonts/Helvetica/Helvetica.eot?#iefix') format('embedded-opentype'), 
  url('../fonts/Helvetica/Helvetica.woff2') format('woff2'), 
  url('../fonts/Helvetica/Helvetica.woff') format('woff'), 
  url('../fonts/Helvetica/Helvetica.ttf') format('truetype'), 
  url('../fonts/Helvetica/Helvetica.svg#svgFontName') format('svg');
}


.view-more {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  font-size: 0.75rem;
  line-height: 1;
  transition: all .3s;
  color: #000000;
}

@media screen and (max-width: 767px) {
  .view-more {
    font-size: 0.6875rem;
    font-weight: bold;
  }
}

.view-more:hover {
  color: #606060;
}

.view-more:hover:after {
  background-color: #606060;
  width: 0;
}

.view-more:after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  transition: all .3s;
  content: "";
}

.btn-all {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  font-size: 3.5rem;
  letter-spacing: -2.8px;
  line-height: 1;
  transition: all .3s;
  text-align: right;
  width: 560px;
  color: #000000;
}

@media screen and (max-width: 1050px) {
  .btn-all {
    width: 264px;
    font-size: 2.25rem;
    font-weight: normal;
  }
}

.btn-all:hover {
  color: #606060;
}

.btn-all:hover:after {
  background-color: #606060;
  width: 0;
}

.btn-all:after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  transition: all .3s;
  content: "";
}

.btn-viewmore2 {
  display: block;
  width: 100%;
  padding: 9px;
  font-size: 0.75rem;
  font-family: "Helvetica";
  color: #A8A8A8;
  border: solid 1px #A8A8A8;
  text-align: center;
  transition: all .25s;
}

.btn-viewmore2:hover {
  background-color: #000;
  color: #fff;
}

.link {
  transition: all .25s;
}

.link:hover {
  opacity: .7;
}

.dark {
  color: #A8A8A8 !important;
}

/* =========================================================
custom slick
========================================================= */
.pagingInfo {
  font-size: 0.625rem;
  font-weight: bold;
  color: #a8a8a8;
}

@media screen and (max-width: 767px) {
  .pagingInfo {
    padding-left: 4px;
  }
}

.pagingInfo span.black {
  color: #000;
}

/* =========================================================
layout
========================================================= */
.header .logo-head {
  position: fixed;
  left: 27px;
  top: 27px;
  z-index: 9999;
}

@media only screen and (min-width: 1051px) {
  .header .logo-head {
    width: 16vw;
    max-width: 256px;
  }
  .header .logo-head img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .header .logo-head {
    top: 0px;
    left: 0px;
    background-color: #e5e5e5;
    width: 100%;
    height: auto;
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 10px;
  }
}

.header .logo-head img {
  max-width: 255px;
}

@media screen and (max-width: 767px) {
  .header .logo-head img {
    max-width: 175px;
    padding-bottom: 2%;
  }
}

.header-ctrl {
  position: fixed;
  top: 50vh;
  left: 30px;
  width: 20px;
  height: 12px;
  transition: all .3s;
  z-index: 9999;
}

@media screen and (max-width: 1050px) {
  .header-ctrl {
    top: 23px;
    right: 17px;
    left: auto;
  }
}

.header-ctrl:hover, .header-ctrl:focus {
  outline: none;
}

.header-ctrl span {
  display: block;
  position: absolute;
  left: 0;
  height: 1px;
  width: 20px;
  background: #000;
  transition: .3s ease;
}

.header-ctrl span:nth-child(1) {
  top: 0;
}

.header-ctrl span:nth-child(2) {
  top: 5px;
}

.header-ctrl span:nth-child(3) {
  top: 10px;
}

.header-ctrl.open span:nth-child(1) {
  left: 0;
  top: 5px;
  transform: rotate(45deg);
}

.header-ctrl.open span:nth-child(2) {
  top: 5px;
  transform: rotate(-45deg);
}

.header-ctrl.open span:nth-child(3) {
  opacity: 0;
}

.header-access {
  padding: 40px 13vw;
  text-align: center;
}

.header-access--logo {
  width: 40vw;
  max-width: 150px;
  margin: 0 auto 30px;
}

.header-access--address {
  margin-bottom: 30px;
  font-size: 12px;
  line-height: 2;
  text-align: left;
}

.header-access--direct {
  font-size: 12px;
}

.header-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 25.8125vw;
  height: 100vh;
  background-color: #fff;
  transition: all .3s;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  overflow-y: auto;
}

@media screen and (max-width: 1050px) {
  .header-menu {
    width: 100%;
    left: auto;
    right: 0;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
  }
}

.header-menu.open {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  z-index: 9997;
}

.header-nav {
  display: flex;
  flex-flow: column;
  padding: 0 4.375vw 0 5.625vw;
}

.header-nav ul {
  display: flex;
  flex-flow: column;
  padding: 0;
}

.header-nav ul li {
  list-style: none;
}

.header-nav ul li a {
  color: #C9C9C9;
  transition: all .25s;
}

.header-nav ul li a:hover {
  color: #A8A8A8;
}

.header-nav--big {
  margin-bottom: 3.75vw;
}

@media screen and (max-width: 1050px) {
  .header-nav--big {
    margin-bottom: 9.33333vw;
  }
}

.header-nav--big li {
  margin-bottom: 1.5625vw;
}

@media screen and (max-width: 1050px) {
  .header-nav--big li {
    margin-bottom: 6.66667vw;
  }
}

.header-nav--big li:last-child {
  margin-right: 0;
}

.header-nav--big li a {
  font-size: 1.6875rem;
}

.header-nav--small li {
  margin-bottom: 1.5625vw;
}

@media screen and (max-width: 1050px) {
  .header-nav--small li {
    margin-bottom: 4.8vw;
  }
}

.header-nav--small li:last-child {
  margin-right: 0;
}

.header-nav--small li a {
  font-size: 1rem;
}

.footer {
  padding-left: 10vw;
}

@media screen and (max-width: 1050px) {
  .footer {
    padding-left: 5.33333vw;
  }
}

.footer-inner {
  position: relative;
  padding: 80px 10vw 100px 0;
  background-color: #E0E0E0;
}

@media screen and (max-width: 1050px) {
  .footer-inner {
    padding: 60px 8vw 80px 0;
  }
}

.footer-logo {
  width: 133px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.footer-cnt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 1050px) {
  .footer-cnt {
    align-items: flex-start;
  }
}

.footer-categories {
  font-size: 0.875rem;
  line-height: 1.16;
}

.footer-nav {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1050px) {
  .footer-nav {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .footer-nav {
    width: 42.66667vw;
  }
}

.footer-nav ul {
  display: flex;
  align-items: center;
  padding: 0;
}

@media screen and (max-width: 1050px) {
  .footer-nav ul {
    flex-wrap: wrap;
  }
}

.footer-nav ul li {
  list-style: none;
}

@media screen and (max-width: 1050px) {
  .footer-nav ul li {
    width: 100%;
  }
}

.footer-nav ul li a {
  color: #C9C9C9;
  transition: all .25s;
}

.footer-nav ul li a:hover {
  color: #A8A8A8;
}

.footer-nav--big {
  margin-right: 40px;
}

@media screen and (max-width: 1050px) {
  .footer-nav--big {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.footer-nav--big li {
  margin-right: 40px;
}

@media screen and (max-width: 1050px) {
  .footer-nav--big li {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.footer-nav--big li:last-child {
  margin-right: 0;
}

.footer-nav--big li a {
  font-size: 1.75rem;
}

@media screen and (max-width: 1050px) {
  .footer-nav--big li a {
    font-size: 1.125rem;
  }
}

.footer-nav--small li {
  margin-right: 30px;
}

@media screen and (max-width: 1050px) {
  .footer-nav--small li {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.footer-nav--small li:last-child {
  margin-right: 0;
}

.footer-nav--small li a {
  font-size: 1rem;
}

@media screen and (max-width: 1050px) {
  .footer-nav--small li a {
    font-size: 0.875rem;
  }
}

.footer-copy {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media screen and (max-width: 1050px) {
  .footer-copy {
    margin-top: 50px;
    justify-content: space-between;
    padding-left: 8vw;
  }
}

.footer-copy a {
  display: inline-block;
  color: #C9C9C9;
  font-size: 0.625rem;
  transition: .25s;
}

.footer-copy a:hover {
  color: #A8A8A8;
}

.footer-copy p {
  margin-bottom: 0;
  margin-left: 30px;
  color: #000;
  font-size: 0.625rem;
}

/* =========================================================
breadcrumb
========================================================= */
/* -------------------
	BREADCRUMB
--------------------*/
.breadcrumbWrap {
  padding-left: 10vw;
}

@media screen and (max-width: 1050px) {
  .breadcrumbWrap {
    padding-left: 5.33333vw;
    padding: 0 20px;
  }
}

.breadcrumb {
  margin-bottom: 50px;
}

@media screen and (max-width: 1050px) {
  .breadcrumb {
    white-space: nowrap;
    overflow-x: auto;
  }
}

.breadcrumb-wrapper {
  padding-top: 15px;
}

@media screen and (max-width: 1050px) {
  .breadcrumb-wrapper {
    padding: 0 0 5px 0;
  }
}

.breadcrumb ul {
  padding: 0;
}

.breadcrumb ul li {
  display: inline-block;
  font-size: 0.75rem;
  position: relative;
  padding-right: 20px;
  color: #000;
}

.breadcrumb ul li a {
  display: inline-block;
  color: #C9C9C9;
  transition: all .25s;
}

.breadcrumb ul li a:hover {
  color: #000;
}

.breadcrumb ul li:last-child {
  padding-right: 0;
}

.breadcrumb ul li:last-child:before {
  display: none;
}

.breadcrumb ul li:before {
  display: inline-block;
  position: absolute;
  top: 4px;
  right: 4px;
  width: 6px;
  height: 10px;
  background: url(../images/arrow-right.svg) center center/100% 100% no-repeat;
  content: "";
}

@media screen and (max-width: 1050px) {
  .breadcrumb ul li {
    margin-bottom: 8px;
  }
}

.breadcrumb ul li a {
  transition: all .3s;
}

.breadcrumb ul li a:hover {
  opacity: .7;
}

/* =========================================================
layout
========================================================= */
.mv {
  position: relative;
  margin-bottom: 12.5vw;
  box-sizing: border-box;
}

@media only screen and (min-width: 1051px) {
  .mv {
    max-height: 100vh;
  }
}

@media screen and (max-width: 1050px) {
  .mv {
    margin-top: 21.33333vw;
    /*padding-top: 21.86667vw;*/
  }
}

.mv__small-txt {
  font-size: 0.75rem;
  letter-spacing: 0;
  line-height: 1.16;
  transform: rotate(-90deg);
  transform-origin: 0 50%;
  position: absolute;
  left: 22.5vw;
  bottom: 10vw;
  font-family: "Helvetica";
}

@media only screen and (min-width: 1051px) {
  .mv__small-txt {
    bottom: 16vh;
  }
}

@media screen and (max-width: 1050px) {
  .mv__small-txt {
    left: 5.33333vw;
    bottom: 6.4vw;
  }
}

@media screen and (max-width: 767px) {
  .mv__small-txt {
    left: 8vw;
    font-size: 0.625rem;
  }
}

.mv__small-txt.open {
  z-index: 9998;
  color: #E5E5E5;
  position: fixed;
  bottom: 3.125vw;
  left: 22.9375vw;
}

@media screen and (max-width: 1050px) {
  .mv__small-txt.open {
    bottom: 26.66667vw;
    left: 8vw;
  }
}

.mv-ttl {
  position: absolute;
}

.mv-ttl img {
  width: auto;
  height: 100%;
}

.mv-ttl01 {
  width: 40vw;
  left: 0;
  bottom: 0;
}

@media only screen and (min-width: 1051px) {
  .mv-ttl01 {
    height: 13.7vh;
    width: auto;
  }
  .mv-ttl01 .mv-ttl--img {
    height: 100%;
  }
}

@media screen and (max-width: 1050px) {
  .mv-ttl01 {
    width: 72.8vw;
  }
  .mv-ttl01 .mv-ttl--img {
    width: 100%;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
  }
  .mv-ttl01 .mv-ttl--img img {
    width: 100%;
    height: auto;
  }
}

.mv-ttl02 {
  width: 8.4375vw;
  right: 0;
  top: 0;
}

@media only screen and (min-width: 1051px) {
  .mv-ttl02 {
    height: 100vh;
    width: auto;
  }
}

@media screen and (max-width: 1050px) {
  .mv-ttl02 {
    width: 17.06667vw;
    top: 0;
  }
}

.big_img {
  position: relative;
  padding-left: 25.8vw;
  max-height: 100%;
}

@media only screen and (min-width: 1051px) {
  .big_img {
    overflow: hidden;
  }
}

@media screen and (max-width: 1050px) {
  .big_img {
    padding-left: 20vw;
  }
}

.big_img img {
  max-width: 62.1875vw;
}

@media only screen and (min-width: 1051px) {
  .big_img img {
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 100vh;
  }
}

@media screen and (max-width: 1050px) {
  .big_img img {
    max-width: 100%;
    max-height: 1176px;
  }
}

.big_img-cats {
  position: absolute;
  font-size: 0.875rem;
  line-height: 1.16;
  left: 2vw;
  bottom: 10.625vw;
  font-family: "Helvetica";
  color: #000000;
}

@media only screen and (min-width: 1051px) {
  .big_img-cats {
    bottom: 17vh;
  }
  .big_img-cats.con {
    bottom: 23vh;
    font-size: 20px;
  }
  .big_img-cats.con::after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    transition: all .3s;
    content: "";
  }

}

@media screen and (max-width: 1050px) {
  .big_img-cats {
    left: 40vw;
    top: -15vw;
    bottom: auto;
  }
}

@media screen and (max-width: 767px) {
  .big_img-cats {
    font-size: 0.75rem;
    bottom: auto;
  }
}

.big_img-cats.open {
  z-index: 9998;
  color: #E5E5E5;
  position: fixed;
  bottom: 9.75vw;
}

@media screen and (max-width: 1050px) {
  .big_img-cats.open {
    top: 22.66667vw;
    bottom: auto;
  }
}

@media screen and (max-width: 1050px) {
  .work-container {
    margin-top: 46.66667vw;
  }
}

@media screen and (max-width: 1050px) {
  /*.work-container--row {
    flex-wrap: nowrap;
  }*/
  .work-container--row * {
    padding: 0;
    margin: 0;
  }
  .work-container--row .col-lg-3 {
    width: 28%;
  }
  .work-container--row .col-lg-9 {
    width: 72%;
  }
}

.work__item {
  position: relative;
}

.work__item img {
  margin-bottom: 20px;
}

.work__item h3 {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 1.2;
  margin-top: 12px;
  font-family: "Helvetica";
}

.work__item .rotage {
  margin-top: 90px;
}

@media screen and (max-width: 1050px) {
  .work__item .rotage {
    margin-top: 120px;
    margin-left: -55px;
  }
}

.txt-ttl-info {
  margin-bottom: -107px;
  margin-left: -85px;
  font-size: 0.75rem;
  letter-spacing: 0;
  line-height: 1.2;
}

@media screen and (max-width: 1050px) {
  .txt-ttl-info {
    margin-bottom: -140px;
    margin-left: -115px;
    line-height: 1.8;
  }
}

@media screen and (max-width: 767px) {
  .txt-ttl-info {
    font-size: 0.625rem;
  }
}

.txt-ttl-info p {
  margin-bottom: 0;
}

.left__rotage {
  display: flex;
  align-items: flex-end;
}

@media screen and (max-width: 1050px) {
  .left__rotage h2 {
    font-size: 5rem;
  }
}

.work__item-col {
  margin-bottom: 100px;
}

@media screen and (max-width: 1050px) {
  .work__item-col {
    margin-bottom: 60px;
  }
}

.work__item-col p {
  margin-bottom: 0;
  font-size: 0.625rem;
  letter-spacing: 0;
  line-height: 1.2;
}

.btn--content {
  display: flex;
  justify-content: flex-end;
  padding-right: 14.3vw;
}

@media screen and (max-width: 1050px) {
  .btn--content {
    padding-right: 0;
    margin-right: 2.66667vw;
  }
}

.section {
  margin-bottom: 200px;
}

@media screen and (max-width: 1050px) {
  .section {
    margin-bottom: 110px;
  }
}

.section:last-child {
  margin-bottom: 0;
}

.section.location .work__item .rotage {
  margin-top: 270px;
  margin-left: -46px;
}

@media screen and (max-width: 1050px) {
  .section.location .work__item .rotage {
    margin-top: 160px;
    margin-left: -96px;
    letter-spacing: -4px;
  }
}

.section.location .work__item .txt-ttl-info {
  margin-bottom: -170px;
  margin-left: -132px;
}

@media screen and (max-width: 1050px) {
  .section.location .work__item .txt-ttl-info {
    margin-bottom: -210px;
    margin-left: -145px;
  }
}

.section.location .work__item .left__rotage {
  position: absolute;
}

.location-container--row .col-lg-3 {
  position: relative;
  z-index: 1;
}

.location-imgWrap {
  position: relative;
}

.location-img {
  margin-bottom: 80px;
  padding-right: 14.375vw;
}

@media screen and (max-width: 1050px) {
  .location-img {
    padding-right: 0;
  }
}

.location-ttl {
  position: absolute;
  right: 8.75vw;
  bottom: -108px;
  z-index: 1;
}

@media screen and (max-width: 1050px) {
  .location-ttl {
    width: 168px;
    right: auto;
    left: 28vw;
    bottom: -40px;
  }
}

.location-cnt {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}

@media screen and (max-width: 1050px) {
  .location-cnt {
    padding: 65px 5.33333vw 0 28vw;
    display: block;
  }
}

@media screen and (max-width: 1050px) {
  .location-infor {
    margin-bottom: 55px;
  }
}

.location-infor--top {
  margin-bottom: 15px;
  font-size: 0.75rem;
}

.location-infor--bot {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.location-infor--bot-address {
  font-size: 0.75rem;
  color: #A8A8A8;
}

.location-map {
  padding-right: 14.375vw;
}

@media screen and (max-width: 1050px) {
  .location-map {
    padding-right: 0;
    margin-right: 0;
  }
}

.location-map .btn--content {
  margin-top: 70px;
  padding-right: 0;
}

@media screen and (max-width: 1050px) {
  .location-map .btn--content {
    margin-top: 110px;
  }
}

.location-map--iframe {
  margin-top: 75px;
  position: relative;
}

.location-map--iframe iframe {
  width: 100%;
  height: 563px;
  transition: all .2s;
  display: none;
}

.location-map--iframe iframe.active {
  display: block;
}

@media screen and (max-width: 1050px) {
  .location-map--iframe iframe {
    height: 88vw;
  }
}

.location-map--link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 90px;
  height: 149px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background-color: #000;
  color: #fff !important;
  z-index: 1;
  font-size: 0.75rem;
}

@media screen and (max-width: 1050px) {
  .location-map--link {
    width: 50%;
    height: 54px;
    top: 100%;
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}

.location-map--link span {
  position: relative;
  display: inline-block;
  transform: rotate(-90deg);
}

@media screen and (max-width: 1050px) {
  .location-map--link span {
    transform: rotate(0);
  }
}

.location-map--link span:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  display: block;
  width: 1px;
  height: 14px;
  background-color: #fff;
  content: "";
}

@media screen and (max-width: 1050px) {
  .location-map--link span:after {
    width: 14px;
    height: 1px;
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
}

.location-map--link.link01 {
  left: 0;
}

.location-map--link.link01 span {
  padding-top: 30px;
}

@media screen and (max-width: 1050px) {
  .location-map--link.link01 span {
    display: block;
    width: 100%;
    padding-top: 0;
    text-align: center;
  }
}

.location-map--link.link01 span:after {
  top: 0;
}

@media screen and (max-width: 1050px) {
  .location-map--link.link01 span:after {
    top: 50%;
    left: 12px;
  }
}

.location-map--link.link02 {
  right: 0;
  background-color: #404040;
}

.location-map--link.link02 span {
  padding-bottom: 30px;
}

@media screen and (max-width: 1050px) {
  .location-map--link.link02 span {
    display: block;
    width: 100%;
    padding-bottom: 0;
    text-align: center;
  }
}

.location-map--link.link02 span:after {
  bottom: 0;
}

@media screen and (max-width: 1050px) {
  .location-map--link.link02 span:after {
    top: 50%;
    right: 12px;
    left: auto;
  }
}

.location-direct {
  position: relative;
  padding-right: 8.75vw;
  z-index: 2;
}

.service {
  padding-left: 14.375vw;
}

@media screen and (max-width: 1050px) {
  .service {
    padding-left: 4vw;
  }
}

@media screen and (max-width: 1050px) {
  .service-container .btn--content {
    padding-right: 0;
    margin-right: 2.66667vw;
  }
}

.service-ttl {
  position: relative;
  margin-bottom: -30px;
  z-index: 1;
}

@media screen and (max-width: 1050px) {
  .service-ttl {
    margin-bottom: -35px;
  }
}

.service-ttl h2 {
  margin: 0;
  line-height: .8;
}

@media screen and (max-width: 1050px) {
  .service-ttl h2 {
    font-size: 5rem;
  }
}

.service-ttl--sub {
  font-size: 1.25rem;
}

@media screen and (max-width: 767px) {
  .service-ttl--sub {
    font-size: 1rem;
  }
}

.service-ttl--sub .gray {
  color: #A8A8A8;
}

.service-ttl--sub .white {
  color: #fff;
}

.service-ttl--sub .line {
  display: inline-block;
  margin-top: 0 3px;
  color: #A8A8A8;
}

.service-top {
  margin-bottom: 100px;
}

@media screen and (max-width: 1050px) {
  .service-top {
    padding-left: 13.33333vw;
    margin-bottom: 0;
    margin-top: 20px;
    margin-bottom: 80px;
  }
}

.service-top--row {
  align-items: center;
}

@media screen and (max-width: 1050px) {
  .service-top--row {
    flex-flow: column-reverse;
  }
}

.service-top--intro {
  padding-top: 5vw;
  padding-right: 5vw;
}


@media screen and (max-width: 991px) {
  .service-top--intro {
    padding-right: 11.66667vw;
    padding-left: 4vw;
  }
}


.service-top--intro-ttl {
  margin: 15px 0 30px;
  font-size: 2.375rem;
  font-family: "Helvetica";
}

@media screen and (max-width: 1050px) {
  .service-top--intro-ttl {
    margin: 40px 0 30px;
  }
}

.service-top--intro-desc {
  margin-bottom: 65px;
  font-size: 0.75rem;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

@media screen and (max-width: 1050px) {
  .service-top--intro-desc {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 1050px) {
  .service-top--slider {
    margin: 0 -5px;
  }
}

.service-top--slider-item {
  width: 470px;
  padding: 0 10px;
}

@media screen and (max-width: 1050px) {
  .service-top--slider-item {
    padding: 0 5px;
  }
}

@media screen and (max-width: 767px) {
  .service-top--slider-item {
    width: 219px;
  }
}

.service-top--slider img {
  opacity: .2;
  transition: all 1.5s ease-in-out;
}

.service-top .slick-active img {
  opacity: 1;
}

.service-top .slick-next {
  position: absolute;
  left: 355px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 138px;
  height: 120px;
  background: url(../images/arrow-next.svg) no-repeat;
  background-size: 100%;
  cursor: pointer;
  transition: all .2s;
}

.service-top .slick-next:hover {
  transform: translate(15px, -50%);
  -webkit-transform: translate(15px, -50%);
}

@media screen and (max-width: 767px) {
  .service-top .slick-next {
    left: 205px;
    width: 72px;
    height: 63px;
  }
}

@media screen and (max-width: 1050px) {
  .service-advantage {
    padding-left: 29.33333vw;
    padding-right: 8vw;
  }
}

.service-advantage--ttlWrap {
  position: relative;
}

.service-advantage--ttl {
  position: absolute;
  transform: rotate(-90deg);
  right: 10px;
  top: 70px;
  font-family: "Helvetica";
}

@media screen and (max-width: 1050px) {
  .service-advantage--ttl {
    left: -12vw;
    transform-origin: 0;
    top: 140px;
  }
}

.service-advantage--list {
  padding-right: 14.375vw;
}

@media screen and (max-width: 1050px) {
  .service-advantage--list {
    padding-right: 0;
  }
}

.service-advantage--item-row {
  position: relative;
  padding: 30px 0 70px;
  border-top: solid 1px #fff;
  outline: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

@media screen and (max-width: 1050px) {
  .service-advantage--item-row {
    margin: 0;
  }
  .service-advantage--item-row * {
    padding: 0;
  }
}

.service-advantage--item-row:hover:before {
  width: 100%;
}

.service-advantage--item-row:before {
  position: absolute;
  left: 0;
  top: -1px;
  display: block;
  width: 10px;
  height: 1px;
  background-color: #A8A8A8;
  content: "";
  transition: all .25s;
}

.service-advantage--item-ttl {
  font-size: 1rem;
  font-weight: bold;
}

@media screen and (max-width: 1050px) {
  .service-advantage--item-ttl {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .service-advantage--item-ttl {
    font-size: 0.875rem;
  }
}

.service-advantage--item-cnt {
  font-size: 0.75rem;
  font-weight: bold;
}

.i4ewOd-pzNkMb-haAclf {
  display: none !important;
}

.js-iframe-active {
  overflow: hidden;
}

.js-iframe-active iframe {
  margin-top: -54px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .location-map {
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .js-iframe-active {
    height: 468px;
  }
}

span.fNfeg {
  font-size: 84px;
  font-family: "Helvetica";
  letter-spacing: -0.05em;
  color: #fff;
  line-height: 1;
}

@media (max-width: 768px) {
  span.fNfeg {
    font-size: 31px;
  }
}

.location-ttl {
  bottom: -100px;
}

@media (max-width: 768px) {
  .p-end--nav ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

@media (max-width: 1050px) {
  .p-end--nav ul li {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .mv-ttl02 {
    top: 0;
    bottom: -4vh;
    margin-left: auto;
  }
  .mv-ttl02.ani-Height {
    transform: translateY(-110%);
  }
  .mv-ttl02.ani-Height.in {
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .location-ttl {
    bottom: -39px;
  }
}

/* =========================================================
endpage
========================================================= */
.p-end {
  padding-top: 140px;
}

.p-end--container {
  padding: 0 14.375vw 0 10vw;
  max-width: 1600px;
  margin: 0 auto;
}

@media screen and (max-width: 1050px) {
  .p-end--container {
    padding: 0 20px;
  }
}

.p-end--head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .p-end--head {
    display: block;
    margin-bottom: 45px;
  }
}

.p-end--head-ttlWrap {
  display: flex;
  align-items: flex-end;
}

.p-end--head-ttl {
  font-size: 5rem;
  font-family: "Helvetica";
  margin: 0;
  letter-spacing: -4px;
}

@media screen and (max-width: 767px) {
  .p-end--head-ttl {
    font-size: 2.5rem;
    letter-spacing: -1px;
  }
}

.p-end--head-ttl-space {
  position: relative;
  display: inline-block;
  margin: 0 12px 1.0625rem;
  width: 20px;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .p-end--head-ttl-space {
    width: 10px;
    margin: 0 8px 8px;
  }
}

.p-end--head-ttl-space:before {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 3px;
  background: #000;
  content: "";
}

@media screen and (max-width: 767px) {
  .p-end--head-ttl-space:before {
    height: 1px;
  }
}

.p-end--head-ttl-sub {
  font-size: 1.875rem;
  margin-bottom: 0.625rem;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-end--head-ttl-sub {
    font-size: 0.875rem;
    margin-bottom: 3px;
  }
}

@media screen and (max-width: 767px) {
  .p-end--head-link {
    margin-top: 10px;
    text-align: right;
  }
}

.p-end--cnt {
  position: relative;
  padding-left: 16.25vw;
}

@media screen and (max-width: 1050px) {
  .p-end--cnt {
    padding-left: 0;
  }
}

.p-end--nav {
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 1050px) {
  .p-end--nav {
    position: relative;
  }
}

@media screen and (max-width: 1050px) {
  .p-end--nav._select {
    position: relative;
    margin-bottom: 40px;
  }
}

.p-end--nav ul {
  padding-left: 0;
}

@media screen and (max-width: 1050px) {
  .p-end--nav ul {
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 767px) {
  .p-end--nav ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px;
  }
}

.p-end--nav ul li {
  margin-bottom: 15px;
  list-style: none;
}

.p-end--nav ul li a {
  font-size: 1.25rem;
  font-family: "Helvetica";
  color: #C9C9C9;
  transition: all .25s;
}

@media screen and (max-width: 767px) {
  .p-end--nav ul li a {
    font-size: 1.125rem;
  }
}

.p-end--nav ul li a:hover {
  color: #000000;
}

.p-end--select {
  min-width: 170px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(../images/icon-arrow-down-gray.png) right 0 center/12px 6px no-repeat;
  font-family: "Helvetica";
  border: none;
  border-bottom: solid 1px #000;
  font-size: 1.25rem;
  padding-left: 0;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .p-end--select {
    width: 100%;
    margin-bottom: 40px;
  }
}

.p-end--select:focus-visible {
  outline: none !important;
}

.p-end--select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.p-end--select::-ms-expand {
  display: none;
}

.p-end--select option {
  padding: 10px 0;
  display: block;
  color: #C9C9C9;
}

.p-location--item {
  margin-bottom: 25px;
  background-color: #fff;
}

.p-location--item-inner {
  padding: 35px 20px 40px;
  background-color: #fff;
}

.p-location--item-ttl {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.p-location--item-adressJP {
  margin-bottom: 30px;
  font-size: 0.6875rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.p-location--item-adressEN {
  color: #A8A8A8;
  font-size: 0.625rem;
  margin-bottom: 0;
}

.p-location--item-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-location--detail-banner {
    margin: 0 -20px;
  }
}

.p-location--detail-ttl {
  margin: 50px 0 35px;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 1px;
}

.p-location--detail-intro {
  margin-bottom: 50px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #A8A8A8;
}

.p-location--detail-cnt {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-location--detail-cnt {
    display: block;
  }
}

.p-location--detail-infor {
  width: calc(100% - 440px);
  padding-right: 40px;
}

@media screen and (max-width: 767px) {
  .p-location--detail-infor {
    width: 100%;
    padding-right: 0;
  }
}

.p-location--detail-infor-row {
  margin-bottom: 25px;
}

.p-location--detail-infor-label {
  font-family: "Helvetica";
  font-size: 1rem;
  font-weight: bold;
}

.p-location--detail-infor-value {
  font-size: 0.875rem;
}

.p-location--detail-map {
  position: relative;
  width: 440px;
}

@media screen and (max-width: 767px) {
  .p-location--detail-map {
    width: 100%;
    margin-top: 50px;
  }
}

.p-location--detail-map-iframe {
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-location--detail-map-iframe {
    margin: 0 -20px;
  }
}

.p-location--detail-map-iframe:after {
  position: absolute;
  top: 60px;
  left: 60px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  content: "";
}

@media screen and (max-width: 767px) {
  .p-location--detail-map-iframe:after {
    left: 30px;
  }
}

.p-location--detail-map iframe {
  width: 100%;
  height: 400px;
  filter: gray;
  -webkit-filter: grayscale(110%);
}

@media screen and (max-width: 767px) {
  .p-location--detail-map iframe {
    height: 100vw;
  }
}

.p-location--detail-map-link {
  margin-top: 10px;
  text-align: right;
}

.p-location--detail-direct {
  margin-top: 150px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-location--detail-direct {
    margin-top: 100px;
  }
}

.p-service--ttl {
  margin-bottom: 60px;
  display: inline-block;
  font-size: 2.5rem;
  font-family: "Helvetica";
  color: #fff;
  background-color: #000;
  line-height: .8;
  padding-bottom: 6px;
}

@media screen and (max-width: 1050px) {
  .p-service--list .row .col-lg-4 {
    width: 50%;
    padding: 0 5px;
  }
  .p-service--list .row .col-lg-4 .work__item img {
    margin-bottom: 10px;
  }
}

.p-service--item {
  margin-bottom: 200px;
}

@media screen and (max-width: 767px) {
  .p-service--item {
    margin-bottom: 120px;
  }
}

.p-service--item:last-child {
  margin-bottom: 0;
}

.p-service--item-thumbWrap {
  position: relative;
  padding-left: 130px;
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .p-service--item-thumbWrap {
    margin: 0 -20px 30px;
    padding-left: 0;
  }
}

.p-service--item-ttl {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 5.625rem;
  font-family: "Helvetica";
  color: #fff;
  margin-bottom: 0;
  line-height: .75;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-service--item-ttl {
    font-size: 3.75rem;
  }
}

.p-service--item-desc {
  width: 580px;
  max-width: 100%;
  margin-bottom: 30px;
  font-size: 0.875rem;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #A8A8A8;
}

.p-service--item-link {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .p-service--item-link {
    text-align: center;
  }
}

.p-service--item-direct {
  display: flex;
  justify-content: flex-end;
}

.p-service--item-direct a {
  width: 260px;
  max-width: 48%;
  margin-right: 40px;
}

.p-service--item-direct a:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .p-service--item-direct a {
    margin-right: 20px;
  }
}

.p-service--detail-summary {
  margin-bottom: 30px;
  font-weight: 500;
}

.p-service--detail-summary p {
  font-size: 0.625rem;
  margin-bottom: 0;
  font-family: "Helvetica";
}

.p-service--detail-summary h3 {
  margin-top: 10px;
  font-size: 0.75rem;
  font-family: "Helvetica";
}

.p-service--detail-galleries-img {
  margin-bottom: 50px;
}

.p-service--detail-link {
  text-align: center;
  margin-top: 150px;
}

@media screen and (max-width: 1050px) {
  .p-service--detail-link {
    margin-top: 100px;
  }
}

/* =========================================================
contact
========================================================= */
/* -------------------
  CONTACT PAGE
--------------------*/
.pc-only {
  display: block;
}

@media screen and (max-width: 750px) {
  .pc-only {
    display: none !important;
  }
}

.c-contact__message {
  font-size: 0.9375rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

.c-contact__message2 {
  font-size: 0.9375rem;
  font-weight: bold;
  text-align: center;
  color: #BA1D1D;
  margin-bottom: 40px;
}

@media screen and (max-width: 750px) {
  .c-contact__message {
    margin-bottom: 2rem;
    text-align: left;
  }
}

.c-contact__note {
  max-width: 660px;
  margin: -3rem auto 0;
}

@media screen and (max-width: 750px) {
  .c-contact__note {
    margin-top: -1.5rem;
  }
}

.c-contact__privacy {
  height: 22rem;
  background: #fff;
  overflow: auto;
  font-size: 1.0rem;
  line-height: 1.8;
  margin-bottom: 20px;
}

.c-contact__privacy__inner {
  padding: 20px;
  font-size: 0.8125rem;
}

@media screen and (max-width: 750px) {
  .c-contact__privacy__inner {
    padding: 1.5rem;
  }
}

.c-contact__privacy__text {
  margin-bottom: 1.4em;
}

.c-contact__privacy__list__title {
  margin-top: 0.7em;
}

@media screen and (max-width: 750px) {
  .c-contact__privacy-check {
    font-size: 1.0rem;
  }
}

.c-contact__action {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin-top: 60px;
}

@media screen and (max-width: 750px) {
  .c-contact__action {
    flex-wrap: wrap;
    flex-flow: column-reverse;
  }
}

.c-contact__action .btn {
  width: 260px;
  margin: 0 10px;
}

@media screen and (max-width: 750px) {
  .c-contact__action .btn {
    margin-bottom: 20px;
  }
}

.c-contact__back {
  margin-top: 6rem;
  text-align: center;
}

.c-contact__back__anchor {
  color: inherit;
  text-decoration: none;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.c-contact__back__anchor::after {
  content: "";
  display: block;
  background: url(../assets/ui/button-arrow.blu.svg) center right/contain no-repeat;
  width: 24px;
  height: 24px;
  margin-left: 0.5em;
}

.c-contact__back__anchor:hover {
  text-decoration: underline;
}

.c-steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 6rem;
}

@media screen and (max-width: 750px) {
  .c-steps {
    width: 100%;
    margin-bottom: 3rem;
  }
}

.c-steps__col {
  position: relative;
  width: 33.33%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #D0D0D0;
  border-right: solid 1px #fff;
}

.c-steps__col:last-child {
  border-right: 0;
}

@media screen and (max-width: 750px) {
  .c-steps__col {
    width: 11.5rem;
  }
}

.c-steps__col__number {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  font-size: 0.9375rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  color: #000;
}

.c-steps__col__number:after {
  position: absolute;
  right: 0;
  top: 3px;
  display: block;
  width: 1px;
  height: 16px;
  background-color: #A0A0A0;
  content: "";
}

.c-steps__col__label {
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding-left: 15px;
  font-size: 0.9375rem;
  margin-bottom: 0;
}

@media screen and (max-width: 750px) {
  .c-steps__col__label {
    font-size: 0.8rem;
  }
}

.c-steps__col.is-active {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

.c-steps__col.is-active .c-steps__col__number {
  color: #fff;
}

.c-form {
  padding: 50px 20px 80px;
  background-color: #fff;
}

.c-form--completed {
  text-align: center;
}

.c-form--completed-ttl {
  font-size: 1.125rem;
  font-weight: bold;
}

.c-form--completed-des {
  font-size: 0.9375rem;
}

.c-form__row {
  margin-bottom: 40px;
}

@media screen and (min-width: 751px) {
  .c-form__row {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    align-items: center;
  }
  .c-form__row.has-child {
    display: block;
  }
}

.c-form__row.is-sub {
  width: 100%;
  padding: 0;
  border: none;
}

.c-form__row.is-sub + .c-form__row.is-sub {
  margin-top: 2rem;
}

@media screen and (max-width: 750px) {
  .c-form__row.is-sub + .c-form__row.is-sub {
    margin-top: 1.5rem;
  }
}

.c-form__row.is-vertical-top {
  align-items: flex-start;
}

.c-form__row.is-vertical-top .c-form__row__label {
  padding-top: 1.5rem;
}

.c-form__row__label {
  display: flex;
  align-items: center;
  width: 16rem;
  padding: 1.2rem 2rem;
  font-weight: bold;
  flex-shrink: 0;
  font-size: 0.9375rem;
}

.mw_wp_form_confirm .c-form__row__label {
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 750px) {
  .c-form__row__label {
    width: auto;
    padding: 0;
    justify-content: flex-start;
    margin-bottom: 1rem;
  }
  .c-form__row__label__text {
    margin-right: 0.5em;
  }
}

.c-form__row__field {
  padding: 0 1.2rem;
  flex-grow: 1;
  font-size: 0.8125rem;
}

.u-m-0 {
  margin: 0rem;
}

.u-mh-0 {
  margin-left: 0rem;
  margin-right: 0rem;
}

.u-mv-0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.u-mt-0 {
  margin-top: 0rem;
}

.u-mb-0 {
  margin-bottom: 0rem;
}

.u-ml-0 {
  margin-left: 0rem;
}

.u-mr-0 {
  margin-right: 0rem;
}

.u-p-0 {
  padding: 0rem;
}

.u-ph-0 {
  padding-left: 0rem;
  padding-right: 0rem;
}

.u-pv-0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.u-pt-0 {
  padding-top: 0rem;
}

.u-pb-0 {
  padding-bottom: 0rem;
}

.u-pl-0 {
  padding-left: 0rem;
}

.u-pr-0 {
  padding-right: 0rem;
}

.u-m-1 {
  margin: 1rem;
}

.u-mh-1 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.u-mv-1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.u-mt-1 {
  margin-top: 1rem;
}

.u-mb-1 {
  margin-bottom: 1rem;
}

.u-ml-1 {
  margin-left: 1rem;
}

.u-mr-1 {
  margin-right: 1rem;
}

.u-p-1 {
  padding: 1rem;
}

.u-ph-1 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.u-pv-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.u-pt-1 {
  padding-top: 1rem;
}

.u-pb-1 {
  padding-bottom: 1rem;
}

.u-pl-1 {
  padding-left: 1rem;
}

.u-pr-1 {
  padding-right: 1rem;
}

.u-m-2 {
  margin: 2rem;
}

.u-mh-2 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.u-mv-2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.u-mt-2 {
  margin-top: 2rem;
}

.u-mb-2 {
  margin-bottom: 2rem;
}

.u-ml-2 {
  margin-left: 2rem;
}

.u-mr-2 {
  margin-right: 2rem;
}

.u-p-2 {
  padding: 2rem;
}

.u-ph-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.u-pv-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.u-pt-2 {
  padding-top: 2rem;
}

.u-pb-2 {
  padding-bottom: 2rem;
}

.u-pl-2 {
  padding-left: 2rem;
}

.u-pr-2 {
  padding-right: 2rem;
}

.u-m-3 {
  margin: 3rem;
}

.u-mh-3 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.u-mv-3 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.u-mt-3 {
  margin-top: 3rem;
}

.u-mb-3 {
  margin-bottom: 3rem;
}

.u-ml-3 {
  margin-left: 3rem;
}

.u-mr-3 {
  margin-right: 3rem;
}

.u-p-3 {
  padding: 3rem;
}

.u-ph-3 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.u-pv-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.u-pt-3 {
  padding-top: 3rem;
}

.u-pb-3 {
  padding-bottom: 3rem;
}

.u-pl-3 {
  padding-left: 3rem;
}

.u-pr-3 {
  padding-right: 3rem;
}

.u-m-4 {
  margin: 4rem;
}

.u-mh-4 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.u-mv-4 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.u-mt-4 {
  margin-top: 4rem;
}

.u-mb-4 {
  margin-bottom: 4rem;
}

.u-ml-4 {
  margin-left: 4rem;
}

.u-mr-4 {
  margin-right: 4rem;
}

.u-p-4 {
  padding: 4rem;
}

.u-ph-4 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.u-pv-4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.u-pt-4 {
  padding-top: 4rem;
}

.u-pb-4 {
  padding-bottom: 4rem;
}

.u-pl-4 {
  padding-left: 4rem;
}

.u-pr-4 {
  padding-right: 4rem;
}

.u-m-5 {
  margin: 5rem;
}

.u-mh-5 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.u-mv-5 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.u-mt-5 {
  margin-top: 5rem;
}

.u-mb-5 {
  margin-bottom: 5rem;
}

.u-ml-5 {
  margin-left: 5rem;
}

.u-mr-5 {
  margin-right: 5rem;
}

.u-p-5 {
  padding: 5rem;
}

.u-ph-5 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.u-pv-5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.u-pt-5 {
  padding-top: 5rem;
}

.u-pb-5 {
  padding-bottom: 5rem;
}

.u-pl-5 {
  padding-left: 5rem;
}

.u-pr-5 {
  padding-right: 5rem;
}

.u-m-6 {
  margin: 6rem;
}

.u-mh-6 {
  margin-left: 6rem;
  margin-right: 6rem;
}

.u-mv-6 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.u-mt-6 {
  margin-top: 6rem;
}

.u-mb-6 {
  margin-bottom: 6rem;
}

.u-ml-6 {
  margin-left: 6rem;
}

.u-mr-6 {
  margin-right: 6rem;
}

.u-p-6 {
  padding: 6rem;
}

.u-ph-6 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.u-pv-6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.u-pt-6 {
  padding-top: 6rem;
}

.u-pb-6 {
  padding-bottom: 6rem;
}

.u-pl-6 {
  padding-left: 6rem;
}

.u-pr-6 {
  padding-right: 6rem;
}

.u-m-7 {
  margin: 7rem;
}

.u-mh-7 {
  margin-left: 7rem;
  margin-right: 7rem;
}

.u-mv-7 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.u-mt-7 {
  margin-top: 7rem;
}

.u-mb-7 {
  margin-bottom: 7rem;
}

.u-ml-7 {
  margin-left: 7rem;
}

.u-mr-7 {
  margin-right: 7rem;
}

.u-p-7 {
  padding: 7rem;
}

.u-ph-7 {
  padding-left: 7rem;
  padding-right: 7rem;
}

.u-pv-7 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.u-pt-7 {
  padding-top: 7rem;
}

.u-pb-7 {
  padding-bottom: 7rem;
}

.u-pl-7 {
  padding-left: 7rem;
}

.u-pr-7 {
  padding-right: 7rem;
}

.u-m-8 {
  margin: 8rem;
}

.u-mh-8 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.u-mv-8 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.u-mt-8 {
  margin-top: 8rem;
}

.u-mb-8 {
  margin-bottom: 8rem;
}

.u-ml-8 {
  margin-left: 8rem;
}

.u-mr-8 {
  margin-right: 8rem;
}

.u-p-8 {
  padding: 8rem;
}

.u-ph-8 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.u-pv-8 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.u-pt-8 {
  padding-top: 8rem;
}

.u-pb-8 {
  padding-bottom: 8rem;
}

.u-pl-8 {
  padding-left: 8rem;
}

.u-pr-8 {
  padding-right: 8rem;
}

.u-m-9 {
  margin: 9rem;
}

.u-mh-9 {
  margin-left: 9rem;
  margin-right: 9rem;
}

.u-mv-9 {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.u-mt-9 {
  margin-top: 9rem;
}

.u-mb-9 {
  margin-bottom: 9rem;
}

.u-ml-9 {
  margin-left: 9rem;
}

.u-mr-9 {
  margin-right: 9rem;
}

.u-p-9 {
  padding: 9rem;
}

.u-ph-9 {
  padding-left: 9rem;
  padding-right: 9rem;
}

.u-pv-9 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.u-pt-9 {
  padding-top: 9rem;
}

.u-pb-9 {
  padding-bottom: 9rem;
}

.u-pl-9 {
  padding-left: 9rem;
}

.u-pr-9 {
  padding-right: 9rem;
}

.u-m-10 {
  margin: 10rem;
}

.u-mh-10 {
  margin-left: 10rem;
  margin-right: 10rem;
}

.u-mv-10 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.u-mt-10 {
  margin-top: 10rem;
}

.u-mb-10 {
  margin-bottom: 10rem;
}

.u-ml-10 {
  margin-left: 10rem;
}

.u-mr-10 {
  margin-right: 10rem;
}

.u-p-10 {
  padding: 10rem;
}

.u-ph-10 {
  padding-left: 10rem;
  padding-right: 10rem;
}

.u-pv-10 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.u-pt-10 {
  padding-top: 10rem;
}

.u-pb-10 {
  padding-bottom: 10rem;
}

.u-pl-10 {
  padding-left: 10rem;
}

.u-pr-10 {
  padding-right: 10rem;
}

@media screen and (min-width: 751px) {
  .u-pc-m-0 {
    margin: 0rem;
  }
  .u-pc-mh-0 {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .u-pc-mv-0 {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
  .u-pc-mt-0 {
    margin-top: 0rem;
  }
  .u-pc-mb-0 {
    margin-bottom: 0rem;
  }
  .u-pc-ml-0 {
    margin-left: 0rem;
  }
  .u-pc-mr-0 {
    margin-right: 0rem;
  }
  .u-pc-p-0 {
    padding: 0rem;
  }
  .u-pc-ph-0 {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .u-pc-pv-0 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .u-pc-pt-0 {
    padding-top: 0rem;
  }
  .u-pc-pb-0 {
    padding-bottom: 0rem;
  }
  .u-pc-pl-0 {
    padding-left: 0rem;
  }
  .u-pc-pr-0 {
    padding-right: 0rem;
  }
  .u-pc-m-1 {
    margin: 1rem;
  }
  .u-pc-mh-1 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .u-pc-mv-1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .u-pc-mt-1 {
    margin-top: 1rem;
  }
  .u-pc-mb-1 {
    margin-bottom: 1rem;
  }
  .u-pc-ml-1 {
    margin-left: 1rem;
  }
  .u-pc-mr-1 {
    margin-right: 1rem;
  }
  .u-pc-p-1 {
    padding: 1rem;
  }
  .u-pc-ph-1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .u-pc-pv-1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .u-pc-pt-1 {
    padding-top: 1rem;
  }
  .u-pc-pb-1 {
    padding-bottom: 1rem;
  }
  .u-pc-pl-1 {
    padding-left: 1rem;
  }
  .u-pc-pr-1 {
    padding-right: 1rem;
  }
  .u-pc-m-2 {
    margin: 2rem;
  }
  .u-pc-mh-2 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .u-pc-mv-2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .u-pc-mt-2 {
    margin-top: 2rem;
  }
  .u-pc-mb-2 {
    margin-bottom: 2rem;
  }
  .u-pc-ml-2 {
    margin-left: 1.2rem;
  }
  .u-pc-mr-2 {
    margin-right: 2rem;
  }
  .u-pc-p-2 {
    padding: 2rem;
  }
  .u-pc-ph-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .u-pc-pv-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .u-pc-pt-2 {
    padding-top: 2rem;
  }
  .u-pc-pb-2 {
    padding-bottom: 2rem;
  }
  .u-pc-pl-2 {
    padding-left: 2rem;
  }
  .u-pc-pr-2 {
    padding-right: 2rem;
  }
  .u-pc-m-3 {
    margin: 3rem;
  }
  .u-pc-mh-3 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .u-pc-mv-3 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .u-pc-mt-3 {
    margin-top: 3rem;
  }
  .u-pc-mb-3 {
    margin-bottom: 3rem;
  }
  .u-pc-ml-3 {
    margin-left: 3rem;
  }
  .u-pc-mr-3 {
    margin-right: 3rem;
  }
  .u-pc-p-3 {
    padding: 3rem;
  }
  .u-pc-ph-3 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .u-pc-pv-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .u-pc-pt-3 {
    padding-top: 3rem;
  }
  .u-pc-pb-3 {
    padding-bottom: 3rem;
  }
  .u-pc-pl-3 {
    padding-left: 3rem;
  }
  .u-pc-pr-3 {
    padding-right: 3rem;
  }
  .u-pc-m-4 {
    margin: 4rem;
  }
  .u-pc-mh-4 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .u-pc-mv-4 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .u-pc-mt-4 {
    margin-top: 4rem;
  }
  .u-pc-mb-4 {
    margin-bottom: 4rem;
  }
  .u-pc-ml-4 {
    margin-left: 4rem;
  }
  .u-pc-mr-4 {
    margin-right: 4rem;
  }
  .u-pc-p-4 {
    padding: 4rem;
  }
  .u-pc-ph-4 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .u-pc-pv-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .u-pc-pt-4 {
    padding-top: 4rem;
  }
  .u-pc-pb-4 {
    padding-bottom: 4rem;
  }
  .u-pc-pl-4 {
    padding-left: 4rem;
  }
  .u-pc-pr-4 {
    padding-right: 4rem;
  }
  .u-pc-m-5 {
    margin: 5rem;
  }
  .u-pc-mh-5 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .u-pc-mv-5 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .u-pc-mt-5 {
    margin-top: 5rem;
  }
  .u-pc-mb-5 {
    margin-bottom: 5rem;
  }
  .u-pc-ml-5 {
    margin-left: 5rem;
  }
  .u-pc-mr-5 {
    margin-right: 5rem;
  }
  .u-pc-p-5 {
    padding: 5rem;
  }
  .u-pc-ph-5 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .u-pc-pv-5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .u-pc-pt-5 {
    padding-top: 5rem;
  }
  .u-pc-pb-5 {
    padding-bottom: 5rem;
  }
  .u-pc-pl-5 {
    padding-left: 5rem;
  }
  .u-pc-pr-5 {
    padding-right: 5rem;
  }
  .u-pc-m-6 {
    margin: 6rem;
  }
  .u-pc-mh-6 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .u-pc-mv-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .u-pc-mt-6 {
    margin-top: 6rem;
  }
  .u-pc-mb-6 {
    margin-bottom: 6rem;
  }
  .u-pc-ml-6 {
    margin-left: 6rem;
  }
  .u-pc-mr-6 {
    margin-right: 6rem;
  }
  .u-pc-p-6 {
    padding: 6rem;
  }
  .u-pc-ph-6 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .u-pc-pv-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .u-pc-pt-6 {
    padding-top: 6rem;
  }
  .u-pc-pb-6 {
    padding-bottom: 6rem;
  }
  .u-pc-pl-6 {
    padding-left: 6rem;
  }
  .u-pc-pr-6 {
    padding-right: 6rem;
  }
  .u-pc-m-7 {
    margin: 7rem;
  }
  .u-pc-mh-7 {
    margin-left: 7rem;
    margin-right: 7rem;
  }
  .u-pc-mv-7 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .u-pc-mt-7 {
    margin-top: 7rem;
  }
  .u-pc-mb-7 {
    margin-bottom: 7rem;
  }
  .u-pc-ml-7 {
    margin-left: 7rem;
  }
  .u-pc-mr-7 {
    margin-right: 7rem;
  }
  .u-pc-p-7 {
    padding: 7rem;
  }
  .u-pc-ph-7 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .u-pc-pv-7 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .u-pc-pt-7 {
    padding-top: 7rem;
  }
  .u-pc-pb-7 {
    padding-bottom: 7rem;
  }
  .u-pc-pl-7 {
    padding-left: 7rem;
  }
  .u-pc-pr-7 {
    padding-right: 7rem;
  }
  .u-pc-m-8 {
    margin: 8rem;
  }
  .u-pc-mh-8 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .u-pc-mv-8 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .u-pc-mt-8 {
    margin-top: 8rem;
  }
  .u-pc-mb-8 {
    margin-bottom: 8rem;
  }
  .u-pc-ml-8 {
    margin-left: 8rem;
  }
  .u-pc-mr-8 {
    margin-right: 8rem;
  }
  .u-pc-p-8 {
    padding: 8rem;
  }
  .u-pc-ph-8 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .u-pc-pv-8 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .u-pc-pt-8 {
    padding-top: 8rem;
  }
  .u-pc-pb-8 {
    padding-bottom: 8rem;
  }
  .u-pc-pl-8 {
    padding-left: 8rem;
  }
  .u-pc-pr-8 {
    padding-right: 8rem;
  }
  .u-pc-m-9 {
    margin: 9rem;
  }
  .u-pc-mh-9 {
    margin-left: 9rem;
    margin-right: 9rem;
  }
  .u-pc-mv-9 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }
  .u-pc-mt-9 {
    margin-top: 9rem;
  }
  .u-pc-mb-9 {
    margin-bottom: 9rem;
  }
  .u-pc-ml-9 {
    margin-left: 9rem;
  }
  .u-pc-mr-9 {
    margin-right: 9rem;
  }
  .u-pc-p-9 {
    padding: 9rem;
  }
  .u-pc-ph-9 {
    padding-left: 9rem;
    padding-right: 9rem;
  }
  .u-pc-pv-9 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .u-pc-pt-9 {
    padding-top: 9rem;
  }
  .u-pc-pb-9 {
    padding-bottom: 9rem;
  }
  .u-pc-pl-9 {
    padding-left: 9rem;
  }
  .u-pc-pr-9 {
    padding-right: 9rem;
  }
  .u-pc-m-10 {
    margin: 10rem;
  }
  .u-pc-mh-10 {
    margin-left: 10rem;
    margin-right: 10rem;
  }
  .u-pc-mv-10 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
  .u-pc-mt-10 {
    margin-top: 10rem;
  }
  .u-pc-mb-10 {
    margin-bottom: 10rem;
  }
  .u-pc-ml-10 {
    margin-left: 10rem;
  }
  .u-pc-mr-10 {
    margin-right: 10rem;
  }
  .u-pc-p-10 {
    padding: 10rem;
  }
  .u-pc-ph-10 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .u-pc-pv-10 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .u-pc-pt-10 {
    padding-top: 10rem;
  }
  .u-pc-pb-10 {
    padding-bottom: 10rem;
  }
  .u-pc-pl-10 {
    padding-left: 10rem;
  }
  .u-pc-pr-10 {
    padding-right: 10rem;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-m-0 {
    margin: 0rem;
  }
  .u-sp-mh-0 {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .u-sp-mv-0 {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
  .u-sp-mt-0 {
    margin-top: 0rem;
  }
  .u-sp-mb-0 {
    margin-bottom: 0rem;
  }
  .u-sp-ml-0 {
    margin-left: 0rem;
  }
  .u-sp-mr-0 {
    margin-right: 0rem;
  }
  .u-sp-p-0 {
    padding: 0rem;
  }
  .u-sp-ph-0 {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .u-sp-pv-0 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .u-sp-pt-0 {
    padding-top: 0rem;
  }
  .u-sp-pb-0 {
    padding-bottom: 0rem;
  }
  .u-sp-pl-0 {
    padding-left: 0rem;
  }
  .u-sp-pr-0 {
    padding-right: 0rem;
  }
  .u-sp-m-1 {
    margin: 1rem;
  }
  .u-sp-mh-1 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .u-sp-mv-1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .u-sp-mt-1 {
    margin-top: 1rem;
  }
  .u-sp-mb-1 {
    margin-bottom: 1rem;
  }
  .u-sp-ml-1 {
    margin-left: 1rem;
  }
  .u-sp-mr-1 {
    margin-right: 1rem;
  }
  .u-sp-p-1 {
    padding: 1rem;
  }
  .u-sp-ph-1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .u-sp-pv-1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .u-sp-pt-1 {
    padding-top: 1rem;
  }
  .u-sp-pb-1 {
    padding-bottom: 1rem;
  }
  .u-sp-pl-1 {
    padding-left: 1rem;
  }
  .u-sp-pr-1 {
    padding-right: 1rem;
  }
  .u-sp-m-2 {
    margin: 2rem;
  }
  .u-sp-mh-2 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .u-sp-mv-2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .u-sp-mt-2 {
    margin-top: 2rem;
  }
  .u-sp-mb-2 {
    margin-bottom: 2rem;
  }
  .u-sp-ml-2 {
    margin-left: 2rem;
  }
  .u-sp-mr-2 {
    margin-right: 2rem;
  }
  .u-sp-p-2 {
    padding: 2rem;
  }
  .u-sp-ph-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .u-sp-pv-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .u-sp-pt-2 {
    padding-top: 2rem;
  }
  .u-sp-pb-2 {
    padding-bottom: 2rem;
  }
  .u-sp-pl-2 {
    padding-left: 2rem;
  }
  .u-sp-pr-2 {
    padding-right: 2rem;
  }
  .u-sp-m-3 {
    margin: 3rem;
  }
  .u-sp-mh-3 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .u-sp-mv-3 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .u-sp-mt-3 {
    margin-top: 3rem;
  }
  .u-sp-mb-3 {
    margin-bottom: 3rem;
  }
  .u-sp-ml-3 {
    margin-left: 3rem;
  }
  .u-sp-mr-3 {
    margin-right: 3rem;
  }
  .u-sp-p-3 {
    padding: 3rem;
  }
  .u-sp-ph-3 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .u-sp-pv-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .u-sp-pt-3 {
    padding-top: 3rem;
  }
  .u-sp-pb-3 {
    padding-bottom: 3rem;
  }
  .u-sp-pl-3 {
    padding-left: 3rem;
  }
  .u-sp-pr-3 {
    padding-right: 3rem;
  }
  .u-sp-m-4 {
    margin: 4rem;
  }
  .u-sp-mh-4 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .u-sp-mv-4 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .u-sp-mt-4 {
    margin-top: 4rem;
  }
  .u-sp-mb-4 {
    margin-bottom: 4rem;
  }
  .u-sp-ml-4 {
    margin-left: 4rem;
  }
  .u-sp-mr-4 {
    margin-right: 4rem;
  }
  .u-sp-p-4 {
    padding: 4rem;
  }
  .u-sp-ph-4 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .u-sp-pv-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .u-sp-pt-4 {
    padding-top: 4rem;
  }
  .u-sp-pb-4 {
    padding-bottom: 4rem;
  }
  .u-sp-pl-4 {
    padding-left: 4rem;
  }
  .u-sp-pr-4 {
    padding-right: 4rem;
  }
  .u-sp-m-5 {
    margin: 5rem;
  }
  .u-sp-mh-5 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .u-sp-mv-5 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .u-sp-mt-5 {
    margin-top: 5rem;
  }
  .u-sp-mb-5 {
    margin-bottom: 5rem;
  }
  .u-sp-ml-5 {
    margin-left: 5rem;
  }
  .u-sp-mr-5 {
    margin-right: 5rem;
  }
  .u-sp-p-5 {
    padding: 5rem;
  }
  .u-sp-ph-5 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .u-sp-pv-5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .u-sp-pt-5 {
    padding-top: 5rem;
  }
  .u-sp-pb-5 {
    padding-bottom: 5rem;
  }
  .u-sp-pl-5 {
    padding-left: 5rem;
  }
  .u-sp-pr-5 {
    padding-right: 5rem;
  }
  .u-sp-m-6 {
    margin: 6rem;
  }
  .u-sp-mh-6 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .u-sp-mv-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .u-sp-mt-6 {
    margin-top: 6rem;
  }
  .u-sp-mb-6 {
    margin-bottom: 6rem;
  }
  .u-sp-ml-6 {
    margin-left: 6rem;
  }
  .u-sp-mr-6 {
    margin-right: 6rem;
  }
  .u-sp-p-6 {
    padding: 6rem;
  }
  .u-sp-ph-6 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .u-sp-pv-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .u-sp-pt-6 {
    padding-top: 6rem;
  }
  .u-sp-pb-6 {
    padding-bottom: 6rem;
  }
  .u-sp-pl-6 {
    padding-left: 6rem;
  }
  .u-sp-pr-6 {
    padding-right: 6rem;
  }
  .u-sp-m-7 {
    margin: 7rem;
  }
  .u-sp-mh-7 {
    margin-left: 7rem;
    margin-right: 7rem;
  }
  .u-sp-mv-7 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .u-sp-mt-7 {
    margin-top: 7rem;
  }
  .u-sp-mb-7 {
    margin-bottom: 7rem;
  }
  .u-sp-ml-7 {
    margin-left: 7rem;
  }
  .u-sp-mr-7 {
    margin-right: 7rem;
  }
  .u-sp-p-7 {
    padding: 7rem;
  }
  .u-sp-ph-7 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .u-sp-pv-7 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .u-sp-pt-7 {
    padding-top: 7rem;
  }
  .u-sp-pb-7 {
    padding-bottom: 7rem;
  }
  .u-sp-pl-7 {
    padding-left: 7rem;
  }
  .u-sp-pr-7 {
    padding-right: 7rem;
  }
  .u-sp-m-8 {
    margin: 8rem;
  }
  .u-sp-mh-8 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .u-sp-mv-8 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .u-sp-mt-8 {
    margin-top: 8rem;
  }
  .u-sp-mb-8 {
    margin-bottom: 8rem;
  }
  .u-sp-ml-8 {
    margin-left: 8rem;
  }
  .u-sp-mr-8 {
    margin-right: 8rem;
  }
  .u-sp-p-8 {
    padding: 8rem;
  }
  .u-sp-ph-8 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .u-sp-pv-8 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .u-sp-pt-8 {
    padding-top: 8rem;
  }
  .u-sp-pb-8 {
    padding-bottom: 8rem;
  }
  .u-sp-pl-8 {
    padding-left: 8rem;
  }
  .u-sp-pr-8 {
    padding-right: 8rem;
  }
  .u-sp-m-9 {
    margin: 9rem;
  }
  .u-sp-mh-9 {
    margin-left: 9rem;
    margin-right: 9rem;
  }
  .u-sp-mv-9 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }
  .u-sp-mt-9 {
    margin-top: 9rem;
  }
  .u-sp-mb-9 {
    margin-bottom: 9rem;
  }
  .u-sp-ml-9 {
    margin-left: 9rem;
  }
  .u-sp-mr-9 {
    margin-right: 9rem;
  }
  .u-sp-p-9 {
    padding: 9rem;
  }
  .u-sp-ph-9 {
    padding-left: 9rem;
    padding-right: 9rem;
  }
  .u-sp-pv-9 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .u-sp-pt-9 {
    padding-top: 9rem;
  }
  .u-sp-pb-9 {
    padding-bottom: 9rem;
  }
  .u-sp-pl-9 {
    padding-left: 9rem;
  }
  .u-sp-pr-9 {
    padding-right: 9rem;
  }
  .u-sp-m-10 {
    margin: 10rem;
  }
  .u-sp-mh-10 {
    margin-left: 10rem;
    margin-right: 10rem;
  }
  .u-sp-mv-10 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
  .u-sp-mt-10 {
    margin-top: 10rem;
  }
  .u-sp-mb-10 {
    margin-bottom: 10rem;
  }
  .u-sp-ml-10 {
    margin-left: 10rem;
  }
  .u-sp-mr-10 {
    margin-right: 10rem;
  }
  .u-sp-p-10 {
    padding: 10rem;
  }
  .u-sp-ph-10 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .u-sp-pv-10 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .u-sp-pt-10 {
    padding-top: 10rem;
  }
  .u-sp-pb-10 {
    padding-bottom: 10rem;
  }
  .u-sp-pl-10 {
    padding-left: 10rem;
  }
  .u-sp-pr-10 {
    padding-right: 10rem;
  }
}

/**
 * Display Styles
 */
.u-display-block {
  display: block !important;
}

.u-display-inline-block {
  display: inline-block !important;
}

.u-display-flex {
  display: flex !important;
}

.u-display-none {
  display: none !important;
}

@media screen and (min-width: 751px) {
  .u-pc-display-block {
    display: block !important;
  }
  .u-pc-display-inline-block {
    display: inline-block !important;
  }
  .u-pc-display-flex {
    display: flex !important;
  }
  .u-pc-display-none {
    display: none !important;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-display-block {
    display: block !important;
  }
  .u-sp-display-inline-block {
    display: inline-block !important;
  }
  .u-sp-display-flex {
    display: flex !important;
  }
  .u-sp-display-none {
    display: none !important;
  }
}

/**
 * Flex Box
 */
.u-flex {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
}

.u-flex-row-reverse {
  -moz-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.u-flex-column {
  -moz-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

.u-flex-column-reverse {
  -moz-flex-direction: column-reverse;
  -o-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.u-flex-wrap {
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.u-flex-justify-flex-start {
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}

.u-flex-justify-flex-end {
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}

.u-flex-justify-center {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

.u-flex-justify-space-between {
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

.u-flex-justify-space-around {
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
}

.u-flex-align-flex-start {
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}

.u-flex-align-flex-end {
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
}

.u-flex-align-center {
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.u-flex-align-space-between {
  -moz-align-items: space-between;
  -ms-align-items: space-between;
  -o-align-items: space-between;
  align-items: space-between;
}

@media screen and (min-width: 751px) {
  .u-pc-flex {
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
  }
  .u-pc-flex-row-reverse {
    -moz-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .u-pc-flex-column {
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .u-pc-flex-column-reverse {
    -moz-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .u-pc-flex-wrap {
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .u-pc-flex-justify-flex-start {
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
  }
  .u-pc-flex-justify-flex-end {
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
  }
  .u-pc-flex-justify-center {
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .u-pc-flex-justify-space-between {
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  .u-pc-flex-justify-space-around {
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
  }
  .u-pc-flex-align-flex-start {
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
  }
  .u-pc-flex-align-flex-end {
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
  }
  .u-pc-flex-align-center {
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
  .u-pc-flex-align-space-between {
    -moz-align-items: space-between;
    -ms-align-items: space-between;
    -o-align-items: space-between;
    align-items: space-between;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-flex {
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
  }
  .u-sp-flex-row-reverse {
    -moz-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .u-sp-flex-column {
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .u-sp-flex-column-reverse {
    -moz-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .u-sp-flex-wrap {
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .u-sp-flex-justify-flex-start {
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
  }
  .u-sp-flex-justify-flex-end {
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
  }
  .u-sp-flex-justify-center {
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .u-sp-flex-justify-space-between {
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  .u-sp-flex-justify-space-around {
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
  }
  .u-sp-flex-align-flex-start {
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
  }
  .u-sp-flex-align-flex-end {
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
  }
  .u-sp-flex-align-center {
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
  .u-sp-flex-align-space-between {
    -moz-align-items: space-between;
    -ms-align-items: space-between;
    -o-align-items: space-between;
    align-items: space-between;
  }
}

/**
 * FLOAT
 */
.u-clearfix::after {
  clear: both;
  content: "";
  display: block;
}

.u-float-left {
  float: left;
}

.u-float-right {
  float: right;
}

.u-clear {
  clear: both;
}

@media screen and (min-width: 751px) {
  .u-pc-float-left {
    float: left;
  }
  .u-pc-float-right {
    float: right;
  }
  .u-pc-clear {
    clear: both;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-float-left {
    float: left;
  }
  .u-sp-float-right {
    float: right;
  }
  .u-sp-clear {
    clear: both;
  }
}

.c-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid transparent;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  outline: none;
  text-decoration: none;
  vertical-align: middle;
  width: 354px;
  height: 60px;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 9999px;
  position: relative;
}

@media screen and (max-width: 750px) {
  .c-button {
    width: 100%;
  }
}

.c-button__arrow {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.4rem;
}

.c-button.is-large {
  font-size: 2rem;
  width: 420px;
  height: 70px;
}

@media screen and (max-width: 750px) {
  .c-button.is-large {
    width: 100%;
    height: 7rem;
  }
}

.c-button.is-short {
  width: 9.8rem;
  height: 2.4rem;
  font-size: 1.0rem;
}

.c-button.is-yellow {
  color: #fff;
  background: #002c62;
  border-color: #002c62;
}

.c-button.is-yellow:hover {
  background: #fff;
  color: #002c62;
}

.c-button.is-yellow .c-button__arrow {
  background: #000;
  color: #FFD500;
}

.c-button.is-yellow:hover .c-button__arrow {
  background: #FFD500;
  color: #000;
}

.c-button.is-black {
  color: #fff;
  background: #000;
  border-color: #000;
}

.c-button.is-black:hover {
  color: #002c62;
  background: #fff;
}

.c-button.is-black .c-button__arrow {
  background: #fff;
  color: #000;
}

.c-button.is-black:hover .c-button__arrow {
  background: #000;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .c-form__row__field {
    padding: 0;
  }
}

.c-form__required {
  display: inline-block;
  line-height: 1;
  font-size: 0.75rem;
  font-weight: normal;
  margin-left: 10px;
  padding: 0.1em 0.2em;
  color: #CC1616;
  border: 1px solid #CC1616;
  background-color: #fff;
}

.c-form__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 22rem;
  height: 50px;
  background: #fff;
  border: 1px solid #A0A2AF;
  padding: 0 1.5rem;
  font-size: 0.8125rem;
}

@media screen and (max-width: 1050px) {
  .c-form__input {
    width: 100%;
  }
}

.c-form__input.is-short {
  width: 9em;
}

.c-form__textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background: #fff;
  border: 1px solid #A0A2AF;
  padding: 1.2rem;
  font-size: 0.8125rem;
}

.c-form__select {
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 750px) {
  .c-form__select {
    display: block;
    width: 100%;
  }
}

.c-form__select__field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 22rem;
  height: 50px;
  background: #fff;
  border: 1px solid #A0A2AF;
  padding: 0 1.5rem;
  font-size: 1.0rem;
}

.c-form__select__field::-ms-expand {
  display: none;
}

@media screen and (max-width: 750px) {
  .c-form__select__field {
    width: 100%;
  }
}

.c-form__select__icon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 1.6rem;
  height: 1.6rem;
  right: 0.4rem;
  fill: #9F9F9F;
  pointer-events: none;
}

.mw_wp_form_confirm .c-form__select__icon {
  display: none;
}

.c-form__radio {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -10px -15px;
}

.mw_wp_form_confirm .c-form__radio {
  padding-top: 0;
  padding-bottom: 0;
}

.c-form__radio > .mwform-radio-field.horizontal-item {
  padding: 10px 15px;
}

.c-form__radio label {
  display: inline-flex;
  cursor: pointer;
  vertical-align: top;
}

.c-form__radio label > input {
  display: none;
}

.c-form__radio label > span {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  font-size: 0.8125rem;
}

.c-form__radio label > span::before {
  content: "";
  display: block;
  height: 22px;
  width: 22px;
  border: 1px solid #A0A2AF;
  background: #fff;
  margin-right: 0.6rem;
  border-radius: 50%;
  flex-shrink: 0;
}

.c-form__radio label > input:checked + span::before {
  border-color: #000;
  background: #000;
}

.c-form__radio label > input:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  left: 7px;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
}

.c-form__checkbox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 1rem 0;
}

@media screen and (max-width: 750px) {
  .c-form__checkbox {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 350px) {
  .c-form__checkbox .c-form__required {
    margin-left: 0;
  }
}

.mw_wp_form_confirm .c-form__checkbox {
  padding-top: 0;
  padding-bottom: 0;
}

.c-form__checkbox > .mwform-checkbox-field.horizontal-item + .mwform-checkbox-field.horizontal-item {
  margin-left: 2em;
}

.c-form__checkbox label {
  display: inline-flex;
  cursor: pointer;
  vertical-align: top;
}

@media screen and (max-width: 350px) {
  .c-form__checkbox label {
    margin-bottom: 5px;
  }
}

.c-form__checkbox label > input {
  display: none;
}

.c-form__checkbox label > span {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

.c-form__checkbox label > span .link-cbox {
  position: relative;
  transition: all .3s;
  text-decoration: underline;
}

.c-form__checkbox label > span .link-cbox:hover {
  opacity: .7;
  text-decoration: none;
}

.c-form__checkbox label > span::before {
  content: "";
  display: block;
  height: 22px;
  width: 22px;
  border: 1px solid #A0A2AF;
  background: #fff;
  border-radius: 3px;
  margin-right: 0.8rem;
  flex-shrink: 0;
}

.c-form__checkbox label > input:checked + span::before {
  background: #000;
}

.c-form__checkbox label > input + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 12px;
  height: 8px;
  border-left: 2px solid #EBEBEB;
  border-bottom: 2px solid #EBEBEB;
  transform: rotate(-45deg);
}

.c-form__checkbox label > input:checked + span::after {
  border-color: #fff;
}

.v-contact__title {
  margin-bottom: 4rem;
  text-align: center;
}

/* For MW WP Form */
.mw_wp_form .error {
  color: #CC1616;
  margin-top: 0.5rem;
}

.mw_wp_form_confirm .is-hide-confirm {
  display: none;
}

.u-layout-smaller {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .u-layout,
  .u-layout-small,
  .u-layout-smaller,
  .u-sp-layout {
    width: auto;
  }
}

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


.p-location--row .col-xl-4{
  width: 31.3%;
  margin-right: 3%;
  display: flex;
}

.p-location--row .col-xl-4:nth-child(3n) {
  margin-right: 0;
}

.p-location--row {
  align-items: stretch;
  justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
}

.p-location--row .col-xl-4:nth-child(11) {
  align-self: baseline;
}

.p-location--row .col-xl-4:nth-child(12) {
  align-self: baseline;
}

.p-location--row>*{
  padding-left: 0;
  padding-right: 0;
}

.p-location--item-inner{
  display: flex;
    margin: 0 auto;
    flex-direction: column;
    width: 100%;
}

.p-location--item-foot .p-location--item-adressEN{
 width: 55%;
}

.p-location--item-direct{
  margin-top: auto;
}

@media (max-width: 767px) {
  .p-location--row .col-xl-4{
    width: calc(100% - 100px);
    margin-right: 0;
  }

  .p-location--row{
    justify-content: end;
  }

}


/* =========================================================
additional / new
========================================================= */

/*   top   */

.service-top--intro-txt {
  font-size: 0.7rem;
  text-align: justify;
  /*margin-bottom: 54px;*/
  font-family: "游ゴシック", sans-serif;
  font-weight: bold;
  line-height: 1.8;
}


/*   works   */

/*------------------------------------*/

#gallery {
  margin: 0 auto;
  overflow: hidden;
}

.item {
  max-width: 300px;
  padding: 5px;
}

.item img {
  max-width: 100%;
  height: auto;
}

/*------------------------------------*/

#album > ul {
  list-style-type: none;
  padding-left: 0;
}

#album > ul:nth-child(1) {
  display: none;
}
 
#album > ul li .inner {
  margin: 0 2px 4px;
  background-color: #345;
  color: #fff;
}
 
#album > ul li .inner p {
  padding: 10px 0 0;
  font-size: 0.8em;
}

/*------------------------------------*/

#mygallery {
  width: 100%;
  position: relative;
  overflow: hidden;
}

/*
#mygallery img{
  height: 200px;
}
*/

/*------------------------------------*/

.gallery{
  columns: 3;/*段組みの数*/
  padding:0 4px;/*ギャラリー左右に余白をつける*/
  margin:0;
  }
  
  .gallery li {
    margin-bottom: 4px;/*各画像下に余白をつける*/
    list-style:none;
  }
  
  /*ギャラリー内のイメージは横幅100%にする*/
  .gallery img{
    width:100%;
    height:auto;
    vertical-align: bottom;/*画像の下にできる余白を削除*/}
  
  /*　横幅900px以下の段組み設定　*/
  @media only screen and (max-width: 900px) {
    .gallery{
    columns:2;
    }	
  }
  
  @media only screen and (max-width: 768px) {
    .gallery{
    columns: 1;
    }	
  }


/*   location   */

.box{
  opacity: 0;
}

.fadeIn{
  animation-name:fadeInAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
  opacity:0;
  }
  
  @keyframes fadeInAnime{
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }



/* アニメーションスタートの遅延時間を決めるCSS*/

.delay-s-1{
animation-delay: 0.2s;
}
.delay-s-2{
  animation-delay: 0.4s;
}
.delay-s-3{
  animation-delay: 0.6s;
}
.delay-s-4{
  animation-delay: 0.8s;
}
.delay-s-5{
  animation-delay: 1s;
}
.delay-s-6{
  animation-delay: 1.2s;
}
.delay-s-7{
  animation-delay: 1.4s;
}
.delay-s-8{
  animation-delay: 1.6s;
}
.delay-s-9{
  animation-delay: 1.8s;
}
.delay-s-10{
  animation-delay: 2s;
}
.delay-s-11{
  animation-delay: 2.2s;
}
.delay-s-12{
  animation-delay: 2.4s;
}


/*   service and price   */

.service--sec-ttl{
  display: inline;
  color: #fff;
  background-color: #000;
  font-size: 2.5rem;
  font-family: Helvetica, sans-serif;
}

.service--sec-desc {
  color: #A8A8A8;
  font-size: 0.875rem;
  margin: 60px 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.service--item-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.service--item-box {
  width: 49%;
  max-width: 440px;
  background-color: #fff;
  color: #000;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-bottom: 40px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.s-item-box-ttl {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 25px;
}

.s-item-box-li {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.work--item-wrap {
  width: 100%;
}

.work--item-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.step-num {
  width: 10%;
  font-size: 1.25rem;
  position: relative;
}

.step-num::after {
  content: "";
  display: inline-block;
  width: 58px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
}

.step-txt {
  width: 90%;
  margin-left: 30px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.step-ttl {
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 25px;
}

.step-desc {
  font-size: 0.875rem;
}

.p-house--detail-map-link {
  margin-top: 10px;
}

.p-house--detail-infor-value {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.price--item-box {
  width: 49%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.price-ttl {
  font-size: 1rem;
  font-weight: bold;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
}

.price-table th {
  font-size: 1rem;
  font-weight: bold;
  background-color: #D3D3D3;
  padding: 20px;
}

.price-table tbody {
  font-size: 0.875rem;
}

.price-table tbody td {
  border-bottom: 1px solid #D3D3D3;
  padding: 20px;
}

.p-location--detail-pic {
  position: relative;
  width: 440px;
}

.p-location--detail-pic::after {
  position: absolute;
  top: 70px;
  left: 70px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  content: "";
}





@media (max-width: 767px) {

.mar-top {
  margin-top: 60px;
}

.service--sec-desc {
  font-size: 0.75rem;
  margin: 40px 0;
  line-height: 1.25rem;
  text-align: justify;
}

.service--item-box {
  width: 100%;
  max-width: 440px;
  background-color: #fff;
  color: #000;
  padding: 20px 15px 15px 20px;
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-bottom: 15px;
}

.s-item-box-ttl {
  font-size: 1.125rem;
  margin-bottom: 12px;
}

.work--item-box {
  justify-content: center;
  margin-bottom: 30px;
}

.step-ttl {
  font-size: 1.125rem;
}

.step-num {
  width: 24%;
}

.step-num::after {
  width: 75px;
}

.step-txt {
  width: 76%;
  padding-top: 37px;
  margin-left: 20px;
}

.step-desc {
  text-align: justify;
}

.price-ttl {
  font-size: 0.9rem;
  font-weight: bold;
  margin-left: 5px;
}

.price--item-box {
  width: 100%;
}

.price-table th {
  font-size: 0.875rem;
}

.th-price {
  width: 35%;
}

.price-table tbody {
  font-size: 0.8rem;
}

.p-location--detail-pic {
  width: 100%;
  margin-top: 50px;
}

.p-location--detail-pic::after {
  top: 45px;
  left: 10px;
}

}




/*
.p-location--detail-pic-iframe {
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-location--detail-pic-iframe {
    margin: 0 -20px;
  }
}

.p-location--detail-pic iframe {
  width: 100%;
  height: 400px;
  filter: gray;
  -webkit-filter: grayscale(110%);
}

@media screen and (max-width: 767px) {
  .p-location--detail-pic iframe {
    height: 100vw;
  }
}
*/


/*   footer   */

.footer-cate-wrap {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.footer-cate-wrap img {
  width: 15px;
}

.footer-scsk {
  width: 120px;
  margin-left: auto;
  margin-top: 30px;
}