@charset "UTF-8";
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  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;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  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 */
}

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 {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

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;
}

/* # =================================================================
   # 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 */
}

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;
}

/* 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 {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* 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] {
  cursor: default;
}

ul,
ol {
  list-style: none;
}

img {
  vertical-align: bottom;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #000;
}

a {
  text-decoration: none;
  color: inherit;
}

.l-container--s {
  width: 100%;
  max-width: 590px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width:767px) {
  .l-container--s {
    padding: 0 16px;
  }
}

.l-container--m {
  width: 100%;
  max-width: 820px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width:767px) {
  .l-container--m {
    padding: 0 16px;
  }
}

.l-container--l {
  width: 100%;
  max-width: 940px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width:767px) {
  .l-container--l {
    padding: 0 16px;
  }
}

.l-container {
  width: 100%;
  max-width: 840px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width:767px) {
  .l-container {
    padding: 0 16px;
  }
}

.l-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
@media screen and (max-width:767px) {
  .l-header {
    position: fixed;
  }
}

.l-sidebar {
  position: fixed;
  top: 50%;
  right: 60px;
  transform: translate(0, -50%);
  z-index: 100;
}
@media screen and (max-width:1080px) {
  .l-sidebar {
    right: 30px;
  }
}
@media screen and (max-width:1080px) and (max-width:767px) {
  .l-sidebar {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translate(100%, 0);
    transition: transform 0.3s ease;
  }
  .l-sidebar[aria-hidden=false] {
    transform: translate(0, 0);
  }
}

.l-group {
  padding: 94px 0;
  background-color: #F2F2F3;
}
@media screen and (max-width:1080px) {
  .l-group {
    padding: 64px 0;
  }
}

.l-group__banner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px;
}
@media screen and (max-width:1080px) {
  .l-group__banner {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 20px;
  }
}

.l-group__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 80px;
  margin-top: 90px;
}
@media screen and (max-width:1080px) {
  .l-group__wrapper {
    row-gap: 16px;
    margin-top: 50px;
  }
}

.l-footer {
  background-color: #040000;
  padding-block: 97px 38px;
  color: #FFF;
}
@media screen and (max-width:767px) {
  .l-footer {
    padding-block: 40px 30px;
  }
}

.l-footer__inner {
  width: min(100%, 1006px);
  margin-inline: auto;
  padding-inline: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width:767px) {
  .l-footer__inner {
    flex-direction: column;
    gap: 30px;
    padding-inline: 16px;
  }
}

.l-footer__copyright {
  margin-top: 71px;
}
@media screen and (max-width:767px) {
  .l-footer__copyright {
    margin-top: 32px;
  }
}

.c-title {
  font-size: 46px;
  font-size: 2.875rem;
  line-height: 1.3913043478;
  letter-spacing: 0.004em;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  text-align: center;
}
@media screen and (max-width:1080px) {
  .c-title {
    font-size: 38px;
    font-size: 2.375rem;
  }
}

.c-btn {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  max-width: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 20px 10px;
  margin-inline: auto;
  border: 2px solid #000;
  position: relative;
}
@media screen and (max-width:1080px) {
  .c-btn {
    font-size: 14px;
    padding: 16px 12px;
  }
}
.c-btn.-contact::before {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 20/17;
  background-image: url(../images/mail.svg);
  background-size: cover;
  background-position: center;
}
.c-btn.-next::after {
  content: "";
  display: block;
  width: 8px;
  aspect-ratio: 8/12;
  background-image: url(../images/arrow-black.svg);
  background-size: cover;
  background-position: center;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.c-btn.-white {
  color: #fff;
  border-color: #fff;
}
.c-btn.-white::after {
  background-image: url(../images/arrow-white.svg);
}

.c-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  letter-spacing: 0.003em;
  text-align: center;
}
@media screen and (max-width:1080px) {
  .c-text {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

.c-tag {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  display: inline-block;
  padding: 4px 20px;
  margin-top: 10px;
  margin-right: 3px;
  border: 1px solid #000;
  border-radius: 30px;
  position: relative;
  transition: color 0.3s ease, background-color 0.3s ease;
}
@media screen and (min-width:767px) {
  .c-tag:hover {
    color: #fff;
    background-color: #000;
  }
}
.c-tag::before {
  content: "#";
}
@media screen and (max-width:1080px) {
  .c-tag {
    font-size: 9px;
    font-size: 0.5625rem;
    padding: 4px 18px;
    margin-top: 8px;
  }
}

.c-cat {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  letter-spacing: 0.001em;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: italic;
  -webkit-text-decoration: capitalize;
          text-decoration: capitalize;
  display: inline-block;
  padding: 1px 16px;
  border: 1px solid #000;
  margin-right: 10px;
  background-color: #000;
  border-radius: 12px;
  transition: color 0.3s ease, background-color 0.3s ease;
}
@media screen and (min-width:767px) {
  .c-cat:hover {
    color: #000;
    background-color: #fff;
  }
}
@media screen and (max-width:1080px) {
  .c-cat {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.c-toggle {
  display: none;
  width: 35px;
  height: 24px;
  margin-left: auto;
  position: relative;
}
.c-toggle span {
  display: block;
  width: 24px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  right: 0;
  transition: opacity 0.3s ease;
}
.c-toggle::before, .c-toggle::after {
  content: "";
  display: block;
  height: 1px;
  background-color: #000;
  position: absolute;
  right: 0;
  transition: transform 0.3s ease;
}
.c-toggle::before {
  width: 100%;
  top: 0;
}
.c-toggle::after {
  width: 17px;
  top: 100%;
}
.c-toggle[aria-expanded=true] span {
  opacity: 0;
}
.c-toggle[aria-expanded=true]::before, .c-toggle[aria-expanded=true]::after {
  width: 100%;
  top: 50%;
  background-color: #fff;
}
.c-toggle[aria-expanded=true]::before {
  transform: rotate(45deg);
}
.c-toggle[aria-expanded=true]::after {
  transform: rotate(-45deg);
}
@media screen and (max-width:767px) {
  .c-toggle {
    display: flex;
  }
}

.c-sub-title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.002em;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: italic;
  text-align: center;
}
@media screen and (max-width:1080px) {
  .c-sub-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.header {
  padding: 40px 0;
}

.header__logo {
  display: none;
  width: 68px;
  margin: 0 auto;
}
.header__logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width:1080px) {
  .header__logo {
    width: 50px;
  }
}
@media screen and (max-width:1080px) and (max-width:767px) {
  .header__logo {
    display: none;
  }
}

@media screen and (max-width:767px) {
  .sidebar {
    background-color: rgb(26, 26, 26);
    padding: 130px 16px 40px;
  }
}

@media screen and (max-width:767px) {
  .sidebar__nav {
    width: 100%;
    height: 100%;
    position: relative;
    overflow-y: auto;
  }
}

@media screen and (max-width:767px) {
  .sidebar__list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}

.sidebar__item + .sidebar__item {
  margin-top: 24px;
}
@media screen and (max-width:767px) {
  .sidebar__item + .sidebar__item {
    margin-top: 16px;
  }
}
.sidebar__item a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  letter-spacing: 0.001em;
  font-weight: 700;
  font-style: italic;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width:767px) {
  .sidebar__item a {
    color: #fff;
  }
}

.sidebar__banners {
  display: none;
}
@media screen and (max-width:767px) {
  .sidebar__banners {
    display: grid;
    gap: 24px;
    width: 70%;
    margin-top: 40px;
    margin-inline: auto;
  }
}

.sidebar__banner a {
  font-size: 18px;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
}
.sidebar__banner.-blog a {
  background-image: url(../images/ownedmedia_image-nav.jpg);
}
.sidebar__banner.-career a {
  background-image: url(../images/career_image-nav.jpg);
}

.sidebar__groups {
  display: none;
}
@media screen and (max-width:767px) {
  .sidebar__groups {
    display: block;
    margin-top: 40px;
  }
}

.sidebar__group-text {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  color: #fff;
  text-align: center;
}

.sidebar__group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 16px;
}
.sidebar__group li a,
.sidebar__group li span {
  font-size: 10px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  padding: 10px;
  background-color: #000;
  border-radius: 8px;
}
.sidebar__group li a img,
.sidebar__group li span img {
  width: 100%;
  height: auto;
}

.sidebar__sns {
  display: none;
}
@media screen and (max-width:767px) {
  .sidebar__sns {
    display: flex;
    justify-content: center;
    margin-top: 36px;
  }
}

.footer {
  padding: 70px 0 30px;
  background-color: #000;
}
@media screen and (max-width:1080px) {
  .footer {
    padding: 40px 0 30px;
  }
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width:767px) {
  .footer__inner {
    flex-direction: column;
  }
}

.footer__logo {
  width: 72px;
}
@media screen and (max-width:1080px) {
  .footer__logo {
    width: 45px;
  }
}
.footer__logo img {
  width: 100%;
  height: auto;
}

.footer__nav {
  display: flex;
  justify-content: center;
}
@media screen and (max-width:767px) {
  .footer__nav {
    flex-direction: column;
    margin-top: 35px;
  }
}

.footer__item {
  text-align: center;
  margin: 0 40px;
  position: relative;
}
.footer__item + .footer__item::before {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background-color: #fff;
  left: -40px;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width:767px) {
  .footer__item + .footer__item {
    margin-top: 15px;
  }
  .footer__item + .footer__item::before {
    display: none;
  }
}
.footer__item a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6875;
  letter-spacing: 0.0002em;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width:1080px) {
  .footer__item a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.footer__item.-target a {
  position: relative;
}
.footer__item.-target a::after {
  position: absolute;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(../images/target_icon.svg);
  background-size: cover;
  right: -32px;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width:1080px) {
  .footer__item.-target a::after {
    right: -26px;
  }
}

.footer__sns {
  display: flex;
}
@media screen and (max-width:767px) {
  .footer__sns {
    margin-top: 45px;
  }
}

.footer__icon {
  width: 36px;
}
.footer__icon + .footer__icon {
  margin-left: 15px;
}
.footer__icon img {
  width: 100%;
  height: auto;
}

.footer__copy {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6428571429;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width:1080px) {
  .footer__copy {
    font-size: 11px;
    font-size: 0.6875rem;
    margin-top: 32px;
  }
}

.heading {
  height: 100vh;
  background-color: #fff;
  position: relative;
}
.heading::before {
  position: absolute;
  content: "";
  display: block;
  width: 448px;
  height: 400px;
  background-image: url(../images/heading_img.svg);
  background-size: cover;
  background-position: center;
  left: -130px;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width:1080px) {
  .heading::before {
    width: 32vw;
    height: 28.48vw;
    left: -10%;
  }
}
@media screen and (max-width:1080px) and (max-width:767px) {
  .heading::before {
    display: none;
  }
}

.heading__container {
  height: 100%;
  position: relative;
}
@media screen and (max-width:767px) {
  .heading__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .heading__container::before {
    content: "";
    display: block;
    width: 54vw;
    height: 48.06vw;
    max-width: 210px;
    max-height: 188px;
    margin-bottom: 6vw;
    background-image: url(../images/heading_img.svg);
    background-size: cover;
    background-position: center;
  }
}

.heading__title {
  max-width: 585px;
  width: 42vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.heading__title img {
  width: 100%;
  height: auto;
}
@media screen and (max-width:767px) {
  .heading__title {
    width: 48vw;
    max-width: 200px;
    position: initial;
    transform: translate(0, 0);
  }
}

.heading__scroll {
  position: absolute;
  left: 50%;
  bottom: 80px;
}
.heading__scroll span {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.6;
  letter-spacing: 0.001em;
  font-weight: 700;
  font-style: italic;
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
}
.heading__scroll span::before {
  content: "";
  display: block;
  width: 7px;
  height: 92px;
  background-image: url(../images/scroll.svg);
  background-size: cover;
  background-position: center;
  margin-right: 10px;
  -webkit-animation: scroll 2s linear infinite;
          animation: scroll 2s linear infinite;
}
@media screen and (max-width:767px) {
  .heading__scroll {
    bottom: 24px;
  }
}

@-webkit-keyframes scroll {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(0, 10px);
  }
  50% {
    transform: translate(0, 0);
  }
  75% {
    transform: translate(0, -10px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes scroll {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(0, 10px);
  }
  50% {
    transform: translate(0, 0);
  }
  75% {
    transform: translate(0, -10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.mission {
  padding: 154px 0 135px;
  background-color: #000;
  position: relative;
}
.mission::before, .mission::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 34px 100vw 0 0;
  left: 0;
  right: 0;
}
.mission::before {
  border-color: #fff transparent transparent transparent;
  top: 0;
}
.mission::after {
  border-color: #000 transparent transparent transparent;
  bottom: -34px;
}
@media screen and (max-width:767px) {
  .mission {
    padding: 80px 0 90px;
  }
}

.mission__title {
  font-size: 48px;
  font-size: 3rem;
  line-height: 1.5833333333;
  letter-spacing: 0.006em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-top: 8px;
}
@media screen and (max-width:1080px) {
  .mission__title {
    font-size: 38px;
    font-size: 2.375rem;
  }
}

.mission__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2.1666666667;
  letter-spacing: 0.002em;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width:1080px) {
  .mission__text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.business {
  padding: 140px 0 230px;
  background-color: #fff;
  counter-reset: business;
}
@media screen and (max-width:767px) {
  .business {
    padding: 70px 0 80px;
  }
}

.business__item {
  margin-top: 24px;
  counter-increment: business;
}
.business__item + .business__item {
  margin-top: 180px;
}
@media screen and (max-width:767px) {
  .business__item + .business__item {
    margin-top: 80px;
  }
}

.business__title {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.6;
  letter-spacing: 0.006em;
  font-weight: 700;
  text-align: center;
  position: relative;
}
@media screen and (max-width:1080px) {
  .business__title {
    font-size: 32px;
    font-size: 2rem;
  }
}

.business__num {
  font-size: 48px;
  font-size: 3rem;
  line-height: 1.2;
  color: transparent;
  font-style: italic;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.2);
  text-stroke: 1px rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 0;
  left: 0;
  translate: 20% 0;
}
@media screen and (max-width:767px) {
  .business__num {
    font-size: 32px;
    font-size: 2rem;
    top: 0;
    bottom: auto;
    translate: 10% -50%;
  }
}
.business__num::after {
  content: counter(business, decimal-leading-zero);
  font-size: 104px;
  font-size: 6.5rem;
}
@media screen and (max-width:767px) {
  .business__num::after {
    font-size: 64px;
    font-size: 4rem;
  }
}

.business__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.1875;
  letter-spacing: 0.002em;
  font-weight: 500;
  text-align: center;
  margin-top: 24px;
}
@media screen and (max-width:1080px) {
  .business__text {
    font-size: 12px;
    font-size: 0.75rem;
    font-size: 3.0769230769vw;
  }
}

.business__sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
  margin-top: 48px;
}
.business__sns li {
  width: 64px;
  aspect-ratio: 1/1;
}
@media screen and (max-width:767px) {
  .business__sns li {
    width: 48px;
  }
}
.business__sns li img {
  width: 100%;
  height: auto;
}

.business__talent {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 80px;
}
@media screen and (max-width:767px) {
  .business__talent {
    margin-top: 48px;
  }
}
.business__talent + .business__talent {
  margin-top: 100px;
}
@media screen and (max-width:767px) {
  .business__talent + .business__talent {
    margin-top: 40px;
  }
}

.business__name {
  font-family: "Montserrat", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  writing-mode: vertical-rl;
  white-space: nowrap;
}

.business__video {
  aspect-ratio: 672/372;
  border-radius: 8px;
  overflow: hidden;
}
.business__video video {
  width: 100%;
  height: auto;
}

.business__contact {
  margin-top: 180px;
}
@media screen and (max-width:767px) {
  .business__contact {
    margin-top: 48px;
  }
}

.business__btn {
  margin-top: 48px;
}

.highballer {
  padding: 150px 0;
  background-image: url(../images/highballer_bg.png);
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (max-width:767px) {
  .highballer {
    padding: 90px 0 85px;
  }
}

.highballer__top {
  position: relative;
}
.highballer__top::before {
  content: "";
  width: 45px;
  height: 290px;
  background-size: cover;
  background-position: center;
  background-image: url(../images/highballer_min.svg);
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width:767px) {
  .highballer__top::before {
    display: none;
  }
}

.highballer__image {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}
.highballer__image img {
  width: 100%;
  height: auto;
}

.highballer__content {
  padding: 20px 50px 40px;
  border: 0.5px solid #fff;
  position: relative;
  z-index: 1;
}
.highballer__content::before, .highballer__content::after {
  position: absolute;
  content: "";
  display: block;
  width: calc(50% + 6px);
  height: calc(100% + 6px);
  z-index: -1;
}
.highballer__content::before {
  border-top: 0.5px solid #fff;
  border-left: 0.5px solid #fff;
  top: -6px;
  left: -6px;
}
.highballer__content::after {
  border-right: 0.5px solid #fff;
  border-bottom: 0.5px solid #fff;
  bottom: -6px;
  right: -6px;
}
@media screen and (max-width:1080px) {
  .highballer__content {
    width: 80%;
    padding: 50px 30px 40px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width:1080px) and (max-width:767px) {
  .highballer__content {
    width: 100%;
    padding: 25px 30px 20px;
  }
}

.highballer__inner {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 55px;
  position: relative;
}
.highballer__inner::before {
  position: absolute;
  content: "";
  display: block;
  width: 80px;
  height: 25px;
  background-image: url(../images/highballer_illust.svg);
  background-size: cover;
  background-position: center;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width:767px) {
  .highballer__inner::before {
    width: 58px;
    height: 18px;
  }
}

.highballer__title {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.5;
  letter-spacing: 0.003em;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.highballer__title span {
  font-size: 32px;
  font-size: 2rem;
  font-style: italic;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width:1080px) {
  .highballer__title {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .highballer__title span {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.highballer__list {
  max-height: 280px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 20px;
  counter-reset: num;
}
.highballer__list li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5625;
  letter-spacing: 0.001em;
  font-weight: 400;
  color: #fff;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  margin-top: 12px;
  margin-left: 18px;
  margin-right: 18px;
  border-bottom: 0.5px solid #fff;
}
.highballer__list li::before {
  counter-increment: num;
  content: counter(num, decimal-leading-zero);
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  display: block;
  width: 31px;
  margin-right: 10px;
  text-align: right;
}
@media screen and (max-width:1080px) {
  .highballer__list li {
    font-size: 14px;
    font-size: 0.875rem;
    padding-bottom: 8px;
    margin-top: 10px;
    margin-left: 12px;
    margin-right: 12px;
  }
  .highballer__list li::before {
    font-size: 20px;
    font-size: 1.25rem;
    margin-right: 8px;
  }
}
@media screen and (max-width:1080px) and (max-width:767px) {
  .highballer__list {
    max-height: initial;
  }
}

.highballer__group {
  margin-top: 16px;
}

.highballer__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 2.8%;
       column-gap: 2.8%;
  margin-top: 38px;
}
@media screen and (max-width:767px) {
  .highballer__wrapper {
    grid-template-columns: 1fr;
    row-gap: 16px;
    margin-top: 24px;
  }
}

.highballer__item {
  display: grid;
  row-gap: 4px;
  grid-row: span 3;
  grid-template-rows: subgrid;
  padding: 32px 24px 40px;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.6);
  transition: background-color 0.3s ease-out;
}
.highballer__item::after {
  content: "";
  display: block;
  width: 34px;
  aspect-ratio: 35/5;
  margin-top: 6px;
  background-image: url(../images/arrow.svg);
  background-size: cover;
  background-position: center;
  transition: translate 0.3s ease-out;
}
.highballer__item[href]:hover {
  background-color: #fff;
}
.highballer__item[href]:hover::after {
  translate: 10px 0;
}

.highballer__name {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
}

.highballer__company {
  font-size: 40px;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  margin-left: -0.15em;
}
.highballer__company small {
  font-size: 60%;
}

.recruit {
  padding: 160px 0 85px;
  background-color: #fff;
}
@media screen and (max-width:767px) {
  .recruit {
    padding: 80px 0 35px;
  }
}

.recruit__list {
  max-width: 320px;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
}

.recruit__item {
  padding-top: 20px;
  padding-bottom: 17px;
  border-bottom: 1px solid #000;
}
.recruit__item a {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.001em;
  font-weight: 500;
  display: block;
  padding-left: 52px;
  padding-right: 32px;
  position: relative;
}
.recruit__item a::before, .recruit__item a::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  transform: translate(0, -50%);
}
.recruit__item a::before {
  background-size: cover;
  background-position: center;
  left: 0;
}
.recruit__item a::after {
  width: 34px;
  height: 5px;
  background-image: url(../images/arrow.svg);
  background-size: cover;
  right: 0;
  transition: right 0.3s ease;
}
@media screen and (min-width:767px) {
  .recruit__item a:hover::after {
    right: -10px;
  }
}
@media screen and (max-width:1080px) {
  .recruit__item a {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.recruit__item:first-child a::before {
  width: 13px;
  height: 23px;
  background-image: url(../images/director.svg);
}
.recruit__item:nth-child(2) a::before {
  width: 15px;
  height: 20px;
  background-image: url(../images/creator.svg);
}
.recruit__item:nth-child(3) a::before {
  width: 22px;
  height: 27px;
  background-image: url(../images/designer.svg);
}
.recruit__item:nth-child(4) a::before {
  width: 17px;
  height: 23px;
  background-image: url(../images/engineer.svg);
}
.recruit__item:nth-child(5) a::before {
  width: 13px;
  height: 23px;
  background-image: url(../images/translator.svg);
}
.recruit__item:nth-child(6) a::before {
  width: 15px;
  height: 20px;
  background-image: url(../images/cameraman.svg);
}

.blog {
  padding: 85px 0 90px;
  background-color: #fff;
}
@media screen and (max-width:767px) {
  .blog {
    padding: 35px 0 40px;
  }
}

.blog__wrapper {
  margin-top: 40px;
}
.blog__wrapper .p-pickup + .p-pickup {
  margin-top: 48px;
}

.blog__items {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
@media screen and (max-width:767px) {
  .blog__items {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

.about {
  padding: 90px 0 240px;
  background-color: #fff;
}
@media screen and (max-width:767px) {
  .about {
    padding: 40px 0 120px;
  }
}

.about__wrapper {
  margin-top: 35px;
}
@media screen and (max-width:767px) {
  .about__wrapper {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}

.about__list {
  display: flex;
}
.about__list + .about__list {
  margin-top: 32px;
}

.about__head,
.about__body {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6875;
  letter-spacing: 0.002em;
  font-weight: 500;
}
@media screen and (max-width:1080px) {
  .about__head,
.about__body {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.about__head {
  width: 135px;
}
@media screen and (max-width:767px) {
  .about__head {
    width: 80px;
  }
}

.about__body {
  width: calc(100% - 135px);
}
@media screen and (max-width:767px) {
  .about__body {
    width: calc(100% - 80px);
  }
}

.loading {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}

.loading__inner {
  padding: 0 20px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading__image {
  max-width: 150px;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
}
@media screen and (max-width:767px) {
  .loading__image {
    max-width: 100px;
  }
}
.loading__image img {
  width: 100%;
  height: auto;
}

.p-pickup {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:767px) {
  .p-pickup {
    flex-direction: column;
  }
  .p-pickup + .p-pickup {
    margin-top: 50px;
  }
}
.p-pickup.-large .p-pickup__inner {
  width: 51.5%;
}
@media screen and (max-width:767px) {
  .p-pickup.-large .p-pickup__inner {
    width: 100%;
  }
}
.p-pickup.-large .p-pickup__image {
  width: 45%;
  max-width: 600px;
}
@media screen and (max-width:767px) {
  .p-pickup.-large .p-pickup__image {
    max-width: 100%;
    width: 100%;
  }
}
.p-pickup.-large .p-pickup__title {
  font-size: 32px;
  font-size: 2rem;
  margin-top: 14px;
}
@media screen and (max-width:1080px) {
  .p-pickup.-large .p-pickup__title {
    font-size: 24px;
    font-size: 1.5rem;
    margin-top: 8px;
  }
}

.p-pickup__inner {
  width: 58%;
}
@media screen and (max-width:767px) {
  .p-pickup__inner {
    width: 100%;
    margin-top: 16px;
  }
}

.p-pickup__image {
  width: 40%;
  max-width: 300px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .p-pickup__image {
    max-width: 100%;
    width: 100%;
  }
}
.p-pickup__image img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease-out, opacity 0.3s ease;
}

.p-pickup__title {
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 14px;
  transition: opacity 0.3s ease;
}
@media screen and (max-width:1080px) {
  .p-pickup__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.p-pickup__tags {
  margin-top: 5px;
}

.p-item__image {
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  border-radius: 4px;
  overflow: hidden;
}
.p-item__image img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease-out, opacity 0.3s ease;
}

.p-item__cat {
  margin-top: 10px;
}

.p-item__title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2916666667;
  letter-spacing: 0.001em;
  font-weight: 700;
  margin-top: 10px;
  transition: opacity 0.3s ease;
}
@media screen and (max-width:1080px) {
  .p-item__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.p-item__tags {
  margin-top: 4px;
}

.p-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 80px;
}
@media screen and (max-width:1080px) {
  .p-wrapper {
    margin-top: 50px;
  }
}
@media screen and (max-width:1080px) and (max-width:767px) {
  .p-wrapper {
    flex-direction: column;
  }
}
.p-wrapper .p-pickup,
.p-wrapper .p-item,
.p-wrapper .p-post {
  width: 48%;
}
@media screen and (max-width:767px) {
  .p-wrapper .p-pickup,
.p-wrapper .p-item,
.p-wrapper .p-post {
    width: 100%;
  }
}
.p-wrapper.-col3 .p-pickup,
.p-wrapper.-col3 .p-item,
.p-wrapper.-col3 .p-post {
  width: 29.9666666667%;
}
@media screen and (max-width:1080px) {
  .p-wrapper.-col3 .p-pickup,
.p-wrapper.-col3 .p-item,
.p-wrapper.-col3 .p-post {
    width: 100%;
  }
}

.p-tags__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 45px;
}
@media screen and (max-width:1080px) {
  .p-tags__wrapper {
    margin-top: 32px;
  }
}

.p-banner {
  display: grid;
  grid-template-rows: subgrid;
  place-items: center;
  grid-row: span 2;
  gap: 16px;
  padding: 24px 24px 16px;
  background-color: #000;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width:1080px) {
  .p-banner {
    width: 80%;
    margin-inline: auto;
    padding: 16px 20px 6px;
    gap: 8px;
  }
}

@media screen and (max-width:1080px) {
  .p-banner__title {
    max-width: 120px;
  }
}
.p-banner__title img {
  width: 100%;
  height: auto;
}
.p-banner__title.u-maw-100 {
  max-width: 100px;
}
@media screen and (max-width:1080px) {
  .p-banner__title.u-maw-80--sp {
    max-width: 80px;
  }
}

.p-banner__text {
  font-size: 10px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  color: #B3B3B3;
}

.p-banner__soon {
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #fff;
}

.p-linkCard {
  display: block;
  padding: 54px 24px;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
@media screen and (max-width:1080px) {
  .p-linkCard {
    padding: 24px 16px;
    border-radius: 12px;
  }
}
.p-linkCard.-career {
  background-image: url(../images/career_image.jpg);
}
.p-linkCard.-media {
  background-image: url(../images/ownedmedia_image.jpg);
}
@media screen and (max-width:1080px) {
  .p-linkCard.-media {
    background-position: left center;
  }
}
.p-linkCard img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-linkCard__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.p-linkCard__head {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  font-style: italic;
  font-family: "Montserrat", sans-serif;
}

.p-linkCard__title {
  font-size: 46px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (max-width:1080px) {
  .p-linkCard__title {
    font-size: 24px;
  }
}
.p-linkCard__title img {
  width: 100%;
  height: auto;
}

.p-linkCard__english {
  content: attr(data-en);
  font-size: 20px;
  letter-spacing: 0.01em;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (max-width:1080px) {
  .p-linkCard__english {
    font-size: 14px;
  }
}

.p-linkCard__text {
  font-size: 18px;
  color: #fff;
  margin-top: 16px;
}
@media screen and (max-width:1080px) {
  .p-linkCard__text {
    font-size: 12px;
    margin-top: 10px;
  }
}

.p-linkCard__btn {
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width:1080px) {
  .p-linkCard__btn {
    margin-top: 28px;
  }
}

.p-footerLogo {
  flex: 99px 0 0;
}
.p-footerLogo img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width:1080px) {
  .p-footerLogo {
    width: 45px;
    flex-basis: auto;
  }
}

.p-footerLogo__link {
  height: inherit;
  display: block;
}

.p-footerNav {
  align-self: start;
}
@media screen and (max-width:767px) {
  .p-footerNav {
    align-self: auto;
  }
}

.p-footerNav__list {
  display: flex;
  align-items: center;
  gap: 80px;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width:767px) {
  .p-footerNav__list {
    gap: 40px;
  }
}

.p-footerNav__item > a {
  font-size: 16px;
}
@media screen and (max-width:767px) {
  .p-footerNav__item > a {
    font-size: 14px;
  }
}

.p-footerNav__subList {
  margin-top: 8px;
  font-weight: 400;
}

.p-footerNav__subItem {
  padding-left: 16px;
}

.p-footerNav__subLink {
  font-size: 16px;
}
@media screen and (max-width:767px) {
  .p-footerNav__subLink {
    font-size: 13px;
  }
}

.p-footerNav__exList {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 21px;
}
@media screen and (max-width:767px) {
  .p-footerNav__exList {
    flex-direction: row;
  }
}

.p-footerNav__exLink {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  position: relative;
  line-height: 1.7;
}
@media screen and (max-width:767px) {
  .p-footerNav__exLink {
    font-size: 14px;
  }
}
.p-footerNav__exLink::after {
  content: "";
  width: 14px;
  height: 15px;
  background: transparent url(../images/icon-link.svg) no-repeat center center/contain;
}

.p-footerSns {
  display: flex;
  align-items: center;
  gap: 17px;
}

.p-footerCopyright {
  text-align: center;
}

.u-hide {
  display: block !important;
}
@media screen and (max-width:1080px) {
  .u-hide {
    display: none !important;
  }
}

.u-show {
  display: none !important;
}
@media screen and (max-width:1080px) {
  .u-show {
    display: block !important;
  }
}

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

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

.u-bar {
  padding-bottom: 45px;
  position: relative;
}
.u-bar::before {
  position: absolute;
  content: "";
  display: block;
  width: 0.5px;
  height: 32px;
  background-color: #000;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.u-white {
  color: #fff;
}
.u-white::before {
  background-color: #fff;
}

@media screen and (min-width:767px) {
  .js-hover.p-item h2, .js-hover.p-item h3, .js-hover.p-item h4, .js-hover.p-post h2, .js-hover.p-post h3, .js-hover.p-post h4, .js-hover.p-pickup h2, .js-hover.p-pickup h3, .js-hover.p-pickup h4 {
    opacity: 0.6;
  }
  .js-hover.p-item img, .js-hover.p-post img, .js-hover.p-pickup img {
    transform: scale(1.02);
    opacity: 0.8;
  }
}

.js-white.sidebar__item a {
  color: #fff;
}
.js-white.c-toggle span {
  background-color: #fff;
}
.js-white.c-toggle::before, .js-white.c-toggle::after {
  background-color: #fff;
}