/* responsive
--------------------------------*/
@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .l-main .c-headline-page {
    padding: 10px 5px;
  }
}

@media print, screen and (min-width: 768px) {
  .p-ecocute a {
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .p-ecocute a:hover {
    opacity: 0.7;
  }
}

.p-mv {
  position: relative;
}
.p-mv__ttl img {
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-mv__ttl img {
    min-height: initial;
  }
}
.p-mv__wrap {
  width: 64%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-mv__wrap {
    width: 90%;
  }
}
.p-mv__btn {
  position: absolute;
  left: 0;
  top: 70%;
}
@media screen and (max-width: 767px) {
  .p-mv__btn {
    width: 100%;
    top: auto;
    bottom: -18px;
  }
}
.p-mv__btn a {
  width: 480px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
  background-color: #EB6120;
}
@media screen and (max-width: 767px) {
  .p-mv__btn a {
    max-width: 350px;
    width: 100%;
    height: 36px;
    margin: 0 auto;
    gap: 0;
    font-size: 15px;
  }
}
.p-mv__btn a::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/ecocute/arrow_white.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-mv__btn a::after {
    width: 13px;
    height: 13px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__btn a .small {
    font-size: 12px;
  }
}

.p-first {
  padding-top: 90px;
}
@media screen and (max-width: 767px) {
  .p-first {
    padding-top: 58px;
  }
}
.p-first__wrap {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 20px;
}
.p-first__block {
  position: relative;
}
.p-first__ttl {
  width: 75%;
  font-size: 44px;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-first__ttl {
    width: 100%;
    font-size: 28px;
  }
}
.p-first__ttl .color {
  color: #EB6120;
}
.p-first__txt {
  margin-top: 19px;
  font-size: 16px;
  line-height: 1.9;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-first__txt {
    margin-top: 20px;
    font-size: 15px;
  }
}
.p-first__txt .thin {
  width: 68%;
  max-width: 640px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-first__txt .thin {
    width: 100%;
  }
}
.p-first__txt .color {
  margin: 14px 0;
  display: block;
  color: #EB6120;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-first__txt .color {
    font-size: 18px;
  }
}
.p-first__img {
  width: 32.5%;
  position: absolute;
  top: -18px;
  right: -12px;
}
@media screen and (max-width: 767px) {
  .p-first__img {
    width: 100%;
    margin-top: 18px;
    position: static;
  }
}
.p-first__btn {
  margin-top: 40px;
}
.p-first__btn a {
  max-width: 100%;
  width: 353px;
  height: 48px;
  border: 2px solid #EB6120;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 11px;
  color: #EB6120;
  font-size: 15px;
  font-weight: 700;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-first__btn a {
    margin: 0 auto;
  }
}
.p-first__btn a::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/ecocute/arrow_orange.svg) no-repeat center/contain;
}

.p-second {
  padding-top: 88px;
}
@media screen and (max-width: 767px) {
  .p-second {
    padding-top: 80px;
  }
}
.p-second__wrap {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 20px;
}
.p-second__block {
  z-index: 1;
  padding-right: 30%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-second__block {
    padding-right: 0;
  }
}
.p-second__ttl {
  font-size: 44px;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-second__ttl {
    font-size: 28px;
  }
}
.p-second__ttl .color {
  color: #EB6120;
}
.p-second__txt01 {
  max-width: 658px;
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.9;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-second__txt01 {
    margin-top: 20px;
    font-size: 15px;
  }
}
.p-second__txt02 {
  max-width: 658px;
  margin-top: 20px;
  border-top: 1px solid #D9D1C7;
  border-bottom: 1px solid #D9D1C7;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 1.9;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-second__txt02 {
    margin-top: 14px;
    padding: 15px 12px;
  }
}
.p-second__txt02 .color {
  color: #EB6120;
}
.p-second__img {
  z-index: -1;
  width: 39%;
  position: absolute;
  top: -19%;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-second__img {
    width: 100%;
    margin-top: 20px;
    position: static;
  }
}

.p-issue {
  padding-top: 88px;
}
@media screen and (max-width: 767px) {
  .p-issue {
    padding-top: 83px;
  }
}
.p-issue__wrap {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 20px;
}
.p-issue__ttl {
  width: fit-content;
  margin: 0 auto;
  padding: 0 28px;
  position: relative;
  font-size: 32px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-issue__ttl {
    padding: 0 25px;
    font-size: 20px;
  }
}
.p-issue__ttl::before, .p-issue__ttl::after {
  content: "";
  width: 3px;
  height: 32px;
  position: absolute;
  top: 50%;
  background-color: currentColor;
}
.p-issue__ttl::before {
  left: 0;
  transform: translateY(-50%) rotate(-26deg);
}
.p-issue__ttl::after {
  right: 0;
  transform: translateY(-50%) rotate(26deg);
}
.p-issue__list {
  margin-top: 20px;
  padding-bottom: 27px;
  display: flex;
  justify-content: center;
  gap: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-issue__list {
    margin-top: 17px;
    flex-direction: column;
    gap: 0;
  }
}
.p-issue__list::after {
  content: "";
  width: 100%;
  height: 27px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/ecocute/line_issue.svg) no-repeat center/cover;
}
.p-issue__item {
  max-width: 219px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  .p-issue__item:nth-child(1) {
    order: 1;
  }
  .p-issue__item:nth-child(2) {
    order: 3;
  }
  .p-issue__item:nth-child(3) {
    order: 2;
  }
  .p-issue__item:nth-child(4) {
    order: 4;
  }
}
@media screen and (max-width: 767px) {
  .p-issue__item {
    max-width: initial;
    width: 63%;
    flex: initial;
  }
  .p-issue__item:nth-child(even) {
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-issue__item + .p-issue__item {
    margin-top: -33%;
  }
}
@media only screen and (max-width: 350px) {
  .p-issue__item + .p-issue__item {
    margin-top: -25%;
  }
}
.p-issue__item-txt {
  aspect-ratio: 1/1;
  margin-bottom: auto;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 700;
  text-align: center;
  background-color: #FFEE6F;
}
.p-issue__item-icon {
  margin-top: -59px;
  text-align: center;
}

.p-change {
  padding-top: 72px;
}
.p-change__wrap {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 20px;
}
.p-change__ttl {
  font-size: 32px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-change__ttl {
    font-size: 28px;
  }
}
.p-change__ttl .color {
  color: #EB6120;
}
.p-change__list {
  margin-top: 32px;
  display: flex;
  gap: 55px;
}
@media screen and (max-width: 767px) {
  .p-change__list {
    flex-direction: column;
    gap: 0;
  }
}
.p-change__item {
  padding-bottom: 26px;
  flex: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-change__item {
    max-width: 290px;
    margin: 0 auto;
  }
}
.p-change__item + .p-change__item::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -28px;
  background-color: #A19688;
}
@media screen and (max-width: 767px) {
  .p-change__item + .p-change__item::before {
    content: none;
  }
}
.p-change__item-ttl {
  margin-top: 20px;
  color: #EB6120;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
.p-change__item-txt {
  margin-top: 4px;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 500;
}

.p-otoku {
  padding-top: 97px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-otoku {
    padding-top: 59px;
  }
}
.p-otoku__wrap {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 20px;
}
.p-otoku__block {
  border: 3px solid #EB6120;
  border-radius: 12px;
  padding: 0 37px 40px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-otoku__block {
    padding: 0 28px 25px;
  }
}
.p-otoku__ttl {
  width: fit-content;
  margin: -36px auto 0;
  border-radius: 999px;
  padding: 15px 40px;
  position: relative;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  background-color: #FFEE6F;
}
@media screen and (max-width: 767px) {
  .p-otoku__ttl {
    width: initial;
    margin: -56px -18px 0;
    padding: 15px 10px;
    font-size: 18px;
    text-align: center;
  }
}
.p-otoku__ttl::after {
  content: "";
  width: 20px;
  height: 17px;
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  background-color: inherit;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.p-otoku__txt {
  width: fit-content;
  margin: 29px auto 0;
}
@media screen and (max-width: 767px) {
  .p-otoku__txt {
    margin-top: 31px;
  }
}
.p-otoku__txt .txt01 {
  display: block;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.p-otoku__txt .txt02 {
  z-index: 1;
  display: grid;
  grid-template-columns: auto auto 1fr;
  grid-template-rows: 1fr auto;
  align-items: start;
  position: relative;
  font-weight: 700;
  line-height: 1;
}
.p-otoku__txt .txt02::before {
  z-index: -1;
  content: "";
  width: 100%;
  height: 41px;
  position: absolute;
  left: 0;
  bottom: 20px;
  background-color: #FFF4A3;
}
@media screen and (max-width: 767px) {
  .p-otoku__txt .txt02::before {
    height: 26px;
    bottom: 12px;
  }
}
.p-otoku__txt .txt03 {
  margin-bottom: 22px;
  grid-column: 1/2;
  grid-row: 2/3;
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .p-otoku__txt .txt03 {
    margin-bottom: 14px;
    font-size: 25px;
  }
}
.p-otoku__txt .txt04 {
  margin-top: auto;
  margin-bottom: 4px;
  grid-column: 3/4;
  grid-row: 1/2;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .p-otoku__txt .txt04 {
    font-size: 18px;
  }
}
.p-otoku__txt .txt05 {
  margin-left: -15px;
  margin-right: 20px;
  grid-column: 2/3;
  grid-row: 1/3;
  color: #EB6120;
  font-size: 140px;
  letter-spacing: -0.08em;
  font-family: "DIN 2014", "Bahnschrift", "Roboto", "Arial", "Helvetica Neue", "Proxima Nova", "Futura", "Segoe UI", "Open Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-otoku__txt .txt05 {
    margin-left: -10px;
    margin-right: 13px;
    font-size: 89px;
  }
}
.p-otoku__txt .txt06 {
  grid-column: 3/4;
  grid-row: 2/3;
  color: #EB6120;
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .p-otoku__txt .txt06 {
    font-size: 25px;
  }
}
.p-otoku__note {
  margin-top: -10px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-otoku__note {
    margin-top: 0;
  }
}
.p-otoku__list {
  margin-top: 30px;
  border-radius: 8px;
  padding: 32px 40px;
  position: relative;
  background-color: #EBF9FF;
}
@media screen and (max-width: 767px) {
  .p-otoku__list {
    padding: 20px;
  }
}
.p-otoku__list::before {
  content: "";
  width: 34%;
  aspect-ratio: 254/180;
  position: absolute;
  top: -133px;
  right: -15px;
  background: url(../images/ecocute/img_otoku.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-otoku__list::before {
    content: none;
  }
}
.p-otoku__item + .p-otoku__item {
  margin-top: 20px;
  padding-top: 20px;
  background: linear-gradient(to right, #58A3C3 0, #58A3C3 2px, transparent 2px, transparent 4px) repeat-x top/4px 1px;
}
.p-otoku__item-ttl {
  color: #3696BE;
  font-size: 22px;
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-otoku__item-ttl {
    font-size: 18px;
  }
}
.p-otoku__item-txt {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-otoku__item-txt {
    font-size: 15px;
  }
}

.p-price {
  margin-top: -40px;
  padding-top: 100px;
  padding-bottom: 65px;
  background-color: #FFF7BE;
}
@media screen and (max-width: 767px) {
  .p-price {
    margin-top: -30px;
    padding-top: 56px;
    padding-bottom: 48px;
  }
}
.p-price__wrap {
  max-width: 897px;
  margin: 0 auto;
  padding: 0 20px;
}
.p-price__ttl {
  color: #EB6120;
  font-size: 32px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-price__ttl {
    font-size: 28px;
  }
}
.p-price__txt {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.p-price__list {
  margin-top: 20px;
  display: flex;
  gap: 11px;
}
@media screen and (max-width: 767px) {
  .p-price__list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    position: relative;
  }
}
.p-price__item {
  height: 60px;
  border: 1px solid #D9D1C7;
  border-radius: 8px;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-price__item {
    width: 140px;
    height: 51px;
    flex: initial;
  }
}
.p-price__item + .p-price__item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-price__item + .p-price__item {
    position: static;
  }
}
.p-price__item + .p-price__item::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: -6px;
  transform: translate(-50%, -50%);
  background: url(../images/ecocute/icon_plus.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-price__item + .p-price__item::before {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .p-price__item:last-child::before {
    content: "";
    top: 50%;
    left: 50%;
  }
}
.p-price__note {
  margin-top: 28px;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-price__note {
    margin-top: 12px;
  }
}

.p-voice {
  padding-top: 1px;
  padding-bottom: 93px;
  background-color: #F3911C;
}
@media screen and (max-width: 767px) {
  .p-voice {
    padding-bottom: 80px;
  }
}
.p-voice__wrap {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 20px;
}
.p-voice__ttl {
  margin-top: -30px;
  color: #fff;
  font-size: 32px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-voice__ttl {
    margin-top: -27px;
    font-size: 28px;
  }
}
.p-voice__ttl .sub {
  width: fit-content;
  margin: 0 auto 25px;
  border-radius: 999px;
  padding: 15px 40px;
  display: block;
  position: relative;
  color: #382712;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-voice__ttl .sub {
    margin-bottom: 36px;
    font-size: 18px;
  }
}
.p-voice__ttl .sub::after {
  content: "";
  width: 20px;
  height: 17px;
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  background-color: inherit;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.p-voice__txt {
  margin-top: 8px;
  color: #fff;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-voice__txt {
    font-size: 15px;
  }
}
.p-voice__list {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-voice__item {
  border-radius: 12px;
  padding: 46px 36px;
  display: flex;
  align-items: flex-start;
  gap: 21px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-voice__item {
    padding: 32px 36px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.p-voice__item-icon {
  width: 72px;
}
.p-voice__item-box {
  flex: 1;
}
.p-voice__item-ttl {
  border-bottom: 1px solid #E8D7CF;
  padding-bottom: 7px;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-voice__item-ttl {
    font-size: 18px;
  }
}
.p-voice__item-txt {
  margin-top: 16px;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 500;
}
.p-voice__item-name {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
}
.p-voice__note {
  margin-top: 12px;
  color: #fff;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 500;
  text-align: right;
}
.p-voice__btn {
  margin-top: 12px;
  display: flex;
  justify-content: center;
}
.p-voice__btn a {
  max-width: 100%;
  width: 353px;
  height: 48px;
  border: 2px solid #EB6120;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 11px;
  color: #EB6120;
  font-size: 15px;
  font-weight: 700;
  background-color: #fff;
}
.p-voice__btn a::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/ecocute/arrow_orange.svg) no-repeat center/contain;
}

.p-cta {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-cta {
    padding-top: 48px;
  }
}
.p-cta__wrap {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 20px;
}
.p-cta__ttl {
  font-size: 32px;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-cta__ttl {
    font-size: 24px;
  }
}
.p-cta__ttl .color {
  color: #EB6120;
}
.p-cta__list {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  gap: 14px;
}
@media screen and (max-width: 767px) {
  .p-cta__list {
    flex-direction: column;
    align-items: center;
  }
}
.p-cta__item {
  max-width: 456px;
  border-radius: 12px;
  padding: 28px 20px;
  flex: 1;
  text-align: center;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-cta__item {
    width: 100%;
    padding: 28px 25px;
  }
}
.p-cta__item--line .p-cta__item-btn a {
  background-color: #0CC14D;
}
.p-cta__item--line .p-cta__item-btn a::after {
  background-image: url(../images/ecocute/arrow_green.svg);
}
.p-cta__item--tel .p-cta__item-btn a {
  background-color: #EB6120;
}
.p-cta__item--tel .p-cta__item-btn a::after {
  background-image: url(../images/ecocute/arrow_white.svg);
}
.p-cta__item-catch {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
}
.p-cta__item-btn {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}
.p-cta__item-btn a {
  max-width: 340px;
  width: 100%;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-cta__item-btn a {
    height: 52px;
  }
}
.p-cta__item-btn a::after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-cta__item-btn a::after {
    right: 20px;
  }
}
.p-cta__item-line {
  max-width: 340px;
  margin: 16px auto 0;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-cta__item-line {
    gap: 3px;
  }
}
.p-cta__item-line .color {
  border-radius: 999px;
  padding: 8px 16px;
  flex-shrink: 0;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  background-color: #FFEE6F;
}
.p-cta__item-line .txt {
  flex: 1;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-cta__item-line .txt {
    font-size: 14px;
  }
}
.p-cta__item-num {
  margin-top: 16px;
  color: #EB6120;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
}
.p-cta__item-time {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 500;
}
.p-cta__block {
  max-width: 900px;
  margin: 27px auto 0;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-cta__block {
    margin-top: 34px;
    flex-direction: column;
    align-items: center;
  }
}
.p-cta__box {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-cta__box {
    display: contents;
  }
}
.p-cta__txt {
  margin-top: 40px;
  color: #EB6120;
  font-size: 28px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-cta__txt {
    width: fit-content;
    margin: 0 auto;
    order: 1;
    font-size: 20px;
  }
}
.p-cta__img {
  width: 60%;
  margin-right: -1%;
}
@media screen and (max-width: 767px) {
  .p-cta__img {
    width: initial;
    margin: -1% -2% 0;
    order: 2;
  }
}
.p-cta__btn {
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .p-cta__btn {
    margin-top: -10px;
    order: 3;
  }
}
.p-cta__btn a {
  max-width: 100%;
  width: 293px;
  height: 48px;
  border: 2px solid #EB6120;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 11px;
  color: #EB6120;
  font-size: 15px;
  font-weight: 700;
  background-color: #fff;
}
.p-cta__btn a::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/ecocute/arrow_orange.svg) no-repeat center/contain;
}
