@charset "UTF-8";

/* ======================================================================
  LP hero — standalone (p_hero only)
====================================================================== */
body {
  min-width: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  line-height: 1.5;
}

p {
  margin: 0;
}

.en {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.mincho,
.p_hero__badge-body {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.js-founding-years {
  display: inline !important;
}

.u-pc {
  display: block;
}

.u-sp {
  display: none;
}

@media (max-width: 950px) {
  .u-pc {
    display: none;
  }

  .u-sp {
    display: block;
  }
}

.c_sec-ttl {
  text-align: center;
  font-size: 42px;
  margin: 10px 0 20px;
}

@media (max-width: 950px) {
  .c_sec-ttl {
    margin: 0 0 10px;
    font-size: 24px;
  }

  .c_sec-ttl .en {
    font-size: 20px;
  }
}

.c_sec-ttl .en {
  display: block;
  color: #EF812B;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.8;
}

.c_sec-ttl .emph {
  color: #097847;
}

.c_sec-lead {
  text-align: center;
  font-size: 22px;
  color: #373737;
  margin-bottom: 60px;
  line-height: 1.785;
}

@media (max-width: 950px) {
  .c_sec-lead {
    font-size: 15px;
    margin-bottom: 35px;
  }
}

.p_hero {
  overflow: hidden;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.6;
  color: #373737;
}

@media (max-width: 950px) {
  .p_hero {
    padding-bottom: 0;
  }
}

.p_hero__inner {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: linear-gradient(151deg, #00331c, #044b2b 51%, #075934);
  padding: 15px;
}

@media (max-width: 950px) {
  .p_hero__inner {
    display: grid;
    grid-template-columns: 1fr;
    padding: 0;
  }
}

.p_hero__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  color: #fff;
  padding: 40px 0 50px;
  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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 950px) {
  .p_hero__content {
    display: contents;
  }
}

.p_hero__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  text-align: left;
}

@media (max-width: 950px) {
  .p_hero__body {
    display: contents;
  }
}

@media (max-width: 950px) {
  .p_hero__ttl-group {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 15px;
  }
}

.p_hero__label {
  margin: 0 0 20px;
  font-size: 30px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #EF812B;
  font-weight: 400;
  font-style: italic;
}

@media (max-width: 950px) {
  .p_hero__label {
    font-size: 16px;
    text-align: center;
    margin-bottom: 5px;
  }
}

.p_hero__title {
  margin: 0 0 10px;
  font-size: 52px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.06em;
}

@media (max-width: 950px) {
  .p_hero__title {
    font-size: 36px;
    text-align: center;
    margin: 0 0 5px;
  }
}

.p_hero__lead {
  margin: 0 0 30px;
  font-size: 32px;
  line-height: 1.4;
}

@media (max-width: 950px) {
  .p_hero__lead {
    font-size: 18px;
    text-align: center;
    margin: 0;
  }
}

.p_hero__text {
  margin: 0;
  font-size: 18px;
  line-height: 1.8;
  text-align: left;
}

.p_hero__text p {
  margin: 0;
}

.p_hero__text p+p {
  margin-top: 0.5em;
}

@media (max-width: 950px) {
  .p_hero__text {
    font-size: 14px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding: 10px 15px;
  }
}

.p_hero__emph {
  color: #FFCD29;
  font-weight: 600;
}

.p_hero__action {
  margin: 32px 0 0;
}

.p_hero__action a {
  color: #fff;
}

@media (max-width: 950px) {
  .p_hero__action {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    text-align: center;
    margin: 10px 0 20px;
  }
}

.p_hero__btn {
  display: inline-block;
  background: #EF812B;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 16px 48px;
  border-radius: 999px;
  text-decoration: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  border: 2px solid #fff;
}

.p_hero__btn::after {
  font-family: "Font Awesome 6 Free";
  content: "\f35a";
  font-weight: bold;
  font-weight: normal;
  margin-left: 0.5em;
}

.p_hero__btn:hover {
  opacity: 0.85;
}

.p_hero__visual {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  position: relative;
}

@media (max-width: 950px) {
  .p_hero__visual {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.p_hero__figure {
  margin: 0;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.p_hero__img {
  display: block;
  height: 100%;
  min-height: 420px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  width: 110%;
  object-fit: cover;
}

@media (max-width: 950px) {
  .p_hero__img {
    min-height: 280px;
  }
}

.p_hero__badges {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin: 0;
  padding: 0 10px;
  list-style: none;
  z-index: 1;
}

@media (max-width: 950px) {
  .p_hero__badges {
    gap: 2px;
    padding: 0 5px 8px;
  }
}

.p_hero__badge {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  min-width: 0;
}

.p_hero__badge-body {
  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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
  background: url("img/bg_badges.png") no-repeat;
  background-size: contain;
  container-type: inline-size;
  padding: 6% 4%;
  line-height: 1.25;
  text-align: center;
  color: #373737;
  font-weight: 700;
}

.p_hero__badge-line {
  font-size: clamp(10px, 11cqw, 20px);
}

.p_hero__badge-line--emph {
  font-weight: 900;
  font-size: clamp(14px, 15cqw, 28px);
}

.p_hero__badge-line--emph.big {
  font-size: clamp(20px, 24cqw, 44px);
}

.p_problem {
  background: #F9F9F9;
  padding: 80px 0 180px;
}

@media (max-width: 950px) {
  .p_problem {
    padding: 60px 0 130px;
  }
}

.p_problem__inner {
  padding: 0 5%;
}

.p_problem__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 950px) {
  .p_problem__list {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.p_problem__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}

.p_problem__thumb {
  background: #c5d4c9;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  padding: 15px 10px;
}

@media (max-width: 950px) {
  .p_problem__thumb {
    min-width: 110px;
    padding: 0;
  }
}

.p_problem__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 280/200;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 950px) {
  .p_problem__img {
    width: 60%;
    min-width: 230px;
    margin: 0 auto;
  }
}

.p_problem__body {
  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;
  flex: 1;
  padding: 20px 20px 24px;
}

@media (max-width: 950px) {
  .p_problem__body {
    padding: 15px 15px 20px;
  }
}

.p_problem__num {
  margin: 0 0 8px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  color: #EF812B;
}

@media (max-width: 950px) {
  .p_problem__num {
    font-size: 18px;
    margin: 0 0 4px;
  }
}

.p_problem__item-ttl {
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}

@media (max-width: 950px) {
  .p_problem__item-ttl {
    font-size: 19px;
    line-height: 1.4;
  }
}

.p_problem__desc {
  margin: 0;
  font-size: 17px;
  line-height: 1.75;
}

@media (max-width: 950px) {
  .p_problem__desc {
    font-size: 15px;
  }
}

.p_problem__voice {
  margin: 20px 0 0;
  position: relative;
  padding-left: 1.9em;
  padding-top: 0.2em;
}

@media (max-width: 950px) {
  .p_problem__voice {
    margin: 10px 0 0;
  }
}

.p_problem__voice-txt {
  font-size: 14px;
  line-height: 1.6;
  color: #707070;
  margin: 0;
}

@media (max-width: 950px) {
  .p_problem__voice-txt {
    font-size: 12px;
  }
}

.p_problem__voice-txt span {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 24px;
  height: 20px;
  background: url("img/ico_problem.svg") no-repeat;
}

.p_solution {
  padding: 25px 0 100px;
  position: relative;
}

@media (max-width: 950px) {
  .p_solution {
    padding: 25px 0 80px;
  }

  .p_solution::before {
    height: 50px;
    top: -50px;
  }
}

.p_solution::before {
  content: "";
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #ffffff;
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
}

.p_solution__inner {
  width: 95%;
  max-width: 1180px;
  margin: 0 auto;
}

.p_solution__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 950px) {
  .p_solution__list {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.p_solution__item {
  background: #fff;
  border-radius: 12px;
  background-color: rgba(200, 222, 212, 0.2);
  border: 2px solid #097847;
  padding: 25px 20px 25px 50px;
  border-radius: 60px;
  font-size: 15px;
  color: #097847;
  text-align: center;
  position: relative;
}

@media (max-width: 950px) {
  .p_solution__item {
    padding: 15px 20px 15px 50px;
  }
}

.p_solution__item span {
  font-weight: bold;
  font-size: 20px;
  display: block;
}

@media (max-width: 950px) {
  .p_solution__item span {
    font-size: 18px;
  }
}

.p_solution__item::before {
  content: "";
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 10px solid #097847;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p_reason {
  padding: 80px 0 100px;
  position: relative;
  background-color: #C8DED4;
}

@media (max-width: 950px) {
  .p_reason {
    padding: 60px 0 80px;
  }
}

.p_reason__inner {
  width: 95%;
  max-width: 1180px;
  margin: 0 auto;
}

.p_reason__items {
  margin: 90px 0 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
}

@media (max-width: 950px) {
  .p_reason__items {
    margin: 40px 0 0;
    gap: 30px;
  }
}

.p_reason__item {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media (max-width: 950px) {
  .p_reason__item {
    grid-template-columns: 1fr;
    padding: 20px 25px;
  }
}

.p_reason__item--num {
  position: absolute;
  bottom: 0;
  color: rgba(7, 89, 52, 0.1);
  font-size: 300px;
  font-weight: bold;
  line-height: 0.75;
}

@media (max-width: 950px) {
  .p_reason__item--num {
    font-size: 200px;
  }
}

.p_reason__item--num.left {
  left: 2%;
}

@media (max-width: 950px) {
  .p_reason__item--num.left {
    right: 2%;
    left: auto;
  }
}

.p_reason__item--num.right {
  right: 2%;
}

.p_reason__item--text {
  padding: 0 30px;
  position: relative;
}

@media (max-width: 950px) {
  .p_reason__item--text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 0;
  }
}

.p_reason__item--text h3 {
  font-size: 32px;
  margin: 0 0 20px;
}

@media (max-width: 950px) {
  .p_reason__item--text h3 {
    font-size: 22px;
    margin: 0 0 10px;
    text-align: center;
  }
}

.p_reason__item--text h3 span {
  color: #EF812B;
}

.p_reason__item--text p {
  font-size: 17px;
  line-height: 1.785;
}

@media (max-width: 950px) {
  .p_reason__item--text p {
    font-size: 15px;
  }
}

@media (max-width: 950px) {
  .p_reason__item--img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 10px;
  }
}

.p_reason__item--img img {
  width: 100%;
}

.p_cta {
  background-color: #097847;
  padding: 60px 0 80px;
  position: relative;
}

@media (max-width: 950px) {
  .p_cta {
    padding: 40px 0 60px;
  }
}

.p_cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 100%;
  background-color: #0B6E43;
  clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
}

.p_cta::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 100%;
  background-color: #0B6E43;
  clip-path: polygon(100% 0%, 100% 100%, 0% 0%);
}

.p_cta__inner {
  text-align: center;
  position: relative;
  z-index: 10;
  width: 95%;
  max-width: 1180px;
  margin: 0 auto;
}

.p_cta__inner p {
  font-size: 25px;
  color: #fff;
  margin-bottom: 15px;
}

@media (max-width: 950px) {
  .p_cta__inner p {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.p_cta__inner>a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  padding-bottom: 3px;
  border-bottom: 1px solid #fff;
  color: #fff;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.p_cta__inner>a:hover {
  opacity: 0.85;
}

.p_cta__btn {
  margin-bottom: 5px;
}

.p_cta__btn a {
  padding: 18px 40px;
  background-color: #EF812B;
  color: #fff;
  font-size: 20px;
  border-radius: 60px;
  border: 2px solid #fff;
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  color: #fff;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.p_cta__btn a:hover {
  opacity: 0.85;
}

@media (max-width: 950px) {
  .p_cta__btn a {
    font-size: 16px;
  }
}

.p_cta__btn a::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0e0";
  font-weight: bold;
  margin-right: 1em;
}

.p_flow {
  padding: 80px 0 250px;
  position: relative;
  background-color: #f5f5f5;
}

@media (max-width: 950px) {
  .p_flow {
    padding: 60px 0 200px;
  }
}

.p_flow__inner {
  width: 95%;
  max-width: 1180px;
  margin: 0 auto;
}

.p_flow__img {
  margin: 80px auto 30px;
  width: 100%;
}

.p_flow__img a {
  display: block;
}

@media (max-width: 950px) {
  .p_flow__img {
    margin: 40px auto 25px;
  }
}

.p_flow__img img {
  width: 100%;
}

.p_flow__emph {
  background-color: #075934;
  border-radius: 20px;
  padding: 30px;
  max-width: 700px;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
}

@media (max-width: 950px) {
  .p_flow__emph {
    font-size: 18px;
    width: 100%;
    padding: 15px 10px;
  }
}

.p_flow__emph span {
  position: relative;
}

.p_flow__emph span::before {
  content: "";
  width: 100%;
  height: 10px;
  background-color: rgba(4, 160, 90, 0.55);
  position: absolute;
  bottom: -10px;
  left: 0;
}

@media (max-width: 950px) {
  .p_flow__emph span::before {
    height: 5px;
    bottom: -5px;
  }
}

.p_voice {
  position: relative;
  background-color: #C8DED4;
  padding: 10px 0 50px;
}

.p_voice::before {
  content: "";
  position: absolute;
  top: -200px;
  right: 0;
  width: 100%;
  height: 200px;
  background-color: #075934;
  clip-path: polygon(0% 100%, 100% 100%, 100% 0%);
}

@media (max-width: 950px) {
  .p_voice::before {
    top: -150px;
    height: 150px;
  }
}

.p_voice::after {
  content: "";
  position: absolute;
  bottom: -250px;
  left: 0;
  width: 100%;
  height: 252px;
  background-color: #C8DED4;
  clip-path: polygon(0% 100%, 0% 0%, 100% 0%);
}

@media (max-width: 950px) {
  .p_voice::after {
    bottom: -150px;
    height: 152px;
  }
}

.p_voice__inner {
  width: 95%;
  max-width: 1180px;
  margin: 0 auto;
}

.p_voice__bg {
  width: 100%;
  height: 202px;
  background-color: #C8DED4;
  clip-path: polygon(0% 100%, 100% 100%, 0% 0%);
  position: absolute;
  top: -200px;
  left: 0;
}

@media (max-width: 950px) {
  .p_voice__bg {
    height: 152px;
    top: -150px;
  }
}

.p_voice__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 48px;
  margin-top: 80px;
}

@media (max-width: 950px) {
  .p_voice__items {
    margin-top: 40px;
    gap: 30px;
  }
}

.p_voice__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
}

@media (max-width: 950px) {
  .p_voice__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p_voice__item.ver01 .p_voice__item--img {
  margin-right: -10%;
}

@media (max-width: 950px) {
  .p_voice__item.ver01 .p_voice__item--img {
    margin-right: auto;
  }
}

.p_voice__item.ver01 .p_voice__item--body {
  padding: 40px 50px 40px 13%;
}

@media (max-width: 950px) {
  .p_voice__item.ver01 .p_voice__item--body {
    padding: 45px 20px 30px;
  }
}

.p_voice__item.ver01 .p_voice__item--body::after {
  right: 0;
  border-width: 0 48px 48px 0;
  border-color: transparent #075934 transparent transparent;
}

.p_voice__item.ver02 .p_voice__item--img {
  margin-left: -10%;
}

@media (max-width: 950px) {
  .p_voice__item.ver02 .p_voice__item--img {
    margin-left: auto;
  }
}

.p_voice__item.ver02 .p_voice__item--body {
  padding: 40px 13% 40px 50px;
}

@media (max-width: 950px) {
  .p_voice__item.ver02 .p_voice__item--body {
    padding: 45px 20px 30px;
  }
}

.p_voice__item.ver02 .p_voice__item--body::after {
  left: 0;
  border-width: 48px 48px 0 0;
  border-color: #075934 transparent transparent transparent;
}

.p_voice__item--img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 42%;
  flex: 0 0 42%;
  max-width: 420px;
  position: relative;
  z-index: 2;
  -ms-flex-item-align: center;
  align-self: center;
}

@media (max-width: 950px) {
  .p_voice__item--img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 80%;
    margin-bottom: -20px;
  }
}

.p_voice__item--img img {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 3/2;
  -o-object-position: bottom;
  object-position: bottom;
}

.p_voice__item--body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  background: #fff;
  position: relative;
  overflow: hidden;
  min-height: 350px;
}

@media (max-width: 950px) {
  .p_voice__item--body {
    min-height: 280px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.p_voice__item--body::after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
}

.p_voice__item--ttl {
  margin: 0 0 24px;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.5;
  color: #EF812B;
}

@media (max-width: 950px) {
  .p_voice__item--ttl {
    font-size: 18px;
  }
}

.p_voice__item--text p {
  margin-bottom: 10px;
  line-height: 1.785;
  font-size: 17px;
}

@media (max-width: 950px) {
  .p_voice__item--text p {
    font-size: 15px;
  }
}

.p_faq {
  padding: 250px 0 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.8))), url("img/bg_faq.png");
  background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url("img/bg_faq.png");
  background-size: cover;
}

@media (max-width: 950px) {
  .p_faq {
    padding: 150px 0 80px;
  }
}

.p_faq__inner {
  width: 95%;
  max-width: 1180px;
  margin: 0 auto;
}

.p_faq__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 48px;
  margin-top: 80px;
}

@media (max-width: 950px) {
  .p_faq__items {
    margin-top: 40px;
    gap: 30px;
  }
}

.p_faq__item {
  padding: 25px 25px 30px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

@media (max-width: 950px) {
  .p_faq__item {
    padding: 20px 15px 25px;
  }
}

.p_faq__item--question,
.p_faq__item--answer {
  position: relative;
}

.p_faq__item--question::before,
.p_faq__item--answer::before {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
}

@media (max-width: 950px) {

  .p_faq__item--question::before,
  .p_faq__item--answer::before {
    font-size: 18px;
    width: 28px;
    height: 28px;
  }
}

.p_faq__item--question {
  margin-bottom: 15px;
}

@media (max-width: 950px) {
  .p_faq__item--question {
    margin-bottom: 10px;
  }
}

.p_faq__item--question::before {
  content: "Q";
  background-color: #097847;
  color: #fff;
}

.p_faq__item--question p {
  line-height: 1.785;
  color: #097847;
  font-size: 19px;
  font-weight: 700;
  padding-left: 40px;
}

@media (max-width: 950px) {
  .p_faq__item--question p {
    font-size: 17px;
    padding-left: 32px;
  }
}

.p_faq__item--answer::before {
  content: "A";
  color: #097847;
  border: 1px solid #097847;
}

.p_faq__item--answer p {
  line-height: 1.785;
  font-size: 16px;
  padding-left: 40px;
  padding-top: 5px;
}

@media (max-width: 950px) {
  .p_faq__item--answer p {
    font-size: 14px;
    padding-left: 32px;
    padding-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .p_hero {
    padding-top: 60px;
  }
}