@charset "UTF-8";
*, :before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5% !important; }

ul, ol {
  list-style: none;
  padding-left: 0; }

img {
  height: auto !important;
  max-width: 100%; }

::-moz-selection {
  background: #cccccc;
  /* Safari */
  color: #000000; }

::selection {
  background: #cccccc;
  /* Safari */
  color: #000000; }

::-moz-selection {
  background: #cccccc;
  /* Firefox */
  color: #000000; }

a img, x:-moz-any-link {
  opacity: 1;
  filter: alpha(opacity=100);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=100)";
  /* ie 8 */
  -moz-opacity: 1;
  /* FF lt 1.5, Netscape */
  -khtml-opacity: 1;
  /* Safari 1.x */
  zoom: 1; }

a:hover img, x:-moz-any-link {
  opacity: 0.7; }

a:hover img {
  opacity: 0.7;
  zoom: 1; }

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    background-color: #ffffff; }
  100% {
    opacity: 1;
    background-color: #ffffff; } }

body {
  -webkit-animation-name: fadein;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  background: #ffffff; }

.m-trial button {
  font-size: 16px; }

.breadcrumbs {
  background-color: #ebeef0;
  min-height: 32px;
  position: relative;
  z-index: 99999; }

.breadcrumbs .l-inner {
  padding: 6px 0;
  background: #ebeef0; }

.breadcrumbs a {
  font-size: 14px;
  color: #5c5c5c;
  position: relative;
  text-decoration: underline; }

.breadcrumbs span {
  font-size: 14px;
  color: #5c5c5c; }

.breadcrumbs .current-item {
  font-size: 14px;
  color: #878787; }

.breadcrumbs a::after {
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 15px;
  display: inline-block;
  padding: 0 8px;
  padding-right: 5px; }

.scrollToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border: 2px solid #3f3f3f;
    background-color: transparent;
    color: #3f3f3f;
    overflow: hidden;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    text-align: center; }
.scrollToTop i {
    line-height: 32px; }

.scrollToTop:hover {
    background-color: transparent;
    color: #7aaedd;
    border-color: #7aaedd; }

@media screen and (max-width: 767px) {
  .m-trial input[type="text"], .m-trial textarea, .m-trial select {
    font-size: 1.8rem !important; } }

.m-trial input[type="text"], .m-trial textarea, .m-trial select {
  padding: 15px 60px 15px 15px !important; }

.l-container {
  width: 100%;
  font-family: "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", 'メイリオ', 'Meiryo', Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  overflow: hidden;
  line-break: strict; }
  @media (max-width: 767px) {
    .l-container {
      padding-top: 50px; } }
  .l-container.thx {
    position: relative; }
    .l-container.thx .bg-top {
      position: absolute;
      z-index: -1;
      top: 0;
      left: 2rem;
      width: 100%; }
      @media screen and (min-width: 768px) {
        .l-container.thx .bg-top {
          width: 40%;
          top: 2rem; } }
    .l-container.thx .bg-bottom {
      position: absolute;
      z-index: -1;
      bottom: 2rem;
      right: 2rem;
      width: 90%; }
      @media screen and (min-width: 768px) {
        .l-container.thx .bg-bottom {
          width: 50%; } }

.l-kv {
  width: 100%;
  max-width: 2400px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (min-width: 1480px) {
    .l-kv {
      background-position: top -150px left 0; } }
  @media screen and (max-width: 600px) {
    .l-kv {
      min-height: 200px;
      max-height: auto;
      background-size: contain; } }
  @media screen and (min-width: 768px) {
    .l-kv {
      background-image: url(../images/kv--solution.jpg);
      height: 52.85vh;
      max-height: 550px;
      min-height: 430px; } }
  .l-kv img.ttl {
    width: 100%;
    max-width: 400px;
    display: block;
    margin: 0 auto 3rem; }
    @media screen and (min-width: 768px) {
      .l-kv img.ttl {
        margin-bottom: 5rem; } }
  .l-kv p.lead {
    font-size: 1.7rem;
    white-space: nowrap;
    color: #fff;
    text-align: center;
    font-weight: bold; }
    @media screen and (min-width: 768px) {
      .l-kv p.lead {
        font-size: 2.3rem; } }
  .l-kv__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 85%;
    max-width: 500px; }
    @media screen and (max-width: 767px) {
      .l-kv__inner {
        bottom: 2rem;
        top: auto; } }

.l-section {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 4rem 0;
  height: auto;
  position: relative; }
  @media screen and (min-width: 768px) {
    .l-section {
      padding: 8rem 0; } }
  .l-section__inner {
    width: 100%;
    max-width: 1140px;
    display: block;
    margin: 0 auto;
    position: relative;
    padding-left: 2rem;
    padding-right: 2rem; }
  .l-section.initial {
    padding: 0; }
    .l-section.initial p.arrow {
      text-align: center;
      margin-top: -1rem;
      position: relative;
      z-index: 99;
      -webkit-animation-name: fluffy;
      animation-name: fluffy;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-direction: alternate;
      animation-direction: alternate;
      -webkit-animation-duration: 1s;
      animation-duration: 1s; }

@-webkit-keyframes fluffy {
  0% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px); }
  100% {
    -webkit-transform: translate(0, -15px);
    transform: translate(0, -15px); } }

@keyframes fluffy {
  0% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px); }
  100% {
    -webkit-transform: translate(0, -15px);
    transform: translate(0, -15px); } }
    .l-section.initial div.txt {
      max-width: 1140px;
      padding: 70px 20px 20px;
      margin: 0 auto;
      text-align: center; }
      .l-section.initial div.txt p {
        font-size: 2.4rem;
        font-weight: bold;
      }
      @media (max-width: 767px) {
        .l-section.initial div.txt p {
          font-size: 1.8rem;
        }
      }
      @media screen and (min-width: 768px) {
        .l-section.initial div.txt .p-txt.marker {
          font-size: 2rem !important; } }
      .l-section.initial div.txt .marker {
        font-weight: bold; }
  .l-section.nav-map {
    position: relative; }
    @media screen and (min-width: 768px) {
      .l-section.nav-map {
        padding-top: 4rem; } }
    .l-section.nav-map .l-section__inner {
      padding-left: 0;
      padding-right: 0; }
    .l-section.nav-map .nav-map__bg {
      width: 100%;
      height: 50%;
      position: absolute;
      z-index: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background-size: auto auto;
      background-color: white;
      background-image: -webkit-repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(45, 78, 150, 0.3) 5px, rgba(45, 78, 150, 0.3) 6px);
      background-image: -o-repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(45, 78, 150, 0.3) 5px, rgba(45, 78, 150, 0.3) 6px);
      background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(45, 78, 150, 0.3) 5px, rgba(45, 78, 150, 0.3) 6px); }
    .l-section.nav-map .nav-map__maparea {
      position: relative;
      z-index: 99; }
      .l-section.nav-map .nav-map__maparea img {
        width: 100%; }
  .l-section.seo {
    background: rgba(45, 78, 150, 0.05); }
    .l-section.seo .bg-seosection {
      position: absolute;
      top: -30px;
      right: 0;
      width: 50%;
      max-width: 450px;
      z-index: 0; }
    .l-section.seo .bg-seosection2 {
      position: absolute;
      bottom: -30px;
      right: 0;
      width: 50%;
      max-width: 280px;
      z-index: 0; }
  .l-section.contents .bg-contentssection {
    position: absolute;
    width: 50%;
    max-width: 400px;
    top: -20px;
    left: -20px;
    z-index: -1; }
  .l-section.uiux {
    background: rgba(45, 78, 150, 0.05); }
    .l-section.uiux .bg-uiuxsection {
      position: absolute;
      top: 30px;
      left: 50%;
      width: 90%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: -1; }
  .l-section.analytics .bg-analyticssection {
    position: absolute;
    right: 10%;
    top: -30px;
    width: 50%;
    z-index: -1;
    max-width: 300px; }
  .l-section.hr-seminar {
    background: rgba(45, 78, 150, 0.05); }
    .l-section.hr-seminar .bg-hr-seminarsection {
      position: absolute;
      right: 10%;
      top: 20px;
      width: 50%;
      z-index: -1;
      max-width: 300px; }

.p-txt {
  font-size: 1.7rem;
  line-height: 1.7;
  margin-bottom: 1.5rem; }
  @media screen and (min-width: 768px) {
    .p-txt {
      font-size: 1.8rem; } }
  .p-txt.blue {
    color: #2d4e96; }
  .p-txt.grey {
    color: #707070; }
  .p-txt.black {
    color: #000; }
  .p-txt.white {
    color: #fff; }
  .p-txt.marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fff30b));
    background: -webkit-linear-gradient(transparent 50%, #fff30b 50%);
    background: -o-linear-gradient(transparent 50%, #fff30b 50%);
    background: linear-gradient(transparent 50%, #fff30b 50%); }

.c-title--h2 {
  font-size: 2.8rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 3rem; }
  @media screen and (min-width: 768px) {
    .c-title--h2 {
      font-size: 4.2rem;
      margin-bottom: 4rem; } }
  .c-title--h2.blue {
    color: #2d4e96; }

.c-title--h3 {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  text-align: left;
  position: relative;
  color: #000;
  z-index: 2; }
  @media screen and (min-width: 768px) {
    .c-title--h3 {
      font-size: 2.4rem; } }
  .c-title--h3 + .desc {
    font-size: 1.6rem;
    margin-bottom: 4rem;
    line-height: 1.5; }

.c-title-users {
  color: #000;
  font-size: 1.6rem;
  line-height: 2.1rem;
  font-weight: bold;
  margin-top: -70px;
  padding-left: 100px; }
  @media screen and (min-width: 768px) {
    .c-title-users {
      font-size: 1.8rem;
      line-height: 2.4rem;
      margin-top: 0;
      padding-left: 0; } }

.c-title-conference {
  color: #2d4e96;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.1rem;
  margin-bottom: 2rem;
  display: block; }
  .c-title-conference::before, .c-title-conference::after {
    content: none; }
  @media screen and (min-width: 768px) {
    .c-title-conference {
      font-size: 2.2rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .c-title-conference::before, .c-title-conference::after {
        content: "";
        height: 2px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        background-color: #707070; }
      .c-title-conference::before {
        margin-right: 1rem; }
      .c-title-conference::after {
        margin-left: 1rem; } }

.c-title-movie-sub {
  font-size: 1.6rem;
  line-height: 2.1rem;
  color: #000;
  font-weight: bold;
  padding-left: 60px;
  position: relative;
  min-height: 37px;
  margin-top: 2rem; }
  .c-title-movie-sub span {
    position: absolute;
    top: 50%;
    left: 60px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .c-title-movie-sub::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: inline-block;
    width: 50px;
    height: 37px;
    background-size: contain; }
  .c-title-movie-sub.no1::before {
    background: url("../images/icon-movie-no1.svg") no-repeat; }
  .c-title-movie-sub.no2::before {
    background: url("../images/icon-movie-no2.svg") no-repeat; }
  .c-title-movie-sub.no3::before {
    background: url("../images/icon-movie-no3.svg") no-repeat; }

.c-btn--cvr {
  position: relative;
  background: #3a64db;
  background: -webkit-gradient(linear, left top, right top, from(#29abe2), to(#3a64db));
  background: -webkit-linear-gradient(left, #29abe2 0%, #3a64db 100%);
  background: -o-linear-gradient(left, #29abe2 0%, #3a64db 100%);
  background: linear-gradient(to right, #29abe2 0%, #3a64db 100%);
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 1.5rem 2rem 1.5rem 1rem;
  white-space: nowrap;
  width: 100%;
  max-width: 335px;
  border-radius: 2rem;
  -moz-box-shadow: 5px 10px 20px -2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 5px 10px 20px -2px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 5px 10px 20px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 10px 20px -2px rgba(0, 0, 0, 0.3);
  display: block; }
.c-btn--cvr.btn-yellow {
  background: linear-gradient(to right, #ffdb75 0%, #ffb41d 100%);;
  color: #191b1c;
}
  @media screen and (min-width: 768px) {
    .c-btn--cvr {
      font-size: 2.2rem;
      max-width: 365px;} }
  .c-btn--cvr a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10; }
  .c-btn--cvr::after {
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    background: url(../images/icon--arrow--double.svg) no-repeat;
    background-size: contain; }
  .c-btn--cvr:hover {
    background: #2d4e96; }
  .c-btn--cvr.btn-yellow:hover {
    background: #ffc400; }
  .c-btn--cvr .icon--logo {
    position: absolute;
    top: -45px;
    left: -15px; }
  .c-btn--cvr.icon {
    margin-top: 5rem; }
    @media screen and (min-width: 768px) {
      .c-btn--cvr.icon {
        margin-top: 0; } }

.c-box--question {
  width: 90%;
  max-width: 800px;
  margin: -3rem auto 0;
  background: #efefef;
  padding: 3rem 3.5rem;
  position: relative; }
  @media screen and (min-width: 768px) {
    .c-box--question {
      width: 80%; } }
  @media screen and (min-width: 768px) {
    .c-box--question {
      padding: 4rem 4.5rem; } }
  .c-box--question img.question {
    position: absolute;
    width: 20%;
    max-width: 100px;
    right: 2rem;
    bottom: -1rem;
    z-index: 0; }
  .c-box--question__list {
    position: relative;
    z-index: 1; }
    .c-box--question__list__item {
      color: #2d4e96;
      font-size: 1.6rem;
      font-weight: bold;
      line-height: 1.1;
      margin-bottom: 1.5rem;
      padding-left: 2.5rem;
      position: relative; }
      .c-box--question__list__item:last-child {
        margin-bottom: 0; }
      .c-box--question__list__item::before {
        content: "";
        display: inline-block;
        width: 2rem;
        height: 2rem;
        background: url(../images/icon--checkbox.svg) no-repeat;
        background-size: contain;
        position: absolute;
        top: 0;
        left: -.5rem; }

.c-box--exlist {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  -moz-box-shadow: 1px 5px 10px -3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 5px 10px -3px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 1px 5px 10px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 5px 10px -3px rgba(0, 0, 0, 0.3);
  padding: 2rem;
  margin-bottom: 2rem; }
  .c-box--exlist__ttl {
    background: #000;
    padding: .8rem;
    color: #fff;
    border: 1px solid #000;
    border-radius: 2rem;
    font-size: 1.6rem;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 2rem; }
    .c-box--exlist__ttl--wrap {
      margin-top: -3rem; }
  .c-box--exlist__list {
    list-style-type: disc;
    margin-left: 2rem; }
    .c-box--exlist__list__item {
      color: #000;
      font-size: 1.6rem;
      border-bottom: 2px solid #fff30b;
      margin-bottom: 1rem;
      padding-top: .5rem; }
  .c-box--exlist:last-child {
    margin-bottom: 0; }

.c-box--checkarea {
  width: 100%;
  margin-left: 0; }
  @media screen and (min-width: 768px) {
    .c-box--checkarea {
      width: calc(100% + 26rem);
      margin-left: -13rem; } }
  .c-box--checkarea__ttl {
    color: #2d4e96;
    font-size: 1.8rem;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3rem; }
    .c-box--checkarea__ttl::before, .c-box--checkarea__ttl::after {
      content: "";
      height: 2px;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      background-color: #2d4e96; }
    .c-box--checkarea__ttl::before {
      margin-right: 1rem; }
    .c-box--checkarea__ttl::after {
      margin-left: 1rem; }
  .c-box--checkarea .holder {
    opacity: 0;
    height: 0; }

.c-box--thx {
  margin-bottom: 6rem; }
  .c-box--thx .img-mieruca {
    display: block;
    margin: 0 auto 4rem; }
  .c-box--thx__ttl {
    font-size: 2rem;
    color: #000;
    font-weight: bold;
    margin-bottom: 4rem;
    text-align: left;
    display: inline-block;
    letter-spacing: -1px; }
    .c-box--thx__ttl__wrap {
      text-align: center; }
  .c-box--thx__txt {
    text-align: left;
    display: inline-block;
    color: #000;
    font-size: 1.8rem;
    line-height: 2;
    margin-bottom: 0; }
    .c-box--thx__txt__wrap {
      text-align: center; }
    .c-box--thx__txt a {
      text-decoration: underline;
      color: #707070; }

.c-flexbox--seo {
  position: relative;
  z-index: 2;
  display: block; }
  @media screen and (min-width: 768px) {
    .c-flexbox--seo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .c-flexbox--seo__main {
    padding: 2.3rem;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .c-flexbox--seo__main {
        padding: 3.6rem;
        padding-right: 6.3rem;
        padding-bottom: 4rem;
        width: 55%; } }
  .c-flexbox--seo__img {
    margin-top: 3rem; }
    @media screen and (min-width: 768px) {
      .c-flexbox--seo__img {
        margin-top: 0;
        position: relative;
        width: 50%; }
        .c-flexbox--seo__img img {
          position: absolute;
          z-index: 3;
          top: 2rem;
          left: -4rem; } }

.c-flexbox--btn {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 3rem auto; }
.c-flexbox--btn {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
.c-flexbox--btn .row {
  display: flex;
  width: 100%;
  gap: 24px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.c-flexbox--btn .row .c-btn--cvr {
  flex: 1;
  margin: 0;
}
  @media screen and (min-width: 768px) {
    .c-flexbox--btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 4rem auto; 
      flex-direction: row;}
      .c-flexbox--btn.lookerstudio {
        flex-direction: column;
      }
      .c-flexbox--btn.lookerstudio .row {
        flex-direction: row;
      }
  }

.c-flexbox--contents {
  display: block; }
  @media screen and (min-width: 768px) {
    .c-flexbox--contents {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; } }
  .c-flexbox--contents__item {
    width: 100%;
    background: #efefef;
    padding: 2rem;
    padding-left: 5rem;
    position: relative;
    margin-bottom: 2rem;
    -moz-box-shadow: 1px 5px 10px -3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 5px 10px -3px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 1px 5px 10px -3px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 5px 10px -3px rgba(0, 0, 0, 0.3); }
    @media screen and (min-width: 768px) {
      .c-flexbox--contents__item {
        padding: 3rem;
        padding-left: 5rem; } }
    .c-flexbox--contents__item:last-child {
      margin-bottom: 0; }
    .c-flexbox--contents__item .icon-contents {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0; }
    .c-flexbox--contents__item__ttl {
      color: #2d4e96;
      font-weight: bold;
      font-size: 1.7rem; }
    .c-flexbox--contents__item__list {
      list-style-type: disc;
      color: #000;
      margin-left: 2rem;
      margin-top: 1rem; }
      .c-flexbox--contents__item__list li {
        font-size: 1.6rem;
        line-height: 1.2;
        margin-bottom: .8rem; }
        .c-flexbox--contents__item__list li:last-child {
          margin-bottom: 0; }
    @media screen and (min-width: 768px) {
      .c-flexbox--contents__item {
        width: 49%;
        margin-bottom: 3rem; }
        .c-flexbox--contents__item:last-child {
          margin-bottom: 3rem; } }

.c-flexbox--uiux {
  display: block; }
  @media screen and (min-width: 768px) {
    .c-flexbox--uiux {
      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; } }
  .c-flexbox--uiux__main {
    margin-bottom: 3rem; }
    .c-flexbox--uiux__main p.caption {
      color: #707070;
      font-size: 1.4rem; }
  .c-flexbox--uiux__img {
    width: 100%;
    margin-left: 0; }
    @media screen and (min-width: 768px) {
      .c-flexbox--uiux__img {
        width: 40%;
        margin-left: 3rem; } }

.c-flexbox--analytics {
  display: block;
  position: relative;
  z-index: 1; }
  @media screen and (min-width: 768px) {
    .c-flexbox--analytics {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .c-flexbox--analytics__main__item {
    max-width: 400px;
    background: rgba(45, 78, 150, 0.05);
    border-radius: 1.2rem;
    padding: 2rem;
    margin-bottom: 2rem; }
    .c-flexbox--analytics__main__item:last-child {
      margin-bottom: 0; }
    .c-flexbox--analytics__main__item__ttl {
      color: #2d4e96;
      font-size: 1.7rem;
      font-weight: bold;
      margin-bottom: 1rem; }
    .c-flexbox--analytics__main__item__list {
      list-style-type: disc;
      margin-left: 2rem; }
      .c-flexbox--analytics__main__item__list li {
        color: #000;
        font-size: 1.6rem;
        line-height: 1.2;
        margin-bottom: .5rem; }
        .c-flexbox--analytics__main__item__list li:last-child {
          margin-bottom: 0; }
  .c-flexbox--analytics__img {
    margin-bottom: 3rem;
    margin-right: 0; }
    .c-flexbox--analytics__img img {
      width: 100%;
      max-width: 400px; }
    @media screen and (min-width: 768px) {
      .c-flexbox--analytics__img {
        margin-bottom: 0;
        margin-right: 3rem; } }

.c-flexbox--hr-seminar {
  display: block; }
  @media screen and (min-width: 768px) {
    .c-flexbox--hr-seminar {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .c-flexbox--hr-seminar__main {
    width: 100%;
    margin-bottom: 3rem; }
    @media screen and (min-width: 768px) {
      .c-flexbox--hr-seminar__main {
        margin-right: 3rem; } }
    .c-flexbox--hr-seminar__main__item {
      background: #fff;
      padding: 1.5rem;
      -moz-box-shadow: 1px 5px 10px -3px rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: 1px 5px 10px -3px rgba(0, 0, 0, 0.3);
      -ms-box-shadow: 1px 5px 10px -3px rgba(0, 0, 0, 0.3);
      box-shadow: 1px 5px 10px -3px rgba(0, 0, 0, 0.3);
      margin-bottom: 2rem; }
      @media screen and (min-width: 768px) {
        .c-flexbox--hr-seminar__main__item {
          padding: 3rem; } }
      .c-flexbox--hr-seminar__main__item:last-child {
        margin-bottom: 0; }
      .c-flexbox--hr-seminar__main__item__ttl {
        color: #2d4e96;
        font-size: 1.7rem;
        font-weight: bold;
        border-bottom: 1px dashed #2d4e96;
        margin-bottom: 1.5rem; }
        .c-flexbox--hr-seminar__main__item__ttl span {
          padding-left: .5rem;
          padding-right: .5rem; }
      .c-flexbox--hr-seminar__main__item__list {
        list-style-type: disc;
        margin-left: 2rem; }
        .c-flexbox--hr-seminar__main__item__list li {
          color: #000;
          font-size: 1.6rem;
          line-height: 1.2;
          margin-bottom: .5rem; }
          .c-flexbox--hr-seminar__main__item__list li:last-child {
            margin-bottom: 0; }

            .c-flexbox--checkarea {
              display: flex;
              align-items: center;
              flex-wrap: wrap;
              max-width: 575px;
              margin: 0 auto;
            }
.c-flexbox--checkarea__item {
  margin-bottom: 3rem;
  display: inline; }
  .c-flexbox--checkarea__item input {
    min-width: 20px;
    margin-right: 0; }
  .c-flexbox--checkarea__item label {
    font-size: 1.5rem;
    margin-right: 10px;
  letter-spacing:-.5px; }
  @media screen and (max-width: 787px) {
    .c-flexbox--checkarea__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      width: 100%;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 1rem; }
      .c-flexbox--checkarea__item input {
        width: 25px;
        height: 25px;
        margin-right: 5px; }
      .c-flexbox--checkarea__item label {
        font-size: 1.5rem; } }

.c-flexbox--nav-map {
  position: relative;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .c-flexbox--nav-map__item {
    width: 32%;
    margin: 0 .5% 0 .5%;
    position: relative; }
    .c-flexbox--nav-map__item img {
      width: 100%;
    }
    .c-flexbox--nav-map__item a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 100; }

.c-flexbox--koushi {
  display: block; }
  @media screen and (min-width: 768px) {
    .c-flexbox--koushi {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  .c-flexbox--koushi .txt {
    color: #707070;
    margin: 1rem;
    font-size: 1.6rem; }
    @media screen and (min-width: 768px) {
      .c-flexbox--koushi .txt {
        margin-bottom: 0;
        width: calc(100% - 150px); } }
  .c-flexbox--koushi img {
    width: 150px;
    margin: 0 auto;
    display: block; }

@media screen and (min-width: 768px) {
  .u-dn-pc {
    display: none !important; } }

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

.u-txt-c {
  text-align: center !important; }

.u-txt-r {
  text-align: right !important; }

.u-mt-0 {
  margin-top: 0; }

.u-mr-0 {
  margin-right: 0; }

.u-mb-0px {
  margin-bottom: 0px !important; }

.u-mb-5px {
  margin-bottom: 5px !important; }

.u-mb-10px {
  margin-bottom: 10px !important; }

.u-mb-15px {
  margin-bottom: 15px !important; }

.u-mb-20px {
  margin-bottom: 20px !important; }

.u-mb-25px {
  margin-bottom: 25px !important; }

.u-mb-30px {
  margin-bottom: 30px !important; }

  .header__nav__list li a {
    padding-left: 20px;
    padding-right: 20px;
  }
  @media screen and (min-width: 768px) {
     .c-title--h3.analytics {
       position: absolute;
       top: 0;
       left: auto; }
       .c-title--h3.analytics + .desc {
         margin-top: 7rem; } }
.grecaptcha-badge { visibility: hidden }

.measures-result-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .c-articlelist--archive::after {
    display: block;
    content: "";
    width: 32%;
  }
}
.c-articlelist--archive__item {
  width: 100%;
}
.c-articlelist--archive__item div.inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-articlelist--archive__item div.img-box {
  width: 120px;
}
.c-articlelist--archive__item div.txt {
  width: calc(100% - 130px);
  padding-right: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-articlelist--archive__item div.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0.5rem 0;
  border-bottom: 1px solid #efefef;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  .c-articlelist--archive__item {
    display: block;
    width: 32%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .c-articlelist--archive__item div.inner {
    display: block;
  }
  .c-articlelist--archive__item div.img-box {
    width: 100%;
  }
  .c-articlelist--archive__item div.img-box img {
    width: 100%;
    height: auto !important;
  }
  .c-articlelist--archive__item div.txt {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .c-articlelist--archive__item div.tags {
    border-bottom: none;
  }
}
.c-articlelist--archive__item div.inner a.txt-link h1 {
color: #000;
font-size: 1.7rem;
line-height: 1.9rem;
font-weight: bold;
margin-top: 1rem;
margin-bottom: 0.5rem;
}
.c-articlelist--archive__item div.inner a.txt-link span.company {
color: #707070;
font-size: 1.3rem;
}
.c-box-measures-result {
  padding: 0 3.6rem;
  padding-bottom: 4rem;
}
.c-articlelist--archive__item div.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0.5rem 0;
}
.c-kw--cat {
  border: 1px solid #000;
  border-radius: 0.5rem;
  background: #000;
  color: #fff;
      font-size: 1.2rem;
  font-weight: bold;
  padding: 0.3rem 0.5rem;
      margin: 0.3rem 0.5rem;
  white-space: nowrap;
  display: inline-block;
}
@media (max-width: 767px) {
  .c-box-measures-result {
    padding: 0;
    padding-bottom: 2rem;
  }
}
.mobile-back-to-top.show {
    display: none !important;
}