@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: 100 900; /* Enable the whole range */
  font-style: normal;
}
@font-face {
  font-family: "Barlow Semi Condensed";
  src: url("../fonts/BarlowSemiCondensed-Regular.ttf") format("truetype");
  font-weight: 400; /* Enable the whole range */
  font-style: normal;
}
@keyframes grain {
  0%, 100% {
    background-position: 0 0;
  }
  10% {
    background-position: -5% -10%;
  }
  20% {
    background-position: -15% 5%;
  }
  30% {
    background-position: 7% -25%;
  }
  40% {
    background-position: 20% 25%;
  }
  50% {
    background-position: -25% 10%;
  }
  60% {
    background-position: 15% 5%;
  }
  70% {
    background-position: 0% 15%;
  }
  80% {
    background-position: 25% 35%;
  }
  90% {
    background-position: -10% 10%;
  }
}
html,
body {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-size: 62.5%;
  scroll-behavior: smooth;
  color: #000000;
  background-color: #c0bab2;
  position: relative;
}

body::before {
  content: "";
  position: fixed;
  top: -50%;
  left: -50%;
  right: -50%;
  bottom: -50%;
  background-image: url("../img/noise.png");
  opacity: 1;
  pointer-events: none;
}

html {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

h1 {
  font-size: 2.9rem;
}

h2 {
  font-size: 2.3rem;
}

h3 {
  font-size: 2.5rem;
  line-height: 1.3;
  letter-spacing: 2px;
}

h4 {
  font-size: 1.3rem;
}

h5 {
  font-size: 1.5rem;
}

h6 {
  font-size: 0.3rem;
}

@media screen and (min-width: 1024px) {
  h1 {
    font-size: 3.6rem;
  }
  h2 {
    font-size: 2.8rem;
  }
  h3 {
    font-size: 2.8rem;
  }
  h4 {
    font-size: 2rem;
  }
  h5 {
    font-size: 1.6rem;
  }
  h6 {
    font-size: 1rem;
  }
}
a {
  transition: all 0.3s ease;
  position: relative;
  text-decoration: none;
  color: #131723;
}

a:active,
a:focus {
  outline: 0;
  border: none;
}

.responsive-sp {
  display: block;
}
@media (min-width: 1024px) {
  .responsive-sp {
    display: none;
  }
}

.responsive-pc {
  display: none;
}
@media (min-width: 1024px) {
  .responsive-pc {
    display: block;
  }
}

@media (max-width: 570px) {
  .pc {
    display: none;
  }
}
@media (min-width: 570px) {
  .sp {
    display: none;
  }
}
br._sp {
  display: none;
}
@media screen and (max-width: 1200px) {
  br._sp {
    display: block;
  }
}

br._pc {
  display: block;
}
@media screen and (max-width: 1200px) {
  br._pc {
    display: none;
  }
}

#wrapper {
  overflow: hidden;
}

.page-header {
  position: absolute;
  width: 100%;
  padding-bottom: 5px;
}
@media only screen and (min-width: 1024px) {
  .page-header {
    padding-bottom: 0;
  }
}
.page-header .container {
  width: 98%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  z-index: 1000;
  position: relative;
  /* Hamburger style */
  /* Hamburger open state */
  /* ===============================
  Responsive Navigation Styles
  =============================== */
}
.page-header .container .logo-wrap {
  position: relative;
  z-index: 12;
}
.page-header .container .logo-wrap h1 {
  margin-bottom: 0;
  font-size: 0.9rem;
}
.page-header .container .logo-wrap h1 img {
  width: 30%;
  height: auto;
}
@media only screen and (min-width: 1024px) {
  .page-header .container .logo-wrap h1 {
    font-size: 2.9rem;
  }
  .page-header .container .logo-wrap h1 img {
    width: 30%;
  }
}
.page-header .container .overlay-navigation ul {
  padding-inline-start: 0px;
  display: inline-flex;
  justify-content: center;
  margin: 20px 0;
  /*   &:hover li {
    opacity: 0.3;
    &:hover {
      opacity: 1;
    }
  } */
}
.page-header .container .overlay-navigation ul li {
  list-style-type: none;
  text-transform: uppercase;
  margin: 0 17px;
  transition: opacity 0.3s ease;
  opacity: 1;
}
.page-header .container .overlay-navigation ul li:last-child {
  margin-right: 0;
}
.page-header .container .overlay-navigation ul li p {
  font-size: 1.5rem;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.page-header .container .overlay-navigation ul li p::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background-color: #f6921e;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}
.page-header .container .overlay-navigation ul li p:hover::after {
  transform: translateX(-50%) scaleX(1);
}
@media only screen and (max-width: 860px) {
  .page-header .container .overlay-navigation ul li p {
    color: #ffffff;
  }
  .page-header .container .overlay-navigation ul:hover li {
    opacity: 1;
  }
}
.page-header .container .hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 20px;
  cursor: pointer;
  z-index: 1001;
  position: relative;
  top: 17px;
  right: 7px;
  transform: rotate(303deg);
  transition: 1s;
}
.page-header .container .hamburger span {
  height: 2px;
  background: #f69320;
  border-radius: 2px;
  transition: 0.4s;
  transition: 1s;
}
.page-header .container .hamburger span:first-child {
  background: linear-gradient(to right, transparent 50%, black 50%);
}
.page-header .container .hamburger span:nth-child(3) {
  background: linear-gradient(to right, black 50%, transparent 50%);
}
.page-header .container .hamburger.open {
  transform: rotate(0);
  position: fixed;
  opacity: 0.5;
  transition: 1s;
}
.page-header .container .hamburger.open span:nth-child(1) {
  position: relative;
  bottom: 1.5px;
  left: 4px;
  height: 2px;
  transform: rotate(45deg);
  transition: 1s;
  background: linear-gradient(to right, transparent 50%, #ffffff 50%);
}
.page-header .container .hamburger.open span:nth-child(2) {
  opacity: 1;
  background: #ffffff;
}
.page-header .container .hamburger.open span:nth-child(3) {
  position: relative;
  top: 1.5px;
  left: 4px;
  height: 2px;
  transform: rotate(134deg);
  transition: 1s;
  background: linear-gradient(to left, transparent 50%, #ffffff 50%);
}
@media (max-width: 1024px) {
  .page-header .container {
    /* === Overlay Wrapper === */
    /* === Backdrop Layer === */
    /* === Navigation Panel === */
    /* === Hide Submenu on Mobile === */
    /* === Optional: Force white text for top-level links on open === */
  }
  .page-header .container .hamburger {
    display: flex;
  }
  .page-header .container .overlay-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 999;
  }
  .page-header .container .overlay-wrapper.open {
    pointer-events: auto;
  }
  .page-header .container .overlay-wrapper.open .overlay-backdrop {
    transform: translateX(0);
    opacity: 1;
    transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
  }
  .page-header .container .overlay-wrapper.open .overlay-navigation {
    transform: translateX(0);
    transition: transform 0.3s ease 0.2s;
  }
  .page-header .container .overlay-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translateX(100%);
    transition: opacity 0.3s ease 0.3s, transform 0.3s ease 0.3s;
  }
  .page-header .container .overlay-navigation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.106);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 1000;
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-header .container .overlay-navigation nav {
    position: relative;
    margin-left: 24vw;
  }
  .page-header .container .overlay-navigation nav::before {
    content: "";
    display: block;
    width: 1px;
    height: 200vh;
    background-color: rgba(204, 204, 204, 0.31);
    margin: 0 auto;
    position: absolute;
    top: -100vw;
  }
  .page-header .container .overlay-navigation nav ul {
    width: 100%;
    padding-inline-start: 0px;
    display: inline-flex;
    margin: 20px 0;
    flex-direction: column;
    align-items: center;
  }
  .page-header .container .overlay-navigation nav ul li {
    position: relative;
    width: 100vw;
    margin: 0;
    border-bottom: solid 1px rgba(204, 204, 204, 0.3098039216);
  }
  .page-header .container .overlay-navigation nav ul li:nth-child(n+5)::after {
    display: none;
  }
  .page-header .container .overlay-navigation nav ul li span.dropdown-toggle {
    position: absolute;
    top: 25px;
    right: 18vw;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    pointer-events: auto;
    transition: transform 0.3s ease;
  }
  .page-header .container .overlay-navigation nav ul li .submenu {
    display: none;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .page-header .container .overlay-navigation nav ul li.open .submenu {
    display: block;
    opacity: 1;
    visibility: visible;
    max-height: 500px;
  }
  .page-header .container .overlay-navigation nav ul li.open span.dropdown-toggle {
    transform: translateY(-50%) rotate(225deg);
  }
  .page-header .container .main-menu .submenu {
    display: none;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .page-header .container .main-menu li.open > .submenu {
    display: block;
  }
}
@media (max-width: 1024px) {
  .page-header .container .main-menu li.open .submenu {
    position: relative;
  }
  .page-header .container .overlay-wrapper.open .main-menu > li > a p {
    color: white !important;
    font-size: 1.8rem;
  }
}

/* Sub Navigation list style */
.main-menu li {
  position: relative;
}
.main-menu li .submenu {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  transform-origin: top center;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  list-style: none;
  padding: 10px 0;
  margin: 0 !important;
  width: -moz-max-content;
  width: max-content;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 100;
  white-space: nowrap;
}
.main-menu li .submenu li {
  margin-bottom: 5px;
}
.main-menu li .submenu li::after {
  display: none;
}
.main-menu li .submenu li:last-child {
  border-bottom: transparent !important;
}
.main-menu li .submenu li p {
  display: block;
  padding: 10px 0 !important;
  margin: 0 !important;
  font-size: 1.3rem !important;
  transition: 0.5s;
}
.main-menu li .submenu li p::after {
  display: none !important;
}
.main-menu li .submenu li:hover p {
  font-weight: 500;
  transform: scale(1.05);
  transition: 0.5s;
}
@media only screen and (max-width: 1024px) {
  .main-menu li .submenu {
    position: relative;
    padding: 0;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    border: none;
    box-shadow: none;
  }
}
.main-menu li:hover .submenu {
  max-height: 1000px;
  opacity: 1;
  transform: translateX(-50%) scaleY(1);
}
@media only screen and (max-width: 860px) {
  .main-menu li:hover .submenu {
    display: none;
  }
}

section#get-intouch {
  width: 98%;
  margin: auto;
  padding: 60px 0;
}
section#get-intouch .group-wrap .ttl {
  position: relative;
  margin-top: 0;
  width: 100%;
  max-height: 140px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
section#get-intouch .group-wrap .ttl .ttl-wrap {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
section#get-intouch .group-wrap .ttl .ttl-wrap .line {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 150px;
  position: relative;
}
section#get-intouch .group-wrap .ttl .ttl-wrap .line .right {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: 15vw;
}
section#get-intouch .group-wrap .ttl .ttl-wrap .line .right h2 {
  font-size: 7vw;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  left: 0;
}
section#get-intouch .group-wrap .ttl .ttl-wrap .line .slantline {
  position: absolute;
  border: solid 2px #ef3e16;
  left: 0;
  width: 27%;
  border-radius: 25px;
  transform: rotate(304deg);
}
section#get-intouch .group-wrap .ttl .ttl-wrap .line .left {
  display: flex;
  position: relative;
  padding-bottom: 15vw;
  align-items: flex-end;
}
section#get-intouch .group-wrap .ttl .ttl-wrap .line .left h2 {
  font-size: 7vw;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  left: 0;
}
@media only screen and (min-width: 1024px) {
  section#get-intouch .group-wrap .ttl {
    width: 45%;
    margin-top: 100px;
  }
  section#get-intouch .group-wrap .ttl .ttl-wrap .line .left {
    padding-bottom: 6vw;
  }
  section#get-intouch .group-wrap .ttl .ttl-wrap .line .left h2 {
    font-size: 4vw;
  }
  section#get-intouch .group-wrap .ttl .ttl-wrap .line .slantline {
    width: 35%;
  }
  section#get-intouch .group-wrap .ttl .ttl-wrap .line .right {
    padding-top: 6vw;
  }
  section#get-intouch .group-wrap .ttl .ttl-wrap .line .right h2 {
    font-size: 4vw;
  }
}
section#get-intouch .content {
  width: 85%;
  position: relative;
  margin-left: auto;
  text-align: left;
  margin-top: 5%;
  border-top: 1px solid rgba(61, 60, 60, 0.2);
}
@media only screen and (max-width: 740px) {
  section#get-intouch .content {
    margin-top: 0;
  }
}
section#get-intouch .content .contact-wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  flex-direction: column;
}
section#get-intouch .content .contact-wrap .contact {
  padding-top: 30px;
  position: relative;
  opacity: 1;
}
section#get-intouch .content .contact-wrap .contact .btn {
  display: inline-block;
  position: relative;
  border: solid 1px #000000;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.4588235294);
  text-decoration: none;
}
section#get-intouch .content .contact-wrap .contact .btn p {
  font-size: 1.3rem;
  text-transform: uppercase;
  margin: 10px 0;
  margin-right: 50px;
  margin-left: 20px;
  text-align: center;
}
section#get-intouch .content .contact-wrap .contact .btn .arrow-wrap {
  position: absolute;
  right: 20px;
  top: 13px;
  transition: 0.5s;
}
section#get-intouch .content .contact-wrap .contact .btn .arrow-wrap .arrow {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 1px;
  background: #000;
  margin-left: 10px;
  vertical-align: middle;
  transition: 0.5s;
}
section#get-intouch .content .contact-wrap .contact .btn .arrow-wrap .arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 7px;
  height: 7px;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  transition: 0.5s;
}
section#get-intouch .content .contact-wrap .contact .btn:hover {
  /*
  .arrow-wrap {
    right: -20px;
    transition: 0.3s;
    .arrow {
      width: 60px;
      transition: 0.3s;
      &::after {
        width: 10px;
        height: 10px;
        transition: 0.3s;
      }
    }
  }
    */
  background-color: #f6921e;
}
section#get-intouch .content .contact-wrap .contact-info {
  width: auto;
  margin-top: 25px;
}
section#get-intouch .content .contact-wrap .contact-info p {
  font-size: 1.5rem;
  color: #3c3d3d;
  transition: color 0.3s ease;
  text-align: left;
}
section#get-intouch .content .contact-wrap .contact-info p .arrow {
  font-size: 1.5rem;
  color: #3c3d3d;
  transition: transform 0.3s ease, color 0.3s ease;
  margin-right: 0.5rem;
  display: inline-block;
  width: auto;
  flex: none;
}
section#get-intouch .content .contact-wrap .contact-info p:hover .arrow {
  transform: translate(5px, -5px);
  color: #fa541c;
}
@media (max-width: 1024px) {
  section#get-intouch .content .contact-wrap .contact-info p {
    display: flex;
    align-items: flex-start;
  }
  section#get-intouch .content .contact-wrap .contact-info p .arrow {
    flex: 0 0 2rem;
    text-align: left;
    width: 2rem;
  }
  section#get-intouch .content .contact-wrap .contact-info p span + * {
    flex: 1;
    word-break: break-word;
  }
}
@media only screen and (min-width: 1024px) {
  section#get-intouch .content {
    width: 92%;
    margin-top: 60px;
  }
  section#get-intouch .content .contact-wrap {
    flex-direction: row;
  }
  section#get-intouch .content .contact-wrap .contact-info p {
    text-align: right;
  }
}

#footer .footer {
  padding: 20px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
#footer .footer .menu ul {
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  margin: 15px 0;
  padding-inline-start: 0;
}
#footer .footer .menu ul li {
  list-style: none;
}
#footer .footer .menu ul li p {
  font-size: 1.3rem;
  text-transform: uppercase;
  margin: 10px 15px;
  transition: 0.5s;
}
#footer .footer .menu ul li p:hover {
  color: #ef3e16;
  transition: 0.5s;
}
@media only screen and (min-width: 1024px) {
  #footer .footer {
    display: block;
  }
  #footer .footer .menu ul {
    flex-direction: row;
  }
  #footer .footer .menu ul li {
    list-style: none;
  }
  #footer .footer .menu ul li p {
    margin: 0 15px;
  }
}
#footer .copyright {
  border-top: 1px solid #000;
}
#footer .copyright p {
  font-size: 1rem;
  margin: 0 15px;
  margin-block-start: 1em;
  margin-block-end: 1em;
}
@media only screen and (min-width: 1024px) {
  #footer .copyright {
    border-top: none;
    font-size: 1.3rem;
  }
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
  font-family: FontAwesome;
  font-size: 1.6rem;
  color: #404964;
  padding: 15px;
}
.wp-pagenavi a.page.smaller,
.wp-pagenavi span.current,
.wp-pagenavi a.page.larger {
  font-size: 1.3rem;
  margin: 0 5px;
  border: 1px solid;
  border-radius: 50px;
  padding: 1px 7px;
  color: #404964;
  transition: 0.3;
}
.wp-pagenavi span.current {
  background: #404964;
  color: #fff;
  border: 1px solid #404964;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #000000;
  opacity: 1;
}

.grecaptcha-logo {
  display: none;
}

.grecaptcha-badge {
  box-shadow: none !important;
}

.scroll-left,
.scroll-right {
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
  opacity: 0;
}

@font-face {
  font-family: "Inter";
  src: url("../../fonts/Inter-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: 100 900; /* Enable the whole range */
  font-style: normal;
}
@font-face {
  font-family: "Barlow Semi Condensed";
  src: url("../../fonts/BarlowSemiCondensed-Regular.ttf") format("truetype");
  font-weight: 400; /* Enable the whole range */
  font-style: normal;
}
#privacy-policy {
  position: relative;
  height: 40vh;
  min-height: 500px;
  width: 98%;
  margin: auto;
}
#privacy-policy .group-wrap {
  position: absolute;
  bottom: 10rem;
}
@media only screen and (max-width: 740px) {
  #privacy-policy .group-wrap {
    bottom: 2rem;
  }
}
#privacy-policy .group-wrap .ttl {
  position: relative;
  margin-top: 100px;
  width: 100%;
  max-height: 140px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#privacy-policy .group-wrap .ttl .ttl-wrap {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
#privacy-policy .group-wrap .ttl .ttl-wrap .line {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 150px;
  position: relative;
}
#privacy-policy .group-wrap .ttl .ttl-wrap .line .right {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: 15vw;
}
#privacy-policy .group-wrap .ttl .ttl-wrap .line .right h2 {
  font-size: 7vw;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  left: 0;
  transform: translateX(-100%);
  animation: slideInRight 2s ease-out forwards;
  opacity: 0;
}
@keyframes slideInRight {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
#privacy-policy .group-wrap .ttl .ttl-wrap .line .slantline {
  position: absolute;
  border: solid 2px #f6921e;
  left: 28%;
  width: 50%;
  border-radius: 25px;
  transform: rotate(304deg);
}
#privacy-policy .group-wrap .ttl .ttl-wrap .line .left {
  display: flex;
  position: relative;
  align-items: flex-end;
  padding-bottom: 15vw;
}
#privacy-policy .group-wrap .ttl .ttl-wrap .line .left h2 {
  font-size: 7vw;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  left: 0;
  transform: translateX(100%);
  animation: slideInLeft 2s ease-out forwards;
  opacity: 0;
}
@keyframes slideInLeft {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@media only screen and (min-width: 1024px) {
  #privacy-policy {
    height: 70vh;
  }
  #privacy-policy .group-wrap {
    bottom: 15rem;
  }
  #privacy-policy .group-wrap .ttl .ttl-wrap .line .right {
    padding-top: 8vw;
  }
  #privacy-policy .group-wrap .ttl .ttl-wrap .line .right h2 {
    font-size: 5vw;
  }
  #privacy-policy .group-wrap .ttl .ttl-wrap .line .left {
    padding-bottom: 8vw;
  }
  #privacy-policy .group-wrap .ttl .ttl-wrap .line .left h2 {
    font-size: 5vw;
  }
}

#contents {
  position: relative;
  border-top: solid 1px #a4a4a4;
  border-bottom: solid 1px #a4a4a4;
  padding: 0 0 60px;
}
#contents .content-wrap {
  display: flex;
  flex-direction: column;
  width: 95%;
  margin: auto;
}
#contents .content-wrap .row h3 {
  font-size: 2rem;
}
#contents .content-wrap .row p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #3c3d3d;
}
#contents .content-wrap .row ul {
  list-style: none; /* remove default bullets */
  padding-left: 2rem;
  margin: 2rem 0;
}
#contents .content-wrap .row ul li {
  position: relative;
  padding-left: 3rem;
  font-size: 1.5rem;
  line-height: 2.8rem;
  color: #3c3d3d;
}
#contents .content-wrap .row ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.2rem;
  width: 1.6rem;
  height: 0.2rem;
  background-color: #ef3e16;
}
#contents .content-wrap .contact {
  padding-top: 30px;
  position: relative;
  opacity: 1;
}
#contents .content-wrap .contact .btn {
  display: inline-block;
  position: relative;
  border: solid 1px #000000;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.4588235294);
  text-decoration: none;
}
#contents .content-wrap .contact .btn p {
  font-size: 1.3rem;
  text-transform: uppercase;
  margin: 10px 0;
  margin-right: 20px;
  margin-left: 50px;
  text-align: center;
}
#contents .content-wrap .contact .btn .arrow-wrap {
  position: absolute;
  left: 8px;
  top: 13px;
  transition: 0.5s;
}
#contents .content-wrap .contact .btn .arrow-wrap .arrow {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 1px;
  background: #000;
  margin-left: 10px;
  vertical-align: middle;
  transition: 0.5s;
}
#contents .content-wrap .contact .btn .arrow-wrap .arrow::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 7px;
  height: 7px;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  transition: 0.5s;
}
#contents .content-wrap .contact .btn:hover {
  /*
  .arrow-wrap {
    left: -20px;
    transition: 0.3s;
    transform: translateX(-10px);
    .arrow {
      width: 60px;
      transition: 0.3s;
      &::after {
        width: 10px;
        height: 10px;
        transition: 0.3s;
      }
    }
  }
    */
  background-color: #f6921e;
}
@media only screen and (min-width: 1024px) {
  #contents {
    padding: 80px 0;
  }
  #contents .content-wrap {
    width: 80%;
  }
  #contents .content-wrap .row h3 {
    font-size: 3rem;
  }
  #contents .content-wrap .row p {
    font-size: 2rem;
  }
  #contents .content-wrap .row ul li {
    font-size: 2rem;
    padding-left: 2rem;
  }
}

#single {
  position: relative;
  border-top: solid 1px #a4a4a4;
  border-bottom: solid 1px #a4a4a4;
}
#single .container {
  width: 100%;
  margin: auto;
}
#single .container .container-wrap {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
#single .container .container-wrap .projects {
  width: 100%;
  padding-bottom: 0;
}
#single .container .container-wrap .projects .project-wrap .gallery-container {
  width: 100%;
  margin-top: 0;
  position: relative;
}
#single .container .container-wrap .projects .project-wrap .mother-image {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 480px) {
  #single .container .container-wrap .projects .project-wrap .mother-image {
    height: 360px !important;
  }
}
#single .container .container-wrap .projects .project-wrap .mother-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.3s ease;
}
#single .container .container-wrap .projects .project-wrap .caption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 10px 20px;
  font-size: 18px;
}
#single .container .container-wrap .projects .project-wrap .child-images {
  padding: 20px;
}
#single .container .container-wrap .projects .project-wrap .child-item {
  min-width: 75px;
  cursor: pointer;
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
  width: 5%;
  aspect-ratio: 1/1;
  display: inline-block;
}
#single .container .container-wrap .projects .project-wrap .child-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
#single .container .container-wrap .projects .project-wrap .child-item.active {
  border-color: #000000;
}
#single .container .container-wrap .projects .project-wrap .child-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#single .container .container-wrap .projects .project-wrap .child-title {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 5px;
  font-size: 14px;
  text-align: center;
}
@media (max-width: 768px) {
  #single .container .container-wrap .projects .project-wrap .child-item {
    flex: 1 1 calc(25% - 15px);
  }
}
@media (max-width: 480px) {
  #single .container .container-wrap .projects .project-wrap .child-item {
    flex: 1 1 100%;
  }
}
#single .container .container-wrap .information {
  width: 95%;
  padding: 5px 0;
  position: relative;
  margin: auto;
  margin-bottom: 60px;
}
#single .container .container-wrap .information .line {
  width: 1px;
  height: 200vw;
  top: -20vw;
  background-color: #a4a4a4;
  position: absolute;
  display: none;
}
#single .container .container-wrap .information .info-wrap {
  top: 0;
  z-index: 10;
  width: 100%;
  margin: 0;
}
#single .container .container-wrap .information .info-wrap p {
  font-size: 1.5rem;
  line-height: 2.8rem;
  color: #3c3d3d;
}
#single .container .container-wrap .information .info-wrap p span {
  font-size: 1rem;
  display: block;
}
#single .container .container-wrap .information .info-wrap .contact {
  padding-top: 30px;
  position: relative;
  opacity: 1;
}
#single .container .container-wrap .information .info-wrap .contact .btn {
  display: inline-block;
  position: relative;
  border: solid 1px #000000;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.4588235294);
  text-decoration: none;
}
#single .container .container-wrap .information .info-wrap .contact .btn p {
  font-size: 1.3rem;
  text-transform: uppercase;
  margin: 5px 0;
  margin-right: 20px;
  margin-left: 50px;
  text-align: center;
}
#single .container .container-wrap .information .info-wrap .contact .btn .arrow-wrap {
  position: absolute;
  left: 8px;
  top: 13px;
  transition: 0.5s;
}
#single .container .container-wrap .information .info-wrap .contact .btn .arrow-wrap .arrow {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 1px;
  background: #000;
  margin-left: 10px;
  vertical-align: middle;
  transition: 0.5s;
}
#single .container .container-wrap .information .info-wrap .contact .btn .arrow-wrap .arrow::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 7px;
  height: 7px;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  transition: 0.5s;
}
#single .container .container-wrap .information .info-wrap .contact .btn:hover {
  /*
  .arrow-wrap {
    left: -20px;
    transition: 0.3s;
    transform: translateX(-10px);
    .arrow {
      width: 60px;
      transition: 0.3s;
      &::after {
        width: 10px;
        height: 10px;
        transition: 0.3s;
      }
    }
  }
    */
  background-color: #f6921e;
}
@media only screen and (min-width: 1024px) {
  #single .container .container-wrap {
    align-items: flex-start;
    flex-direction: row;
    display: flex;
  }
  #single .container .container-wrap .projects {
    width: 50%;
    padding-bottom: 0;
    position: relative;
  }
  #single .container .container-wrap .projects .project-wrap {
    position: sticky;
    top: 0;
    align-self: flex-start;
  }
  #single .container .container-wrap .projects .project-wrap .gallery-container {
    margin-top: 60px;
    width: 90%;
    margin-left: auto;
    text-align: left;
    padding-bottom: 39px;
  }
  #single .container .container-wrap .information {
    width: 50%;
    overflow: hidden;
    margin-bottom: 0;
    padding: 60px 0;
  }
  #single .container .container-wrap .information .line {
    display: block;
  }
  #single .container .container-wrap .information .info-wrap {
    width: 85%;
    margin: 0 auto;
  }
  #single .container .container-wrap .information .info-wrap h3 {
    margin-top: 0;
  }
  #single .container .container-wrap .information .info-wrap p {
    font-size: 1.8rem;
  }
}

header#error-page {
  width: 100%;
  height: 100vh;
  height: auto;
  background-color: #fd940a;
  background-image: radial-gradient(circle, #f9a72b 0%, #fa9026 70%, #fb6c1f 100%);
  overflow: hidden;
}
header#error-page .container {
  background-image: url(../img/Line_Logo_animated.svg);
  background-size: cover, cover;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  height: 100vh;
}
header#error-page .container .error-message {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 90%;
}
header#error-page .container .error-message h1 {
  text-align: center;
  font-family: "Century Gothic bold", sans-serif;
  font-weight: 600;
  font-size: 25vw;
  margin: 0;
}
header#error-page .container .error-message h3 {
  text-align: center;
  font-family: "Century Gothic bold", sans-serif;
  font-size: 5vw;
}
header#error-page .container .error-message p {
  text-align: center;
  font-size: 4.5vw;
}
header#error-page .container .error-message .logo-wrap {
  margin: auto;
  position: relative;
  width: 35%;
  padding: 2vw 0;
}
header#error-page .container .error-message .logo-wrap img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1024px) {
  header#error-page .container .error-message {
    width: 50%;
  }
  header#error-page .container .error-message h1 {
    font-size: 12vw;
  }
  header#error-page .container .error-message h3 {
    font-size: 2vw;
  }
  header#error-page .container .error-message p {
    font-size: 1.5vw;
  }
  header#error-page .container .error-message .logo-wrap {
    width: 20%;
  }
}

#getintouch {
  position: relative;
  height: 40vh;
  min-height: 500px;
  width: 98%;
  margin: auto;
}
#getintouch .group-wrap {
  position: absolute;
  bottom: 10rem;
}
@media only screen and (max-width: 740px) {
  #getintouch .group-wrap {
    bottom: 2rem;
  }
}
#getintouch .group-wrap .ttl {
  position: relative;
  margin-top: 100px;
  width: 100%;
  max-height: 140px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#getintouch .group-wrap .ttl .ttl-wrap {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
#getintouch .group-wrap .ttl .ttl-wrap .line {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 150px;
  position: relative;
}
#getintouch .group-wrap .ttl .ttl-wrap .line .right {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: 15vw;
}
#getintouch .group-wrap .ttl .ttl-wrap .line .right h2 {
  font-size: 7vw;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  left: 0;
  transform: translateX(-100%);
  animation: slideInRight 2s ease-out forwards;
  opacity: 0;
}
@keyframes slideInRight {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
#getintouch .group-wrap .ttl .ttl-wrap .line .slantline {
  position: absolute;
  border: solid 2px #f6921e;
  left: 3%;
  width: 50%;
  border-radius: 25px;
  transform: rotate(304deg);
}
#getintouch .group-wrap .ttl .ttl-wrap .line .left {
  display: flex;
  position: relative;
  align-items: flex-end;
  padding-bottom: 15vw;
}
#getintouch .group-wrap .ttl .ttl-wrap .line .left h2 {
  font-size: 7vw;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  left: 0;
  transform: translateX(100%);
  animation: slideInLeft 2s ease-out forwards;
  opacity: 0;
}
@keyframes slideInLeft {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@media only screen and (min-width: 1024px) {
  #getintouch {
    height: 70vh;
  }
  #getintouch .group-wrap {
    bottom: 15rem;
  }
  #getintouch .group-wrap .ttl .ttl-wrap .line .right {
    padding-top: 8vw;
  }
  #getintouch .group-wrap .ttl .ttl-wrap .line .right h2 {
    font-size: 5vw;
  }
  #getintouch .group-wrap .ttl .ttl-wrap .line .left {
    padding-bottom: 8vw;
  }
  #getintouch .group-wrap .ttl .ttl-wrap .line .left h2 {
    font-size: 5vw;
  }
}

#contents {
  position: relative;
  border-top: solid 1px #a4a4a4;
  border-bottom: solid 1px #a4a4a4;
  padding: 0 0 60px;
}
#contents .content-wrap {
  display: flex;
  flex-direction: column;
  width: 95%;
  margin: auto;
}
#contents .content-wrap .wpcf7-form.sent .wpcf7-response-output {
  text-align: center;
  margin-top: 30px;
  font-size: 1.3rem;
  color: #4f8a10;
  border: 1px solid #4f8a10;
  background-color: rgba(79, 138, 16, 0.1921568627);
  border: 0;
  padding: 10px;
  border-radius: 5px;
}
#contents .content-wrap .wpcf7-form.sent .wpcf7-response-output:before {
  content: "\f00c";
  font-family: FontAwesome;
  padding-right: 8px;
}
#contents .content-wrap .wpcf7-form.invalid .wpcf7-response-output {
  text-align: center;
  margin-top: 30px;
  font-size: 1.3rem;
  color: #d8000c;
  border: 1px solid #d8000c;
  padding: 10px;
  background-color: rgba(216, 0, 11, 0.1921568627);
  border-radius: 5px;
}
#contents .content-wrap .wpcf7-form.invalid .wpcf7-response-output:before {
  content: "\f00d";
  font-family: FontAwesome;
  padding-right: 8px;
}
#contents .content-wrap .wpcf7-validation-errors .wpcf7-response-output {
  text-align: center;
  margin-top: 30px;
  font-size: 1.3rem;
  color: #ff9100;
  border: 1px solid #ff9100;
  background-color: rgba(255, 145, 0, 0.4392156863);
  border: 0;
  padding: 10px;
  border-radius: 5px;
}
#contents .content-wrap .wpcf7-validation-errors .wpcf7-response-output:before {
  content: "\f00d";
  font-family: FontAwesome;
  padding-right: 8px;
}
#contents .content-wrap .screen-reader-response {
  display: none;
}
#contents .content-wrap span.wpcf7-not-valid-tip {
  color: #d8000c;
  font-size: 1.3rem;
  margin-top: 5px;
  display: inline-block;
}
#contents .content-wrap .contact-form {
  width: 100%;
  margin: 0;
  /*    .wpcf7 input[type="checkbox"]:checked::before {
          content: '\2714'; /* Unicode for check mark 
          display: block;
          text-align: center;
          color: #fff; /* Color of the check mark
      }  */
  /* Styling the 'Next Step' div to look like a button */
  /* Styling for the checkbox container */
  /* Shake animation for incorrect answer */
}
@media only screen and (min-width: 1024px) {
  #contents .content-wrap .contact-form {
    width: 75%;
    margin: auto;
  }
}
#contents .content-wrap .contact-form label {
  font-weight: 400;
  text-transform: uppercase;
  line-height: 4rem;
}
@media only screen and (max-width: 520px) {
  #contents .content-wrap .contact-form label {
    line-height: 3rem;
  }
}
@media only screen and (min-width: 1024px) {
  #contents .content-wrap .contact-form label {
    line-height: 3rem;
  }
}
#contents .content-wrap .contact-form span.req {
  font-size: 1.5rem;
  color: #dd0303;
}
#contents .content-wrap .contact-form p {
  font-size: 1.5rem;
}
@media only screen and (max-width: 520px) {
  #contents .content-wrap .contact-form p {
    margin: 0 0 2vw;
  }
}
#contents .content-wrap .contact-form .row {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 520px) {
  #contents .content-wrap .contact-form .row {
    flex-direction: column;
  }
}
#contents .content-wrap .contact-form .row .field-ttl {
  width: 30%;
}
@media only screen and (max-width: 520px) {
  #contents .content-wrap .contact-form .row .field-ttl {
    width: 94%;
  }
}
#contents .content-wrap .contact-form .row .field-txt-box {
  width: 60%;
}
@media only screen and (max-width: 520px) {
  #contents .content-wrap .contact-form .row .field-txt-box {
    width: 94%;
  }
}
#contents .content-wrap .contact-form input.wpcf7-form-control.wpcf7-text.txtbox {
  width: 100%;
  padding: 10px;
  margin-top: -15px;
  margin-bottom: 15px;
  outline: none;
  background: none;
  border: 1px solid #3c3d3d;
}
#contents .content-wrap .contact-form input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-required.wpcf7-validates-as-number.txtbox {
  width: 100%;
  padding: 10px;
  margin-top: -15px;
  margin-bottom: 15px;
  outline: none;
  background: none;
  border: 1px solid #3c3d3d;
}
#contents .content-wrap .contact-form input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-number.txtbox {
  width: 100%;
  padding: 10px;
  margin-top: -15px;
  margin-bottom: 15px;
  outline: none;
  background: none;
  border: 1px solid #3c3d3d;
}
#contents .content-wrap .contact-form span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.txtbox {
  display: grid;
}
#contents .content-wrap .contact-form .wpcf7 input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  background-color: none;
  border: 1px solid #dd0303;
  cursor: pointer;
}
#contents .content-wrap .contact-form select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.category {
  width: 104.8%;
  padding: 10px;
  margin-top: -15px;
  margin-bottom: 15px;
  outline: none;
  background: none;
  border: 1px solid #3c3d3d;
}
@media screen and (max-width: 740px) {
  #contents .content-wrap .contact-form select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.category {
    width: 106.5%;
  }
}
@media only screen and (min-width: 1024px) {
  #contents .content-wrap .contact-form select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.category {
    width: 103.8%;
  }
}
#contents .content-wrap .contact-form span.wpcf7-list-item-label {
  position: relative;
  top: -10%;
}
#contents .content-wrap .contact-form .wpcf7 input[type=checkbox]:checked {
  background-color: #131723; /* Change this color to your desired color */
  border: none; /* Optional: change the border color when checked */
}
#contents .content-wrap .contact-form .submit-btn {
  position: relative;
  width: 35%;
  cursor: pointer;
}
@media only screen and (max-width: 520px) {
  #contents .content-wrap .contact-form .submit-btn {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  #contents .content-wrap .contact-form .submit-btn {
    width: 27%;
  }
}
#contents .content-wrap .contact-form .submit-btn input#submit {
  text-transform: uppercase;
  color: #131723;
  padding: 10px 20px;
  border-radius: 50px;
  margin-right: 0;
  margin-bottom: 20px;
  position: relative;
  border: none;
  width: 60%;
  transition: 0.5s;
  font-size: 1.3rem;
}
#contents .content-wrap .contact-form .read {
  text-align: center;
  padding: 10px 0 40px;
}
#contents .content-wrap .contact-form .read a {
  font-weight: 600;
}
#contents .content-wrap .contact-form .quiz-container {
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: all 0.3s ease;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 65px;
  margin: auto;
  z-index: 999;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(25px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (min-width: 1024px) {
  #contents .content-wrap .contact-form .quiz-container {
    width: 15vw;
  }
}
#contents .content-wrap .contact-form h2#question {
  font-size: 3rem;
  margin-top: 2%;
  color: white; /* Base color for the text */
  /* Text Blur effect */
  filter: blur(3px); /* Adjust the level of blur */
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5); /* Adds subtle shadow blur effect */
  /* Adding texture */
  background-image: url("path/to/your/texture.png"); /* Your texture image */
  background-size: cover; /* Ensure texture covers the text */
  background-clip: text; /* Clip the background to text */
  -webkit-background-clip: text; /* For Safari */
  display: inline-block; /* Ensure the background is clipped correctly */
  position: relative; /* To prevent overlaying */
}
#contents .content-wrap .contact-form button {
  background-color: #eee;
  border: none;
  padding: 10px 20px;
  margin: 10px;
  font-size: 16px;
  border-radius: 5px;
}
#contents .content-wrap .contact-form .hidden {
  display: none; /* Hide the quiz container */
}
#contents .content-wrap .contact-form #next-step-button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}
#contents .content-wrap .contact-form .next-step {
  background-color: orange;
  color: #ffffff;
  padding: 10px 20px;
  margin: 10px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  cursor: pointer !important;
}
#contents .content-wrap .contact-form .checkbox-container {
  margin-bottom: 20px;
}
@keyframes shake {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-10px);
  }
  50% {
    transform: translateX(10px);
  }
  75% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(10px);
  }
}
#contents .content-wrap .contact-form .shake {
  animation: shake 0.5s ease-in-out; /* Trigger shake effect */
}
#contents .content-wrap .contact-form .hidden {
  display: none; /* Hide the quiz container */
}
#contents .content-wrap .wpcf7 .wpcf7-submit:disabled {
  text-transform: uppercase;
  padding: 10px 0;
  width: 50%;
  opacity: 0.3;
  cursor: not-allowed !important;
}
@media screen and (min-width: 1024px) {
  #contents .content-wrap .wpcf7 .wpcf7-submit:disabled {
    width: 24%;
  }
}
#contents .content-wrap input#submit {
  text-transform: uppercase;
  padding: 10px 0;
  width: 50%;
  background-color: #fff;
  color: #fff;
  border: none;
  cursor: pointer !important;
}
@media screen and (min-width: 1024px) {
  #contents .content-wrap input#submit {
    width: 24%;
  }
}
#contents .content-wrap .wpcf7-spinner {
  position: absolute !important;
}
#contents .content-wrap input#start-quiz-checkbox {
  margin-bottom: -3px;
}
@media only screen and (min-width: 1024px) {
  #contents {
    padding: 80px 0;
  }
  #contents .content-wrap {
    width: 80%;
  }
}/*# sourceMappingURL=style.css.map */