@charset "UTF-8";
/* ===================================================================
CSS information

file name  : fields.css
author     : Abilive
style info : 事業フィールド
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
@property --1vw {
  syntax: "<length>";
  inherits: true;
  initial-value: 0px;
}
:root {
  --1vw: 1vw;
  --vw-to-px: calc(tan(atan2(var(--1vw), 1px)));
}

#fields .p-page-title .p-page-title__lead-wrap .p-page-title__catch {
  font-family: var(--font-family-base);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 1200px) {
  #fields .p-page-title .p-page-title__lead-wrap .p-page-title__catch {
    font-size: 1.8rem;
  }
}
@media print {
  #fields .p-page-title .p-page-title__lead-wrap .p-page-title__catch {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #fields .p-page-title .p-page-title__lead-wrap .p-page-title__catch {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  #fields .p-page-title .p-page-title__lead-wrap .p-page-title__catch {
    font-size: 1.2rem;
    line-height: 2;
  }
}

.p-fields-anchor {
  margin-top: 8rem;
}
@media only screen and (max-width: 1199px) {
  .p-fields-anchor {
    margin-top: 4rem;
  }
}
.p-fields-anchor__inner {
  width: var(--content-width);
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .p-fields-anchor__inner {
    max-width: 1280px;
  }
}
.p-fields-anchor__inner {
  padding-inline: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-fields-anchor__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .p-fields-anchor__inner {
    max-width: 85.3rem;
  }
}
@media print {
  .p-fields-anchor__inner {
    max-width: 85.3rem;
  }
}
.p-fields-anchor__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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-fields-anchor__list {
    gap: 1.2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .p-fields-anchor__list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 1.2rem;
  }
}
@media print {
  .p-fields-anchor__list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-fields-anchor__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.2rem;
  }
}
.p-fields-anchor__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 13.3rem;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-fields-anchor__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 0.6rem);
    flex: 1 1 calc(50% - 0.6rem);
    max-width: calc(50% - 0.6rem);
  }
}
@media only screen and (min-width: 1200px) {
  .p-fields-anchor__item {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 20.4rem;
    min-width: 20.4rem;
    max-width: 20.4rem;
  }
}
@media print {
  .p-fields-anchor__item {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 20.4rem;
    min-width: 20.4rem;
    max-width: 20.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-fields-anchor__item {
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    max-width: none;
  }
}
.p-fields-anchor__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  min-height: 9rem;
  padding: 1.4rem 1.6rem 1.4rem 1.8rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(157deg, #2d3c56 17%, rgba(45, 60, 86, 0.6) 87%);
  border: none;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
.p-fields-anchor__btn:hover, .p-fields-anchor__btn:focus {
  text-decoration: none;
  color: #fff;
}
.p-fields-anchor__btn:focus {
  outline: none;
}
@media only screen and (max-width: 767px) {
  .p-fields-anchor__btn {
    min-height: 5.3rem;
    padding: 1rem 1.3rem;
  }
}
.p-fields-anchor__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: lightgray;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: linear-gradient(115deg, rgba(11, 54, 156, 0.4) 35.78%, rgba(11, 54, 156, 0.24) 78.29%), var(--p-fields-anchor-bg, none);
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  pointer-events: none;
}
.p-fields-anchor__btn:hover .p-fields-anchor__bg, .p-fields-anchor__btn:focus .p-fields-anchor__bg {
  opacity: 1;
}
.p-fields-anchor__btn:not([style*="--p-fields-anchor-bg"]) .p-fields-anchor__bg {
  background-image: none;
}
.p-fields-anchor__label {
  position: relative;
  z-index: 2;
  font-family: var(--font-family-base);
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .p-fields-anchor__label {
    font-size: 1.1rem;
  }
}
.p-fields-anchor__dot {
  position: absolute;
  right: 1.2rem;
  bottom: 1.2rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-color: #00a0de;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .p-fields-anchor__dot {
    right: 0.9rem;
    bottom: 0.6rem;
    width: 0.4rem;
    height: 0.4rem;
  }
}

.p-fields-anchor-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 2rem;
  z-index: 1000;
  width: 69%;
  margin-inline: auto;
  border-radius: 0.4rem;
  background: var(--color-bg7-lighten);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.p-fields-anchor-bar.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media only screen and (min-width: 768px) {
  .p-fields-anchor-bar {
    padding: 0.8rem 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-fields-anchor-bar {
    bottom: 1.3rem;
    width: 94%;
    border-radius: 0.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-fields-anchor-bar.is-scrolling-down {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
.p-fields-anchor-bar__inner {
  width: 100%;
  margin-inline: auto;
  padding-inline: 1.3rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-fields-anchor-bar__inner {
    padding-inline: 0;
  }
}
.p-fields-anchor-bar__trigger {
  display: none;
}
@media only screen and (max-width: 767px) {
  .p-fields-anchor-bar__trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 1rem 1.3rem;
    background: transparent;
    border: none;
    color: inherit;
    font-family: var(--font-family-base);
    font-weight: 500;
    font-size: 0.9rem;
    letter-spacing: 0.05em;
    text-align: left;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }
}
.p-fields-anchor-bar__trigger-dot {
  display: block;
  width: 0.4rem;
  aspect-ratio: 1;
  border-radius: 100%;
  background: var(--color-bg8);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.6rem;
}
.p-fields-anchor-bar__trigger-label {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-fields-anchor-bar__trigger-icon {
  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;
  width: 1.6rem;
  height: 1.6rem;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 400;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.js-fields-anchor-bar.is-open .p-fields-anchor-bar__trigger-icon {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-fields-anchor-bar__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.6rem 1%;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .p-fields-anchor-bar__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    padding: 0.5rem 0;
    margin-bottom: 0.2rem;
    background: var(--color-bg7-lighten);
    border-radius: 0.4rem;
    -webkit-box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
    max-height: 60vh;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(0.5rem);
    transform: translateY(0.5rem);
    -webkit-transition: opacity 0.25s ease, visibility 0s 0.25s, -webkit-transform 0.25s ease;
    transition: opacity 0.25s ease, visibility 0s 0.25s, -webkit-transform 0.25s ease;
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s 0.25s;
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s 0.25s, -webkit-transform 0.25s ease;
  }
  .js-fields-anchor-bar.is-open .p-fields-anchor-bar__list {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
    transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
    transition: opacity 0.25s ease, transform 0.25s ease;
    transition: opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
  }
}
@media only screen and (min-width: 768px) {
  .p-fields-anchor-bar__item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media only screen and (max-width: 767px) {
  .p-fields-anchor-bar__item {
    width: 100%;
  }
}
.p-fields-anchor-bar__link {
  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: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  gap: 1.6rem;
  padding: 1.2rem 2.6rem 1.2rem 1.3rem;
  border-radius: 4px;
  text-decoration: none;
  line-height: 1.6;
  -webkit-transition: opacity var(--duration-normal) var(--ease);
  transition: opacity var(--duration-normal) var(--ease);
}
.p-fields-anchor-bar__link:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity var(--duration-normal) var(--ease);
  transition: opacity var(--duration-normal) var(--ease);
  border-radius: 4px;
  background: linear-gradient(146deg, #2d3c56, rgba(45, 60, 86, 0.6));
}
.p-fields-anchor-bar__link:hover, .p-fields-anchor-bar__link:focus {
  text-decoration: none;
}
.p-fields-anchor-bar__link:hover:before, .p-fields-anchor-bar__link:focus:before {
  opacity: 1;
}
.p-fields-anchor-bar__link:hover .p-fields-anchor-bar__dot, .p-fields-anchor-bar__link:focus .p-fields-anchor-bar__dot {
  background: var(--color-key3);
}
.p-fields-anchor-bar__link.is-current {
  font-weight: 700;
}
.p-fields-anchor-bar__link.is-current:before {
  opacity: 1;
}
.p-fields-anchor-bar__link.is-current .p-fields-anchor-bar__dot {
  background: var(--color-white);
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-fields-anchor-bar__link {
    padding-block: 0.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-fields-anchor-bar__link {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.6rem 1.3rem;
    gap: 1rem;
  }
}
.p-fields-anchor-bar__dot {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  width: 0.4rem;
  aspect-ratio: 1;
  border-radius: 100%;
  background: var(--color-bg8);
  -webkit-transition: background var(--duration-normal) var(--ease);
  transition: background var(--duration-normal) var(--ease);
}
.p-fields-env {
  margin-top: 12rem;
  background-color: transparent;
  color: #fff;
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .p-fields-env {
    overflow-x: hidden;
  }
}
.p-fields-env__inner {
  width: var(--content-width);
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .p-fields-env__inner {
    max-width: 1280px;
  }
}
.p-fields-env__inner {
  overflow: visible;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-fields-env__inner {
    max-width: 100%;
    padding-inline: 2.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-fields-env__inner {
    max-width: 100%;
    padding-inline: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .p-fields-env__inner {
    max-width: 1280px;
    padding-inline: 0;
    overflow-x: hidden;
  }
}
@media print {
  .p-fields-env__inner {
    max-width: 1280px;
    padding-inline: 0;
    overflow-x: hidden;
  }
}
.p-fields-env__hero {
  position: relative;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .p-fields-env__hero {
    margin-bottom: 4rem;
  }
}
.p-fields-env__hero-image {
  width: 100%;
  aspect-ratio: 1400/700;
  border-radius: 0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-fields-env__hero-image {
    width: 100%;
    max-width: 100%;
    border-radius: 0.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-fields-env__hero-image {
    width: 100vw;
    max-width: 100vw;
    height: 17.3rem;
    aspect-ratio: auto;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border-radius: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .p-fields-env__hero-image {
    width: 93.3rem;
    max-width: none;
    position: relative;
    left: 50%;
    margin-left: -46.7rem;
    border-radius: 0.6rem;
  }
}
@media print {
  .p-fields-env__hero-image {
    width: 93.3rem;
    max-width: none;
    position: relative;
    left: 50%;
    margin-left: -46.7rem;
    border-radius: 0.6rem;
  }
}
.p-fields-env__hero-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-fields-env__hero-body {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-fields-env__hero-body {
    padding: 4rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-fields-env__hero-body {
    padding: 4rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .p-fields-env__hero-body {
    max-width: 1280px;
    min-width: 0;
    margin-top: 4rem;
    padding: 0;
    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: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12.1rem;
    overflow: hidden;
  }
}
@media print {
  .p-fields-env__hero-body {
    max-width: 1280px;
    min-width: 0;
    margin-top: 4rem;
    padding: 0;
    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: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12.1rem;
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .p-fields-env__section-title {
    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.4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .p-fields-env__section-title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media print {
  .p-fields-env__section-title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.p-fields-env__heading-jp {
  margin: 0 0 1.3rem;
  font-family: var(--font-family-base);
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 1.1;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-fields-env__heading-jp {
    font-size: 3.2rem;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767px) {
  .p-fields-env__heading-jp {
    margin-bottom: 0.4rem;
    font-size: 2.4rem;
    line-height: 1.6;
  }
}
@media only screen and (min-width: 1200px) {
  .p-fields-env__heading-jp {
    font-size: 4.2rem;
  }
}
@media print {
  .p-fields-env__heading-jp {
    font-size: 4.2rem;
  }
}
.p-fields-env__heading-en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.6rem;
  margin: 0;
  font-family: var(--font-family-en);
  font-size: 1.2rem;
  line-height: 1.18;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-fields-env__heading-en {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-fields-env__heading-en {
    gap: 0.5rem;
    padding-left: 0.1rem;
    font-size: 1rem;
    line-height: 1.177;
  }
}
@media only screen and (min-width: 1200px) {
  .p-fields-env__heading-en {
    font-size: 1.6rem;
  }
}
@media print {
  .p-fields-env__heading-en {
    font-size: 1.6rem;
  }
}
.p-fields-env__heading-dot {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 0.2rem;
  background-color: var(--color-key1);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .p-fields-env__heading-dot {
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 0.1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-fields-env__intro {
    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: 2.6rem;
    min-width: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-fields-env__intro {
    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;
    gap: 2.6rem;
  }
}
@media only screen and (min-width: 1200px) {
  .p-fields-env__intro {
    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: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5.7rem;
    min-width: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    overflow: hidden;
  }
}
@media print {
  .p-fields-env__intro {
    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: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5.7rem;
    min-width: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    overflow: hidden;
  }
}
.p-fields-env__intro-text {
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .p-fields-env__intro-text {
    width: 100%;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .p-fields-env__intro-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 480px;
    flex: 0 1 480px;
    min-width: 0;
    max-width: 480px;
    margin-bottom: 0;
  }
}
@media print {
  .p-fields-env__intro-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 480px;
    flex: 0 1 480px;
    min-width: 0;
    max-width: 480px;
    margin-bottom: 0;
  }
}
.p-fields-env__catch {
  margin: 0 0 1.3rem;
  font-family: var(--font-family-base);
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-fields-env__catch {
    font-size: 1.7rem;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767px) {
  .p-fields-env__catch {
    margin: 0;
    font-size: 1.2rem;
    line-height: 2;
  }
}
@media only screen and (min-width: 1200px) {
  .p-fields-env__catch {
    font-size: 2.1rem;
  }
}
@media print {
  .p-fields-env__catch {
    font-size: 2.1rem;
  }
}
.p-fields-env__lead {
  margin: 0;
  font-family: var(--font-family-base);
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-fields-env__lead {
    font-size: 0.9rem;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 767px) {
  .p-fields-env__lead {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .p-fields-env__lead {
    font-size: 1rem;
  }
}
@media print {
  .p-fields-env__lead {
    font-size: 1rem;
  }
}
.p-fields-env__stat {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  min-width: 0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-fields-env__stat {
    width: 18.6rem;
    height: 18.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-fields-env__stat {
    width: 17.3rem;
    height: 17.3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .p-fields-env__stat {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 20rem;
    flex: 0 1 20rem;
    width: auto;
    height: auto;
    max-width: 20rem;
    aspect-ratio: 1;
  }
}
@media print {
  .p-fields-env__stat {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 20rem;
    flex: 0 1 20rem;
    width: auto;
    height: auto;
    max-width: 20rem;
    aspect-ratio: 1;
  }
}
.p-fields-env__stat-chart-img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.p-fields-env__cases {
  margin-bottom: 4rem;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-fields-env__cases {
    margin-bottom: 4.6rem;
  }
}
@media only screen and (min-width: 1200px) {
  .p-fields-env__cases {
    margin-bottom: 5.3rem;
  }
}
@media print {
  .p-fields-env__cases {
    margin-bottom: 5.3rem;
  }
}
.p-fields-env__cases-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: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-fields-env__cases-list {
    gap: 2.6rem;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-fields-env__cases-list {
    gap: 3.3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .p-fields-env__cases-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 2rem;
    max-width: 85.3rem;
    margin-inline: auto;
  }
}
@media print {
  .p-fields-env__cases-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 2rem;
    max-width: 85.3rem;
    margin-inline: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-fields-env__cases-item {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .p-fields-env__cases-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 26.6rem;
    max-width: 26.6rem;
  }
}
@media print {
  .p-fields-env__cases-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 26.6rem;
    max-width: 26.6rem;
  }
}
.p-fields-env__case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-fields-env__case {
    gap: 1.6rem;
  }
}
.p-fields-env__case-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.6rem;
  margin: 0;
  padding-left: 0.2rem;
  font-family: var(--font-family-en);
  font-size: 1rem;
  line-height: 1.177;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .p-fields-env__case-label {
    gap: 0.5rem;
    padding-left: 0.1rem;
    font-size: 0.8rem;
  }
}
.p-fields-env__case-label::before {
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 0.1rem;
  background-color: var(--color-key1, #18c5f4);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .p-fields-env__case-label::before {
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 0.1rem;
  }
}
.p-fields-env__case-image {
  width: 100%;
  aspect-ratio: 400/280;
  overflow: hidden;
  border-radius: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .p-fields-env__case-image {
    aspect-ratio: 335/234.5;
  }
}
.p-fields-env__case-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-fields-env__case-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: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .p-fields-env__case-body {
    gap: 1.1rem;
  }
}
.p-fields-env__case-title {
  margin: 0;
  font-family: var(--font-family-base);
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-fields-env__case-title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  .p-fields-env__case-title {
    font-size: 1.2rem;
    line-height: 2;
  }
}
@media only screen and (min-width: 1200px) {
  .p-fields-env__case-title {
    font-size: 1.8rem;
  }
}
@media print {
  .p-fields-env__case-title {
    font-size: 1.8rem;
  }
}
.p-fields-env__case-desc {
  margin: 0;
  font-family: var(--font-family-base);
  font-weight: 500;
  font-size: 0.8rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #fff;
}
.p-fields-env__changes {
  position: relative;
  background-color: #1a2d4b;
  color: #fff;
  padding: 2.6rem 1.3rem;
  margin-bottom: 4rem;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-fields-env__changes {
    padding: 2.6rem 2.6rem;
    margin-bottom: 4.6rem;
  }
}
@media only screen and (min-width: 1200px) {
  .p-fields-env__changes {
    padding: 2.6rem 5.3rem;
    margin-bottom: 5.3rem;
  }
}
@media print {
  .p-fields-env__changes {
    padding: 2.6rem 5.3rem;
    margin-bottom: 5.3rem;
  }
}
.p-fields-env__changes::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.5;
  background: linear-gradient(115deg, #0b369c 35.78%, rgba(11, 54, 156, 0.6) 78.29%), #1a2d4b;
  pointer-events: none;
}
.p-fields-env__changes-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 85.3rem;
  margin-inline: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-fields-env__changes-inner {
    padding: 2rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.6rem;
  }
}
@media only screen and (min-width: 1200px) {
  .p-fields-env__changes-inner {
    padding: 2.6rem 0;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 5.3rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
@media print {
  .p-fields-env__changes-inner {
    padding: 2.6rem 0;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 5.3rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
@media only screen and (max-width: 767px) {
  .p-fields-env__changes-inner {
    padding: 2rem 1.3rem;
  }
}
.p-fields-env__changes-title {
  margin: 0;
  font-family: var(--font-family-base);
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-fields-env__changes-title {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-fields-env__changes-title {
    font-size: 1.2rem;
    line-height: 2;
    margin-bottom: 1.3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .p-fields-env__changes-title {
    font-size: 2.1rem;
    margin-top: 2.6rem;
    margin-bottom: 0;
  }
}
@media print {
  .p-fields-env__changes-title {
    font-size: 2.1rem;
    margin-top: 2.6rem;
    margin-bottom: 0;
  }
}
.p-fields-env__changes-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.3rem;
}
@media only screen and (min-width: 1200px) {
  .p-fields-env__changes-list {
    gap: 1.6rem;
  }
}
@media print {
  .p-fields-env__changes-list {
    gap: 1.6rem;
  }
}
.p-fields-env__changes-item {
  position: relative;
  padding-left: 1.6rem;
  margin: 0;
  font-family: var(--font-family-base);
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .p-fields-env__changes-item {
    font-size: 0.8rem;
    line-height: 1.6;
  }
}
@media only screen and (min-width: 1200px) {
  .p-fields-env__changes-item {
    font-size: 1rem;
    line-height: 1.6;
  }
}
@media print {
  .p-fields-env__changes-item {
    font-size: 1rem;
    line-height: 1.6;
  }
}
.p-fields-env__changes-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  margin-top: -0.2rem;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
}
.p-fields-env__scroll-wrapper {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  overflow: visible;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 2.6rem;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-fields-env__scroll-wrapper {
    width: 100%;
    left: auto;
    margin-left: 0;
    padding-bottom: 3.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-fields-env__scroll-wrapper {
    width: 100%;
    left: auto;
    margin-left: 0;
    padding-bottom: 4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .p-fields-env__scroll-wrapper {
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    padding-bottom: 4rem;
  }
}
@media print {
  .p-fields-env__scroll-wrapper {
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    padding-bottom: 4rem;
  }
}
.p-fields-env__scroll {
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 1.3rem;
  padding-bottom: 0.8rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.18) rgba(0, 0, 0, 0.06);
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-fields-env__scroll {
    scroll-padding-inline: 2.6rem;
  }
  .p-fields-env__scroll::-webkit-scrollbar {
    height: 0.2rem;
  }
  .p-fields-env__scroll::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.06);
    border-radius: 999px;
    margin: 0 0.1rem;
  }
  .p-fields-env__scroll::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.18);
    border-radius: 999px;
  }
}
@media only screen and (max-width: 767px) {
  .p-fields-env__scroll {
    overflow-x: visible;
    -ms-scroll-snap-type: none;
    scroll-snap-type: none;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .p-fields-env__scroll {
    scroll-padding-inline: max(4rem, (100vw - 85.3rem) / 2);
  }
}
@media print {
  .p-fields-env__scroll {
    scroll-padding-inline: max(4rem, (100vw - 85.3rem) / 2);
  }
}
@media only screen and (min-width: 1200px) {
  .p-fields-env__scroll::-webkit-scrollbar {
    height: 0.2rem;
  }
  .p-fields-env__scroll::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.06);
    border-radius: 999px;
    margin: 0 0.1rem;
  }
  .p-fields-env__scroll::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.18);
    border-radius: 999px;
  }
}
@media print {
  .p-fields-env__scroll::-webkit-scrollbar {
    height: 0.2rem;
  }
  .p-fields-env__scroll::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.06);
    border-radius: 999px;
    margin: 0 0.1rem;
  }
  .p-fields-env__scroll::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.18);
    border-radius: 999px;
  }
}
@media only screen and (min-width: 1200px) {
  .p-fields-env__scroll.swiper-initialized {
    overflow: hidden;
    -ms-scroll-snap-type: none;
    scroll-snap-type: none;
    padding-bottom: 0.8rem;
    padding-inline: max(4rem, (100vw - 85.3rem) / 2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .p-fields-env__scroll.swiper-initialized::-webkit-scrollbar {
    height: 0;
    display: none;
  }
  .p-fields-env__scroll.swiper-initialized {
    scrollbar-width: none;
  }
}
@media print {
  .p-fields-env__scroll.swiper-initialized {
    overflow: hidden;
    -ms-scroll-snap-type: none;
    scroll-snap-type: none;
    padding-bottom: 0.8rem;
    padding-inline: max(4rem, (100vw - 85.3rem) / 2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .p-fields-env__scroll.swiper-initialized::-webkit-scrollbar {
    height: 0;
    display: none;
  }
  .p-fields-env__scroll.swiper-initialized {
    scrollbar-width: none;
  }
}
.p-fields-env__scroll-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 2.6rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  padding-bottom: 1.3rem;
  padding-left: 1.3rem;
  padding-right: calc(100% - 1.3rem);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-fields-env__scroll-inner {
    gap: 2.6rem;
    padding-left: 2.6rem;
    padding-right: 2.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-fields-env__scroll-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4rem;
    width: 100%;
    min-width: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .p-fields-env__scroll-inner {
    gap: 4rem;
    padding-left: max(4rem, (100vw - 85.3rem) / 2);
    padding-right: calc(100% - max(4rem, (100vw - 85.3rem) / 2));
  }
}
@media print {
  .p-fields-env__scroll-inner {
    gap: 4rem;
    padding-left: max(4rem, (100vw - 85.3rem) / 2);
    padding-right: calc(100% - max(4rem, (100vw - 85.3rem) / 2));
  }
}
@media only screen and (min-width: 1200px) {
  .p-fields-env__scroll-inner.swiper-wrapper {
    gap: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media print {
  .p-fields-env__scroll-inner.swiper-wrapper {
    gap: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.p-fields-env__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: min(100%, 21.3rem);
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-fields-env__block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 2.6rem;
    width: auto;
    min-width: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-fields-env__block {
    width: 100%;
    gap: 2rem;
    scroll-snap-align: none;
    scroll-snap-stop: normal;
    padding-bottom: 4rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .p-fields-env__block:last-child {
    border-bottom: none;
  }
}
@media only screen and (min-width: 1200px) {
  .p-fields-env__block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 4rem;
    width: auto;
    min-width: 0;
  }
}
@media print {
  .p-fields-env__block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 4rem;
    width: auto;
    min-width: 0;
  }
}
.p-fields-env__block-image {
  width: 100%;
  aspect-ratio: 720/520;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-fields-env__block-image {
    width: 32rem;
    min-width: 32rem;
    height: 23.1rem;
    aspect-ratio: 720/520;
  }
}
@media only screen and (max-width: 767px) {
  .p-fields-env__block-image {
    aspect-ratio: 335/258;
  }
}
@media only screen and (min-width: 1200px) {
  .p-fields-env__block-image {
    width: 48rem;
    min-width: 48rem;
    height: 34.6rem;
    aspect-ratio: auto;
  }
}
@media print {
  .p-fields-env__block-image {
    width: 48rem;
    min-width: 48rem;
    height: 34.6rem;
    aspect-ratio: auto;
  }
}
.p-fields-env__block-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-fields-env__block-body {
    width: 21.3rem;
    min-width: 21.3rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    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;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 0;
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .p-fields-env__block-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: 2rem;
    margin: 0;
    padding: 0;
    color: #fff;
  }
}
@media only screen and (min-width: 1200px) {
  .p-fields-env__block-body {
    width: 25.5rem;
    min-width: 25.5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    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;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 0;
    color: #fff;
  }
}
@media print {
  .p-fields-env__block-body {
    width: 25.5rem;
    min-width: 25.5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    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;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 0;
    color: #fff;
  }
}
.p-fields-env__block-title {
  margin: 0 0 0.9rem;
  font-family: var(--font-family-base);
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-fields-env__block-title {
    font-size: 1.6rem;
    margin: 0 0 1rem;
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .p-fields-env__block-title {
    margin: 0 0 1.3rem;
    font-size: 1.2rem;
    line-height: 2;
    color: #fff;
  }
}
@media only screen and (min-width: 1200px) {
  .p-fields-env__block-title {
    font-size: 2.1rem;
    margin: 0 0 1.3rem;
    color: #fff;
  }
}
@media print {
  .p-fields-env__block-title {
    font-size: 2.1rem;
    margin: 0 0 1.3rem;
    color: #fff;
  }
}
.p-fields-env__block-desc {
  margin: 0 0 1.3rem;
  font-family: var(--font-family-base);
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-fields-env__block-desc {
    font-size: 0.9rem;
    margin: 0 0 1.6rem;
    line-height: 1.6;
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .p-fields-env__block-desc {
    margin: 0;
    font-size: 0.8rem;
    line-height: 2;
    color: #fff;
  }
}
@media only screen and (min-width: 1200px) {
  .p-fields-env__block-desc {
    font-size: 1rem;
    margin: 0 0 4rem;
    color: #fff;
  }
}
@media print {
  .p-fields-env__block-desc {
    font-size: 1rem;
    margin: 0 0 4rem;
    color: #fff;
  }
}
.p-fields-env__block-btn {
  width: 240px;
  min-height: 3.3rem;
  background: var(--color-gradient2);
  color: var(--color-white);
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-fields-env__block-btn {
    padding: 0.6rem 1rem;
    font-size: 0.8rem;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}
@media only screen and (max-width: 767px) {
  .p-fields-env__block-btn {
    width: auto;
    min-height: 3rem;
    padding: 0.6rem 1rem;
    font-size: 0.8rem;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}
@media only screen and (min-width: 1200px) {
  .p-fields-env__block-btn {
    padding: 0.7rem 1.2rem;
    font-size: 0.9rem;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}
@media print {
  .p-fields-env__block-btn {
    padding: 0.7rem 1.2rem;
    font-size: 0.9rem;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}