@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Noto+Sans+JP:wght@400;700&display=swap');
:root {
  --color-black: #222222;
  --color-blue: #9CBFEF;
  --font-jp: "Noto Sans JP", sans-serif;
  --font-en: "Lato", sans-serif;
}

body {
  position: relative;
  width: 100%;
  background: #FCF7F2;
  padding-top: calc(100 / 750 * 100vw);
  color: var(--color-black);
  font-family: var(--font-jp);
  font-size: calc(28 / 750 * 100vw);
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: .05em;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px), print {
  body {
    padding-top: 100px;
    font-size: 16px;
  }
}

/*!
* ress.css • v4.0.0
* MIT License
* github.com/filipelinhares/ress
*/
/* # =================================================================
# Global selectors
# ================================================================= */
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
word-break: normal;
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
font-size: 62.5%;
}
*,
::before,
::after {
background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
::before,
::after {
text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
vertical-align: inherit;
}
* {
padding: 0; /* Reset `padding` and `margin` of all elements */
margin: 0;
}
/* # =================================================================
# General elements
# ================================================================= */
hr {
overflow: visible; /* Show the overflow in Edge and IE */
height: 0; /* Add the correct box sizing in Firefox */
color: inherit; /* Correct border color in Firefox. */
}
details,
main {
display: block; /* Render the `main` element consistently in IE. */
}
summary {
display: list-item; /* Add the correct display in all browsers */
}
small {
font-size: 80%; /* Set font-size to 80% in `small` elements */
}
[hidden] {
display: none; /* Add the correct display in IE */
}
abbr[title] {
border-bottom: none; /* Remove the bottom border in Chrome 57 */
/* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
}
a,
button {
background-color: transparent; /* Remove the gray background on active links in IE 10 */
text-decoration: none;
-webkit-transition: 0.2s;
transition: 0.2s;
}
a:hover,
button:hover {
opacity: 0.5;
}
ul li,
ol li {
list-style: none;
}
a:active,
a:hover {
outline-width: 0; /* Remove the outline when hovering in all browsers */
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace; /* Specify the font family of code elements */
}
pre {
font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}
b,
strong {
font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}
/* https://gist.github.com/unruthless/413930 */
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
table {
border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}
/* # =================================================================
# Forms
# ================================================================= */
input {
border-radius: 0;
}
/* Replace pointer cursor in disabled elements */
[disabled] {
cursor: default;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}
[type=search] {
-webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
outline-offset: -2px; /* Correct the outline style in Safari */
}
[type=search]::-webkit-search-decoration {
-webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}
textarea {
overflow: auto; /* Internet Explorer 11+ */
resize: vertical; /* Specify textarea resizability */
}
button,
input,
optgroup,
select,
textarea {
font: inherit; /* Specify font inheritance of form elements */
}
optgroup {
font-weight: bold; /* Restore the font weight unset by the previous rule */
}
button {
overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
-webkit-transition: 0.2s;
transition: 0.2s;
}
button,
select {
text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}
/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
cursor: pointer;
color: inherit;
}
/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
border-style: none;
padding: 0;
}
/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
outline: 1px dotted ButtonText;
}
button,
html [type=button],
[type=reset],
[type=submit] {
-webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}
/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
background-color: transparent;
border-style: none;
}
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
outline-width: 0;
}
/* Style select like a standard input */
select {
-moz-appearance: none; /* Firefox 36+ */
-webkit-appearance: none; /* Chrome 41+ */
}
select::-ms-expand {
display: none; /* Internet Explorer 11+ */
}
select::-ms-value {
color: currentColor; /* Internet Explorer 11+ */
}
legend {
border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
display: table; /* Correct the text wrapping in Edge and IE */
max-width: 100%; /* Correct the text wrapping in Edge and IE */
white-space: normal; /* Correct the text wrapping in Edge and IE */
max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}
::-webkit-file-upload-button {
/* Correct the inability to style clickable types in iOS and Safari */
-webkit-appearance: button;
color: inherit;
font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}
/* # =================================================================
# Specify media element style
# ================================================================= */
img {
width: 100%;
border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
vertical-align: top;
}
/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
vertical-align: baseline;
}
/* # =================================================================
# Accessibility
# ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
cursor: progress;
}
/* Specify the pointer cursor of trigger elements */
[aria-controls] {
cursor: pointer;
}
/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
cursor: default;
}


/* utility */
.sm\:hidden {
  display: none;
}
@media screen and (min-width: 768px), print {
  .sm\:hidden {
    display: inline;
  }
  .lg\:hidden,
  .md\:hidden {
    display: none;
  }
}
@media screen and (min-width: 1024px), print {
  .sm\:hidden,
  .md\:hidden {
    display: inline;
  }
  .lg\:hidden {
    display: none;
  }
}


/* script */
.js-splittext > span {
  display: inline-block;
  opacity: 0;
  transform: translateX(-10%);
  transition: opacity 0.2s cubic-bezier(0.19, 1, 0.22, 1), transform 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.js-splittext > span:nth-child(2) {
  transition-delay: .1s;
}
.js-splittext > span:nth-child(3) {
  transition-delay: .2s;
}
.js-splittext > span:nth-child(4) {
  transition-delay: .3s;
}
.js-splittext > span:nth-child(5) {
  transition-delay: .4s;
}
.js-splittext > span:nth-child(6) {
  transition-delay: .5s;
}
.js-splittext > span:nth-child(7) {
  transition-delay: .6s;
}
.js-splittext > span:nth-child(8) {
  transition-delay: .7s;
}
.js-splittext > span:nth-child(9) {
  transition-delay: .8s;
}
.js-splittext > span:nth-child(10) {
  transition-delay: .9s;
}
.js-splittext > span:nth-child(11) {
  transition-delay: 1s;
}
.js-splittext > span:nth-child(12) {
  transition-delay: 1.1s;
}
.js-splittext > span:nth-child(13) {
  transition-delay: 1.2s;
}
.js-splittext > span:nth-child(14) {
  transition-delay: 1.3s;
}
.js-splittext > span:nth-child(15) {
  transition-delay: 1.4s;
}
.js-splittext > span:nth-child(16) {
  transition-delay: 1.5s;
}
.js-splittext > span:nth-child(17) {
  transition-delay: 1.6s;
}
.js-splittext > span:nth-child(18) {
  transition-delay: 1.7s;
}
.js-splittext > span:nth-child(19) {
  transition-delay: 1.8s;
}
.js-splittext > span:nth-child(20) {
  transition-delay: 1.9s;
}
.js-splittext > span:nth-child(21) {
  transition-delay: 2s;
}
.js-splittext > span:nth-child(22) {
  transition-delay: 2.1s;
}
.js-splittext > span:nth-child(23) {
  transition-delay: 2.2s;
}
.js-splittext > span:nth-child(24) {
  transition-delay: 2.3s;
}
.js-splittext > span:nth-child(25) {
  transition-delay: 2.4s;
}
.js-splittext.-show > span {
  opacity: 1;
  transform: translateX(0);
}


/* common */
.l-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 calc(40 / 750 * 100vw);
}
.c-heading span {
  display: block;
  line-height: 1.3;
}
.c-heading-jp {
  font-size: calc(22 / 750 * 100vw);
}
.c-heading-en {
  margin-top: calc(2 / 750 * 100vw);
  font-family: var(--font-en);
  font-size: calc(42 / 750 * 100vw);
}
.p-page-header {
  position: relative;
  margin-top: calc(-100 / 750 * 100vw);
  padding: calc(140 / 750 * 100vw) 0 calc(60 / 750 * 100vw);
  background: url(../../business/images/bg_header_01.jpg) center center / cover no-repeat;
  color: #fff;
}
.p-page-header.-planning {
  background: url(../../business/planning/images/bg_header_01.jpg) center center / cover no-repeat;
}
.p-page-header.-creative {
  background: url(../../business/creative/images/bg_header_01.jpg) center center / cover no-repeat;
}
.p-page-header.-development {
  background: url(../../business/development/images/bg_header_01.jpg) center center / cover no-repeat;
}
.p-page-header.-media {
  background: url(../../business/media/images/bg_header_01.jpg) center center / cover no-repeat;
}
.p-page-header.-works {
  background: url(../../works/images/bg_header_01.jpg) center center / cover no-repeat;
}
.p-page-header.-company {
  background: url(../../company/images/bg_header_01.jpg) center center / cover no-repeat;
}
.p-page-header.-contact {
  background: url(../../contact/images/bg_header_01.jpg) center center / cover no-repeat;
}
.p-page-header .l-inner {
  position: relative;
  z-index: 2;
}
.p-page-header::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #222;
  opacity: .8;
}
.p-page-header-main {
  font-family: var(--font-en);
  font-size: calc(70 / 750 * 100vw);
}
.p-page-header-sub {
  margin: calc(20 / 750 * 100vw) 0 calc(10 / 750 * 100vw);
  font-size: calc(32 / 750 * 100vw);
}
.p-page-header p {
  font-size: calc(24 / 750 * 100vw);
}
.m-breadcrumb {
  max-width: 1180px;
  margin: calc(20 / 750 * 100vw) auto 0;
  padding: 0 calc(40 / 750 * 100vw);
}
.m-breadcrumb li {
  display: inline-block;
  font-family: var(--font-en);
  font-size: calc(24 / 750 * 100vw);
}
.m-breadcrumb li:not(:last-child) {
  position: relative;
  padding-right: calc(40 / 750 * 100vw);
  margin-right: calc(12 / 750 * 100vw);
}
.m-breadcrumb li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(20 / 750 * 100vw);
  height: 1px;
  background: var(--color-black);
  opacity: .3;
}
.m-breadcrumb li a {
  color: var(--color-black);
  opacity: .3;
}
@media (hover: hover) and (pointer: fine) {
  .m-breadcrumb li a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px), print {
  .l-inner {
    padding: 0 40px;
  }
  .c-heading-jp {
    font-size: 12px;
  }
  .c-heading-en {
    margin-top: 2px;
    font-size: 42px;
  }
  .p-page-header {
    margin-top: -100px;
    padding: 120px 0 70px;
  }
  .p-page-header-main {
    font-size: 80px;
  }
  .p-page-header-sub {
    margin: 10px 0 16px;
    font-size: 22px;
  }
  .p-page-header p {
    font-size: 16px;
  }
  .m-breadcrumb {
    margin: 20px auto 0;
    padding: 0 40px;
  }
  .m-breadcrumb li {
    font-size: 12px;
  }
  .m-breadcrumb li:not(:last-child) {
    padding-right: 26px;
    margin-right: 14px;
  }
  .m-breadcrumb li:not(:last-child)::after {
    width: 10px;
  }
}


/* header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100 / 750 * 100vw);
  z-index: 999;
  transition: background .3s ease-in-out;
  pointer-events: none;
}
.header a,
.header button {
  pointer-events: all;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 calc(40 / 750 * 100vw);
}
.header-logo {
  width: calc(120 / 750 * 100vw);
}
.header-logo a {
  display: block;
  width: 100%;
  font-size: 0;
}
.header-nav-trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(60 / 750 * 100vw);
  height: calc(40 / 750 * 100vw);
}
.header-nav-trigger::before,
.header-nav-trigger::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--color-blue);
  transition: .3s ease-in-out;
}
.header-nav-trigger::before {
  top: 0;
}
.header-nav-trigger::after {
  bottom: 0;
}
.header-nav-trigger span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--color-blue);
  font-size: 0;
  transition: .3s ease-in-out;
}
.header-nav-trigger.-open span {
  opacity: 0;
}
.header-nav-trigger.-open::before {
  top: 50%;
  transform: rotate(45deg);
}
.header-nav-trigger.-open::after {
  bottom: calc(50% - 2px );
  transform: rotate(135deg);
}
.header-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: #FCF7F2;
  font-weight: 700;
  transform: translate3d(0, 0, 0);
  transition: 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.header-nav.-open {
  opacity: 1;
  visibility: visible;
}
.header-nav-inner {
  height: 100%;
  padding: calc(240 / 750 * 100vw) 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.header-nav ul {
  text-align: center;
}
.header-nav li + li {
  margin-top: calc(64 / 750 * 100vw);
}
.header-nav li + li.-contact {
  margin-top: calc(100 / 750 * 100vw);
}
.header-nav li + li.-contact a {
  color: #fff;
  background: var(--color-blue);
  padding: calc(24 / 750 * 100vw) calc(64 / 750 * 100vw);
  border-radius: 1000px;
}
.header-nav a {
  color: var(--color-black);
  font-size: calc(40 / 750 * 100vw);
  font-family: var(--font-en);
}
@media (hover: hover) and (pointer: fine) {
  .header-nav li + li.-contact a:hover {
    color: var(--color-blue);
    opacity: 1;
  }
  .header-nav li + li.-contact a:hover::before {
    transform: scale(1);
  }
  .header-nav a:hover {
    color: var(--color-blue) !important;
    opacity: 1;
  }
}
@media screen and (min-width: 768px), print {
  .header {
    height: 100px;
  }
  .header-inner {
    padding: 0 40px;
  }
  .header-logo {
    width: 80px;
  }
  .header-nav-trigger {
    width: 40px;
    height: 30px;
  }
  .header-nav-inner {
    padding: 200px 0;
  }
  .header-nav li + li {
    margin-top: 40px;
  }
  .header-nav li + li.-contact {
    margin-top: 56px;
  }
  .header-nav li + li.-contact a {
    padding: 16px 60px;
  }
  .header-nav a {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px), print {
  .header.-active {
    background: rgba(252, 247, 242, .2);
    backdrop-filter: blur(10px);
  }
  .header-nav-trigger {
    display: none;
  }
  .header-nav {
    top: 33px;
    left: auto;
    right: 40px;
    z-index: 999;
    height: auto;
    width: auto;
    background: none;
    opacity: 1;
    visibility: visible;
  }
  .header-nav-inner {
    padding: 0;
    overflow: visible;
  }
  .header-nav ul {
    display: flex;
    align-items: center;
  }
  .header-nav li + li,
  .header-nav li + li.-contact {
    margin: 0 0 0 32px;
  }
  .header-nav li + li.-contact a {
    display: block;
    position: relative;
    padding: 6px 24px;
    overflow: hidden;
  }
  .header-nav li + li.-contact a::before {
    content: '';
    position: absolute;
    top: calc(50% - 100px);
    left: calc(50% - 100px);
    width: 200px;
    height: 200px;
    background: #fff;
    border-radius: 1000px;
    transform: scale(0);
    transition: transform .6s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .header-nav li + li.-contact a span {
    position: relative;
    z-index: 2;
  }
  .header-nav a {
    font-size: 16px;
  }
  .lower-header .header-nav a {
    color: #fff;
  }
  .lower-header.-active .header-nav li:not(.-contact) a {
    color: var(--color-black);
  }
}

/* footer */
.footer-contact a {
  position: relative;
  display: block;
  padding: calc(60 / 750 * 100vw) 0;
  background: var(--color-blue);
  color: #fff;
  font-size: calc(60 / 750 * 100vw);
  font-family: var(--font-en);
  font-weight: 700;
  letter-spacing: .1em;
  text-align: center;
}
.footer-contact a::before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform-origin: 100% 0;
  transition: transform .4s ease;
}
.footer-contact.-show a::before {
  transform: scaleX(0);
}
.footer-contact a > span {
  display: inline-flex;
  align-items: center;
  padding-left: calc(40 / 750 * 100vw);
}
.footer-contact-arrow {
  position: relative;
  width: calc(70 / 750 * 100vw);
  height: calc(70 / 750 * 100vw);
  margin-left: calc(20 / 750 * 100vw);
  border: 1px solid #fff;
  border-radius: 1000px;
  transition: border .2s;
}
.footer-contact-arrow::before,
.footer-contact-arrow::after {
  content: '';
  position: absolute;
  background: #fff;
  transition: background .2s;
}
.footer-contact-arrow::before {
  top: 50%;
  left: 50%;
  width: calc(60 / 750 * 100vw);
  height: 1px;
}
.footer-contact-arrow::after {
  top: calc(50% - calc(9 / 750 * 100vw));
  left: calc(50% + calc(55 / 750 * 100vw));
  width: 1px;
  height: calc(12 / 750 * 100vw);
  transform: rotate(-45deg);
}
.footer-contents {
  background: var(--color-black);
  color: #fff;
}
.footer-info {
  padding: calc(50 / 750 * 100vw) calc(40 / 750 * 100vw) calc(60 / 750 * 100vw);
}
.footer-name {
  font-weight: 700;
  font-size: calc(40 / 750 * 100vw);
  letter-spacing: .05em;
}
.footer-address {
  margin-top: calc(20 / 750 * 100vw);
}
.footer-address-heading {
  margin-bottom: calc(8 / 750 * 100vw);
  font-weight: 700;
  font-family: var(--font-en);
  font-size: calc(32 / 750 * 100vw);
  opacity: .3;
}
p + .footer-address-heading {
  margin-top: calc(24 / 750 * 100vw);
}
.footer-nav {
  padding: calc(40 / 750 * 100vw);
  border-top: 1px solid #fff;
}
.footer-nav li + li {
  margin-top: calc(8 / 750 * 100vw);
}
.footer-nav a {
  position: relative;
  display: inline-block;
  padding-left: calc(30 / 750 * 100vw);
  color: #fff;
  font-weight: 700;
  font-family: var(--font-en);
}
.footer-nav a::before {
  content: '';
  position: absolute;
  top: calc(24 / 750 * 100vw);
  left: 0;
  width: calc(10 / 750 * 100vw);
  height: 1px;
  background: #fff;
}
.footer-copyright {
  display: block;
  padding: calc(40 / 750 * 100vw);
  border-top: 1px solid #fff;
  font-family: var(--font-en);
  font-size: calc(24 / 750 * 100vw);
  letter-spacing: .1em;
  text-align: center;
}
@media (hover: hover) and (pointer: fine) {
  .footer-contact a:hover {
    background: #fff;
    color: var(--color-blue);
    opacity: 1;
  }
  .footer-contact a:hover .footer-contact-arrow {
    border-color: var(--color-blue);
  }
  .footer-contact a:hover .footer-contact-arrow::before,
  .footer-contact a:hover .footer-contact-arrow::after {
    background: var(--color-blue);
  }
  .footer-contact a:hover .footer-contact-arrow::before {
    left: 60%;
  }
  .footer-contact a:hover .footer-contact-arrow::after {
    left: calc(60% + 55px);
  }
}
@media screen and (min-width: 768px), print {
  .footer-contact a {
    padding: 80px;
    font-size: 80px;
  }
  .footer-contact a > span {
    padding-left: 30px;
  }
  .footer-contact-arrow {
    width: 70px;
    height: 70px;
    margin-left: 20px;
  }
  .footer-contact-arrow::before,
  .footer-contact-arrow::after {
    transition: left .4s;
  }
  .footer-contact-arrow::before {
    width: 60px;
  }
  .footer-contact-arrow::after {
    top: calc(50% - 9px);
    left: calc(50% + 55px);
    height: 12px;
  }
  .footer-info {
    padding: 64px;
  }
  .footer-name {
    font-size: 28px;
  }
  .footer-address {
    margin-top: 20px;
    line-height: 1.8;
    letter-spacing: .08em;
  }
  .footer-address-heading {
    margin-bottom: 0;
    font-size: 18px;
  }
  p + .footer-address-heading {
    margin-top: 16px;
  }
  .footer-nav {
    padding: 64px;
  }
  .footer-nav li + li {
    margin-top: 8px;
  }
  .footer-nav a {
    position: relative;
    display: inline-block;
    padding-left: 24px;
  }
  .footer-nav a::before {
    top: 14px;
    width: 14px;
  }
  .footer-copyright {
    padding: 30px;
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px), print {
  .footer-contents-inner {
    display: flex;
    align-items: center;
    max-width: 1228px;
    margin: 0 auto;
  }
  .footer-info {
    width: 68%;
    border-right: 1px solid #fff;
  }
  .footer-nav {
    flex: 1;
    padding: 0 64px;
    border-top: none;
  }
}