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

.no-code__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .no-code__title {
    font-size: 2rem;
    line-height: 1.25;
  }
}
.no-code__title span {
  display: inline-block;
}

.no-code-intro {
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  .no-code-intro {
    padding: 6rem 0;
  }
}

.no-code-intro__head {
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .no-code-intro__head {
    margin-bottom: 48px;
  }
}

.no-code-intro__head-icon {
  width: 32px;
}
@media screen and (min-width: 768px) {
  .no-code-intro__head-icon {
    width: 63px;
  }
}

.no-code-intro__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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  margin: 1rem 0;
}
@media screen and (min-width: 768px) {
  .no-code-intro__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.no-code-intro__item {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: normal;
  color: #0072a6;
  background-color: #f5f5f5;
  border-radius: 39px;
  padding: 0 1rem;
}
@media screen and (min-width: 768px) {
  .no-code-intro__item {
    font-size: 1.25rem;
  }
}

.no-code-intro__title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  color: #00364f;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .no-code-intro__title {
    font-size: 1.5rem;
    margin-bottom: 48px;
  }
}
.no-code-intro__title span {
  display: inline-block;
}

.no-code-intro__text {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  color: #0072a6;
}
@media screen and (min-width: 768px) {
  .no-code-intro__text {
    font-size: 2rem;
  }
}
.no-code-intro__text span {
  display: inline-block;
}

.no-code-intro__link {
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  color: #0072a6;
}
@media screen and (min-width: 768px) {
  .no-code-intro__link {
    font-size: 1.5rem;
    text-align: right;
  }
}
.no-code-intro__link a {
  color: inherit;
  text-decoration: none;
}
.no-code-intro__link a:hover {
  opacity: 0.7;
}

.no-code-intro__message-inner {
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 8.9432525635px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 8.9432525635px 0px rgba(0, 0, 0, 0.1);
  max-width: 510px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 12px 12px 8px;
}
@media screen and (min-width: 768px) {
  .no-code-intro__message-inner {
    padding: 26px 21px 22px 13px;
    margin-left: auto;
  }
}

.no-code-intro__message-body {
  display: grid;
  grid-template-columns: 65px auto;
  gap: 5px 0;
}
@media screen and (min-width: 768px) {
  .no-code-intro__message-body {
    gap: 8px 0;
  }
}

.no-code-intro__message-title {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.8;
  grid-column: 2/3;
  grid-row: 1/2;
}
@media screen and (min-width: 768px) {
  .no-code-intro__message-title {
    font-size: 1.25rem;
  }
}

.no-code-intro__message-text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
  grid-column: 2/3;
  grid-row: 2/3;
}

.no-code-intro__message-image {
  grid-column: 1/2;
  grid-row: 1/3;
}

.no-code-question {
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  .no-code-question {
    padding: 10rem 0;
  }
}

.no-code__bg-color {
  background: #f3f3f3;
}

.no-code-question__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: 20px;
  counter-reset: questionNumber;
  padding: 32px 0 0;
}
@media screen and (min-width: 768px) {
  .no-code-question__list {
    gap: 42px;
    padding: 20px 0 0;
  }
}

@media screen and (min-width: 768px) {
  .no-code-question__item {
    display: grid;
    grid-template-columns: 80px auto;
    gap: 0 16px;
  }
}
.no-code-question__item::before {
  counter-increment: questionNumber;
  content: counter(questionNumber, decimal-leading-zero);
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  display: inline-block;
  width: 40px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(../images/no-code/bg_number.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) {
  .no-code-question__item::before {
    font-size: 1.5rem;
    width: 80px;
    height: 80px;
    background-size: 80px;
    grid-column: 1/2;
    grid-row: 1/3;
  }
}

.no-code-question__name {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  color: #0072a6;
}
@media screen and (min-width: 768px) {
  .no-code-question__name {
    font-size: 1.25rem;
    grid-column: 2/3;
    grid-row: 1/2;
  }
}

.no-code-question__text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .no-code-question__text {
    font-size: 1rem;
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
@media screen and (min-width: 1024px) {
  .no-code-question__text span {
    display: block;
  }
}

.no-code-question {
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  .no-code-question {
    padding: 10rem 0;
  }
}

.no-code__bg-color {
  background: #f3f3f3;
}

.no-code-question__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: 20px;
  counter-reset: questionNumber;
  padding: 32px 0 0;
}
@media screen and (min-width: 768px) {
  .no-code-question__list {
    gap: 42px;
    padding: 20px 0 0;
  }
}

@media screen and (min-width: 768px) {
  .no-code-question__item {
    display: grid;
    grid-template-columns: 80px auto;
    gap: 0 16px;
  }
}
.no-code-question__item::before {
  counter-increment: questionNumber;
  content: counter(questionNumber, decimal-leading-zero);
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  display: inline-block;
  width: 40px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(../images/no-code/bg_number.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) {
  .no-code-question__item::before {
    font-size: 1.5rem;
    width: 80px;
    height: 80px;
    background-size: 80px;
    grid-column: 1/2;
    grid-row: 1/3;
  }
}

.no-code-question__name {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  color: #0072a6;
}
@media screen and (min-width: 768px) {
  .no-code-question__name {
    font-size: 1.25rem;
    grid-column: 2/3;
    grid-row: 1/2;
  }
}

.no-code-question__text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .no-code-question__text {
    font-size: 1rem;
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
@media screen and (min-width: 1024px) {
  .no-code-question__text span {
    display: block;
  }
}

.no-code-demerit {
  padding: 32px 0 64px;
}
@media screen and (min-width: 768px) {
  .no-code-demerit {
    padding: 240px 0;
  }
}

.no-code-demerit__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;
}

.no-code-demerit__name {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .no-code-demerit__name {
    font-size: 1.25rem;
  }
}

.no-code-demerit__text {
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .no-code-demerit__text {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .no-code-demerit__text span {
    display: inline-block;
  }
}

.no-code-demerit__message {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  color: #00364f;
  background-color: #fff;
  border: 2px solid #00364f;
  border-radius: 30px;
  position: relative;
  padding: 48px 24px;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .no-code-demerit__message {
    font-size: 1rem;
    border-radius: 40px 40px 0px 40px;
    padding: 36px 111px 36px 72px;
    margin-top: 36px;
  }
}
.no-code-demerit__message span {
  display: inline-block;
}
.no-code-demerit__message strong {
  font-size: 1rem;
  font-weight: 700;
  color: #0072a6;
}
@media screen and (min-width: 768px) {
  .no-code-demerit__message strong {
    font-size: 1.25rem;
  }
}
.no-code-demerit__message::after {
  content: "";
  display: block;
  width: 64px;
  height: 64px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../images/common/icon_yamayasan-deepblue.svg) center/42px no-repeat, #fff;
  border: 2px solid #00364f;
  border-radius: 50%;
  position: absolute;
  right: -16px;
  bottom: -8px;
  padding: 8px 10px;
}
@media screen and (min-width: 768px) {
  .no-code-demerit__message::after {
    width: 111px;
    height: 111px;
    background: url(../images/common/icon_yamayasan-deepblue.svg) center/73px no-repeat, #fff;
    border-width: 4px;
    right: -12px;
    bottom: -26px;
    padding: 14px 20px;
  }
}

@media screen and (min-width: 768px) {
  .no-code-check {
    padding: 0 0 96px;
  }
}

.no-code-check__inner {
  padding: 16px 15px;
}
@media screen and (min-width: 768px) {
  .no-code-check__inner {
    max-width: 808px;
    padding: 0 32px;
    margin: 0 auto;
  }
}

.no-code-check__body {
  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;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
  padding: 24px 8px;
}
@media screen and (min-width: 768px) {
  .no-code-check__body {
    padding: 120px 112px;
  }
}

.no-code-check__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .no-code-check__title {
    font-size: 2rem;
    line-height: 1.25;
    text-align: left;
    margin-bottom: 40px;
  }
}

.no-code-check__list {
  counter-reset: checkNumber;
}

.no-code-check__item {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
  display: grid;
  grid-template-columns: 24px auto;
  grid-template-rows: 1fr 1fr;
  gap: 0 16px;
  border-bottom: 1px dashed #00364f;
  position: relative;
  padding: 16px 0;
  margin-left: 16px;
}
@media screen and (min-width: 768px) {
  .no-code-check__item {
    grid-template-columns: 40px auto;
    padding: 36px 0;
  }
}
.no-code-check__item span {
  grid-column: 2/3;
  grid-row: 1/3;
  margin: auto 0;
}
.no-code-check__item span > span {
  display: inline-block;
}
.no-code-check__item::before {
  counter-increment: checkNumber;
  content: counter(checkNumber, decimal-leading-zero);
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 0.8;
  color: #f9ea7d;
  display: inline-block;
  margin: auto 0 0;
}
@media screen and (min-width: 768px) {
  .no-code-check__item::before {
    font-size: 2rem;
  }
}
.no-code-check__item::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid #f9ea7d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 auto;
}
@media screen and (min-width: 768px) {
  .no-code-check__item::after {
    width: 33px;
    height: 33px;
    border-width: 5px;
  }
}

.no-code-check__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
}
.no-code-check__text span {
  display: inline-block;
}

.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;
  }
}/*# sourceMappingURL=no-code.css.map */