@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Space+Grotesk:wght@700&display=swap");
*, :before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal; }

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

*:focus {
  outline: none; }

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

.l-container {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif, sans-serif !important;
  overflow: hidden;
  line-break: strict; }
  .l-container main {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 2rem; }
    .l-container main.p-top {
      max-width: 100%;
      padding: 0; }

.footer {
  background: #fff; }

.footer__inner {
  *zoom: 1;
  position: relative;
  max-width: 1000px;
  padding: 15px 0;
  margin-left: auto;
  margin-right: auto; }

.footer__inner:after {
  content: "";
  display: table;
  clear: both; }

.footer__logo {
  float: left;
  padding-top: 20px; }

.footer__cr {
  float: right;
  line-height: 70px;
  font-size: 11px; }

@media screen and (max-width: 767px) {
  .footer__inner {
    max-width: inherit;
    padding: 15px;
    text-align: center; }
  .footer__logo {
    float: none;
    width: 110px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0; }
  .footer__cr {
    margin-top: 10px;
    display: block;
    float: none;
    line-height: 1.231;
    font-size: .7rem; } }

.footer__cr.center {
  display: block;
  text-align: center;
  float: none; }

/* サービスラインナップ */
#mieruca-lineup {
  background-color: #f9f9f9;
  padding: 60px 0; }

.footer-inner {
  max-width: calc(1070px + 2rem);
  margin: 0 auto;
  padding: 0 2rem; }

.mieruca-lineup-title-en {
  color: #f00011;
  font-size: 14px;
  font-weight: 700;
  text-align: center; }

.mieruca-lineup-title-ja {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 40px;
  line-height: 1.7; }

@media (max-width: 767px) {
  .mieruca-lineup-title-ja {
    font-size: 18px; } }

.lineup-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 25px; }

@media (max-width: 767px) {
  .lineup-grid {
    gap: 16px; } }

.lineup-item {
  border: 1px solid #C1CACE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: white;
  padding: 17px;
  border-radius: 10px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none; }

.lineup-item.lineup-item--seo {
  background-color: #EAF8FF;
  color: #0C82BC; }

.lineup-item.lineup-item--heatmap {
  background-color: #FFF6E9;
  color: #D66234; }

.lineup-item.lineup-item--conversion {
  background-color: #F7F3FF;
  color: #4250A0; }

.lineup-item.lineup-item--local {
  background-color: #EDFFFE;
  color: #288E90; }

.lineup-item.lineup-item--douga {
  background-color: #FFEDFA;
  color: #601E4C; }

.lineup-item.lineup-item--consulting {
  background-color: #F4F4FF;
  color: #1D13A3; }

.lineup-item.lineup-item--connect {
  background-color: #F1FCFF;
  color: #00758F; }

.lineup-item.lineup-item--dekiruca {
  background-color: #FFFBE6;
  color: #B9891C; }

.lineup-item .item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
  column-gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
  font-size: 11px;
  font-weight: 700; }

.lineup-item .item-content .item-content-arrow {
  width: 32px;
  height: 32px; }

.lineup-item:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); }

.lineup-item img {
  width: 94px;
  height: auto;
  /* margin-bottom: 10px; */ }

@media (max-width: 1023px) {
  .lineup-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 767px) {
  .lineup-grid {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr); } }

/* footer-cta */
.footer-cta {
  background: #000;
  padding: 60px 0;
  position: relative;
  overflow: hidden; }

.footer-cta-content {
  position: relative;
  z-index: 1; }

.logo-container {
  margin-bottom: 40px; }

@media (max-width: 767px) {
  .logo-container {
    text-align: left;
    margin-bottom: 20px; } }

.logo {
  max-width: 320px;
  width: 100%; }

@media (max-width: 767px) {
  .logo {
    max-width: 240px; } }

.social-icons {
  position: absolute;
  top: 1rem;
  right: 1rem;
  gap: 1rem; }

.social-icons.pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.social-icons.sp {
  display: none; }

@media (max-width: 767px) {
  .social-icons.pc {
    display: none; }
  .social-icons.sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.social-icons a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.social-icon img {
  width: 40px;
  height: 40px;
  /* background-color: #333; */
  border-radius: 50%;
  padding: 5px; }

.hero-text {
  margin: 2rem 0; }

@media (max-width: 767px) {
  .hero-text {
    text-align: left; } }

.hero-text-image {
  max-width: 400px;
  width: 100%; }

@media (max-width: 767px) {
  .hero-text-image {
    max-width: 240px; } }

.hero-description {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 2;
  margin-top: 24px;
  margin-bottom: 24px; }

@media (max-width: 767px) {
  .hero-description {
    text-align: left; } }

.footer-cta-container {
  text-align: center;
  margin: 24px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 1rem;
  width: 840px;
  max-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media (max-width: 767px) {
  .footer-cta-container {
    margin: 40px auto;
    gap: 24px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.cta-text {
  font-size: 1.2rem;
  margin-bottom: 1rem; }

@media (max-width: 767px) {
  .cta-text {
    max-width: 280px;
    margin: 0 auto 1rem; } }

@media (max-width: 768px) {
  .footer-cta-content {
    text-align: center; }
  .social-icons {
    position: static;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1rem; }
  .button-container {
    -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; } }

.p-txt {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  font-weight: 400; }
  @media screen and (min-width: 768px) {
    .p-txt {
      font-size: 1.6rem;
      margin-bottom: 2rem;
      line-height: 2; } }
  .p-txt.blue {
    color: #000e42; }
  .p-txt.grey {
    color: #959595; }
  .p-txt.white {
    color: #fff; }
  .p-txt-at::after {
    content: "@"; }
  .p-txt-cancel {
    text-decoration: line-through; }
  .p-txt--marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, transparent), color-stop(15%, #ff6));
    background: -webkit-linear-gradient(transparent 15%, #ff6 15%);
    background: -o-linear-gradient(transparent 15%, #ff6 15%);
    background: linear-gradient(transparent 15%, #ff6 15%);
    color: #000e42; }

.p-top .c-title--top {
  padding-left: 1rem;
  border-left: 8px solid #ea0018;
  line-height: 1.2;
  margin-bottom: 2rem; }

.p-top .c-mv {
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .p-top .c-mv .overlay-mv {
    width: 100vw;
    height: 100%;
    position: absolute;
    z-index: -1;
    background-color: #000;
    opacity: 0.7; }
  .p-top .c-mv .bg {
    -webkit-filter: blur(20px);
    filter: blur(20px);
    -o-object-fit: fill;
    object-fit: fill;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh !important;
    z-index: -2; }
  .p-top .c-mv__inner {
    max-width: 980px;
    margin: 0 auto 1rem;
    overflow: hidden; }
    @media screen and (min-width: 768px) {
      .p-top .c-mv__inner {
        margin-bottom: 2rem;
        margin: 1rem auto; } }
    .p-top .c-mv__inner .pickup {
      position: relative;
      margin-bottom: 1rem; }
      .p-top .c-mv__inner .pickup .thumb {
        width: 100%; }
      .p-top .c-mv__inner .pickup .ttlarea {
        background: #fff;
        padding: 0.5rem 1rem 1rem; }
        .p-top .c-mv__inner .pickup .ttlarea .cat {
          color: #959595;
          font-size: 0.85rem;
          margin-bottom: 0.5rem; }
        .p-top .c-mv__inner .pickup .ttlarea .ttl {
          color: #000;
          line-height: 1.1;
          font-weight: bold;
          font-size: 1.1rem; }
          @media screen and (min-width: 768px) {
            .p-top .c-mv__inner .pickup .ttlarea .ttl {
              font-size: 1.2rem; } }
    .p-top .c-mv__inner .bnarea {
      position: relative; }
      .p-top .c-mv__inner .bnarea .bnimg {
        max-width: 280px;
        margin: 0 auto;
        width: 100%;
        padding-left: 1rem; }
        @media screen and (min-width: 768px) {
          .p-top .c-mv__inner .bnarea .bnimg {
            max-width: 100%; } }
      .p-top .c-mv__inner .bnarea img {
        margin: 0auto; }
    @media screen and (min-width: 768px) {
      .p-top .c-mv__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch; }
        .p-top .c-mv__inner .pickup {
          width: 55%; }
        .p-top .c-mv__inner .bnarea {
          width: 45%; } }

.p-top .c-form_search {
  display: block;
  position: relative;
  margin: 0 auto 3rem;
  opacity: 1;
  width: 100%;
  max-width: 360px; }

.p-top .c-form_search__input {
  font-size: 1rem;
  background: #fff;
  padding-left: 20px;
  outline: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid rgba(149, 149, 149, 0.5);
  border-radius: 2rem; }

.p-top .c-form_search__input:focus {
  outline: 0; }

.p-top .c-form_search__btn {
  position: absolute;
  top: 8px;
  right: 0;
  width: 50px;
  background: none;
  border: none;
  color: #000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.p-top .c-form_search__btn img {
  position: absolute;
  right: 20px;
  width: 27px;
  height: auto; }

.p-top .c-search,
.p-top .c-dl,
.p-top .c-about {
  background-color: #f2f3f5;
  width: 100%;
  padding: 4rem 2rem; }
  .p-top .c-search__inner,
  .p-top .c-dl__inner,
  .p-top .c-about__inner {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    display: block; }
  .p-top .c-search .tagline,
  .p-top .c-dl .tagline,
  .p-top .c-about .tagline {
    text-align: center;
    margin-bottom: 3rem;
    font-size: 0.9rem; }
    @media screen and (min-width: 768px) {
      .p-top .c-search .tagline,
      .p-top .c-dl .tagline,
      .p-top .c-about .tagline {
        font-size: 1rem; } }
  .p-top .c-search .tagarea .ttl,
  .p-top .c-dl .tagarea .ttl,
  .p-top .c-about .tagarea .ttl {
    color: #959595;
    text-align: center;
    font-size: 0.85rem;
    margin-bottom: 1rem; }
  .p-top .c-search .tagarea .taglist,
  .p-top .c-dl .tagarea .taglist,
  .p-top .c-about .tagarea .taglist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0; }
    .p-top .c-search .tagarea .taglist__item,
    .p-top .c-dl .tagarea .taglist__item,
    .p-top .c-about .tagarea .taglist__item {
      background: #fff;
      border: 1px solid #fff;
      border-radius: 1rem;
      font-size: 0.85rem;
      margin: 0.5rem;
      margin-top: 0;
      padding: 0.2rem 0.5rem; }
      .p-top .c-search .tagarea .taglist__item a,
      .p-top .c-dl .tagarea .taglist__item a,
      .p-top .c-about .tagarea .taglist__item a {
        display: block;
        color: #000;
        text-decoration: none; }

.p-top .c-articlelist {
  width: 100%;
  padding: 4rem 2rem; }
  .p-top .c-articlelist__inner {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    display: block; }

.p-top .posts__article-wrap {
  text-decoration: none;
  color: #000;
  width: 48%;
  margin-bottom: 1.5rem; }
  @media screen and (min-width: 768px) {
    .p-top .posts__article-wrap {
      width: 30%;
      margin-bottom: 2.5rem; } }

.p-top .posts__box {
  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; }
  .p-top .posts__box::after {
    content: "";
    display: block;
    width: 30%; }

.p-top .posts__img {
  line-height: 0;
  margin-bottom: 0;
  aspect-ratio: 16 / 9; }

.p-top .posts__img img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }
  @media screen and (min-width: 768px) {
    .p-top .posts__img img {
      border-radius: 16px; } }

.p-top .posts__date {
  color: #959595;
  font-size: 0.85rem; }

.p-top .posts__title {
  font-size: 0.8rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 1rem; }
  @media screen and (min-width: 768px) {
    .p-top .posts__title {
      font-size: 1rem;
      min-height: 3rem; } }

.p-top .posts__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 16px; }

.p-top .posts__cat {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  background-color: #000;
  padding: 2px 12px 1px;
  border-radius: 12px; }

.p-top .c-dl--contents__wrap {
  display: block; }
  @media screen and (min-width: 768px) {
    .p-top .c-dl--contents__wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .p-top .c-dl--contents__wrap .c-dl--contents {
        width: 48%; }
        .p-top .c-dl--contents__wrap .c-dl--contents .thumb {
          width: 100%;
          height: auto; } }

.p-top .iframe-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  .p-top .iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.p-top .c-about {
  background-color: #fff; }
  .p-top .c-about .desc {
    font-size: 0.9rem;
    margin-bottom: 2rem; }
    @media screen and (min-width: 768px) {
      .p-top .c-about .desc {
        font-size: 1rem; } }
    .p-top .c-about .desc a {
      color: #959595;
      text-decoration: underline; }
  .p-top .c-about .pharea {
    display: block;
    margin-bottom: 3rem; }
    @media screen and (min-width: 768px) {
      .p-top .c-about .pharea {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .p-top .c-about .pharea .pharea1 {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: stretch;
          -ms-flex-align: stretch;
          align-items: stretch;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          width: 60%; }
          .p-top .c-about .pharea .pharea1 .pharea__item {
            display: block;
            width: 30%; }
        .p-top .c-about .pharea .pharea2 {
          width: 35%; }
          .p-top .c-about .pharea .pharea2 .ph {
            width: 60px;
            margin-right: 1rem; }
          .p-top .c-about .pharea .pharea2 .txt {
            text-align: left; } }
    .p-top .c-about .pharea__item {
      background: #fff;
      padding: 0.5rem;
      -webkit-box-shadow: 0px 0px 7px -2px #bfbfbf;
      box-shadow: 0px 0px 7px -2px #bfbfbf;
      border-radius: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 1rem;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      @media screen and (min-width: 768px) {
        .p-top .c-about .pharea__item {
          padding: 1rem; } }
      .p-top .c-about .pharea__item .ph {
        border-radius: 50%;
        width: 90px;
        margin-right: 13px; }
        @media screen and (min-width: 768px) {
          .p-top .c-about .pharea__item .ph {
            width: 120px;
            margin: 0 auto 1rem; } }
      .p-top .c-about .pharea__item .txt {
        text-align: center;
        width: calc(100% - 103px); }
        @media screen and (min-width: 768px) {
          .p-top .c-about .pharea__item .txt {
            width: 100%;
            text-align: center; } }
        .p-top .c-about .pharea__item .txt span {
          display: block; }
        .p-top .c-about .pharea__item .txt .name {
          font-weight: bold; }
        .p-top .c-about .pharea__item .txt .position {
          color: #959595;
          font-size: 0.75rem;
          letter-spacing: -.5px;
          margin-bottom: .3rem; }
    .p-top .c-about .pharea .desc {
      margin-bottom: 0;
      font-size: 0.8rem;
      line-height: 1.2;
      text-align: left; }

.p-top .ctaarea {
  display: block; }
  @media screen and (min-width: 768px) {
    .p-top .ctaarea {
      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; } }
  .p-top .ctaarea__item {
    margin-bottom: 3rem; }
    .p-top .ctaarea__item:last-child {
      margin-bottom: 0; }
    @media screen and (min-width: 768px) {
      .p-top .ctaarea__item {
        width: 45%; } }
    .p-top .ctaarea__item .top-cta-button {
      margin: 0 auto; }

.posts__article .posts__meta {
  display: none; }

body.archive.tag .taxonomy-description {
  display: none; }

div.overviews-summary p:last-child {
  margin-bottom: 2rem; }

.p-overview .img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  .p-overview .img-container__item {
    margin-right: 1rem;
    min-width: 150px;
    height: 250px;
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 1rem; }
    @media screen and (min-width: 768px) {
      .p-overview .img-container__item {
        min-width: 250px;
        height: 350px; } }
    .p-overview .img-container__item .img-overlay {
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.4);
      position: absolute;
      top: 0;
      left: 0; }
    .p-overview .img-container__item img {
      -o-object-fit: contain;
      object-fit: contain; }

.p-overview .scroll__inner {
  background-color: #ffffff;
  padding: 0 0 20px 0;
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
  margin-bottom: 3rem; }

.p-overview .scroll__inner::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none; }

.p-overview .simplebar-scrollbar::before {
  background: #000;
  border-radius: 5px;
  height: 8px !important;
  margin-left: 2px;
  margin-top: 3px; }

.p-overview .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1; }

.p-overview .simplebar-track {
  background: #f2f3f5;
  height: 15px !important; }

.button-bk {
  position: relative;
  color: #fff;
  font-weight: 700;
  background-color: #000;
  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;
  border-radius: 34px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
  letter-spacing: .06em;
  text-decoration: none;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  overflow: hidden;
  z-index: 1;
  margin: 0 auto 3rem; }

.button-bk.small {
  font-size: 14px;
  width: 240px;
  height: 44px;
  color: #fff !important;
  text-decoration: none; }

.button-bk::before {
  background-color: #ea0018;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #ea0018;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -o-transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  border-radius: 0;
  z-index: -1;
  border: solid 1px #ea0018; }

.button-bk.small::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 10px;
  background-image: url(../images/arrow-right-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%); }

.button-bk:hover {
  -webkit-animation-name: nobackcolor;
  animation-name: nobackcolor;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

@-webkit-keyframes nobackcolor {
  0% {
    background-color: #000; }
  100% {
    background-color: #ea0018; } }

@keyframes nobackcolor {
  0% {
    background-color: #000; }
  100% {
    background-color: #ea0018; } }

.footer-cta-button a, .top-cta-button a {
  position: relative;
  display: block;
  padding: 16px 40px;
  border-radius: 35px;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
  color: #1a1a1a;
  line-height: 1.8;
  font-size: 20px;
  width: 360px;
  max-width: 100%;
  text-align: left; }

@media (max-width: 767px) {
  .footer-cta-button a, .top-cta-button a {
    width: 320px;
    margin: 0 auto;
    font-size: 16px; } }

.footer-cta-button a .cta-arrow, .top-cta-button a .cta-arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 0;
  /* transition: all 0.3s ease; */ }

.footer-cta-button a .cta-arrow img, .top-cta-button a .cta-arrow img {
  width: 24px;
  height: 24px;
  -webkit-filter: invert(1);
  filter: invert(1);
  /* 矢印を黒にする */
  opacity: 1; }

.footer-cta-button a:hover, .top-cta-button a:hover {
  background-color: #ea0018;
  color: #fff; }

.footer-cta-button a:hover .cta-arrow img, .top-cta-button a:hover .cta-arrow img {
  -webkit-filter: invert(0);
  filter: invert(0);
  /* 矢印をしろにする */ }

.top-cta-button a {
  background-color: #1a1a1a;
  color: #fff; }

.top-cta-button a .cta-arrow img {
  -webkit-filter: invert(0);
  filter: invert(0);
  /* 矢印をしろにする */ }

.nishiki-pro-breadcrumbs {
  font-size: 0.85rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  list-style-type: none;
  margin-left: 1rem;
  color: #000; }
  .nishiki-pro-breadcrumbs.top {
    color: #f2f3f5; }
    .nishiki-pro-breadcrumbs.top a {
      color: #f2f3f5; }

.nishiki-pro-breadcrumbs .container {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding-left: 0; }

.nishiki-pro-breadcrumbs li {
  display: inline; }

.nishiki-pro-breadcrumbs li:not(:first-child)::before {
  font-family: 'icomoon';
  content: '/';
  margin-left: 0.3rem;
  margin-right: 0.3rem; }

.nishiki-pro-breadcrumbs a {
  color: #959595; }

.c-link--box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99; }

.c-entry h2 {
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-style: solid;
  border-bottom-width: 1px; }

.c-entry ul {
  list-style-type: disc; }

.c-entry .is-style-nishiki-blocks-pro-paragraph-point-01.summary::before {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 1rem; }

.entry ul.wp-block-list {
  list-style-type: disc; }

.entry ol.wp-block-list {
  list-style-type: decimal; }

.entry dl {
  marign-bottom: 3rem; }

.entry dt {
  font-weight: bold;
  margin-bottom: 0.5rem; }

.entry dt::before {
  content: "◆";
  color: #959595; }

.entry dd {
  border-bottom: 1px solid #000;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem; }

.entry dd:last-child {
  border-bottom: none; }

.entry .tab-contents ul {
  list-style-type: disc; }

.entry th.bg-black, .entry td.bg-black {
  background: #000;
  color: #fff; }

.entry th.bg-grey, .entry td.bg-grey {
  background: #959595;
  color: #fff; }

.entry th.bg-grey2, .entry td.bg-grey2 {
  background: #f2f3f5; }

.entry th.bg-red, .entry td.bg-red {
  background: rgba(234, 0, 24, 0.4);
  color: #fff; }

.entry th.bg-red2, .entry td.bg-red2 {
  background: rgba(234, 0, 24, 0.15); }

.entry p {
  margin-bottom: 2rem; }

.entry .wp-block-nishiki-blocks-pro-frame {
  border: 1px solid rgba(149, 149, 149, 0.5) !important;
  background: rgba(242, 243, 245, 0.5); }

.post .author-reviewer {
  padding: 85px 20px 45px;
  margin: 0 auto;
  max-width: 980px; }

.post .author-info__title,
.post .reviewer-info__title {
  color: #1a1a1a;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0;
  padding: 4px 12px;
  border-left: 8px solid #959595; }

.post .author-info,
.post .reviewer-info {
  display: block;
  -ms-grid-columns: 160px 1fr;
  grid-template-columns: 160px 1fr;
  gap: 24px;
  margin: 0;
  color: #1a1a1a;
  max-width: 100%;
  text-align: left; }
  @media screen and (min-width: 768px) {
    .post .author-info,
    .post .reviewer-info {
      display: -ms-grid;
      display: grid; } }

.post .author-info .author-info__img,
.post .reviewer-info .reviewer-info__img {
  max-width: 150px;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1;
  border-radius: 15px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 1rem; }
  @media screen and (min-width: 768px) {
    .post .author-info .author-info__img,
    .post .reviewer-info .reviewer-info__img {
      border-radius: 30px;
      max-width: auto; } }

.post .author-info__content,
.post .reviewer-info__content {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.04em; }

.post .author-info__name,
.post .reviewer-info__name {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2; }

.post .author-info__role {
  margin-top: 4px;
  color: #959595;
  font-size: .8rem; }

.post .article_user_profile_text {
  font-size: .9rem;
  margin: 20px 0; }

.post .author-info__content a,
.post .reviewer-info__content a {
  color: #959595;
  text-decoration: underline; }

.post .author-top {
  margin-bottom: 1rem; }

.post .author-top__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  font-size: 0.85rem;
  margin-bottom: .5rem; }
  .post .author-top__contents:last-child {
    margin-bottom: 0; }
  .post .author-top__contents img {
    border-radius: 50%;
    width: 44px;
    height: 44px;
    aspect-ratio: 1 / 1;
    -o-object-fit: cover;
    object-fit: cover; }

.post article .entry-content .nishiki-pro-toc {
  background-color: rgba(234, 0, 24, 0.05);
  margin: 2rem; }

.container.column {
  background: white;
  max-width: 980px !important;
  padding-top: 2rem; }

main.post.type-post {
  background: #f2f2f2;
  padding-bottom: 3rem; }

.single article.entry, .page article.entry {
  padding-bottom: 3rem; }

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