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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol,
ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

caption,
table th,
table td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

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

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a img {
  border: none;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  word-break: normal;
  vertical-align: middle;
  white-space: normal;
  -webkit-appearance: none;
}

button {
  color: inherit;
}

textarea {
  overflow: auto;
  line-height: 1.5;
  white-space: pre-line;
  resize: none;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

@media print {
  html,
  body {
    width: 1600px;
    margin: 0;
  }
  body {
    -webkit-print-color-adjust: exact;
  }
  @page {
    margin: 0;
    size: 11in 14.028in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
html {
  opacity: 0.01;
  line-height: 1;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
html.is-visible.wf-active {
  opacity: 1;
}
@media (min-width: 768px) {
  html {
    font-size: 625%;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    min-height: 100vh;
    font-size: 26.6666666667vw;
  }
  html::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
}

body {
  color: rgb(0, 6, 13);
  background-color: rgb(251, 252, 253);
  font-family: work sans, sans-serif;
  line-height: 1.75;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  font-size: 0.16rem;
  font-weight: 400;
}

img,
svg {
  image-rendering: smooth;
  shape-rendering: geometricPrecision;
}

.hidden {
  display: none;
}

.trans {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
}
.trans:hover {
  opacity: 0.8;
}

.load {
  opacity: 0.001;
}
html.is-visible .load {
  opacity: 1;
}

.image-common {
  display: block;
  width: 100%;
}

.object-common {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.container {
  max-width: unset !important;
}
@media only screen and (max-width: 767.98px) {
  .container {
    min-width: 320px;
  }
}

@media (min-width: 768px) {
  .wrapper {
    width: 100%;
    max-width: 1600px;
    padding: 0 112px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1536px) and (max-width: 1599.98px) {
  .wrapper {
    max-width: 1536px;
  }
}
@media (min-width: 1280px) and (max-width: 1535.98px) {
  .wrapper {
    max-width: 1280px;
    padding: 0 8px;
  }
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .wrapper {
    max-width: 1024px;
    padding: 0 8px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .wrapper {
    max-width: 768px;
    padding: 0 8px;
  }
}
@media only screen and (max-width: 767.98px) {
  .wrapper {
    padding-right: 0.192rem;
    padding-left: 0.192rem;
  }
}

@media (min-width: 1280px) and (max-width: 1535.98px) {
  .sm {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .md {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

.header-common {
  position: sticky;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-property: height;
  transition-property: height;
}
.header-common .header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
.header-common::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-property: background;
  transition-property: background;
  background-color: #00060d;
}
@media (min-width: 1280px) {
  .header-common {
    height: 86px;
  }
  .header-common .sp-only {
    display: none !important;
  }
  .header-common .header-wrapper {
    width: calc(100% - 28px);
    max-width: 1376px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1279.98px) {
  .header-common {
    height: 71px;
  }
  .header-common .header-wrapper {
    width: 100%;
  }
  .header-common .pc-only {
    display: none !important;
  }
}

@media only screen and (max-width: 1279.98px) {
  .header-common.is-active .logo-header-primary path {
    fill: #00060d;
  }
  .header-common.is-active::before {
    background-color: #fbfcfd;
  }
}

.logo-header-primary {
  display: block;
  position: relative;
  z-index: 2;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 150px;
  height: 100%;
  margin: 0 28px;
}
.logo-header-primary path {
  -webkit-transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-property: fill;
  transition-property: fill;
  fill: #fbfcfd;
}
.logo-header-primary .object-common {
  -o-object-fit: contain;
  object-fit: contain;
}
@media only screen and (max-width: 767.98px) {
  .logo-header-primary {
    margin: 0;
  }
}

@media only screen and (max-width: 1279.98px) {
  .title-header-primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 0 15px;
    border-bottom: 1px solid #e7e9eb;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.6666666667;
    text-decoration: none;
    text-transform: uppercase;
  }
}

.label-header-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 1280px) {
  .label-header-primary {
    -webkit-transition: border 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    transition: border 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    border-bottom: 2px solid transparent;
    color: #fbfcfd;
    font-size: 16px;
    line-height: 1.75;
  }
}
@media only screen and (max-width: 1279.98px) {
  .label-header-primary {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 4px 0;
    border-bottom: 1px solid #e7e9eb;
  }
  .label-header-primary .label-wrapper {
    -webkit-transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  .label-header-primary::after {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 18px;
    height: 28px;
    margin: 0 20px 0 -10px;
    -webkit-transform: transform, opacity;
    -ms-transform: transform, opacity;
    transform: transform, opacity;
    -webkit-transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    background: url("https://shaker.com/_next/static/media/right-arrow.8e729f7f.svg") 50% 50%/100% auto no-repeat;
  }
}

@media (min-width: 1280px) {
  .label-header-primary:hover,
  .label-header-primary.is-current {
    border-bottom-color: #fbfcfd;
    opacity: 1;
  }
}

@media only screen and (max-width: 1279.98px) {
  .label-header-primary:hover .label-wrapper {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  .label-header-primary:hover::after {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 1;
  }
}

.button-header-talk.is-current {
  border-bottom-color: #fbfcfd;
}
@media (min-width: 1280px) {
  .button-header-talk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 32px;
    padding: 7px 24px;
    -webkit-transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-property: border, background, color;
    transition-property: border, background, color;
    border-bottom: 2px solid #f6c63f;
    background-color: #f6c63f;
    color: #fbfcfd;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
  }
}

@media (min-width: 1280px) {
  .button-header-talk:hover {
    border-bottom-color: #fbfcfd;
    background-color: #00217e;
  }
}

@media only screen and (max-width: 1279.98px) {
  .button-header-burger {
    position: relative;
    z-index: 2;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 68px;
    height: 100%;
    background-color: #00060d;
    cursor: pointer;
  }
  .button-header-burger::before, .button-header-burger::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-mask: 50% 50%/20px auto no-repeat;
    mask: 50% 50%/20px auto no-repeat;
    background-color: #fbfcfd;
  }
  .button-header-burger::before {
    -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" class="w-5" viewBox="0 0 448 512"><path class="fill-white" d="M0 64H448v64H0V64zM0 224H448v64H0V224zM448 384v64H0V384H448z"></path></svg>');
    mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" class="w-5" viewBox="0 0 448 512"><path class="fill-white" d="M0 64H448v64H0V64zM0 224H448v64H0V224zM448 384v64H0V384H448z"></path></svg>');
  }
  .button-header-burger::after {
    -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" class="w-5" viewBox="0 0 384 512"><path class="fill-white" d="M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z"></path></svg>');
    mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" class="w-5" viewBox="0 0 384 512"><path class="fill-white" d="M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z"></path></svg>');
    opacity: 0;
  }
}

@media only screen and (max-width: 1279.98px) {
  .button-header-burger.is-active::before {
    opacity: 0;
  }
  .button-header-burger.is-active::after {
    opacity: 1;
  }
}

.menu-header-sitemap .menu-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-header-sitemap .menu-child {
  position: relative;
}
@media (min-width: 1280px) {
  .menu-header-sitemap {
    height: 100%;
  }
  .menu-header-sitemap .menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .menu-header-sitemap .menu-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding-left: 32px;
  }
  .menu-header-sitemap .menu-child:has(.list-header-sitemap) .label-header-primary::after {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    margin-left: 4px;
    background-color: #fbfcfd;
    -webkit-mask: url('data:image/svg+xml,<svg class="ml-1 w-4 h-4" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path></svg>') 50% 50%/100% auto;
    mask: url('data:image/svg+xml,<svg class="ml-1 w-4 h-4" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path></svg>') 50% 50%/100% auto;
  }
  .menu-header-sitemap .menu-child:has(.list-header-sitemap) .list-header-sitemap {
    opacity: 0;
    pointer-events: none;
  }
  .menu-header-sitemap .menu-child:has(.list-header-sitemap):hover .list-header-sitemap {
    opacity: 1;
    pointer-events: auto;
  }
  .menu-header-sitemap .list-header-sitemap {
    position: absolute;
    top: 100%;
    left: 0;
  }
}
@media only screen and (max-width: 1279.98px) {
  .menu-header-sitemap {
    border-color: #e7e9eb;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.75;
    text-transform: uppercase;
  }
  .menu-header-sitemap .menu-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .menu-header-sitemap .menu-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

.list-header-sitemap {
  color: #fbfcfd;
  font-size: 16px;
  line-height: 1.75;
}
.list-header-sitemap .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-header-sitemap .item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-property: background, color;
  transition-property: background, color;
  color: inherit;
  text-decoration: none;
}
.list-header-sitemap .item-label {
  display: block;
  position: relative;
  -webkit-transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
@media (min-width: 1280px) {
  .list-header-sitemap {
    width: 288px;
    background-color: #00060d;
  }
  .list-header-sitemap .item-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px 16px;
  }
  .list-header-sitemap .item-wrapper::after {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 18px;
    height: 28px;
    margin: 0 20px 0 10px;
    -webkit-transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0;
    background: url("https://shaker.com/_next/static/media/right-arrow.8e729f7f.svg") 50% 50%/100% auto no-repeat;
  }
  .list-header-sitemap .item-wrapper:hover .item-label {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  .list-header-sitemap .item-wrapper:hover::after {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 1;
  }
  .list-header-sitemap .item-wrapper.is-events:hover {
    background-color: #f6c63f;
  }
  .list-header-sitemap .item-wrapper.is-branding:hover {
    background-color: #ae0050;
    color: #00060d;
  }
  .list-header-sitemap .item-wrapper.is-talent-attraction:hover {
    background-color: #fa0;
    color: #00060d;
  }
  .list-header-sitemap .item-wrapper.is-martech:hover {
    background-color: #45b54e;
    color: #00060d;
  }
  .list-header-sitemap .item-wrapper.is-analytics:hover {
    background-color: #0056d6;
  }
}
@media only screen and (max-width: 1279.98px) {
  .list-header-sitemap {
    margin: 20px 0 0;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
  }
  .list-header-sitemap .list-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .list-header-sitemap .item-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 16px 8px;
    border-radius: 16px;
  }
  .list-header-sitemap .item-wrapper.is-branding {
    background-color: #ae0050;
  }
  .list-header-sitemap .item-wrapper.is-branding:hover {
    background-color: #62124f;
  }
  .list-header-sitemap .item-wrapper.is-talent-attraction {
    background-color: #fa0;
  }
  .list-header-sitemap .item-wrapper.is-talent-attraction:hover {
    background-color: #693600;
  }
  .list-header-sitemap .item-wrapper.is-martech {
    background-color: #45b54e;
  }
  .list-header-sitemap .item-wrapper.is-martech:hover {
    background-color: #044114;
  }
  .list-header-sitemap .item-wrapper.is-analytics {
    background-color: #0056d6;
  }
  .list-header-sitemap .item-wrapper.is-analytics:hover {
    background-color: #00217e;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-header-sitemap .list-wrapper {
    grid-template-columns: 1fr;
  }
}

.navigation-header-sitemap::-webkit-scrollbar {
  width: 0;
  opacity: 0;
}
@media (min-width: 1280px) {
  .navigation-header-sitemap {
    position: relative;
    z-index: 2;
  }
  .navigation-header-sitemap .navigation-viewport,
  .navigation-header-sitemap .navigation-wrapper {
    height: 100%;
  }
  .navigation-header-sitemap .navigation-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (max-width: 1279.98px) {
  .navigation-header-sitemap {
    position: fixed;
    z-index: 0;
    top: 0;
    right: 0;
    left: 0;
    padding: 75px 20px 20px;
    overflow: hidden scroll;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0;
    background-color: #fbfcfd;
    pointer-events: none;
    -webkit-filter: drop-shadow(rgba(0, 0, 0, 0.07) 0 4px 3px) drop-shadow(rgba(0, 0, 0, 0.06) 0 2px 2px);
    filter: drop-shadow(rgba(0, 0, 0, 0.07) 0 4px 3px) drop-shadow(rgba(0, 0, 0, 0.06) 0 2px 2px);
  }
}

@media only screen and (max-width: 1279.98px) {
  .navigation-header-sitemap.is-active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
}

.footer-common {
  background-color: rgb(0, 6, 13);
  color: rgb(251, 252, 253);
}
.footer-common .information-logo {
  display: block;
}
.footer-common .information-logo img {
  -o-object-fit: contain;
  object-fit: contain;
}
.footer-common .information-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-common .list-item:first-child {
  margin: 0;
}
.footer-common .list-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-common .information-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.12rem;
  line-height: 1.6666666667;
}
.footer-common .information-copyright > span {
  background-color: rgb(251, 252, 253);
  width: 0.04rem;
  height: 0.04rem;
  display: inline-block;
  margin: 0 0.12rem;
}

.footer-common .information-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.12rem;
  line-height: 1.6666666667;
  margin-bottom: 0.1rem;
}

.footer-common .information-contact > span {
  background-color: rgb(251, 252, 253);
  width: 0.04rem;
  height: 0.04rem;
  display: inline-block;
  margin: 0 0.12rem;
}
.footer-common .footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer-common .content-text {
  font-weight: 700;
  margin: 0;
}
.footer-common .content-detail {
  margin-bottom: 0.12rem;
  font-size: 0.12rem;
  line-height: 1.6666666667;
}
@media (min-width: 768px) {
  .footer-common {
    padding: 32px 0;
  }
  .footer-common .footer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer-common .footer-information {
    margin-top: 20px;
  }
  .footer-common .information-logo {
    width: 150px;
    height: 86px;
    margin-bottom: 24px;
  }
  .footer-common .information-copyright {
    margin-bottom: 24px;
  }
  .footer-common .list-item {
    margin: 0 0 0 8px;
  }
  .footer-common .list-item > a {
    width: 24px;
    height: 24px;
  }
  .footer-common .button-common-primary {
    min-height: 46px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .footer-common .footer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-common .footer-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .footer-common .footer-information {
    margin-top: 12px;
  }
  .footer-common .information-logo {
    margin-bottom: 12px;
  }
  .footer-common .information-copyright {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 12px;
  }
  .footer-common .information-copyright > span {
    display: none;
  }
  .footer-common .information-copyright > a {
    margin-top: 12px;
  }
  .footer-common .information-list {
    margin-top: 12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-common {
    padding: 0.32rem 0;
  }
  .footer-common .footer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-common .footer-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .footer-common .footer-information {
    margin-top: 0.12rem;
  }
  .footer-common .information-logo {
    width: 1.5rem;
    height: 0.86rem;
    margin: 0 auto 0.12rem;
  }
  .footer-common .information-copyright {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0.12rem;
  }
  .footer-common .information-copyright > span {
    display: none;
  }
  .footer-common .information-copyright > a {
    margin-top: 0.12rem;
  }
  .footer-common .information-list {
    margin-top: 0.12rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-common .list-item {
    margin: 0 0 0 8px;
  }
  .footer-common .list-item > a {
    width: 24px;
    height: 24px;
  }
  .footer-common .button-common-primary {
    min-height: 44px;
  }
}

.information-logo.tb-hidden {
  display: none;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .information-logo.tb-show {
    display: none;
  }
  .information-logo.tb-hidden {
    display: block;
  }
}
@media only screen and (max-width: 767.98px) {
  .information-logo.tb-show {
    display: none;
  }
  .information-logo.tb-hidden {
    display: block;
  }
}

.button-chat {
  position: fixed;
  z-index: 100;
  cursor: pointer;
  width: 0.6rem;
  height: 0.6rem;
  display: block;
}
@media (min-width: 768px) {
  .button-chat {
    right: 30px;
    bottom: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-chat {
    right: 0.2rem;
    bottom: 0.3rem;
  }
}

.wow {
  visibility: hidden;
}

@media print {
  .wow {
    visibility: visible !important;
  }
}
html.is-visible.wf-active .animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
html.is-visible.wf-active .fade-in-up {
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}

@-webkit-keyframes fade-in-left {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fade-in-left {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fade-in-left {
  -webkit-animation-name: fade-in-left;
  animation-name: fade-in-left;
}

@-webkit-keyframes fade-in-right {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fade-in-right {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fade-in-right {
  -webkit-animation-name: fade-in-right;
  animation-name: fade-in-right;
}

@-webkit-keyframes fade-in-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fade-in-down {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down;
}

.skv-animate {
  visibility: hidden;
}

.skv-passed {
  visibility: visible !important;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.section-common-client {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.section-common-client .client-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-transform: uppercase;
}
.section-common-client .client-controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .section-common-client {
    padding: 80px 0;
  }
  .section-common-client .client-title {
    margin-bottom: 16px;
    font-size: 0.52rem;
    line-height: 1.2307692308;
  }
  .section-common-client .title-icon {
    width: 113px;
    margin-left: 16px;
    margin-bottom: 8px;
  }
  .section-common-client .client-detail {
    max-width: 458px;
    margin-bottom: 12px;
  }
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .section-common-client .client-detail {
    max-width: 336px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .section-common-client .client-title {
    font-size: 0.25rem;
    line-height: 1.44;
  }
  .section-common-client .title-icon {
    width: 56px;
    margin-left: 4px;
  }
  .section-common-client .client-detail {
    width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-client {
    padding: 0.4rem 0;
  }
  .section-common-client .client-title {
    margin-bottom: 0.16rem;
    font-size: 0.25rem;
    line-height: 1.44;
  }
  .section-common-client .title-icon {
    width: 0.565rem;
    margin-left: 0.08rem;
    margin-bottom: 0.08rem;
  }
  .section-common-client .client-detail {
    margin-bottom: 0.12rem;
  }
}

.list-common-client .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-common-client .item-wrapper {
  display: block;
  text-decoration: none;
}
.list-common-client .item-wrapper:hover .item-logo {
  left: -0.1rem;
}
.list-common-client .item-wrapper:hover .image-wrapper img {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.list-common-client .item-inner {
  position: relative;
}
.list-common-client .item-logo {
  position: absolute;
  border-radius: 0.16rem;
  overflow: hidden;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
}
.list-common-client .item-title {
  margin: 0;
  text-align: center;
}
.list-common-client .image-wrapper {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 0.16rem;
}
.list-common-client .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
}
@media (min-width: 768px) {
  .list-common-client {
    margin-top: 40px;
    margin-bottom: 80px;
  }
  .list-common-client .list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -40px;
  }
  .list-common-client .list-item {
    width: 33.3333333333%;
    padding: 0 40px;
  }
  .list-common-client .item-inner {
    padding-left: 40px;
  }
  .list-common-client .item-title {
    margin-top: 16px;
    font-size: 0.25rem;
    line-height: 1.44;
  }
  .list-common-client .item-logo {
    left: -30px;
    bottom: 40px;
    width: 140px;
  }
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .list-common-client .item-logo {
    width: 100px;
    left: -30px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .list-common-client .list-wrapper {
    margin: 0;
  }
  .list-common-client .list-item {
    padding: 0;
  }
  .list-common-client .item-inner {
    padding-left: 40px;
  }
  .list-common-client .item-title {
    font-size: 0.2rem;
    line-height: 1.5;
  }
  .list-common-client .item-logo {
    width: 70px;
    left: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-common-client {
    margin-top: 0.52rem;
    margin-bottom: 0.4rem;
  }
  .list-common-client .list-item {
    margin-bottom: 0.4rem;
  }
  .list-common-client .list-item:last-child {
    margin-bottom: 0;
  }
  .list-common-client .item-inner {
    padding-left: 0.4rem;
  }
  .list-common-client .item-title {
    margin-top: 0.16rem;
    font-size: 0.2rem;
    line-height: 1.5;
  }
  .list-common-client .item-logo {
    left: 0.1rem;
    bottom: 0.4rem;
    width: 1rem;
  }
}

.section-keyvisual-common .keyvisual-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-keyvisual-common .content-controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.08rem;
}
.section-keyvisual-common .content-link {
  border-style: solid;
  border-color: rgb(0, 6, 13);
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
}
.section-keyvisual-common .content-link:hover {
  border-bottom-width: 1px;
}
.section-keyvisual-common .content-title {
  display: inline-block;
  text-transform: uppercase;
  position: relative;
}
.section-keyvisual-common .title-main {
  position: relative;
  display: block;
}
.section-keyvisual-common .title-main img {
  position: absolute;
  left: 0;
}
.section-keyvisual-common .title-icon {
  position: absolute;
}
.section-keyvisual-common .keyvisual-image {
  width: 100%;
}
.section-keyvisual-common .image-wrapper {
  border-radius: 0.16rem;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .section-keyvisual-common {
    padding: 128px 0;
  }
  .section-keyvisual-common .content-link {
    font-size: 0.2rem;
    line-height: 1.5;
  }
  .section-keyvisual-common .content-title {
    margin-bottom: 50px;
    font-size: 0.72rem;
    line-height: 1;
  }
  .section-keyvisual-common .content-title.is-branding .title-icon {
    top: -128px;
    right: -100px;
  }
  .section-keyvisual-common .content-title.is-analytics .title-icon {
    top: -40px;
    right: -128px;
  }
  .section-keyvisual-common .content-title.is-talent .title-icon {
    top: -60px;
    right: 0;
  }
  .section-keyvisual-common .content-title.is-martech .title-icon {
    top: -80px;
    right: -128px;
  }
  .section-keyvisual-common .title-main {
    min-width: 400px;
  }
  .section-keyvisual-common .title-main img {
    bottom: -32px;
    margin-bottom: 8px;
  }
  .section-keyvisual-common .keyvisual-image {
    max-width: 39.9709302326%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .section-keyvisual-common .keyvisual-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 40px;
  }
}
@media (min-width: 1280px) and (max-width: 1535.98px) {
  .section-keyvisual-common .keyvisual-image {
    max-width: 503px;
  }
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .section-keyvisual-common .keyvisual-image {
    max-width: 396px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .section-keyvisual-common {
    padding: 80px 0;
  }
  .section-keyvisual-common .keyvisual-wrapper {
    display: block;
  }
  .section-keyvisual-common .keyvisual-image {
    max-width: 100%;
  }
  .section-keyvisual-common .keyvisual-content {
    padding-right: 0;
    margin-bottom: 12px;
  }
  .section-keyvisual-common .content-title {
    font-size: 0.36rem;
    line-height: 1.1666666667;
  }
  .section-keyvisual-common .content-title.is-branding .title-icon {
    width: 64px;
    top: -80px;
    right: -80px;
  }
  .section-keyvisual-common .content-title.is-analytics .title-icon {
    width: 80px;
    top: -40px;
    right: -128px;
  }
  .section-keyvisual-common .content-title.is-talent .title-icon {
    width: 80px;
    top: -40px;
    right: 0;
  }
  .section-keyvisual-common .content-title.is-martech .title-icon {
    width: 40px;
    top: -40px;
    right: -128px;
  }
  .section-keyvisual-common .title-main {
    min-width: unset;
  }
  .section-keyvisual-common .title-main img {
    bottom: -20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-keyvisual-common {
    padding: 0.4rem 0;
  }
  .section-keyvisual-common .keyvisual-wrapper {
    display: block;
  }
  .section-keyvisual-common .content-title {
    margin-bottom: 0.2rem;
    font-size: 0.36rem;
    line-height: 1.1666666667;
  }
  .section-keyvisual-common .paragraph-common-tertiary {
    margin-bottom: 0.2rem;
  }
  .section-keyvisual-common .content-title {
    margin-bottom: 0.28rem;
  }
  .section-keyvisual-common .content-title.is-branding .title-icon {
    width: 0.64rem;
    top: -0.64rem;
    right: -0.8rem;
  }
  .section-keyvisual-common .content-title.is-analytics .title-icon {
    width: 0.64rem;
    top: -0.4rem;
    right: -0.96rem;
  }
  .section-keyvisual-common .content-title.is-talent .title-icon {
    width: 0.8rem;
    top: -0.4rem;
    right: -0.8rem;
  }
  .section-keyvisual-common .content-title.is-martech .title-icon {
    width: 0.32rem;
    top: -40px;
    right: -0.8rem;
  }
  .section-keyvisual-common .content-link {
    margin-right: 0.04rem;
  }
  .section-keyvisual-common .title-main {
    min-width: 1.98rem;
  }
  .section-keyvisual-common .title-main img {
    bottom: -0.2rem;
    margin-bottom: 0.08rem;
  }
  .section-keyvisual-common .paragraph-common-secondary {
    margin-bottom: 0.52rem;
  }
}

.section-common-introduction {
  background-color: rgb(242, 242, 244);
  position: relative;
  z-index: 1;
  border-top: 0.2rem solid rgb(246 198 63);
}
.section-common-introduction .introduction-detail p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .section-common-introduction {
    padding: 80px 0;
  }
  .section-common-introduction .introduction-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-common-introduction .introduction-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 316px;
    margin-right: 7.7034883721%;
  }
  .section-common-introduction .introduction-title {
    margin-bottom: 16px;
    font-size: 0.36rem;
    line-height: 1.1666666667;
  }
  .section-common-introduction .introduction-detail {
    margin-bottom: 28px;
  }
  .section-common-introduction .introduction-detail p {
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .section-common-introduction .introduction-title {
    font-size: 0.2rem;
    line-height: 1.5;
  }
  .section-common-introduction .introduction-icon {
    width: 188px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-introduction {
    padding: 0.4rem 0;
  }
  .section-common-introduction .introduction-icon {
    width: 1.12rem;
    margin: 0 auto 0.2rem;
  }
  .section-common-introduction .introduction-title {
    margin-bottom: 0.16rem;
    font-size: 0.2rem;
    line-height: 1.5;
  }
  .section-common-introduction .introduction-detail {
    margin-bottom: 0.2rem;
  }
  .section-common-introduction .introduction-detail p {
    margin-bottom: 0.12rem;
  }
}

@media (min-width: 768px) {
  .section-common-introduction.is-sub {
    padding: 40px 0;
  }
}

.button-common-primary {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  font-weight: 700;
  background-color: rgb(246 198 63);
  text-decoration: none;
  color: rgb(251, 252, 253);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.button-common-primary.is-default {
  color: rgb(0, 6, 13);
}
.button-common-primary.is-pink {
  background-color: rgb(174, 0, 80);
}
.button-common-primary.is-yellow {
  background-color: rgb(255, 170, 0);
}
.button-common-primary.is-light-green {
  background-color: rgb(69, 181, 78);
}
.button-common-primary.is-light-blue {
  background-color: rgb(0, 86, 214);
}
.button-common-primary.is-dark-blue {
  background-color: rgb(2, 21, 55);
}
.button-common-primary.is-burgundy {
  background-color: rgb(98, 18, 79);
}
.button-common-primary:hover {
  background-color: rgb(0, 33, 126);
}
@media (min-width: 768px) {
  .button-common-primary {
    min-height: 40px;
    font-size: 0.2rem;
    line-height: 1.5;
    padding: 5px 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-primary {
    min-height: 0.35rem;
    font-size: 0.16rem;
    line-height: 1.75;
    padding: 0.03rem 0.24rem;
  }
}

.title-common-primary {
  position: relative;
  z-index: 1;
}
.title-common-primary.is-uppercase {
  text-transform: uppercase;
}
.title-common-primary.is-center {
  text-align: center;
}
.title-common-primary.is-white {
  color: rgb(251, 252, 253);
}
.title-common-primary .is-decoration {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  background-image: url(../img/about/decor_icn_01.svg);
}
@media (min-width: 768px) {
  .title-common-primary {
    font-size: 0.72rem;
    line-height: 1;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .title-common-primary {
    font-size: 0.36rem;
    line-height: 1.1666666667;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-primary {
    margin-bottom: 0.08rem;
    font-size: 0.36rem;
    line-height: 1.1666666667;
  }
}

.title-common-secondary {
  position: relative;
  z-index: 1;
}
.title-common-secondary.is-uppercase {
  text-transform: uppercase;
}
.title-common-secondary.is-white {
  color: rgb(251, 252, 253);
}
@media (min-width: 768px) {
  .title-common-secondary {
    font-size: 0.52rem;
    line-height: 1.2307692308;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .title-common-secondary {
    font-size: 0.25rem;
    line-height: 1.44;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-secondary {
    margin-bottom: 0.4rem;
    font-size: 0.25rem;
    line-height: 1.44;
  }
}

.title-common-tertiary {
  position: relative;
  z-index: 1;
}
.title-common-tertiary .title-wrapper {
  position: relative;
  display: inline-block;
}
.title-common-tertiary.is-uppercase {
  text-transform: uppercase;
}
.title-common-tertiary.is-white {
  color: rgb(251, 252, 253);
}
.title-common-tertiary.is-center {
  text-align: center;
}
@media (min-width: 768px) {
  .title-common-tertiary {
    font-size: 0.36rem;
    line-height: 1.1666666667;
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .title-common-tertiary {
    font-size: 0.2rem;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-tertiary {
    margin-bottom: 0.16rem;
    font-size: 0.2rem;
    line-height: 1.5;
  }
}

.paragraph-common {
  font-size: 0.2rem;
  line-height: 1.5;
}
.paragraph-common p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .paragraph-common {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .paragraph-common p {
    margin-bottom: 0.12rem;
  }
}

.paragraph-common-secondary p:last-child {
  margin-bottom: 0;
}
.paragraph-common-secondary strong {
  font-weight: 700;
}
@media (min-width: 768px) {
  .paragraph-common-secondary {
    font-size: 0.25rem;
    line-height: 1.44;
  }
  .paragraph-common-secondary p {
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .paragraph-common-secondary {
    font-size: 0.16rem;
    line-height: 1.75;
  }
}
@media only screen and (max-width: 767.98px) {
  .paragraph-common-secondary {
    font-size: 0.16rem;
    line-height: 1.75;
  }
}

.paragraph-common-tertiary {
  font-size: 0.16rem;
  line-height: 1.75;
}
.paragraph-common-tertiary.is-uppercase {
  text-transform: uppercase;
}
.paragraph-common-tertiary p {
  margin-bottom: 0.12rem;
}
.paragraph-common-tertiary strong {
  font-weight: 700;
}

.-rotate-12 {
  -webkit-transform: rotate(-12deg);
  -ms-transform: rotate(-12deg);
  transform: rotate(-12deg);
}

.rotate-12 {
  -webkit-transform: rotate(12deg);
  -ms-transform: rotate(12deg);
  transform: rotate(12deg);
}

.bg-pink-2 {
  background-color: rgb(244, 212, 217);
}

.bg-yellow {
  background-color: rgb(255, 220, 140);
}

.bg-yellow-2 {
  background-color: rgb(255, 216, 124);
}

.bg-light-green {
  background-color: rgb(194, 255, 186);
}

.bg-light-blue {
  background-color: rgb(209, 221, 255);
}

.bg-blue {
  background-color: rgb(0, 86, 214);
}

.text-shadow {
  text-shadow: 0 0 40px #222, 0 0 80px #222;
}

.bg-pink {
  background-color: rgb(174, 0, 80);
}

.select-common {
  border: 1px solid hsl(0, 0%, 80%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: rgb(251, 252, 253);
  position: relative;
}
.select-common .select-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block;
  background: url(../img/common/arow_icn_01.svg) center center/0.2rem 0.2rem no-repeat;
  width: 0.36rem;
  height: 0.36rem;
  border-left: 1px solid hsl(0, 0%, 80%);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}
.select-common select {
  padding: 0.02rem 0.44rem 0.02rem 0.08rem;
}

.input-common {
  border: 1px solid hsl(0, 0%, 80%);
}
@media (min-width: 768px) {
  .input-common {
    padding: 12px 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .input-common {
    padding: 0.12rem 0.04rem;
  }
}

@media (min-width: 768px) {
  .input-common-secondary {
    padding: 8px 16px;
  }
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .input-common-secondary {
    height: 44px;
  }
}
@media only screen and (max-width: 767.98px) {
  .input-common-secondary {
    padding: 0.08rem 0.16rem;
  }
}

select.input-common-secondary {
  -webkit-appearance: listbox;
  white-space: nowrap;
}

.textarea-common {
  resize: none;
}
@media (min-width: 768px) {
  .textarea-common {
    padding: 8px 16px;
    height: 160px;
  }
}
@media only screen and (max-width: 767.98px) {
  .textarea-common {
    height: 1.6rem;
    padding: 0.08rem 0.16rem;
  }
}

input,
select,
textarea {
  cursor: pointer;
  width: 100%;
  background-color: rgb(251, 252, 253);
}

select {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
select:focus {
  outline: none;
}
/*# sourceMappingURL=common.css.map */