@charset "UTF-8";
:focus {
  outline: none;
}

html {
  font-size: 62.5%;
}
html .topPage {
  overflow: hidden;
}
html .topPage.loaded {
  overflow: visible;
}

body {
  background-color: #fff;
  color: #0f203e;
  overflow-wrap: break-word;
  word-wrap: break-word;
  letter-spacing: 0.04em;
  font-size: 1.6rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Prompt", "Montserrat", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-break: strict;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.topPage body {
  overflow: hidden;
}
.topPage.loaded body {
  overflow: visible;
}
body.bg-primary {
  background-color: #0f203e;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  line-height: 1.8333333333;
}

main.main {
  line-height: 2;
  -webkit-transition: 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
main.main a {
  text-decoration: none;
}
main.main a:not([class]) {
  color: #b2bac7;
  text-decoration: underline;
}
main.main a:not([class]):hover {
  text-decoration: none;
}
main.main img {
  vertical-align: bottom;
}

:where(a) {
  color: #0f203e;
}
.wrap {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .wrap {
    padding: 0 40px;
    max-width: 1720px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .wrap {
    padding: 0 24px;
  }
}

@media screen and (min-width: 769px) {
  .contents {
    margin-left: auto;
    max-width: calc(100% - 230px);
    width: 78.5714285714%;
  }
}
@media screen and (min-width: 769px) {
  .pc-none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
}
#go_top {
  display: none !important;
}

.globalHeader {
  z-index: 1000;
  height: 0;
  -webkit-transition: 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transform: translateY(-64px);
          transform: translateY(-64px);
}
.header--scroll .globalHeader {
  height: 84px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.open-creativeHubGlobalNav .menu-btn {
  display: none !important;
}

.creativeHubGlobalNav {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  pointer-events: auto;
}
.creativeHubGlobalNav-btn {
  position: fixed;
  top: 40px;
  right: 24px;
  z-index: 100;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  padding: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border: none;
  background-color: transparent;
  color: #0f203e;
  font-weight: 400;
  font-family: "AvenirNextLTPro-Bold";
  line-height: 1;
  cursor: pointer;
  -webkit-transition: 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-appearance: none;
}
@media screen and (max-width: 768px) {
  .creativeHubGlobalNav-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .topPage .in_white .creativeHubGlobalNav-btn {
    color: #0f203e;
  }
  .bg-primary .topPage .in_white .creativeHubGlobalNav-btn {
    color: #fff;
  }
  .topPage .bg-primary .in_white .topPage .in_white .creativeHubGlobalNav-btn {
    color: #fff;
  }
  .topPage .in_bottomWhite .topPage .in_white .creativeHubGlobalNav-btn {
    color: #0f203e !important;
  }
  .header--scroll .creativeHubGlobalNav-btn {
    top: 98px;
  }
}
@media screen and (min-width: 769px) {
  .creativeHubGlobalNav-btn {
    display: none;
  }
}
.open-creativeHubGlobalNav .creativeHubGlobalNav-btn {
  opacity: 0 !important;
  pointer-events: none !important;
}
.topPage .creativeHubGlobalNav-btn {
  color: #fff;
  opacity: 0;
  pointer-events: none;
}
.gNavLoaded .creativeHubGlobalNav-btn {
  opacity: 1;
  pointer-events: auto;
}
.topPage.gNavLoaded .creativeHubGlobalNav-btn {
  opacity: 1;
  pointer-events: auto;
}
.creativeHubGlobalNav-btn.in_white {
  color: #0f203e;
}
.creativeHubGlobalNav-btn.in_white.bg-primary {
  color: #fff;
}
.creativeHubGlobalNav-btn.in_bottomWhite {
  color: #0f203e !important;
}
.creativeHubGlobalNav-btn-close {
  position: absolute;
  top: 36px;
  right: 16px;
  z-index: 100;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 40px;
  height: 24px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-appearance: none;
}
@media screen and (min-width: 769px) {
  .creativeHubGlobalNav-btn-close {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .creativeHubGlobalNav-btn-close {
    display: none;
  }
  [open] .creativeHubGlobalNav-btn-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.creativeHubGlobalNav-btn-close-line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 0;
  height: 2px;
  background-color: #fff;
}
.creativeHubGlobalNav-btn-close-line:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
[open] .creativeHubGlobalNav-btn-close-line:nth-child(1) {
  -webkit-animation-name: btnClose1;
          animation-name: btnClose1;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.creativeHubGlobalNav-btn-close-line:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
[open] .creativeHubGlobalNav-btn-close-line:nth-child(2) {
  -webkit-animation-name: btnClose2;
          animation-name: btnClose2;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media screen and (max-width: 768px) {
  .creativeHubGlobalNav-list {
    margin-top: 72px;
  }
}
.creativeHubGlobalNav-list-item {
  font-weight: 400;
  font-family: "AvenirNextLTPro-Bold";
  line-height: 1;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
@media screen and (min-width: 769px) {
  .creativeHubGlobalNav-list-item {
    overflow: hidden;
    padding: 0 1px;
    height: 19px;
    font-size: 1.8rem;
  }
  .creativeHubGlobalNav-list-item:nth-child(2) {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .creativeHubGlobalNav-list-item:nth-child(3) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .creativeHubGlobalNav-list-item:nth-child(4) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .topPage .creativeHubGlobalNav-list-item {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  .gNavLoaded .creativeHubGlobalNav-list-item {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (max-width: 768px) {
  .creativeHubGlobalNav-list-item {
    font-size: 2rem;
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  .open-creativeHubGlobalNav .creativeHubGlobalNav-list-item {
    -webkit-animation-name: fadeInRight;
            animation-name: fadeInRight;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .creativeHubGlobalNav-list-item:nth-child(2) {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
  .creativeHubGlobalNav-list-item:nth-child(3) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .creativeHubGlobalNav-list-item:nth-child(4) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
}
@media screen and (min-width: 769px) {
  .creativeHubGlobalNav-list-item + .creativeHubGlobalNav-list-item {
    margin-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  .creativeHubGlobalNav-list-item + .creativeHubGlobalNav-list-item {
    margin-top: 56px;
  }
}
.creativeHubGlobalNav-list-item-link {
  display: block;
  letter-spacing: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .creativeHubGlobalNav-list-item-link {
    color: #0f203e;
  }
  .creativeHubGlobalNav-list-item-link:hover {
    -webkit-transform: translate(6.5762240845px, -53%);
            transform: translate(6.5762240845px, -53%);
  }
  .topPage .creativeHubGlobalNav-list-item-link {
    color: #fff;
  }
  .in_white .creativeHubGlobalNav-list-item-link {
    color: #0f203e;
  }
  .bg-primary .in_white .creativeHubGlobalNav-list-item-link {
    color: #fff;
  }
}
@media screen and (min-width: 769px) {
  .topPage .in_white .creativeHubGlobalNav-list-item-link {
    color: #0f203e;
  }
  .bg-primary .topPage .in_white .creativeHubGlobalNav-list-item-link {
    color: #fff;
  }
  .topPage .bg-primary .in_white .creativeHubGlobalNav-list-item-link {
    color: #fff;
  }
  .topPage .in_bottomWhite .creativeHubGlobalNav-list-item-link {
    color: #0f203e !important;
  }
}
@media screen and (max-width: 768px) {
  .creativeHubGlobalNav-list-item-link {
    color: #fff;
  }
}
.creativeHubGlobalNav-list-item-link::after {
  display: block;
  margin-top: 2px;
  color: #b2bac7;
  -webkit-transform: translateX(-6.5762240845px);
          transform: translateX(-6.5762240845px);
}
@media screen and (min-width: 769px) {
  .creativeHubGlobalNav-list-item-link::after {
    content: attr(data-label);
  }
  .topPage .in_bottomWhite .creativeHubGlobalNav-list-item-link::after {
    color: #b2bac7 !important;
  }
}
.in_white .creativeHubGlobalNav-list-item-link::after {
  color: #b2bac7;
}
.bg-primary .in_white .creativeHubGlobalNav-list-item-link::after {
  color: #b2bac7;
}
.creativeHubGlobalNav-dialog {
  pointer-events: auto;
}
@media screen and (min-width: 769px) {
  .creativeHubGlobalNav-dialog {
    display: contents;
  }
}
@media screen and (max-width: 768px) {
  .creativeHubGlobalNav-dialog {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding: 36px 24px;
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
    background-color: transparent;
    opacity: 0;
    -webkit-transition: top 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    transition: top 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    pointer-events: none;
  }
  .open-creativeHubGlobalNav .creativeHubGlobalNav-dialog {
    opacity: 1;
    pointer-events: auto;
  }
  .header--scroll .creativeHubGlobalNav-dialog {
    top: 64px;
  }
  .creativeHubGlobalNav-dialog::-ms-backdrop {
    top: 0;
    background-color: rgba(15, 32, 62, 0.8);
    -ms-transition: top 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    transition: top 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  }
  .creativeHubGlobalNav-dialog::backdrop {
    top: 0;
    background-color: rgba(15, 32, 62, 0.8);
    -webkit-transition: top 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    transition: top 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  }
  .header--scroll .creativeHubGlobalNav-dialog::-ms-backdrop {
    top: 64px;
  }
  .header--scroll .creativeHubGlobalNav-dialog::backdrop {
    top: 64px;
  }
}
.creativeHubGlobalNav-dialog-logo {
  display: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  letter-spacing: 0;
  font-family: "AvenirNextLTPro-Bold";
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .creativeHubGlobalNav-dialog-logo {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .creativeHubGlobalNav-dialog-logo {
    font-size: 1.9rem;
  }
  .open-creativeHubGlobalNav .creativeHubGlobalNav-dialog-logo {
    display: block;
  }
}

.creativeHubTtl-page {
  position: relative;
  letter-spacing: 0;
  font-weight: 400;
  font-family: "AvenirNextLTPro-Bold";
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .creativeHubTtl-page {
    margin-bottom: 64px;
    padding-left: 24px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .creativeHubTtl-page {
    margin-bottom: 24px;
    padding-left: 12px;
    font-size: 1.2rem;
  }
}
.creativeHubTtl-page-slash {
  position: absolute;
  display: block;
  overflow: hidden;
  width: auto;
  aspect-ratio: 2/3;
  -webkit-transition: 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (min-width: 769px) {
  .creativeHubTtl-page-slash {
    right: calc(100% - 20px);
    height: 16px;
  }
}
@media screen and (max-width: 768px) {
  .creativeHubTtl-page-slash {
    right: calc(100% - 8px);
    height: 12px;
  }
}
.creativeHubTtl-page-slash::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 600px;
  background-color: #0f203e;
  -webkit-transition: 1s;
  transition: 1s;
}
@media screen and (min-width: 769px) {
  .creativeHubTtl-page-slash::before {
    width: 3px;
    -webkit-transform: skewX(-20deg) translateX(-3700%);
            transform: skewX(-20deg) translateX(-3700%);
  }
}
@media screen and (max-width: 768px) {
  .creativeHubTtl-page-slash::before {
    width: 2px;
    -webkit-transform: skewX(-20deg) translateX(-5500%);
            transform: skewX(-20deg) translateX(-5500%);
  }
}
.creativeHubTtl-page-body {
  display: block;
}
.creativeHubTtl-01 {
  position: relative;
  letter-spacing: 0;
  font-weight: 400;
  font-family: "AvenirNextLTPro-Bold";
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .creativeHubTtl-01 {
    padding-left: 27px;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 768px) {
  .creativeHubTtl-01 {
    padding-left: 16px;
    font-size: 2rem;
  }
}
.creativeHubTtl-01-slash {
  position: absolute;
  top: 0.12em;
  display: block;
  overflow: hidden;
  width: auto;
  height: 500px;
  aspect-ratio: 2/3;
  -webkit-transition: 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (min-width: 769px) {
  .creativeHubTtl-01-slash {
    right: calc(100% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .creativeHubTtl-01-slash {
    right: calc(100% - 12px);
  }
}
.windows-os .creativeHubTtl-01-slash {
  top: 0.015em;
}
@media screen and (min-width: 769px) {
  .animated .creativeHubTtl-01-slash {
    height: 29px;
  }
}
@media screen and (max-width: 768px) {
  .animated .creativeHubTtl-01-slash {
    height: 16px;
  }
}
.creativeHubTtl-01-slash::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 600px;
  background-color: #0f203e;
  -webkit-transition: 1s;
  transition: 1s;
}
@media screen and (min-width: 769px) {
  .creativeHubTtl-01-slash::before {
    width: 5px;
    -webkit-transform: rotate(20.25deg);
            transform: rotate(20.25deg);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
}
@media screen and (max-width: 768px) {
  .creativeHubTtl-01-slash::before {
    width: 3px;
    -webkit-transform: rotate(20.25deg);
            transform: rotate(20.25deg);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
}
.bg-primary .creativeHubTtl-01-slash::before {
  background-color: #fff;
}
[data-bg=bottomWhite] .creativeHubTtl-01-slash::before {
  background-color: #0f203e !important;
}
.creativeHubTtl-01-body {
  display: block;
  opacity: 0;
}
.animated .creativeHubTtl-01-body {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
          animation-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.creativeHubTtl-02 {
  color: #7b899f;
  letter-spacing: 0;
  font-weight: 400;
  font-family: "AvenirNextLTPro-Regular";
  line-height: 1;
  opacity: 0.7;
}
@media screen and (min-width: 769px) {
  .creativeHubTtl-02 {
    font-size: clamp(5.4rem, 7vw, 9.6rem);
  }
}
@media screen and (max-width: 768px) {
  .creativeHubTtl-02 {
    font-size: 5.4rem;
  }
}
.creativeHubTtl-02-txt {
  margin-top: 16px;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .creativeHubTtl-02-txt {
    font-size: clamp(1.5rem, 1.5vw, 2.4rem);
    line-height: 1.75;
  }
  .contactPage .creativeHubTtl-02-txt {
    margin-top: 32px;
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 768px) {
  .creativeHubTtl-02-txt {
    font-size: 1.3rem;
    line-height: 1.7461538462;
  }
  .contactPage .creativeHubTtl-02-txt {
    margin-top: 16px;
    margin-bottom: 32px;
  }
}

@-moz-document url-prefix() {
  .creativeHubTtl-01-slash {
    top: 0;
  }
}
.creativeHubLoading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  background-color: #0f203e;
  color: #fff;
}
.loaded .creativeHubLoading {
  opacity: 0;
  -webkit-transition: 0.3s 0.7s;
  transition: 0.3s 0.7s;
  pointer-events: none;
}
.creativeHubLoading-contents-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 400;
  font-size: 7.5rem;
  font-family: "AvenirNextLTPro-Bold";
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.loaded .creativeHubLoading-contents-item {
  gap: 20px;
}
.creativeHubLoading-contents-item-num {
  margin-top: 0.1em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.creativeHubLoading-contents-item-arrow {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 0;
  width: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.creativeHubLoading-contents-item-arrow img {
  max-width: none;
  width: 51px;
  height: 31px;
  line-height: 1;
}
.loaded .creativeHubLoading-contents-item-arrow {
  position: static;
  min-width: 51px;
  width: 51px;
  opacity: 1;
}
.creativeHubLoading-contents-item-one {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.1em;
  min-width: 0;
  width: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.loaded .creativeHubLoading-contents-item-one {
  position: static;
  min-width: 50px;
  width: 50px;
  opacity: 1;
}
.creativeHubLoading-contents-progress {
  margin: 24px auto 0;
  width: 200px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.loaded .creativeHubLoading-contents-progress {
  opacity: 0;
}
.creativeHubLoading-contents-progress-bar {
  width: 0;
  height: 100%;
  background-color: #fff;
}

.creativeHubButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #0f203e;
  background-image: url("../img/common/arrow-primary.svg");
  background-position: right 8px center;
  background-repeat: no-repeat;
  color: #0f203e;
  letter-spacing: 0;
  font-weight: 700;
  font-family: "AvenirNextLTPro-Bold", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Prompt", "Montserrat", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 769px) {
  .creativeHubButton {
    padding: 0 12px;
    width: 320px;
    height: 64px;
    background-size: 36px auto;
    font-size: 2rem;
  }
  .creativeHubButton:hover {
    margin-right: -10px;
    width: 330px;
  }
}
@media screen and (max-width: 768px) {
  .creativeHubButton {
    padding: 0 8px;
    width: 154px;
    height: 44px;
    background-size: 24px auto;
    font-size: 1.1rem;
  }
}
.creativeHubTopApproachContents .creativeHubButton {
  border-bottom: 1px solid #fff;
  background-image: url("../img/common/arrow-white.svg");
  color: #fff;
}
@media screen and (min-width: 769px) {
  .creativeHubTopApproachContents .creativeHubButton {
    width: 240px;
  }
  .creativeHubTopApproachContents .creativeHubButton:hover {
    margin-right: -10px;
    width: 250px;
  }
}
@media screen and (max-width: 768px) {
  .creativeHubTopApproachContents .creativeHubButton {
    width: 154px;
    height: 44px;
  }
}
.creativeHubButton-body {
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .creativeHubButton-body {
    height: 42px;
  }
  :hover > .creativeHubButton-body > .creativeHubButton-body-txt {
    -webkit-transform: translate(7.6145752557px, -50%);
            transform: translate(7.6145752557px, -50%);
  }
}
@media screen and (max-width: 768px) {
  .creativeHubButton-body {
    height: 18px;
  }
}
.creativeHubButton-body-txt {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.creativeHubButton-body-txt::after {
  content: attr(data-label);
  display: block;
  margin-top: 2px;
  -webkit-transform: translateX(-7.6145752557px);
          transform: translateX(-7.6145752557px);
}

.creativeHubHeader {
  right: 0;
  left: 0;
  z-index: 100;
  margin: auto;
  -webkit-transition: 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
@media screen and (min-width: 769px) {
  .creativeHubHeader {
    position: fixed;
    top: 0;
    padding-top: 64px;
  }
  .header--scroll .creativeHubHeader {
    top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .creativeHubHeader {
    position: absolute;
    top: 32px;
    padding-top: 64px;
  }
  .topPage .creativeHubHeader {
    padding-top: 0;
  }
  .header--scroll .creativeHubHeader {
    padding-top: 64px;
  }
}
@media screen and (max-width: 768px) {
  .creativeHubHeader .wrap {
    padding-inline: 24px;
  }
}
.creativeHubHeader-logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  pointer-events: auto;
}
@media screen and (min-width: 769px) {
  .creativeHubHeader-logo {
    margin-bottom: 72px;
  }
}
@media screen and (max-width: 768px) {
  .creativeHubHeader-logo {
    width: 167px;
  }
}
.open-creativeHubGlobalNav .creativeHubHeader-logo {
  opacity: 0 !important;
  pointer-events: none !important;
}
.topPage .creativeHubHeader-logo {
  opacity: 0;
}
.creativeHubHeader-logo-link {
  display: block;
  width: 100%;
  height: 100%;
  color: #0f203e;
  font-family: "AvenirNextLTPro-Bold";
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .creativeHubHeader-logo-link {
    font-size: 2.6rem;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .creativeHubHeader-logo-link:hover {
    color: #b2bac7;
  }
}
@media screen and (max-width: 768px) {
  .creativeHubHeader-logo-link {
    font-size: 1.9rem;
  }
}
.topPage .creativeHubHeader-logo-link {
  color: #fff;
}
.in_white .creativeHubHeader-logo-link {
  color: #0f203e;
}
.in_white .creativeHubHeader-logo-link:hover {
  color: #b2bac7;
}
.bg-primary .in_white .creativeHubHeader-logo-link {
  color: #fff;
}
.bg-primary .in_white .creativeHubHeader-logo-link:hover {
  color: rgba(255, 255, 255, 0.75);
}
.in_bottomWhite .creativeHubHeader-logo-link {
  color: #0f203e;
}
.in_bottomWhite .creativeHubHeader-logo-link:hover {
  color: #b2bac7;
}
.gNavLoaded .creativeHubHeader-logo {
  opacity: 1;
}

.articleList {
  container: articleList/inline-size;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .articleList {
    gap: 60px 30px;
  }
}
@media screen and (max-width: 768px) {
  .articleList {
    gap: 20px;
  }
}
.articleList-item {
  display: block;
  list-style: none;
}

.creativeHubContact {
  position: relative;
  background-color: #f0f1f4;
}
@media screen and (min-width: 769px) {
  .creativeHubContact {
    padding: 114px 0 320px;
  }
}
@media screen and (max-width: 768px) {
  .creativeHubContact {
    padding: 56px 0 150px;
  }
}
.creativeHubContact .creativeHubTtl-02-txt {
  color: #0f203e;
}
.creativeHubContact-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 80px;
}
@media screen and (min-width: 769px) {
  .creativeHubContact-contents {
    margin-top: 88px;
  }
}
@media screen and (max-width: 768px) {
  .creativeHubContact-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 24px;
  }
}
.creativeHubFooter {
  background-color: #f0f1f4;
}
@media screen and (min-width: 769px) {
  .creativeHubFooter {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .creativeHubFooter {
    padding-bottom: 24px;
  }
}
.contactPage .creativeHubFooter {
  background-color: #fff;
}
.creativeHubFooter-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.creativeHubFooter-contents-item-link {
  color: #7b899f;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .creativeHubFooter-contents-item-link {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .creativeHubFooter-contents-item-link {
    font-size: 0.9rem;
  }
}
.creativeHubFooter-contents-item-logo {
  display: block;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .creativeHubFooter-contents-item-logo {
    max-width: 112px;
  }
}
.creativeHubFooter-contents-item-copy {
  margin-top: 16px;
  color: #7b899f;
}
@media screen and (min-width: 769px) {
  .creativeHubFooter-contents-item-copy {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .creativeHubFooter-contents-item-copy {
    font-size: 0.9rem;
  }
}

.creativeHubTopMv {
  position: relative;
}
.creativeHubTopMv-movie {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .creativeHubTopMv-movie {
    height: 100dvh;
  }
}
@media screen and (max-width: 768px) {
  .creativeHubTopMv-movie {
    height: 100dvh;
  }
  .gNavLoaded .creativeHubTopMv-movie {
    width: 100%;
    height: 100dvw;
    aspect-ratio: 1;
  }
}
.creativeHubTopMv-movie video {
  max-width: none;
  width: 100%;
  height: calc(100% + 4px);
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.creativeHubTopMv-scroller {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  margin: auto;
  width: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .creativeHubTopMv-scroller {
    height: 160px;
  }
}
@media screen and (max-width: 768px) {
  .creativeHubTopMv-scroller {
    display: none;
  }
}
.gNavLoaded .creativeHubTopMv-scroller {
  opacity: 1;
}
.creativeHubTopMv-scroller::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 2px;
  height: 100%;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-animation: mvScroller 2s cubic-bezier(0.25, 1, 0.5, 1) infinite;
          animation: mvScroller 2s cubic-bezier(0.25, 1, 0.5, 1) infinite;
}

@-webkit-keyframes mvScroller {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  90% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes mvScroller {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  90% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
.creativeHubTopPickup {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .creativeHubTopPickup {
    padding: 200px 0 100px;
  }
}
@media screen and (max-width: 768px) {
  .creativeHubTopPickup {
    padding: 72px 0 100px;
  }
}
.creativeHubTopPickup .swiper {
  overflow: visible;
}
@media screen and (min-width: 769px) {
  .creativeHubTopPickup .swiper-slide {
    margin-right: 6.0606060606%;
    width: 38.1818181818%;
  }
}
@media screen and (max-width: 768px) {
  .creativeHubTopPickup .swiper-slide {
    margin-right: 32px;
    width: 234px;
  }
}
@media screen and (min-width: 769px) {
  .creativeHubTopPickup-slider {
    margin-top: clamp(16px, 3vw, 40px);
  }
}
@media screen and (max-width: 768px) {
  .creativeHubTopPickup-slider {
    margin-top: 16px;
  }
}
.creativeHubTopPickup-slider-item-img-hover {
  position: absolute;
  top: -200px;
  right: -200px;
  bottom: -200px;
  left: -200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  width: 140%;
  height: auto;
  aspect-ratio: 509/382;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-clip-path: polygon(0 0, 15% 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 15% 0, 0 100%, 0% 100%);
}
.creativeHubTopPickup-slider-item-img-hover img {
  width: 71.4285714286%;
  height: auto;
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.hovering .creativeHubTopPickup-slider-item-img-hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.hovering .creativeHubTopPickup-slider-item-img-hover {
  -webkit-animation-name: hovering;
          animation-name: hovering;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.hovered .creativeHubTopPickup-slider-item-img-hover {
  -webkit-animation-name: hovered;
          animation-name: hovered;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.creativeHubTopPickup-slider-item-img-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 509/382;
}
@media screen and (min-width: 769px) {
  .creativeHubTopPickup-slider-item-img-wrap {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .creativeHubTopPickup-slider-item-img-wrap {
    margin-bottom: 12px;
  }
}
.creativeHubTopPickup-slider-item-img img {
  aspect-ratio: 509/382;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.hovering .creativeHubTopPickup-slider-item-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.creativeHubTopPickup-slider-item-date {
  color: #b2bac7;
  letter-spacing: 0;
  font-weight: 400;
  font-family: "AvenirNextLTPro-Bold";
}
@media screen and (min-width: 769px) {
  .creativeHubTopPickup-slider-item-date {
    font-size: 1.6rem;
    font-size: clamp(1rem, 1.1vw, 1.6rem);
  }
  .hovering .creativeHubTopPickup-slider-item-date {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .creativeHubTopPickup-slider-item-date {
    font-size: 1rem;
  }
}
.creativeHubTopPickup-slider-item-ttl {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .creativeHubTopPickup-slider-item-ttl {
    font-size: clamp(1.2rem, 1.3vw, 2rem);
    line-height: 1.5;
  }
  .hovering .creativeHubTopPickup-slider-item-ttl {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .creativeHubTopPickup-slider-item-ttl {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.creativeHubTopWhat {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .creativeHubTopWhat {
    padding: 100px 0 144px;
  }
}
@media screen and (max-width: 1024px) {
  .creativeHubTopWhat {
    padding: 0 0 54px;
  }
}
.creativeHubTopWhat-100_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
@media screen and (min-width: 1025px) {
  .creativeHubTopWhat-100_1 {
    gap: 24px;
    margin-top: 40px;
  }
  .creativeHubTopWhat-100_1 img:nth-child(1) {
    width: auto;
    height: 110px;
  }
  .creativeHubTopWhat-100_1 img:nth-child(2) {
    width: auto;
    height: 52px;
  }
  .creativeHubTopWhat-100_1 img:nth-child(3) {
    width: auto;
    height: 104px;
  }
}
@media screen and (max-width: 1024px) {
  .creativeHubTopWhat-100_1 {
    gap: 10px;
    margin-top: 16px;
  }
  .creativeHubTopWhat-100_1 img:nth-child(1) {
    width: auto;
    height: 56px;
  }
  .creativeHubTopWhat-100_1 img:nth-child(2) {
    width: auto;
    height: 28px;
  }
  .creativeHubTopWhat-100_1 img:nth-child(3) {
    width: auto;
    height: 56px;
  }
}
.creativeHubTopWhat-subTtl {
  letter-spacing: 0.04em;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .creativeHubTopWhat-subTtl {
    margin-top: 72px;
    font-size: clamp(1.5rem, 1.5vw, 2.4rem);
  }
}
@media screen and (max-width: 1024px) {
  .creativeHubTopWhat-subTtl {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-top: 28px;
    font-size: 1.5rem;
  }
}
.creativeHubTopWhat-txt {
  letter-spacing: 0.04em;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .creativeHubTopWhat-txt {
    margin-top: 48px;
    font-size: clamp(1.2rem, 0.9vw, 1.6rem);
  }
}
@media screen and (max-width: 1024px) {
  .creativeHubTopWhat-txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 32px;
    font-size: 1.1rem;
    line-height: 2;
  }
}
.creativeHubTopWhat-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1025px) {
  .creativeHubTopWhat-contents {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 1024px) {
  .creativeHubTopWhat-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 1025px) {
  .creativeHubTopWhat-contents-body {
    width: 48.6363636364%;
  }
}
@media screen and (max-width: 1024px) {
  .creativeHubTopWhat-contents-body {
    display: contents;
  }
}
@media screen and (min-width: 1025px) {
  .creativeHubTopWhat-contents-img {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 50.303030303%;
  }
}
@media screen and (max-width: 1024px) {
  .creativeHubTopWhat-contents-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 32px;
  }
}

.creativeHubTopApproach {
  position: relative;
}
@media screen and (min-width: 769px) {
  .creativeHubTopApproachHeader {
    padding: 216px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .creativeHubTopApproachHeader {
    padding: 106px 0 0;
  }
}
.creativeHubTopApproachHeader .creativeHubTtl-02 {
  color: rgba(255, 255, 255, 0.2);
}
.creativeHubTopApproachHeader-txt {
  margin-top: 8px;
  font-weight: 700;
  line-height: 1.8333333333;
}
@media screen and (min-width: 769px) {
  .creativeHubTopApproachHeader-txt {
    font-size: clamp(1.5rem, 1.5vw, 2.4rem);
  }
}
@media screen and (max-width: 768px) {
  .creativeHubTopApproachHeader-txt {
    font-size: 1.3rem;
    line-height: 1.2307692308;
  }
}
.creativeHubTopApproachHeader-img {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .creativeHubTopApproachHeader-img {
    margin: 128px 0 0 auto;
    max-width: 1269px;
  }
}
@media screen and (max-width: 768px) {
  .creativeHubTopApproachHeader-img {
    margin-top: 80px;
  }
}
.creativeHubTopApproachContents {
  position: relative;
}
@media screen and (min-width: 769px) {
  .creativeHubTopApproachContents {
    padding-top: 200px;
    height: 300dvh;
  }
}
@media screen and (max-width: 768px) {
  .creativeHubTopApproachContents {
    overflow: hidden;
    padding-bottom: 100px;
  }
}
.creativeHubTopApproachContents.before::before {
  -webkit-transform: rotate(22deg) translateY(92.7183854567%);
          transform: rotate(22deg) translateY(92.7183854567%);
}
.creativeHubTopApproachContents.inside::before {
  opacity: 1;
  -webkit-transform: rotate(22deg) translateY(0);
          transform: rotate(22deg) translateY(0);
}
.creativeHubTopApproachContents.after::before {
  opacity: 0;
  -webkit-transform: rotate(22deg) translateY(0);
          transform: rotate(22deg) translateY(0);
}
.creativeHubTopApproachContents::before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 20%;
  display: block;
  margin: auto;
  min-height: 0;
  width: auto;
  aspect-ratio: 465.5114/1347.5834;
  background-image: url("../img/top/bg-approach-item2.svg");
  background-position: center bottom;
  background-size: auto 100%;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: rotate(22deg) translateY(92.7183854567%);
          transform: rotate(22deg) translateY(92.7183854567%);
}
@media screen and (min-width: 769px) {
  .creativeHubTopApproachContents::before {
    height: 125%;
  }
}
@media screen and (max-width: 768px) {
  .creativeHubTopApproachContents::before {
    height: 125vh;
  }
}
@media screen and (min-width: 769px) {
  .creativeHubTopApproachContents-item {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: auto;
    height: 100dvh;
    pointer-events: none;
  }
  :last-child.inside > .creativeHubTopApproachContents-item {
    position: sticky;
    top: 0;
  }
  :last-child.after > .creativeHubTopApproachContents-item {
    position: sticky;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .creativeHubTopApproachContents-item {
    padding-top: 100px;
  }
}
@media screen and (min-width: 769px) {
  .creativeHubTopApproachContents-item-wrap {
    height: 50dvh;
  }
  .creativeHubTopApproachContents-item-wrap:last-child.inside {
    position: sticky;
    top: 0;
    height: 100dvh;
  }
  .creativeHubTopApproachContents-item-wrap:last-child.after {
    position: sticky;
    top: 0;
    height: 100dvh;
  }
}
.creativeHubTopApproachContents-item-contents {
  position: relative;
}
@media screen and (min-width: 769px) {
  .creativeHubTopApproachContents-item-contents {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.creativeHubTopApproachContents-item-contents-body {
  -webkit-transition: 0.9s;
  transition: 0.9s;
}
@media screen and (min-width: 769px) {
  .creativeHubTopApproachContents-item-contents-body {
    max-width: 504px;
    width: calc(50% - 20px);
  }
}
.creativeHubTopApproachContents-item-wrap.before .creativeHubTopApproachContents-item-contents-body {
  -webkit-transform: translate(-27.6893645662px, 80px);
          transform: translate(-27.6893645662px, 80px);
}
.creativeHubTopApproachContents-item-wrap.inside .creativeHubTopApproachContents-item-contents-body {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media screen and (min-width: 769px) {
  .creativeHubTopApproachContents-item-wrap.after .creativeHubTopApproachContents-item-contents-body {
    -webkit-transform: translate(27.6893645662px, -80px);
            transform: translate(27.6893645662px, -80px);
  }
}
@media screen and (max-width: 768px) {
  .creativeHubTopApproachContents-item-wrap.after .creativeHubTopApproachContents-item-contents-body {
    -webkit-transform: translate(27.6893645662px, -80px);
            transform: translate(27.6893645662px, -80px);
  }
}
.creativeHubTopApproachContents-item-contents-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 0.01em;
  border-radius: 100px;
  background-color: #7b899f;
  color: #fff;
  text-align: center;
  letter-spacing: -0.01em;
  font-weight: 400;
  font-family: "AvenirNextLTPro-Bold";
  line-height: 1;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 769px) {
  .creativeHubTopApproachContents-item-contents-num {
    margin-bottom: 28px;
    width: 40px;
    height: 28px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .creativeHubTopApproachContents-item-contents-num {
    margin-bottom: 16px;
    width: 24px;
    height: 16px;
    font-size: 1rem;
  }
}
.windows-os .creativeHubTopApproachContents-item-contents-num {
  padding-top: 0.1em;
}
.creativeHubTopApproachContents-item-wrap.inside .creativeHubTopApproachContents-item-contents-num {
  opacity: 1;
}
.creativeHubTopApproachContents-item-contents-ttl {
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1.25;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.creativeHubTopApproachContents-item-wrap.inside .creativeHubTopApproachContents-item-contents-ttl {
  opacity: 1;
}
.creativeHubTopApproachContents-item-contents-ttl-small {
  display: block;
}
@media screen and (min-width: 769px) {
  .creativeHubTopApproachContents-item-contents-ttl-small {
    margin-bottom: 10px;
    font-size: clamp(1.3rem, 1.7vw, 2.8rem);
  }
}
@media screen and (max-width: 768px) {
  .creativeHubTopApproachContents-item-contents-ttl-small {
    margin-bottom: 5px;
    font-size: 1.3rem;
  }
}
.creativeHubTopApproachContents-item-contents-ttl-body {
  display: block;
  font-weight: 400;
  font-family: "AvenirNextLTPro-Bold";
}
@media screen and (min-width: 769px) {
  .creativeHubTopApproachContents-item-contents-ttl-body {
    font-size: clamp(3rem, 2.8vw, 5.2rem);
  }
}
@media screen and (max-width: 768px) {
  .creativeHubTopApproachContents-item-contents-ttl-body {
    font-size: 3rem;
  }
}
.creativeHubTopApproachContents-item-contents-txt {
  letter-spacing: 0.04em;
  font-weight: 700;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 769px) {
  .creativeHubTopApproachContents-item-contents-txt {
    margin-top: 48px;
    margin-bottom: 48px;
    font-size: clamp(1.2rem, 1vw, 1.6rem);
  }
}
@media screen and (max-width: 768px) {
  .creativeHubTopApproachContents-item-contents-txt {
    margin-top: 20px;
    margin-bottom: 16px;
    font-size: 1.1rem;
    line-height: 2;
  }
}
.creativeHubTopApproachContents-item-wrap.inside .creativeHubTopApproachContents-item-contents-txt {
  opacity: 1;
}
.creativeHubTopApproachContents-item-contents .creativeHubButton {
  opacity: 0;
}
.creativeHubTopApproachContents-item-wrap.inside .creativeHubTopApproachContents-item-contents .creativeHubButton {
  opacity: 1;
  pointer-events: auto;
}
.creativeHubTopApproachContents-item-contents-img {
  position: absolute;
  top: 0;
  right: -50%;
  bottom: 0;
  left: -50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: skewX(-20.25deg);
          transform: skewX(-20.25deg);
}
.creativeHubTopApproachContents-item-wrap.before .creativeHubTopApproachContents-item-contents-img {
  -webkit-animation-name: creativeHubTopApproach-item-before;
          animation-name: creativeHubTopApproach-item-before;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.creativeHubTopApproachContents-item-wrap.inside .creativeHubTopApproachContents-item-contents-img {
  -webkit-animation-name: creativeHubTopApproach-item-inside;
          animation-name: creativeHubTopApproach-item-inside;
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
  -webkit-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
          animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media screen and (min-width: 769px) {
  .creativeHubTopApproachContents-item-wrap.after .creativeHubTopApproachContents-item-contents-img {
    -webkit-animation-name: creativeHubTopApproach-item-after;
            animation-name: creativeHubTopApproach-item-after;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}
@media screen and (max-width: 768px) {
  .creativeHubTopApproachContents-item-wrap.after .creativeHubTopApproachContents-item-contents-img {
    -webkit-animation-name: creativeHubTopApproach-item-after;
            animation-name: creativeHubTopApproach-item-after;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}
.creativeHubTopApproachContents-item-contents-img-wrap {
  position: relative;
  overflow: hidden;
  max-width: 668px;
  height: auto;
  text-align: center;
  -webkit-transition: 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (min-width: 769px) {
  .creativeHubTopApproachContents-item-contents-img-wrap {
    width: 50%;
    aspect-ratio: 668/501;
  }
}
@media screen and (max-width: 768px) {
  .creativeHubTopApproachContents-item-contents-img-wrap {
    margin-top: 48px;
    width: 100%;
    aspect-ratio: 312/208;
  }
}
.creativeHubTopApproachContents-item-wrap.before .creativeHubTopApproachContents-item-contents-img-wrap {
  -webkit-transform: translate(-294.1994985159px, 850px);
          transform: translate(-294.1994985159px, 850px);
}
.creativeHubTopApproachContents-item-wrap.inside .creativeHubTopApproachContents-item-contents-img-wrap {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media screen and (min-width: 769px) {
  .creativeHubTopApproachContents-item-wrap.after .creativeHubTopApproachContents-item-contents-img-wrap {
    -webkit-transform: translate(294.1994985159px, -850px);
            transform: translate(294.1994985159px, -850px);
  }
}
@media screen and (max-width: 768px) {
  .creativeHubTopApproachContents-item-wrap.after .creativeHubTopApproachContents-item-contents-img-wrap {
    -webkit-transform: translate(294.1994985159px, -850px);
            transform: translate(294.1994985159px, -850px);
  }
}
.creativeHubTopApproachContents-item-contents-img-inner {
  position: absolute;
  top: 0;
  right: -1000px;
  bottom: 0;
  left: -1000px;
  overflow: hidden;
  margin: auto;
  height: 100%;
  -webkit-transform: skewX(20.25deg);
          transform: skewX(20.25deg);
}
.creativeHubTopApproachContents-item-contents-img img {
  max-width: none;
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scale(2);
          transform: scale(2);
}
@media screen and (min-width: 769px) {
  .creativeHubTopApproachContents-item-contents-img img {
    aspect-ratio: 668/501;
  }
}
@media screen and (max-width: 768px) {
  .creativeHubTopApproachContents-item-contents-img img {
    aspect-ratio: 312/208;
  }
}
.creativeHubTopApproachContents-item-wrap.inside .creativeHubTopApproachContents-item-contents-img img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.creativeHubTopFeatures {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  color: #0f203e;
}
@media screen and (min-width: 769px) {
  .creativeHubTopFeatures {
    padding: 200px 0 300px;
  }
}
@media screen and (max-width: 768px) {
  .creativeHubTopFeatures {
    padding: 68px 0 108px;
  }
}
.creativeHubTopFeatures-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .creativeHubTopFeatures-contents {
    margin-top: clamp(16px, 3vw, 40px);
  }
}
@media screen and (max-width: 768px) {
  .creativeHubTopFeatures-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px 0;
    margin-top: 16px;
  }
}
@media screen and (min-width: 769px) {
  .creativeHubTopFeatures-contents-item {
    width: 46.9696969697%;
  }
}
@media screen and (max-width: 768px) {
  .creativeHubTopFeatures-contents-item {
    width: 100%;
  }
}
.creativeHubTopFeatures-contents-item-link {
  position: relative;
  display: block;
}
@media screen and (min-width: 769px) {
  .creativeHubTopFeatures-contents-item-link {
    width: 100%;
    height: auto;
  }
}
.creativeHubTopFeatures-contents-item-img {
  position: relative;
  overflow: hidden;
}
.creativeHubTopFeatures-contents-item-img-hover {
  position: absolute;
  top: -200px;
  right: -200px;
  bottom: -200px;
  left: -200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  width: 140%;
  height: auto;
  aspect-ratio: 132/72;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-clip-path: polygon(0 0, 15% 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 15% 0, 0 100%, 0% 100%);
}
.creativeHubTopFeatures-contents-item-img-hover img {
  width: 71.4285714286%;
  height: auto;
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.hovering .creativeHubTopFeatures-contents-item-img-hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.hovering .creativeHubTopFeatures-contents-item-img-hover {
  -webkit-animation-name: hovering;
          animation-name: hovering;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.hovered .creativeHubTopFeatures-contents-item-img-hover {
  -webkit-animation-name: hovered;
          animation-name: hovered;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.creativeHubTopFeatures-contents-item-img img {
  aspect-ratio: 132/72;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.hovering .creativeHubTopFeatures-contents-item-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.creativeHubTopFeatures-contents-item-txt {
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .creativeHubTopFeatures-contents-item-txt {
    margin-top: 16px;
    font-size: clamp(1.3rem, 1.5vw, 2.4rem);
  }
}
@media screen and (max-width: 768px) {
  .creativeHubTopFeatures-contents-item-txt {
    margin-top: 16px;
    color: #0f203e;
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 769px) {
  .creativeHubCultureMv {
    padding: 214px 0 200px;
  }
}
@media screen and (max-width: 768px) {
  .creativeHubCultureMv {
    padding: 132px 0 64px;
  }
}
.creativeHubCultureMv-txt {
  font-weight: 700;
  line-height: 1.8333333333;
}
@media screen and (min-width: 769px) {
  .creativeHubCultureMv-txt {
    margin-top: 32px;
    margin-bottom: 80px;
    font-size: clamp(1.3rem, 1.4vw, 2.4rem);
  }
}
@media screen and (max-width: 768px) {
  .creativeHubCultureMv-txt {
    margin-top: 16px;
    margin-bottom: 40px;
    font-size: 1.3rem;
  }
}
.creativeHubCultureMv-contents {
  margin: 0 auto;
  max-width: 1124px;
}
@media screen and (max-width: 768px) {
  .creativeHubCultureMv-contents-img {
    padding: 0 10px;
  }
}
@media screen and (min-width: 769px) {
  .creativeHubCultureMv-contents-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 40px auto 0;
    width: 71.1743772242%;
  }
}
@media screen and (max-width: 768px) {
  .creativeHubCultureMv-contents-body {
    margin-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  .creativeHubCultureMv-contents-body-item + .creativeHubCultureMv-contents-body-item {
    margin-top: 24px;
  }
}
.creativeHubCultureMv-contents-body-item-ttl {
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 1.4rem;
  font-family: "AvenirNextLTPro-Bold";
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .creativeHubCultureMv-contents-body-item-ttl {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .creativeHubCultureMv-contents-body-item-txt {
    font-weight: 700;
    font-size: clamp(1.1rem, 1.2vw, 1.6rem);
    line-height: 1.75;
  }
}
@media screen and (max-width: 768px) {
  .creativeHubCultureMv-contents-body-item-txt {
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1.75;
  }
}

.creativeHubCultureSlider {
  overflow: hidden;
}
.creativeHubCultureSlider-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.creativeHubCultureSlider-item img {
  max-width: 100%;
}
@media screen and (min-width: 769px) {
  .creativeHubCultureSlider-item img[width="240"] {
    width: 240px;
  }
  .creativeHubCultureSlider-item img[width="300"] {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .creativeHubCultureSlider-item img[width="240"] {
    width: 117px;
  }
  .creativeHubCultureSlider-item img[width="300"] {
    width: 147px;
  }
}
.creativeHubCultureSlider .swiper {
  overflow: visible;
}
.creativeHubCultureSlider .swiper-slide {
  margin-top: auto;
  margin-bottom: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 769px) {
  .creativeHubCultureSlider .swiper-slide {
    margin-right: clamp(40px, 13.3%, 144px);
  }
}
@media screen and (max-width: 768px) {
  .creativeHubCultureSlider .swiper-slide {
    margin-right: 40px;
  }
}
.creativeHubCultureSlider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

@media screen and (min-width: 769px) {
  .creativeHubCulturePeople {
    padding: 200px 0;
  }
}
@media screen and (max-width: 768px) {
  .creativeHubCulturePeople {
    padding: 70px 0 120px;
  }
}
@media screen and (min-width: 769px) {
  .creativeHubCulturePeople-contents {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .creativeHubCulturePeople-contents {
    margin-top: 40px;
  }
}

@media screen and (min-width: 769px) {
  .creativeHubPeopleHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 120px;
    padding: 214px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .creativeHubPeopleHeader {
    margin-bottom: 120px;
    padding: 132px 0 0;
  }
}
.creativeHubPeopleHeader-txt {
  font-weight: 700;
  line-height: 1.8333333333;
}
@media screen and (min-width: 769px) {
  .creativeHubPeopleHeader-txt {
    max-width: 520px;
    width: 60%;
    font-size: clamp(1.3rem, 1vw, 1.6rem);
  }
}
@media screen and (max-width: 768px) {
  .creativeHubPeopleHeader-txt {
    margin-top: 16px;
    font-size: 1.3rem;
  }
}

.creativeHubPeopleList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .creativeHubPeopleList {
    container-type: inline-size;
    gap: 100px 3%;
    margin-bottom: 318px;
  }
}
@media screen and (max-width: 768px) {
  .creativeHubPeopleList {
    gap: 36px 8%;
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 769px) {
  .creativeHubPeopleList-item {
    width: 22.75%;
  }
  @container (max-width: 640px) {
    .creativeHubPeopleList-item {
      width: 31.3333333333%;
    }
  }
}
@media screen and (max-width: 768px) {
  .creativeHubPeopleList-item {
    width: 46%;
  }
}
.creativeHubPeopleList-item-link {
  display: block;
  pointer-events: none;
}
.creativeHubPeopleList-item-body-name {
  letter-spacing: 0.02em;
  font-weight: 400;
  font-family: "AvenirNextLTPro-Demi";
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .creativeHubPeopleList-item-body-name {
    margin-top: 32px;
    font-size: clamp(1.5rem, 1.4vw, 2rem);
  }
}
@media screen and (max-width: 768px) {
  .creativeHubPeopleList-item-body-name {
    margin-top: 16px;
    font-size: 1.5rem;
  }
}
.creativeHubPeopleList-item-body-position {
  letter-spacing: 0;
  font-weight: 400;
  font-family: "AvenirNextLTPro-Regular", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Prompt", "Montserrat", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.8333333333;
}
@media screen and (min-width: 769px) {
  .creativeHubPeopleList-item-body-position {
    margin-top: 6px;
    font-size: clamp(1rem, 1.2vw, 1.4rem);
  }
}
@media screen and (max-width: 768px) {
  .creativeHubPeopleList-item-body-position {
    margin-top: 3px;
    font-size: 1rem;
  }
}

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

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(-10px, 30px);
            transform: translate(-10px, 30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(-10px, 30px);
            transform: translate(-10px, 30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes creativeHubTopApproach-item-before {
  100% {
    width: 0;
  }
}
@keyframes creativeHubTopApproach-item-before {
  100% {
    width: 0;
  }
}
@-webkit-keyframes creativeHubTopApproach-item-inside {
  0% {
    width: 0;
  }
  10% {
    width: 0;
  }
  100% {
    width: 150%;
  }
}
@keyframes creativeHubTopApproach-item-inside {
  0% {
    width: 0;
  }
  10% {
    width: 0;
  }
  100% {
    width: 150%;
  }
}
@-webkit-keyframes creativeHubTopApproach-item-after {
  100% {
    width: 0;
  }
}
@keyframes creativeHubTopApproach-item-after {
  100% {
    width: 0;
  }
}
@-webkit-keyframes hovering {
  0% {
    -webkit-clip-path: polygon(0 0, 15% 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 15% 0, 0 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
  }
}
@keyframes hovering {
  0% {
    -webkit-clip-path: polygon(0 0, 15% 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 15% 0, 0 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
  }
}
@-webkit-keyframes hovered {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
  }
  98% {
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 85% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 85% 100%);
  }
  99% {
    opacity: 0;
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 85% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 85% 100%);
  }
  100% {
    opacity: 0;
    -webkit-clip-path: polygon(0 0, 15% 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 15% 0, 0 100%, 0% 100%);
  }
}
@keyframes hovered {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
  }
  98% {
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 85% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 85% 100%);
  }
  99% {
    opacity: 0;
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 85% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 85% 100%);
  }
  100% {
    opacity: 0;
    -webkit-clip-path: polygon(0 0, 15% 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 15% 0, 0 100%, 0% 100%);
  }
}
@-webkit-keyframes btnClose1 {
  0% {
    width: 0;
    -webkit-transform: rotate(45deg) translateX(40px);
            transform: rotate(45deg) translateX(40px);
  }
  100% {
    width: 100%;
    -webkit-transform: rotate(45deg) translateX(0);
            transform: rotate(45deg) translateX(0);
  }
}
@keyframes btnClose1 {
  0% {
    width: 0;
    -webkit-transform: rotate(45deg) translateX(40px);
            transform: rotate(45deg) translateX(40px);
  }
  100% {
    width: 100%;
    -webkit-transform: rotate(45deg) translateX(0);
            transform: rotate(45deg) translateX(0);
  }
}
@-webkit-keyframes btnClose2 {
  0% {
    width: 0;
    -webkit-transform: rotate(-45deg) translateX(-40px);
            transform: rotate(-45deg) translateX(-40px);
  }
  100% {
    width: 100%;
    -webkit-transform: rotate(-45deg) translateX(0);
            transform: rotate(-45deg) translateX(0);
  }
}
@keyframes btnClose2 {
  0% {
    width: 0;
    -webkit-transform: rotate(-45deg) translateX(-40px);
            transform: rotate(-45deg) translateX(-40px);
  }
  100% {
    width: 100%;
    -webkit-transform: rotate(-45deg) translateX(0);
            transform: rotate(-45deg) translateX(0);
  }
}
.fadeInDown {
  opacity: 0;
}
.fadeInDown.animated {
  -webkit-animation: fadeInDown;
          animation: fadeInDown;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fadeIn {
  opacity: 0;
}
.fadeIn.animated {
  -webkit-animation: fadeIn;
          animation: fadeIn;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fadeInUp {
  opacity: 0;
}
.fadeInUp.animated {
  -webkit-animation: fadeInUp2;
          animation: fadeInUp2;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fadeInUp2 {
  opacity: 0;
}
.fadeInUp2.animated {
  -webkit-animation: fadeInUp2;
          animation: fadeInUp2;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fadeInUp3 {
  opacity: 0;
}
.fadeInUp3.animated {
  -webkit-animation: fadeInUp3;
          animation: fadeInUp3;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fadeInRight {
  opacity: 0;
}
.fadeInRight.animated {
  -webkit-animation: fadeInRight;
          animation: fadeInRight;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fadeInLeft {
  opacity: 0;
}
.fadeInLeft.animated {
  -webkit-animation: fadeInLeft;
          animation: fadeInLeft;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@media screen and (min-width: 769px) {
  .delay-1 {
    -webkit-animation-delay: 0.25s !important;
            animation-delay: 0.25s !important;
  }
  .delay-2 {
    -webkit-animation-delay: 0.5s !important;
            animation-delay: 0.5s !important;
  }
  .delay-3 {
    -webkit-animation-delay: 0.75s !important;
            animation-delay: 0.75s !important;
  }
  .delay-4 {
    -webkit-animation-delay: 1s !important;
            animation-delay: 1s !important;
  }
  .delay-5 {
    -webkit-animation-delay: 1.25s !important;
            animation-delay: 1.25s !important;
  }
  .delay-6 {
    -webkit-animation-delay: 1.5s !important;
            animation-delay: 1.5s !important;
  }
  .delay-7 {
    -webkit-animation-delay: 1.75s !important;
            animation-delay: 1.75s !important;
  }
  .delay-8 {
    -webkit-animation-delay: 2s !important;
            animation-delay: 2s !important;
  }
  .delay-9 {
    -webkit-animation-delay: 2.25s !important;
            animation-delay: 2.25s !important;
  }
  .delay-10 {
    -webkit-animation-delay: 2.5s !important;
            animation-delay: 2.5s !important;
  }
}