@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/
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,
menu,
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,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}
body {
  animation: bg-animation 60s infinite;
  background-image: url('../img/common/bg.svg');
  background-size: 600% 600%;
}
@keyframes bg-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
menu,
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.p-about {
  background: #f2f2f2;
}
.p-about .fv {
  position: relative;
  width: 100%;
}
.p-about .fv-catch {
  font-family: gill-sans-nova, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.8;
  text-transform: uppercase;
}
.p-about .fv-txt {
  font-family: 'Futo Go B101', '太ゴB101', sans-serif;
  font-weight: 700;
}
.p-about .pvm {
  position: relative;
}
.p-about .pvm-inner {
  margin: auto;
}
.p-about .pvm-sticky {
  -ms-grid-row-align: start;
  align-self: start;
  left: 3.6111111111vw;
  opacity: 0;
  position: fixed;
}
.p-about .pvm-heading {
  align-items: center;
  display: flex;
  font-family: gill-sans-nova, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}
.p-about .pvm-heading::after {
  background: #000;
  content: '';
  display: block;
  flex-grow: 1;
  height: 1px;
}
.p-about .pvm-txt_heading {
  font-family: 'Futo Go B101', '太ゴB101', sans-serif;
  font-weight: 700;
}
.p-about .pvm-txt_heading.-en {
  font-family: gill-sans-nova, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}
.p-about .values {
  margin: auto;
}
.p-about .values-header {
  border-bottom: 1px #000 solid;
}
.p-about .values-header_en {
  font-family: gill-sans-nova, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
.p-about .values-list {
  counter-reset: item;
}

.p-about .values-list_item {
  align-items: center;
  border-bottom: 1px #000 solid;
  display: flex;
}
.p-about .values-list_item_plus {
  display: inline-block;
  fill: #5f5f5f;
}
.p-about .values-list_item::before {
  color: #f2f2f2;
  content: counter(item, decimal-leading-zero);
  counter-increment: item;
  font-family: gill-sans-nova, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  margin-right: 12px;
  mix-blend-mode: difference;
}

.p-about .values-list_item span.en {
  flex-shrink: 0;
  font-family: gill-sans-nova, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.p-about .outline {
  position: relative;
}

.p-about .outline-boxbg {
  height: var(--vh);
  left: 0;
  pointer-events: none;
  top: 0;
  width: 100%;
  z-index: -1;
}
body.-safari .p-about .outline-boxbg.-on {
  position: fixed;
}

.p-about .outline-boxbg_item {
  background: #000;
  display: block;
  height: calc(var(--vh) / 5);
  transform-origin: top;
  width: 100%;
}
.p-about .outline-boxbg.-on {
  position: fixed;
}
.p-about .outline-letterbg {
  color: #181717;
  font-family: gill-sans-nova, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 0.9;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
}
.p-about .outline-letterbg p {
  position: absolute;
}
.p-about .outline-letterbg p.right {
  left: 0;
}
.p-about .outline-letterbg p.left {
  bottom: 0;
  right: 0;
}
.p-about .outline-dl_dt {
  color: #5f5f5f;
}
.p-about .outline-dl_dd {
  color: #f2f2f2;
}
.p-about .outline-dl_dd span {
  font-family: gill-sans-nova, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.p-about .outline-dl_dd.-flex {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.p-about .outline-dl_dd.-flex .office {
  flex-shrink: 0;
  width: 8em;
}
.p-about .outline-dl_dd.-flex .address {
  width: calc(100% - 8em);
}
.p-about .client {
  margin: auto;
}
.p-about .client .c-heading {
  color: #fff;
}
.p-about .client-list {
  border-top: 1px #303030 solid;
  display: flex;
  flex-wrap: wrap;
}
.p-about .client-item {
  align-items: center;
  border: 1px #303030 solid;
  border-radius: 50%;
  display: flex;
  justify-content: center;
}
.p-about .client-note {
  color: #5f5f5f;
  line-height: 1;
}
.p-access .access .c-heading span {
  font-family: 'Futo Go B101', '太ゴB101', sans-serif;
  font-weight: 700;
}
.p-access .access-wrap {
  margin: auto;
}
.p-access .access-map {
  width: 100%;
}

@keyframes business {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.p-business .business {
  position: relative;
}
.p-business .business-img {
  margin-bottom: 7.6vw;
}
.p-business .business-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  text-align: center;
}
.p-business .business-item .state {
  font-family: gill-sans-nova, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.p-business .business-item .en {
  font-family: gill-sans-nova, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.p-business .business-item.-who {
  flex-direction: row;
}
.p-business .business-item.-who::after {
  background: #000;
  content: '';
  height: 1px;
}
.p-business .business-item.-web,
.p-business .business-item.-system,
.p-business .business-item.-then {
  position: relative;
}
.p-business .business-item.-web::before,
.p-business .business-item.-system::before,
.p-business .business-item.-then::before {
  animation: business 50s linear 0s infinite normal forwards;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.p-business .business-item_mini {
  color: #b3b3b3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.p-business .business-item_mini::before {
  border: 1px #b3b3b3 solid;
  border-radius: 50%;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.p-business .business-heading {
  font-family: gill-sans-nova, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}
.p-business .business-txt {
  font-family: 'Futo Go B101', '太ゴB101', sans-serif;
  font-weight: 700;
}
.p-business .phase {
  margin: auto;
}
.p-business .phase-header {
  border-bottom: 1px #000 solid;
}
.p-business .phase-header_ja {
  font-family: 'Futo Go B101', '太ゴB101', sans-serif;
  font-weight: 700;
}
.p-business .phase-header_en {
  font-family: gill-sans-nova, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.p-business .phase-slider {
  position: relative;
}
.p-business .phase-slider_wrap {
  display: flex;
  width: 100%;
}
.p-business .phase-slider_slide {
  cursor: grab;
  flex-shrink: 0;
}
.p-business .phase-slider_slide:active {
  cursor: grabbing;
}
.p-business .phase-slider_pagenation {
  bottom: 0;
  position: absolute;
}
.p-business .phase-slider_pagenation_dot {
  background: #d8d8d8;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  transition-duration: 0.3s;
}
.p-business .phase-slider_pagenation_dot.-active {
  background: #000;
}
.p-business .phase-details {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.p-business .phase-details_list {
  border-top: 1px #000 solid;
}
.p-business .phase-details_item {
  border-bottom: 1px #000 solid;
}
.p-business .phase-details_item:not(.-first) {
  line-height: 1.3888888889;
}
.p-business .phase-details_item.-first {
  align-items: center;
  background: #eaeaea;
  display: flex;
  justify-content: center;
  text-align: center;
}
.p-business .phase-details_item.-last {
  font-family: gill-sans-nova, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.p-business .phase-by {
  stroke: #000;
}

@keyframes kurukuru {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  --vh: 100vh;
}

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

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

body {
  background: #f2f2f2;
  color: #000;
  font-family: 'Gothic Medium BBB', '中ゴシックBBB', sans-serif;
  overflow-x: hidden;
}

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

div img {
  display: inline-block;
  width: 100%;
}

.svg {
  display: inline-block;
  fill: #000;
}

.h {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}
.h-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.h-logo {
  display: block;
}
.h-logo img {
  width: 100%;
}
.h-menu {
  position: relative;
  text-align: right;
}
.h-menu_list {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
.h-menu_link {
  display: inline-block;
  font-family: gill-sans-nova, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.h-menu #menuon {
  transform: translateX(100%);
  transition-duration: 0.45s;
}
.h-menu #menuoff {
  position: absolute;
  right: 0;
  top: 0;
}
.h-menu:not(.-menuOpen) #menuon {
  pointer-events: none;
}
.h-menu.-menuOpen #menuoff {
  opacity: 0;
  pointer-events: none;
}
.h-menu.-menuOpen #menuon {
  transform: translateX(0);
}
.h-wrap {
  background: #f2f2f2;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  left: 0;
  padding: 7.6vw 5.3333333333vw;
  position: fixed;
  top: 0;
  transform: translateY(-100%);
  transition-duration: 0.3s;
  width: 100%;
  z-index: -1;
}
.h-wrap.-menuOpen {
  transform: translateY(0);
}
.h-wrap_link {
  align-items: center;
  border-bottom: 1px #000 solid;
  display: flex;
  font-family: gill-sans-nova, sans-serif;
  font-size: 3.7333333333vw;
  font-style: normal;
  font-weight: 400;
  height: 10.6666666667vw;
  justify-content: space-between;
}
.h-wrap_link .svg {
  height: 2.2666666667vw;
  width: 2.1333333333vw;
}
.h-sns {
  margin-top: 1.8666666667vw;
  text-align: right;
}
.h-sns_link {
  font-family: gill-sans-nova, sans-serif;
  font-size: 3.7333333333vw;
  font-style: normal;
  font-weight: 400;
  margin-left: 5.3333333333vw;
}

.f {
  position: relative;
  z-index: 1;
}
.f-next_link {
  font-family: gill-sans-nova, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}
.f-next_link_arrow {
  height: 4vw;
  margin-left: 3.2vw;
  width: 3.8666666667vw;
}
.f-menu {
  display: flex;
}
.f-menu_link {
  font-family: gill-sans-nova, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.f-bottom {
  display: flex;
}
.f-copyright {
  font-family: gill-sans-nova, sans-serif;
  font-style: normal;
  font-weight: 400;
  opacity: 0.2;
}
.f-sns_link {
  font-family: gill-sans-nova, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.f-pagetop {
  font-family: gill-sans-nova, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.f-pagetop:hover .f-pagetop_icon {
  animation: kurukuru 9s linear 0s infinite normal forwards;
}
.f-pagetop_icon {
  vertical-align: middle;
}

.c-heading {
  font-family: gill-sans-nova, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.c-heading.-ja {
  font-family: 'Futo Go B101', '太ゴB101', sans-serif;
  font-weight: 700;
}
.c-r {
  text-align: right;
}
.c-link {
  display: inline-block;
  font-family: gill-sans-nova, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.c-txthover {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.c-txthover span {
  display: inline-block;
  position: relative;
}
.c-txthover span::after {
  content: attr(data-txt);
  display: inline-block;
  left: 0;
  position: absolute;
}
.c-txthover span::after {
  top: 100%;
}

.hover-area {
  cursor: pointer;
}
.hover-cursor {
  align-items: center;
  background: #000;
  border-radius: 50%;
  display: flex;
  height: 160px;
  justify-content: center;
  pointer-events: none;
  position: fixed;
  transform: translate(-50%, -50%) scale(0);
  width: 160px;
  will-change: top, left;
  z-index: 3;
}
.hover-cursor span {
  color: #fff;
}
.hover-cursor span .svg {
  fill: #fff;
}
.hover-cursor span .svg.arrow {
  height: 23px;
  transform: rotate(180deg);
  width: 22px;
}
.hover-cursor span .svg.blank {
  height: 17px;
  width: 17px;
}
.hover-cursor.-white {
  background: #fff;
}
.hover-cursor.-white span {
  color: #000;
}
.hover-cursor.-big {
  height: 200px;
  width: 200px;
}
.hover-cursor.-small {
  height: 120px;
  width: 120px;
}

.contact {
  position: relative;
  z-index: 1;
}
.contact-inner {
  align-items: center;
  display: flex;
  margin: auto;
  position: relative;
}
.contact-wrap {
  display: flex;
  position: relative;
  z-index: 5;
}
.contact-bg {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.contact-bg > canvas {
  height: 100%;
  width: 100%;
}

main {
  position: relative;
  z-index: 2;
}

.featuregallery {
  align-items: center;
  display: flex;
  height: var(--vh);
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.featuregallery-boxbg {
  height: var(--vh);
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.featuregallery-boxbg_item {
  background: #000;
  display: block;
  height: calc(var(--vh) / 5);
  transform-origin: top;
  width: 100%;
}
.featuregallery-boxbg.-on {
  position: fixed;
}
.featuregallery-txtbg {
  color: #181717;
  font-family: gill-sans-nova, sans-serif;
  font-style: normal;
  font-weight: 400;
  left: 0;
  letter-spacing: -0.05em;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  z-index: 0;
}
.featuregallery-txt {
  color: #fff;
  text-align: center;
}
.featuregallery-gallery {
  left: 50%;
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.featuregallery-gallery_img {
  opacity: 1;
  position: absolute;
}
.featuregallery-gallery_img:not(:nth-last-child(-n + 4)) {
  opacity: 0;
}

.works {
  background: #f2f2f2;
  position: relative;
  z-index: 1;
}
.works-inner {
  margin: auto;
}
.works-header {
  border-bottom: 1px #000 solid;
}
.works-list.-hover .works-item:not(.-hover) {
  opacity: 0.1;
}
.works-item {
  display: flex;
}
.works-item_ttl {
  display: flex;
}
.works-item_main {
  font-family: 'Futo Go B101', '太ゴB101', sans-serif;
  font-weight: 700;
}
.works-item_sub br {
  display: none;
}
.works-item_sub .en {
  font-family: gill-sans-nova, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.works-item_line {
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 0;
}

.get-font {
  font-family: 'Futo Go B101', '太ゴB101', sans-serif;
  font-size: 0;
  font-weight: 700;
  opacity: 0;
}

.p-contact .fv {
  position: relative;
}
.p-contact .fv-inner {
  margin: auto;
}
.p-contact .fv-txt {
  font-family: 'Futo Go B101', '太ゴB101', sans-serif;
  font-weight: 700;
}
.p-contact .fv-txt a {
  text-decoration: underline;
  transition: 0.3s;
}
.p-contact .fv-txt a:hover {
  opacity: 0.6;
}
.p-contact .form {
  position: relative;
}
.p-contact .form-inner {
  margin: auto;
}
.p-contact .form_txt {
  font-family: 'Gothic Medium BBB', '中ゴシックBBB', sans-serif;
}
.p-contact .form .hbspt-form {
  font-family: gill-sans-nova, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.p-contact .caution {
  position: relative;
}
.p-contact .caution-inner {
  margin: auto;
}
.p-contact .caution_ttl {
  font-family: 'Futo Go B101', '太ゴB101', sans-serif;
  font-weight: 700;
}
.p-contact .caution_txt,
.p-contact .caution_list {
  font-family: 'Gothic Medium BBB', '中ゴシックBBB', sans-serif;
}
.p-contact .caution_list > li {
  padding-left: 2em;
}
.p-contact .caution_list > li::first-letter {
  margin-left: -2em;
}
.p-contact .caution_list > li ul li {
  margin-left: -0.5em;
  padding-left: 2.6em;
}
.p-contact .caution_list > li ul li::first-letter {
  margin-left: -2.6em;
}

.p-works .fv {
  position: relative;
}
.p-works .fv-inner {
  margin: auto;
}
.p-works .fv-inner .c-heading span {
  font-family: 'Futo Go B101', '太ゴB101', sans-serif;
  font-weight: 700;
}
.p-works .fv-txt {
  font-family: 'Futo Go B101', '太ゴB101', sans-serif;
  font-weight: 700;
}
.p-works .feature-inner {
  margin: 0 auto;
}
.p-works .feature-item_category {
  font-family: gill-sans-nova, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.p-works .feature-item_ttl {
  display: block;
  font-family: 'Futo Go B101', '太ゴB101', sans-serif;
  font-weight: 700;
  word-break: break-all;
}
.p-works .feature-item_date {
  display: block;
  font-family: gill-sans-nova, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.p-works .feature-item_thumb {
  display: inline-block;
  transition: 0.3s;
}
.p-works .feature-item_thumb picture,
.p-works .feature-item_thumb img {
  display: block;
  vertical-align: middle;
}
.p-works .fv-detail {
  position: relative;
}
.p-works .fv-detail_img {
  pointer-events: none;
  position: relative;
  vertical-align: middle;
  z-index: 1;
}
.p-works .fv-detail_img picture,
.p-works .fv-detail_img img {
  vertical-align: middle;
}
.p-works .fv-detail_overlay {
  background: url('../img/feature/overlay.png') no-repeat bottom center/100% 100%;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.p-works .fv-detail_txt {
  color: #fff;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  z-index: 4;
}
.p-works .fv-detail_category {
  font-family: gill-sans-nova, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.p-works .fv-detail_ttl {
  font-family: 'Futo Go B101', '太ゴB101', sans-serif;
  font-weight: 700;
  line-height: 1.6666666667;
}
.p-works .fv-detail_date {
  font-family: gill-sans-nova, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.p-works .detail {
  font-family: 'Gothic Medium BBB', '中ゴシックBBB', sans-serif;
  margin: 0 auto;
}
.p-works .detail a {
  text-decoration: underline;
  transition: 0.3s;
}
.p-works .detail a:hover {
  opacity: 0.7;
}
.p-works .detail b {
  font-family: 'Futo Go B101', '太ゴB101', sans-serif;
  font-weight: 700;
}
.p-works .detail b.big {
  font-size: 1.2em;
}
.p-works .detail-profile {
  border: 1px solid #000;
}
.p-works .detail-profile_ttl {
  font-family: gill-sans-nova, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.p-works .detail-profile_name {
  font-family: 'Futo Go B101', '太ゴB101', sans-serif;
  font-weight: 700;
}
.p-works .detail-profile_desc p + p {
  margin-top: 1.5em;
}
.p-works .detail-section_ttl {
  font-family: 'Futo Go B101', '太ゴB101', sans-serif;
  font-weight: 700;
}
.p-works .detail-section_ttl + .detail-section_q {
  margin-top: 0;
}
.p-works .detail-section_q {
  font-family: 'Futo Go B101', '太ゴB101', sans-serif;
  font-weight: 700;
}
.p-works .detail-section_a {
  font-family: 'Gothic Medium BBB', '中ゴシックBBB', sans-serif;
}
.p-works .detail-section_img {
  vertical-align: middle;
}
.p-works .detail-section_img picture,
.p-works .detail-section_img img {
  display: block;
  vertical-align: middle;
}
.p-works .detail-section_video {
  vertical-align: middle;
}
.p-works .detail-section_video video {
  display: block;
  width: 100%;
}
.p-works .detail-section_youtube .youtube {
  padding: 56.25% 0 0;
  position: relative;
  width: 100%;
}
.p-works .detail-section_youtube .youtube iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.p-works .detail-credit_txt {
  font-family: 'Futo Go B101', '太ゴB101', sans-serif;
  font-weight: 700;
}
.p-works .detail-share {
  font-family: gill-sans-nova, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.p-works .detail-share span,
.p-works .detail-share a {
  display: inline-block;
}
.p-works .next {
  overflow: hidden;
  position: relative;
}
.p-works .next-letterbg {
  color: #eaeaea;
  font-family: gill-sans-nova, sans-serif;
  font-style: normal;
  font-weight: 400;
  left: 0;
  pointer-events: none;
  position: absolute;
  text-transform: uppercase;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  z-index: 1;
}
.p-works .next-feature {
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.p-works .next-images {
  margin: 0 auto;
  position: relative;
}
.p-works .next-images_item {
  display: block;
  transition: 0.3s;
}
.p-works .next-images_item picture,
.p-works .next-images_item img {
  vertical-align: middle;
}
.p-works .next-images_item:nth-of-type(1) {
  position: relative;
  z-index: 10;
}
.p-works .next-images_item:nth-child(2) {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9;
}
.p-works .next-images_item:nth-child(3) {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 8;
}
.p-works .next-images_item:nth-child(4) {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 7;
}
.p-works .next-images_item:nth-child(5) {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 6;
}
.p-works .next-images_item:nth-child(6) {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 5;
}
.p-works .next-images_item:nth-child(7) {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 4;
}
.p-works .next-images_item:nth-child(8) {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 3;
}
.p-works .next-images_item:nth-child(9) {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 2;
}
.p-works .next-images_item:nth-child(10) {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}
.p-works .next-title {
  font-family: 'Futo Go B101', '太ゴB101', sans-serif;
  font-weight: 700;
  text-align: center;
}
.p-works .recommend {
  margin: auto;
}
.p-works .back-inner {
  height: 160px;
  margin: 0 60px;
  width: 160px;
}
.p-works .back-link {
  align-items: center;
  display: flex;
  font-family: gill-sans-nova, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  justify-content: flex-start;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes kurukuru {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes business {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pr-top .fv {
  display: block;
  position: relative;
  z-index: 1;
}
.pr-top .fv-canvas {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
.pr-top .fv-canvas > canvas {
  height: 100%;
  width: 100%;
}
.pr-top .fv-bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  z-index: 2;
}
.pr-top .fv-bg_box {
  overflow: hidden;
  position: absolute;
  right: 0;
}
.pr-top .fv-bg_box_why,
.pr-top .fv-bg_box_how,
.pr-top .fv-bg_box_what {
  left: 0;
  position: absolute;
  top: 50%;
}
.pr-top .fv-bg_box_why {
  transform: translate(0, -155%);
}
.pr-top .fv-bg_box_how {
  transform: translate(0, -155%);
}
.pr-top .fv-bg_box_what {
  transform: translate(0, -155%);
}
.pr-top .fv-bg_box:nth-of-type(1) {
  height: 6.875vh;
  top: 27.5vh;
}
.pr-top .fv-bg_box:nth-of-type(1) .fv-bg_box_why {
  animation: txt_slot 20s ease 1s infinite;
}
.pr-top .fv-bg_box:nth-of-type(1) .fv-bg_box_how {
  animation: txt_slot 20s ease 7.6666666667s infinite;
}
.pr-top .fv-bg_box:nth-of-type(1) .fv-bg_box_what {
  animation: txt_slot 20s ease 14.3333333333s infinite;
}
.pr-top .fv-bg_box:nth-of-type(2) {
  height: 21.875vh;
  top: 45.375vh;
}
.pr-top .fv-bg_box:nth-of-type(2) .fv-bg_box_why,
.pr-top .fv-bg_box:nth-of-type(2) .fv-bg_box_how,
.pr-top .fv-bg_box:nth-of-type(2) .fv-bg_box_what {
  top: 50%;
}
.pr-top .fv-bg_box:nth-of-type(2) .fv-bg_box_why {
  animation: txt_slot 20s ease 1.2s infinite;
}
.pr-top .fv-bg_box:nth-of-type(2) .fv-bg_box_how {
  animation: txt_slot 20s ease 7.8666666667s infinite;
}
.pr-top .fv-bg_box:nth-of-type(2) .fv-bg_box_what {
  animation: txt_slot 20s ease 14.5333333333s infinite;
}
.pr-top .fv-bg_box:nth-of-type(3) {
  bottom: 15.625vh;
  height: 10vh;
}
.pr-top .fv-bg_box:nth-of-type(3) .fv-bg_box_why {
  animation: txt_slot 20s ease 1.6s infinite;
}
.pr-top .fv-bg_box:nth-of-type(3) .fv-bg_box_how {
  animation: txt_slot 20s ease 8.0666666667s infinite;
}
.pr-top .fv-bg_box:nth-of-type(3) .fv-bg_box_what {
  animation: txt_slot 20s ease 14.7333333333s infinite;
}
.pr-top .fv-bg_box:nth-of-type(4) {
  bottom: 5.625vh;
  height: 8.25vh;
}
.pr-top .fv-bg_box:nth-of-type(4) .fv-bg_box_why {
  animation: txt_slot 20s ease 1.6s infinite;
}
.pr-top .fv-bg_box:nth-of-type(4) .fv-bg_box_how {
  animation: txt_slot 20s ease 8.2666666667s infinite;
}
.pr-top .fv-bg_box:nth-of-type(4) .fv-bg_box_what {
  animation: txt_slot 20s ease 14.9333333333s infinite;
}
.pr-top .fv-bg_box:nth-of-type(5) {
  height: 6vh;
}
.pr-top .fv-bg_box:nth-of-type(5) .fv-bg_box_why {
  animation: txt_slot 20s ease 1.4s infinite;
}
.pr-top .fv-bg_box:nth-of-type(5) .fv-bg_box_how {
  animation: txt_slot 20s ease 8.0666666667s infinite;
}
.pr-top .fv-bg_box:nth-of-type(5) .fv-bg_box_what {
  animation: txt_slot 20s ease 14.7333333333s infinite;
}
.pr-top .fv-bg picture,
.pr-top .fv-bg img {
  display: block;
  width: auto;
}
@keyframes txt_slot {
  0% {
    opacity: 0;
    transform: translate(0, -155%);
  }
  1% {
    opacity: 1;
  }
  20%,
  34% {
    opacity: 1;
    transform: translate(0, -50%);
  }
  50% {
    opacity: 1;
  }
  51%,
  100% {
    opacity: 0;
    transform: translate(0, 100%);
  }
}
.pr-top .fv-catch {
  font-family: 'Futo Go B101', '太ゴB101', sans-serif;
  font-weight: 700;
  position: absolute;
  z-index: 10;
}
.pr-top .fv-decoration {
  position: absolute;
  right: 0;
  will-change: transform;
  z-index: 10;
}
.pr-top .fv-scroll {
  display: block;
  position: absolute;
  transition-duration: 0.3s;
  z-index: 10;
}
.pr-top .fv-scroll_icon {
  display: block;
}
.pr-top .about {
  display: flex;
}
.pr-top .about-txt {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-family: gill-sans-nova, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.05em;
  position: relative;
  text-transform: uppercase;
}
.pr-top .about-bg {
  border-radius: 50%;
  display: block;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.pr-top .about-bg > canvas {
  border-radius: 50%;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.pr-top .about-main {
  display: flex;
}
.pr-top .about-heading {
  font-family: 'Futo Go B101', '太ゴB101', sans-serif;
  font-weight: 700;
}
.pr-top .business {
  position: relative;
}
.pr-top .business-wrap {
  align-items: center;
  display: flex;
  margin: auto;
  justify-content: space-between;
}
.pr-top .business-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  text-align: center;
}
.pr-top .business-item .state {
  font-family: gill-sans-nova, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.pr-top .business-item .en {
  font-family: gill-sans-nova, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.pr-top .business-item.-who::after {
  background: #000;
  content: '';
}
.pr-top .business-item.-web,
.pr-top .business-item.-system,
.pr-top .business-item.-then {
  position: relative;
}
.pr-top .business-item.-web::before,
.pr-top .business-item.-system::before,
.pr-top .business-item.-then::before {
  animation: business 50s linear 0s infinite normal forwards;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.pr-top .business-item_mini {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.pr-top .business-item_mini::before {
  border-radius: 50%;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.pr-top .feature-bigTtl {
  font-family: gill-sans-nova, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1;
}
.pr-top .feature-wrap_inner {
  display: flex;
}
.pr-top .feature-item {
  display: flex;
  flex-wrap: wrap;
  order: 1;
}
.pr-top .feature-item * {
  pointer-events: none;
}
.pr-top .feature-item_category {
  font-family: gill-sans-nova, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.pr-top .feature-item_ttl {
  font-family: 'Futo Go B101', '太ゴB101', sans-serif;
  font-weight: 700;
  width: 100%;
}
.pr-top .feature-item_date {
  font-family: gill-sans-nova, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.pr-top .feature-item_thumb {
  transition: 0.3s;
}
.pr-top .feature-item_thumb picture,
.pr-top .feature-item_thumb img {
  display: block;
  vertical-align: middle;
}
.pr-top .feature-link {
  order: 2;
}
.pr-top .joinus-inner {
  position: relative;
  z-index: 1;
}
.pr-top .joinus-circlebg {
  background: #000;
  border-radius: 50%;
  display: block;
  height: 100vw;
  left: 50%;
  pointer-events: none;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100vw;
  z-index: 0;
}
.pr-top .joinus-boxbg {
  height: var(--vh);
  left: 0;
  pointer-events: none;
  width: 100%;
}
.pr-top .joinus-boxbg_item {
  background: #000;
  display: block;
  height: calc(var(--vh) / 5);
  transform-origin: top;
  width: 100%;
}
.pr-top .joinus-boxbg.-on {
  position: fixed;
}
.pr-top .joinus-heading,
.pr-top .joinus-heading2 {
  color: #f2f2f2;
  display: inline-block;
  font-family: gill-sans-nova, sans-serif;
  font-style: normal;
  font-weight: 400;
  left: 50%;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  text-transform: uppercase;
  white-space: nowrap;
}
.pr-top .joinus-heading {
  position: fixed;
  top: 50%;
  transform: translate(50%, -50%);
}
.pr-top .joinus-wrap {
  display: block;
  perspective: 280px;
}
.pr-top .joinus-img {
  margin: auto;
  transform: scaleY(1.1) rotate3d(-1, 1, 0, -10.2deg) skewY(-11deg);
  width: 100%;
}
.pr-top .joinus-img img {
  animation: kurukuru 15s linear 0s infinite normal forwards;
}
.pr-top .joinus-message {
  align-items: center;
  color: #f2f2f2;
  display: flex;
  flex-direction: column;
  position: relative;
}
.pr-top .joinus-message_txt {
  text-align: center;
}
.pr-top .joinus-message_bg {
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%);
  z-index: -1;
}
.pr-top .joinus-message_bg > canvas {
  height: 100%;
  width: 100%;
}
.pr-top .joinus-member_img {
  opacity: 0;
  pointer-events: none;
}
.pr-top .joinus-link {
  color: #f2f2f2;
}
.pr-top .joinus-link_arrow {
  fill: #f2f2f2;
}

.p-privacy .privacy {
  margin: auto;
}
.p-privacy .privacy-inner h2 {
  font-family: 'Futo Go B101', '太ゴB101', sans-serif;
  font-weight: 700;
  margin-bottom: 2em;
}
.p-privacy .privacy-inner h3 {
  font-family: 'Futo Go B101', '太ゴB101', sans-serif;
  font-weight: 700;
}
.p-privacy .privacy-inner p,
.p-privacy .privacy-inner ul,
.p-privacy .privacy-inner ol,
.p-privacy .privacy-inner h3,
.p-privacy .privacy-inner dl {
  line-height: 2;
  margin-bottom: 2em;
}
.p-privacy .privacy-inner dd {
  padding-left: 1em;
}
.p-privacy .privacy-inner dd ul,
.p-privacy .privacy-inner dd ol,
.p-privacy .privacy-inner dd p {
  padding-left: 1em;
}

.p-recruit {
  background: #f2f2f2;
}
.p-recruit .fv {
  position: relative;
  width: 100%;
}
.p-recruit .fv-catch {
  font-family: gill-sans-nova, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.8;
  text-transform: uppercase;
}
.p-recruit .fv-txt {
  font-family: 'Futo Go B101', '太ゴB101', sans-serif;
  font-weight: 700;
}
.p-recruit .recruit {
  margin: auto;
}
.p-recruit .recruit .c-heading {
  border-bottom: 1px #000 solid;
}
.p-recruit .detail {
  margin: auto;
}
.p-recruit .detail-dl {
  border-bottom: 1px #000 solid;
  width: 100%;
}
.p-recruit .detail-dl:first-child {
  border-top: 1px #000 solid;
}
.p-recruit .detail-dl_dt {
  font-family: 'Futo Go B101', '太ゴB101', sans-serif;
  font-weight: 700;
}
.p-recruit .detail-dl_li {
  padding-left: 1em;
  position: relative;
}
.p-recruit .detail-dl_li::before {
  content: '・';
  left: 0;
  position: absolute;
  top: 0;
}
.p-worksdetail .fv-inner {
  margin: auto;
}
.p-worksdetail .fv-ttl {
  font-family: gill-sans-nova, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1;
  text-transform: uppercase;
}
.p-worksdetail .fv-img {
  width: 100%;
}
.p-worksdetail .fv-meta {
  margin: auto;
}
.p-worksdetail .fv-meta_tag_span {
  border: 1px #cecece solid;
  display: inline-block;
}
.p-worksdetail .fv-meta_ttl_main {
  font-family: 'Futo Go B101', '太ゴB101', sans-serif;
  font-weight: 700;
}
.p-worksdetail .content-list {
  counter-reset: section;
}
.p-worksdetail .content-item {
  display: flex;
  flex-wrap: wrap;
}
.p-worksdetail .content-item::before {
  content: counter(section, decimal-leading-zero);
  counter-increment: section;
  font-family: gill-sans-nova, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.p-worksdetail .content-item_subttl {
  font-family: gill-sans-nova, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.p-worksdetail .content-item_ttl {
  font-family: 'Futo Go B101', '太ゴB101', sans-serif;
  font-weight: 700;
}
.p-worksdetail .content-thumbnail {
  overflow: hidden;
  width: 100%;
}
.p-worksdetail .content-thumbnail img {
  display: block;
}
.p-worksdetail .content-comment {
  margin: auto;
}
.p-worksdetail .content-comment a {
  text-decoration: underline;
  transition: 0.3s;
}
.p-worksdetail .content-comment a:hover {
  opacity: 0.7;
}
.p-worksdetail .content-comment_item_from {
  color: #b3b3b3;
}
.p-worksdetail .content-credit {
  margin: auto;
}
.p-worksdetail .content-credit .c-heading {
  border-bottom: 1px #000 solid;
}
.p-worksdetail .content-credit_list {
  width: 100%;
}
.p-worksdetail .content-credit_item {
  align-items: center;
  border-bottom: 1px #000 solid;
  display: flex;
}
.p-worksdetail .content-credit_item_pos {
  font-family: gill-sans-nova, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.p-worksdetail .content-credit_item_name {
  line-height: 1;
}
.p-worksdetail .content-credit_item_link {
  color: #b3b3b3;
  font-family: gill-sans-nova, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-decoration: underline;
}
.p-worksdetail .content-urls {
  line-height: 1.3;
  margin: auto;
}
.p-worksdetail .content-urls_heading {
  border-bottom: 1px #000 solid;
}
.p-worksdetail .content-urls_txt {
  font-family: gill-sans-nova, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.p-worksdetail .content-urls_txt span {
  margin-left: 1em;
}
.p-worksdetail .content-urls_link {
  color: #b3b3b3;
  font-family: gill-sans-nova, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: underline;
}
.p-worksarchive .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
}
.p-worksarchive .list-link {
  display: block;
}
.p-worksarchive .list-link .client {
  font-family: gill-sans-nova, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.p-worksarchive .list-link .client br {
  display: none;
}
.p-worksarchive .list-link .client-arrow {
  height: 2.2666666667vw;
  width: 2.1333333333vw;
}
.p-worksarchive .list-link .ttl {
  font-family: 'Futo Go B101', '太ゴB101', sans-serif;
  font-weight: 700;
}
.p-worksarchive .list-link:nth-child(3n-2) .ttl {
  line-height: 1.6666666667;
}
.p-worksarchive .list-link:hover .ttl {
  opacity: 1;
}
.p-worksarchive .list-link .tags-link {
  border: 1px #cecece solid;
  display: inline-block;
  font-family: gill-sans-nova, sans-serif;
  font-style: normal;
  font-weight: 400;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px), print {
  .p-about .fv {
    margin-bottom: 260px;
    padding-top: 270px;
  }
  .p-about .fv-inner {
    margin: auto;
    width: 91.6666666667vw;
  }
  .p-about .fv-catch {
    font-size: 100px;
    margin: 35px 0 53px;
  }
  .p-about .fv-txt {
    font-size: 14px;
    line-height: 2.1428571429;
    margin-bottom: 38px;
  }
  .p-about .pvm {
    margin-bottom: 320px;
    margin-top: calc(var(--vh) / 800 * -205);
  }
  .p-about .pvm-inner {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    padding-top: calc(var(--vh) / 800 * 205);
    position: relative;
    width: 91.6666666667vw;
  }
  .p-about .pvm-heading {
    font-size: 30px;
    margin-top: -5px;
    width: 35vw;
  }
  .p-about .pvm-heading::after {
    margin-left: 12px;
  }
  .p-about .pvm-txt {
    width: 47.9166666667vw;
  }
  .p-about .pvm-txt_heading {
    font-size: 30px;
    line-height: 1.6666666667;
    margin-bottom: 67px;
  }
  .p-about .pvm-txt_heading.-en {
    font-size: 45px;
    line-height: 1.2222222222;
  }
  .p-about .values {
    width: 91.6666666667vw;
  }
  .p-about .values-header {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    padding-bottom: 47px;
  }
  .p-about .values-header_en {
    font-size: 40px;
  }
  .p-about .values-header_txt {
    font-size: 14px;
  }
  body.-safari .p-about .values-list {
    margin-bottom: 200px;
  }
  .p-about .values-list_item {
    padding: 20.5px 0 21px;
  }
  .p-about .values-list_item_plus {
    height: 14px;
    margin-right: 2px;
    width: 14px;
  }
  body.-safari .p-about .values-list_item::before {
    color: #000;
    mix-blend-mode: normal;
  }
  .p-about .values-list_item span.en {
    color: #f2f2f2;
    font-size: 20px;
    mix-blend-mode: difference;
    width: 274px;
  }
  body.-safari .p-about .values-list_item span.en {
    color: #000;
    mix-blend-mode: normal;
  }
  .p-about .values-list_item span.ja {
    color: #f2f2f2;
    mix-blend-mode: difference;
  }
  body.-safari .p-about .values-list_item span.ja {
    color: #000;
    mix-blend-mode: normal;
  }
  .p-about .outline {
    margin-bottom: 290px;
    padding-top: 270px;
  }
  body.-safari .p-about .outline {
    padding-top: 200px;
  }
  .p-about .outline-boxbg {
    position: fixed;
  }
  body.-safari .p-about .outline-boxbg {
    position: absolute;
  }
  .p-about .outline-letterbg {
    font-size: 200px;
    height: 320px;
    margin-bottom: 116px;
  }
  .p-about .outline-letterbg p.right {
    top: -10px;
  }
  .p-about .outline-main {
    margin-left: calc(50% - 10.8333333333vw);
    width: 50%;
  }
  .p-about .outline-dl {
    align-items: flex-start;
    display: flex;
    margin-bottom: 26px;
  }
  .p-about .outline-dl_dt {
    flex-shrink: 0;
    font-size: 12px;
    width: 13.0555555556vw;
  }
  .p-about .client {
    padding-bottom: calc(var(--vh) / 5);
    width: 91.6666666667vw;
  }
  .p-about .client-list {
    margin-bottom: 24px;
    margin-top: 16px;
    padding-top: 40px;
  }
  .p-about .client-item {
    height: 18.2638888889vw;
    width: 18.2638888889vw;
  }
  .p-about .client-item_logo {
    margin-top: 10px;
  }
  .p-about .client-item_logo.ana {
    width: 6.4583333333vw;
  }
  .p-about .client-item_logo.balmuda {
    width: 8.75vw;
  }
  .p-about .client-item_logo.disco {
    width: 6.6666666667vw;
  }
  .p-about .client-item_logo.fujifilm {
    width: 7.5vw;
  }
  .p-about .client-item_logo.fujikko {
    width: 7.3611111111vw;
  }
  .p-about .client-item_logo.kddi {
    width: 4.7916666667vw;
  }
  .p-about .client-item_logo.kikkoman {
    width: 8.0555555556vw;
  }
  .p-about .client-item_logo.lixil {
    width: 5.2083333333vw;
  }
  .p-about .client-item_logo.mouse {
    width: 7.9166666667vw;
  }
  .p-about .client-item_logo.oh {
    width: 12.7777777778vw;
  }
  .p-about .client-item_logo.preferrednetworks {
    width: 9.2361111111vw;
  }
  .p-about .client-item_logo.sony {
    width: 6.8055555556vw;
  }
  .p-about .client-item_logo.sonymusic {
    width: 8.4027777778vw;
  }
  .p-about .client-item_logo.suntory {
    width: 7.6388888889vw;
  }
  .p-about .client-item_logo.tohocinemas {
    width: 10.7638888889vw;
  }
  .p-about .client-item_logo.waseda {
    width: 9.8611111111vw;
  }
  .p-about .client-note {
    font-size: 12px;
  }
  .p-access {
    padding-top: 274px;
  }
  .p-access .access:not(:first-child) {
    margin-top: 200px;
  }
  .p-access .access .c-heading {
    margin-bottom: 57px;
  }
  .p-access .access-wrap {
    margin-bottom: 70px;
    width: 91.6666666667vw;
  }
  .p-access .access-map {
    height: 560px;
  }
  .p-access .access-link {
    margin-top: -34px;
    text-align: right;
  }
  .p-business .business {
    margin-bottom: 100px;
    padding-bottom: 160px;
    padding-top: 270px;
  }
  .p-business .business .c-heading {
    margin-bottom: -18px;
    margin-left: 4.1666666667vw;
  }
  .p-business .business-wrap {
    align-items: center;
    display: flex;
    margin-bottom: 13px;
    margin-left: 4.1666666667vw;
    max-width: 1320px;
    width: 91.6666666667vw;
  }
  .p-business .business-item .state {
    font-size: 20px;
  }
  .p-business .business-item .ja {
    margin: 33px 0 10px;
  }
  .p-business .business-item .en {
    font-size: 15px;
    line-height: 1.3333333333;
  }
  .p-business .business-item.-who::after {
    display: inline-block;
    max-width: 24px;
    width: 1.6666666667vw;
  }
  .p-business .business-item.-web,
  .p-business .business-item.-system,
  .p-business .business-item.-then {
    height: 27.0138888889vw;
    max-height: 389px;
    max-width: 380px;
    width: 26.3888888889vw;
  }
  .p-business .business-item.-web::before,
  .p-business .business-item.-system::before,
  .p-business .business-item.-then::before {
    background: url(../img/top/business-item_bg.png) center/contain no-repeat;
  }
  .p-business .business-item_mini {
    height: 13.8888888889vw;
    max-height: 200px;
    max-width: 200px;
    width: 13.8888888889vw;
  }
  .p-business .business-inner {
    margin-left: 4.1666666667vw;
  }
  .p-business .business-heading {
    font-size: 100px;
  }
  .p-business .business-txt {
    font-size: 14px;
    line-height: 2.1428571429;
  }
  .p-business .phase {
    margin-bottom: 280px;
    width: 91.6666666667vw;
  }
  .p-business .phase-inner:not(:last-child) {
    margin-bottom: 270px;
  }
  .p-business .phase-header {
    align-items: flex-start;
    display: flex;
    padding: 56px 0 27px;
  }
  .p-business .phase-header_ja {
    font-size: 45px;
    line-height: 1;
    margin-right: 23px;
  }
  .p-business .phase-header_en {
    font-size: 15px;
    line-height: 1.3333333333;
  }
  .p-business .phase-body {
    display: flex;
  }
  .p-business .phase-slider {
    align-items: center;
    border-right: 1px #000 solid;
    display: flex;
    overflow: hidden;
    width: 37.0138888889vw;
  }
  .p-business .phase-slider_slide {
    width: 480px;
  }
  .p-business .phase-slider_slide {
    margin-right: 24px;
  }
  .p-business .phase-slider_pagenation {
    line-height: 6px;
    right: 20px;
  }
  .p-business .phase-slider_pagenation_dot {
    height: 6px;
    margin: 0 4px;
    width: 6px;
  }
  .p-business .phase-txt {
    flex-grow: 1;
    padding: 88px 4.1666666667vw 96px 6.6666666667vw;
  }
  .p-business .phase-txt_description {
    margin-bottom: 86px;
  }
  .p-business .phase-details_list {
    width: 12.5vw;
  }
  .p-business .phase-details_item:not(.-first) {
    font-size: 12px;
    padding: 10px 0 8px;
  }
  .p-business .phase-details_item.-first {
    height: 103px;
  }
  .p-business .phase-details_item.-first {
    line-height: 1.5625;
  }
  .p-business .phase-by {
    height: 10px;
  }
  .p-business .phase-by {
    width: 10px;
  }
  .p-business .phase-by {
    margin-top: 48px;
  }
  body {
    font-size: 16px;
    line-height: 1.875;
  }
  .h-inner {
    padding: 20px 40px 0 60px;
  }
  .h-logo {
    width: 85px;
  }
  .h-menu {
    overflow: hidden;
  }
  .h-menu_list {
    margin-right: 20px;
    padding: 20px 0 20px 20px;
    transition-duration: 0.3s;
  }
  .h-menu_link {
    font-size: 15px;
    margin-left: 32px;
  }
  .f {
    padding: 60px 60px 30px;
  }
  .f-top {
    align-items: flex-end;
    border-bottom: 1px #000 solid;
    display: flex;
    justify-content: space-between;
    padding-bottom: 22px;
  }
  .f-next_link {
    font-size: 60px;
    line-height: 1;
  }
  .f-menu {
    margin-left: auto;
  }
  .f-menu_link {
    margin-left: 29px;
  }
  .f-bottom {
    padding-top: 16px;
  }
  .f-copyright {
    font-size: 13px;
    margin-right: auto;
  }
  .f-sns_link {
    font-size: 15px;
    margin-left: 30px;
  }
  .f-pagetop {
    margin-left: 116px;
  }
  .f-pagetop_icon {
    height: 19px;
    margin-left: 16px;
    width: 19px;
  }
  .c-heading {
    font-size: 15px;
  }
  .c-link {
    font-size: 15px;
  }
  .hover-cursor span {
    font-size: 14px;
  }
  .contact-inner {
    height: 500px;
    width: 84.0277777778vw;
  }
  .contact-wrap {
    flex-direction: column;
    justify-content: center;
    margin-left: -4.1666666667vw;
    padding: 100px 100px 100px 0;
  }
  .contact-wrap .c-heading {
    margin-bottom: 10px;
  }
  .featuregallery {
    margin-bottom: 290px;
  }
  .featuregallery-txtbg {
    font-size: 200px;
  }
  .featuregallery-txt {
    padding-top: 40.2777777778vw;
  }
  .featuregallery-gallery_img {
    height: 26.7361111111vw;
    left: -10.6944444444vw;
    top: -13.3680555556vw;
    width: 21.3888888889vw;
  }
  .works-inner {
    padding-bottom: 240px;
    padding-top: 150px;
    width: 91.6666666667vw;
  }
  .works-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-bottom: 24px;
  }
  .works-list {
    margin-left: auto;
    width: 56.5972222222vw;
  }
  .works-item {
    height: 130px;
    position: relative;
    transition-duration: 0.3s;
  }
  .works-item_ttl {
    align-items: center;
  }
  .works-item_thumb {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 95%;
    top: 50%;
    transform: translateY(-50%);
    width: 37.9166666667vw;
    z-index: 1;
  }
  .works-item_main {
    font-size: 20px;
    line-height: 1.5;
    margin-right: 24px;
  }
  .works-item_sub {
    font-size: 12px;
  }
  .works-item_sub .en {
    font-size: 15px;
    margin-right: 8px;
  }
  .works-item.-hover {
    perspective: 1000px;
  }
  .p-contact .fv-inner {
    margin: 0 auto;
    padding: 280px 0;
    position: relative;
    width: 91.6666666667vw;
  }
  .p-contact .fv-inner .c-heading {
    margin-bottom: 48px;
  }
  .p-contact .fv-txt {
    font-size: 16px;
    line-height: 1.875;
  }
  .p-contact .form {
    padding-bottom: 200px;
  }
  .p-contact .form-inner {
    margin: 0 auto;
    position: relative;
    width: 91.6666666667vw;
  }
  .p-contact .form_txt {
    font-size: 16px;
    line-height: 1.875;
  }
  .p-contact .form .hbspt-form {
    font-size: 15px;
    margin-top: 54px;
  }
  .p-contact .caution {
    padding-bottom: 180px;
  }
  .p-contact .caution-inner {
    margin: 0 auto;
    position: relative;
    width: 91.6666666667vw;
  }
  .p-contact .caution_ttl {
    font-size: 16px;
    line-height: 1.875;
  }
  .p-contact .caution_txt,
  .p-contact .caution_list {
    font-size: 16px;
    line-height: 1.875;
    margin-top: 32px;
  }
  .p-contact .caution_list > li + li {
    margin-top: 32px;
  }
  .p-works .fv-inner {
    margin: 0 auto;
    padding: 280px 0;
    position: relative;
    width: 91.6666666667vw;
  }
  .p-works .fv-inner .c-heading {
    margin-bottom: 48px;
  }
  .p-works .fv-inner .c-heading span {
    font-size: 15px;
  }
  .p-works .fv-txt {
    font-size: 16px;
    line-height: 1.875;
  }
  .p-works .feature-inner {
    padding: 0 0 200px;
    position: relative;
    width: 91.6666666667vw;
  }
  .p-works .feature-item {
    display: inline-block;
    margin-right: 4.1666666667vw;
    vertical-align: bottom;
    width: 27vw;
  }
  .p-works .feature-item:nth-child(3n + 1) {
    margin-bottom: 144px;
  }
  .p-works .feature-item:nth-child(3n + 2) {
    margin-bottom: 72px;
  }
  .p-works .feature-item:nth-child(3n + 3) {
    margin-right: 0;
  }
  .p-works .feature-item:nth-child(n + 4) {
    margin-top: 220px;
  }
  .p-works .feature-item_category {
    display: block;
    font-size: 15px;
  }
  .p-works .feature-item_ttl {
    font-size: 14px;
    line-height: 1.7142857143;
    margin-top: 24px;
  }
  .p-works .feature-item_date {
    font-size: 13px;
    margin-top: 16px;
  }
  .p-works .feature-item_thumb {
    margin-top: 24px;
  }
  .p-works .feature-item:hover .feature-item_thumb {
    transform: rotate(3deg);
  }
  .p-works .fv-detail_txt {
    bottom: 74px;
    width: 69.4444444444vw;
  }
  .p-works .fv-detail_category {
    font-size: 16px;
    margin-bottom: 54px;
  }
  .p-works .fv-detail_ttl {
    font-size: 30px;
  }
  .p-works .fv-detail_date {
    font-size: 14px;
    margin-top: 28px;
  }
  .p-works .detail {
    padding: 64px 0 120px;
    width: 69.4444444444vw;
  }
  .p-works .detail_txt {
    font-size: 16px;
    line-height: 2.5;
  }
  .p-works .detail_txt + p {
    margin-top: 40px;
  }
  .p-works .detail-profile {
    display: flex;
    justify-items: space-between;
    margin: 72px 0 150px;
    padding: 40px 3.4722222222vw;
  }
  .p-works .detail-profile_ttl {
    font-size: 15px;
    line-height: 1.6666666667;
  }
  .p-works .detail-profile_txt {
    padding-left: 2.7777777778vw;
  }
  .p-works .detail-profile_item + .detail-profile_item {
    margin-top: 40px;
  }
  .p-works .detail-profile_name {
    font-size: 16px;
    line-height: 1.875;
  }
  .p-works .detail-profile_desc {
    font-size: 14px;
    line-height: 2.5;
    margin-top: 8px;
  }
  .p-works .detail-section_ttl {
    font-size: 28px;
    line-height: 1.4285714286;
    margin-bottom: 40px;
    margin-top: 130px;
  }
  .p-works .detail-section_q {
    font-size: 16px;
    line-height: 2.5;
    margin-top: 48px;
  }
  .p-works .detail-section_q + .detail-section_a {
    margin-top: 32px;
  }
  .p-works .detail-section_a {
    font-size: 16px;
    line-height: 2.5;
    margin-top: 48px;
  }
  .p-works .detail-section_a + .detail-section_q {
    margin-top: 48px;
  }
  .p-works .detail-section_img {
    margin: 130px 0;
  }
  .p-works .detail-section_video {
    margin: 130px 0;
  }
  .p-works .detail-section_youtube {
    margin: 130px 0;
  }
  .p-works .detail-credit {
    margin-top: 54px;
  }
  .p-works .detail-credit_txt {
    font-size: 16px;
    line-height: 2.5;
  }
  .p-works .detail-share {
    font-size: 16px;
    margin-top: 24px;
  }
  .p-works .detail-share span + a,
  .p-works .detail-share a + a {
    margin-left: 0.8333333333vw;
  }
  .p-works .next {
    padding: 230px 0;
  }
  .p-works .next-letterbg {
    font-size: 200px;
    top: 20%;
  }
  .p-works .next-feature {
    width: 34.7222222222vw;
  }
  .p-works .next-images {
    height: 26.7857142857vw;
    width: 20.8333333333vw;
  }
  .p-works .next-images:hover .next-images_item[data-thumb-l='1'] {
    transform: rotate(4deg);
  }
  .p-works .next-images:hover .next-images_item[data-thumb-r='1'] {
    transform: rotate(-4deg);
  }
  .p-works .next-images:hover .next-images_item[data-thumb-l='2'] {
    transform: rotate(8deg);
  }
  .p-works .next-images:hover .next-images_item[data-thumb-r='2'] {
    transform: rotate(-8deg);
  }
  .p-works .next-images:hover .next-images_item[data-thumb-l='3'] {
    transform: rotate(12deg);
  }
  .p-works .next-images:hover .next-images_item[data-thumb-r='3'] {
    transform: rotate(-12deg);
  }
  .p-works .next-images:hover .next-images_item[data-thumb-l='4'] {
    transform: rotate(16deg);
  }
  .p-works .next-images:hover .next-images_item[data-thumb-r='4'] {
    transform: rotate(-16deg);
  }
  .p-works .next-images:hover .next-images_item[data-thumb-l='5'] {
    transform: rotate(20deg);
  }
  .p-works .next-images:hover .next-images_item[data-thumb-r='5'] {
    transform: rotate(-20deg);
  }
  .p-works .next-images:hover .next-images_item[data-thumb-l='6'] {
    transform: rotate(24deg);
  }
  .p-works .next-images:hover .next-images_item[data-thumb-r='6'] {
    transform: rotate(-24deg);
  }
  .p-works .next-images:hover .next-images_item[data-thumb-l='7'] {
    transform: rotate(28deg);
  }
  .p-works .next-images:hover .next-images_item[data-thumb-r='7'] {
    transform: rotate(-28deg);
  }
  .p-works .next-images:hover .next-images_item[data-thumb-l='8'] {
    transform: rotate(32deg);
  }
  .p-works .next-images:hover .next-images_item[data-thumb-r='8'] {
    transform: rotate(-32deg);
  }
  .p-works .next-images:hover .next-images_item[data-thumb-l='9'] {
    transform: rotate(36deg);
  }
  .p-works .next-images:hover .next-images_item[data-thumb-r='9'] {
    transform: rotate(-36deg);
  }
  .p-works .next-images:hover .next-images_item[data-thumb-l='10'] {
    transform: rotate(40deg);
  }
  .p-works .next-images:hover .next-images_item[data-thumb-r='10'] {
    transform: rotate(-40deg);
  }
  .p-works .next-title {
    font-size: 16px;
    line-height: 2.5;
    margin-top: 40px;
  }
  .p-works .recommend {
    margin: 0 auto;
    padding: 280px 0 120px;
    position: relative;
    width: 91.6666666667vw;
  }
  .p-works .recommend + .feature-inner .feature-item:nth-child(n + 4) {
    display: none;
  }
  .pr-top .fv {
    height: var(--vh);
    margin-bottom: calc(var(--vh) * 0.5);
  }
  .pr-top .fv-bg_box {
    width: 63.8888888889vw;
  }
  .pr-top .fv-bg_box:nth-of-type(1) .fv-bg_box_why,
  .pr-top .fv-bg_box:nth-of-type(1) .fv-bg_box_how,
  .pr-top .fv-bg_box:nth-of-type(1) .fv-bg_box_what {
    top: 200%;
  }
  .pr-top .fv-bg_box:nth-of-type(3) .fv-bg_box_why,
  .pr-top .fv-bg_box:nth-of-type(3) .fv-bg_box_how,
  .pr-top .fv-bg_box:nth-of-type(3) .fv-bg_box_what {
    top: -100%;
  }
  .pr-top .fv-bg_box:nth-of-type(4) .fv-bg_box_why,
  .pr-top .fv-bg_box:nth-of-type(4) .fv-bg_box_how,
  .pr-top .fv-bg_box:nth-of-type(4) .fv-bg_box_what {
    top: -150%;
  }
  .pr-top .fv-bg_box:nth-of-type(5) {
    top: 0;
  }
  .pr-top .fv-bg_box:nth-of-type(5) .fv-bg_box_why,
  .pr-top .fv-bg_box:nth-of-type(5) .fv-bg_box_how,
  .pr-top .fv-bg_box:nth-of-type(5) .fv-bg_box_what {
    top: -275%;
  }
  .pr-top .fv-bg picture,
  .pr-top .fv-bg img {
    height: 42.5vh;
  }
  .pr-top .fv-catch {
    font-size: 14px;
    left: 60px;
    line-height: 2.1428571429;
    top: calc(var(--vh) / 800 * 325);
  }
  .pr-top .fv-decoration {
    top: calc(var(--vh) / 800 * 494);
    width: 67.4305555556vw;
  }
  .pr-top .fv-scroll {
    bottom: 60px;
    left: 60px;
  }
  .pr-top .fv-scroll_icon {
    height: 19px;
    width: 19px;
  }
  .pr-top .about {
    padding-bottom: 160px;
  }
  .pr-top .about-txt {
    font-size: 100px;
    line-height: 80px;
    margin-right: auto;
    padding-left: 50px;
  }
  .pr-top .about-bg {
    height: 420px;
    left: 197px;
    top: 100px;
    width: 420px;
  }
  .pr-top .about-main {
    margin-left: auto;
    margin-top: 190px;
    width: 50%;
  }
  .pr-top .about-main_wrap {
    margin-left: 60px;
  }
  .pr-top .about-link {
    margin-top: 7px;
  }
  .pr-top .about-heading {
    font-size: 30px;
    margin-bottom: 34px;
  }
  .pr-top .about .c-heading {
    margin-top: 13px;
  }
  .pr-top .business {
    padding-bottom: 160px;
    padding-top: 138px;
  }
  .pr-top .business .c-heading {
    margin-bottom: 49px;
    text-align: center;
  }
  .pr-top .business-wrap {
    max-width: 1320px;
    width: 91.6666666667vw;
  }
  .pr-top .business-item .state {
    font-size: 20px;
  }
  .pr-top .business-item .ja {
    margin: 33px 0 10px;
  }
  .pr-top .business-item .en {
    font-size: 15px;
    line-height: 1.3333333333;
  }
  .pr-top .business-item.-who {
    flex-direction: row;
  }
  .pr-top .business-item.-who::after {
    display: inline-block;
    height: 1px;
    max-width: 24px;
    width: 1.6666666667vw;
  }
  .pr-top .business-item.-web,
  .pr-top .business-item.-system,
  .pr-top .business-item.-then {
    height: 27.0138888889vw;
    max-height: 389px;
    max-width: 380px;
    width: 26.3888888889vw;
  }
  .pr-top .business-item.-web::before {
    background: url(../img/top/triangle.svg) center/contain no-repeat;
    opacity: 0.1;
  }
  .pr-top .business-item.-system::before {
    background: url(../img/top/square.svg) center/contain no-repeat;
    opacity: 0.1;
  }
  .pr-top .business-item.-then::before {
    background: url(../img/top/polygon.svg) center/contain no-repeat;
    opacity: 0.1;
  }
}
.pr-top .business-item_mini {
  color: #b3b3b3;
  height: 13.8888888889vw;
  max-height: 200px;
  max-width: 200px;
  width: 13.8888888889vw;
}
.pr-top .business-item_mini::before {
  border: 1px #b3b3b3 solid;
}
.pr-top .feature {
  height: var(--vh);
  margin-bottom: calc(var(--vh) * 0.5);
  margin-top: calc(var(--vh) * -1);
  overflow: hidden;
  width: 100%;
  z-index: 0;
}
.pr-top .feature-bigTtl {
  bottom: calc(var(--vh) / 800 * 20);
  font-size: calc(var(--vh) / 800 * 190);
  left: 0;
  position: absolute;
  transform: rotate(-180deg);
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
.pr-top .feature-wrap {
  align-items: center;
  display: flex;
  height: 100%;
  margin-left: auto;
  overflow: hidden;
  width: calc(100% - var(--vh) / 800 * 238);
}
.pr-top .feature-wrap_inner {
  padding-left: 77.7777777778vw;
}
.pr-top .feature-item {
  margin-right: 96px;
  width: 27.7777777778vw;
}
.pr-top .feature-item:hover .feature-item_thumb {
  transform: rotate(3deg);
}
.pr-top .feature-item_category {
  display: block;
  font-size: 15px;
  margin-bottom: 16px;
  order: 1;
}
.pr-top .feature-item_arrow {
  order: 2;
}
.pr-top .feature-item_ttl {
  display: block;
  font-size: 14px;
  line-height: 1.7142857143;
  margin-bottom: 12px;
  order: 3;
}
.pr-top .feature-item_date {
  display: block;
  font-size: 13px;
  margin-bottom: 18px;
  order: 4;
}
.pr-top .feature-item_thumb {
  height: 34.7222222222vw;
  order: 5;
  width: 27.7777777778vw;
}
.pr-top .feature-link {
  align-self: flex-end;
  width: 200px;
}
.pr-top .joinus {
  padding-bottom: calc(var(--vh) * 0.5);
  padding-top: var(--vh);
}
.pr-top .joinus-boxbg {
  bottom: 0;
  opacity: 0;
  position: fixed;
}
.pr-top .joinus-heading,
.pr-top .joinus-heading2 {
  font-size: 120px;
}
.pr-top .joinus-heading2 {
  margin-top: -12px;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
}
.pr-top .joinus-wrap {
  padding: 34.7222222222vw 0;
}
.pr-top .joinus-img {
  width: 215px;
}
.pr-top .joinus-message {
  padding-bottom: 240px;
  padding-top: 195px;
}
.pr-top .joinus-message_txt {
  margin: 43px auto 14px;
}
.pr-top .joinus-message_bg {
  height: 700px;
  width: 42.9166666667vw;
}
.pr-top .joinus-member_img {
  position: fixed;
  transform: translate(-50%, -50%);
}
.p-privacy .privacy {
  padding-bottom: 100px;
  padding-top: 270px;
  width: 91.6666666667vw;
}
.p-privacy .privacy .c-heading {
  margin-bottom: 108px;
}
.p-privacy .privacy-inner {
  margin-bottom: 108px;
}
.p-privacy .privacy-inner p,
.p-privacy .privacy-inner ul,
.p-privacy .privacy-inner ol,
.p-privacy .privacy-inner h3,
.p-privacy .privacy-inner dl {
  font-size: 15px;
}
.p-recruit .fv {
  margin-bottom: 260px;
  padding-top: 270px;
}
.p-recruit .fv-inner {
  margin: auto;
  width: 91.6666666667vw;
}
.p-recruit .fv-catch {
  font-size: 120px;
  margin: 35px 0 53px;
}
.p-recruit .fv-txt {
  font-size: 14px;
  line-height: 2.1428571429;
  margin-bottom: 38px;
}
.p-recruit .recruit {
  margin-bottom: 110px;
  width: 91.6666666667vw;
}
.p-recruit .recruit .c-heading {
  margin-bottom: 40px;
  padding-bottom: 24px;
}
.p-recruit .recruit-txt {
  margin-bottom: 40px;
}
.p-recruit .recruit-wrap {
  display: flex;
  flex-wrap: wrap;
}
.p-recruit .recruit-wrap iframe {
  margin-bottom: 2.7777777778vw;
  width: 27.7777777778vw;
}
.p-recruit .recruit-wrap iframe:not(:nth-child(3n)) {
  margin-right: 4.1666666667vw;
}
.p-recruit .detail {
  margin-bottom: 200px;
  margin-top: 175px;
  width: 91.6666666667vw;
}
.p-recruit .detail-dl {
  display: flex;
}
.p-recruit .detail-dl_dt {
  flex-shrink: 0;
  padding: 25px 0 20px;
  width: 250px;
}
.p-recruit .detail-dl_dd {
  padding: 25px 0 20px;
}
.p-recruit .detail-link {
  margin-top: 54px;
  text-align: right;
}
.p-worksdetail {
  padding-top: 270px;
}
.p-worksdetail .fv {
  margin-bottom: 200px;
}
.p-worksdetail .fv-inner {
  display: flex;
  margin-bottom: 80px;
  width: 91.6666666667vw;
}
.p-worksdetail .fv-inner .c-heading {
  flex-shrink: 0;
  width: 93px;
}
.p-worksdetail .fv-ttl {
  font-size: 100px;
}
.p-worksdetail .fv-img {
  height: 52.9166666667vw;
}
.p-worksdetail .fv-meta {
  display: flex;
  margin-top: 111px;
  width: 91.6666666667vw;
}
.p-worksdetail .fv-meta_tag {
  margin-top: 10px;
  width: 30.4166666667vw;
}
.p-worksdetail .fv-meta_tag_li {
  margin-bottom: 4px;
}
.p-worksdetail .fv-meta_tag_span {
  border-radius: 16px;
  font-size: 12px;
  line-height: 30px;
  padding: 0 15px;
}
.p-worksdetail .fv-meta_ttl_main {
  font-size: 30px;
  line-height: 1.6666666667;
  margin-bottom: 30px;
  width: 52.5vw;
}
.p-worksdetail .content-list {
  margin-bottom: 160px;
}
.p-worksdetail .content-item {
  margin-bottom: 124px;
  margin-left: auto;
  padding-left: 34.5833333333vw;
  position: relative;
  width: 100%;
}
.p-worksdetail .content-item::before {
  left: 4.1666666667vw;
  position: absolute;
  top: 17px;
}
.p-worksdetail .content-item_subttl {
  border-bottom: 1px #000 solid;
  font-size: 13px;
  margin-bottom: 34px;
  padding-bottom: 4px;
  width: 100%;
}
.p-worksdetail .content-item_ttl {
  font-size: 25px;
  width: 21.875vw;
}
.p-worksdetail .content-item_txt {
  width: 34.3055555556vw;
}
.p-worksdetail .content-thumbnail {
  height: 720px;
  margin-bottom: 40px;
}
.p-worksdetail .content-comment {
  margin-bottom: 60px;
  margin-top: 200px;
  width: 91.6666666667vw;
}
.p-worksdetail .content-comment .c-heading {
  border-bottom: 1px #000 solid;
  padding-bottom: 24px;
}
.p-worksdetail .content-comment_item {
  display: inline-block;
  width: 50%;
}
.p-worksdetail .content-comment_item:nth-child(even) {
  padding-right: 6.25vw;
}
.p-worksdetail .content-comment_item:nth-child(odd) {
  border-left: 1px #000 solid;
  padding-left: 6.25vw;
}
.p-worksdetail .content-comment_item_ttl {
  font-size: 12px;
  margin: 60px 0 17px;
}
.p-worksdetail .content-comment_item_txt {
  font-size: 12px;
  line-height: 2.0833333333;
  margin-bottom: 16px;
}
.p-worksdetail .content-comment_item_from {
  font-size: 12px;
}
.p-worksdetail .content-credit {
  margin-bottom: 120px;
  width: 91.6666666667vw;
}
.p-worksdetail .content-credit .c-heading {
  padding-bottom: 24px;
}
.p-worksdetail .content-credit_item {
  padding: 19px 0 15px;
}
.p-worksdetail .content-credit_item_pos {
  font-size: 15px;
  margin-right: 2.7777777778vw;
  width: 21.6666666667vw;
}
.p-worksdetail .content-credit_item_name {
  font-size: 14px;
}
.p-worksdetail .content-credit_item_link {
  font-size: 15px;
}
.p-worksdetail .content-urls_heading {
  margin-bottom: 32px;
  padding-bottom: 12px;
}
.p-worksdetail .content-urls {
  margin-bottom: 160px;
  width: 91.6666666667vw;
}
.p-worksdetail .content-urls_txt {
  font-size: 13px;
}
.p-worksdetail .content-urls_link {
  font-size: 13px;
}
.p-worksdetail .content-urls_link:hover {
  color: #000;
}
.p-worksarchive {
  padding-top: 270px;
}
.p-worksarchive .heading {
  margin-bottom: -17px;
  margin-left: 4.1666666667vw;
}
.p-worksarchive .list {
  width: 91.6666666667vw;
}
.p-worksarchive .list-link {
  margin-bottom: 188px;
  width: 36.1111111111vw;
}
.p-worksarchive .list-link .client {
  font-size: 15px;
  margin-bottom: 30px;
  margin-top: -1.1805555556vw;
}
.p-worksarchive .list-link .ttl {
  font-size: 25px;
  line-height: 1.8;
  margin-bottom: 32px;
}
.p-worksarchive .list-link .ttl span {
  display: inline-block;
}
.p-worksarchive .list-link .ttl.-on {
  opacity: 0;
}
.p-worksarchive .list-link .ttl.-on span {
  opacity: 0;
}
.p-worksarchive .list-link:nth-child(3n-2) {
  margin-bottom: 184px;
  width: 55.625vw;
}
.p-worksarchive .list-link:nth-child(3n-2) .client {
  margin-top: -4.5833333333vw;
}
.p-worksarchive .list-link:nth-child(3n-2) .ttl {
  font-size: 30px;
}
.p-worksarchive .list-link:nth-child(3n-1) {
  margin-left: 4.1666666667vw;
}
.p-worksarchive .list-link:nth-child(3n) {
  margin-right: 4.1666666667vw;
  padding-top: 200px;
}
.p-worksarchive .list-link:nth-child(6n-5) {
  margin-left: auto;
}
.p-worksarchive .list-link:nth-child(6n-2) {
  margin-right: auto;
}
.p-worksarchive .list-link .tags-link {
  border-radius: 14px;
  font-size: 10px;
  line-height: 28px;
  margin-right: 4px;
  padding: 0 16px;
}
.only-sp {
  display: none;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .p-business .business-item.-who::after {
    margin-left: 0.7638888889vw;
  }
  .p-business .business-item.-web,
  .p-business .business-item.-system,
  .p-business .business-item.-then {
    margin-right: -2.5vw;
  }
  .p-business .business-item_mini {
    margin: -1.3333333333vw 0;
  }
  /* .pr-top .business .c-heading {
    padding-right: 5.5555555556vw;
  } */
  .pr-top .business-item.-who::after {
    margin-left: 0.7638888889vw;
  }
  .pr-top .business-item.-web,
  .pr-top .business-item.-system,
  .pr-top .business-item.-then {
    margin-right: -2.5vw;
  }
  .pr-top .business-item_mini {
    margin: -1.3333333333vw 0;
  }
}
@media screen and (min-width: 1281px), print {
  .p-business .business-item.-who::after {
    margin-left: 11px;
  }
  .p-business .business-item.-web,
  .p-business .business-item.-system,
  .p-business .business-item.-then {
    margin-right: -36px;
  }
  .p-business .business-item_mini {
    margin: -10px 0;
  }
  /* .pr-top .business .c-heading {
    padding-right: 80px;
  } */
  .pr-top .business-item.-who::after {
    margin-left: 11px;
  }
  .pr-top .business-item.-web,
  .pr-top .business-item.-system,
  .pr-top .business-item.-then {
    margin-right: -36px;
  }
  .pr-top .business-item_mini {
    margin: -10px 0;
  }
}
@media screen and (max-width: 768px) {
  .only-sp {
    display: block !important;
  }
  .p-about .fv {
    margin-bottom: 32.6666666667vw;
    padding-top: 50.8vw;
  }
  .p-about .fv-inner {
    padding: 0 5.3333333333vw;
  }
  .p-about .fv-catch {
    font-size: 13.3333333333vw;
    margin-bottom: 4.5333333333vw;
    margin-top: 7.2vw;
  }
  .p-about .fv-txt {
    font-size: 2.6666666667vw;
    line-height: 2;
    margin-bottom: 11.7333333333vw;
  }
  .p-about .pvm-inner {
    margin-bottom: 32.2666666667vw;
    width: 89.3333333333vw;
  }
  .p-about .pvm-sticky {
    display: none;
  }
  .p-about .pvm-heading {
    font-size: 5.3333333333vw;
    letter-spacing: -0.05em;
  }
  .p-about .pvm-heading::after {
    margin-left: 3.2vw;
  }
  .p-about .pvm-txt_heading {
    font-size: 5.3333333333vw;
    line-height: 1.5;
    margin-bottom: 13.3333333333vw;
    margin-top: 12.4vw;
  }
  .p-about .pvm-txt_heading.-en {
    font-size: 8vw;
    line-height: 1.0833333333;
    margin-bottom: 13.8666666667vw;
    margin-top: 11.4666666667vw;
  }
  .p-about .values {
    margin-bottom: 24.5333333333vw;
    width: 89.3333333333vw;
  }
  .p-about .values-header {
    margin-top: 7.3333333333vw;
    padding-bottom: 3.7333333333vw;
  }
  .p-about .values-header_en {
    font-size: 6.6666666667vw;
    margin-bottom: 3.7333333333vw;
  }
  .p-about .values-header_txt {
    font-size: 2.9333333333vw;
    line-height: 1.8181818182;
  }
  .p-about .values-list_item {
    padding: 4.5333333333vw 0 4.6666666667vw;
  }
  .p-about .values-list_item_plus {
    height: 2.9333333333vw;
    margin-right: 0.9333333333vw;
    width: 2.9333333333vw;
  }
  .p-about .values-list_item::before {
    display: none;
  }
  .p-about .values-list_item span.en {
    font-size: 4vw;
    width: 36vw;
  }
  .p-about .values-list_item span.ja {
    line-height: 1.3636363636;
  }
  .p-about .outline {
    margin-bottom: 32.9333333333vw;
    padding-top: 26.6666666667vw;
  }
  .p-about .outline-boxbg {
    position: absolute;
  }
  .p-about .outline-letterbg {
    font-size: 26.6666666667vw;
    height: 45.2vw;
  }
  .p-about .outline-letterbg p.right {
    top: 0;
  }
  .p-about .outline-main {
    margin: 14.4vw auto 0;
    width: 89.3333333333vw;
  }
  .p-about .outline-dl {
    margin-bottom: 5.0666666667vw;
  }
  .p-about .outline-dl_dt {
    font-size: 2.6666666667vw;
    margin-bottom: 0.6666666667vw;
  }
  .p-about .client {
    margin: auto;
    padding-bottom: calc(var(--vh) / 2);
    width: 89.3333333333vw;
  }
  .p-about .client-list {
    margin-bottom: 3.2vw;
    margin-top: 2.5333333333vw;
    padding-top: 5.0666666667vw;
  }
  .p-about .client-item {
    height: 29.7333333333vw;
    width: 29.7333333333vw;
  }
  .p-about .client-item_logo.ana {
    width: 10.5333333333vw;
  }
  .p-about .client-item_logo.balmuda {
    width: 14.2666666667vw;
  }
  .p-about .client-item_logo.disco {
    width: 11.0666666667vw;
  }
  .p-about .client-item_logo.fujifilm {
    width: 12.2666666667vw;
  }
  .p-about .client-item_logo.fujikko {
    width: 12vw;
  }
  .p-about .client-item_logo.kddi {
    width: 8.5333333333vw;
  }
  .p-about .client-item_logo.kikkoman {
    width: 13.7333333333vw;
  }
  .p-about .client-item_logo.lixil {
    width: 9.4666666667vw;
  }
  .p-about .client-item_logo.mouse {
    width: 13.7333333333vw;
  }
  .p-about .client-item_logo.oh {
    width: 21.2vw;
  }
  .p-about .client-item_logo.preferrednetworks {
    width: 15.3333333333vw;
  }
  .p-about .client-item_logo.sony {
    width: 11.3333333333vw;
  }
  .p-about .client-item_logo.sonymusic {
    width: 14.2666666667vw;
  }
  .p-about .client-item_logo.suntory {
    width: 13.0666666667vw;
  }
  .p-about .client-item_logo.tohocinemas {
    width: 18.5333333333vw;
  }
  .p-about .client-item_logo.waseda {
    width: 16.6666666667vw;
  }
  .p-about .client-note {
    font-size: 2.6666666667vw;
  }
  .p-access {
    padding-top: 50.6666666667vw;
  }
  .p-access .access:not(:first-child) {
    margin-top: 20vw;
  }
  .p-access .access .c-heading {
    margin-bottom: 8vw;
  }
  .p-access .access-wrap {
    margin-bottom: 9.6vw;
    width: 89.3333333333vw;
  }
  .p-access .access-address {
    font-size: 2.6666666667vw;
    line-height: 2;
    margin-bottom: 2.1333333333vw;
  }
  .p-access .access-map {
    height: 80vw;
  }
  .p-business .business {
    margin-bottom: 40vw;
    padding: 50.9333333333vw 5.3333333333vw 0;
  }
  .p-business .business .c-heading {
    margin-bottom: 14.8vw;
  }
  .p-business .business-wrap {
    display: none;
  }
  .p-business .business-item .state {
    font-size: 2.6666666667vw;
  }
  .p-business .business-item .ja {
    font-size: 2.1333333333vw;
    line-height: 1.5;
    margin: 2.6666666667vw 0 1.3333333333vw;
  }
  .p-business .business-item .en {
    font-size: 2.4vw;
    line-height: 1.3888888889;
  }
  .p-business .business-item.-who::after {
    margin-left: 0.8vw;
    width: 1.0666666667vw;
  }
  .p-business .business-item.-web,
  .p-business .business-item.-system,
  .p-business .business-item.-then {
    height: 26.1333333333vw;
    margin-right: -3.2vw;
    width: 25.2vw;
  }
  .p-business .business-item.-web::before,
  .p-business .business-item.-system::before,
  .p-business .business-item.-then::before {
    background: url(../img/top/business-item_bg_sp.png) center/contain no-repeat;
  }
  .p-business .business-item_mini {
    height: 13.2vw;
    margin: -0.8vw 1.2vw;
    width: 13.2vw;
  }
  .p-business .business-item_mini.en {
    font-size: 1.56vw;
  }
  .p-business .business-heading {
    font-size: 10.6666666667vw;
  }
  .p-business .business-txt {
    font-size: 2.6666666667vw;
    line-height: 2;
  }
  .p-business .phase {
    margin-bottom: 48vw;
    overflow: hidden;
    width: 100%;
  }
  .p-business .phase-inner {
    margin: auto;
    width: 89.3333333333vw;
  }
  .p-business .phase-inner:not(:last-child) {
    margin-bottom: 36vw;
  }
  .p-business .phase-header {
    padding: 9.0666666667vw 0 4.6666666667vw;
  }
  .p-business .phase-header_ja {
    font-size: 6vw;
    line-height: 1.3333333333;
  }
  .p-business .phase-header_en {
    font-size: 3.7333333333vw;
    line-height: 1;
    margin-top: 0.5333333333vw;
  }
  .p-business .phase-slider {
    margin-bottom: 9.4666666667vw;
    padding: 10.6666666667vw 0 6.6666666667vw;
  }
  .p-business .phase-slider_slide {
    width: 64vw;
  }
  .p-business .phase-slider_slide {
    margin-right: 3.2vw;
  }
  .p-business .phase-slider_pagenation {
    line-height: 1.6vw;
    right: 0;
  }
  .p-business .phase-slider_pagenation_dot {
    height: 1.6vw;
    margin-left: 2.6666666667vw;
    width: 1.6vw;
  }
  .p-business .phase-txt_description {
    margin-bottom: 9.3333333333vw;
  }
  .p-business .phase-details_list {
    width: 26.6666666667vw;
  }
  .p-business .phase-details_item:not(.-first) {
    font-size: 2.4vw;
    padding: 1.4666666667vw 0 1.0666666667vw;
  }
  .p-business .phase-details_item.-first {
    height: 13.7333333333vw;
  }
  .p-business .phase-details_item.-first {
    font-size: 2.6666666667vw;
    line-height: 1.25;
  }
  .p-business .phase-details_item.-last {
    font-size: 2.4vw;
  }
  .p-business .phase-by {
    height: 1.3333333333vw;
  }
  .p-business .phase-by {
    width: 1.3333333333vw;
  }
  .p-business .phase-by {
    margin-top: 6.4vw;
  }
  body {
    font-size: 2.9333333333vw;
    line-height: 1.8181818182;
  }
  .h-inner {
    padding: 2.6666666667vw 2.6666666667vw 0 5.3333333333vw;
  }
  .h-logo {
    width: 15.0666666667vw;
  }
  .h-menu_list {
    flex-wrap: wrap;
    padding: 2.6666666667vw;
  }
  .h-menu_link {
    font-size: 3.7333333333vw;
    margin-left: 4.2666666667vw;
  }
  .f {
    padding: 5.3333333333vw;
  }
  .f-top {
    margin-bottom: 3.2vw;
  }
  .f-next {
    border-bottom: 1px #000 solid;
    padding-bottom: 1.8666666667vw;
    text-align: right;
  }
  .f-next_link {
    font-size: 6.6666666667vw;
  }
  .f-menu {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .f-menu_link {
    border-bottom: 1px #000 solid;
    font-size: 3.7333333333vw;
    padding: 1.2vw 0 1.6vw;
    width: 41.8666666667vw;
  }
  .f-bottom {
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .f-copyright {
    font-size: 2.1333333333vw;
    order: 2;
  }
  .f-sns {
    margin-bottom: 8vw;
    order: 1;
    width: 100%;
  }
  .f-sns_link {
    font-size: 3.2vw;
    margin-right: 6.1333333333vw;
  }
  .f-pagetop {
    font-size: 3.2vw;
    line-height: 3.8666666667vw;
    order: 3;
  }
  .f-pagetop_icon {
    height: 3.8666666667vw;
    margin-left: 3.2vw;
    width: 3.8666666667vw;
  }
  .c-heading {
    font-size: 3.7333333333vw;
  }
  .c-link {
    font-size: 3.7333333333vw;
  }
  .c-link_arrow {
    height: 2.2666666667vw;
    margin-left: 2.9333333333vw;
    width: 2.1333333333vw;
  }
  .contact-inner {
    height: 48vw;
    width: 78.6666666667vw;
  }
  .contact-wrap {
    margin-left: -5.3333333333vw;
  }
  .contact-wrap .c-heading {
    margin-right: 7.4666666667vw;
    margin-top: -1.6vw;
  }
  .featuregallery {
    margin-bottom: 32.9333333333vw;
  }
  .featuregallery-txtbg {
    font-size: 26.6666666667vw;
  }
  .featuregallery-txt {
    padding-top: 102.6666666667vw;
  }
  .featuregallery-gallery_img {
    height: 51.3333333333vw;
    left: -20.5333333333vw;
    top: -25.6666666667vw;
    width: 41.0666666667vw;
  }
  .works-inner {
    margin-bottom: 29.6vw;
    width: 89.3333333333vw;
  }
  .works-header {
    padding-bottom: 2.5333333333vw;
  }
  .works-item {
    border-bottom: 1px #000 solid;
    justify-content: space-between;
    padding: 7.0666666667vw 0 5.6vw;
  }
  .works-item_ttl {
    flex-direction: column;
    justify-content: space-between;
  }
  .works-item_thumb {
    flex-shrink: 0;
    margin-left: 5.3333333333vw;
    min-height: 21.6vw;
    width: 30.6666666667vw;
  }
  .works-item_main {
    font-size: 3.4666666667vw;
    line-height: 1.5384615385;
  }
  .works-item_sub {
    font-size: 2.4vw;
  }
  .works-item_sub .en {
    font-size: 3.2vw;
    margin-right: 2vw;
  }
  .works-link {
    margin-top: 8.2666666667vw;
  }
  .p-contact .fv-inner {
    margin: 0 auto;
    padding: 53.3333333333vw 0 24vw;
    width: 89.3333333333vw;
  }
  .p-contact .fv-inner .c-heading {
    margin-bottom: 24vw;
  }
  .p-contact .fv-txt {
    font-size: 2.6666666667vw;
    line-height: 2;
  }
  .p-contact .form {
    padding-bottom: 20vw;
  }
  .p-contact .form-inner {
    margin: 0 auto;
    width: 89.3333333333vw;
  }
  .p-contact .form_txt {
    font-size: 2.4vw;
    line-height: 1.6666666667;
  }
  .p-contact .form .hbspt-form {
    font-size: 2.9333333333vw;
    margin-top: 7.2vw;
  }
  .p-contact .caution {
    padding-bottom: 21.3333333333vw;
  }
  .p-contact .caution-inner {
    margin: 0 auto;
    width: 89.3333333333vw;
  }
  .p-contact .caution_ttl {
    font-size: 2.6666666667vw;
    line-height: 2;
  }
  .p-contact .caution_txt,
  .p-contact .caution_list {
    font-size: 2.6666666667vw;
    line-height: 2;
  }
  .p-contact .caution_list > li + li {
    margin-top: 5.3333333333vw;
  }
  .p-works .fv-inner {
    margin: 0 auto;
    padding: 53.3333333333vw 0 36vw;
    width: 89.3333333333vw;
  }
  .p-works .fv-inner .c-heading {
    margin-bottom: 8.5333333333vw;
  }
  .p-works .fv-inner .c-heading span {
    font-size: 3.7333333333vw;
  }
  .p-works .fv-txt {
    font-size: 2.6666666667vw;
    line-height: 2;
  }
  .p-works .feature-inner {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 26.6666666667vw;
    width: 89.3333333333vw;
  }
  .p-works .feature-item {
    align-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    margin-right: 6.6666666667vw;
    width: 41.3333333333vw;
  }
  .p-works .feature-item:nth-child(2n + 2) {
    margin-right: 0;
  }
  .p-works .feature-item:nth-child(n + 3) {
    margin-top: 9.6vw;
  }
  .p-works .feature-item_txt {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    order: 2;
  }
  .p-works .feature-item_category {
    display: inline-block;
    font-size: 2.6666666667vw;
    width: auto;
  }
  .p-works .feature-item_arrow {
    height: 2.1333333333vw;
    margin-left: auto;
    width: 2.1333333333vw;
  }
  .p-works .feature-item_ttl {
    font-size: 2.6666666667vw;
    line-height: 1.5;
    margin-top: 2.1333333333vw;
  }
  .p-works .feature-item_date {
    font-size: 2.6666666667vw;
    margin-top: 2.1333333333vw;
  }
  .p-works .feature-item_thumb {
    margin-bottom: 4.2666666667vw;
    order: 1;
  }
  .p-works .fv-detail_txt {
    bottom: 7.2vw;
    padding: 0 5.3333333333vw;
    width: 100%;
  }
  .p-works .fv-detail_category {
    font-size: 3.7333333333vw;
    margin-bottom: 4.2666666667vw;
  }
  .p-works .fv-detail_ttl {
    font-size: 4vw;
  }
  .p-works .fv-detail_date {
    font-size: 3.2vw;
    margin-top: 4.2666666667vw;
  }
  .p-works .detail {
    padding: 11.7333333333vw 0 7.2vw;
    width: 100%;
  }
  .p-works .detail_txt {
    font-size: 3.4666666667vw;
    line-height: 2.3076923077;
    padding: 0 5.3333333333vw;
  }
  .p-works .detail_txt + p {
    margin-top: 8vw;
  }
  .p-works .detail-profile {
    margin: 13.3333333333vw auto 11.7333333333vw;
    padding: 7.2vw 5.3333333333vw;
    width: 89.3333333333vw;
  }
  .p-works .detail-profile_ttl {
    font-size: 3.2vw;
    line-height: 1.875;
  }
  .p-works .detail-profile_item + .detail-profile_item {
    margin-top: 8.5333333333vw;
  }
  .p-works .detail-profile_name {
    font-size: 3.7333333333vw;
    line-height: 1.6071428571;
    margin-top: 2.6666666667vw;
  }
  .p-works .detail-profile_desc {
    font-size: 3.2vw;
    line-height: 2.2916666667;
    margin-top: 5.3333333333vw;
  }
  .p-works .detail-section_ttl {
    font-size: 4.2666666667vw;
    line-height: 1.71875;
    margin-bottom: 8.5333333333vw;
    margin-top: 11.7333333333vw;
    padding: 0 5.3333333333vw;
  }
  .p-works .detail-section_q {
    font-size: 3.4666666667vw;
    line-height: 2.3076923077;
    margin-top: 9.6vw;
    padding: 0 5.3333333333vw;
    text-align: justify;
    word-break: break-all;
  }
  .p-works .detail-section_q + .detail-section_a {
    margin-top: 8.5333333333vw;
  }
  .p-works .detail-section_a {
    font-size: 3.4666666667vw;
    line-height: 2.3076923077;
    margin-top: 9.6vw;
    padding: 0 5.3333333333vw;
    text-align: justify;
    word-break: break-all;
  }
  .p-works .detail-section_a + .detail-section_q {
    margin-top: 9.6vw;
  }
  .p-works .detail-section_img {
    margin: 11.7333333333vw 0;
  }
  .p-works .detail-section_video {
    margin: 11.7333333333vw 0;
  }
  .p-works .detail-section_youtube {
    margin: 11.7333333333vw 0;
  }
  .p-works .detail-credit {
    margin-top: 7.2vw;
    padding: 0 5.3333333333vw;
  }
  .p-works .detail-credit_txt {
    font-size: 3.2vw;
    line-height: 1.6666666667;
  }
  .p-works .detail-share {
    font-size: 3.2vw;
    line-height: 1.6666666667;
    margin-top: 6.4vw;
    padding: 0 5.3333333333vw;
  }
  .p-works .detail-share span + a,
  .p-works .detail-share a + a {
    margin-left: 3.2vw;
  }
  .p-works .next {
    padding: 20.5333333333vw 0;
  }
  .p-works .next-letterbg {
    font-size: 26.6666666667vw;
    top: 16%;
  }
  .p-works .next-feature {
    width: 89.3333333333vw;
  }
  .p-works .next-images {
    height: 51.7333333333vw;
    width: 41.3333333333vw;
  }
  .p-works .next-images_item {
    transform: rotate(0deg);
  }
  .p-works .next-title {
    font-size: 3.4666666667vw;
    line-height: 1.7307692308;
    margin-top: 6.4vw;
    padding: 0 5.3333333333vw;
  }
  .p-works .next-nav {
    align-items: end;
    display: flex;
    font-family: gill-sans-nova, sans-serif;
    font-size: 3.7333333333vw;
    font-style: normal;
    font-weight: 400;
    justify-content: center;
    line-height: 1;
    margin-top: 6.6666666667vw;
  }
  .p-works .next-nav_arrow {
    height: 2.1333333333vw;
    margin-left: 3.2vw;
    width: 2.1333333333vw;
  }
  .p-works .recommend {
    margin: 0 auto;
    padding: 53.3333333333vw 0 36vw;
    width: 89.3333333333vw;
  }
  .p-works .recommend + .feature-inner .feature-item:nth-child(n + 5) {
    display: none;
  }
  .pr-top .fv {
    height: 167.7333333333vw;
  }
  .pr-top .fv-bg_box {
    width: 69.3333333333vw;
  }
  .pr-top .fv-bg_box:nth-of-type(1) .fv-bg_box_why,
  .pr-top .fv-bg_box:nth-of-type(1) .fv-bg_box_how,
  .pr-top .fv-bg_box:nth-of-type(1) .fv-bg_box_what {
    top: 100%;
  }
  .pr-top .fv-bg_box:nth-of-type(3) .fv-bg_box_why,
  .pr-top .fv-bg_box:nth-of-type(3) .fv-bg_box_how,
  .pr-top .fv-bg_box:nth-of-type(3) .fv-bg_box_what {
    top: 50%;
  }
  .pr-top .fv-bg_box:nth-of-type(4) .fv-bg_box_why,
  .pr-top .fv-bg_box:nth-of-type(4) .fv-bg_box_how,
  .pr-top .fv-bg_box:nth-of-type(4) .fv-bg_box_what {
    top: -20%;
  }
  .pr-top .fv-bg_box:nth-of-type(5) {
    top: 12vh;
  }
  .pr-top .fv-bg_box:nth-of-type(5) .fv-bg_box_why,
  .pr-top .fv-bg_box:nth-of-type(5) .fv-bg_box_how,
  .pr-top .fv-bg_box:nth-of-type(5) .fv-bg_box_what {
    top: -150%;
  }
  .pr-top .fv-bg picture,
  .pr-top .fv-bg img {
    height: 28vh;
  }
  .pr-top .fv-catch {
    font-size: 2.6666666667vw;
    left: 5.3333333333vw;
    line-height: 2;
    top: 52vw;
  }
  .pr-top .fv-decoration {
    top: 114.4vw;
    width: 86.1333333333vw;
  }
  .pr-top .fv-scroll {
    left: 5.3333333333vw;
    top: 153.2vw;
  }
  .pr-top .fv-scroll_icon {
    height: 3.8666666667vw;
    width: 3.8666666667vw;
  }
  .pr-top .about {
    flex-direction: column;
    margin-bottom: 33.3333333333vw;
    padding-top: 36.8vw;
  }
  .pr-top .about-txt {
    font-size: 13.3333333333vw;
    line-height: 10.6666666667vw;
    width: 80.6666666667vw;
  }
  .pr-top .about-bg {
    height: 56vw;
    left: 29.8666666667vw;
    top: 9.3333333333vw;
    width: 56vw;
  }
  .pr-top .about-main {
    padding: 21.3333333333vw 5.3333333333vw 0;
  }
  .pr-top .about-main_wrap {
    margin-left: 7.4666666667vw;
  }
  .pr-top .about-link {
    margin-top: 1.3333333333vw;
  }
  .pr-top .about-heading {
    font-size: 5.3333333333vw;
    margin-bottom: 6.6666666667vw;
  }
  .pr-top .business {
    margin-bottom: 33.3333333333vw;
    padding: 0 5.3333333333vw;
  }
  .pr-top .business .c-heading {
    margin-bottom: -5.6vw;
  }
  .pr-top .business-wrap {
    flex-direction: column;
  }
  .pr-top .business-item .ja {
    font-size: 3.4666666667vw;
    line-height: 1.5384615385;
    margin: 2.6666666667vw 0 1.3333333333vw;
    padding-left: 2.4vw;
  }
  .pr-top .business-item .en {
    font-size: 2.4vw;
    line-height: 1.3888888889;
  }
  .pr-top .business-item.-who::after {
    height: 3.2vw;
    width: 1px;
  }
  .pr-top .business-item.-web,
  .pr-top .business-item.-system,
  .pr-top .business-item.-then {
    height: 50.6666666667vw;
    width: 51.8666666667vw;
  }
  .pr-top .business-item.-web::before {
    background: url(../img/top/triangle.svg) center/contain no-repeat;
    opacity: 0.1;
  }
  .pr-top .business-item.-system::before {
    background: url(../img/top/square.svg) center/contain no-repeat;
    opacity: 0.1;
  }
  .pr-top .business-item.-then::before {
    background: url(../img/top/polygon.svg) center/contain no-repeat;
    opacity: 0.1;
  }
  .pr-top .business-item.-web,
  .pr-top .business-item.-system {
    margin-bottom: -3.3333333333vw;
  }
  .pr-top .business-item.-then {
    margin-bottom: -3.8666666667vw;
  }
  .pr-top .business-item.-next {
    flex-direction: row;
    margin-bottom: 7.2vw;
  }
  .pr-top .business-item_mini {
    color: #b3b3b3;
    height: 26.6666666667vw;
    margin: 0 -0.8666666667vw;
    width: 26.6666666667vw;
  }
  .pr-top .business-item_mini::before {
    border: 1px #b3b3b3 solid;
  }
  .pr-top .feature {
    margin: 0 auto 15.3333333333vw;
    width: 89.3333333333vw;
  }
  .pr-top .feature-bigTtl {
    font-size: 25.3333333333vw;
    margin-bottom: 8.8vw;
    text-align: center;
  }
  .pr-top .feature-wrap_inner {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .pr-top .feature-item {
    align-content: flex-start;
    margin-bottom: 9.3333333333vw;
    width: 41.3333333333vw;
  }
  .pr-top .feature-item_txt {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    order: 2;
  }
  .pr-top .feature-item_category {
    font-size: 3.2vw;
    order: 2;
  }
  .pr-top .feature-item_arrow {
    height: 2.2666666667vw;
    margin-left: auto;
    order: 3;
    width: 2.1333333333vw;
  }
  .pr-top .feature-item_ttl {
    font-size: 2.6666666667vw;
    line-height: 1.5;
    margin: 1.7333333333vw 0 2.8vw;
    order: 4;
  }
  .pr-top .feature-item_date {
    font-size: 2.6666666667vw;
    order: 5;
  }
  .pr-top .feature-item_thumb {
    height: 51.7333333333vw;
    margin-bottom: 4.2666666667vw;
    order: 1;
    width: 53.3333333333vw;
  }
  .pr-top .feature-link {
    justify-content: flex-end;
    text-align: right;
    width: 100%;
  }
  .pr-top .joinus {
    padding-bottom: 118vw;
    padding-top: 26.6666666667vw;
    position: relative;
  }
  .pr-top .joinus-boxbg {
    position: absolute;
    top: 0;
  }
  .pr-top .joinus-heading,
  .pr-top .joinus-heading2 {
    font-size: 12vw;
    line-height: 12vw;
  }
  .pr-top .joinus-heading2 {
    left: 50%;
    margin-top: -1.2vw;
    opacity: 1;
    position: relative;
    transform: translate(-50%, 0);
  }
  .pr-top .joinus-wrap {
    margin: 0 5.3333333333vw 21.3333333333vw;
    padding-top: 73.3333333333vw;
  }
  .pr-top .joinus-img {
    width: 28.6666666667vw;
  }
  .pr-top .joinus-message {
    padding-bottom: 14.6666666667vw;
    padding-top: 12.2666666667vw;
  }
  .pr-top .joinus-message_txt {
    margin: 7.8666666667vw auto 7.2vw;
  }
  .pr-top .joinus-message_bg {
    height: 93.3333333333vw;
    width: 74.1333333333vw;
  }
  .pr-top .joinus-member_img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .pr-top .joinus-member_img:nth-child(6n),
  .pr-top .joinus-member_img:nth-child(6n-5) {
    right: 0;
  }
  .pr-top .joinus-member_img:nth-child(6n-1),
  .pr-top .joinus-member_img:nth-child(6n-4) {
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .pr-top .joinus-member_img:nth-child(6n-2),
  .pr-top .joinus-member_img:nth-child(6n-3) {
    left: 0;
  }
  .p-privacy .privacy {
    padding-top: 50.6666666667vw;
    width: 89.3333333333vw;
  }
  .p-privacy .privacy .c-heading {
    margin-bottom: 14.4vw;
  }
  .p-privacy .privacy-inner p,
  .p-privacy .privacy-inner ul,
  .p-privacy .privacy-inner ol,
  .p-privacy .privacy-inner h3,
  .p-privacy .privacy-inner dl {
    font-size: 2.6666666667vw;
  }
  .p-recruit .fv {
    margin-bottom: 32.6666666667vw;
    padding-top: 50.8vw;
  }
  .p-recruit .fv-inner {
    padding: 0 5.3333333333vw;
  }
  .p-recruit .fv-catch {
    font-size: 12vw;
    margin-bottom: 6.6666666667vw;
    margin-top: 7.2vw;
  }
  .p-recruit .fv-txt {
    font-size: 2.6666666667vw;
    line-height: 2;
    margin-bottom: 11.7333333333vw;
  }
  .p-recruit .recruit {
    margin-bottom: 6.1333333333vw;
    width: 89.3333333333vw;
  }
  .p-recruit .recruit .c-heading {
    font-size: 2.6666666667vw;
    margin-bottom: 4.5333333333vw;
    padding-bottom: 2.6666666667vw;
  }
  .p-recruit .recruit-txt {
    font-size: 2.6666666667vw;
    line-height: 2;
    margin-bottom: 9.3333333333vw;
  }
  .p-recruit .recruit-wrap iframe {
    margin-bottom: 6.2666666667vw;
    width: 100%;
  }
  .p-recruit .detail {
    margin-bottom: 25.3333333333vw;
    margin-top: 11.0666666667vw;
    width: 89.3333333333vw;
  }
  .p-recruit .detail-dl {
    padding: 4.5333333333vw 0 3.7333333333vw;
  }
  .p-recruit .detail-dl_dt {
    font-size: 2.6666666667vw;
    margin-bottom: 2vw;
  }
  .p-recruit .detail-dl_dd {
    font-size: 2.6666666667vw;
  }
  .p-recruit .detail-link {
    margin-top: 8vw;
  }
  .p-worksdetail {
    padding-top: 50.8vw;
  }
  .p-worksdetail .fv {
    margin-bottom: 20.8vw;
  }
  .p-worksdetail .fv-inner {
    margin-bottom: 10.8vw;
    width: 89.3333333333vw;
  }
  .p-worksdetail .fv-inner .c-heading {
    margin-bottom: 7.3333333333vw;
  }
  .p-worksdetail .fv-ttl {
    font-size: 13.3333333333vw;
  }
  .p-worksdetail .fv-img {
    height: 136.9333333333vw;
    margin-bottom: 8.1333333333vw;
  }
  .p-worksdetail .fv-meta {
    width: 89.3333333333vw;
  }
  .p-worksdetail .fv-meta_tag {
    margin-bottom: 5.7333333333vw;
  }
  .p-worksdetail .fv-meta_tag_li {
    display: inline-block;
    margin-right: 1.0666666667vw;
  }
  .p-worksdetail .fv-meta_tag_span {
    border-radius: 3.0666666667vw;
    font-size: 2.4vw;
    line-height: 6.1333333333vw;
    padding: 0 3.3333333333vw;
  }
  .p-worksdetail .fv-meta_ttl_main {
    font-size: 6.6666666667vw;
    line-height: 1.4;
    margin-bottom: 2.4vw;
  }
  .p-worksdetail .content-list {
    margin: 0 auto 25.3333333333vw;
    width: 89.3333333333vw;
  }
  .p-worksdetail .content-item {
    align-items: center;
    margin-bottom: 15.2vw;
  }
  .p-worksdetail .content-item::before {
    font-size: 3.7333333333vw;
    line-height: 1;
    margin-right: 4vw;
  }
  .p-worksdetail .content-item_subttl {
    font-size: 3.7333333333vw;
    line-height: 1;
  }
  .p-worksdetail .content-item_ttl {
    font-size: 5.3333333333vw;
    line-height: 1;
    margin-left: auto;
  }
  .p-worksdetail .content-item_txt {
    border-top: 1px #000 solid;
    margin-top: 3.6vw;
    padding-top: 6.1333333333vw;
    width: 100%;
  }
  .p-worksdetail .content-thumbnail {
    height: 66.6666666667vw;
    margin-bottom: 2.1333333333vw;
  }
  .p-worksdetail .content-comment {
    margin-bottom: 22.6666666667vw;
    margin-top: 13.3333333333vw;
    width: 89.3333333333vw;
  }
  .p-worksdetail .content-comment .c-heading {
    margin-bottom: 2.4vw;
  }
  .p-worksdetail .content-comment_item {
    border-top: 1px #000 solid;
    margin-bottom: 6vw;
    padding-top: 6.5333333333vw;
  }
  .p-worksdetail .content-comment_item_ttl {
    margin-bottom: 4.2666666667vw;
  }
  .p-worksdetail .content-comment_item_txt {
    margin-bottom: 4.9333333333vw;
  }
  .p-worksdetail .content-credit {
    margin-bottom: 32.4vw;
    width: 89.3333333333vw;
  }
  .p-worksdetail .content-credit .c-heading {
    padding-bottom: 2.8vw;
  }
  .p-worksdetail .content-credit_item {
    padding: 1.8666666667vw 0 1.7333333333vw;
  }
  .p-worksdetail .content-credit_item_pos {
    padding-right: 1em;
    width: 50%;
  }
  .p-worksdetail .content-credit_item_name {
    font-size: 2.6666666667vw;
  }
  .p-worksdetail .content-credit_item_link {
    margin-left: auto;
  }
  .p-worksdetail .content-urls_heading {
    margin-bottom: 2.8vw;
    padding-bottom: 2.8vw;
  }
  .p-worksdetail .content-urls {
    margin-bottom: 32.4vw;
    width: 89.3333333333vw;
  }
  .p-worksdetail .content-urls_txt {
    font-size: 3.2vw;
  }
  .p-worksdetail .content-urls_link {
    font-size: 3.2vw;
  }
  .p-worksarchive {
    padding-top: 51.0666666667vw;
  }
  .p-worksarchive .heading {
    margin-bottom: 8.6666666667vw;
    margin-left: 5.3333333333vw;
  }
  .p-worksarchive .list {
    width: 89.3333333333vw;
  }
  .p-worksarchive .list-link {
    margin-bottom: 25.6vw;
    width: 42vw;
  }
  .p-worksarchive .list-link .client {
    align-items: flex-end;
    display: flex;
    font-size: 2.6666666667vw;
    justify-content: space-between;
    margin-bottom: 6.1333333333vw;
    margin-top: -2.5333333333vw;
  }
  .p-worksarchive .list-link .ttl {
    font-size: 2.6666666667vw;
    line-height: 1.5;
  }
  .p-worksarchive .list-link:nth-child(3n-2) {
    margin-bottom: 24vw;
    width: 100%;
  }
  .p-worksarchive .list-link:nth-child(3n-2) .client {
    margin-bottom: 10.1333333333vw;
    margin-top: -6.6666666667vw;
  }
  .p-worksarchive .list-link:nth-child(3n-2) .ttl {
    font-size: 4vw;
  }
  .p-worksarchive .list-link:nth-child(3n) {
    padding-top: 21.3333333333vw;
  }
  .only-pc {
    display: none;
  }
}
/* 
body {
  animation: bg-animation 10s infinite linear;
  background-image: url('../img/common/bg.svg');
  background-size: 200% 200%;
}
@keyframes bg-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
} */
