body, p, h1, h2, h3 {
  color: #353535;
  letter-spacing: 0.02em;
  margin: 0;
}

h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  h2 {
    font-size: 24px;
  }
}

p {
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  p {
    font-size: 1.6;
  }
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

figure {
  margin: 0;
}

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

body {
  font-family: "Noto Sans JP", sans-serif;
}

p {
  font-size: 14px;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.9;
}

.l-header {
  padding-top: 32px;
}
.l-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__cta {
  background: #F57921;
  border-radius: 100px;
  color: #FFFFFF;
  padding: 16px 18px 16px 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 24px;
}
@media screen and (max-width: 1024px) {
  .l-header__cta {
    padding: 8px 10px 8px 20px;
  }
}
.l-header__cta p span {
  color: #FFFB80;
  font-weight: bold;
}
.l-header__circle {
  width: 40px;
  height: 40px;
  background-color: white;
  display: inline-block;
  border-radius: 9999px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .l-header__circle {
    width: 23.53px;
    height: 23.53px;
  }
}
.l-header__circle::after {
  content: "";
  display: block;
  background-image: url("../image/arrow.png");
  width: 7.26px;
  height: 11.52px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.c-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFFB80));
  background: linear-gradient(transparent 50%, #FFFB80 50%);
}

.c-cta-header {
  background: #F57921;
  border-radius: 100px;
  color: #FFFFFF;
  padding: 16px 18px 16px 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 24px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 1024px) {
  .c-cta-header {
    padding: 8px 10px 8px 20px;
  }
}
.c-cta-header p {
  color: #FFFFFF;
  line-height: 1.32;
}
@media screen and (max-width: 1024px) {
  .c-cta-header p {
    line-height: 1.2;
  }
}
.c-cta-header p span {
  color: #FFFB80;
  font-weight: bold;
}
.c-cta-header__circle {
  width: 40px;
  height: 40px;
  background-color: #FFFFFF;
  display: inline-block;
  border-radius: 9999px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .c-cta-header__circle {
    width: 23.53px;
    height: 23.53px;
  }
}
.c-cta-header__circle::after {
  content: "";
  display: block;
  background-image: url("../image/arrow.png");
  width: 7.26px;
  height: 11.52px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.c-cta {
  background: #F57921;
  border-radius: 100px;
  color: #FFFFFF;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 1024px) {
  .c-cta {
    width: 100%;
  }
}
.c-cta__link {
  color: #FFFFFF;
  padding: 16px 18px 16px 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 24px;
}
@media screen and (max-width: 1024px) {
  .c-cta__link {
    padding: 20px 32px;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
.c-cta__link p {
  color: #FFFFFF;
  line-height: 1.32;
}
.c-cta p span {
  color: #FFFB80;
  font-weight: bold;
}
.c-cta__circle {
  width: 40px;
  height: 40px;
  background-color: white;
  display: inline-block;
  border-radius: 9999px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .c-cta__circle {
    width: 23.53px;
    height: 23.53px;
  }
}
.c-cta__circle::after {
  content: "";
  display: block;
  background-image: url("../image/arrow.png");
  width: 7.26px;
  height: 11.52px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.c-wrapper__800 {
  max-width: 800px;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .c-wrapper__800 {
    width: calc(100% - 32px);
  }
}
.c-wrapper__1000 {
  max-width: 1000px;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .c-wrapper__1000 {
    width: calc(100% - 32px);
  }
}
.c-wrapper__1240 {
  max-width: 1240px;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .c-wrapper__1240 {
    width: calc(100% - 32px);
  }
}

.u-block__pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  .u-block__pc {
    display: none;
  }
}
.u-block__sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .u-block__sp {
    display: block;
  }
}

.p-fv {
  padding-top: 40px;
  height: 542px;
}
@media screen and (min-width: 1024px) {
  .p-fv {
    padding-top: 86px;
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .p-fv__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
}
.p-fv__heading {
  font-size: 2.7vw;
  font-weight: 500;
  margin-bottom: 24px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-fv__heading {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1440px) {
  .p-fv__heading {
    font-size: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .p-fv__wrapper-text {
    width: 55.4032258065%;
    width: 56%;
  }
}
.p-fv__text {
  margin-top: 265px;
  margin-bottom: 40px;
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  .p-fv__text {
    margin-top: 0;
    line-height: 1.8;
    margin-bottom: 24px;
  }
}
.p-fv__image {
  margin-top: -435px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-fv__image {
    margin-top: 0;
    width: 49.1935483871%;
    width: 48%;
    margin-left: -156px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
}
.p-fv__image img {
  width: 343px;
}
@media screen and (min-width: 1024px) {
  .p-fv__image img {
    width: 100%;
  }
}
.p-fv__heading span {
  color: #6ABE45;
}

.p-visual {
  margin-top: 64px;
}
@media screen and (max-width: 1024px) {
  .p-visual {
    margin-top: 94px;
  }
}
.p-visual__heading {
  background-color: #6ABE45;
  color: #FFFB80;
  font-size: 24px;
  line-height: 1.32;
  padding: 41px 65px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  border-radius: 16px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-visual__heading {
    font-size: 16px;
    padding: 22px 28px;
    line-height: 1.44;
  }
}
.p-visual__heading::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #6ABE45 transparent transparent transparent;
  border-width: 15px 12px 0px 12px;
  position: absolute;
  bottom: -22px;
  left: 50%;
  right: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.p-visual__heading span {
  position: relative;
}
.p-visual__heading span::after {
  content: "";
  display: block;
  background-image: url("../image/wavy-line.png");
  background-repeat: no-repeat;
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.p-visual__wrapper {
  background-color: #F9F9F1;
  padding-top: 107px;
  padding-bottom: 16px;
  max-width: 1240px;
  margin: -76px auto 0;
  border-radius: 24px;
}
@media screen and (max-width: 1024px) {
  .p-visual__wrapper {
    border-radius: 0;
    margin-top: -46px;
    padding-top: 78px;
    padding-bottom: 60px;
  }
}
.p-visual__text {
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-visual__text {
    text-align: left;
    margin-bottom: 28px;
  }
}
.p-visual__slide {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .p-visual__authority {
    font-size: 12px;
    text-align: center;
  }
}

.p-carbon {
  margin: 100px 0 144px;
}
@media screen and (max-width: 1024px) {
  .p-carbon {
    margin: 60px 0 111px;
  }
}
.p-carbon__heading {
  margin-bottom: 36px;
}
@media screen and (max-width: 1024px) {
  .p-carbon__heading {
    margin-bottom: 20px;
  }
}
.p-carbon__heading span {
  font-weight: bold;
}
.p-carbon__text {
  text-align: center;
  margin-bottom: 48px;
}
.p-carbon__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 20px;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .p-carbon__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px 0;
  }
}
.p-carbon__list {
  background-color: #F5F5F5;
  border-radius: 24px;
  padding: 40px 30px;
  list-style: none;
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .p-carbon__list {
    width: calc(100% - 32px);
    padding: 28px 16px;
  }
}
.p-carbon__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 16px;
}
.p-carbon__heading-sub {
  color: #008FD5;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-carbon__heading-sub {
    font-size: 20px;
  }
}
.p-carbon__text-sub {
  line-height: 2;
}

.p-cta {
  background: -webkit-gradient(linear, left top, right top, from(#F57921), color-stop(33%, #F9F9F1));
  background: linear-gradient(to right, #F57921 0%, #F9F9F1 33%);
}
@media screen and (max-width: 1024px) {
  .p-cta {
    background: -webkit-gradient(linear, left top, right bottom, from(#F57921), color-stop(33%, #F9F9F1));
    background: linear-gradient(to bottom right, #F57921 0%, #F9F9F1 33%);
    padding-bottom: 60px;
  }
}
.p-cta__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
}
@media screen and (max-width: 1024px) {
  .p-cta__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-cta__wrapper-image {
  width: 49.3955094991%;
  margin-top: -44px;
}
@media screen and (max-width: 1024px) {
  .p-cta__wrapper-image {
    width: 100%;
    margin-bottom: 24px;
    margin-top: -60px;
  }
}
.p-cta__wrapper-image img {
  height: 100%;
}
.p-cta__wrapper-text {
  width: 48.0138169257%;
  padding: 80px 0 60px;
}
@media screen and (max-width: 1024px) {
  .p-cta__wrapper-text {
    width: 100%;
    padding: 0;
  }
}
.p-cta__heading {
  font-weight: 500;
  margin-bottom: 16px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .p-cta__heading {
    text-align: center;
    line-height: 1.4;
  }
}
.p-cta__heading span {
  color: #6ABE45;
}
.p-cta__text {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .p-cta__text {
    margin-bottom: 16px;
  }
}

.p-sentence {
  margin: 100px 0 140px;
}
@media screen and (max-width: 1024px) {
  .p-sentence {
    margin: 60px 0;
  }
}
.p-sentence__heading {
  color: #6ABE45;
  margin-bottom: 36px;
}
@media screen and (max-width: 1024px) {
  .p-sentence__heading {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.p-sentence__text {
  line-height: 2;
  text-align: center;
  margin-bottom: 28px;
}
.p-sentence__text:last-child {
  margin-bottom: 0;
}

.p-point {
  background-color: #FFFFFF;
}
.p-point__heading {
  margin-bottom: 36px;
}
@media screen and (max-width: 1024px) {
  .p-point__heading {
    margin-bottom: 20px;
  }
}
.p-point__heading span {
  color: #6ABE45;
}
.p-point__text {
  text-align: center;
}
.p-point__ellipse-top {
  background-image: url("../image/cream-subtract-top.png");
  width: 100%;
  height: 100px;
  height: 340px;
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 80px;
}
@media screen and (min-width: 1440px) {
  .p-point__ellipse-top {
    background-size: cover;
  }
}
@media screen and (max-width: 1024px) {
  .p-point__ellipse-top {
    padding-top: 60px;
    background-image: url("../image/subtract-top-sp.png");
  }
}
.p-point__wrapper {
  margin-top: -190px;
  background-color: transparent;
}
@media screen and (min-width: 1440px) {
  .p-point__wrapper {
    margin-top: -140px;
  }
}
.p-point__wrapper::before {
  content: "";
  display: block;
  background-color: #FFFFFF;
  border-radius: 50%;
  width: 300px;
}
@media screen and (max-width: 1024px) {
  .p-point__lists {
    margin-top: 36px;
  }
}
.p-point__list {
  margin-bottom: 60px;
}
.p-point__list:last-child {
  margin-bottom: 0;
}
.p-point__heading-wrapper {
  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;
  margin-bottom: 20px;
  gap: 0 12px;
}
@media screen and (max-width: 1024px) {
  .p-point__heading-wrapper {
    margin-bottom: 24px;
    gap: 0 12px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-point__figure {
  width: 9.7%;
}
.p-point__image {
  display: block;
  text-align: center;
  margin-top: 36px;
}
@media screen and (max-width: 1024px) {
  .p-point__image {
    margin-top: 16px;
  }
}
.p-point__heading-sub {
  font-size: 24px;
  line-height: 1.6;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .p-point__heading-sub {
    width: 86%;
    font-size: 20px;
    text-align: left;
  }
}
.p-point__text-sub {
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-point__text-sub {
    text-align: left;
  }
}
.p-point__text-sub a {
  text-decoration: underline;
}
.p-point__text-sub.small {
  font-size: 12px;
  margin-top: 20px;
}
.p-point__ellipse-bottom {
  background-image: url("../image/subtract-bottom.png");
  width: 100%;
  height: 100px;
  height: 326px;
  margin-top: -100px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .p-point__ellipse-bottom {
    background-image: url("../image/subtract-bottom-sp.png");
    background-size: contain;
    height: 330px;
    margin-top: 0;
  }
}

.p-feature {
  background-color: #F9F9F1;
  padding: 0 0 100px;
}
@media screen and (max-width: 1024px) {
  .p-feature {
    padding-top: 0;
    margin-top: -197px;
  }
}
.p-feature__heading {
  font-size: 32px;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-feature__heading {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.p-feature__text {
  text-align: center;
  line-height: 1.6;
}
.p-feature__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px 0;
  margin-top: 84px;
}
@media screen and (max-width: 1024px) {
  .p-feature__lists {
    padding: 0;
    margin-top: 40px;
  }
}
.p-feature__list {
  background-color: #F4F4E2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 26px;
  height: 302px;
  max-width: 1240px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-feature__list {
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 16px 16px;
    height: auto;
  }
}
.p-feature__list:nth-of-type(2) {
  margin-top: 86px;
}
@media screen and (max-width: 1024px) {
  .p-feature__list:nth-of-type(2) {
    margin-top: -6px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-feature__list:nth-of-type(3) {
  margin-top: 70px;
}
@media screen and (max-width: 1024px) {
  .p-feature__list:nth-of-type(3) {
    margin-top: -6px;
  }
}
.p-feature__wrapper-text, .p-feature__wrapper-image {
  width: 50%;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .p-feature__wrapper-text, .p-feature__wrapper-image {
    position: static;
    width: 100%;
  }
}
.p-feature__wrapper-text.no1 {
  top: -16px;
  left: 40px;
}
.p-feature__wrapper-text.no2 {
  left: 50%;
  top: -16px;
}
.p-feature__wrapper-text.no3 {
  left: 40px;
  top: -15px;
}
.p-feature__wrapper-image.no1 {
  left: 50%;
  top: -57px;
  height: 420px;
}
@media screen and (max-width: 1024px) {
  .p-feature__wrapper-image.no1 {
    height: auto;
  }
}
.p-feature__wrapper-image.no2 {
  left: 16px;
  width: 48%;
  top: -23px;
  height: 350px;
}
@media screen and (max-width: 1024px) {
  .p-feature__wrapper-image.no2 {
    height: auto;
    margin: auto;
    width: 100%;
  }
}
.p-feature__wrapper-image.no3 {
  top: -60px;
  right: 0;
  height: 400px;
}
.p-feature__wrapper-image.no2 img {
  height: 100%;
}
.p-feature__wrapper-image img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-feature__heading-sub {
  color: #F57921;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 28px;
}
@media screen and (max-width: 1024px) {
  .p-feature__heading-sub {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
  }
}
.p-feature__heading-sub::before {
  content: "";
  display: block;
  width: 67px;
  height: 58.38px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .p-feature__heading-sub::before {
    margin: -10px auto 16px;
  }
}
.p-feature__heading-sub.no1::before {
  background-image: url("../image/point01.png");
}
.p-feature__heading-sub.no2::before {
  background-image: url("../image/point02.png");
}
.p-feature__heading-sub.no3::before {
  background-image: url("../image/point03.png");
}
.p-feature__text-sub {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .p-feature__text-sub {
    margin-bottom: 16px;
  }
}
.p-feature__text-sub.small {
  font-size: 11px;
  line-height: 1.6;
}

.p-process {
  padding: 60px 0;
}
@media screen and (min-width: 1024px) {
  .p-process {
    padding: 100px 0;
  }
}
.p-process__heading {
  margin-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  .p-process__heading {
    margin-bottom: 36px;
  }
}
.p-process__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 33px;
  padding-top: 9px;
  position: relative;
  margin: 35px 0 0;
}
@media screen and (min-width: 1024px) {
  .p-process__lists {
    padding-top: 0;
    padding-left: 55px;
  }
}
.p-process__lists:first-child {
  margin-top: 0;
}
.p-process__lists::before {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .p-process__lists::before {
    width: 34px;
  }
}
.p-process__lists._3-business::before {
  background-image: url("../image/3-business-days.png");
  height: 92px;
}
@media screen and (min-width: 1024px) {
  .p-process__lists._3-business::before {
    height: 124px;
  }
}
.p-process__lists._5-business::before {
  background-image: url("../image/5-business-days.png");
  height: 206px;
}
@media screen and (min-width: 1024px) {
  .p-process__lists._5-business::before {
    height: 288px;
  }
}
.p-process__lists._30-business::before {
  background-image: url("../image/30-business-days.png");
  height: 547px;
  background-size: cover;
}
@media screen and (min-width: 1024px) {
  .p-process__lists._30-business::before {
    height: 623px;
  }
}
.p-process__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 8px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-process__list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-process__list.mt {
  margin-top: 42px;
}
.p-process__list::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #353535 transparent transparent transparent;
  border-width: 10px 9.825px 0px 9.825px;
  position: absolute;
  left: 45%;
  bottom: -31px;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .p-process__list::after {
    left: 47%;
  }
}
.p-process__list._mark-none::after {
  display: none;
}
.p-process__wrapper-icon {
  width: 19.4174757282%;
}
.p-process__wrapper-text {
  width: 77.9935275081%;
}
.p-process__heading-sub {
  font-size: 18px;
  color: #6ABE45;
  margin-bottom: 12px;
  line-height: 1.2;
}
@media screen and (min-width: 1024px) {
  .p-process__heading-sub {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.p-process__text-sub {
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  .p-process__text-sub {
    line-height: 2;
  }
}

.p-attempt {
  background-color: #F9F9F1;
  padding: 60px 0 40px;
}
@media screen and (min-width: 1024px) {
  .p-attempt {
    padding: 80px 0 100px;
  }
}
.p-attempt__heading {
  color: #6ABE45;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .p-attempt__heading {
    margin-bottom: 36px;
  }
}
.p-attempt__text {
  line-height: 1.6;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .p-attempt__text {
    margin-bottom: 32px;
    line-height: 2;
    text-align: center;
  }
}
.p-attempt__image {
  margin-bottom: 16px;
}
@media screen and (min-width: 1024px) {
  .p-attempt__image {
    margin-bottom: 24px;
    text-align: center;
  }
}
.p-attempt__image:last-child {
  margin-bottom: 0;
}/*# sourceMappingURL=style.css.map */