.first-view {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../images/common/bg_fv-sp.png) bottom right/360px no-repeat, -webkit-gradient(linear, left bottom, left top, from(#f6f6f6), color-stop(0.01%, #f6f6f6), color-stop(66.67%, rgba(249, 249, 249, 0.68)), to(rgba(255, 255, 255, 0)));
  background: url(../images/common/bg_fv-sp.png) bottom right/360px no-repeat, linear-gradient(360deg, #f6f6f6 0%, #f6f6f6 0.01%, rgba(249, 249, 249, 0.68) 66.67%, rgba(255, 255, 255, 0) 100%);
  padding: 30px 0 194px;
}
@media screen and (min-width: 768px) {
  .first-view {
    background: url(../images/common/bg_fv-pc.png) bottom right/1366px no-repeat, -webkit-gradient(linear, left bottom, left top, from(#f6f6f6), color-stop(0.01%, #f6f6f6), color-stop(66.67%, rgba(249, 249, 249, 0.68)), to(rgba(255, 255, 255, 0)));
    background: url(../images/common/bg_fv-pc.png) bottom right/1366px no-repeat, linear-gradient(360deg, #f6f6f6 0%, #f6f6f6 0.01%, rgba(249, 249, 249, 0.68) 66.67%, rgba(255, 255, 255, 0) 100%);
    padding: 74px 0 96px;
  }
}

.first-view--blue {
  background: url(../images/common/bg_fv-blue-sp.png) bottom right/360px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#0173a6), color-stop(36.56%, #187ca9), to(#5495b2));
  background: url(../images/common/bg_fv-blue-sp.png) bottom right/360px no-repeat, linear-gradient(180deg, #0173a6 0%, #187ca9 36.56%, #5495b2 100%);
}
@media screen and (min-width: 768px) {
  .first-view--blue {
    background: url(../images/common/bg_fv-blue-pc.png) bottom right/1366px no-repeat, -webkit-gradient(linear, right top, left top, from(#5595b1), to(#0072a5));
    background: url(../images/common/bg_fv-blue-pc.png) bottom right/1366px no-repeat, linear-gradient(270deg, #5595b1 0%, #0072a5 100%);
  }
}

.first-view__inner {
  max-width: 1032px;
  margin: 0 auto;
  padding: 0 28px;
}
@media screen and (min-width: 768px) {
  .first-view__inner {
    padding: 0 5vw;
  }
}

.first-view__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #00364f;
}
@media screen and (min-width: 768px) {
  .first-view__title {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .first-view__title {
    font-size: 3rem;
    font-weight: 900;
  }
}
.first-view__title span {
  display: block;
}
@media screen and (min-width: 768px) {
  .first-view__title span {
    display: inline;
  }
}

.first-view__title--blue {
  color: #fff;
}

.first-view__copy {
  font-weight: bold;
}

.first-view__copy--blue {
  color: #fff;
}

.free-distribution__title {
  font-size: 1.25rem;
  line-height: normal;
  color: #00364f;
  font-weight: 700;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .free-distribution__title {
    font-size: 2rem;
    margin-bottom: 54px;
  }
}
.free-distribution__title span {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .free-distribution__title--head {
    margin-bottom: 16px;
  }
}

.free-distribution__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .free-distribution__text span {
    display: inline-block;
  }
}
.free-distribution__text strong {
  color: #0072a6;
  font-weight: 700;
}
.free-distribution__text + .free-distribution__text {
  margin-top: 1.8em;
}

.free-distribution__head {
  padding: 32px 0;
}
@media screen and (min-width: 768px) {
  .free-distribution__head {
    padding: 88px 0 96px;
  }
}

.free-distribution__head-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-bottom: 1rem;
}

.free-distribution__title-icon {
  width: 32px;
}
@media screen and (min-width: 768px) {
  .free-distribution__title-icon {
    width: 52px;
  }
}

.free-distribution__head-text {
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .free-distribution__head-text {
    font-size: 1rem;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .free-distribution__head-text span {
    display: block;
  }
}
.free-distribution__head-text strong {
  color: #0072a6;
}

.report-data {
  padding: 32px 0;
}
@media screen and (min-width: 768px) {
  .report-data {
    padding: 96px 0;
  }
}

.report-data__bg {
  background-color: #fffce5;
}

.report-data__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 68px 56px;
}
@media screen and (min-width: 1024px) {
  .report-data__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.report-data__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  text-align: center;
}

.report-data__name {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .report-data__name {
    font-size: 1.5rem;
  }
}

.report-data__name--ga4 {
  color: #d57a2b;
}

.report-data__name--search-console {
  color: #4088de;
}

.report-data__check-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  counter-reset: checkNumber;
  margin-top: 16px;
}

.report-data__check-item {
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}
.report-data__check-item::before {
  counter-increment: checkNumber;
  content: counter(checkNumber) ".";
  padding-right: 4px;
}

.report-data__check-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
}

.report-data__button {
  margin-top: 16px;
}

.botton-accessreport--ga4 {
  font-size: 1.5rem;
  color: #fff;
  background-color: #d57a2b;
  border: #d57a2b;
  -webkit-box-shadow: 12px 10px 0 0 #fff, 12px 10px 0 2px #d57a2b;
          box-shadow: 12px 10px 0 0 #fff, 12px 10px 0 2px #d57a2b;
}

.botton-accessreport--search-console {
  font-size: 1.5rem;
  color: #fff;
  background-color: #4088de;
  border-color: #4088de;
  -webkit-box-shadow: 12px 10px 0 0 #fff, 12px 10px 0 2px #4088de;
          box-shadow: 12px 10px 0 0 #fff, 12px 10px 0 2px #4088de;
}
.botton-accessreport--search-console::before {
  display: none;
}

.video {
  padding: 32px 0;
}
@media screen and (min-width: 768px) {
  .video {
    padding: 96px 0;
  }
}

.report-howto {
  padding: 32px 0;
}
@media screen and (min-width: 768px) {
  .report-howto {
    padding: 96px 0;
  }
}

.report-howto__bg {
  background-color: #fffce5;
}

.report-howto__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin: 0 4px;
}
@media screen and (min-width: 768px) {
  .report-howto__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 88px;
  }
}

.report-howto__item {
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 88px) / 2);
          flex: 0 0 calc((100% - 88px) / 2);
  padding: 16px;
}
@media screen and (min-width: 768px) {
  .report-howto__item {
    padding: 32px;
  }
}

.report-howto__image {
  text-align: center;
  background: url(../images/free-distribution/bg_report_howto_image.png) center/contain no-repeat;
  width: 100%;
  max-width: 246px;
  height: 232px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 54px 60px;
  margin: 0 auto 8px;
}
@media screen and (min-width: 768px) {
  .report-howto__image {
    padding: 54px 58px;
    margin: 0 auto 32px;
  }
}
.report-howto__image img {
  height: 125px;
  width: auto;
}

.report-howto__name {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .report-howto__name {
    font-size: 1.5rem;
    margin-bottom: 8px;
  }
}
.report-howto__name span {
  display: block;
}

.report-howto__name--small {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .report-howto__name--small {
    font-size: 1rem;
  }
}

.report-howto__text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .report-howto__text {
    font-size: 1rem;
  }
}
.report-howto__text span {
  display: block;
}

.free-reason {
  padding: 32px 0;
}
@media screen and (min-width: 768px) {
  .free-reason {
    padding: 96px 0;
  }
}

.free-reason__bg {
  background-color: #f3f3f3;
}

.free-reason__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  gap: 32px;
  counter-reset: itemNumber;
}

.free-reason__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.free-reason__item::before {
  font-size: 1rem;
  color: #0072a6;
  counter-increment: itemNumber;
  content: counter(itemNumber) ".";
}
@media screen and (min-width: 768px) {
  .free-reason__item::before {
    font-size: 1.5rem;
    color: #00364f;
  }
}

.free-reason__name {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  color: #0072a6;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .free-reason__name {
    font-size: 1.5rem;
    color: #00364f;
  }
}

.free-reason__text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .free-reason__text {
    font-size: 1rem;
  }
}
.free-reason__text span {
  display: block;
}

.message {
  padding: 32px 0;
}
@media screen and (min-width: 768px) {
  .message {
    padding: 96px 0;
  }
}/*# sourceMappingURL=report.css.map */