@charset "UTF-8";
/* ==========================================================================
   Foundation
   ========================================================================== */
/* Font
   ----------------------------------------------------------------- */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("/files/roboto-latin-regular.woff2") format("woff2"), url("/files/roboto-latin-regular.woff") format("woff"); }

@font-face {
  font-family: "Roboto";
  font-style: medium;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("/files/roboto-latin-medium.woff2") format("woff2"), url("/files/roboto-latin-medium.woff") format("woff"); }

@font-face {
  font-family: "Roboto";
  font-style: bold;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("/files/roboto-latin-bold.woff2") format("woff2"), url("/files/roboto-latin-bold.woff") format("woff"); }

/* ==========================================================================
   Overwrite Bootstrap
   ========================================================================== */
/* Base
   ----------------------------------------------------------------- */
body {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.02em; }
  @media only screen and (max-width: 47.99875em) {
    body {
      font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif; } }
  @media only screen and (min-width: 48em) {
    body {
      font-family: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo"; } }
  body.browser-is-ie {
    font-family: "メイリオ", "Meiryo", sans-serif !important; }

@media only screen and (max-width: 47.99875em) {
  p {
    line-height: 1.75; } }

a:hover {
  text-decoration: none; }

.preload * {
  -webkit-transition: none !important;
  transition: none !important; }

/* container
   ----------------------------------------------------------------- */
.container {
  margin-right: auto;
  margin-left: auto; }
  @media only screen and (max-width: 61.99875em) {
    .container {
      max-width: 100%;
      padding-right: 20px;
      padding-left: 20px; } }
  @media only screen and (min-width: 62em) {
    .container {
      max-width: 1400px;
      padding-right: 100px;
      padding-left: 100px; } }
  .container > *:first-child {
    margin-top: 0; }
  .container > *:last-child {
    margin-bottom: 0; }

@media only screen and (min-width: 62em) {
  .container-special {
    max-width: 1140px;
    padding-right: 100px;
    padding-left: 100px; } }

@media only screen and (min-width: 62em) {
  .container-detail {
    max-width: 1000px;
    padding-right: 100px;
    padding-left: 100px; } }

@media only screen and (min-width: 48em) {
  .container-home {
    display: -ms-grid;
    display: grid; } }

@media only screen and (min-width: 48em) {
  .container-home .container-home__heading {
    margin-bottom: 0; } }

@media only screen and (max-width: 47.99875em) {
  .container-home .container-home__img {
    position: relative;
    width: 100%;
    height: 56.25vw;
    overflow: hidden;
    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; } }

@media only screen and (max-width: 47.99875em) {
  .container-home .container-home__img img {
    width: 100%;
    height: auto; } }

@media only screen and (min-width: 48em) {
  .container-home.-usecase {
    grid-column-gap: 40px;
    -ms-grid-rows: -webkit-max-content 1fr;
    -ms-grid-rows: max-content 1fr;
    -ms-grid-columns: 1fr 40px 40%;
        grid-template: "usecase-heading usecase-img" -webkit-max-content "usecase-content usecase-img" 1fr / 1fr 40%;
        grid-template: "usecase-heading usecase-img" max-content "usecase-content usecase-img" 1fr / 1fr 40%; } }

@media only screen and (min-width: 75em) {
  .container-home.-usecase {
    grid-column-gap: 40px;
    -ms-grid-rows: -webkit-max-content 1fr;
    -ms-grid-rows: max-content 1fr;
    -ms-grid-columns: 660px 40px 1fr;
        grid-template: "usecase-heading usecase-img" -webkit-max-content "usecase-content usecase-img" 1fr / 660px 1fr;
        grid-template: "usecase-heading usecase-img" max-content "usecase-content usecase-img" 1fr / 660px 1fr; } }

@media only screen and (min-width: 48em) {
  .container-home.-usecase .container-home__heading {
    grid-area: usecase-heading;
    margin-bottom: 0; } }

@media only screen and (min-width: 75em) {
  .container-home.-usecase .container-home__heading {
    grid-area: usecase-heading; } }

@media only screen and (min-width: 48em) {
  .container-home.-usecase .container-home__content {
    grid-area: usecase-content; } }

@media only screen and (min-width: 75em) {
  .container-home.-usecase .container-home__content {
    grid-area: usecase-content; } }

@media only screen and (min-width: 48em) {
  .container-home.-usecase .container-home__img {
    grid-area: usecase-img; } }

@media only screen and (min-width: 75em) {
  .container-home.-usecase .container-home__img {
    grid-area: usecase-img; } }

@media only screen and (min-width: 48em){
  .container-home.-usecase .container-home__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
  .container-home.-usecase .container-home__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
  .container-home.-usecase .container-home__content {
    -ms-grid-row: 2;
    -ms-grid-column: 1; }
  .container-home.-usecase .container-home__content {
    -ms-grid-row: 2;
    -ms-grid-column: 1; }
  .container-home.-usecase .container-home__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3; }
  .container-home.-usecase .container-home__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3; } }

@media only screen and (min-width: 75em){
  .container-home.-usecase .container-home__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
  .container-home.-usecase .container-home__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
  .container-home.-usecase .container-home__content {
    -ms-grid-row: 2;
    -ms-grid-column: 1; }
  .container-home.-usecase .container-home__content {
    -ms-grid-row: 2;
    -ms-grid-column: 1; }
  .container-home.-usecase .container-home__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3; }
  .container-home.-usecase .container-home__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3; } }

@media only screen and (min-width: 48em) {
  .container-home.-usecase .container-home__img img {
    width: calc(100% + 20px);
    min-width: calc(100% + 20px); } }

@media only screen and (min-width: 62em) {
  .container-home.-usecase .container-home__img img {
    width: calc(100% + 100px);
    min-width: calc(100% + 100px); } }

/**
 * クチコミ分析
 */
@media only screen and (min-width: 48em) {
  .container-home.-kuchikomi,
  .container-home.-crm {
    grid-column-gap: 40px;
    -ms-grid-rows: -webkit-max-content 1fr;
    -ms-grid-rows: max-content 1fr;
    -ms-grid-columns: 30% 40px 1fr;
        grid-template: "rev-img rev-heading" -webkit-max-content "rev-img rev-content" 1fr / 30% 1fr;
        grid-template: "rev-img rev-heading" max-content "rev-img rev-content" 1fr / 30% 1fr; } }

@media only screen and (min-width: 75em) {
  .container-home.-kuchikomi,
  .container-home.-crm {
    grid-column-gap: 40px;
    -ms-grid-rows: -webkit-max-content 1fr;
    -ms-grid-rows: max-content 1fr;
    -ms-grid-columns: 1fr 40px 53.33333%;
        grid-template: "rev-img rev-heading" -webkit-max-content "rev-img rev-content" 1fr/1fr 53.33333%;
        grid-template: "rev-img rev-heading" max-content "rev-img rev-content" 1fr/1fr 53.33333%; } }

@media only screen and (min-width: 48em) {
  .container-home.-kuchikomi .container-home__heading,
  .container-home.-crm .container-home__heading {
    grid-area: rev-heading;
    margin-bottom: 0; } }

@media only screen and (min-width: 48em) {
  .container-home.-kuchikomi .container-home__content,
  .container-home.-crm .container-home__content {
    grid-area: rev-content; } }

@media only screen and (min-width: 48em) {
  .container-home.-kuchikomi .container-home__img,
  .container-home.-crm .container-home__img {
    grid-area: rev-img; } }

@media only screen and (min-width: 48em){
  .container-home.-kuchikomi .container-home__heading,
  .container-home.-crm .container-home__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
  .container-home.-kuchikomi .container-home__content,
  .container-home.-crm .container-home__content {
    -ms-grid-row: 2;
    -ms-grid-column: 3; }
  .container-home.-kuchikomi .container-home__img,
  .container-home.-crm .container-home__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1; } }

@media only screen and (min-width: 75em){
  .container-home.-kuchikomi .container-home__heading,
  .container-home.-crm .container-home__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
  .container-home.-kuchikomi .container-home__content,
  .container-home.-crm .container-home__content {
    -ms-grid-row: 2;
    -ms-grid-column: 3; }
  .container-home.-kuchikomi .container-home__img,
  .container-home.-crm .container-home__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1; } }

@media only screen and (min-width: 48em) {
  .container-home.-kuchikomi .container-home__img img,
  .container-home.-crm .container-home__img img {
    margin-left: -20px;
    width: calc(100% + 20px);
    min-width: calc(100% + 20px); } }

@media only screen and (min-width: 62em) {
  .container-home.-kuchikomi .container-home__img img,
  .container-home.-crm .container-home__img img {
    margin-left: -100px;
    width: calc(100% + 100px);
    min-width: calc(100% + 100px); } }

/**
 * SNSアカウント分析
 */
@media only screen and (min-width: 48em) {
  .container-home.-account {
    grid-column-gap: 40px;
    -ms-grid-rows: -webkit-max-content 1fr;
    -ms-grid-rows: max-content 1fr;
    -ms-grid-columns: 65.83333% 40px 1fr;
        grid-template: "heading img" -webkit-max-content "content img" 1fr/65.83333% 1fr;
        grid-template: "heading img" max-content "content img" 1fr/65.83333% 1fr; } }

@media only screen and (min-width: 48em) {
  .container-home.-account .container-home__heading {
    grid-area: heading;
    margin-bottom: 0; } }

@media only screen and (min-width: 48em) {
  .container-home.-account .container-home__content {
    grid-area: content; } }

@media only screen and (min-width: 48em) {
  .container-home.-account .container-home__img {
    grid-area: img; } }

@media only screen and (min-width: 48em) {
  .container-home.-account .container-home__img img {
    margin-right: -20px;
    width: calc(100% + 20px);
    min-width: calc(100% + 20px); } }

@media only screen and (min-width: 62em) {
  .container-home.-account .container-home__img img {
    margin-right: -100px;
    width: calc(100% + 100px);
    min-width: calc(100% + 100px); } }

/**
 * クチコミ分析
 */
@media only screen and (min-width: 48em) {
  .container-home.-campaign {
    grid-column-gap: 40px;
    -ms-grid-rows: -webkit-max-content 1fr;
    -ms-grid-rows: max-content 1fr;
    -ms-grid-columns: 1fr 40px 30%;
        grid-template: "heading img" -webkit-max-content "content img" 1fr / 1fr 30%;
        grid-template: "heading img" max-content "content img" 1fr / 1fr 30%; }
  .container-home.-campaign > .container-home__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
  .container-home.-campaign > .container-home__content {
    -ms-grid-row: 2;
    -ms-grid-column: 1; }
  .container-home.-campaign > .container-home__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3; } }

@media only screen and (min-width: 75em) {
  .container-home.-campaign {
    grid-column-gap: 40px;
    -ms-grid-rows: -webkit-max-content 1fr;
    -ms-grid-rows: max-content 1fr;
    -ms-grid-columns: 53.33333% 40px 1fr;
        grid-template: "heading img" -webkit-max-content "content img" 1fr/53.33333% 1fr;
        grid-template: "heading img" max-content "content img" 1fr/53.33333% 1fr; }
  .container-home.-campaign > .container-home__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
  .container-home.-campaign > .container-home__content {
    -ms-grid-row: 2;
    -ms-grid-column: 1; }
  .container-home.-campaign > .container-home__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3; } }

@media only screen and (min-width: 48em) {
  .container-home.-campaign .container-home__heading {
    grid-area: heading;
    margin-bottom: 0; } }

@media only screen and (min-width: 48em) {
  .container-home.-campaign .container-home__content {
    grid-area: content; } }

@media only screen and (min-width: 48em) {
  .container-home.-campaign .container-home__img {
    grid-area: img; } }

@media only screen and (min-width: 48em){
  .container-home.-account .container-home__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
  .container-home.-account .container-home__content {
    -ms-grid-row: 2;
    -ms-grid-column: 1; }
  .container-home.-account .container-home__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3; }
  .container-home.-campaign .container-home__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
  .container-home.-campaign > .container-home__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
  .container-home.-campaign .container-home__content {
    -ms-grid-row: 2;
    -ms-grid-column: 1; }
  .container-home.-campaign > .container-home__content {
    -ms-grid-row: 2;
    -ms-grid-column: 1; }
  .container-home.-campaign .container-home__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3; }
  .container-home.-campaign > .container-home__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3; } }

@media only screen and (min-width: 75em){
  .container-home.-campaign > .container-home__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
  .container-home.-campaign > .container-home__content {
    -ms-grid-row: 2;
    -ms-grid-column: 1; }
  .container-home.-campaign > .container-home__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3; } }

@media only screen and (min-width: 48em) {
  .container-home.-campaign .container-home__img img {
    margin-right: -20px;
    width: calc(100% + 20px);
    min-width: calc(100% + 20px); } }

@media only screen and (min-width: 62em) {
  .container-home.-campaign .container-home__img img {
    margin-right: -100px;
    width: calc(100% + 100px);
    min-width: calc(100% + 100px); } }

.container-home.-panel {
  background-color: #fff;
  border-radius: 0.5rem; }
  @media only screen and (min-width: 48em) {
    .container-home.-panel {
      padding: 2.5rem; } }
  @media only screen and (max-width: 47.99875em) {
    .container-home.-panel {
      padding: 1.5rem; } }
  .container-home.-panel .container-home__img img {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    min-width: 100%; }

/* navbar
   ----------------------------------------------------------------- */
@media only screen and (max-width: 61.99875em) {
  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; } }

@media only screen and (min-width: 62em) {
  .navbar {
    max-width: 1400px;
    padding-top: 12px;
    padding-right: 40px;
    padding-bottom: 11px;
    padding-left: 50px;
    margin-right: auto;
    margin-left: auto; } }

@media only screen and (max-width: 61.99875em) {
  .navbar-brand {
    height: 20px;
    padding: 0; } }

@media only screen and (min-width: 62em) {
  .navbar-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px; } }

@media only screen and (min-width: 75em) {
  .navbar-brand {
    margin-right: 40px; } }

.navbar-brand > img {
  vertical-align: top;
  max-height: 100%; }
  @media only screen and (min-width: 62em) {
    .navbar-brand > img {
      width: 13.25vw; } }
  @media only screen and (min-width: 87.5em) {
    .navbar-brand > img {
      width: 212px; } }

@media only screen and (min-width: 62em) {
  .navbar-expand-lg .navbar-nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  font-size: 0.875rem; }
  @media only screen and (min-width: 62em) {
    .navbar-expand-lg .navbar-nav .nav-item .nav-link {
      font-size: 0.75rem; } }
  @media only screen and (min-width: 75em) {
    .navbar-expand-lg .navbar-nav .nav-item .nav-link {
      font-size: 0.8125rem; } }
  @media only screen and (min-width: 87.5em) {
    .navbar-expand-lg .navbar-nav .nav-item .nav-link {
      font-size: 0.875rem; } }

@media only screen and (max-width: 61.99875em) {
  .navbar-toggler {
    position: absolute;
    z-index: 50000;
    top: 0;
    right: 0;
    height: 60px;
    width: 60px;
    border-radius: 0;
    background-color: #1085d4; } }

@media only screen and (max-width: 61.99875em) {
  .navbar-toggler-icon {
    position: relative;
    width: 20px;
    height: 18px; } }

@media only screen and (max-width: 61.99875em) {
  .navbar-toggler-icon:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 2px;
    background: #fff;
    -webkit-transform: translate(0px, 8px) rotate(45deg);
        -ms-transform: translate(0px, 8px) rotate(45deg);
            transform: translate(0px, 8px) rotate(45deg);
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease; } }

@media only screen and (max-width: 61.99875em) {
  .navbar-toggler-icon:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 2px;
    background: #fff;
    -webkit-transform: translate(0px, -8px) rotate(-45deg);
        -ms-transform: translate(0px, -8px) rotate(-45deg);
            transform: translate(0px, -8px) rotate(-45deg);
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease; } }

@media only screen and (max-width: 61.99875em) {
  .navbar-toggler-icon > span {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; } }

@media only screen and (max-width: 61.99875em) {
  .navbar-toggler.collapsed .navbar-toggler-icon:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 2px;
    background: #fff;
    -webkit-transform: translate(0px, 0) rotate(0);
        -ms-transform: translate(0px, 0) rotate(0);
            transform: translate(0px, 0) rotate(0); } }

@media only screen and (max-width: 61.99875em) {
  .navbar-toggler.collapsed .navbar-toggler-icon:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 2px;
    background: #fff;
    -webkit-transform: translate(0px, 0) rotate(0);
        -ms-transform: translate(0px, 0) rotate(0);
            transform: translate(0px, 0) rotate(0); } }

@media only screen and (max-width: 61.99875em) {
  .navbar-toggler.collapsed .navbar-toggler-icon > span {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #fff;
    opacity: 1; } }

@media only screen and (max-width: 61.99875em) {
  .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100% !important;
    background-color: #1085d4;
    overflow: auto;
    display: block !important;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-overflow-scrolling: touch; } }

.navbar-collapse.show {
  opacity: 1;
  visibility: visible; }

.navbar-collapse.collapsing {
  -webkit-transition: none;
  transition: none;
  display: none; }

@media only screen and (max-width: 61.99875em) {
  .navbar-collapse-inner {
    overflow: auto;
    height: 100%;
    padding: 40px 20px 40px 20px; } }

@media only screen and (min-width: 62em) {
  .navbar-collapse-inner {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; } }

@media only screen and (max-width: 61.99875em) {
  .navbar-nav .nav-link {
    color: #fff; } }

@media only screen and (max-width: 61.99875em) {
  .navbar-nav.sub {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 20px;
    border-top: 1px solid #fff;
    margin-top: 20px; } }

@media only screen and (max-width: 61.99875em) {
  .navbar-nav.sub .nav-item {
    display: inline-block;
    margin-right: 20px; } }

@media only screen and (max-width: 61.99875em) {
  .navbar-nav.sub .nav-item > a {
    white-space: nowrap;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 0.75rem;
    font-weight: normal;
    opacity: 0.8; } }

@media only screen and (max-width: 61.99875em) {
  .nav-item-btn {
    width: 100%;
    margin: 8px 0 0 0 !important; } }

@media only screen and (max-width: 61.99875em) {
  .nav-item-btn > a {
    width: 100%;
    opacity: 1 !important;
    padding-top: 9px !important;
    padding-bottom: 9px !important; } }

/* nav
   ----------------------------------------------------------------- */
.nav-link {
  color: #333;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-weight: bold; }
  @media only screen and (max-width: 47.99875em) {
    .nav-link {
      font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif; } }
  @media only screen and (min-width: 48em) {
    .nav-link {
      font-family: "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo"; } }
  @media only screen and (max-width: 61.99875em) {
    .nav-link {
      padding-top: 15px;
      padding-bottom: 15px; } }
  @media only screen and (min-width: 62em) {
    .nav-link:hover, .nav-link.current {
      color: #1085d4; } }

.nav-link-muted {
  font-size: 0.875rem;
  color: #999; }

/* dropdown
   ----------------------------------------------------------------- */
.dropdown-toggle::after {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease; }
  @media only screen and (min-width: 62em) {
    .dropdown-toggle::after {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: inline-block;
      position: relative;
      top: -0.1em;
      width: 8px;
      height: 8px;
      border-style: solid;
      border-width: 0 2px 2px 0;
      margin-left: 2px;
      border-color: #333;
      -webkit-transform: translate(0, 0) rotate(45deg);
          -ms-transform: translate(0, 0) rotate(45deg);
              transform: translate(0, 0) rotate(45deg);
      -webkit-transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
      transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
      transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
      transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      content: "";
      top: 0.1em;
      margin-left: 8px; } }
  @media only screen and (max-width: 61.99875em) {
    .dropdown-toggle::after {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: inline-block;
      position: relative;
      top: -0.1em;
      width: 8px;
      height: 8px;
      border-style: solid;
      border-width: 0 2px 2px 0;
      margin-left: 2px;
      border-color: #fff;
      -webkit-transform: translate(0, 0) rotate(45deg);
          -ms-transform: translate(0, 0) rotate(45deg);
              transform: translate(0, 0) rotate(45deg);
      -webkit-transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
      transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
      transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
      transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      content: "";
      top: 0.1em;
      margin-left: 8px; } }
  @media only screen and (max-width: 61.99875em) {
    .dropdown.show .dropdown-toggle::after {
      -webkit-transform: translateY(2px) rotate(225deg);
          -ms-transform: translateY(2px) rotate(225deg);
              transform: translateY(2px) rotate(225deg);
      -webkit-transition: -webkit-transform 0.2s ease;
      transition: -webkit-transform 0.2s ease;
      transition: transform 0.2s ease;
      transition: transform 0.2s ease, -webkit-transform 0.2s ease; } }
  @media only screen and (min-width: 62em) {
    .dropdown:hover .dropdown-toggle::after {
      -webkit-transform: translateY(2px) rotate(225deg);
          -ms-transform: translateY(2px) rotate(225deg);
              transform: translateY(2px) rotate(225deg);
      -webkit-transition: -webkit-transform 0.2s ease;
      transition: -webkit-transform 0.2s ease;
      transition: transform 0.2s ease;
      transition: transform 0.2s ease, -webkit-transform 0.2s ease; } }

@media only screen and (min-width: 62em) {
  .dropdown-toggle:hover::after, .dropdown-toggle.current::after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    position: relative;
    top: -0.1em;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-width: 0 2px 2px 0;
    margin-left: 2px;
    border-color: #1085d4;
    -webkit-transform: translate(0, 0) rotate(45deg);
        -ms-transform: translate(0, 0) rotate(45deg);
            transform: translate(0, 0) rotate(45deg);
    -webkit-transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    content: "";
    top: 0.1em;
    margin-left: 8px; } }

.navbar-nav .dropdown-menu {
  border: none;
  -webkit-transform: translate3d(0, 20px, 0) scale(1);
          transform: translate3d(0, 20px, 0) scale(1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  z-index: 0; }
  @media only screen and (max-width: 61.99875em) {
    .navbar-nav .dropdown-menu {
      position: absolute;
      top: 100%;
      width: 100%;
      margin-bottom: 40px; } }
  @media only screen and (min-width: 62em) {
    .navbar-nav .dropdown-menu {
      min-width: 300px; } }

@media only screen and (max-width: 61.99875em) {
  .navbar-nav .dropdown-menu.show {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-box-shadow: 0 3px 9px 1px rgba(61, 99, 120, 0.16);
            box-shadow: 0 3px 9px 1px rgba(61, 99, 120, 0.16);
    z-index: 1; } }

@media only screen and (min-width: 62em) {
  .navbar-nav .dropdown:hover .dropdown-menu {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-box-shadow: 0 3px 9px 1px rgba(61, 99, 120, 0.16);
            box-shadow: 0 3px 9px 1px rgba(61, 99, 120, 0.16);
    z-index: 1; } }

.dropdown-item {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #1085d4;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-weight: bold;
  white-space: normal; }
  @media only screen and (max-width: 47.99875em) {
    .dropdown-item {
      font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif; } }
  @media only screen and (min-width: 48em) {
    .dropdown-item {
      font-family: "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo"; } }
  .dropdown-item:after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    position: relative;
    top: -0.1em;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    margin-left: 2px;
    border-color: #1085d4;
    -webkit-transform: translate(0, 0) rotate(45deg);
        -ms-transform: translate(0, 0) rotate(45deg);
            transform: translate(0, 0) rotate(45deg);
    -webkit-transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    content: "";
    margin-left: 8px; }
  .dropdown-item:not(:first-child) {
    border-top: 1px solid #e6f3fb; }
  @media only screen and (max-width: 61.99875em) {
    .dropdown-item:hover {
      color: #1085d4;
      text-decoration: none;
      background: #fff; } }
  @media only screen and (min-width: 62em) {
    .dropdown-item:hover {
      color: #1085d4;
      background-color: #e6f3fb; } }

.dropdown-item.blank:after {
  margin-left: 8px;
  width: 9px;
  height: 9px;
  border: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%209%209%22%20width%3D%229%22%20height%3D%229%22%3E%3Cpath%20d%3D%22M0%209V1h1v7h7v1zm2-2V0h7v7z%22%20fill%3D%22%231085d4%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }

/* card
   ----------------------------------------------------------------- */
.card-title {
  margin-bottom: 0.75rem;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.7; }
  @media only screen and (max-width: 47.99875em) {
    .card-title {
      font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif; } }
  @media only screen and (min-width: 48em) {
    .card-title {
      font-family: "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo"; } }
  .card-title:last-child {
    margin-bottom: 0; }
  .card-title.blank-link:after {
    position: relative;
    top: -0.1em; }

.card-text {
  margin-bottom: 5px;
  line-height: 1.8; }

.card-border-bottom {
  border-bottom: 1px solid #e6f3fb; }

a.card,
.card {
  text-decoration: none;
  color: #333;
  height: 100%; }
  a.card .row,
  .card .row {
    height: 100%; }
    a.card .row .card-img,
    .card .row .card-img {
      position: absolute;
      border-radius: 0;
      border-top-left-radius: calc( 0.25rem - 1px);
      border-bottom-left-radius: calc( 0.25rem - 1px);
      height: 100%;
      background-size: cover; }

.card-shadow {
  border: none;
  -webkit-box-shadow: 0 3px 9px 1px rgba(61, 99, 120, 0.16);
          box-shadow: 0 3px 9px 1px rgba(61, 99, 120, 0.16);
  -webkit-transition: -webkit-box-shadow 0.4s ease;
  transition: -webkit-box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease, -webkit-box-shadow 0.4s ease; }

@media only screen and (min-width: 48em) {
  a.card-shadow:hover {
    -webkit-box-shadow: 0 10px 20px 1px rgba(61, 99, 120, 0.25);
            box-shadow: 0 10px 20px 1px rgba(61, 99, 120, 0.25);
    -webkit-transition: -webkit-box-shadow 0.2s ease;
    transition: -webkit-box-shadow 0.2s ease;
    transition: box-shadow 0.2s ease;
    transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease; } }

.card-lg .card-title {
  font-size: 1.25rem; }

.card-text.card-text-small {
  font-size: 0.875rem; }

.card-text.card-text-xs {
  font-size: 0.75rem; }

.card-body {
  padding: 20px; }

.card-disabled {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #e6f3fb;
  pointer-events: none; }
  .card-disabled .card-title {
    color: #ccc; }
  .card-disabled .card-img-bg {
    opacity: 0.5; }
  .card-disabled .card-title {
    color: #ccc; }
  .card-disabled .card-text {
    color: #ccc; }

.card-img-bg {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%; }
  .card-img-bg > span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    z-index: 1;
    -webkit-transform: scale3d(1, 1, 1) rotate(0.01deg);
            transform: scale3d(1, 1, 1) rotate(0.01deg); }
    @media only screen and (min-width: 48em) {
      a:hover .card-img-bg > span {
        -webkit-transform: scale3d(1.05, 1.05, 1.05) rotate(0.01deg);
                transform: scale3d(1.05, 1.05, 1.05) rotate(0.01deg); } }
  .card-img-bg.-pt56per {
    height: 0;
    padding-top: 56%; }
  .card-img-bg.-pt40per {
    height: 0;
    padding-top: 40%; }
  .card-img-bg.-aspect-6-4 {
    aspect-ratio: 6 / 4; }

.card-img-right {
  border-top-right-radius: calc( 0.25rem - 1px);
  border-bottom-right-radius: calc( 0.25rem - 1px); }

.card-img-left {
  border-top-left-radius: calc( 0.25rem - 1px);
  border-bottom-left-radius: calc( 0.25rem - 1px); }

.card-link {
  color: #1085d4; }

@media only screen and (max-width: 47.99875em) {
  .card-author .card-img-right {
    height: auto;
    width: 80px;
    min-width: 80px;
    border-radius: 0; } }

@media only screen and (min-width: 48em) {
  .card-author .card-img-right {
    width: 140px;
    min-height: 100%;
    min-width: 140px; } }

@media only screen and (min-width: 62em) {
  .card-author .card-img-right {
    height: 167px;
    width: 115px;
    min-width: 115px;
    min-height: 100%; } }

.card-group .card {
  height: auto; }

.card-group {
  border-radius: 4px;
  overflow: hidden;
  border-bottom: 1px solid #eee; }

.card-usecase {
  margin-bottom: -1px !important;
  border-radius: 0; }
  @media only screen and (min-width: 36em) {
    .card-group .card-usecase {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 50%; } }
  @media only screen and (min-width: 62em) {
    .card-group .card-usecase {
      width: calc(100% / 3);
      border-radius: 0; } }
  @media only screen and (min-width: 36em) {
    .card-group.card-group-col4 .card-usecase {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 50%; } }
  @media only screen and (min-width: 62em) {
    .card-group.card-group-col4 .card-usecase {
      width: calc(100% / 4);
      border-radius: 0; } }
  @media only screen and (max-width: 47.99875em) {
    .card-group.card-group-col3 .card-usecase {
      width: 100%;
      border-left: 1px solid rgba(51, 51, 51, 0.125); } }
  @media only screen and (min-width: 48em) {
    .card-group.card-group-col3 .card-usecase {
      float: none;
      width: calc(100% / 3); } }
  @media only screen and (max-width: 47.99875em) {
    .card-usecase .card-title {
      margin-left: 55px;
      margin-bottom: 5px; } }
  @media only screen and (min-width: 48em) {
    .card-usecase .card-title {
      font-size: 1.25rem; } }
  .card-usecase .text {
    margin-bottom: 0; }
    @media only screen and (max-width: 47.99875em) {
      .card-usecase .text {
        margin-left: 55px; } }
  @media only screen and (max-width: 47.99875em) {
    .card-usecase .card-img {
      width: 60px;
      margin-left: -10px;
      float: left; } }
  @media only screen and (min-width: 48em) {
    .card-usecase .card-img {
      margin-top: -20px;
      height: 130px;
      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; } }
  @media only screen and (max-width: 47.99875em) {
    .card-usecase .card-img > img {
      height: auto; } }
  @media only screen and (min-width: 48em) {
    .card-usecase .card-img > img {
      height: auto; } }
  @media only screen and (max-width: 47.99875em) {
    .card-usecase.-other .card-body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media only screen and (max-width: 47.99875em) {
    .card-usecase.-other .card-title {
      margin-left: 0; } }
  @media only screen and (max-width: 47.99875em) {
    .card-usecase.-other .card-img {
      width: 110px; } }

/* btn
   ----------------------------------------------------------------- */
.btn {
  position: relative;
  font-weight: bold; }
  @media only screen and (max-width: 47.99875em) {
    .btn {
      width: 100%; } }
  @media only screen and (min-width: 48em) {
    .btn {
      min-width: 300px; } }
  .btn:after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    position: relative;
    top: -0.1em;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    margin-left: 2px;
    border-color: #fff;
    -webkit-transform: translate(0, 0) rotate(45deg);
        -ms-transform: translate(0, 0) rotate(45deg);
            transform: translate(0, 0) rotate(45deg);
    -webkit-transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    content: ""; }

.btn-header {
  min-width: auto;
  padding: 7px 20px; }

@media only screen and (max-width: 47.99875em) {
  .btn-lg {
    padding: 0.9375rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem; } }

@media only screen and (min-width: 48em) {
  .btn-lg {
    padding: 0.9375rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem; } }

.btn-disabled {
  background-color: #c8e3f5;
  color: #fff;
  pointer-events: none; }
  .btn-disabled:after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    position: relative;
    top: -0.1em;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    margin-left: 2px;
    border-color: #fff;
    -webkit-transform: translate(0, 0) rotate(45deg);
        -ms-transform: translate(0, 0) rotate(45deg);
            transform: translate(0, 0) rotate(45deg);
    -webkit-transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    content: ""; }

.btn-cta {
  background-color: #86D100;
  color: #fff; }
  .btn-cta:after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    position: relative;
    top: -0.1em;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    margin-left: 2px;
    border-color: #fff;
    -webkit-transform: translate(0, 0) rotate(45deg);
        -ms-transform: translate(0, 0) rotate(45deg);
            transform: translate(0, 0) rotate(45deg);
    -webkit-transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    content: ""; }
  .btn-cta:hover {
    color: #fff;
    background-color: #a2d56a; }

.btn-bottom:after {
  top: -0.2em;
  margin-left: 7px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg); }

.btn-no-arrow::after {
  display: none; }

.btn-filter {
  min-width: auto;
  background-color: #fff;
  border: 1px solid #ccc; }
  .btn-filter:after {
    display: none; }

.btn-current,
.btn-current:focus,
.btn-current:hover {
  color: #fff;
  background-color: #333;
  border-color: #333; }

/* badge
   ----------------------------------------------------------------- */
.badge {
  padding: 0.4em 0.5em;
  font-weight: normal; }

.badge.badge-primary, .badge-lg {
  background-color: #e6f3fb;
  color: #1085d4; }
  .badge.badge-primary.current, .current.badge-lg {
    background-color: #1085d4;
    color: #fff; }

@media only screen and (min-width: 48em) {
  a.badge.badge-primary:hover, a.badge-lg:hover,
  button.badge.badge-primary:hover,
  button.badge-lg:hover {
    background-color: #1085d4;
    color: #fff; } }

.badge.badge-note {
  background-color: #fbe6e6;
  color: #d41010; }

.badge-file {
  padding-top: 0.94em;
  padding-right: 1.1em;
  padding-bottom: 0.94em;
  padding-left: 1.1em;
  font-size: 1rem; }

.badge-lg {
  margin-right: 10px;
  margin-bottom: 16px;
  font-size: 0.875rem;
  padding: 0.78em 1em 0.8em 1em; }

.badge-industry {
  background-color: #777;
  color: #fff; }

.badge-kuchikomi {
  background-color: #d87fad;
  color: #fff; }

.badge-sns {
  background-color: #5cb85c;
  color: #fff; }

.badge-campaign {
  background-color: #f0ad4e;
  color: #fff; }

.badge-managed-post {
  background-color: #5c9ab8;
  color: #fff; }

.badge-textmining {
  background-color: #d1945e;
  color: #fff; }

@media only screen and (max-width: 35.99875em) {
  .page-item {
    margin-right: 3px;
    margin-left: 3px; } }

@media only screen and (min-width: 36em) {
  .page-item {
    margin-right: 5px;
    margin-left: 5px; } }

.page-link {
  background-color: #e6f3fb;
  border-radius: 4px;
  border: none;
  font-size: 0.75rem;
  padding: 0.7rem 1rem; }
  @media only screen and (min-width: 36em) {
    .page-link {
      padding: 1.035rem 1.285rem;
      font-weight: bold; } }

/**
 * 次へ
 */
.page-item.next .page-link {
  border: none; }
  .page-item.next .page-link:after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    position: relative;
    top: -0.1em;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    margin-left: 2px;
    border-color: #1085d4;
    -webkit-transform: translate(0, 0) rotate(45deg);
        -ms-transform: translate(0, 0) rotate(45deg);
            transform: translate(0, 0) rotate(45deg);
    -webkit-transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    content: "";
    margin-left: 3px; }
  @media only screen and (min-width: 48em) {
    .page-item.next .page-link:hover:after {
      border-color: #fff; } }

.page-item.next.disabled .page-link:after {
  border-color: #fff; }

/**
 * 前へ
 */
.page-item.previous .page-link:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  position: relative;
  top: -0.1em;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 0 0 2px 2px;
  margin-right: 2px;
  border-color: #1085d4;
  -webkit-transform: translate(0, 0) rotate(45deg);
      -ms-transform: translate(0, 0) rotate(45deg);
          transform: translate(0, 0) rotate(45deg);
  -webkit-transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: "";
  margin-right: 3px; }

@media only screen and (min-width: 48em) {
  .page-item.previous .page-link:hover:before {
    border-color: #fff; } }

.page-item.previous.disabled .page-link {
  background-color: #ccc;
  color: #fff; }
  .page-item.previous.disabled .page-link:before {
    border-color: #fff; }

/**
 * カレント
 */
.page-item.active .page-link {
  background-color: #333;
  color: #fff; }

/* table
   ----------------------------------------------------------------- */
.table th {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1; }
  @media only screen and (max-width: 47.99875em) {
    .table th {
      font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif; } }
  @media only screen and (min-width: 48em) {
    .table th {
      font-family: "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo"; } }

@media only screen and (max-width: 47.99875em) {
  .table-md2-column th {
    display: block; } }

@media only screen and (max-width: 47.99875em) {
  .table-md2-column td {
    display: block;
    border-top: none;
    padding-top: 0; } }

/* img
   ----------------------------------------------------------------- */
.img-border {
  position: relative; }
  .img-border:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc; }
  .img-border.img-radius:after {
    border-radius: 4px; }

.img-liquid {
  width: 100%;
  height: auto; }

.img-radius {
  border-radius: 4px; }

.figure-caption {
  font-size: 0.75rem; }

.figure-img {
  margin-bottom: 0; }

.figure-caption + .figure-img {
  margin-top: 5px;
  margin-bottom: 0; }

.figure-img + .figure-caption {
  margin-top: 5px;
  margin-bottom: 0; }

/* breadcrumb
   ----------------------------------------------------------------- */
.breadcrumb {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
  background: transparent; }
  @media only screen and (max-width: 61.99875em) {
    .breadcrumb {
      padding-top: 8px;
      padding-bottom: 8px;
      padding-right: 20px;
      padding-left: 20px; } }
  @media only screen and (min-width: 62em) {
    .breadcrumb {
      max-width: 1400px;
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 50px;
      padding-right: 50px; } }

.breadcrumbs-item {
  line-height: 1; }
  .breadcrumbs-item > a {
    color: #333; }
    @media only screen and (max-width: 47.99875em) {
      .breadcrumbs-item > a {
        font-size: 0.75rem;
        color: #ccc;
        white-space: nowrap; } }
    @media only screen and (min-width: 48em) {
      .breadcrumbs-item > a {
        font-weight: bold; } }
  .breadcrumbs-item + .breadcrumbs-item {
    position: relative;
    margin-left: 21px; }
    .breadcrumbs-item + .breadcrumbs-item:before {
      content: "";
      position: absolute;
      left: -17px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: block;
      position: absolute;
      top: 50%;
      width: 8px;
      height: 8px;
      border-style: solid;
      border-width: 2px 2px 0 0;
      -webkit-transform: translate(0, -50%) rotate(45deg);
          -ms-transform: translate(0, -50%) rotate(45deg);
              transform: translate(0, -50%) rotate(45deg);
      border-color: #333;
      -webkit-transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
      transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
      transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
      transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      content: "";
      top: 0.55em; }
      @media only screen and (max-width: 47.99875em) {
        .breadcrumbs-item + .breadcrumbs-item:before {
          border-color: #ccc;
          top: 0.6em; } }

.breadcrumb-absolute {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0; }

.rounded {
  border-radius: 4px !important; }

.rounded-0 {
  border-radius: 0 !important; }

.rounded-top {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important; }

.rounded-right {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important; }

.rounded-bottom {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important; }

.rounded-left {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important; }

@media (min-width: 576px) {
  .rounded-sm {
    border-radius: 4px !important; }
  .rounded-sm-0 {
    border-radius: 0 !important; }
  .rounded-sm-top {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important; }
  .rounded-sm-right {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important; }
  .rounded-sm-bottom {
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important; }
  .rounded-sm-left {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important; } }

@media (min-width: 768px) {
  .rounded-md {
    border-radius: 4px !important; }
  .rounded-md-0 {
    border-radius: 0 !important; }
  .rounded-md-top {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important; }
  .rounded-md-right {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important; }
  .rounded-md-bottom {
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important; }
  .rounded-md-left {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important; } }

@media (min-width: 992px) {
  .rounded-lg {
    border-radius: 4px !important; }
  .rounded-lg-0 {
    border-radius: 0 !important; }
  .rounded-lg-top {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important; }
  .rounded-lg-right {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important; }
  .rounded-lg-bottom {
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important; }
  .rounded-lg-left {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important; } }

@media (min-width: 1200px) {
  .rounded-xl {
    border-radius: 4px !important; }
  .rounded-xl-0 {
    border-radius: 0 !important; }
  .rounded-xl-top {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important; }
  .rounded-xl-right {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important; }
  .rounded-xl-bottom {
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important; }
  .rounded-xl-left {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important; } }

@media (min-width: 1400px) {
  .rounded-FULL {
    border-radius: 4px !important; }
  .rounded-FULL-0 {
    border-radius: 0 !important; }
  .rounded-FULL-top {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important; }
  .rounded-FULL-right {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important; }
  .rounded-FULL-bottom {
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important; }
  .rounded-FULL-left {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important; } }

.text-small {
  font-size: 0.875rem; }

.text-xsmall {
  font-size: 0.75rem; }

.form-group {
  margin-bottom: 24px; }
  .form-group label {
    white-space: nowrap; }

.form-btn {
  margin-top: 30px; }

/* ==========================================================================
   Object
   ========================================================================== */
/* ヘッダー
   ----------------------------------------------------------------- */
.header {
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 60000; }
  @media only screen and (max-width: 61.99875em) {
    .header {
      position: fixed;
      -webkit-box-shadow: 0 3px 9px 1px rgba(61, 99, 120, 0.16);
              box-shadow: 0 3px 9px 1px rgba(61, 99, 120, 0.16); } }
  @media only screen and (min-width: 62em) {
    .header {
      position: -webkit-sticky;
      position: sticky; } }
  @media only screen and (max-width: 74.99875em) {
    .header > .navbar {
      padding-right: 20px;
      padding-left: 20px; } }

@media only screen and (min-width: 62em) {
  .header-border {
    border-bottom: 1px solid #ccc; } }

/* コンテンツをラップするコンテナ
   ----------------------------------------------------------------- */
@media only screen and (max-width: 61.99875em) {
  .content-container {
    padding-top: 60px; } }

/* フッター
   ----------------------------------------------------------------- */
.footer {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #333; }
  @media only screen and (max-width: 47.99875em) {
    .footer {
      padding-bottom: 110px; } }
  @media only screen and (max-width: 47.99875em) {
    .footer .col-md-4 {
      position: static; } }
  @media only screen and (max-width: 47.99875em) {
    .footer .copyright {
      position: absolute;
      bottom: 60px; } }

.footer-simple {
  padding-top: 20px;
  padding-bottom: 20px; }
  .footer-simple .copyright {
    position: static; }

/* ホームのメインビジュアル
   ----------------------------------------------------------------- */
.main-visual {
  position: relative;
  background-color: #1085d4; }
  @media only screen and (min-width: 48em) {
    .main-visual {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media only screen and (max-width: 61.99875em) {
    .main-visual {
      overflow: hidden; } }
  .main-visual.-bg_wave {
    background-image: url(/files/bg_mv.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }

.main-visual__title {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 0; }
  @media only screen and (max-width: 47.99875em) {
    .main-visual__title {
      font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif; } }
  @media only screen and (min-width: 48em) {
    .main-visual__title {
      font-family: "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo"; } }
  @media only screen and (max-width: 47.99875em) {
    .main-visual__title {
      position: absolute;
      top: calc(24px + 5vw);
      left: 20px;
      font-size: 1.625rem;
      font-size: 6.93333vw; } }
  @media only screen and (min-width: 48em) {
    .main-visual__title {
      font-size: 3.28571vw; } }
  @media only screen and (min-width: 87.5em) {
    .main-visual__title {
      font-size: 2.875rem; } }

.main-visual__title.-twitter {
  padding-top: 68px;
  background-image: url(/files/img_logo_twitter_white.svg);
  background-size: 48px 39px;
  background-repeat: no-repeat;
  background-position: top center; }

.main-visual__title.-x {
  padding-top: 68px;
  background-image: url(/files/img_logo_x_white.svg);
  background-size: 48px 49.5px;
  background-repeat: no-repeat;
  background-position: top center; }
  @media only screen and (max-width: 47.99875em) {
    .main-visual__title.-x {
      width: 60%; } }

.main-visual__title.-instagram {
  padding-top: 68px;
  background-image: url(/files/img_logo_instagram_white.svg);
  background-size: 48px 48px;
  background-repeat: no-repeat;
  background-position: top center; }

.main-visual__title.-instagram-x {
  padding-top: 68px;
  background-image: url(/files/img_logo_instagram_white.svg);
  background-size: 48px 48px;
  background-repeat: no-repeat;
  background-position: top center; }

@media only screen and (min-width: 48em) {
  .main-visual__title.-has_logo {
    padding-top: 20px; } }

@media only screen and (max-width: 47.99875em) {
  .main-visual__title.-has_logo {
    padding-top: 32px;
    text-align: center; } }

@media only screen and (max-width: 47.99875em) {
  .main-visual__title.-has_logo img {
    margin-top: 4px !important; } }

.main-visual__logo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px; }
  @media only screen and (min-width: 48em) {
    .main-visual__logo-list {
      width: 460px; } }
  @media only screen and (max-width: 47.99875em) {
    .main-visual__logo-list {
      width: 52vw; } }
  @media only screen and (max-width: 47.99875em) {
    .main-visual__logo-list img {
      width: 24px;
      height: auto; } }

@media only screen and (max-width: 47.99875em) {
  .main-visual__point.-has_logo {
    text-align: center;
    width: 52vw; } }

.main-visual__inner {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media only screen and (min-width: 48em) {
    .main-visual__inner {
      padding-top: 40px;
      padding-bottom: 60px;
      min-height: 32.64286vw; } }
  @media only screen and (min-width: 87.5em) {
    .main-visual__inner {
      min-height: 457px; } }
  @media only screen and (max-width: 47.99875em) {
    .main-visual__inner {
      padding-top: 40px;
      padding-bottom: 30px; } }

@media only screen and (min-width: 48em) {
  .main-visual__image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 46.42857vw; } }

@media only screen and (min-width: 87.5em) {
  .main-visual__image {
    width: 740px; } }

@media only screen and (max-width: 47.99875em) {
  .main-visual__image {
    display: block;
    width: 72.5%;
    position: absolute;
    left: calc(-20px + 62%);
    margin-right: auto;
    margin-left: auto; } }

.main-visual__image.-badge {
  opacity: 1 !important; }
  .main-visual__image.-badge .main-visual__image-inner {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .main-visual__image.-badge .main-visual__image-inner.slick-initialized {
      opacity: 1; }
  @media only screen and (max-width: 47.99875em) {
    .main-visual__image.-badge {
      top: 20%; } }
  @media only screen and (min-width: 48em) {
    .main-visual .main-visual__image.-badge {
      top: auto;
      bottom: 70px; } }
  @media only screen and (min-width: 62em) {
    .main-visual .main-visual__image.-badge {
      bottom: 60px;
      width: 46%;
      right: 6%; } }

.main-visual__image-badge {
  height: 140px; }
  @media only screen and (max-width: 61.99875em) {
    .main-visual__image-badge {
      height: 100px; } }
  @media only screen and (max-width: 35.99875em) {
    .main-visual__image-badge {
      height: 70px; } }
  @media only screen and (min-width: 62em) {
    .main-visual__image-badge {
      height: 100px; } }
  @media only screen and (min-width: 75em) {
    .main-visual__image-badge {
      height: 140px; } }
  .main-visual__image-badge img {
    width: auto;
    height: 100%; }

.main-visual__image-badges {
  position: absolute;
  z-index: 1000;
  top: -50px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px; }
  @media only screen and (max-width: 61.99875em) {
    .main-visual__image-badges {
      top: -80px;
      left: 0;
      right: auto; } }
  @media only screen and (max-width: 35.99875em) {
    .main-visual__image-badges {
      top: -50px; } }
  @media only screen and (min-width: 62em) {
    .main-visual__image-badges {
      top: -50px;
      right: 0; } }
  @media only screen and (min-width: 75em) {
    .main-visual__image-badges {
      top: -70px; } }

.main-visual__point {
  list-style: none;
  padding-left: 0px;
  margin-top: 20px;
  margin-bottom: 0; }
  @media only screen and (max-width: 47.99875em) {
    .main-visual__point {
      margin-top: calc(40vw + 20px);
      margin-bottom: 0; } }
  @media only screen and (min-width: 48em) {
    .main-visual__point {
      width: 50%; } }
  .main-visual__point > li {
    position: relative;
    font-weight: bold;
    color: #fff; }
    @media only screen and (max-width: 47.99875em) {
      .main-visual__point > li {
        padding-left: 18px;
        font-size: 0.875rem; } }
    @media only screen and (min-width: 48em) {
      .main-visual__point > li {
        padding-left: 30px;
        font-size: 1.71429vw; } }
    @media only screen and (min-width: 87.5em) {
      .main-visual__point > li {
        font-size: 1.5rem; } }
    .main-visual__point > li + li {
      margin-top: 6px; }
    .main-visual__point > li:before, .main-visual__point > li:after {
      content: "";
      position: absolute;
      display: block;
      background-color: #f1b93d; }
    .main-visual__point > li:before {
      top: 0.6em;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
      @media only screen and (min-width: 48em) {
        .main-visual__point > li:before {
          left: 6px;
          width: 4px;
          height: 10px; } }
      @media only screen and (max-width: 47.99875em) {
        .main-visual__point > li:before {
          left: 3px;
          width: 2px;
          height: 5px; } }
    .main-visual__point > li:after {
      top: 0.6em;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
      @media only screen and (min-width: 48em) {
        .main-visual__point > li:after {
          left: 6px;
          width: 18px;
          height: 4px; } }
      @media only screen and (max-width: 47.99875em) {
        .main-visual__point > li:after {
          left: 3px;
          width: 9px;
          height: 2px; } }
  .main-visual__point .highlight {
    color: #f1b93d; }
  .main-visual__point .desc {
    display: block; }
    @media only screen and (min-width: 48em) {
      .main-visual__point .desc {
        font-size: 0.875rem; } }
    @media only screen and (max-width: 47.99875em) {
      .main-visual__point .desc {
        font-size: 0.75rem;
        font-weight: normal; } }

@media only screen and (max-width: 47.99875em) {
  .main-visual__button {
    margin-top: 30px; } }

@media only screen and (min-width: 48em) {
  .main-visual__button {
    margin-top: 40px; } }

.main-visual__bg {
  position: absolute;
  top: auto; }
  @media only screen and (min-width: 48em) {
    .main-visual__bg {
      width: calc(100% - 460px - 100px);
      right: 0;
      height: 90%;
      bottom: 0; } }
  @media only screen and (max-width: 47.99875em) {
    .main-visual__bg {
      width: 44vw;
      right: 0;
      height: 90%;
      bottom: 0;
      top: 0;
      margin: auto; } }
  .main-visual__bg img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 100%; }

.support-sns-container {
  position: relative; }
  @media only screen and (min-width: 48em) {
    .support-sns-container {
      height: 0;
      -webkit-font-smoothing: subpixel-antialiased;
      -webkit-transform: translateZ(0) scale(1, 1);
              transform: translateZ(0) scale(1, 1); } }
  @media only screen and (max-width: 47.99875em) {
    .support-sns-container {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #1085d4), color-stop(0%, #f2f9fd));
      background: -webkit-linear-gradient(top, #1085d4 50%, #f2f9fd 0%);
      background: linear-gradient(to bottom, #1085d4 50%, #f2f9fd 0%); } }
  .support-sns-container .support-sns {
    -webkit-box-shadow: 0 3px 9px 1px rgba(61, 99, 120, 0.16);
            box-shadow: 0 3px 9px 1px rgba(61, 99, 120, 0.16);
    border: none; }
    @media only screen and (min-width: 48em) {
      .support-sns-container .support-sns {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        position: absolute;
        max-width: calc(100% - 40px);
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%); } }
  .support-sns-container .support-sns__content {
    border: none; }
    @media only screen and (min-width: 48em) {
      .support-sns-container .support-sns__content {
        -webkit-box-flex: 1;
            -ms-flex: auto;
                flex: auto; } }

.support-sns {
  background-color: #fff;
  overflow: hidden;
  border-radius: 4px; }
  @media only screen and (max-width: 47.99875em) {
    .support-sns {
      width: 100%; } }
  @media only screen and (min-width: 48em) {
    .support-sns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.support-sns__ttl {
  font-weight: bold;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: 0.8125rem; }
  @media only screen and (max-width: 47.99875em) {
    .support-sns__ttl {
      font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif; } }
  @media only screen and (min-width: 48em) {
    .support-sns__ttl {
      font-family: "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo"; } }
  @media only screen and (min-width: 62em) {
    .support-sns__ttl {
      font-size: 1rem; } }

.support-sns__content {
  padding: 15px; }
  @media only screen and (min-width: 48em) {
    .support-sns__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      border-left: 1px solid #ccc;
      border-radius: 4px 0 0 4px; } }
  @media only screen and (min-width: 62em) {
    .support-sns__content {
      padding: 30px; } }
  @media only screen and (max-width: 47.99875em) {
    .support-sns__content {
      border-top: 1px solid #ccc;
      border-right: 1px solid #ccc;
      border-left: 1px solid #ccc;
      border-radius: 4px 4px 0 0; } }
  .support-sns__content > ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin-top: -8px; }
    @media only screen and (max-width: 47.99875em) {
      .support-sns__content > ul {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        display: inline; } }
    @media only screen and (min-width: 48em) {
      .support-sns__content > ul {
        margin-bottom: 0;
        margin-left: 18px; } }
    .support-sns__content > ul > li {
      width: 32px;
      margin-top: 8px; }
      @media only screen and (max-width: 47.99875em) {
        .support-sns__content > ul > li {
          display: inline-block; } }
      .support-sns__content > ul > li:not(:last-of-type) {
        margin-right: 8px; }
      .support-sns__content > ul > li img {
        width: 100%; }
  .support-sns__content > p {
    margin-top: auto;
    margin-bottom: 0;
    margin-left: 7px;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    font-weight: bold;
    font-size: 0.8125rem; }
    @media only screen and (max-width: 47.99875em) {
      .support-sns__content > p {
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif; } }
    @media only screen and (min-width: 48em) {
      .support-sns__content > p {
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo"; } }
    @media only screen and (min-width: 62em) {
      .support-sns__content > p {
        font-size: 0.875rem; } }
    @media only screen and (max-width: 47.99875em) {
      .support-sns__content > p {
        display: inline-block;
        white-space: nowrap; } }

.support-sns__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .support-sns__btn > 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;
    background-color: #86D100;
    color: #fff;
    padding: 20px; }
    @media only screen and (max-width: 47.99875em) {
      .support-sns__btn > a {
        width: 100%;
        border-radius: 0 0 4px 4px; } }
    @media only screen and (min-width: 48em) {
      .support-sns__btn > a {
        font-size: 0.8125rem; } }
    @media only screen and (min-width: 62em) {
      .support-sns__btn > a {
        padding: 0 40px;
        font-size: 1rem; } }
    .support-sns__btn > a > span {
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center;
      font-weight: bold; }
      .support-sns__btn > a > span:after {
        border-color: #fff; }

/* ページトップへ戻る
   ----------------------------------------------------------------- */
.page-top {
  position: fixed;
  border-radius: 4px;
  background-color: #333;
  z-index: 1;
  -webkit-transition: background-color 0.2s ease, opacity 0.2s ease;
  transition: background-color 0.2s ease, opacity 0.2s ease;
  opacity: 0; }
  @media only screen and (max-width: 47.99875em) {
    .page-top {
      right: 20px;
      bottom: 60px; } }
  @media only screen and (min-width: 48em) {
    .page-top {
      right: 40px;
      bottom: 40px; } }
  .page-top.active {
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease; }
    @media only screen and (max-width: 47.99875em) {
      .page-top.active {
        opacity: 0.3; } }
    @media only screen and (min-width: 48em) {
      .page-top.active {
        opacity: 1; } }
  .page-top > 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;
    position: relative;
    width: 60px;
    height: 60px;
    color: #fff; }
    .page-top > a:before {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: block;
      position: absolute;
      top: 50%;
      width: 15px;
      height: 15px;
      border-style: solid;
      border-width: 4px 0 0 4px;
      -webkit-transform: translate(0, -50%) rotate(45deg);
          -ms-transform: translate(0, -50%) rotate(45deg);
              transform: translate(0, -50%) rotate(45deg);
      border-color: #fff;
      -webkit-transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
      transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
      transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
      transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      content: "";
      top: calc(50% + 5px);
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
          -ms-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg); }
    .page-top > a > span {
      display: none; }
  @media only screen and (min-width: 48em) {
    .page-top:hover {
      background-color: #1085d4; } }

/* 見出し
   ----------------------------------------------------------------- */
.heading {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-weight: bold; }
  @media only screen and (max-width: 47.99875em) {
    .heading {
      font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif; } }
  @media only screen and (min-width: 48em) {
    .heading {
      font-family: "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo"; } }
  .deco-hash + .heading {
    margin-top: 5px; }
  .heading.-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px; }
    .heading.-icon.text-center {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    @media only screen and (min-width: 48em) {
      .heading.-icon.text-md-center {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }

.heading-lv1 {
  line-height: 1.5; }
  @media only screen and (max-width: 47.99875em) {
    .heading-lv1 {
      font-size: 1.25rem;
      margin-bottom: 32px; } }
  @media only screen and (min-width: 48em) {
    .heading-lv1 {
      font-size: 2rem;
      margin-bottom: 32px; } }
  .heading-lv1 .number {
    font-size: 1.5em; }

@media only screen and (max-width: 47.99875em) {
  .heading-lv2 {
    font-size: 1.125rem;
    line-height: 1.8;
    margin-bottom: 15px; } }

@media only screen and (min-width: 48em) {
  .heading-lv2 {
    font-size: 1.625rem;
    line-height: 1.5;
    margin-bottom: 15px; } }

@media only screen and (max-width: 47.99875em) {
  .heading-lv3 {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 15px; } }

@media only screen and (min-width: 48em) {
  .heading-lv3 {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 15px; } }

.sub-heading {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-weight: bold;
  color: #1085d4; }
  @media only screen and (max-width: 47.99875em) {
    .sub-heading {
      font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif; } }
  @media only screen and (min-width: 48em) {
    .sub-heading {
      font-family: "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo"; } }

.heading-line {
  position: relative;
  padding-left: 13px; }
  .heading-line:before {
    content: "";
    position: absolute;
    top: 0.27em;
    left: 0;
    bottom: 0.27em;
    width: 5px;
    background-color: #1085d4; }

/* 本文
   ----------------------------------------------------------------- */
.sentence {
  line-height: 1.8; }

/* コンテンツ間の区切り
   ----------------------------------------------------------------- */
@media only screen and (min-width: 48em) {
  .section-1 {
    margin-top: 60px; } }

@media only screen and (max-width: 47.99875em) {
  .section-1 {
    margin-top: 40px; } }

.section-1 > *:last-child {
  margin-bottom: 0; }

@media only screen and (min-width: 48em) {
  .section-2 {
    margin-top: 40px; } }

@media only screen and (max-width: 47.99875em) {
  .section-2 {
    margin-top: 20px; } }

.section-2 > *:last-child {
  margin-bottom: 0; }

@media only screen and (min-width: 48em) {
  .section-3 {
    margin-top: 80px; } }

@media only screen and (max-width: 47.99875em) {
  .section-3 {
    margin-top: 40px; } }

.section-3 > *:last-child {
  margin-bottom: 0; }

/* コンテンツブロック
   ----------------------------------------------------------------- */
@media only screen and (max-width: 47.99875em) {
  .content-block {
    padding-top: 50px;
    padding-bottom: 60px; } }

@media only screen and (min-width: 48em) {
  .content-block {
    padding-top: 90px;
    padding-bottom: 100px; } }

.content-block-fill {
  background: #f2f9fd; }

.content-block-primary {
  background: #1085d4; }

.content-block-instagram {
  background: #E1306C; }

.content-block-twitter {
  background: #1DA1F2; }

.content-block-muted {
  padding-top: 40px;
  padding-bottom: 40px; }

/* 企業のロゴ一覧
   ----------------------------------------------------------------- */
.company-logo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin-top: -10px;
  margin-right: -0.3125rem;
  margin-left: -0.3125rem; }
  @media only screen and (min-width: 48em) {
    .company-logo-list {
      margin-top: -12px;
      margin-right: -0.375rem;
      margin-left: -0.375rem; } }
  .company-logo-list > li {
    width: calc(33.3% - 0.625rem);
    margin-top: 10px;
    margin-right: 0.3125rem;
    margin-left: 0.3125rem; }
    @media only screen and (min-width: 48em) {
      .company-logo-list > li {
        width: calc(25% - 0.75rem);
        margin-top: 12px;
        margin-right: 0.375rem;
        margin-left: 0.375rem; } }
    @media only screen and (min-width: 62em) {
      .company-logo-list > li {
        width: calc(16.6% - 0.75rem); } }
    .company-logo-list > li > img {
      width: 100%;
      height: auto; }

/* 別窓アイコン付きリンク
   ----------------------------------------------------------------- */
.blank-link:after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  width: 9px;
  height: 9px;
  border: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%209%209%22%20width%3D%229%22%20height%3D%229%22%3E%3Cpath%20d%3D%22M0%209V1h1v7h7v1zm2-2V0h7v7z%22%20fill%3D%22%231085d4%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }

.blank-link-black:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%209%209%22%20width%3D%229%22%20height%3D%229%22%3E%3Cpath%20d%3D%22M0%209V1h1v7h7v1zm2-2V0h7v7z%22%20fill%3D%22%23333%22%2F%3E%3C%2Fsvg%3E"); }

.blank-link-white:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%209%209%22%20width%3D%229%22%20height%3D%229%22%3E%3Cpath%20d%3D%22M0%209V1h1v7h7v1zm2-2V0h7v7z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E"); }

@media only screen and (min-width: 62em) {
  .blank-link-header:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%209%209%22%20width%3D%229%22%20height%3D%229%22%3E%3Cpath%20d%3D%22M0%209V1h1v7h7v1zm2-2V0h7v7z%22%20fill%3D%22%23333%22%2F%3E%3C%2Fsvg%3E"); } }

@media only screen and (max-width: 61.99875em) {
  .blank-link-header:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%209%209%22%20width%3D%229%22%20height%3D%229%22%3E%3Cpath%20d%3D%22M0%209V1h1v7h7v1zm2-2V0h7v7z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E"); } }

@media only screen and (min-width: 62em) {
  .blank-link-header:hover:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%209%209%22%20width%3D%229%22%20height%3D%229%22%3E%3Cpath%20d%3D%22M0%209V1h1v7h7v1zm2-2V0h7v7z%22%20fill%3D%22%2338a3eb%22%2F%3E%3C%2Fsvg%3E"); } }

.blank-link-cta:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%209%209%22%20width%3D%229%22%20height%3D%229%22%3E%3Cpath%20d%3D%22M0%209V1h1v7h7v1zm2-2V0h7v7z%22%20fill%3D%22%2386D100%22%2F%3E%3C%2Fsvg%3E"); }

/* フッターの会社情報
   ----------------------------------------------------------------- */
.footer-company {
  color: #fff; }
  @media only screen and (max-width: 47.99875em) {
    .footer-company {
      margin-bottom: 40px; } }

.footer-company__brand {
  display: block;
  margin-bottom: 30px; }
  .footer-company__brand > img {
    vertical-align: top;
    max-width: 100%; }

.footer-company__name {
  margin-bottom: 15px;
  font-weight: bold;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1; }
  @media only screen and (max-width: 47.99875em) {
    .footer-company__name {
      font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif; } }
  @media only screen and (min-width: 48em) {
    .footer-company__name {
      font-family: "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo"; } }

.footer-company__address {
  margin-bottom: 25px;
  font-size: 0.75rem;
  opacity: 0.9; }

/* フッターのサイトマップ
   ----------------------------------------------------------------- */
.footer-sitemap {
  list-style: none;
  padding-left: 0; }
  .footer-sitemap a {
    display: block;
    color: #fff; }
  .footer-sitemap.lv1 {
    margin-bottom: 40px; }
    .footer-sitemap.lv1 > li + li {
      margin-top: 20px; }
    .footer-sitemap.lv1 > li > a {
      -webkit-font-feature-settings: "palt" 1;
              font-feature-settings: "palt" 1;
      font-weight: bold; }
      @media only screen and (max-width: 47.99875em) {
        .footer-sitemap.lv1 > li > a {
          font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif; } }
      @media only screen and (min-width: 48em) {
        .footer-sitemap.lv1 > li > a {
          font-family: "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo"; } }
      @media only screen and (max-width: 35.99875em) {
        .footer-sitemap.lv1 > li > a {
          font-size: 0.75rem; } }
  .footer-sitemap.lv2 {
    margin-top: 20px; }
    @media only screen and (max-width: 35.99875em) {
      .footer-sitemap.lv2 > li {
        margin-top: 13px; } }
    @media only screen and (min-width: 36em) {
      .footer-sitemap.lv2 > li + li {
        margin-top: 8px; } }
    .footer-sitemap.lv2 > li > a {
      line-height: 1.7;
      opacity: 0.8; }
      @media only screen and (max-width: 35.99875em) {
        .footer-sitemap.lv2 > li > a {
          font-size: 0.625rem; } }
      @media only screen and (min-width: 36em) {
        .footer-sitemap.lv2 > li > a {
          font-size: 0.875rem; } }
      @media only screen and (min-width: 48em) {
        .footer-sitemap.lv2 > li > a:hover {
          opacity: 1; } }
  .footer-sitemap.lv3 > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 35.99875em) {
      .footer-sitemap.lv3 > li {
        margin-top: 13px; } }
    .footer-sitemap.lv3 > li > a {
      line-height: 1.7;
      opacity: 0.8; }
      @media only screen and (max-width: 35.99875em) {
        .footer-sitemap.lv3 > li > a {
          font-size: 0.625rem; } }
      @media only screen and (min-width: 36em) {
        .footer-sitemap.lv3 > li > a {
          font-size: 0.875rem; } }
      @media only screen and (min-width: 48em) {
        .footer-sitemap.lv3 > li > a:hover {
          opacity: 1; } }
      .footer-sitemap.lv3 > li > a:before {
        display: inline-block;
        content: "-";
        margin-right: 4px;
        margin-left: 3px; }

.footer-sitemap-group {
  margin-bottom: -40px; }

/* コピーライト
   ----------------------------------------------------------------- */
.copyright {
  color: #fff;
  opacity: 0.8;
  font-family: "Roboto", sans-serif;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: 0.75rem; }

/* ページのビジュアル
   ----------------------------------------------------------------- */
.page-visual {
  position: relative;
  background-color: #1085d4;
  overflow: hidden; }

.page-visual__bg {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%; }
  @media only screen and (max-width: 47.99875em) {
    .page-visual__bg {
      height: 23.4vw; } }
  @media only screen and (min-width: 48em) {
    .page-visual__bg {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%; } }
  @media only screen and (min-width: 48em) {
    .page-visual__bg:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #1f2534;
      opacity: 0.4; } }

.page-visual__inner {
  position: relative; }
  @media only screen and (max-width: 47.99875em) {
    .page-visual__inner {
      padding-right: 20px;
      padding-left: 20px; } }

@media only screen and (max-width: 47.99875em) {
  .page-visual__content {
    padding-top: 25px;
    padding-bottom: 25px; } }

@media only screen and (min-width: 48em) {
  .page-visual__content {
    padding-top: 63px;
    padding-bottom: 50px; } }

.page-visual__heading {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-weight: bold;
  color: #fff;
  word-break: keep-all;
  margin-bottom: 0; }
  @media only screen and (max-width: 47.99875em) {
    .page-visual__heading {
      font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif; } }
  @media only screen and (min-width: 48em) {
    .page-visual__heading {
      font-family: "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo"; } }
  @media only screen and (max-width: 47.99875em) {
    .page-visual__heading {
      font-size: 1.625rem;
      line-height: 1.25; } }
  @media only screen and (min-width: 48em) {
    .page-visual__heading {
      font-size: 2.625rem;
      line-height: 1; } }
  .page-visual__heading > span {
    display: inline-block; }
  @media only screen and (max-width: 47.99875em) {
    .page-visual__heading .small {
      font-size: 0.75rem; } }

.page-visual__description {
  color: #fff; }
  @media only screen and (max-width: 47.99875em) {
    .page-visual__description {
      margin-top: 12px;
      margin-bottom: 15px; } }
  @media only screen and (min-width: 48em) {
    .page-visual__description {
      margin-top: 17px;
      margin-bottom: 25px; } }

.page-visual__deco-text {
  position: relative;
  font-family: "Roboto", sans-serif;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  color: #fff;
  line-height: 1;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transform: translateZ(0) scale(1, 1);
          transform: translateZ(0) scale(1, 1); }
  @media only screen and (max-width: 47.99875em) {
    .page-visual__deco-text {
      margin-bottom: 7px;
      font-size: 1rem; } }
  @media only screen and (min-width: 48em) {
    .page-visual__deco-text {
      margin-bottom: 23px;
      font-size: 1.5rem; } }
  .page-visual__deco-text:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 123px;
    height: 60px;
    background-image: url(/files/common_icon_particle.svg);
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat; }
    @media only screen and (min-width: 48em) {
      .page-visual__deco-text:after {
        opacity: 0.5;
        left: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
                transform: translate3d(-50%, -50%, 0); } }
    @media only screen and (max-width: 47.99875em) {
      .page-visual__deco-text:after {
        opacity: 0.2;
        left: 0;
        -webkit-transform: translate3d(0, -50%, 0);
                transform: translate3d(0, -50%, 0); } }

@media only screen and (max-width: 47.99875em) {
  .page-visual__content.-has-image {
    padding-top: 45px;
    padding-bottom: 45px; } }

@media only screen and (min-width: 48em) {
  .page-visual__content.-has-image {
    padding-top: 125px;
    padding-bottom: 125px; } }

@media only screen and (max-width: 47.99875em) {
  .page-visual.-no_intro .page-visual__content {
    padding-top: 45px;
    padding-bottom: 45px; } }

@media only screen and (min-width: 48em) {
  .page-visual.-no_intro .page-visual__content {
    padding-top: 95px;
    padding-bottom: 95px; } }

.page-title {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-weight: bold; }
  @media only screen and (max-width: 47.99875em) {
    .page-title {
      font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif; } }
  @media only screen and (min-width: 48em) {
    .page-title {
      font-family: "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo"; } }
  @media only screen and (max-width: 47.99875em) {
    .page-title {
      font-size: 1.5rem; } }
  @media only screen and (min-width: 48em) {
    .page-title {
      font-size: 2.625rem; } }
  .page-title > span {
    display: inline-block; }

.page-visual .page-title {
  color: #fff;
  margin-bottom: 0; }

@media only screen and (max-width: 47.99875em) {
  .page-title.-contact {
    margin-bottom: 40px; } }

@media only screen and (min-width: 48em) {
  .page-title.-contact {
    margin-bottom: 80px; } }

/* 目次（ページ内リンク）
   ----------------------------------------------------------------- */
.table-of-contents .nav {
  margin-left: -1rem; }

@media only screen and (max-width: 47.99875em) {
  .table-of-contents .nav-item {
    width: 100%; } }

.table-of-contents .nav-link {
  font-size: 0.875rem;
  font-weight: normal;
  color: #1085d4;
  position: relative; }
  @media only screen and (max-width: 47.99875em) {
    .table-of-contents .nav-link {
      text-align: left;
      padding-top: 10px;
      padding-bottom: 10px; } }
  .table-of-contents .nav-link:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    position: relative;
    top: -0.1em;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-width: 0 2px 2px 0;
    margin-left: 2px;
    border-color: #1085d4;
    -webkit-transform: translate(0, 0) rotate(45deg);
        -ms-transform: translate(0, 0) rotate(45deg);
            transform: translate(0, 0) rotate(45deg);
    -webkit-transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    content: "";
    top: -0.2em;
    margin-left: 8px; }

/* 矢印アイコン付きリンク
   ----------------------------------------------------------------- */
.link-arrow {
  position: relative; }
  .link-arrow:after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    position: relative;
    top: -0.1em;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    margin-left: 2px;
    border-color: #1085d4;
    -webkit-transform: translate(0, 0) rotate(45deg);
        -ms-transform: translate(0, 0) rotate(45deg);
            transform: translate(0, 0) rotate(45deg);
    -webkit-transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    content: ""; }

.link-arrow.btn:hover:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  position: relative;
  top: -0.1em;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  margin-left: 2px;
  border-color: #fff;
  -webkit-transform: translate(0, 0) rotate(45deg);
      -ms-transform: translate(0, 0) rotate(45deg);
          transform: translate(0, 0) rotate(45deg);
  -webkit-transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: ""; }

.link-arrow-bottom:after {
  top: -0.2em;
  margin-left: 7px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg); }

/*  リスト
   ----------------------------------------------------------------- */
.list {
  list-style: none;
  padding-left: 0; }
  .list > li {
    position: relative;
    line-height: 1.8;
    margin-bottom: 2px; }

.list-disc {
  list-style-position: outside; }
  .list-disc > li {
    padding-left: 15px;
    text-indent: 0; }
    .list-disc > li:before {
      content: "";
      position: absolute;
      top: 0.75em;
      left: 0px;
      width: 6px;
      height: 6px;
      background-color: #ccc;
      border-radius: 50%; }
  .list-disc.list-muted > li {
    color: #333;
    font-size: 0.875rem; }
    .list-disc.list-muted > li:before {
      top: 0.62em; }

.list-annotation {
  list-style-position: outside; }
  .list-annotation > li {
    text-indent: -1.5em;
    padding-left: 1.5em; }
    .list-annotation > li:before {
      width: auto;
      height: auto;
      margin-right: 0.5em;
      content: "※";
      font-family: "Roboto", sans-serif;
      -webkit-font-feature-settings: "palt" 1;
              font-feature-settings: "palt" 1; }

.list-annotation-iterator {
  list-style-position: outside;
  counter-reset: iterator; }
  .list-annotation-iterator > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-indent: 0; }
    .list-annotation-iterator > li:before {
      counter-increment: iterator;
      width: auto;
      height: auto;
      margin-right: 6px;
      content: "※" counter(iterator);
      font-family: "Roboto", sans-serif;
      -webkit-font-feature-settings: "palt" 1;
              font-feature-settings: "palt" 1; }

.list-muted > li {
  font-size: 0.75rem;
  color: #999; }

.list-decimal {
  list-style: decimal;
  list-style-position: inside; }
  .list-decimal > li {
    text-indent: -1em;
    padding-left: 1em; }

/* CTAバー
   ----------------------------------------------------------------- */
.cta-bar {
  background-color: #1085d4; }

.cta-bar-inner {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto; }
  @media only screen and (min-width: 48em) {
    .cta-bar-inner {
      padding-top: 30px;
      padding-right: 100px;
      padding-bottom: 34px;
      padding-left: 100px; } }
  @media only screen and (max-width: 47.99875em) {
    .cta-bar-inner {
      padding-top: 30px;
      padding-right: 20px;
      padding-bottom: 34px;
      padding-left: 20px; } }

.cta-bar-content {
  width: 80%; }
  @media only screen and (max-width: 47.99875em) {
    .cta-bar-content {
      width: 75%; } }

.cta-bar-btn {
  margin-top: 20px;
  width: 80%; }
  @media only screen and (min-width: 48em) {
    .cta-bar-btn {
      width: 240px; } }
  @media only screen and (max-width: 47.99875em) {
    .cta-bar-btn {
      width: 75%; } }

.cta-bar-desc {
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #fff; }

.cta-bar-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 22.8%; }
  .cta-bar-bg img {
    -o-object-fit: contain;
       object-fit: contain; }

/* デコレーション（ハッシュタグデザイン）
   ----------------------------------------------------------------- */
.deco-hash {
  position: relative;
  display: inline-block;
  padding: 3px 5px;
  line-height: 1;
  background-color: #f1b93d;
  border-radius: 2px;
  color: #fff;
  font-weight: bold; }
  @media only screen and (min-width: 48em) {
    .deco-hash {
      font-size: 1rem; } }
  @media only screen and (max-width: 47.99875em) {
    .deco-hash {
      font-size: 0.875rem; } }

.video {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%; }
  .video > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@media only screen and (min-width: 48em) {
  .modal-dialog {
    width: calc(100vw - 200px);
    max-width: 800px; } }

.video-thumb {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  margin: 0;
  padding: 0;
  background: none;
  border: none; }
  .video-thumb:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -31px;
    margin-left: -31px;
    width: 62px;
    height: 62px;
    opacity: 0.5;
    background-image: url(/files/common_icon_play.svg);
    -webkit-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease; }
  .video-thumb:hover, .video-thumb:focus {
    outline: none; }
    .video-thumb:hover:after, .video-thumb:focus:after {
      opacity: 1; }
  .video .video-thumb {
    position: absolute;
    width: 100%;
    height: 100%; }
  .video.show .video-thumb {
    display: none; }

@media only screen and (max-width: 47.99875em) {
  .sns-list {
    margin-right: -5px;
    margin-left: 0; } }

@media only screen and (max-width: 47.99875em) {
  .sns-list > li {
    width: auto;
    display: inline-block;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 0;
    padding-left: 0; } }

@media only screen and (max-width: 47.99875em) {
  .sns-list-other img {
    width: 32px;
    height: 32px; } }

@media only screen and (max-width: 47.99875em) {
  .sns-list-other > li {
    font-size: 0.75rem; } }

.sns-list-other .current {
  opacity: 0.5; }

/* ランキングのテーブル
   ----------------------------------------------------------------- */
.ranking-table {
  border-bottom: 1px solid #dee2e6;
  /**
   * 見出し
   */
  /**
   * 本文
   */ }
  @media only screen and (min-width: 48em) {
    .ranking-table {
      font-size: 0.875rem; } }
  @media only screen and (max-width: 47.99875em) {
    .ranking-table {
      font-size: 0.8125rem; } }
  .ranking-table th.rank {
    width: 5em; }
  .ranking-table th.brand {
    width: 16em; }
  .ranking-table th.fan {
    width: 8em; }
  .ranking-table th.view {
    width: 9em; }
  .ranking-table th.summary {
    width: auto; }
  .ranking-table td.fan {
    color: #468847; }
  .ranking-table td.view {
    color: #a94442; }
  .ranking-table .logo {
    width: 44px;
    height: auto;
    margin-right: 8px; }
  .ranking-table .name {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }

.max-line-1 {
  overflow: hidden;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical; }

.max-line-2 {
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical; }

.max-line-3 {
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical; }

.max-line-4 {
  overflow: hidden;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical; }

.max-line-5 {
  overflow: hidden;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical; }

.max-line-6 {
  overflow: hidden;
  -webkit-line-clamp: 6;
  display: -webkit-box;
  -webkit-box-orient: vertical; }

.max-line-7 {
  overflow: hidden;
  -webkit-line-clamp: 7;
  display: -webkit-box;
  -webkit-box-orient: vertical; }

.max-line-8 {
  overflow: hidden;
  -webkit-line-clamp: 8;
  display: -webkit-box;
  -webkit-box-orient: vertical; }

.max-line-9 {
  overflow: hidden;
  -webkit-line-clamp: 9;
  display: -webkit-box;
  -webkit-box-orient: vertical; }

.max-line-10 {
  overflow: hidden;
  -webkit-line-clamp: 10;
  display: -webkit-box;
  -webkit-box-orient: vertical; }

@media only screen and (max-width: 61.99875em) {
  .to-form {
    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;
    top: 0;
    right: 60px;
    height: 100%;
    padding-right: 10px;
    font-size: 0.8125rem;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    font-weight: bold;
    line-height: 1;
    color: #86D100; } }
  @media only screen and (max-width: 61.99875em) and (max-width: 47.99875em) {
    .to-form {
      font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif; } }
  @media only screen and (max-width: 61.99875em) and (min-width: 48em) {
    .to-form {
      font-family: "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo"; } }

@media only screen and (min-width: 62em) {
  .to-form {
    display: none; } }

@media only screen and (min-width: 62em) {
  .to-form:hover {
    color: #86D100; } }

.analytics-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media only screen and (min-width: 48em) {
    .analytics-heading > img {
      width: 80px; } }
  @media only screen and (max-width: 47.99875em) {
    .analytics-heading > img {
      width: 40px; } }
  .analytics-heading > h1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    @media only screen and (min-width: 48em) {
      .analytics-heading > h1 {
        margin-top: 0.4em;
        margin-left: 30px;
        margin-bottom: 32px; } }
    @media only screen and (max-width: 47.99875em) {
      .analytics-heading > h1 {
        margin-top: 0.3em;
        margin-left: 12px;
        margin-bottom: 16px; } }

@media only screen and (min-width: 48em) {
  .analytics-desc {
    margin-left: 110px;
    margin-bottom: 26px; } }

@media only screen and (max-width: 47.99875em) {
  .analytics-desc {
    margin-left: 0;
    margin-bottom: 26px; } }

@media only screen and (min-width: 48em) {
  .analytics-button {
    margin-left: 110px; } }

.sns-bar {
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 50000; }
  @media only screen and (max-width: 61.99875em) {
    .sns-bar {
      top: 60px; } }
  @media only screen and (min-width: 62em) {
    .sns-bar {
      top: 65px; } }
  .sns-bar .sns-bar__scrollable {
    opacity: 0; }
  .sns-bar.-complete .sns-bar__scrollable {
    opacity: 1; }
  @media only screen and (max-width: 35.99875em) {
    .sns-bar.-has_scroll:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      height: 100%;
      width: 10px;
      background-image: -webkit-gradient(linear, right top, left top, from(rgba(227, 227, 227, 0)), to(#e3e3e3));
      background-image: -webkit-linear-gradient(right, rgba(227, 227, 227, 0) 0%, #e3e3e3 100%);
      background-image: linear-gradient(to left, rgba(227, 227, 227, 0) 0%, #e3e3e3 100%); } }
  .sns-bar.-has_scroll:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    height: 100%;
    width: 10px;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(227, 227, 227, 0)), to(#e3e3e3));
    background-image: -webkit-linear-gradient(left, rgba(227, 227, 227, 0) 0%, #e3e3e3 100%);
    background-image: linear-gradient(to right, rgba(227, 227, 227, 0) 0%, #e3e3e3 100%); }

.sns-bar__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto; }
  @media only screen and (max-width: 74.99875em) {
    .sns-bar__inner {
      padding-left: 20px; } }
  @media only screen and (max-width: 35.99875em) {
    .sns-bar__inner {
      padding-left: 0; } }
  @media only screen and (min-width: 75em) {
    .sns-bar__inner {
      padding-right: 40px;
      padding-left: 50px; } }

.sns-bar__wrap {
  position: relative;
  overflow: hidden;
  height: 40px; }
  @media only screen and (max-width: 74.99875em) {
    .sns-bar__wrap {
      margin-left: 10px;
      padding-left: 10px; } }
  @media only screen and (max-width: 35.99875em) {
    .sns-bar__wrap {
      margin-left: 0;
      padding-left: 0;
      height: 58px; } }
  @media only screen and (min-width: 75em) {
    .sns-bar__wrap {
      margin-left: 20px;
      padding-left: 20px; } }
  .sns-bar__wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #ccc; }
    @media only screen and (max-width: 35.99875em) {
      .sns-bar__wrap:before {
        content: none; } }
  .browser-is-ie .sns-bar__wrap {
    height: auto;
    overflow: visible; }

.sns-bar__scrollable {
  overflow-x: auto;
  padding-top: 10px;
  padding-bottom: 50px;
  -webkit-overflow-scrolling: touch; }
  .sns-bar__scrollable::-webkit-scrollbar {
    display: none; }
  .browser-is-ie .sns-bar__scrollable {
    padding-bottom: 10px; }

.sns-bar__title {
  font-weight: bold;
  white-space: nowrap; }
  @media only screen and (max-width: 74.99875em) {
    .sns-bar__title {
      font-size: 0.75rem; } }
  @media only screen and (min-width: 75em) {
    .sns-bar__title {
      font-size: 0.875rem; } }
  @media only screen and (max-width: 35.99875em) {
    .sns-bar__title {
      display: none !important; } }

.sns-bar__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0; }
  @media only screen and (max-width: 35.99875em) {
    .sns-bar__list {
      padding-left: 20px; } }
  .sns-bar__list li {
    padding-right: 20px; }
    @media only screen and (max-width: 35.99875em) {
      .sns-bar__list li {
        padding-right: 15px; } }
    .sns-bar__list li.current {
      pointer-events: none;
      opacity: 0.2; }
      .sns-bar__list li.current .sns-bar__link {
        text-decoration: none; }
    .browser-is-ie .sns-bar__list li {
      display: inline-block; }

.sns-bar__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: underline; }
  .sns-bar__link img {
    width: 20px; }
    @media only screen and (max-width: 35.99875em) {
      .sns-bar__link img {
        width: 38px; } }
  .sns-bar__link span {
    font-weight: bold;
    margin-left: 5px; }
    @media only screen and (max-width: 74.99875em) {
      .sns-bar__link span {
        font-size: 0.6875rem; } }
    @media only screen and (max-width: 35.99875em) {
      .sns-bar__link span {
        display: none !important; } }
    @media only screen and (min-width: 75em) {
      .sns-bar__link span {
        font-size: 0.8125rem; } }

.company-info {
  border-top: 1px solid #ccc;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-bottom: 0;
  font-size: 0.875rem; }
  .company-info dd {
    margin-top: 8px;
    margin-bottom: 0; }
  .company-info:last-of-type {
    border-bottom: 1px solid #ccc; }

.filter-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px; }

.filter-table .filter-buttons .btn {
  margin: 5px;
  width: auto; }

.filter-table {
  width: 100%; }

@media (min-width: 768px) {
  section .container {
    padding-top: 40px; }
  .btn-group[aria-label="casestudy"] > .btn {
    width: 200px; }
  .filter-table {
    width: auto;
    margin: auto; }
  .filter-table th {
    line-height: 1.5;
    margin: 5px 0 0 0;
    padding-top: 8px; }
  .filter-table th,
  .filter-table td {
    /* padding: 5px 0; */
    vertical-align: top; }
  .filter-table th h2 {
    margin-top: 0.45em; }
  .filter-table th {
    text-align: center;
    padding-right: 10px; }
  .casestudy-item {
    position: relative; }
  .casestudy-item .btn {
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); } }

@media (max-width: 767px) {
  .btn-group[aria-label="casestudy"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .btn-group[aria-label="casestudy"] > .btn {
    width: calc(50% - 10px);
    margin: 5px; }
  .filter-table th,
  .filter-table td {
    display: block; } }

.introduction-step {
  list-style: none;
  padding: 0; }
  @media only screen and (min-width: 48em) {
    .introduction-step {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media only screen and (max-width: 47.99875em) {
    .introduction-step h4 {
      margin-bottom: 5px; } }

@media only screen and (min-width: 48em) {
  .introduction-step-item {
    width: 280px;
    margin-right: 40px; } }

@media only screen and (max-width: 47.99875em) {
  .introduction-step-item + .introduction-step-item {
    position: relative;
    margin-top: 90px; } }

@media only screen and (max-width: 47.99875em) {
  .introduction-step-item + .introduction-step-item:before {
    position: absolute;
    top: -60px;
    left: 50%;
    margin-left: -30px;
    content: "";
    border-style: solid;
    border-width: 30px 30px 0 30px;
    border-color: #f2f9fd transparent transparent transparent; } }

.introduction-step-title {
  position: relative;
  padding-top: 7px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #f2f9fd;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: 1rem;
  font-weight: bold; }
  @media only screen and (max-width: 47.99875em) {
    .introduction-step-title {
      font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif; } }
  @media only screen and (min-width: 48em) {
    .introduction-step-title {
      font-family: "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo"; } }
  @media only screen and (min-width: 48em) {
    .introduction-step-title:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 100%;
      width: 20px;
      background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #f2f9fd)) no-repeat top left/100% 50%, -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #f2f9fd)) no-repeat bottom right/100% 50%;
      background: -webkit-linear-gradient(top right, rgba(255, 255, 255, 0) 50%, #f2f9fd 50.5%) no-repeat top left/100% 50%, -webkit-linear-gradient(bottom right, rgba(255, 255, 255, 0) 50%, #f2f9fd 50.5%) no-repeat bottom right/100% 50%;
      background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #f2f9fd 50.5%) no-repeat top left/100% 50%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #f2f9fd 50.5%) no-repeat bottom right/100% 50%; } }
  .introduction-step-title span {
    font-family: "Roboto", sans-serif;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    color: #1085d4; }
    @media only screen and (max-width: 47.99875em) {
      .introduction-step-title span {
        margin-right: 5px; } }
    @media only screen and (min-width: 48em) {
      .introduction-step-title span {
        display: block;
        margin-bottom: 3px;
        font-size: 0.875rem; } }

@media only screen and (min-width: 48em) {
  .introduction-step-item.-last {
    width: 230px;
    margin-right: 0; } }

.introduction-step-item.-last .introduction-step-title {
  background-color: #1085d4;
  color: #fff; }
  .introduction-step-item.-last .introduction-step-title:after {
    display: none; }
  .introduction-step-item.-last .introduction-step-title span {
    color: #fff; }

.option-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  border: 1px solid #1085d4;
  border-radius: 0.5rem;
  padding: 2rem;
  background-color: #fff; }
  @media only screen and (max-width: 47.99875em) {
    .option-box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.option-box__logo {
  margin-bottom: 1rem;
  width: 73.8%; }
  @media only screen and (max-width: 47.99875em) {
    .option-box__logo {
      width: 100%; } }
  .option-box__logo img {
    width: 100%;
    height: auto; }

.option-box__list {
  margin-bottom: 1rem; }

.option-box__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.option-box__list {
  list-style: none;
  padding-left: 0; }
  .option-box__list li {
    position: relative;
    font-weight: bold;
    padding-left: 1.75em;
    font-size: 1.25rem; }
    @media only screen and (max-width: 47.99875em) {
      .option-box__list li {
        padding-left: 1.25em;
        font-size: 1rem; } }
    .option-box__list li + li {
      margin-top: 0.25rem; }
    .option-box__list li:before, .option-box__list li:after {
      content: "";
      position: absolute;
      display: block;
      background-color: #f1b93d; }
    .option-box__list li:before {
      top: 0.6em;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
      @media only screen and (min-width: 48em) {
        .option-box__list li:before {
          left: 6px;
          width: 4px;
          height: 10px; } }
      @media only screen and (max-width: 47.99875em) {
        .option-box__list li:before {
          left: 3px;
          width: 2px;
          height: 5px; } }
    .option-box__list li:after {
      top: 0.6em;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
      @media only screen and (min-width: 48em) {
        .option-box__list li:after {
          left: 6px;
          width: 18px;
          height: 4px; } }
      @media only screen and (max-width: 47.99875em) {
        .option-box__list li:after {
          left: 3px;
          width: 9px;
          height: 2px; } }

.option-box__button {
  margin-top: auto;
  margin-bottom: 0; }
  @media only screen and (max-width: 47.99875em) {
    .option-box__button {
      margin-top: 16px; } }

.option-box__button-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  font-size: 1.25rem; }
  @media only screen and (max-width: 47.99875em) {
    .option-box__button-title {
      font-size: 1rem; } }

.option-box__button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

/* ==========================================================================
   LP
   ========================================================================== */
@media only screen and (max-width: 47.99875em) {
  .main-visual .cta-button-group {
    margin-top: 12vw; } }

@media only screen and (min-width: 48em) {
  .main-visual .cta-button-group {
    margin-top: 50px; } }

.main-visual .main-visual__image {
  opacity: 0;
  position: absolute;
  width: 52.85714%;
  background-image: url(/files/bg_mainvisual.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat; }
  @media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    .main-visual .main-visual__image {
      background-image: url(/files/bg_mainvisual@2x.png);
      background-size: contain;
      background-position: 50% 50%; } }
  .main-visual .main-visual__image:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 56.48649%; }
  @media only screen and (min-width: 48em) {
    .main-visual .main-visual__image {
      top: 40px;
      right: -10vw;
      bottom: auto; } }
  @media only screen and (min-width: 62em) {
    .main-visual .main-visual__image {
      top: auto;
      right: 0;
      bottom: 0; } }
  @media only screen and (max-width: 47.99875em) {
    .main-visual .main-visual__image {
      width: 72.5%; } }
  .main-visual .main-visual__image .slick-list {
    background-color: #fff;
    position: absolute;
    width: 71.62162%;
    height: auto;
    top: 4.06699%;
    left: 14.18919%;
    overflow: hidden; }
  .main-visual .main-visual__image.slick-initialized {
    opacity: 1; }
  .main-visual .main-visual__image .slick-arrow {
    position: absolute;
    top: 39%;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.25);
    border: none;
    font-size: 0;
    z-index: 1;
    display: none !important; }
    @media only screen and (min-width: 62em) {
      .main-visual .main-visual__image .slick-arrow {
        display: block !important; } }
    .main-visual .main-visual__image .slick-arrow:focus {
      outline: none; }
  .main-visual .main-visual__image .slick-next.slick-arrow {
    right: 15%; }
    .main-visual .main-visual__image .slick-next.slick-arrow::after {
      content: "";
      position: absolute;
      top: calc(50% - 6px);
      left: calc(50% - 8px);
      width: 12px;
      height: 12px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      border-top: 2px solid #fff;
      border-right: 2px solid #fff; }
  .main-visual .main-visual__image .slick-prev.slick-arrow {
    left: 15%; }
    .main-visual .main-visual__image .slick-prev.slick-arrow::after {
      content: "";
      position: absolute;
      top: calc(50% - 6px);
      right: calc(50% - 8px);
      width: 12px;
      height: 12px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      border-bottom: 2px solid #fff;
      border-left: 2px solid #fff; }

@media only screen and (max-width: 47.99875em) {
  .lp .main-visual__image {
    top: calc(30px + 11%); } }

@media only screen and (max-width: 47.99875em) {
  .lp .main-visual__title {
    font-size: 4vw; } }

@media only screen and (min-width: 48em) {
  .lp .main-visual__title {
    width: 460px;
    text-align: center;
    font-size: 1.125rem; } }

.lp .main-visual__title > img {
  margin-top: 12px; }
  @media only screen and (max-width: 47.99875em) {
    .lp .main-visual__title > img {
      width: 52vw;
      display: block; } }
  @media only screen and (min-width: 48em) {
    .lp .main-visual__title > img {
      display: inline-block; } }

.lp .main-visual__title > span {
  color: #f1b93d;
  font-size: 1.1em; }

@media only screen and (max-width: 61.99875em) {
  .lp .main-visual__inner {
    margin-top: 60px; } }

@media only screen and (min-width: 62em) {
  .lp .main-visual__inner {
    padding-top: 75px; } }

.lp .main-visual__point {
  font-weight: bold;
  color: #fff; }
  @media only screen and (max-width: 47.99875em) {
    .lp .main-visual__point {
      margin-top: calc(23vw);
      font-size: 4vw; } }
  @media only screen and (min-width: 48em) {
    .lp .main-visual__point {
      width: 460px;
      text-align: center;
      font-size: 1.125rem; } }
  .lp .main-visual__point > span {
    color: #f1b93d; }

.lp .cta-button-group {
  overflow: hidden; }
  @media only screen and (min-width: 48em) {
    .lp .cta-button-group {
      width: 460px; } }
  .lp .cta-button-group .cta-button-group__item {
    margin-top: 0; }
    @media only screen and (max-width: 47.99875em) {
      .lp .cta-button-group .cta-button-group__item {
        width: calc(50% - 5px); } }
    @media only screen and (min-width: 48em) {
      .lp .cta-button-group .cta-button-group__item {
        width: calc(50% - 10px); } }
    .lp .cta-button-group .cta-button-group__item:first-child {
      float: left; }
    .lp .cta-button-group .cta-button-group__item:last-child {
      float: right; }
  .lp .cta-button-group .btn {
    min-width: 100%; }
    @media only screen and (max-width: 47.99875em) {
      .lp .cta-button-group .btn {
        padding: 0.9375rem 0; } }

.lp .btn::after {
  display: none; }

.lp .btn-trial {
  background-color: #fff;
  color: #86D100;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-weight: bold; }
  @media only screen and (max-width: 47.99875em) {
    .lp .btn-trial {
      font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif; } }
  @media only screen and (min-width: 48em) {
    .lp .btn-trial {
      font-family: "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo"; } }
  .lp .btn-trial:hover {
    color: #a2d56a; }

.lp .btn-trial-outline {
  background-color: #fff;
  border-color: #86D100;
  color: #86D100;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-weight: bold; }
  @media only screen and (max-width: 47.99875em) {
    .lp .btn-trial-outline {
      font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif; } }
  @media only screen and (min-width: 48em) {
    .lp .btn-trial-outline {
      font-family: "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo"; } }
  .lp .btn-trial-outline:hover {
    color: #a2d56a; }

.lp .btn-cta {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-weight: bold; }
  @media only screen and (max-width: 47.99875em) {
    .lp .btn-cta {
      font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif; } }
  @media only screen and (min-width: 48em) {
    .lp .btn-cta {
      font-family: "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo"; } }

.lp .cta-button-group__appeal {
  margin-bottom: 10px;
  text-align: center;
  color: #fff;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-weight: bold; }
  @media only screen and (max-width: 47.99875em) {
    .lp .cta-button-group__appeal {
      font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif; } }
  @media only screen and (min-width: 48em) {
    .lp .cta-button-group__appeal {
      font-family: "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo"; } }
  @media only screen and (max-width: 47.99875em) {
    .lp .cta-button-group__appeal {
      font-size: 0.625rem; } }
  @media only screen and (min-width: 48em) {
    .lp .cta-button-group__appeal {
      font-size: 0.75rem; } }
  .lp .cta-button-group__appeal::before {
    position: relative;
    bottom: -6px;
    display: inline-block;
    content: "";
    width: 1px;
    height: 20px;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin-right: 15px; }
    @media only screen and (max-width: 35.99875em) {
      .lp .cta-button-group__appeal::before {
        display: none; } }
  .lp .cta-button-group__appeal::after {
    position: relative;
    bottom: -6px;
    display: inline-block;
    content: "";
    width: 1px;
    height: 20px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-left: 15px; }
    @media only screen and (max-width: 35.99875em) {
      .lp .cta-button-group__appeal::after {
        display: none; } }

.lp .cta-block__appeal {
  margin-bottom: 18px;
  text-align: center;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-weight: bold; }
  @media only screen and (max-width: 47.99875em) {
    .lp .cta-block__appeal {
      font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif; } }
  @media only screen and (min-width: 48em) {
    .lp .cta-block__appeal {
      font-family: "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo"; } }
  @media only screen and (max-width: 47.99875em) {
    .lp .cta-block__appeal {
      font-size: 3.5vw; } }
  @media only screen and (min-width: 48em) {
    .lp .cta-block__appeal {
      font-size: 1.25rem; } }
  .lp .cta-block__appeal::before {
    position: relative;
    display: inline-block;
    content: "";
    width: 2px;
    background-color: #333;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin-right: 15px; }
    @media only screen and (max-width: 47.99875em) {
      .lp .cta-block__appeal::before {
        bottom: -1.5vw;
        height: 6vw; } }
    @media only screen and (min-width: 48em) {
      .lp .cta-block__appeal::before {
        bottom: -9px;
        height: 30px; } }
  .lp .cta-block__appeal::after {
    position: relative;
    display: inline-block;
    content: "";
    width: 2px;
    background-color: #333;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-left: 15px; }
    @media only screen and (max-width: 47.99875em) {
      .lp .cta-block__appeal::after {
        bottom: -1.5vw;
        height: 6vw; } }
    @media only screen and (min-width: 48em) {
      .lp .cta-block__appeal::after {
        bottom: -9px;
        height: 30px; } }

@media only screen and (max-width: 47.99875em) {
  .lp .cta-block__appeal {
    padding-right: 20px;
    padding-left: 20px; } }

.lp .cta-block__box {
  background-color: #f2f9fd;
  padding-top: 30px;
  padding-bottom: 25px; }
  @media only screen and (max-width: 47.99875em) {
    .lp .cta-block__box {
      padding-right: 20px;
      padding-left: 20px; } }
  .lp .cta-block__box .cta-button-group {
    margin: auto; }
  .lp .cta-block__box .cta-button-group__description {
    margin-top: 8px;
    margin-bottom: 0;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    font-weight: bold;
    text-align: center; }
    @media only screen and (max-width: 47.99875em) {
      .lp .cta-block__box .cta-button-group__description {
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif; } }
    @media only screen and (min-width: 48em) {
      .lp .cta-block__box .cta-button-group__description {
        font-family: "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo"; } }
    @media only screen and (max-width: 47.99875em) {
      .lp .cta-block__box .cta-button-group__description {
        font-size: 0.625rem; } }
    @media only screen and (min-width: 48em) {
      .lp .cta-block__box .cta-button-group__description {
        font-size: 0.75rem; } }

@media only screen and (max-width: 35.99875em) {
  .lp .sns-list li {
    width: 14.28571%; } }

@media only screen and (max-width: 35.99875em) {
  .lp .sns-list img {
    width: 100%; } }

@media only screen and (max-width: 47.99875em) {
  .lp .main-visual.-twitter .main-visual__title,
  .lp .main-visual.-instagram .main-visual__title {
    background-size: 24px auto;
    padding-top: 30px; } }

@media only screen and (max-width: 47.99875em) {
  .lp .main-visual.-twitter .main-visual__point,
  .lp .main-visual.-instagram .main-visual__point {
    margin-top: calc(33vw); } }

@media only screen and (max-width: 47.99875em) {
  .support-img-report {
    width: 35px; } }

@media only screen and (min-width: 48em) {
  .support-img-report {
    width: 70px; } }

@media only screen and (max-width: 47.99875em) {
  .support-img-campaign {
    width: 30px; } }

@media only screen and (min-width: 48em) {
  .support-img-campaign {
    width: 60px; } }

@media only screen and (max-width: 47.99875em) {
  .support-img-alert {
    width: 45px; } }

@media only screen and (min-width: 48em) {
  .support-img-alert {
    width: 90px; } }

@media only screen and (max-width: 47.99875em) {
  .support-img-daily {
    width: 38px; } }

@media only screen and (min-width: 48em) {
  .support-img-daily {
    width: 76px; } }

@media only screen and (max-width: 47.99875em) {
  .support-img-news {
    width: 44px; } }

@media only screen and (min-width: 48em) {
  .support-img-news {
    width: 88px; } }

@media only screen and (max-width: 47.99875em) {
  .support-img-study {
    width: 40px; } }

@media only screen and (min-width: 48em) {
  .support-img-study {
    width: 80px; } }

@media only screen and (max-width: 47.99875em) {
  .support-img-integrate {
    width: 45px; } }

@media only screen and (min-width: 48em) {
  .support-img-integrate {
    width: 90px; } }

@media only screen and (max-width: 47.99875em) {
  .support-img-csv {
    width: 40px; } }

@media only screen and (min-width: 48em) {
  .support-img-csv {
    width: 78px; } }

@media only screen and (max-width: 47.99875em) {
  .support-img-influencer {
    width: 35px; } }

@media only screen and (min-width: 48em) {
  .support-img-influencer {
    width: 70px; } }

@media only screen and (max-width: 47.99875em) {
  .support-img-square {
    width: 45px; } }

@media only screen and (min-width: 48em) {
  .support-img-square {
    width: 110px; } }

@media only screen and (max-width: 47.99875em) {
  .support-img-square.-size-md2_90 {
    width: 90px; } }

/* ==========================================================================
   Form
   ========================================================================== */
/* ==========================================================================
   utility
   ========================================================================== */
/* 幅を指定するクラス
 * $widthArryに数値をカンマ区切りで追加していくと、
 * その数値のpx指定ができるクラスが生成される
   ----------------------------------------------------------------- */
.w-100 {
  width: 100px; }

@media only screen and (min-width: 62em) {
  .w-lg-100 {
    width: 100px; } }

@media only screen and (min-width: 75em) {
  .w-xl-100 {
    width: 100px; } }

@media only screen and (min-width: 48em) {
  .w-md-100 {
    width: 100px; } }

@media only screen and (min-width: 36em) {
  .w-sm-100 {
    width: 100px; } }

.w-150 {
  width: 150px; }

@media only screen and (min-width: 62em) {
  .w-lg-150 {
    width: 150px; } }

@media only screen and (min-width: 75em) {
  .w-xl-150 {
    width: 150px; } }

@media only screen and (min-width: 48em) {
  .w-md-150 {
    width: 150px; } }

@media only screen and (min-width: 36em) {
  .w-sm-150 {
    width: 150px; } }

.fade-origin {
  opacity: 0;
  -webkit-transition: opacity 0.8s linear, -webkit-transform 0.8s ease;
  transition: opacity 0.8s linear, -webkit-transform 0.8s ease;
  transition: transform 0.8s ease, opacity 0.8s linear;
  transition: transform 0.8s ease, opacity 0.8s linear, -webkit-transform 0.8s ease; }
  .fade-origin.active,
  .ani-group.active .fade-origin {
    opacity: 1; }

@media only screen and (max-width: 47.99875em) {
  .fade-md2 {
    opacity: 0;
    -webkit-transition: opacity 0.8s linear, -webkit-transform 0.8s ease;
    transition: opacity 0.8s linear, -webkit-transform 0.8s ease;
    transition: transform 0.8s ease, opacity 0.8s linear;
    transition: transform 0.8s ease, opacity 0.8s linear, -webkit-transform 0.8s ease; } }

@media only screen and (max-width: 47.99875em) {
  .fade-md2.active,
  .ani-group.active .fade-md2 {
    opacity: 1; } }

@media only screen and (min-width: 48em) {
  .fade-up {
    -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
            transform: translateY(50px); } }

@media only screen and (max-width: 47.99875em) {
  .fade-up {
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px); } }

.fade-up.active,
.ani-group.active .fade-up {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px); }

@media only screen and (max-width: 47.99875em) {
  .fade-up-md2 {
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px); } }

@media only screen and (max-width: 47.99875em) {
  .fade-up-md2.active,
  .ani-group.active .fade-up-md2 {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px); } }

.fade-bottom {
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px); }
  .fade-bottom.active,
  .ani-group.active .fade-bottom {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px); }

@media only screen and (max-width: 47.99875em) {
  .fade-bottom-md2 {
    -webkit-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
            transform: translateY(-50px); } }

@media only screen and (max-width: 47.99875em) {
  .fade-bottom-md2.active,
  .ani-group.active .fade-bottom-md2 {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px); } }

.fade-left {
  -webkit-transform: translateX(50px);
      -ms-transform: translateX(50px);
          transform: translateX(50px); }
  .fade-left.active,
  .ani-group.active .fade-left {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px); }

@media only screen and (max-width: 47.99875em) {
  .fade-left-md2 {
    -webkit-transform: translateX(50px);
        -ms-transform: translateX(50px);
            transform: translateX(50px); } }

@media only screen and (max-width: 47.99875em) {
  .fade-left-md2.active,
  .ani-group.active .fade-left-md2 {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px); } }

.fade-right {
  -webkit-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
          transform: translateX(-50px); }
  .fade-right.active,
  .ani-group.active .fade-right {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px); }

@media only screen and (max-width: 47.99875em) {
  .fade-right-md2 {
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px); } }

@media only screen and (max-width: 47.99875em) {
  .fade-right-md2.active,
  .ani-group.active .fade-right-md2 {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px); } }

.ani-group.active .fade-origin:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s; }

.ani-group.active .fade-origin:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s; }

.ani-group.active .fade-origin:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s; }

.ani-group.active .fade-origin:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s; }

.ani-group.active .fade-origin:nth-child(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s; }

.ani-group.active .fade-origin:nth-child(6) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s; }

.ani-group.active .fade-origin:nth-child(7) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s; }

.ani-group.active .fade-origin:nth-child(8) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s; }

.ani-group.active .fade-origin:nth-child(9) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s; }

.ani-group.active .fade-origin:nth-child(10) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s; }

.ani-group.active .fade-origin:nth-child(11) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s; }

.ani-group.active .fade-origin:nth-child(12) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s; }

.ani-group.active .fade-origin:nth-child(13) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s; }

.ani-group.active .fade-origin:nth-child(14) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s; }

.ani-group.active .fade-origin:nth-child(15) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s; }

.ani-group.active .fade-origin:nth-child(16) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s; }

.ani-group.active .fade-origin:nth-child(17) {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s; }

.ani-group.active .fade-origin:nth-child(18) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s; }

.ani-group.active .fade-origin:nth-child(19) {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s; }

.ani-group.active .fade-origin:nth-child(20) {
  -webkit-transition-delay: 2s;
          transition-delay: 2s; }

@media only screen and (min-width: 0em) {
  .gap-xs-4 {
    gap: 4px; } }

@media only screen and (min-width: 0em) {
  .gap-xs-8 {
    gap: 8px; } }

@media only screen and (min-width: 0em) {
  .gap-xs-12 {
    gap: 12px; } }

@media only screen and (min-width: 0em) {
  .gap-xs-16 {
    gap: 16px; } }

@media only screen and (min-width: 0em) {
  .gap-xs-20 {
    gap: 20px; } }

@media only screen and (min-width: 0em) {
  .gap-xs-24 {
    gap: 24px; } }

@media only screen and (min-width: 0em) {
  .gap-xs-28 {
    gap: 28px; } }

@media only screen and (min-width: 0em) {
  .gap-xs-32 {
    gap: 32px; } }

@media only screen and (min-width: 0em) {
  .gap-xs-36 {
    gap: 36px; } }

@media only screen and (min-width: 0em) {
  .gap-xs-40 {
    gap: 40px; } }

@media only screen and (min-width: 36em) {
  .gap-sm-4 {
    gap: 4px; } }

@media only screen and (min-width: 36em) {
  .gap-sm-8 {
    gap: 8px; } }

@media only screen and (min-width: 36em) {
  .gap-sm-12 {
    gap: 12px; } }

@media only screen and (min-width: 36em) {
  .gap-sm-16 {
    gap: 16px; } }

@media only screen and (min-width: 36em) {
  .gap-sm-20 {
    gap: 20px; } }

@media only screen and (min-width: 36em) {
  .gap-sm-24 {
    gap: 24px; } }

@media only screen and (min-width: 36em) {
  .gap-sm-28 {
    gap: 28px; } }

@media only screen and (min-width: 36em) {
  .gap-sm-32 {
    gap: 32px; } }

@media only screen and (min-width: 36em) {
  .gap-sm-36 {
    gap: 36px; } }

@media only screen and (min-width: 36em) {
  .gap-sm-40 {
    gap: 40px; } }

@media only screen and (min-width: 48em) {
  .gap-md-4 {
    gap: 4px; } }

@media only screen and (min-width: 48em) {
  .gap-md-8 {
    gap: 8px; } }

@media only screen and (min-width: 48em) {
  .gap-md-12 {
    gap: 12px; } }

@media only screen and (min-width: 48em) {
  .gap-md-16 {
    gap: 16px; } }

@media only screen and (min-width: 48em) {
  .gap-md-20 {
    gap: 20px; } }

@media only screen and (min-width: 48em) {
  .gap-md-24 {
    gap: 24px; } }

@media only screen and (min-width: 48em) {
  .gap-md-28 {
    gap: 28px; } }

@media only screen and (min-width: 48em) {
  .gap-md-32 {
    gap: 32px; } }

@media only screen and (min-width: 48em) {
  .gap-md-36 {
    gap: 36px; } }

@media only screen and (min-width: 48em) {
  .gap-md-40 {
    gap: 40px; } }

@media only screen and (min-width: 62em) {
  .gap-lg-4 {
    gap: 4px; } }

@media only screen and (min-width: 62em) {
  .gap-lg-8 {
    gap: 8px; } }

@media only screen and (min-width: 62em) {
  .gap-lg-12 {
    gap: 12px; } }

@media only screen and (min-width: 62em) {
  .gap-lg-16 {
    gap: 16px; } }

@media only screen and (min-width: 62em) {
  .gap-lg-20 {
    gap: 20px; } }

@media only screen and (min-width: 62em) {
  .gap-lg-24 {
    gap: 24px; } }

@media only screen and (min-width: 62em) {
  .gap-lg-28 {
    gap: 28px; } }

@media only screen and (min-width: 62em) {
  .gap-lg-32 {
    gap: 32px; } }

@media only screen and (min-width: 62em) {
  .gap-lg-36 {
    gap: 36px; } }

@media only screen and (min-width: 62em) {
  .gap-lg-40 {
    gap: 40px; } }

@media only screen and (min-width: 75em) {
  .gap-xl-4 {
    gap: 4px; } }

@media only screen and (min-width: 75em) {
  .gap-xl-8 {
    gap: 8px; } }

@media only screen and (min-width: 75em) {
  .gap-xl-12 {
    gap: 12px; } }

@media only screen and (min-width: 75em) {
  .gap-xl-16 {
    gap: 16px; } }

@media only screen and (min-width: 75em) {
  .gap-xl-20 {
    gap: 20px; } }

@media only screen and (min-width: 75em) {
  .gap-xl-24 {
    gap: 24px; } }

@media only screen and (min-width: 75em) {
  .gap-xl-28 {
    gap: 28px; } }

@media only screen and (min-width: 75em) {
  .gap-xl-32 {
    gap: 32px; } }

@media only screen and (min-width: 75em) {
  .gap-xl-36 {
    gap: 36px; } }

@media only screen and (min-width: 75em) {
  .gap-xl-40 {
    gap: 40px; } }

@media only screen and (min-width: 87.5em) {
  .gap-full-4 {
    gap: 4px; } }

@media only screen and (min-width: 87.5em) {
  .gap-full-8 {
    gap: 8px; } }

@media only screen and (min-width: 87.5em) {
  .gap-full-12 {
    gap: 12px; } }

@media only screen and (min-width: 87.5em) {
  .gap-full-16 {
    gap: 16px; } }

@media only screen and (min-width: 87.5em) {
  .gap-full-20 {
    gap: 20px; } }

@media only screen and (min-width: 87.5em) {
  .gap-full-24 {
    gap: 24px; } }

@media only screen and (min-width: 87.5em) {
  .gap-full-28 {
    gap: 28px; } }

@media only screen and (min-width: 87.5em) {
  .gap-full-32 {
    gap: 32px; } }

@media only screen and (min-width: 87.5em) {
  .gap-full-36 {
    gap: 36px; } }

@media only screen and (min-width: 87.5em) {
  .gap-full-40 {
    gap: 40px; } }

@media only screen and (max-width: 35.99875em) {
  .gap-sm2-4 {
    gap: 4px; } }

@media only screen and (max-width: 35.99875em) {
  .gap-sm2-8 {
    gap: 8px; } }

@media only screen and (max-width: 35.99875em) {
  .gap-sm2-12 {
    gap: 12px; } }

@media only screen and (max-width: 35.99875em) {
  .gap-sm2-16 {
    gap: 16px; } }

@media only screen and (max-width: 35.99875em) {
  .gap-sm2-20 {
    gap: 20px; } }

@media only screen and (max-width: 35.99875em) {
  .gap-sm2-24 {
    gap: 24px; } }

@media only screen and (max-width: 35.99875em) {
  .gap-sm2-28 {
    gap: 28px; } }

@media only screen and (max-width: 35.99875em) {
  .gap-sm2-32 {
    gap: 32px; } }

@media only screen and (max-width: 35.99875em) {
  .gap-sm2-36 {
    gap: 36px; } }

@media only screen and (max-width: 35.99875em) {
  .gap-sm2-40 {
    gap: 40px; } }

@media only screen and (max-width: 47.99875em) {
  .gap-md2-4 {
    gap: 4px; } }

@media only screen and (max-width: 47.99875em) {
  .gap-md2-8 {
    gap: 8px; } }

@media only screen and (max-width: 47.99875em) {
  .gap-md2-12 {
    gap: 12px; } }

@media only screen and (max-width: 47.99875em) {
  .gap-md2-16 {
    gap: 16px; } }

@media only screen and (max-width: 47.99875em) {
  .gap-md2-20 {
    gap: 20px; } }

@media only screen and (max-width: 47.99875em) {
  .gap-md2-24 {
    gap: 24px; } }

@media only screen and (max-width: 47.99875em) {
  .gap-md2-28 {
    gap: 28px; } }

@media only screen and (max-width: 47.99875em) {
  .gap-md2-32 {
    gap: 32px; } }

@media only screen and (max-width: 47.99875em) {
  .gap-md2-36 {
    gap: 36px; } }

@media only screen and (max-width: 47.99875em) {
  .gap-md2-40 {
    gap: 40px; } }

@media only screen and (max-width: 61.99875em) {
  .gap-lg2-4 {
    gap: 4px; } }

@media only screen and (max-width: 61.99875em) {
  .gap-lg2-8 {
    gap: 8px; } }

@media only screen and (max-width: 61.99875em) {
  .gap-lg2-12 {
    gap: 12px; } }

@media only screen and (max-width: 61.99875em) {
  .gap-lg2-16 {
    gap: 16px; } }

@media only screen and (max-width: 61.99875em) {
  .gap-lg2-20 {
    gap: 20px; } }

@media only screen and (max-width: 61.99875em) {
  .gap-lg2-24 {
    gap: 24px; } }

@media only screen and (max-width: 61.99875em) {
  .gap-lg2-28 {
    gap: 28px; } }

@media only screen and (max-width: 61.99875em) {
  .gap-lg2-32 {
    gap: 32px; } }

@media only screen and (max-width: 61.99875em) {
  .gap-lg2-36 {
    gap: 36px; } }

@media only screen and (max-width: 61.99875em) {
  .gap-lg2-40 {
    gap: 40px; } }

@media only screen and (max-width: 74.99875em) {
  .gap-xl2-4 {
    gap: 4px; } }

@media only screen and (max-width: 74.99875em) {
  .gap-xl2-8 {
    gap: 8px; } }

@media only screen and (max-width: 74.99875em) {
  .gap-xl2-12 {
    gap: 12px; } }

@media only screen and (max-width: 74.99875em) {
  .gap-xl2-16 {
    gap: 16px; } }

@media only screen and (max-width: 74.99875em) {
  .gap-xl2-20 {
    gap: 20px; } }

@media only screen and (max-width: 74.99875em) {
  .gap-xl2-24 {
    gap: 24px; } }

@media only screen and (max-width: 74.99875em) {
  .gap-xl2-28 {
    gap: 28px; } }

@media only screen and (max-width: 74.99875em) {
  .gap-xl2-32 {
    gap: 32px; } }

@media only screen and (max-width: 74.99875em) {
  .gap-xl2-36 {
    gap: 36px; } }

@media only screen and (max-width: 74.99875em) {
  .gap-xl2-40 {
    gap: 40px; } }

/* ==========================================================================
   other（知らないところで追記があったスタイル）
   ========================================================================== */
#ranking-body .nowrap {
  white-space: nowrap; }

#ranking-body img {
  width: 80px;
  height: 80px; }

.company-slider {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  opacity: 0; }
  .company-slider.slick-initialized {
    visibility: visible;
    opacity: 1; }
  .company-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (min-width: 48em) {
      .company-slider .slick-track {
        gap: 16px; } }
    @media only screen and (max-width: 47.99875em) {
      .company-slider .slick-track {
        gap: 8px; } }
  .company-slider img {
    width: auto; }
    @media only screen and (min-width: 48em) {
      .company-slider img {
        height: 48px; } }
    @media only screen and (max-width: 47.99875em) {
      .company-slider img {
        height: 27px; } }

.company-slider + .company-slider {
  margin-top: 8px; }

.company-slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (min-width: 48em) {
    .company-slider__item {
      gap: 16px; } }
  @media only screen and (max-width: 47.99875em) {
    .company-slider__item {
      gap: 8px; } }

.achievement-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media only screen and (max-width: 47.99875em) {
    .achievement-images {
      gap: 8px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media only screen and (min-width: 48em) {
    .achievement-images {
      gap: 24px; } }
  @media only screen and (max-width: 47.99875em) {
    .achievement-images img {
      width: auto;
      height: 8vw; } }

.overflow-hidden {
  overflow: hidden; }

.function-title.-content-creation {
  --bg-color: #00AFD1; }

.function-title.-data-analysis {
  --bg-color: #0086d1; }

.function-title.-web-customer-service {
  --bg-color: #005BD1; }

.function-card-body {
  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; }

.card-img-title {
  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: 20px 20px 0 20px;
  gap: 10px; }

.card-img-title .card-img-title__image {
  width: 40%;
  max-width: 80px; }

.card-img-title .card-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.card-img-title .card-img-bg {
  padding-top: 100%; }

.card-img-title .card-img-bg span {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%; }

.company-slide {
  height: 110px;
  margin-top: 30px;
  pointer-events: none;
  text-align: center; }

.company-slide.-rounded {
  height: auto;
  margin-top: 16px;
  border-radius: 8px;
  overflow: hidden;
  padding-block: 12px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background-color: #fff; }

.company-slide-image {
  -webkit-animation: bg-slider 46s linear infinite;
          animation: bg-slider 46s linear infinite;
  background: url("/files/result_logo_slide.webp") repeat-x 50%;
  background-size: auto 110px;
  height: 110px;
  width: 100%; }

@-webkit-keyframes bg-slider {
  0% {
    background-position: 0 0; }
  to {
    background-position: -1537px 0; } }

@keyframes bg-slider {
  0% {
    background-position: 0 0; }
  to {
    background-position: -1537px 0; } }

@-webkit-keyframes bg-slider-sp {
  0% {
    background-position: 0 0; }
  to {
    background-position: -770px 0; } }

@keyframes bg-slider-sp {
  0% {
    background-position: 0 0; }
  to {
    background-position: -770px 0; } }

@media only screen and (max-width: 47.99875em) {
  .company-slide {
    height: 55px; }
  .company-slide.-rounded {
    padding-block: 8px; }
  .company-slide-image {
    -webkit-animation: bg-slider-sp 23s linear infinite;
            animation: bg-slider-sp 23s linear infinite;
    background-size: auto 55px;
    height: 55px; } }

.grid {
  display: -ms-grid;
  display: grid; }
  .grid.-col_4 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr); }
  .grid.-gap_20 {
    gap: 20px; }
  @media only screen and (max-width: 47.99875em) {
    .grid.-gap_md2_8 {
      gap: 8px; } }
  @media only screen and (max-width: 47.99875em) {
    .grid.-col_md2_2 {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); } }

.sns-anchor {
  position: relative;
  background-color: #fff;
  border: 1px solid #1085d4;
  border-radius: 0.5rem;
  padding: 1.25rem 1.25rem 2.5rem 1.25rem;
  text-align: center;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease; }
  @media only screen and (max-width: 47.99875em) {
    .sns-anchor {
      padding: 1rem 0.75rem 1.5rem 0.75rem;
      margin-bottom: 1rem; } }
  @media (hover: hover) {
    .sns-anchor:hover {
      border-color: #1085d4;
      background-color: #e6f3fb; } }

.sns-anchor__title {
  font-size: 1rem;
  font-weight: bold;
  color: #000; }
  @media only screen and (max-width: 47.99875em) {
    .sns-anchor__title {
      font-size: 0.875rem; } }

.sns-anchor__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem; }
  @media only screen and (max-width: 47.99875em) {
    .sns-anchor__list {
      gap: 0.25rem; } }

.sns-anchor__list img {
  width: 13.9%;
  height: 13.9%; }

.sns-anchor__arrow {
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #1085d4;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  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;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease; }
  @media only screen and (max-width: 47.99875em) {
    .sns-anchor__arrow {
      bottom: -0.75rem;
      width: 1.5rem;
      height: 1.5rem; } }
  .sns-anchor__arrow img {
    width: 1.5rem;
    height: 1.5rem; }
    @media only screen and (max-width: 47.99875em) {
      .sns-anchor__arrow img {
        width: 0.75rem;
        height: 0.75rem; } }

.heading-label {
  color: #1085d4;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0.5rem; }

/* 光のスライドアニメーション（左→右） */
@-webkit-keyframes shine {
  0% {
    left: -60%;
    opacity: 0; }
  /* 最初の75%（3秒）は待機 */
  75% {
    left: -60%;
    opacity: 0; }
  /* 75%から開始 */
  77.5% {
    opacity: 1; }
  97.5% {
    opacity: 1; }
  100% {
    left: 120%;
    opacity: 0; } }
@keyframes shine {
  0% {
    left: -60%;
    opacity: 0; }
  /* 最初の75%（3秒）は待機 */
  75% {
    left: -60%;
    opacity: 0; }
  /* 75%から開始 */
  77.5% {
    opacity: 1; }
  97.5% {
    opacity: 1; }
  100% {
    left: 120%;
    opacity: 0; } }

/* アニメの無効化（ユーザー設定に追従） */
@media (prefers-reduced-motion: reduce) {
  .btn-tip::after {
    -webkit-animation: none !important;
            animation: none !important; } }

.badge-feature {
  position: relative;
  overflow: hidden;
  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: 0.25rem 1rem;
  border-radius: 100vh;
  background: -webkit-linear-gradient(125.7deg, #D58EFF 0%, #3CB0FE 100%);
  background: linear-gradient(324.3deg, #D58EFF 0%, #3CB0FE 100%);
  color: #fff;
  font-weight: bold;
  /* 光の帯（クリックを妨げない装飾） */ }
  .badge-feature::after {
    content: "";
    position: absolute;
    top: 0;
    left: -60%;
    width: 60%;
    height: 100%;
    background: -webkit-linear-gradient(330deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: skewX(-20deg);
        -ms-transform: skewX(-20deg);
            transform: skewX(-20deg);
    -webkit-animation: shine 4s ease-in-out infinite;
            animation: shine 4s ease-in-out infinite;
    pointer-events: none; }

.marker-feature {
  background-image: -webkit-linear-gradient(125.7deg, #D58EFF 0%, #3CB0FE 100%);
  background-image: linear-gradient(324.3deg, #D58EFF 0%, #3CB0FE 100%);
  background-size: 100% 8px;
  background-repeat: no-repeat;
  background-position: bottom; }

.gap-8 {
  gap: 8px; }

.rounded-8 {
  border-radius: 8px; }

.px-\[3\.6\%\] {
  padding-left: 3.6%;
  padding-right: 3.6%; }
