@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@font-face {
  font-family: "Noto Sans JP", sans-serif;
  src: "assets/font/NotoSansJP-VariableFont_wght.ttf" format("truetype");
  font-weight: 100 900;
}
button, body {
  font-family: "Noto Sans JP", sans-serif;
}

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

html {
  font-size: 10px;
  margin: 0;
  scroll-behavior: smooth;
}
@media only screen and (max-width: 1440px) {
  html {
    font-size: 0.694vw;
  }
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 1.302vw;
  }
}
@media only screen and (max-width: 576px) {
  html {
    font-size: 1.736vw;
  }
}

body {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.625;
  color: #4B5563;
  word-break: break-word;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #FFFFFF;
}

div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2 {
  line-height: 1.2;
}

h3,
h4 {
  line-height: 1.5;
}

h5,
h6 {
  line-height: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

b,
strong {
  font-weight: bolder;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
  border-style: none;
  height: auto;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

[hidden] {
  display: none !important;
}

*:focus {
  outline: none;
}

.clearfix::after {
  content: "";
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  clear: both;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

#wrapper {
  position: relative;
  width: 100%;
}

section {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .pc-hide,
  .sp-only {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .sp-hide,
  .pc-only {
    display: none !important;
  }
}
.s-padding {
  padding: 96px 0;
}

.mt-48 {
  margin-top: 48px;
}

.mt-64 {
  margin-top: 64px;
}

.section-title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 48px;
  font-weight: 700;
  color: #1F2937;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  z-index: 2;
}
@media only screen and (max-width: 576px) {
  .section-title {
    font-size: 40px;
  }
}
.section-title .jp {
  line-height: 1;
}
.section-title .en {
  font-size: 14px;
  color: #F97316;
  margin-bottom: 12px;
}
.section-title .catch {
  font-size: 18px;
  font-weight: 500;
  margin-top: 24px;
  line-height: 1.63;
  color: #4B5563;
}
@media only screen and (max-width: 768px) {
  .section-title .catch {
    text-align: left;
  }
}

#wrapper {
  position: relative;
  width: 100%;
}

main {
  position: relative;
}

/* input */
input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
select,
textarea {
  width: 100%;
  position: relative;
  background: #ffffff;
  border: 1px solid #3C3C3C;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  color: #000000;
  outline: none;
  border-radius: 10px;
  vertical-align: middle;
}
@media only screen and (max-width: 576px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=number],
  input[type=password],
  select,
  textarea {
    padding: 12px 16px;
  }
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #b7b7b7;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #b7b7b7;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #b7b7b7;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #b7b7b7;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #b7b7b7;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
select:focus,
textarea:focus {
  border-color: #3c3c3c;
}

select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: calc(100% - 1.2rem) 50%;
  background-size: 1.2rem 0.8rem;
  background-repeat: no-repeat;
  color: #333;
  z-index: 0;
}
select:has(option:checked:disabled) {
  color: #b7b7b7;
}

.container,
.container-fluid {
  max-width: 128rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 24px;
  padding-right: 24px;
}

picture,
figure,
.cover-img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
picture img,
figure img,
.cover-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.c-btn {
  position: relative;
  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;
  gap: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 24px;
  background-color: #F97316;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  -webkit-transition: 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  overflow: hidden;
  z-index: 0;
}
.c-btn:disabled {
  opacity: 0.8;
  background-color: #b7b7b7;
  cursor: not-allowed;
}
.c-btn.rounded {
  border-radius: 10rem;
  overflow: hidden;
}
.c-btn span {
  display: block;
  position: relative;
  z-index: 2;
}
.c-btn:hover:not(:disabled) {
  background-color: #EA580C;
}

.primary-btn {
  background-color: #F97316;
}
.primary-btn:hover:not(:disabled) {
  background-color: #EA580C;
}

.secondary-btn {
  background-color: transparent;
  border: 2px solid #fff;
}
.secondary-btn:hover:not(:disabled) {
  background-color: #fff;
  color: #1F2937;
}

.dark-btn {
  background-color: transparent;
  border: 2px solid #1F2937;
  color: #1F2937;
}
.dark-btn:hover:not(:disabled) {
  background-color: #1F2937;
  color: #fff;
}

.light-btn {
  background-color: #fff;
  border: 2px solid #1F2937;
  color: #1F2937;
}
.light-btn:hover:not(:disabled) {
  background-color: #1F2937;
  border-color: #fff;
  color: #fff;
}

.rounded-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 24px 40px;
  background-color: #fff;
  color: #1F2937;
  font-weight: 700;
  border-radius: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-size: 18px;
  -webkit-transition: 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}
.rounded-btn .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 48px;
  height: 48px;
  background-color: #1F2937;
  border-radius: 50%;
  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;
  -webkit-transition: 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}
.rounded-btn .icon i {
  color: #fff;
  font-size: 19px;
}
.rounded-btn:hover .icon {
  background-color: #F97316;
}

.gsap-split-fade {
  opacity: 0;
}
.gsap-split-fade span {
  opacity: 0;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

.fadeImgIn {
  opacity: 0;
  -webkit-filter: blur(40px);
          filter: blur(40px);
  -webkit-transform: scale(1.5) translateY(-100px);
          transform: scale(1.5) translateY(-100px);
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.gsap-blur-text {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-filter: blur(20px);
          filter: blur(20px);
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

header#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1030;
  width: 100%;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  background-color: transparent;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}
header#header.shadow {
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.95);
}
header#header.shadow .header-wrapper .header-contact-wrapper .tel-link {
  color: #1F2937;
}
header#header .header-wrapper {
  width: 100%;
  max-width: 128rem;
  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;
  margin: 0 auto;
  padding: 1.6rem 2.4rem;
}
header#header .header-wrapper .header-logo-wrapper .header-logo .logo-link img {
  width: 25.8rem;
}
@media only screen and (max-width: 768px) {
  header#header .header-wrapper .header-nav {
    display: none;
  }
}
header#header .header-wrapper .header-nav .nav-menu {
  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;
  gap: 6.9rem;
}
header#header .header-wrapper .header-nav .nav-menu li {
  position: relative;
}
header#header .header-wrapper .header-nav .nav-menu li + li::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 2px;
  height: 100%;
  background-color: #D1D5DB;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
header#header .header-wrapper .header-nav .nav-menu li a {
  font-size: 1.6rem;
  font-weight: 500;
  color: #1F2937;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header#header .header-wrapper .header-nav .nav-menu li a:hover {
  color: #F97316;
}
header#header .header-wrapper .header-contact-wrapper {
  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;
  gap: 1.6rem;
  color: #fff;
}
header#header .header-wrapper .header-contact-wrapper .tel-link {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  header#header .header-wrapper .header-contact-wrapper .tel-link {
    display: none;
  }
}
header#header .header-wrapper .header-contact-wrapper .tel-link i {
  margin-right: 8px;
}
header#header .header-wrapper .header-contact-wrapper .c-btn {
  font-size: 1.6rem;
  padding: 1.2rem 2.4rem;
}

footer#footer {
  background-color: #1F2937;
  padding: 64px 0;
}
footer#footer .container {
  max-width: 128rem;
  padding: 0 2.4rem;
}
footer#footer .container .footer-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 4.8rem minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4.8rem;
  color: #9CA3AF;
  padding-bottom: 50px;
  border-bottom: 1px solid #374151;
}
@media only screen and (max-width: 768px) {
  footer#footer .container .footer-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
footer#footer .container .footer-wrapper .company-info .logo-wrap img {
  width: 215px;
}
footer#footer .container .footer-wrapper .company-info .logo-wrap .catch {
  margin-top: 16px;
  font-weight: 500;
  font-size: 16px;
}
footer#footer .container .footer-wrapper .company-info .company-detail {
  margin-top: 24px;
  font-size: 16px;
}
footer#footer .container .footer-wrapper .company-info .company-detail .address-title {
  font-weight: 700;
  color: #fff;
}
footer#footer .container .footer-wrapper .company-info .company-detail > div {
  margin-top: 8px;
}
footer#footer .container .footer-wrapper .footer-menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 48px minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
}
@media only screen and (max-width: 576px) {
  footer#footer .container .footer-wrapper .footer-menu {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
footer#footer .container .footer-wrapper .footer-menu .submenu-title {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}
footer#footer .container .footer-wrapper .footer-menu .submenu-list {
  margin-top: 16px;
}
footer#footer .container .footer-wrapper .footer-menu .submenu-list li + li {
  margin-top: 8px;
}
footer#footer .container .footer-wrapper .footer-menu .submenu a {
  font-size: 16px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
footer#footer .container .footer-wrapper .footer-menu .submenu a:hover {
  color: #F97316;
}
footer#footer .container .copyright {
  padding-top: 32px;
  font-size: 14px;
}
@media only screen and (max-width: 576px) {
  footer#footer .container .copyright {
    text-align: center;
  }
}

main {
  position: relative;
  overflow-x: hidden;
}
main .header-section {
  padding: 128px 0 112px;
}

.project-section .project-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 3.2rem minmax(0, 1fr) 3.2rem minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .project-section .project-items {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 576px) {
  .project-section .project-items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.project-section .project-items .project-item {
  background-color: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1019607843);
  -webkit-box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
  overflow: hidden;
}
.project-section .project-items .project-item:hover .thumbnail-wrapper img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.project-section .project-items .project-item .thumbnail-wrapper {
  aspect-ratio: 389/280;
  overflow: hidden;
}
.project-section .project-items .project-item .thumbnail-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.project-section .project-items .project-item .project-detail {
  padding: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .project-section .project-items .project-item .project-detail {
    padding: 24px;
  }
}
.project-section .project-items .project-item .project-detail .category {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 12px;
  background-color: #F97316;
  color: #fff;
  border-radius: 100px;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 700;
}
.project-section .project-items .project-item .project-detail .location_producer {
  margin-top: 12px;
  font-size: 20px;
  font-weight: 700;
  color: #1F2937;
}
.project-section .project-items .project-item .project-detail .time {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
}
.project-section .more-view-link {
  margin-top: 48px;
}
.project-section .more-view-link .dark-btn {
  margin: auto;
  padding: 16px 48px;
}

.contact-section2 {
  background-color: #111827;
}
.contact-section2 .section-title .jp {
  color: #fff;
  line-height: 1.2;
}
.contact-section2 .section-title .catch {
  font-size: 16px;
  color: #9CA3AF;
}
@media only screen and (max-width: 576px) {
  .contact-section2 .section-title .catch {
    text-align: center;
  }
}
.contact-section2 .contact-link__group {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
}
@media only screen and (max-width: 576px) {
  .contact-section2 .contact-link__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.contact-section2 .contact-link__group a {
  max-width: 260px;
  width: 100%;
  padding: 22px 0;
  border-radius: 12px;
  font-size: 18px;
}

#top .mv-section {
  position: relative;
  min-height: 100dvh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.5))), url(../image/mv-img.png);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), url(../image/mv-img.png);
  background-size: cover;
  background-position: center 0%;
  background-repeat: no-repeat;
  color: #fff;
  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;
}
#top .mv-section .container {
  max-width: 128rem;
  margin: auto;
  padding: 0 2.4rem;
}
#top .mv-section .container .hero-section .address-badge {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 9.5px 16px;
  background-color: #fff;
  border-radius: 30px;
  color: #1F2937;
  font-size: 14px;
  font-weight: 500;
}
#top .mv-section .container .hero-section .address-badge i {
  color: #F97316;
  margin-right: 8px;
}
#top .mv-section .container .hero-section .mv-title {
  position: relative;
  margin-top: 3.2rem;
  padding-bottom: 2.4rem;
}
@media only screen and (max-width: 576px) {
  #top .mv-section .container .hero-section .mv-title {
    padding-bottom: 24px;
    margin-top: 32px;
  }
}
#top .mv-section .container .hero-section .mv-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 8rem;
  height: 5px;
  background-color: #F97316;
}
#top .mv-section .container .hero-section .mv-title h1 {
  font-size: 7.2rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.5;
}
@media only screen and (max-width: 576px) {
  #top .mv-section .container .hero-section .mv-title h1 {
    font-size: 5.4rem;
  }
}
#top .mv-section .container .hero-section .mv-description {
  margin-top: 3.2rem;
  font-size: 2rem;
  font-weight: 500;
}
@media only screen and (max-width: 576px) {
  #top .mv-section .container .hero-section .mv-description {
    font-size: 2.6rem;
    margin-top: 32px;
  }
}
#top .mv-section .container .hero-section .link-group {
  margin-top: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media only screen and (max-width: 576px) {
  #top .mv-section .container .hero-section .link-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 48px;
    gap: 20px;
  }
  #top .mv-section .container .hero-section .link-group a {
    font-size: 18px;
    padding: 22.5px 0;
    max-width: 224px;
    width: 100%;
    border-radius: 12px;
  }
}
#top .mv-section .scroll-animation {
  position: absolute;
  bottom: 2.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#top .mv-section .scroll-animation .inner {
  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: 8px;
}
#top .mv-section .scroll-animation .inner i {
  -webkit-animation: bounce 1s ease-in-out infinite;
          animation: bounce 1s ease-in-out infinite;
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
            animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    -webkit-transform: none;
            transform: none;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
            animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
  100% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
            animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
            animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    -webkit-transform: none;
            transform: none;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
            animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
  100% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
            animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
}
@media only screen and (max-width: 576px) {
  #top .service-section .section-title .catch {
    text-align: left;
  }
}
#top .service-section .contents .service-items {
  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: 16px;
}
@media only screen and (max-width: 576px) {
  #top .service-section .contents .service-items {
    gap: 32px;
  }
}
#top .service-section .contents .service-items .service-item {
  width: 100%;
  max-width: 233px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  background-color: #fff;
  padding: 32px 26px;
  border-radius: 12px;
  border: 1px solid #F3F4F6;
  -webkit-box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1019607843);
  -webkit-box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #top .service-section .contents .service-items .service-item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media only screen and (max-width: 576px) {
  #top .service-section .contents .service-items .service-item {
    width: 100%;
    max-width: 100%;
  }
}
#top .service-section .contents .service-items .service-item:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1019607843);
  -webkit-box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.1019607843);
}
#top .service-section .contents .service-items .service-item__inner .icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #FFEDD5;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#top .service-section .contents .service-items .service-item__inner .icon i {
  color: #F97316;
  font-size: 30px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
#top .service-section .contents .service-items .service-item__inner .item-title {
  margin-top: 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #1F2937;
  white-space: nowrap;
}
#top .service-section .contents .service-items .service-item__inner .desc {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 500;
}
#top .service-section .contents .service-items .service-item .detail-link {
  color: #F97316;
  font-weight: 500;
}
#top .service-section .contents .service-items .service-item .detail-link a {
  font-size: 16px;
}
#top .service-section .contents .service-items .service-item .detail-link a i {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-left: 8px;
}
#top .service-section .contents .service-items .service-item .detail-link a:hover i {
  margin-left: 12px;
}
#top .overview-section .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
}
@media only screen and (max-width: 768px) {
  #top .overview-section .contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#top .overview-section .contents .overview-wrapper .overview-title {
  font-size: 36px;
  font-weight: 700;
  color: #1F2937;
  line-height: 4rem;
}
#top .overview-section .contents .overview-wrapper .overview-table {
  display: table;
  border-collapse: collapse;
  margin-top: 48px;
}
#top .overview-section .contents .overview-wrapper .overview-table .row {
  display: table-row;
  border-bottom: 1px solid #E5E7EB;
  font-size: 16px;
}
#top .overview-section .contents .overview-wrapper .overview-table .row > div {
  display: table-cell;
  padding: 24px 0;
}
#top .overview-section .contents .overview-wrapper .overview-table .row:first-child > div {
  padding-top: 0;
}
#top .overview-section .contents .overview-wrapper .overview-table .row .ov-label {
  min-width: 160px;
  font-weight: 700;
  color: #1F2937;
}
#top .overview-section .contents .img-wrapper {
  width: 46.4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 576px) {
  #top .overview-section .contents .img-wrapper {
    width: 100%;
  }
}
#top .overview-section .contents .img-wrapper .img-group {
  width: 100%;
  aspect-ratio: 464/592;
  border-radius: 16px;
  -webkit-box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1019607843);
  -webkit-box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
  overflow: hidden;
}
#top .overview-section .contents .img-wrapper .img-group img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top .overview-section .contents .img-wrapper .img-title {
  font-size: 24px;
  font-weight: 700;
  margin-top: 32px;
  color: #1F2937;
}
#top .overview-section .contents .img-wrapper .desc {
  margin-top: 16px;
  font-weight: 500;
  font-size: 16px;
}
#top .voice-section .contents .voice-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 3.2rem minmax(0, 1fr) 3.2rem minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3.2rem;
}
@media only screen and (max-width: 768px) {
  #top .voice-section .contents .voice-items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
#top .voice-section .contents .voice-items .voice-item {
  padding: 3.2rem;
  background-color: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1019607843);
  -webkit-box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.4rem;
}
#top .voice-section .contents .voice-items .voice-item .review-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-weight: 500;
  font-size: 18px;
}
#top .voice-section .contents .voice-items .voice-item .review-group .star-group i {
  color: #F97316;
}
#top .voice-section .contents .voice-items .voice-item .voice-description {
  margin-top: 24px;
  font-weight: 500;
  line-height: 26px;
  font-size: 16px;
}
#top .voice-section .contents .voice-items .voice-item .customer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
#top .voice-section .contents .voice-items .voice-item .customer-info .customer-avatar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 48px;
  height: 48px;
  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;
  border-radius: 50%;
  background-color: #FFEDD5;
  color: #F97316;
  font-weight: 700;
  font-size: 16px;
}
#top .voice-section .contents .voice-items .voice-item .customer-info .customer-detail .name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #1F2937;
}
#top .voice-section .contents .voice-items .voice-item .customer-info .customer-detail .address {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}
#top .contact-section {
  padding: 128px 0;
  background: url("../image/contact-background.png");
  background-color: rgba(0, 0, 0, 0.5);
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  color: #fff;
}
#top .contact-section .contact-section-title h2 {
  font-size: 48px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  #top .contact-section .contact-section-title h2 {
    line-height: 1.6;
    font-size: 40px;
  }
}
#top .contact-section .catch {
  margin-top: 32px;
  font-size: 24px;
  font-weight: 500;
}
#top .contact-section .catch p {
  margin-bottom: 12px;
}
#top .contact-section .contact-link {
  margin-top: 32px;
}

#service .service-items-section {
  padding: 64px 0;
}
#service .service-items-section .service-items .service-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4.8rem;
}
@media only screen and (max-width: 576px) {
  #service .service-items-section .service-items .service-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px;
  }
}
#service .service-items-section .service-items .service-item + .service-item {
  margin-top: 96px;
}
#service .service-items-section .service-items .service-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 576px) {
  #service .service-items-section .service-items .service-item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#service .service-items-section .service-items .service-item-info {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
@media only screen and (max-width: 576px) {
  #service .service-items-section .service-items .service-item-info {
    width: 100%;
  }
}
#service .service-items-section .service-items .service-item-info__inner {
  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.4rem;
}
@media only screen and (max-width: 576px) {
  #service .service-items-section .service-items .service-item-info__inner {
    gap: 24px;
  }
}
#service .service-items-section .service-items .service-item-info .icon {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 64px;
  height: 64px;
  background-color: #FFEDD5;
  border-radius: 50%;
}
#service .service-items-section .service-items .service-item-info .icon i {
  font-size: 28px;
  color: #F97316;
}
#service .service-items-section .service-items .service-item-info .service-title__wrap .service-title {
  font-size: 36px;
  font-weight: 700;
  color: #1F2937;
}
#service .service-items-section .service-items .service-item-info .service-title__wrap .service-desc {
  margin-top: 24px;
  font-size: 18px;
  font-weight: 500;
}
#service .service-items-section .service-items .service-item-info .service-options {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 1.6rem minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.6rem;
  padding: 8px 0;
}
@media only screen and (max-width: 768px) {
  #service .service-items-section .service-items .service-item-info .service-options {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 576px) {
  #service .service-items-section .service-items .service-item-info .service-options {
    -ms-grid-columns: minmax(0, 1fr) 16px minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
}
#service .service-items-section .service-items .service-item-info .service-options .service-option {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  font-weight: 500;
  color: #1F2937;
  line-height: 1.1;
  font-size: 16px;
}
#service .service-items-section .service-items .service-item-info .service-options .service-option::before {
  content: "\f058";
  position: relative;
  font-size: 18px;
  font-weight: 700;
  font-family: "Font Awesome 6 Free";
  color: #F97316;
}
#service .service-items-section .service-items .service-item-img {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  aspect-ratio: 592/500;
  border-radius: 1.6rem;
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
          box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 576px) {
  #service .service-items-section .service-items .service-item-img {
    width: 100%;
    height: 500px;
  }
}
#service .service-area-section .area-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 3.2rem minmax(0, 1fr) 3.2rem minmax(0, 1fr) 3.2rem minmax(0, 1fr);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 3.2rem;
}
@media only screen and (max-width: 768px) {
  #service .service-area-section .area-items {
    -ms-grid-columns: minmax(0, 1fr) 32px minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
  }
}
@media only screen and (max-width: 576px) {
  #service .service-area-section .area-items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#service .service-area-section .area-items .area-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  padding: 32px;
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid #E5E7EB;
  -webkit-box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1019607843);
  -webkit-box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
}
#service .service-area-section .area-items .area-item .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 64px;
  height: 64px;
  background-color: #FFEDD5;
  border-radius: 50%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#service .service-area-section .area-items .area-item .icon::before {
  content: "\f3c5";
  font-family: "Font Awesome 6 Free";
  font-size: 30px;
  font-weight: 700;
  color: #F97316;
}
#service .service-area-section .area-items .area-item .location-title {
  font-size: 24px;
  font-weight: 700;
  color: #1F2937;
  text-align: center;
}
#service .service-area-section .desc {
  margin-top: 48px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
}
#service .service-area-section .contact-link {
  margin-top: 24px;
}
#service .service-area-section .contact-link .c-btn {
  margin: auto;
}

#overview .company-info {
  padding: 64px 0 160px;
}
#overview .company-info__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 6.4rem minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6.4rem;
}
@media only screen and (max-width: 576px) {
  #overview .company-info__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 64px;
  }
}
#overview .company-info__wrapper .col-wrap {
  width: 100%;
}
#overview .company-info__wrapper .main-info-wrap .company-info__title h2 {
  font-size: 36px;
  font-weight: 700;
  color: #1F2937;
}
@media only screen and (max-width: 576px) {
  #overview .company-info__wrapper .main-info-wrap .company-info__title h2 {
    font-size: 40px;
  }
}
#overview .company-info__wrapper .main-info-wrap .info-items {
  margin-top: 48px;
}
#overview .company-info__wrapper .main-info-wrap .info-items .info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  padding-bottom: 24px;
  border-bottom: 1px solid #E5E7EB;
}
@media only screen and (max-width: 576px) {
  #overview .company-info__wrapper .main-info-wrap .info-items .info-item {
    gap: 16px;
  }
}
#overview .company-info__wrapper .main-info-wrap .info-items .info-item + .info-item {
  margin-top: 32px;
}
#overview .company-info__wrapper .main-info-wrap .info-items .info-item .icon {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background-color: #FFEDD5;
  color: #F97316;
  font-size: 16px;
}
#overview .company-info__wrapper .main-info-wrap .info-items .info-item .info-lb {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
#overview .company-info__wrapper .main-info-wrap .info-items .info-item .info-val {
  margin-top: 4px;
  font-size: 18px;
  font-weight: 500;
  color: #1F2937;
}
#overview .company-info__wrapper .main-info-wrap .info-items .info-item .info-val.font-weight {
  font-weight: 700;
}
#overview .company-info__wrapper .main-info-wrap .info-items .info-item .info-val.font-lg {
  font-size: 20px;
}
#overview .company-info__wrapper .main-info-wrap .info-items .info-item .info-val.phone {
  color: #F97316;
}
#overview .company-info__wrapper .main-info-wrap .info-items .info-item .info-val.business ul {
  margin-left: 1.5em;
  list-style: disc;
  font-size: 18px;
  line-height: 28px;
}
#overview .company-info__wrapper .main-info-wrap .info-items .info-item .info-val.business ul li::marker {
  color: #F97316;
}
#overview .company-info__wrapper .img-wrap {
  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.2rem;
}
#overview .company-info__wrapper .img-wrap .img-cover {
  aspect-ratio: 584/500;
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
          box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 576px) {
  #overview .company-info__wrapper .img-wrap .img-cover {
    aspect-ratio: unset;
    height: 500px;
  }
}
#overview .company-info__wrapper .img-wrap .img-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#overview .company-info__wrapper .img-wrap .desc-wrap {
  padding: 32px;
}
@media only screen and (max-width: 768px) {
  #overview .company-info__wrapper .img-wrap .desc-wrap {
    padding: 32px 0;
  }
}
#overview .company-info__wrapper .img-wrap .desc-wrap .img-title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #1F2937;
}
#overview .company-info__wrapper .img-wrap .desc-wrap .desc {
  margin-top: 16px;
}
#overview .company-info__wrapper .img-wrap .desc-wrap .desc p {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
#overview .company-info__wrapper .img-wrap .desc-wrap .desc p + p {
  margin-top: 24px;
}
#overview .strength-section .strength-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 3.2rem minmax(0, 1fr) 3.2rem minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3.2rem;
}
@media only screen and (max-width: 768px) {
  #overview .strength-section .strength-items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
#overview .strength-section .strength-items .strength-item {
  padding: 32px 26px;
  background-color: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1019607843);
  -webkit-box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
}
#overview .strength-section .strength-items .strength-item .icon {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 64px;
  height: 64px;
  background-color: #FFEDD5;
  border-radius: 50%;
  color: #F97316;
  font-size: 28px;
}
#overview .strength-section .strength-items .strength-item .strength-item__wrap {
  margin-top: 24px;
}
#overview .strength-section .strength-items .strength-item .strength-item__wrap .item-title {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  color: #1F2937;
}
#overview .strength-section .strength-items .strength-item .strength-item__wrap .item-desc {
  margin-top: 16px;
  font-weight: 500;
  font-size: 16px;
}
#overview .access-section .container {
  max-width: 640px;
}
#overview .access-section .contents .address {
  padding: 24px;
  font-weight: 500;
  font-size: 16px;
}
#overview .access-section .contents .address .location-info {
  margin-top: 8px;
}
#overview .access-section .contents .address .tel-info {
  color: #F97316;
  margin-top: 16px;
}
#overview .access-section .contents .address .tel-info i {
  margin-right: 8px;
}
#overview .access-section .contents .map-view {
  margin-top: 24px;
  border-radius: 12px;
  -webkit-box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1019607843);
  -webkit-box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
  overflow: hidden;
}
#overview .access-section .contents .map-view__inner {
  width: 100%;
  height: 300px;
}
#overview .access-section .contents .map-view__inner iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#project .project-section .category-tabs {
  padding: 32px 0;
  border-bottom: 1px solid #E5E7EB;
}
#project .project-section .category-tabs .tabs-nav {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
#project .project-section .category-tabs .tabs-nav .tab-link {
  display: block;
  background-color: #F3F4F6;
  padding: 14px 24px;
  font-weight: 500;
  border-radius: 80px;
  font-size: 16px;
}
#project .project-section .category-tabs .tabs-nav .tab-link.active {
  background-color: #F97316;
  color: #fff;
}
#project .project-section .project-items {
  padding: 64px 0;
}
#project .project-section .project-items .project-item {
  position: relative;
}
#project .project-section .project-items .project-item .project-detail .category {
  position: absolute;
  left: 16px;
  top: 16px;
}
#project .project-section .project-items .project-item .project-detail .location_producer {
  margin-top: 0;
}
#project .project-section .project-items .project-item .project-detail .time {
  line-height: 1.1;
}
#project .project-section .project-items .project-item .project-detail .desc {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 500;
}
#project .analyze-section .analyze-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 3.2rem minmax(0, 1fr) 3.2rem minmax(0, 1fr) 3.2rem minmax(0, 1fr);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 3.2rem;
}
@media only screen and (max-width: 576px) {
  #project .analyze-section .analyze-items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
#project .analyze-section .analyze-items .analyze-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
}
#project .analyze-section .analyze-items .analyze-item .val {
  font-size: 48px;
  line-height: 1;
  color: #F97316;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  #project .analyze-section .analyze-items .analyze-item .val {
    font-size: 4.8rem;
  }
}
@media only screen and (max-width: 576px) {
  #project .analyze-section .analyze-items .analyze-item .val {
    font-size: 48px;
  }
}

#flow .flow-section .flow-items {
  counter-reset: flow-index;
}
#flow .flow-section .flow-items .flow-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2rem;
  counter-increment: flow-index;
}
#flow .flow-section .flow-items .flow-item + .flow-item {
  margin-top: 64px;
}
@media only screen and (max-width: 576px) {
  #flow .flow-section .flow-items .flow-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
#flow .flow-section .flow-items .flow-item::before {
  content: counter(flow-index, decimal-leading-zero);
  position: relative;
  width: 96px;
  height: 96px;
  -ms-flex-negative: 0;
      flex-shrink: 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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background-color: #F97316;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}
#flow .flow-section .flow-items .flow-item::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 96px;
  background-color: #FED7AA;
  top: 128px;
  left: 48px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 576px) {
  #flow .flow-section .flow-items .flow-item::after {
    display: none;
  }
}
#flow .flow-section .flow-items .flow-item .flow-item__inner {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  background-color: #fff;
  padding: 32px;
  border-radius: 16px;
  -webkit-box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1019607843);
  -webkit-box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
}
#flow .flow-section .flow-items .flow-item .flow-item__inner .flow-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
#flow .flow-section .flow-items .flow-item .flow-item__inner .flow-info .flow-icon {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 56px;
  height: 56px;
  background-color: #FFEDD5;
  border-radius: 8px;
}
#flow .flow-section .flow-items .flow-item .flow-item__inner .flow-info .flow-icon i {
  color: #F97316;
  font-size: 30px;
}
#flow .flow-section .flow-items .flow-item .flow-item__inner .flow-info .flow-detail {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
#flow .flow-section .flow-items .flow-item .flow-item__inner .flow-info .flow-detail .flow-title {
  font-size: 30px;
  font-weight: 700;
  color: #1F2937;
  line-height: 1;
}
#flow .flow-section .flow-items .flow-item .flow-item__inner .flow-info .flow-detail .desc {
  margin-top: 12px;
  font-size: 18px;
  font-weight: 500;
}
#flow .flow-section .flow-items .flow-item .flow-item__inner .flow-options {
  margin-top: 24px;
  padding: 24px;
}
#flow .flow-section .flow-items .flow-item .flow-item__inner .flow-options .flow-option {
  font-weight: 500;
  color: #1F2937;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  line-height: 1.1;
  font-size: 16px;
}
#flow .flow-section .flow-items .flow-item .flow-item__inner .flow-options .flow-option + .flow-option {
  margin-top: 12px;
}
#flow .flow-section .flow-items .flow-item .flow-item__inner .flow-options .flow-option::before {
  content: "\f058";
  position: relative;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #F97316;
  font-size: 18px;
}
#flow .period-section .period-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 3.2rem minmax(0, 1fr) 3.2rem minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3.2rem;
}
@media only screen and (max-width: 576px) {
  #flow .period-section .period-items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
#flow .period-section .period-items .period-item {
  padding: 3.2rem;
  background-color: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1019607843);
  -webkit-box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
  text-align: center;
}
@media only screen and (max-width: 576px) {
  #flow .period-section .period-items .period-item {
    padding: 32px;
  }
}
#flow .period-section .period-items .period-item .icon {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 64px;
  height: 64px;
  margin: auto;
  background-color: #FFEDD5;
  border-radius: 50%;
}
#flow .period-section .period-items .period-item .icon i {
  font-size: 30px;
  color: #F97316;
}
#flow .period-section .period-items .period-item .icon.flip {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
#flow .period-section .period-items .period-item .period-info {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
#flow .period-section .period-items .period-item .period-info .period-title {
  font-size: 20px;
  font-weight: 700;
  color: #1F2937;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  #flow .period-section .period-items .period-item .period-info .period-title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 576px) {
  #flow .period-section .period-items .period-item .period-info .period-title {
    font-size: 20px;
  }
}
#flow .period-section .period-items .period-item .period-info .period {
  color: #F97316;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  #flow .period-section .period-items .period-item .period-info .period {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 576px) {
  #flow .period-section .period-items .period-item .period-info .period {
    font-size: 30px;
  }
}
#flow .period-section .period-items .period-item .period-info .desc {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #flow .period-section .period-items .period-item .period-info .desc {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 576px) {
  #flow .period-section .period-items .period-item .period-info .desc {
    font-size: 14px;
  }
}

#contact .contact-support-section {
  padding: 64px 0 128px;
}
#contact .contact-support-section .container {
  max-width: 858px;
}
#contact .contact-support-section .support-wraps {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 3.2rem minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3.2rem;
}
@media only screen and (max-width: 576px) {
  #contact .contact-support-section .support-wraps {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
#contact .contact-support-section .support-wraps .support-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  background-color: #FFF7ED;
  padding: 32px;
}
#contact .contact-support-section .support-wraps .support-item .icon {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 64px;
  height: 64px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  background-color: #F97316;
  font-size: 30px;
  color: #fff;
}
#contact .contact-support-section .support-wraps .support-item .support-info {
  text-align: center;
}
#contact .contact-support-section .support-wraps .support-item .support-info .title {
  font-size: 20px;
  font-weight: 700;
  color: #1F2937;
  line-height: 1.4;
}
#contact .contact-support-section .support-wraps .support-item .support-info .tel {
  margin-top: 2px;
  font-size: 24px;
  color: #F97316;
  font-weight: 700;
}
#contact .contact-support-section .support-wraps .support-item .support-info .location,
#contact .contact-support-section .support-wraps .support-item .support-info .time {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
}
#contact .contact-form-section {
  padding: 96px 0;
}
#contact .contact-form-section .container {
  max-width: 858px;
}
#contact .contact-form-section .container .content-wrapper {
  width: 100%;
  padding: 4.8rem;
  border-radius: 1.6rem;
  -webkit-box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.1), 0px 20px 25px -5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.1), 0px 20px 25px -5px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 576px) {
  #contact .contact-form-section .container .content-wrapper {
    padding: 48px 32px;
  }
}
#contact .contact-form-section .container .content-wrapper .contact-form-title h2 {
  font-size: 3rem;
  font-weight: 700;
  color: #1F2937;
  text-align: center;
}
#contact .contact-form-section .container .content-wrapper .form-wrapper {
  margin-top: 3.2rem;
}
#contact .contact-form-section .container .content-wrapper .form-wrapper .form-group:not(:first-child) {
  margin-top: 4rem;
}
#contact .contact-form-section .container .content-wrapper .form-wrapper .form-group__title {
  font-size: 20px;
  font-weight: 700;
  color: #1F2937;
  padding-bottom: 12px;
  border-bottom: 2px solid #F97316;
}
#contact .contact-form-section .container .content-wrapper .form-wrapper .form-group .input-row {
  margin-top: 2.4rem;
}
#contact .contact-form-section .container .content-wrapper .form-wrapper .form-group .input-row label {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #1F2937;
  margin-bottom: 8px;
}
#contact .contact-form-section .container .content-wrapper .form-wrapper .form-group .input-row label.required::after {
  content: " *";
  position: relative;
  font: 14px;
  font-weight: 700;
  color: #F97316;
}
#contact .contact-form-section .container .content-wrapper .form-wrapper .form-group .input-row input,
#contact .contact-form-section .container .content-wrapper .form-wrapper .form-group .input-row textarea,
#contact .contact-form-section .container .content-wrapper .form-wrapper .form-group .input-row select {
  font-size: 14px;
  font-weight: 500;
  padding: 12px 16px;
  border-radius: 8px;
  border-color: #D1D5DB;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #1F2937;
}
#contact .contact-form-section .container .content-wrapper .form-wrapper .form-group .input-row input::-webkit-input-placeholder, #contact .contact-form-section .container .content-wrapper .form-wrapper .form-group .input-row textarea::-webkit-input-placeholder, #contact .contact-form-section .container .content-wrapper .form-wrapper .form-group .input-row select::-webkit-input-placeholder {
  color: #D1D5DB;
}
#contact .contact-form-section .container .content-wrapper .form-wrapper .form-group .input-row input::-moz-placeholder, #contact .contact-form-section .container .content-wrapper .form-wrapper .form-group .input-row textarea::-moz-placeholder, #contact .contact-form-section .container .content-wrapper .form-wrapper .form-group .input-row select::-moz-placeholder {
  color: #D1D5DB;
}
#contact .contact-form-section .container .content-wrapper .form-wrapper .form-group .input-row input:-ms-input-placeholder, #contact .contact-form-section .container .content-wrapper .form-wrapper .form-group .input-row textarea:-ms-input-placeholder, #contact .contact-form-section .container .content-wrapper .form-wrapper .form-group .input-row select:-ms-input-placeholder {
  color: #D1D5DB;
}
#contact .contact-form-section .container .content-wrapper .form-wrapper .form-group .input-row input::-ms-input-placeholder, #contact .contact-form-section .container .content-wrapper .form-wrapper .form-group .input-row textarea::-ms-input-placeholder, #contact .contact-form-section .container .content-wrapper .form-wrapper .form-group .input-row select::-ms-input-placeholder {
  color: #D1D5DB;
}
#contact .contact-form-section .container .content-wrapper .form-wrapper .form-group .input-row input::placeholder,
#contact .contact-form-section .container .content-wrapper .form-wrapper .form-group .input-row textarea::placeholder,
#contact .contact-form-section .container .content-wrapper .form-wrapper .form-group .input-row select::placeholder {
  color: #D1D5DB;
}
#contact .contact-form-section .container .content-wrapper .form-wrapper .form-group .input-row input:focus,
#contact .contact-form-section .container .content-wrapper .form-wrapper .form-group .input-row textarea:focus,
#contact .contact-form-section .container .content-wrapper .form-wrapper .form-group .input-row select:focus {
  border-color: #F97316;
}
#contact .contact-form-section .container .content-wrapper .form-wrapper .form-group .input-row select:has(option:checked:disabled) {
  color: #D1D5DB;
}
#contact .contact-form-section .container .content-wrapper .form-wrapper .form-group .input-row .errors, #contact .contact-form-section .container .content-wrapper .form-wrapper .form-group .input-row .wpcf7-not-valid-tip {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  color: #f00;
  margin-top: 8px;
}
#contact .contact-form-section .container .content-wrapper .form-wrapper .form-group .input-row .errors::before, #contact .contact-form-section .container .content-wrapper .form-wrapper .form-group .input-row .wpcf7-not-valid-tip::before {
  content: "\f071";
  position: relative;
  margin-right: 8px;
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  font-size: inherit;
  color: inherit;
}
#contact .contact-form-section .container .content-wrapper .form-wrapper .form-group .input-row .textarea-note {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
  text-align: right;
}
#contact .contact-form-section .container .content-wrapper .form-wrapper .btn-group {
  margin-top: 40px;
}
#contact .contact-form-section .container .content-wrapper .form-wrapper .btn-group .c-btn {
  width: 100%;
  font-size: 18px;
  padding: 20px 0;
}