<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* A Modern CSS Reset */
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  border-style: solid;
  box-sizing: border-box;
  border-width: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img {
  width: 100%;
  display: block;
}

input,
button,
select,
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

body {
  font-family: "Noto Sans JP", system-ui;
  font-weight: 400;
}

body {
  color: #262626;
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.28vw;
  }
}
@media (min-width: 1250px) {
  html {
    font-size: 16px;
  }
}

.pc-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-only {
    display: block;
  }
}

.sp-only {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 6.75rem;
  z-index: 100;
}

.header-logo {
  width: 7.25rem;
  margin-left: auto;
  margin-right: 1.875rem;
  margin-top: 0.625rem;
  display: flex;
  align-items: center;
}
.header-logo img {
  width: 7.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .header-logo {
    width: 12.9375rem;
    margin-left: 4.25rem;
    display: flex;
    align-items: center;
  }
  .header-logo img {
    width: 12.9375rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.copyright {
  background: #fff;
  font-size: 0.625rem;
  font-weight: bold;
  height: 5.5625rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inner {
  max-width: 68.75rem;
  width: 100%;
  margin: 0 auto;
}

.section-title-bor {
  text-align: center;
  position: relative;
  font-size: 1.875rem;
  width: 90%;
  margin: 0 auto;
}
.section-title-bor::before {
  position: absolute;
  content: "";
  max-width: 39.5625rem;
  width: 100%;
  height: 1px;
  top: -2.1875rem;
  left: 50%;
  transform: translateX(-50%);
  background: #262626;
}
.section-title-bor::after {
  position: absolute;
  content: "";
  max-width: 39.5625rem;
  width: 100%;
  height: 1px;
  bottom: -2.1875rem;
  left: 50%;
  transform: translateX(-50%);
  background: #262626;
}
@media screen and (min-width: 768px) {
  .section-title-bor {
    font-size: 2.8125rem;
    width: initial;
    margin: initial;
  }
}

.section-title-en {
  text-align: center;
  color: #443200;
  position: relative;
  font-size: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .section-title-en {
    font-size: 3.125rem;
  }
}

.title-en {
  color: #ff8502;
  font-family: "Roboto", sans-serif;
  font-size: 6.5rem;
  font-weight: bold;
  opacity: 0.1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -38%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .title-en {
    font-size: 14.625rem;
    position: absolute;
    left: 2%;
    top: -171%;
    transform: initial;
  }
}

.section-title-si {
  font-size: 2.1875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section-title-si {
    font-size: 3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .cta {
    padding: 4rem 0;
  }
}

.cta-container {
  background: #f9f9f9;
  position: relative;
  padding-bottom: 8.125rem;
}
@media screen and (min-width: 768px) {
  .cta-container {
    background: #f9f9f9;
    position: relative;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .cta-bg {
    width: 100%;
    max-width: 87.5rem;
    min-width: 68.75rem;
    max-height: 26.8125rem;
    height: 100%;
  }
  .cta-bg img {
    max-height: 26.8125rem;
    height: 100%;
  }
}

.cta-message {
  width: 100%;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .cta-message {
    position: absolute;
    max-width: 37.5rem;
    top: 15%;
    left: 3%;
    transform: initial;
  }
}

.cta-message-heading {
  font-size: 2rem;
  text-align: center;
}
.cta-message-heading h3 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cta-message-heading {
    font-size: 3.25rem;
  }
  .cta-message-heading h3:nth-child(2) {
    margin-left: 40%;
  }
}

.white-text {
  color: #fff;
}

.cta-text {
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cta-text {
    font-size: 1.875rem;
  }
}

.cta-btn-wrapper {
  width: 100%;
  position: absolute;
  top: 15.625rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .cta-btn-wrapper {
    width: initial;
    position: absolute;
    top: 30%;
    left: 65%;
    text-align: center;
    transform: initial;
  }
}

.cta-btn-text-box {
  position: relative;
}
.cta-btn-text-box::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 2.1875rem;
  background: #000;
  border-radius: 50px;
  transform: rotate(-35deg);
  left: 20%;
  top: 53%;
}
.cta-btn-text-box::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 2.1875rem;
  background: #000;
  border-radius: 50px;
  transform: rotate(35deg);
  right: 20%;
  top: 53%;
}
@media screen and (min-width: 768px) {
  .cta-btn-text-box::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 4.0625rem;
    background: #000;
    border-radius: 50px;
    transform: rotate(-35deg);
    left: -9%;
    top: 0%;
  }
  .cta-btn-text-box::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 4.0625rem;
    background: #000;
    border-radius: 50px;
    transform: rotate(35deg);
    right: -9%;
    top: 0%;
  }
}

.cta-btn-title {
  font-size: 1.5rem;
  color: #ff0202;
  font-weight: bold;
  text-align: center;
}
.cta-btn-text {
  font-size: 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cta-btn-text {
    font-size: 1.25rem;
  }
}

.cta-btn {
  color: #fff;
  margin-top: 1.8125rem;
  text-align: center;
}
.cta-btn a {
  background: #00cee3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 14.625rem;
  width: 100%;
  height: 5rem;
  border-radius: 30px;
  font-size: 1rem;
  box-shadow: 6px 8px 4px rgba(0, 0, 0, 0.25);
  transition: all 0.2s ease 0s;
}
.cta-btn a:hover {
  margin-top: 2px;
  margin-left: 3px;
  box-shadow: none;
}
.cta-btn a:active {
  margin-top: 2px;
  margin-left: 3px;
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  .cta-btn a {
    background: #00cee3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 25rem;
    width: 100%;
    height: 6.25rem;
    border-radius: 30px;
    font-size: 1.4375rem;
    box-shadow: 6px 8px 4px rgba(0, 0, 0, 0.25);
    transition: all 0.2s ease 0s;
  }
}

.big-text {
  font-size: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .big-text {
    font-size: 1.875rem;
  }
}

.mv-cta-btn-wrapper {
  position: absolute;
  max-width: 15.625rem;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0.625rem;
  background: rgba(255, 255, 255, 0.5);
  top: -6.25rem;
  right: 1%;
}
@media screen and (min-width: 768px) {
  .mv-cta-btn-wrapper {
    position: absolute;
    max-width: 31.25rem;
    width: 100%;
    max-height: 15.9375rem;
    height: 100%;
    padding: 1.875rem 3.75rem;
    top: 64%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.5);
  }
}

.mv-cta-btn-text-box {
  position: relative;
}
.mv-cta-btn-text-box::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 2.1875rem;
  background: #000;
  border-radius: 50px;
  transform: rotate(-35deg);
  left: 10%;
  top: 53%;
}
.mv-cta-btn-text-box::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 2.1875rem;
  background: #000;
  border-radius: 50px;
  transform: rotate(35deg);
  right: 10%;
  top: 53%;
}
@media screen and (min-width: 768px) {
  .mv-cta-btn-text-box::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 4.0625rem;
    background: #000;
    border-radius: 50px;
    transform: rotate(-35deg);
    left: -9%;
    top: 0%;
  }
  .mv-cta-btn-text-box::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 4.0625rem;
    background: #000;
    border-radius: 50px;
    transform: rotate(35deg);
    right: -9%;
    top: 0%;
  }
}

.mv-cta-btn-title {
  font-size: 1.5rem;
  color: #ff0202;
  font-weight: bold;
  text-align: center;
}
.mv-cta-btn-text {
  font-size: 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .mv-cta-btn-text {
    font-size: 1.25rem;
  }
}

.mv-cta-btn {
  color: #fff;
  margin-top: 1.8125rem;
  text-align: center;
}
.mv-cta-btn a {
  background: #00cee3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 14.625rem;
  width: 100%;
  height: 5rem;
  border-radius: 30px;
  font-size: 1rem;
  box-shadow: 6px 8px 4px rgba(0, 0, 0, 0.25);
  transition: all 0.2s ease 0s;
}
.mv-cta-btn a:hover {
  margin-top: 2px;
  margin-left: 3px;
  box-shadow: none;
}
.mv-cta-btn a:active {
  margin-top: 2px;
  margin-left: 3px;
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  .mv-cta-btn a {
    background: #00cee3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 25rem;
    width: 100%;
    height: 6.25rem;
    border-radius: 30px;
    font-size: 1.4375rem;
    box-shadow: 6px 8px 4px rgba(0, 0, 0, 0.25);
    transition: all 0.2s ease 0s;
  }
}

.mv {
  position: relative;
  width: 100%;
  height: 37.5rem;
}
.mv::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 10;
}
.mv img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .mv {
    height: 50.625rem;
  }
}

.mv-image {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mv-image {
    width: 80%;
    margin-left: auto;
    height: inherit;
  }
}

.mv-content {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .mv-content {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    display: flex;
    z-index: 20;
  }
}

.mv-left {
  background: url(../img/sp/sp-mv-rectangle.png) no-repeat bottom center/cover;
  width: 100%;
  height: 28.75rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .mv-left {
    background: url(../img/mv/mv-rectangle.png) no-repeat bottom center/cover;
    min-width: 46.875rem;
    width: 50%;
    height: 50.625rem;
  }
}

.mv-heading-image {
  width: 100%;
  max-width: 20.4375rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .mv-heading-image {
    position: absolute;
    max-width: 48.75rem;
    width: 100%;
    top: 50%;
    left: 4.3125rem;
    transform: translateY(-50%);
  }
}

.mv-right {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .mv-right {
    width: 50%;
    margin-right: 1.25rem;
    position: relative;
  }
}

.mv-text-image {
  max-width: 17.6875rem;
  width: 100%;
  position: absolute;
  top: 13.125rem;
  left: 2%;
}
.mv-text-image img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .mv-text-image {
    max-width: 39.75rem;
    top: 3.125rem;
    left: 50%;
    transform: translateX(-50%);
  }
}

.mv-icon-image {
  max-width: 6.0625rem;
  width: 100%;
  position: absolute;
  top: -6.25rem;
  left: 5%;
}
.mv-icon-image img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .mv-icon-image {
    max-width: 24.875rem;
    width: 100%;
    position: absolute;
    top: 17.5rem;
    left: 50%;
    transform: translateX(-50%);
  }
}

.merit {
  padding: 5rem 0 1.875rem;
  background: #fff8f0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .merit {
    padding: 7.125rem 0;
  }
}

.merit-wrapper {
  width: 90%;
  margin: 9.375rem auto 0;
}
@media screen and (min-width: 768px) {
  .merit-wrapper {
    margin: 9.375rem auto;
    width: initial;
  }
}

.merit-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 5.625rem;
}
.merit-item:last-child p {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .merit-item {
    display: flex;
    flex-direction: row;
    justify-content: end;
    margin-bottom: 5.625rem;
  }
  .merit-item:last-child p {
    padding-bottom: 3.125rem;
  }
}

.merit-contents {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .merit-contents {
    width: 47%;
    position: relative;
  }
}

.merit-item-title {
  font-size: 1.5625rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .merit-item-title {
    font-size: 2.25rem;
    font-weight: 400;
  }
}

.merit-num {
  width: 3.125rem;
  height: 3.125rem;
  background: url(../img/merit-num-bg.jpg) no-repeat center center/contain;
  position: absolute;
  top: -9%;
  left: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .merit-num {
    width: 6rem;
    height: 6rem;
    top: -9%;
    left: -22%;
  }
}

.number {
  font-size: 2.25rem;
  color: #fff;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 768px) {
  .number {
    font-size: 4.1875rem;
  }
}

.merit-item-subtitle {
  margin-top: 1.875rem;
  background: #fab060;
  color: #443200;
  display: inline-block;
  padding: 0.4375rem 0;
  font-weight: 400;
  font-size: 1.25rem;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .merit-item-subtitle {
    margin-top: 3.9375rem;
    padding: 0.875rem 0;
    font-weight: 400;
    font-size: 1.5rem;
    max-width: 24rem;
  }
}

.merit-text {
  margin-top: 2.1875rem;
  width: 100%;
  line-height: 1.5;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .merit-text {
    font-size: 1.125rem;
    width: 90%;
  }
}

.merit-image {
  width: 100%;
  height: 14.125rem;
  margin-top: 1.875rem;
}
.merit-image img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .merit-image {
    width: 38%;
    height: 17.5625rem;
    margin-top: auto;
  }
  .merit-image img {
    aspect-ratio: 419/281;
  }
}

.merit-section-bg {
  position: absolute;
  bottom: -2%;
}
@media screen and (min-width: 768px) {
  .merit-section-bg {
    bottom: -8%;
  }
}

.reason-heading {
  position: relative;
  z-index: -1;
}

.reason-section-title-bg {
  background: url(../img/reason-heading-bg.jpg) no-repeat center center/cover;
  width: 100%;
  height: 18.75rem;
}
.reason-section-title-bg::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/merit-section-after.jpg) no-repeat center center/cover;
  opacity: 0.95;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .reason-section-title-bg {
    height: 33rem;
  }
}

.reason-title {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .reason-title {
    top: 61%;
  }
}

.reason-contents {
  background: #ffebd7;
  padding: 4.375rem 0 5.3125rem;
  font-size: 1rem;
  font-weight: bold;
  color: #443200;
}
@media screen and (min-width: 768px) {
  .reason-contents {
    font-size: 1.25rem;
    padding: 5.3125rem 0;
  }
}

.reason-contents-top {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .reason-contents-top {
    display: flex;
    flex-direction: row;
    align-items: end;
  }
}

.reason-contents-top-text {
  width: 90%;
  margin: 1.875rem auto 0;
}
.reason-contents-top-text p:nth-child(2) {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .reason-contents-top-text {
    width: 50%;
    margin: initial;
  }
  .reason-contents-top-text p:nth-child(2) {
    margin-top: 1.875rem;
  }
}

.reason-contents-top-image {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .reason-contents-top-image {
    width: 50%;
    margin: initial;
  }
}

.reason-contents-under {
  margin: 2.5rem auto 0;
  width: 90%;
}
.reason-contents-under p:nth-child(2) {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .reason-contents-under {
    margin: initial;
    margin-top: 2.5rem;
  }
  .reason-contents-under p:nth-child(2) {
    margin-top: 2.5rem;
  }
}

.review {
  padding: 5.625rem 0;
}

.review-wrapper {
  width: 90%;
  margin: 6.25rem auto 0;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .review-wrapper {
    width: 90%;
    margin: 9.9375rem auto 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.review-item {
  width: 100%;
  box-shadow: 4px 4px 9px rgba(0, 0, 0, 0.25);
  padding: 2.5rem 2.25rem;
  color: #443200;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .review-item {
    width: calc(33.3% - 40px);
    margin-right: 60px;
    box-shadow: 4px 4px 9px rgba(0, 0, 0, 0.25);
    padding: 2.5rem 2.25rem;
    color: #443200;
  }
  .review-item:nth-child(3n) {
    margin-right: 0;
  }
}

.review-item-head {
  display: flex;
  align-items: end;
}

.review-item-head-image {
  width: 55%;
  border-radius: 100px;
}
.review-item-head-image img {
  border-radius: 100px;
}

.review-item-name {
  font-size: 1rem;
  width: 45%;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .review-item-name {
    font-size: 1rem;
    width: 45%;
  }
}

.review-item-title {
  margin-top: 2rem;
}

.review-item-text {
  width: 90%;
  margin: 3.1875rem auto 0;
}

.works {
  padding: 5.625rem 0;
}

.works-wrapper {
  width: 90%;
  margin: 6.25rem auto 0;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .works-wrapper {
    max-width: 62.5rem;
    width: 100%;
    margin: 9.9375rem auto 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.works-item {
  width: 100%;
  margin-bottom: 3.5625rem;
}
@media screen and (min-width: 768px) {
  .works-item {
    width: calc(50% - 74px);
    margin-right: 148px;
    margin-bottom: 3.5625rem;
  }
  .works-item:nth-child(2n) {
    margin-right: 0;
  }
}

.works-image {
  width: 100%;
  height: 12.375rem;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.works-image img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .works-image {
    width: 100%;
    height: 16.125rem;
  }
}

.works-title {
  font-size: 1.125rem;
  color: #443200;
  text-align: center;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .works-title {
    font-size: 1.25rem;
  }
}

.story {
  background: url(../img/story-bg.jpg) no-repeat center center/cover;
  width: 100%;
  height: 162.5rem;
  padding: 3.75rem 1.875rem;
  font-size: 1rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .story {
    background: url(../img/story-bg.jpg) no-repeat center center/cover;
    width: 100%;
    height: 131.25rem;
    padding: 6.4375rem;
    font-size: 1.125rem;
  }
}

.story-top-text {
  margin-top: 3rem;
}
.story-top-text p:not(:last-child) {
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .story-top-text {
    margin-top: 6.125rem;
  }
}

.story-top-image {
  width: 100%;
  margin-top: 1.875rem;
}
.story-top-image img {
  border-radius: 154px;
}
@media screen and (min-width: 768px) {
  .story-top-image {
    max-width: 28.9375rem;
    width: 100%;
    margin-left: auto;
  }
}

.story-middle-text {
  margin-top: 5.4375rem;
}
.story-middle-text p {
  margin-bottom: 1.875rem;
}

.story-bottom-image {
  max-width: 28.9375rem;
  width: 100%;
}
.story-bottom-image img {
  border-radius: 154px;
}

.story-bottom-text {
  margin-top: 6.25rem;
}
.story-bottom-text p {
  margin-bottom: 1.875rem;
}

.ps {
  position: relative;
}

.ps-section-bg {
  height: 36.875rem;
  position: relative;
}
.ps-section-bg img {
  height: 36.875rem;
}
.ps-section-bg::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .ps-section-bg {
    height: 30.625rem;
    position: relative;
  }
  .ps-section-bg img {
    height: 30.625rem;
  }
}

.ps-inner {
  width: 90%;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .ps-inner {
    width: initial;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.ps-section-title {
  font-size: 1.5625rem;
  text-align: center;
}

.ps-section-message {
  margin-top: 2.8125rem;
}
.ps-section-message p:not(:last-child) {
  margin-bottom: 1.875rem;
}

.contact {
  background: #fff8f0;
  padding-top: 6.75rem;
  padding-bottom: 6.25rem;
  position: relative;
  z-index: 90;
}

.section-side-bg {
  position: absolute;
  top: 8%;
  left: -47%;
  font-size: 6.25rem;
  font-weight: bold;
  transform: rotate(90deg);
  color: rgba(255, 133, 2, 0.3);
  z-index: 80;
}
@media screen and (min-width: 768px) {
  .section-side-bg {
    position: absolute;
    top: 25%;
    left: -16.875rem;
    font-size: 12.5rem;
    font-weight: bold;
    transform: rotate(90deg);
    color: rgba(255, 133, 2, 0.1);
  }
}

.contact-section-title {
  text-align: center;
}

.contact-inner {
  max-width: 43.75rem;
  width: 100%;
  margin: 3.0625rem auto 0;
}

.contact-text {
  width: 76%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .contact-text {
    width: 88%;
  }
}

.contact-wrapper {
  background: url(../img/contact-bg.jpg) no-repeat center center/cover;
  margin-top: 4rem;
  height: 100%;
}

form {
  padding: 2.9375rem 1.6875rem;
}
@media screen and (min-width: 768px) {
  form {
    padding: 3.5625rem;
  }
}

.contact-row {
  margin-bottom: 3.0625rem;
}

.contact-label {
  position: relative;
  display: inline-block;
}

.requierd {
  font-size: 1.125rem;
  color: #ff0202;
  position: absolute;
  top: 0;
  left: -0.5rem;
}

.contact-input {
  margin-top: 0.8125rem;
}

input {
  background: #fff;
  width: 100%;
  padding: 0.625rem 1rem;
}

.radio-1 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3em 2em;
  border: none;
}

.radio-1 label {
  display: flex;
  align-items: center;
  gap: 0 0.5em;
  position: relative;
  cursor: pointer;
}

.radio-1 label::before,
.radio-1 label:has(:checked)::after {
  border-radius: 50%;
  content: "";
}

.radio-1 label::before {
  width: 18px;
  height: 18px;
  background-color: #fff;
}

.radio-1 label:has(:checked)::after {
  position: absolute;
  top: 50%;
  left: 9px;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: #443200;
}

.radio-1 input {
  display: none;
}

textarea {
  width: 100%;
  height: 18.75rem;
  background: #fff;
}

.submit-wrapper {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}

[type=submit] {
  width: 12.5rem;
  transition: all 0.3s;
  color: #262626;
}
[type=submit]:hover {
  background: #262626;
  color: #fff;
}

.wpcf7-form-control.wpcf7-previous {
  width: 12.5rem;
  color: #262626;
}

.wpcf7-spinner {
  position: absolute !important;
  top: 0;
  right: 0;
}

.complete-inner {
  padding: 11.25rem 0;
  width: 95%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .complete-inner {
    padding: 17.5rem 0;
  }
}

.complete-text p {
  text-align: center;
  font-size: 1.25rem;
}
.complete-text p:first-child {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .complete-text p {
    font-size: 1.5rem;
  }
  .complete-text p:first-child {
    font-size: 2rem;
    margin-bottom: 1.875rem;
  }
}

.prev-btn {
  text-align: center;
  margin-top: 1.875rem;
}
.prev-btn a {
  display: inline-block;
  width: 12.5rem;
  font-size: 1.125rem;
  background: #fff;
  padding: 0.625rem 0;
  border: 1px solid #262626;
  transition: all 0.3s;
}
.prev-btn a:hover {
  background: #000;
  color: #fff;
  border: 1px solid #fff;
}

.grecaptcha-badge {
  z-index: 100;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}</pre></body></html>