@charset "UTF-8";

html {
  height: -webkit-fill-available;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #1E322F;
  display: flex;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", -apple-system, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin: 0;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  padding: 0;
  position: relative;
  &:has(.downloads__list) {
    background-color: #FAF9F8;
  }
}

body > .btn {
  display: inline-block;
  position: fixed;
  margin: auto;
  right: 0;
  bottom: 20px;
  left: 0;
  z-index: 3;
}

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

a {
  text-decoration: none;
}

.underline {
  text-decoration: underline;
}

.underline:hover,
.underline:focus,
.link-color:hover,
.link-color:focus {
  opacity: 0.6;
}

h1,
h2,
h3,
h4,
h5,
p,
ol,
ul,
li,
dl,
dt,
dd,
figure,
table,
th,
td {
  margin: 0;
  padding: 0;
  word-break: break-all;
}

ul,
ol {
  list-style: none;
}

.ul-list {
  list-style: disc;
  padding-left: 20px;
}

.ol-list {
  list-style: decimal;
  padding-left: 20px;
}

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

a[href^="tel:"],
a {
  color: #1A6334;
  text-decoration: none;
}

.border-bottom {
  border-bottom: 1px solid #E0E0E0;
}

.disabled,
.btn:disabled {
  pointer-events: none;
  text-decoration: none !important;
}

table {
  border-collapse: collapse;
  border: 1px solid #E0E0E0;
  margin-top: 40px;
  margin-bottom: 40px;
}

table th,
table td {
  border: 1px solid #E0E0E0;
  padding: 20px;
  text-align: left;
}

table tbody th {
  background-color: #F4F7F5;
  font-weight: 500;
}

table tbody td {
  background-color: #fff;
}

.txt-center {
  text-align: center !important;
}

.txt-left {
  text-align: left !important;
}

.txt-orange {
  color: #FF9027;
}

.txt-sub {
  color: #758583;
}

.txt-red {
  color: #C93D56;
}

.txt-main {
  color: #1E322F;
}

.bold {
  font-weight: 700;
}

.small {
  font-size: 1.3rem;
}

.fs-10 {
  font-size: 1rem;
}

.fs-12 {
  font-size: 1.2rem;
}

.fs-50 {
  font-size: 5rem;
}

.fs-96 {
  font-size: 9.6rem;
  line-height: 1;
}

.container {
  max-width: 100%;
  width: 100%;
}

.container-mxw {
  margin-right: auto;
  margin-left: auto;
  max-width: 1110px;
  width: 100%;
}

.contents {
  margin-right: auto;
  margin-left: auto;
  max-width: 1110px;
  width: 100%;
}

.thanks-wrapper {
  text-align: center;
}

.thanks-wrapper a {
  margin: 0 auto;
}

.flex {
  display: flex;
}

.fl-column {
  flex-direction: column;
}

.fl-sp-column {
  flex-direction: row;
}

.al-center {
  align-items: center;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.gap-20 {
  gap: 20px;
}

.gap-30 {
  gap: 30px;
}

.gap-50 {
  gap: 50px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-auto {
  margin-top: auto;
}

.mr-5 {
  margin-right: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.p-10 {
  padding: 10px;
}

.p-20 {
  padding: 20px;
}

::placeholder {
  color: #E0E0E0;
}

.f-label {
  font-weight: 700;
}

.f-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
}

.f-control:focus-visible {
  outline: none;
}

.f-check {
  display: flex;
  align-items: center;
}

.f-check-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 3px;
  margin: 0 10px 0 0;
  height: 20px;
  width: 20px;
}

.f-check-input:checked {
  background-color: #1A6334;
  background-image: url('data:image/svg+xml,%3csvg width="11" height="8" viewBox="0 0 11 8" fill="none" xmlns="http://www.w3.org/2000/svg"%3e%3cpath fill-rule="evenodd" clip-rule="evenodd" d="M10.537 0.377722C10.7905 0.644784 10.7794 1.06675 10.5124 1.32021L3.90239 7.59354C3.64024 7.84233 3.22761 7.83694 2.97205 7.58139L0.238719 4.84805C-0.0216304 4.5877 -0.0216303 4.16559 0.238719 3.90525C0.499069 3.6449 0.921179 3.6449 1.18153 3.90525L3.45561 6.17933L9.59453 0.353093C9.86159 0.0996333 10.2836 0.11066 10.537 0.377722Z" fill="%23fff"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}

.f-check-label {
  font-size: 1.2rem;
}

.stack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.btn {
  background-color: transparent;
  border: none;
  font-weight: 700;
  margin: 0;
  outline: none;
  padding: 0;
}

button.btn {
  line-height: 0;
}

.btn-block {
  font-size: 1.5rem;
  line-height: 1.4 !important;
  max-width: 260px;
  width: 100%;
  padding: 15px;
  text-align: center;
}

.btn-pill {
  border-radius: 50rem;
}

.btn-orange {
  color: #fff;
  background: #FF9027;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  position: relative;
  width: 100%;
}

.home main h2 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: 30px;
  text-align: center;
}

.home main h2 span {
  color: #1A6334;
  display: block;
  font-size: 2.2rem;
}

.inquiry {
  background-color: rgba(238, 235, 231, 0.3);
  display: none;
}

.inquiry h2 {
  font-size: 1.8rem;
  font-weight: 700;
  padding: 23px 0;
}

.inquiry .btn-close {
  display: none;
}

.inquiry.active {
  background-color: #fff;
  border: none;
  display: block;
  height: 100vh;
  overflow-y: auto;
  max-width: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.inquiry.active .btn-close {
  display: block;
  position: absolute;
  top: 25px;
  right: 15px;
  z-index: 3;
}

.home .inquiry {
  display: block;
  position: fixed;
  right: 0;
  bottom: 0;
  top: 0;
}

.home .inquiry.active {
  display: block;
}

.bg-green {
  background-color: #1A6334;
  color: #fff;
}

.bg-orange {
  background-color: #FF9027;
  color: #fff;
}

.bg-gray {
  background-color: #eee;
}

.bg-lightgreen {
  background-color: #F4F7F5;
}

.bg-white {
  background-color: rgba(255, 255, 255, 0.9);
}

#footer {
  background-color: #072A14;
  color: #fff;
  margin-top: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

#footer a {
  color: #fff;
}

#footer .container-mxw {
  display: flex;
  flex-wrap: wrap;
}

#footer ul li {
  font-size: 1.4rem;
}

#footer p {
  display: block;
  font-size: 1rem;
  margin-top: 20px;
  text-align: center;
  width: 100%;
}

.icon {
  display: inline-block;
  position: relative;
}

.icon::before {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.headernav {
  position: relative;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}

.headernav .headerbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px 15px 20px;
  position: fixed;
  left: 0;
  width: 100%;
  /* width: 1110px; */
  font-size: 14px;
}

.headernav .navmenu .btn-menu.change-color .ic-menu::before {
  filter: invert(70%) sepia(76%) saturate(296%) hue-rotate(90deg) brightness(87%) contrast(105%);
}

.headernav .navmenu .menu.active {
  background-color: #fff;
  display: block;
  opacity: 1;
  pointer-events: auto;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 3;
}

.headernav .navmenu .menu > ul a {
  transition: 0.5s;
}

.headernav .navmenu .menu.change-color > ul li a {
  color: #1A6334;
  transition: 0.5s;
}

.headernav .navmenu .menu.change-color > ul li a:hover {
  color: #1E322F;
}

.headernav .navmenu .menu-logo {
  padding: 20px;
}

.headernav .navmenu .submenu {
  margin-top: 30px;
}

.headernav .navmenu .submenu .btn {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.headernav .navmenu .submenu ul {
  margin-top: 30px;
}

.headernav .navmenu .submenu li {
  font-size: 1.4rem;
}

.headernav .navmenu .submenu li a {
  color: #1E322F;
  display: block;
  padding: 5px 20px;
}

.headernav .navmenu .btn-menuclose {
  position: absolute;
  top: 27px;
  right: 20px;
  z-index: 5;
}

.home .headernav {
  position: absolute;
}

.logo img {
  height: auto;
  width: 150px !important;
}

.logo.change-color img {
  filter: invert(70%) sepia(76%) saturate(296%) hue-rotate(90deg) brightness(87%) contrast(105%);
}

#main > .container section:not(.sec-page) {
  font-size: 1.5rem;
  padding-top: 80px;
  padding-bottom: 80px;
}

#main .first {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  height: 650px;
}

#main .first .container-mxw {
  display: flex;
  align-items: center;
}

#main .first .info {
  display: flex;
  height: 50px;
  position: relative;
  z-index: 3;
}

#main .first .info dl {
  width: 100%;
}

#main .first .info dt {
  padding-right: 10px;
  position: relative;
  text-wrap: nowrap;
  white-space: nowrap;
}

#main .first .info dt::after {
  background-color: #1E322F;
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  height: 16px;
  width: 1px;
}

#main .first .info dd {
  padding-left: 10px;
  width: calc(100% - 100px);
}

#main .first .info dd a {
  display: block;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

#main .first .catch {
  padding-right: 0;
  padding-left: 0;
}

#main .first .catch > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 64px;
  width: 100%;
}

#main .first .catch .catch-text {
  max-width: 564px;
  width: 100%;
}

#main .first .catch h1 {
  color: #fff;
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: 0.14em;
  max-width: 564px;
  text-align: center;
  width: 100%;
}

#main .first .catch h1 .h1-text {
  border: 2px solid #fff;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 2.4rem;
  margin-bottom: 20px;
  padding: 10px;
  position: relative;
  text-align: center;
}

#main .first .catch h1 .h1-text::after {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  bottom: -14px;
  left: 50%;
  height: 28px;
  width: 1px;
  transform: rotate(-135deg);
}

#main .first .catch h1 .h1-text .txt-orange {
  font-size: 3.2rem;
}

#main .features-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-right: auto;
  margin-left: auto;
}

#main .features-list li {
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  max-width: 350px;
  width: 100%;
}

#main .features-list h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}

#main .features-list h3 span {
  color: #1A6334;
  display: block;
  font-size: 1.2rem;
}

#main .trouble {
  background-color: #EEEBE7;
}

#main .trouble-list {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

#main .trouble-list li {
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  max-width: 255px;
  width: 100%;
  text-align: center;
}

#main .trouble-list h3 {
  color: #1A6334;
  font-size: 1.6rem;
  margin-bottom: 23px;
}

#main .trouble-list p {
  margin-top: 20px;
  text-align: left;
}

#main .fukidashi {
  position: relative;
}

#main .fukidashi::after {
  background-image: url('data:image/svg+xml, %3csvg width="226" height="194" viewBox="0 0 226 194" fill="none" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M4.90879 121.045C-0.244272 117.503 -0.919509 110.154 3.50191 105.733L106.164 3.07107C110.069 -0.834175 116.401 -0.834179 120.306 3.07106L222.968 105.733C227.389 110.154 226.714 117.503 221.561 121.045L118.899 191.605C115.487 193.95 110.983 193.95 107.571 191.605L4.90879 121.045Z" fill="%23EEEBE7"/%3e%3c/svg%3e');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto;
  content: "";
  position: absolute;
  height: 168px;
  width: 168px;
  bottom: -30px;
  left: calc(50% - 84px);
  z-index: -1;
}

#main .solution-list {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

#main .solution-list li {
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  max-width: 255px;
  width: 100%;
  text-align: center;
}

#main .solution-list h3 {
  color: #1A6334;
  font-size: 1.6rem;
  margin-bottom: 23px;
}

#main .solution-list p {
  margin-top: 20px;
  text-align: left;
}

#main .strongtaste {
  background-color: #F4F7F5;
}

#main .strongtaste h2 {
  margin-bottom: 55px;
}

#main .strongtaste-list {
  counter-reset: count 0;
  display: flex;
  flex-direction: column;
  gap: 90px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1110px;
}

#main .strongtaste-list > li {
  background-color: #fff;
  border-radius: 10px;
  padding: 50px;
  position: relative;
}

#main .strongtaste-list > li::before {
  content: "0" counter(count);
  counter-increment: count 1;
  color: #1A6334;
  font-size: 10rem;
  font-weight: 700;
  position: absolute;
  top: -80px;
  left: 20px;
}

#main .strongtaste-list h3 {
  font-size: 2.6rem;
  line-height: 1.4;
  margin-bottom: 20px;
}

#main .strongtaste-list p {
  font-size: 1.5rem;
  line-height: 2;
}

#main .strongtaste-list .border-bottom {
  gap: 30px;
  align-items: center;
}

#main .strongtaste-list .border-bottom > div:first-child {
  text-align: center;
  width: 47%;
}

#main .strongtaste-list .border-bottom > div:last-child {
  width: 51%;
}

#main .strongtaste-list h4 {
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 20px;
  text-align: center;
}

#main .strongtaste-list figcaption {
  margin-top: 14px;
}

#main .strongtaste-list .flow-comparison {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

#main .strongtaste-list .flow-comparison .bg-green,
#main .strongtaste-list .flow-comparison .bg-gray {
  border-radius: 5px;
  font-size: 1.8rem;
  margin-bottom: 20px;
  padding: 14px 0;
  text-align: center;
}

#main .strongtaste-list .flow-comparison figure {
  overflow-x: auto;
  margin-right: -50px;
  margin-left: -50px;
  padding-right: 50px;
  padding-left: 50px;
}

#main .strongtaste-list .flow-comparison figure img {
  height: auto;
  max-width: none;
  width: auto;
}

#main .function-list {
  counter-reset: count 0;
  display: flex;
  flex-direction: column;
  margin-top: 46px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1110px;
}

#main .function-list > li {
  display: flex;
  gap: 30px;
}

#main .function-list h3 {
  font-size: 2.6rem;
  margin-bottom: 20px;
}

#main .function-list .bg-lightgreen {
  border-radius: 10px;
  margin-top: 20px;
  padding: 20px;
}

#main .function-list .bg-lightgreen .ul-list {
  width: 100%;
}

#main .function-list .order-1,
#main .function-list .order-sp1 {
  width: 100%;
}

#main .function-list .order-sp2,
#main .function-list .order-2 {
  position: relative;
  width: 100%;
}

#main .function-list .order-sp2::before,
#main .function-list .order-2::before {
  content: "0" counter(count);
  counter-increment: count 1;
  color: #1A6334;
  font-size: 6.4rem;
  font-weight: 700;
  position: absolute;
  top: -92px;
  left: 0;
}

#main .howtouse {
  position: relative;
}

#main .howtouse-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-right: auto;
  margin-left: auto;
  height: inherit;
}

#main .howtouse-list li {
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  max-width: 350px;
  width: 100%;
  height: inherit;
}

#main .howtouse-list li > div:not(.p-20) img {
  object-fit: cover;
  object-position: center;
}

#main .howtouse-list li > .p-20 {
  display: flex;
  flex-direction: column;
}

#main .howtouse-list h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}

#main .howtouse-list h3 span {
  color: #1A6334;
  display: block;
  font-size: 1.2rem;
}

#main .usagefee {
  position: relative;
}

#main .usagefee-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  max-width: 950px;
  width: 100%;
}

#main .usagefee-list li {
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  max-width: 450px;
  width: 100%;
}

#main .usagefee-list dt {
  background-color: #1A6334;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 30px 5px;
  text-align: center;
}

#main .usagefee-list dd {
  color: #1A6334;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  height: 240px;
  padding: 30px;
  text-align: center;
}

#main .usagefee-list dd .fs-96 {
  font-weight: 700;
}

#main .usagefee-list dd .bg-lightgreen {
  border-radius: 5rem;
  color: #1A6334;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-top: 30px;
  height: 40px;
  width: 266px;
}

#main .faq {
  position: relative;
}

#main .faq-list {
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
}

#main .faq-list li {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}

#main .faq-list li:not(:last-child) {
  margin-bottom: 20px;
}

#main .faq-list li dt {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 21px 150px 24px 50px;
}

#main .faq-list li dt::before {
  content: "Q. ";
  position: absolute;
  left: 20px;
}

#main .faq-list li dd {
  font-size: 1.4rem;
}

#main .faq-list li dd span {
  display: inline-block;
  padding: 20px;
}

#main .sec-page {
  font-size: 1.5rem;
  line-height: 2;
  padding-top: 0;
  padding-bottom: 80px;
  position: relative;
}

#main .sec-page h1 {
  color: #fff;
  display: flex;
  align-items: end;
  justify-content: left;
  font-size: 2.6rem;
  height: 162px;
  margin-bottom: 50px;
  text-align: left;
  padding-bottom: 20px;
}

#main .sec-page::after {
  background-color: #1A6334;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 162px;
  width: 100%;
  z-index: -1;
}

#main .sec-page .ol-list {
  margin-top: 40px;
}

#main .sec-page .ol-list > li + li {
  margin-top: 30px;
}

#main .sec-page .ol-list > li h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

#main .sec-page .ol-list > li p + p {
  margin-top: 10px;
}

#main .sec-page .ol-list > li::marker {
  font-size: 2rem;
}

#main .sec-page table th,
#main .sec-page table td {
  line-height: 1.6;
}

.ol-count-list {
  counter-reset: count 0;
  margin-top: 40px;
}

.ol-count-list > li {
  counter-increment: count1 1;
}

.ol-count-list > li + li {
  margin-top: 50px;
}

.ol-count-list > li h2 {
  background-color: #F4F7F5;
  color: #1A6334;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 30px;
  padding: 15px 20px;
}

.ol-count-list > li h2::before {
  content: "第" counter(count1) "章 ";
}

.ol-count-list > li > ol {
  counter-reset: count 0;
}

.ol-count-list > li > ol > li {
  counter-increment: count2 1;
}

.ol-count-list > li > ol > li + li {
  margin-top: 30px;
}

.ol-count-list > li > ol > li h3 {
  margin-bottom: 10px;
}

.ol-count-list > li > ol > li h3::before {
  content: "第" counter(count2) "条 ";
}

.ol-count-list p + p {
  margin-top: 10px;
}

.accor-check {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}

.accor-check ~ dl dt {
  background-color: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.accor-check ~ dl dt::before {
  color: #1A6334;
}

.accor-check ~ dl dd {
  max-height: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.3s ease-in-out, max-height 0.3s ease-in-out;
}

.accor-check ~ .accor-label {
  position: absolute;
  top: 19px;
  right: 20px;
  height: 32px;
  width: 32px;
  z-index: 1;
}

.accor-check ~ .accor-label::before,
.accor-check ~ .accor-label::after {
  position: absolute;
}

.accor-check ~ .accor-label::before {
  background-color: #1A6334;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "＋";
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  height: 32px;
  width: 32px;
  right: 0;
  z-index: 2;
}

.accor-check ~ .accor-label::after {
  color: #1A6334;
  content: "詳細を見る";
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  height: 32px;
  right: 40px;
  text-wrap: nowrap;
  z-index: 1;
}

.accor-check:checked ~ dl dt {
  background-color: #1A6334;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  color: #fff;
}

.accor-check:checked ~ dl dt::before {
  color: #fff;
}

.accor-check:checked ~ dl dd {
  transform: scaleY(1);
  max-height: 100vh;
}

.accor-check:checked ~ .accor-label::before {
  background-color: #fff;
  color: #1A6334;
  content: "−";
}

.accor-check:checked ~ .accor-label::after {
  color: #fff;
  content: "閉じる";
  text-wrap: nowrap;
}

.ic-blank {
  height: 12px;
  width: 12px;
}

.ic-blank::before {
  background-image: url('data:image/svg+xml,%3csvg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"%3e%3cg clip-path="url%28%23clip0_36_52%29"%3e%3cpath d="M2.25 0V9.75H12V0H2.25ZM11.0625 8.8125H3.1875V0.9375H11.0625V8.8125Z" fill="white"/%3e%3cpath d="M0.9375 11.0625V6.9375V3.1875V2.25H0V12H9.75V11.0625H8.8125H0.9375Z" fill="white"/%3e%3c/g%3e%3cdefs%3e%3cclipPath id="clip0_36_52"%3e%3crect width="12" height="12" fill="white"/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e');
  height: 12px;
  width: 12px;
}

.ic-star {
  height: 25px;
  width: 25px;
}

.ic-star::before {
  background-image: url('data:image/svg+xml,%3csvg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M12.5001 19.0365L8.17714 21.6406C7.98617 21.7622 7.78651 21.8142 7.57818 21.7969C7.36985 21.7795 7.18756 21.7101 7.03131 21.5885C6.87506 21.467 6.75353 21.3151 6.66672 21.1328C6.57992 20.9505 6.56256 20.7465 6.61464 20.5208L7.76047 15.599L3.93235 12.2917C3.75874 12.1354 3.65023 11.9575 3.60683 11.7578C3.56342 11.5582 3.57645 11.3628 3.64589 11.1719C3.71533 10.9809 3.8195 10.8247 3.95839 10.7031C4.09728 10.5816 4.28825 10.5035 4.53131 10.4688L9.58339 10.026L11.5365 5.39062C11.6233 5.18229 11.7579 5.02604 11.9402 4.92188C12.1225 4.81771 12.3091 4.76562 12.5001 4.76562C12.691 4.76562 12.8777 4.81771 13.06 4.92188C13.2422 5.02604 13.3768 5.18229 13.4636 5.39062L15.4167 10.026L20.4688 10.4688C20.7119 10.5035 20.9028 10.5816 21.0417 10.7031C21.1806 10.8247 21.2848 10.9809 21.3542 11.1719C21.4237 11.3628 21.4367 11.5582 21.3933 11.7578C21.3499 11.9575 21.2414 12.1354 21.0678 12.2917L17.2396 15.599L18.3855 20.5208C18.4376 20.7465 18.4202 20.9505 18.3334 21.1328C18.2466 21.3151 18.1251 21.467 17.9688 21.5885C17.8126 21.7101 17.6303 21.7795 17.4219 21.7969C17.2136 21.8142 17.0139 21.7622 16.823 21.6406L12.5001 19.0365Z" fill="%23F5CC2C"/%3e%3c/svg%3e');
  height: 25px;
  width: 25px;
}

.ic-info {
  height: 24px;
  width: 24px;
}

.ic-info::before {
  background-image: url('data:image/svg+xml,%3csvg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M19 13H17C16.7167 13 16.4792 12.9042 16.2875 12.7125C16.0958 12.5208 16 12.2833 16 12C16 11.7167 16.0958 11.4792 16.2875 11.2875C16.4792 11.0958 16.7167 11 17 11H19C19.2833 11 19.5208 11.0958 19.7125 11.2875C19.9042 11.4792 20 11.7167 20 12C20 12.2833 19.9042 12.5208 19.7125 12.7125C19.5208 12.9042 19.2833 13 19 13ZM14.6 16.8C14.7667 16.5667 14.9833 16.4333 15.25 16.4C15.5167 16.3667 15.7667 16.4333 16 16.6L17.6 17.8C17.8333 17.9667 17.9667 18.1833 18 18.45C18.0333 18.7167 17.9667 18.9667 17.8 19.2C17.6333 19.4333 17.4167 19.5667 17.15 19.6C16.8833 19.6333 16.6333 19.5667 16.4 19.4L14.8 18.2C14.5667 18.0333 14.4333 17.8167 14.4 17.55C14.3667 17.2833 14.4333 17.0333 14.6 16.8ZM17.6 6.2L16 7.4C15.7667 7.56666 15.5167 7.63333 15.25 7.6C14.9833 7.56666 14.7667 7.43333 14.6 7.2C14.4333 6.96666 14.3667 6.71666 14.4 6.45C14.4333 6.18333 14.5667 5.96666 14.8 5.8L16.4 4.6C16.6333 4.43333 16.8833 4.36666 17.15 4.4C17.4167 4.43333 17.6333 4.56666 17.8 4.8C17.9667 5.03333 18.0333 5.28333 18 5.55C17.9667 5.81666 17.8333 6.03333 17.6 6.2ZM7 15H4C3.71667 15 3.47917 14.9042 3.2875 14.7125C3.09583 14.5208 3 14.2833 3 14V10C3 9.71666 3.09583 9.47916 3.2875 9.2875C3.47917 9.09583 3.71667 9 4 9H7L10.3 5.7C10.6167 5.38333 10.9792 5.3125 11.3875 5.4875C11.7958 5.6625 12 5.975 12 6.425V17.575C12 18.025 11.7958 18.3375 11.3875 18.5125C10.9792 18.6875 10.6167 18.6167 10.3 18.3L7 15Z" fill="%23FF9027"/%3e%3c/svg%3e');
  height: 24px;
  width: 24px;
}

.ic-menu {
  height: 22px;
  width: 22px;
}

.ic-menu::before {
  background-image: url('data:image/svg+xml,%3csvg width="22" height="16" viewBox="0 0 22 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M1 1H21" stroke="white" stroke-width="2" stroke-linecap="round"/%3e%3cpath d="M1 8H21" stroke="white" stroke-width="2" stroke-linecap="round"/%3e%3cpath d="M1 15H21" stroke="white" stroke-width="2" stroke-linecap="round"/%3e%3c/svg%3e');
  height: 22px;
  width: 22px;
}

.ic-menuclose {
  height: 18px;
  width: 18px;
}

.ic-menuclose::before {
  background-image: url('data:image/svg+xml,%3csvg width="16" height="18" viewBox="0 0 16 18" fill="none" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M1 2L15 16" stroke="%231A6334" stroke-width="2" stroke-linecap="round"/%3e%3cpath d="M1 16L15 2" stroke="%231A6334" stroke-width="2" stroke-linecap="round"/%3e%3c/svg%3e');
  height: 18px;
  width: 18px;
}

.ic-close {
  height: 18px;
  width: 18px;
}

.ic-close::before {
  background-image: url('data:image/svg+xml,%3csvg width="16" height="18" viewBox="0 0 16 18" fill="none" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M1 2L15 16" stroke="%23fff" stroke-width="2" stroke-linecap="round"/%3e%3cpath d="M1 16L15 2" stroke="%23fff" stroke-width="2" stroke-linecap="round"/%3e%3c/svg%3e');
  height: 18px;
  width: 18px;
}

.ic-arrow-right {
  height: 8px;
  width: 8px;
}

.ic-arrow-right::before {
  background-image: url('data:image/svg+xml,%3csvg width="6" height="8" viewBox="0 0 6 8" fill="none" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M5.01343 4L-2.2761e-05 8L-2.24113e-05 -2.19145e-07L5.01343 4Z" fill="%231A6334"/%3e%3c/svg%3e');
  height: 8px;
  width: 8px;
}

a.ic-arrow-right {
  position: relative;
  height: auto;
  width: auto;
}

a.ic-arrow-right::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
}

.ic-check {
  height: 12px;
  width: 12px;
}

.ic-check::before {
  background-image: url('data:image/svg+xml,%3csvg width="11" height="8" viewBox="0 0 11 8" fill="none" xmlns="http://www.w3.org/2000/svg"%3e%3cpath fill-rule="evenodd" clip-rule="evenodd" d="M10.537 0.377722C10.7905 0.644784 10.7794 1.06675 10.5124 1.32021L3.90239 7.59354C3.64024 7.84233 3.22761 7.83694 2.97205 7.58139L0.238719 4.84805C-0.0216304 4.5877 -0.0216303 4.16559 0.238719 3.90525C0.499069 3.6449 0.921179 3.6449 1.18153 3.90525L3.45561 6.17933L9.59453 0.353093C9.86159 0.0996333 10.2836 0.11066 10.537 0.377722Z" fill="%23fff"/%3e%3c/svg%3e');
  height: 12px;
  width: 12px;
}

#crmWebToEntityForm.zcwf_lblLeft {
  background-color: transparent !important;
  color: #1E322F !important;
  padding: 0;
}

#crmWebToEntityForm.zcwf_lblLeft .zcwf_col_lab {
  width: 100%;
}

#crmWebToEntityForm.zcwf_lblLeft .zcwf_row {
  margin: 5px 0;
}

#crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  width: 100%;
}

#crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type=text],
#crmWebToEntityForm.zcwf_lblLeft input[type=password],
#crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld textarea {
  display: block;
  width: 100%;
  padding: 1.2rem 0.75rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
}

#crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type=text]:focus-visible,
#crmWebToEntityForm.zcwf_lblLeft input[type=password]:focus-visible,
#crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld textarea:focus-visible {
  outline: none;
}

#crmWebToEntityForm.zcwf_lblLeft .zcwf_privacy {
  display: flex;
  flex-wrap: wrap;
}

#crmWebToEntityForm.zcwf_lblLeft .zcwf_privacy .dIB.zcwf_privacy_txt {
  font-family: "Noto Sans JP", -apple-system, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
  width: calc(100% - 38px);
}

#crmWebToEntityForm.zcwf_lblLeft .zcwf_privacy > div:not([class]) {
  width: 100%;
}

#crmWebToEntityForm.zcwf_lblLeft .zcwf_privacy a {
  text-decoration: underline;
}

#crmWebToEntityForm.zcwf_lblLeft input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 3px;
  margin: 0 10px 0 0;
  height: 20px;
  width: 20px;
}

#crmWebToEntityForm.zcwf_lblLeft input[type=checkbox]:checked {
  background-color: #1A6334;
  background-image: url('data:image/svg+xml,%3csvg width="11" height="8" viewBox="0 0 11 8" fill="none" xmlns="http://www.w3.org/2000/svg"%3e%3cpath fill-rule="evenodd" clip-rule="evenodd" d="M10.537 0.377722C10.7905 0.644784 10.7794 1.06675 10.5124 1.32021L3.90239 7.59354C3.64024 7.84233 3.22761 7.83694 2.97205 7.58139L0.238719 4.84805C-0.0216304 4.5877 -0.0216303 4.16559 0.238719 3.90525C0.499069 3.6449 0.921179 3.6449 1.18153 3.90525L3.45561 6.17933L9.59453 0.353093C9.86159 0.0996333 10.2836 0.11066 10.537 0.377722Z" fill="%23fff"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}

#crmWebToEntityForm.zcwf_lblLeft .zcwf_button {
  border: none;
  border-radius: 5px;
  font-size: 1.5rem;
  font-weight: 700;
  max-width: 260px;
  height: 55px;
  width: 100%;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

#crmWebToEntityForm.zcwf_lblLeft .zcwf_button[type=submit] {
  background-color: #FF9027;
  color: #fff;
}

#crmWebToEntityForm.zcwf_lblLeft .zcwf_button[type=reset] {
  background-color: #E0E0E0;
  color: #758583;
}

#crmWebToEntityForm.zcwf_lblLeft .zcwf_button.formsubmit {
  margin: 0;
}

#crmWebToEntityForm.zcwf_lblLeft .zcwf_col_lab {
  /* font-size: 1.2rem; */
  font-weight: 700;
}

@media screen and (min-width: 876px), print {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media screen and (min-width: 876px) {
  #footer .container-mxw {
    align-items: center;
    justify-content: space-between;
  }

  #footer p {
    text-align: right;
  }

  .logo img {
    width: 180px !important;
  }

  #main .function-list > li {
    flex-direction: row;
    justify-content: space-between;
    padding-top: 64px;
  }

  #main .function-list > li:not(:last-child) {
    margin-bottom: 100px;
  }

  #main .function-list .order-1,
  #main .function-list .order-sp1 {
    max-width: 550px;
  }

  #main .function-list .order-sp2,
  #main .function-list .order-2 {
    max-width: 530px;
  }

  #main .howtouse-list li > div:not(.p-20) {
    height: 180px;
  }

  #main .howtouse-list li > .p-20 {
    height: calc(100% - 180px);
  }

  #main .faq-list li dt {
    font-size: 1.8rem;
  }

  #main .faq-list li dd {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1160px) {
  body > .btn {
    display: none !important;
  }

  .home .wrapper {
    /* width: calc(100% - 300px); */
  }

  .inquiry {
    max-width: 300px;
    width: 100%;
  }

  .headernav .headerbox {
    padding-top: 30px;
    &.bg-white {
      background-color: #fff;
      .navmenu .menu>ul a:not(.menu__button) {
          color: #1a6334;
      }
    }
  }

  .headernav .navmenu .btn-menu {
    display: none;
  }

  .headernav .navmenu .menu > ul {
    display: flex;
    align-items: center;
    gap: 24px;
  }

  .headernav .navmenu .menu > ul a {
    color: #fff;
  }

  .headernav .navmenu .menu>ul a.menu__button {
    display: grid;
    place-content: center;
    width: 180px;
    height: 56px;
    background: #000;
    border-radius: 5px;
    color: #fff!important;
    &.--yellow {
      background: #FF9127;
    }
    &.--green {
      background: #1A6334;
      margin-left: -10px;
    }
  }

  .headernav .navmenu .submenu,
  .headernav .navmenu .btn-menuclose,
  .headernav .navmenu .menu-logo {
    display: none;
  }

  #header a.ic-arrow-right::before {
    display: none;
  }
}

@media screen and (min-width: 1450px) {
  #main .first .catch {
    margin-top: 130px;
  }
}

@media screen and (max-width: 1450px) {
  .small {
    font-size: 1.1rem;
  }

  .fs-50 {
    font-size: 3.2rem;
  }

  .container > section:not(.sec-page) {
    padding-right: 20px;
    padding-left: 20px;
  }

  .home .headernav .container-mxw {
    /* padding-right: 20px;
    padding-left: 20px; */
    max-width: inherit;
  }

  .home #footer .container-mxw {
    padding-right: 20px;
    padding-left: 20px;
  }

  #main .first .info {
    margin-right: -20px;
    margin-left: -20px;
  }
}

@media screen and (max-width: 1159.98px) {
  .home .inquiry {
    display: none;
  }

  .headernav .headerbox {
    position: fixed;
    left: 0;
    width: 100%;
    padding-right: 40px;
  }

  .headernav .navmenu .menu {
    display: none;
  }

  .headernav .navmenu .menu > ul {
    margin-bottom: 20px;
  }

  .headernav .navmenu .menu > ul li {
    border-bottom: 1px solid #E0E0E0;
  }

  .headernav .navmenu .menu > ul a {
    color: #1E322F;
    display: block;
    padding: 10px 20px;
  }
}

@media screen and (max-width: 1150px) {
  .container-mxw {
    padding-right: 10px;
    padding-left: 10px;
  }

  #main .sec-page {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 875.98px) {
  table th,
  table td {
    padding: 10px;
  }

  table tbody th {
    min-width: 100px;
  }

  table tbody td {
    max-width: calc(100% - 100px);
  }

  .txt-sp-center {
    text-align: center !important;
  }

  .fl-sp-column {
    flex-direction: column;
  }

  .order-sp1 {
    order: 1;
  }

  .order-sp2 {
    order: 2;
  }

  .gap-30 {
    gap: 15px;
  }

  .gap-50 {
    gap: 20px;
  }

  .mb-50 {
    margin-bottom: 20px;
  }

  .stack {
    flex-direction: column;
  }

  .home main h2 {
    font-size: 2rem;
    line-height: 1.4;
  }

  .home main h2 span {
    font-size: 1.2rem;
  }

  #footer {
    padding-bottom: 100px;
  }

  #footer h3 {
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
  }

  #footer ul {
    flex-direction: column;
    width: 100%;
  }

  #footer ul li {
    text-align: center;
    width: 100%;
  }

  #main > .container section:not(.sec-page) {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  #main .first {
    min-height: 100vh;
  }

  #main .first .catch > div {
    gap: 24px;
  }

  #main .first .catch > div img {
    max-height: 244px;
    width: auto;
  }

  #main .first .catch .catch-text {
    margin-bottom: 20px;
  }

  #main .first .catch h1 {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
  }

  #main .first .catch h1 .h1-text {
    font-size: 1.6rem;
  }

  #main .first .catch h1 .h1-text .txt-orange {
    font-size: 2.2rem;
  }

  #main .strongtaste-list {
    gap: 40px;
  }

  #main .strongtaste-list > li {
    padding: 20px;
  }

  #main .strongtaste-list > li::before {
    font-size: 7rem;
    top: -60px;
  }

  #main .strongtaste-list h3 {
    font-size: 2rem;
  }

  #main .strongtaste-list .border-bottom > div:first-child {
    padding: 40px 30px 0 30px;
    width: 100%;
  }

  #main .strongtaste-list .border-bottom > div:last-child {
    width: 100%;
  }

  #main .strongtaste-list h4 {
    font-size: 1.8rem;
  }

  #main .strongtaste-list .flow-comparison .bg-green,
  #main .strongtaste-list .flow-comparison .bg-gray {
    font-size: 1.6rem;
  }

  #main .strongtaste-list .flow-comparison figure {
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  #main .function-list > li {
    flex-direction: column;
  }

  #main .function-list > li:not(:last-child) {
    margin-bottom: 50px;
  }

  #main .function-list h3 {
    font-size: 2rem;
  }

  #main .function-list .order-1,
  #main .function-list .order-sp1 {
    padding: 20px 30px 50px 30px;
    text-align: center;
  }

  #main .function-list .order-sp2::before,
  #main .function-list .order-2::before {
    font-size: 3.4rem;
    top: -50px;
  }

  #main .contents {
    padding-top: 100px;
  }

  #main .sec-page {
    padding-top: 0;
    padding-bottom: 40px;
  }

  #main .sec-page h1 {
    font-size: 2rem;
    height: auto;
    margin-bottom: 0;
    color: #1E322F;
  }

  #main .sec-page::after {
    height: 80px;
  }

  #main .sec-page .ol-list > li h2 {
    font-size: 1.6rem;
  }

  #main .sec-page .ol-list > li::marker {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 580px) {
  #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld {
    flex-direction: column;
    align-items: center;
    flex-wrap: unset;
  }
}

@media screen and (max-width: 460px) {
  #main .faq-list li dt {
    padding-right: 60px;
  }

  .accor-check ~ .accor-label::after {
    display: none;
  }

  .accor-check:checked ~ .accor-label::after {
    display: none;
  }
}

@media screen and (max-width: 359.98px) {
  #main .first .catch {
    margin-top: 90px;
  }

  #main .first .catch > div {
    gap: 10px;
  }

  #main .first .catch > div img {
    max-height: 180px;
  }
}

@media screen and (min-width: 876px) and (max-width: 1037px) {
  #footer h3 {
    margin-right: 15px;
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 340px) and (max-width: 1449.98px) {
  #main .first .catch {
    margin-top: auto;
  }
}

@media screen and (min-width: 864.98px) and (max-width: 1450px) {
  #main .trouble-list li {
    max-width: calc(50% - 15px);
  }

  #main .trouble-list p {
    text-align: center;
  }

  #main .solution-list li {
    max-width: calc(50% - 15px);
  }
}

#main section.downloads {
  padding: 160px 0 120px;
  @media screen and (max-width: 1150px) {
    padding: 100px 0 60px;
  }
  h2 {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.75;
    margin-bottom: 40px;
    text-align: center;
    color: #1E322F;
    @media screen and (max-width: 1150px) {
      font-size: 2.4rem;
    }
  }
  .downloads__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: min(5vw,80px) 3.6%;
    @media screen and (max-width: 540px) {
      grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
      gap: 20px 3.6%;
    }
  }
  .card {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 8px;
    padding: 40px 55px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 2px 4px 10px 0px rgba(95, 97, 96, 0.20);
    text-align: center;
    @media screen and (max-width: 1150px) {
      padding: 20px;
    }
  }
  .card__image {
    width: 100%;
    img {
      width: 100%;
    }
  }
  .card__title {
    color: #1E322F;
    text-align: center;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 4px;
    @media screen and (max-width: 1150px) {
      font-size: 16px;
    }
  }
  .card__button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border-radius: 8px;
    border: 2px solid #1A6334;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(95, 97, 96, 0.25);
    font-size: 16px;
    padding: 16px;
    transition: .3s;
    @media screen and (max-width: 1150px) {
      gap: 2px;
      padding: 8px;
    }
    @media screen and (max-width: 600px) {
      font-size: 14px;
    }
    &:hover {
      background: #1A6334;
      color: #FFF;
      box-shadow: none;
      transform: translateY(2px);
      &::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='16' viewBox='0 0 18 16' fill='none'%3E%3Cpath d='M4.5 7.5L8.5 11.5L12.5 7.5' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.5 1V11.5' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 12V15H17V12' stroke='%23fff' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E");
      }
    }
    &::after {
      content: "";
      display: block;
      width: 16px;
      height: 14px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='16' viewBox='0 0 18 16' fill='none'%3E%3Cpath d='M4.5 7.5L8.5 11.5L12.5 7.5' stroke='%231A6334' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.5 1V11.5' stroke='%231A6334' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 12V15H17V12' stroke='%231A6334' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E");
      background-size: contain;
      background-position: center;
    }
  }
}

#main section.download-form {
  padding: 160px 0 120px;

  @media screen and (max-width: 1150px) {
    padding: 100px 0 60px;
  }

  h2 {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.75;
    margin-bottom: 28px;
    color: #1E322F;

    @media screen and (max-width: 1150px) {
      font-size: 2.4rem;
    }
  }
  .download-form__image {
    width: 100%;
    margin-bottom: 20px;
    img {
      width: 100%;
      height: auto;
    }
  }
  .download-form__frame {
    background: #FAF9F8;
    padding: 36px 36px 60px;
    @media screen and (max-width: 600px) {
      padding: 20px 12px;
    }
  }
}

.download-form__row {
  display: grid;
  grid-template-columns: 1fr 50%;
  gap: 4.6%;
  @media screen and (max-width: 900px) {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}

.form-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.zcwf_lblLeft .zcwf_col_fld {
  padding: 0;
  select {
    width: 100%;
    height: 50px;
    font-size: 1.6rem;
    padding: 0 16px;
  }
}

.zcwf_lblLeft .zcwf_col_lab {
  color: #1E322F;
  padding: 0;
}

#main section.contact {
  padding: 160px 0 120px;

  @media screen and (max-width: 1150px) {
    padding: 100px 0 60px;
  }

  h2 {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.75;
    margin-bottom: 28px;
    color: #1E322F;
    text-align: center;
    @media screen and (max-width: 1150px) {
      font-size: 2.4rem;
    }
  }

  .contact__frame {
    width: min(100%,630px);
    background: #FAF9F8;
    padding: 36px 36px 60px;
    margin: 0 auto;

    @media screen and (max-width: 600px) {
      padding: 20px 12px;
    }
  }
}