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

.web-consulting__bg-color {
  background-color: #f3f3f3;
}

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

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

@media screen and (min-width: 768px) {
  .web-consulting__text--big {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.8;
  }
}

.web-consulting__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: 8px;
  counter-reset: itemNumber;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .web-consulting__list {
    gap: 16px;
  }
}

.web-consulting__item {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  color: #0072a6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0 16px;
}
@media screen and (min-width: 768px) {
  .web-consulting__item {
    font-size: 1.25rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.web-consulting__item::before {
  counter-increment: itemNumber;
  content: counter(itemNumber, decimal-leading-zero);
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #00364f;
  display: inline-block;
  width: 40px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(../images/common/bg_number-white.png);
  background-position: center;
  background-size: 40px;
  background-repeat: no-repeat;
  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: 6px 12px;
}
@media screen and (min-width: 768px) {
  .web-consulting__item::before {
    font-size: 1.5rem;
    width: 80px;
    height: 80px;
    background-size: 80px;
  }
}

.web-consulting__intro {
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  .web-consulting__intro {
    padding: 6rem 0 15rem;
  }
}

.web-consulting__head-inner {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .web-consulting__head-inner {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 768px) {
  .web-consulting__head-inner span {
    display: block;
  }
}

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

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

@media screen and (min-width: 768px) {
  .web-consulting__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 128px;
  }
}

.web-consulting__flex-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.web-consulting__deco--yoga {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .web-consulting__deco--yoga {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 104px;
            flex: 0 0 104px;
  }
}
.web-consulting__deco--yoga img {
  width: 103px;
}

.web-consulting__deco--house {
  text-align: right;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .web-consulting__deco--house {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
    margin-top: 0;
  }
}

.web-consulting__deco--shop {
  text-align: right;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .web-consulting__deco--shop {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 182px;
            flex: 0 0 182px;
    margin-top: 0;
  }
}

.homepage-situation {
  margin: 0 24px 16px;
}
@media screen and (min-width: 768px) {
  .homepage-situation {
    margin: 0 auto 32px;
  }
}

.homepage-situation__inner {
  max-width: 624px;
  margin: 16px auto 0;
}
@media screen and (min-width: 768px) {
  .homepage-situation__inner {
    margin: 32px auto 0;
  }
}

.homepage-situation__title {
  text-align: center;
  color: #00364f;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .homepage-situation__title {
    font-size: 1.5rem;
  }
}

.homepage-situation__text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  color: #0072a6;
}
@media screen and (min-width: 768px) {
  .homepage-situation__text {
    font-size: 1.25rem;
  }
}

.web-consulting-goal {
  padding: 32px 0;
}
@media screen and (min-width: 768px) {
  .web-consulting-goal {
    padding: 240px 0;
  }
}

.web-consulting-closing {
  padding: 32px 0;
}
@media screen and (min-width: 768px) {
  .web-consulting-closing {
    padding: 240px 0;
  }
}

.web-consulting-closing__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: 8px;
}
@media screen and (min-width: 768px) {
  .web-consulting-closing__inner {
    gap: 96px;
  }
}

.web-consulting-closing__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .web-consulting-closing__title {
    font-size: 2rem;
    line-height: 1.25;
  }
}

.cta {
  background-color: #f3f3f3;
  padding: 65px 0;
}
@media screen and (min-width: 768px) {
  .cta {
    padding: 240px 0;
  }
}

.cta__head {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-template-columns: 56px auto;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  padding-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .cta__head {
    grid-template-columns: 88px auto;
    padding-bottom: 0;
  }
}

.cta__title-icon {
  width: 56px;
  grid-column: 1/2;
  grid-row: 1/3;
}
@media screen and (min-width: 768px) {
  .cta__title-icon {
    width: 88px;
  }
}

.cta__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
  color: #0072a6;
  grid-column: 2/3;
  grid-row: 1/2;
}
@media screen and (min-width: 768px) {
  .cta__title {
    font-size: 2rem;
  }
}
.cta__title span {
  display: block;
}
@media screen and (min-width: 768px) {
  .cta__title span {
    display: inline-block;
  }
}
.cta__title .pc-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .cta__title .pc-only {
    display: inline-block;
  }
}

.cta__text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  color: #0072a6;
  grid-column: 2/3;
  grid-row: 2/3;
}
@media screen and (min-width: 768px) {
  .cta__text {
    font-size: 1.5rem;
  }
}

.cta__button {
  text-align: center;
  margin-top: 11px;
}
@media screen and (min-width: 768px) {
  .cta__button {
    margin-top: 32px;
  }
}

@media screen and (min-width: 768px) {
  .section-comment__inner {
    padding: 16px 64px;
  }
}/*# sourceMappingURL=web-consulting.css.map */