.font-sm {
  font-size: 14px;
}
@media (min-width: 960px) {
  .font-sm {
    font-size: 16px;
  }
}

.font-md {
  font-size: 16px;
}
@media (min-width: 960px) {
  .font-md {
    font-size: 18px;
  }
}

.font-lg {
  font-size: 18px;
}
@media (min-width: 960px) {
  .font-lg {
    font-size: 21px;
  }
}

.font-xl {
  font-size: 30px;
}
@media (min-width: 960px) {
  .font-xl {
    font-size: 40px;
  }
}

.d-f {
  display: flex;
  flex-direction: column;
}
@media (min-width: 600px) {
  .d-f {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.d-n {
  display: none;
}

.d-b {
  display: block;
}

@media (min-width: 600px) {
  .d-n-sm {
    display: none;
  }
  .d-b-sm {
    display: block;
  }
}
@media (min-width: 960px) {
  .d-n-md {
    display: none;
  }
  .d-b-md {
    display: block;
  }
}
.margin-sm {
  margin-bottom: 30px;
}
@media (min-width: 600px) {
  .margin-sm {
    margin-bottom: 60px;
  }
}

.margin-md {
  margin-bottom: 60px;
}
@media (min-width: 600px) {
  .margin-md {
    margin-bottom: 90px;
  }
}

.margin-lg {
  margin-bottom: 100px;
}
@media (min-width: 600px) {
  .margin-lg {
    margin-bottom: 130px;
  }
}

.padding-side {
  padding-inline: 3%;
}
@media (min-width: 600px) {
  .padding-side {
    padding-inline: 5%;
  }
}

.horizontal_scroll {
  overflow-x: scroll;
  display: flex;
  padding-bottom: 15px;
}
@media (min-width: 960px) {
  .horizontal_scroll {
    overflow-x: inherit;
    padding-bottom: 0;
  }
}

@media (pointer: fine), (hover: hover) {
  a:where([href^="tel:"]) {
    pointer-events: none;
  }
}
.header-nav__item.current a {
  font-weight: bold;
}

.btn a {
  position: relative;
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.5s;
}
.btn a::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50px;
  background: #005476;
  transform: scaleX(0);
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}
.btn a:hover::before {
  transform: scaleX(1);
}

.fadeInTrigger,
.fadeUpTrigger,
.EachFadeupTriger {
  opacity: 0;
}

a.line-btn {
  position: relative;
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s;
}
a.line-btn:hover {
  color: #005476;
}
a.line-btn:hover .hover_line-btn path {
  stroke: #FEFEFE;
  stroke: #005476;
}
a.line-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FEFEFE;
  transform: scaleX(0);
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}
a.line-btn:hover::before {
  transform: scaleX(1);
}

.fadeUp {
  opacity: 0;
  animation-name: fadeUp;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(150px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeIn {
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.EachFadeup {
  opacity: 0;
}
.EachFadeup:nth-child(1) {
  animation-name: fadeUp;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: -0.5s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.EachFadeup:nth-child(2) {
  animation-name: fadeUp;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: -0.25s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.EachFadeup:nth-child(3) {
  animation-name: fadeUp;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: -0.1666666667s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.EachFadeup:nth-child(4) {
  animation-name: fadeUp;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: -0.125s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.EachFadeup:nth-child(5) {
  animation-name: fadeUp;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: -0.1s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.EachFadeup:nth-child(6) {
  animation-name: fadeUp;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: -0.0833333333s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.EachFadeup:nth-child(7) {
  animation-name: fadeUp;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: -0.0714285714s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.EachFadeup:nth-child(8) {
  animation-name: fadeUp;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: -0.0625s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.EachFadeup:nth-child(9) {
  animation-name: fadeUp;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: -0.0555555556s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.EachFadeup:nth-child(10) {
  animation-name: fadeUp;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: -0.05s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.EachFadeup:nth-child(11) {
  animation-name: fadeUp;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: -0.0454545455s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.EachFadeup:nth-child(12) {
  animation-name: fadeUp;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: -0.0416666667s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.EachFadeup:nth-child(13) {
  animation-name: fadeUp;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: -0.0384615385s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.EachFadeup:nth-child(14) {
  animation-name: fadeUp;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: -0.0357142857s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.EachFadeup:nth-child(15) {
  animation-name: fadeUp;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: -0.0333333333s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.EachFadeup:nth-child(16) {
  animation-name: fadeUp;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: -0.03125s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.EachFadeup:nth-child(17) {
  animation-name: fadeUp;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: -0.0294117647s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.EachFadeup:nth-child(18) {
  animation-name: fadeUp;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: -0.0277777778s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.EachFadeup:nth-child(19) {
  animation-name: fadeUp;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: -0.0263157895s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.EachFadeup:nth-child(20) {
  animation-name: fadeUp;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: -0.025s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.EachFadeup:nth-child(21) {
  animation-name: fadeUp;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: -0.0238095238s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.EachFadeup:nth-child(22) {
  animation-name: fadeUp;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: -0.0227272727s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.EachFadeup:nth-child(23) {
  animation-name: fadeUp;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: -0.0217391304s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.EachFadeup:nth-child(24) {
  animation-name: fadeUp;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: -0.0208333333s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.EachFadeup:nth-child(25) {
  animation-name: fadeUp;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: -0.02s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.EachFadeup:nth-child(26) {
  animation-name: fadeUp;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: -0.0192307692s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.EachFadeup:nth-child(27) {
  animation-name: fadeUp;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: -0.0185185185s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.EachFadeup:nth-child(28) {
  animation-name: fadeUp;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: -0.0178571429s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.EachFadeup:nth-child(29) {
  animation-name: fadeUp;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: -0.0172413793s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.EachFadeup:nth-child(30) {
  animation-name: fadeUp;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: -0.0166666667s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.EachFadeup:nth-child(31) {
  animation-name: fadeUp;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: -0.0161290323s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.EachFadeup:nth-child(32) {
  animation-name: fadeUp;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: -0.015625s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.EachFadeup:nth-child(33) {
  animation-name: fadeUp;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: -0.0151515152s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.EachFadeup:nth-child(34) {
  animation-name: fadeUp;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: -0.0147058824s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.EachFadeup:nth-child(35) {
  animation-name: fadeUp;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: -0.0142857143s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.EachFadeup:nth-child(36) {
  animation-name: fadeUp;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: -0.0138888889s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.EachFadeup:nth-child(37) {
  animation-name: fadeUp;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: -0.0135135135s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.EachFadeup:nth-child(38) {
  animation-name: fadeUp;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: -0.0131578947s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.EachFadeup:nth-child(39) {
  animation-name: fadeUp;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: -0.0128205128s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.EachFadeup:nth-child(40) {
  animation-name: fadeUp;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: -0.0125s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.EachFadeup:nth-child(41) {
  animation-name: fadeUp;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: -0.012195122s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.EachFadeup:nth-child(42) {
  animation-name: fadeUp;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: -0.0119047619s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.EachFadeup:nth-child(43) {
  animation-name: fadeUp;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: -0.011627907s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.EachFadeup:nth-child(44) {
  animation-name: fadeUp;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: -0.0113636364s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.EachFadeup:nth-child(45) {
  animation-name: fadeUp;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: -0.0111111111s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.EachFadeup:nth-child(46) {
  animation-name: fadeUp;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: -0.0108695652s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.EachFadeup:nth-child(47) {
  animation-name: fadeUp;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: -0.0106382979s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.EachFadeup:nth-child(48) {
  animation-name: fadeUp;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: -0.0104166667s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.EachFadeup:nth-child(49) {
  animation-name: fadeUp;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: -0.0102040816s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

#particles-js {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #171C3A;
}

.flipLeft {
  animation-name: flipLeft;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  perspective-origin: left center;
  opacity: 0;
}

@keyframes flipLeft {
  from {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
    opacity: 0;
  }
  to {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: Futura;
  color: #FEFEFE;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.54px;
  height: 100%;
  box-sizing: border-box;
}
@media (min-width: 600px) {
  body {
    font-size: 18px;
  }
}

a {
  text-decoration: none;
  color: #FEFEFE;
}

.header a:hover,
footer a:hover {
  opacity: 0.7;
}

.header a:active,
footer a:active {
  font-weight: bold;
}

li {
  list-style: none;
}

.wrapper {
  width: 100%;
  max-width: 1157px;
  margin-inline: auto;
  padding-inline: 5%;
}
@media (min-width: 960px) {
  .wrapper {
    padding-inline: 0;
  }
}

h1,
h2,
h3 {
  font-family: Montserrat;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
}

h1 {
  font-size: 40px;
  letter-spacing: 1.5px;
}
@media (min-width: 960px) {
  h1 {
    font-size: 50px;
  }
}

h2 {
  font-size: 30px;
  letter-spacing: 4px;
}
@media (min-width: 960px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 4px;
  text-align: left;
}
@media (min-width: 600px) {
  h3 {
    font-size: 40px;
  }
}

.head-bg {
  background: linear-gradient(90deg, #192448 0%, #1A3B6D 68.5%, rgba(26, 43, 84, 0.8) 100%);
  padding-block: 40px 20px;
}
@media (min-width: 600px) {
  .head-bg {
    padding-block: 80px 40px;
  }
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #171C3A;
  display: flex;
  align-items: center;
  padding: 5px 25px;
  z-index: 2;
  flex-direction: row;
  justify-content: space-between;
}
@media (min-width: 960px) {
  .header {
    padding: 5px 100px;
  }
}
.header .logo img {
  width: 116px;
}
.header a {
  letter-spacing: 0.05rem;
}

.pc-menu {
  align-items: center;
  width: 100%;
  display: none;
}
@media (min-width: 960px) {
  .pc-menu {
    display: block;
  }
}
.pc-menu ul {
  display: flex;
}
.pc-menu ul li {
  margin-left: 40px;
  position: relative;
}
.pc-menu ul li:last-child {
  margin-left: 50px;
}

nav li.has-child ul {
  position: absolute;
  left: 0;
  top: 60px;
  z-index: 50;
  background-color: #18468C;
  width: 180px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  padding: 5px 15px 5px;
}
nav li.has-child ul li {
  margin-left: 0;
  margin-bottom: 10px;
}
nav li.has-child ul li:last-child {
  margin-left: 0;
}

ul li.has-child::before {
  content: "";
  position: absolute;
  right: -20px;
  top: 5px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #FEFEFE;
  border-right: 2px solid #FEFEFE;
  transform: rotate(135deg);
}

li.has-child:hover > ul,
li.has-child:active > ul {
  visibility: visible;
  opacity: 1;
}

.mobile-menu__btn {
  background-color: transparent;
  border: none;
  position: fixed;
  z-index: 9999;
  top: 25px;
  right: 25px;
}
@media (min-width: 960px) {
  .mobile-menu__btn {
    display: none;
  }
}
.mobile-menu__btn > span {
  background-color: #FEFEFE;
  width: 35px;
  height: 2px;
  display: block;
  margin-bottom: 9px;
  transition: transform 0.7s;
}
.mobile-menu__btn > span:last-child {
  margin-bottom: 0;
}

.mobile-menu__btn.active > span:nth-child(1) {
  transform: translateY(11px) rotate(135deg);
}
.mobile-menu__btn.active > span:nth-child(2) {
  transform: translateX(-18px) scaleX(0);
}
.mobile-menu__btn.active > span:nth-child(3) {
  transform: translateY(-11px) rotate(-135deg);
}

#mobile-menu {
  z-index: 100;
  position: fixed;
  top: -120%;
  width: 100%;
  height: 100vh;
  background-color: rgba(24, 70, 140, 0.8);
  transition: all 0.6s;
}

#mobile-menu.panelactive {
  top: 0;
  left: 0;
}

#mobile-menu.panelactive #mobile-menu-list {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#mobile-menu ul {
  position: absolute;
  flex-direction: column;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#mobile-menu li {
  text-align: center;
  margin-bottom: 20px;
}

#mobile-menu li a {
  padding: 10px;
  display: block;
  text-transform: uppercase;
}

.btn a {
  display: flex;
  font-size: 14px;
  width: 250px;
  height: 50px;
  padding: 10px 20px;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  border-radius: 50px;
  background: linear-gradient(90deg, #171c3a 3.4%, #1a468c 74.88%, #37799c 100%);
  margin-inline: auto;
}
@media (min-width: 960px) {
  .btn a {
    font-size: 16px;
    width: 250px;
    margin-inline: 0;
  }
}
.btn a:active {
  background: #005476;
}

.shape-btn {
  position: relative;
}
.shape-btn .shape-btn_nomal {
  position: absolute;
  top: 0;
  left: 0;
  transition-duration: 0.5s;
}
.shape-btn:hover .shape-btn_nomal {
  opacity: 0;
}
.shape-btn:active .shape-btn_nomal {
  opacity: 0;
}

main {
  background: linear-gradient(90deg, rgba(23, 28, 58, 0.9) 3.4%, rgba(26, 70, 140, 0.9) 47.84%, rgba(55, 121, 156, 0.9) 100%);
  padding-block: 60px 100px;
  animation: bggradient 10s ease infinite;
}
@media (min-width: 600px) {
  main {
    padding-block: 90px 130px;
  }
}

footer {
  width: 100%;
  background-color: #171C3A;
  padding-block: 40px 80px;
}

.footer-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 600px) {
  .footer-container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.footer-container .logo {
  display: block;
}
.footer-container .logo img {
  width: 136px;
  height: 55px;
  margin-bottom: 20px;
}
.footer-container address {
  width: 100%;
  display: inline-flex;
  gap: 20px;
  flex-direction: column;
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .footer-container address {
    margin-bottom: 0;
  }
}
.footer-container address p {
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-container address p img {
  width: 30px;
  height: 30px;
}
.footer-container address p span {
  font-size: 12px;
  display: block;
}
@media (min-width: 600px) {
  .footer-container .column-left {
    margin-bottom: 30px;
  }
}
.footer-container .column-right {
  display: flex;
  gap: 20px;
  flex-direction: column-reverse;
  align-items: flex-start;
  margin-bottom: 30px;
  width: 100%;
}
@media (min-width: 600px) {
  .footer-container .column-right {
    width: 25%;
    flex-direction: column;
    align-items: flex-end;
  }
}
@media (min-width: 960px) {
  .footer-container .column-right {
    width: 50%;
    margin-bottom: 0;
  }
}
.footer-container .column-right .sns-container {
  display: inline-flex;
  gap: 20px;
}
.footer-container .column-right .sns-container li {
  width: 48px;
  height: 48px;
}
.footer-container .column-right nav ul {
  width: 100%;
}
@media (min-width: 600px) {
  .footer-container .column-right nav ul {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
@media (min-width: 960px) {
  .footer-container .column-right nav ul {
    width: 400px;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-end;
    gap: 20px;
  }
}
.footer-container .column-right nav ul li {
  margin-bottom: 10px;
}
@media (min-width: 960px) {
  .footer-container .column-right nav ul li {
    padding-left: 20px;
  }
}
@media (min-width: 960px) {
  .footer-container .column-right nav ul li + li {
    border-left: 1px solid #FEFEFE;
  }
}
.footer-container small {
  font-size: 10px;
  margin-inline: auto;
}
@media (min-width: 960px) {
  .footer-container small {
    margin-inline: 0;
    margin-left: auto;
  }
}

.kv-container {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding-block: 100px;
}

#about .kv-container,
#projects .kv-container,
#residential .kv-container,
#commercial .kv-container,
#contact .kv-container {
  height: 400px;
}
@media (min-width: 600px) {
  #about .kv-container,
  #projects .kv-container,
  #residential .kv-container,
  #commercial .kv-container,
  #contact .kv-container {
    height: 430px;
  }
}

.slider {
  margin-bottom: 110px;
}
.slider img {
  width: 100%;
  height: auto;
}

.slick-slide {
  margin-inline: 10px;
}

#top .kv-container {
  background-image: url(../images/top/kv-img_sp.jpg);
}
@media (min-width: 600px) {
  #top .kv-container {
    background-image: url(../images/top/kv-img.jpg);
  }
}

.kv-container-txt {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  text-align: center;
}
@media (min-width: 600px) {
  .kv-container-txt {
    align-items: start;
    text-align: left;
  }
}
.kv-container-txt p {
  width: 80%;
}
@media (min-width: 600px) {
  .kv-container-txt p {
    width: 465px;
  }
}
.kv-container-txt p:first-of-type {
  font-family: Montserrat Subrayada;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}
@media (min-width: 960px) {
  .kv-container-txt p:first-of-type {
    font-size: 20px;
  }
}

#top main {
  background: linear-gradient(180deg, rgba(23, 28, 58, 0.9) 0%, rgba(26, 70, 140, 0.9) 39.06%, rgba(55, 121, 156, 0.9) 100%);
}

.prj-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.prj_container {
  display: flex;
  justify-content: space-between;
}
.prj_container li {
  margin-right: 5%;
  min-width: 220px;
}
@media (min-width: 600px) {
  .prj_container li {
    margin-right: 2%;
    width: 270px;
  }
}
.prj_container li:last-child {
  margin-right: 0;
}
.prj_container li a:hover img {
  transform: scale(1.1);
}
.prj_container_img {
  overflow: hidden;
  width: 100%;
  height: 300px;
  margin-bottom: 10px;
}
.prj_container_img img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
}
.prj_container_txt {
  display: grid;
  grid-template-columns: 2fr 0.1fr;
  grid-template-rows: 1fr 1fr;
}
.prj_container_txt_count {
  grid-column: 3;
  grid-row: 1/3;
  place-self: center normal;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 2.4px;
}
.prj_container_txt_category {
  grid-column: 1/2;
  grid-row: 1/2;
  font-size: 14px;
}
.prj_container_txt_place {
  grid-column: 1/2;
  grid-row: 2/3;
  font-size: 12px;
}

.line-btn_container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 600px) {
  .line-btn_container {
    flex-direction: row;
    justify-content: space-between;
  }
}

a.line-btn {
  display: flex;
  width: 100%;
  padding-block: 13px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 2px solid #FEFEFE;
  font-size: 16px;
}
@media (min-width: 600px) {
  a.line-btn {
    width: 566px;
    padding-block: 20px;
  }
}
a.line-btn:active {
  color: #005476;
}
a.line-btn:active .hover_line-btn path {
  stroke: #FEFEFE;
  stroke: #005476;
}

.btn.d-n-md {
  margin-top: 40px;
}

.white-card {
  background-color: #FEFEFE;
  color: #005476;
}

.blue-card {
  background-color: #005476;
  color: #FEFEFE;
}

.contact-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 2rem;
  margin-inline: auto;
  align-items: center;
  gap: 30px;
  text-align: center;
}
@media (min-width: 960px) {
  .contact-card {
    width: 800px;
    padding: 50px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-align: left;
  }
}
.contact-card h2 {
  font-size: 40px;
  letter-spacing: 4px;
  margin-bottom: 20px;
}
.contact-card p {
  width: 100%;
}
@media (min-width: 600px) {
  .contact-card p {
    width: 453px;
  }
}

#about main {
  padding-block: 90px 0;
}

#about section {
  padding-bottom: 90px;
}

#about .kv-container {
  background-image: url(/about/images/about_kv-img_sp.jpg);
}
@media (min-width: 600px) {
  #about .kv-container {
    background-image: url(/about/images/about_kv-img.jpg);
  }
}

#about main > p {
  width: 80%;
  line-height: 200%;
  text-align: center;
  margin-inline: auto;
  font-size: 18px;
}
@media (min-width: 600px) {
  #about main > p {
    width: 600px;
    font-size: 20px;
  }
}

#about .site-img {
  position: relative;
  height: 270px;
  overflow: hidden;
}
#about .site-img::before {
  position: absolute;
  top: 20px;
  right: -100px;
  content: "";
  height: 250px;
  width: 430px;
  background-color: #18468c;
  mix-blend-mode: overlay;
  transform: skew(332deg);
}
@media (min-width: 600px) {
  #about .site-img::before {
    right: -200px;
    width: 864px;
  }
}
#about .site-img::after {
  background: no-repeat url(/about/images/site-image_01_sp.png);
  position: absolute;
  content: "";
  top: 0;
  right: -75px;
  height: 247px;
  width: 430px;
  background-size: contain;
}
@media (min-width: 600px) {
  #about .site-img::after {
    background: no-repeat url(/about/images/site-img_01.png);
    background-size: contain;
    height: 247px;
    width: 792px;
    right: -100px;
  }
}
@media (min-width: 960px) {
  #about .site-img::after {
    right: 0;
  }
}

#about .site-img.site-img-left::before {
  left: -100px;
  transform: skew(28deg);
}
@media (min-width: 600px) {
  #about .site-img.site-img-left::before {
    left: -160px;
  }
}
#about .site-img.site-img-left::after {
  background: no-repeat url(/about/images/site-image_02_sp.png);
  left: -70px;
  background-size: contain;
}
@media (min-width: 600px) {
  #about .site-img.site-img-left::after {
    left: -60px;
    background: no-repeat url(/about/images/site-img_02.png);
    background-size: contain;
  }
}
@media (min-width: 960px) {
  #about .site-img.site-img-left::after {
    left: 0;
  }
}

.prio-containar {
  position: relative;
  z-index: 1;
}
.prio-containar::before {
  position: absolute;
  bottom: 0;
  content: "";
  width: 100%;
  height: 50%;
  background: url(/about/images/line-bg.png) no-repeat;
  background-size: cover;
  opacity: 0.5;
  z-index: -1;
}
@media (min-width: 960px) {
  .prio-containar::before {
    height: 100%;
  }
}

#about .prio-h2 {
  font-size: 25px;
  text-align: center;
  letter-spacing: 3px;
}
@media (min-width: 600px) {
  #about .prio-h2 {
    font-size: 30px;
  }
}

.prio-list {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 1rem 1.875rem;
  padding-block: 30px 90px;
  padding-inline: 1rem;
}
@media (min-width: 600px) {
  .prio-list {
    justify-content: center;
  }
}
.prio-list li {
  display: grid;
  width: 45%;
  height: 180px;
  padding-inline: 2rem;
  align-content: center;
  text-align: center;
  color: #005476;
  background-image: url(/about/images/prio-list_bg.svg);
  background-size: contain;
  background-position: center;
  font-size: 14px;
}
@media (min-width: 600px) {
  .prio-list li {
    font-size: 18px;
    width: 200px;
    height: 220px;
  }
}

.service-containar {
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
@media (min-width: 960px) {
  .service-containar {
    width: 1000px;
    gap: 50px 70px;
  }
}
.service-containar li {
  width: 35%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.5rem;
}
@media (min-width: 600px) {
  .service-containar li {
    width: 150px;
  }
}
.service-containar li img {
  width: 100%;
}
.service-containar li p {
  letter-spacing: 0.66px;
}

section.process {
  padding-top: 35px;
  background: linear-gradient(0deg, #37789c 0%, #215190 100%);
}
@media (min-width: 960px) {
  section.process {
    padding-top: 70px;
  }
}

ol.prc_containar {
  display: flex;
  flex-direction: column;
}
@media (min-width: 960px) {
  ol.prc_containar .prc_list:nth-of-type(even) {
    margin-left: auto;
  }
}
ol.prc_containar li {
  display: grid;
  grid-template-areas: "n t t" "n d d";
  width: 100%;
  margin-bottom: 50px;
  gap: 20px;
  align-items: center;
}
@media (min-width: 600px) {
  ol.prc_containar li {
    width: 700px;
  }
}
ol.prc_containar li > .prc_list_num {
  color: #899196;
  width: 80px;
  height: 80px;
  grid-area: n;
  background-image: url(/about/images/polygon.svg);
  background-position: center;
  background-size: contain;
  display: grid;
  place-content: center;
}
@media (min-width: 600px) {
  ol.prc_containar li > .prc_list_num {
    width: 100px;
    height: 100px;
  }
}
ol.prc_containar li > .prc_list_dt {
  grid-area: t;
  font-size: 18px;
}
@media (min-width: 600px) {
  ol.prc_containar li > .prc_list_dt {
    font-size: 21px;
  }
}
ol.prc_containar li > .prc_list_dd {
  grid-area: d;
  font-size: 14px;
}
@media (min-width: 600px) {
  ol.prc_containar li > .prc_list_dd {
    font-size: 18px;
  }
}

.bg-triangle {
  background-color: #FEFEFE;
  color: #171C3A;
  padding-bottom: 40px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.bg-triangle::after {
  content: "";
  position: absolute;
  top: 0;
  right: -700px;
  height: 100%;
  width: 1200px;
  aspect-ratio: 0.8660254038;
  transform: skew(321deg);
  background: linear-gradient(0deg, #215190 0%, #4283a7 44%, #37789c 100%);
  z-index: -1;
}

.company_kv-img {
  width: 100%;
  margin-bottom: 35px;
}
@media (min-width: 960px) {
  .company_kv-img {
    margin-bottom: 70px;
  }
}

.company .company_deatal_containar {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 600px) {
  .company .company_deatal_containar {
    gap: 0;
    flex-direction: row;
    justify-content: space-between;
  }
}
.company dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 5px;
}
@media (min-width: 600px) {
  .company dl {
    gap: 30px;
  }
}
.company dt {
  width: 116px;
  text-transform: uppercase;
  font-weight: 700;
}
.company dd {
  width: 385px;
  margin-bottom: 20px;
}
.company .map {
  aspect-ratio: 2/1.2;
  width: 100%;
  height: 100%;
}

#projects .kv-container {
  background-image: url(/projects/images/prj_kv-img_sp.jpg);
}
@media (min-width: 600px) {
  #projects .kv-container {
    background-image: url(/projects/images/prj_kv-img.jpg);
  }
}

.projects_nav {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 60px;
}
@media (min-width: 960px) {
  .projects_nav {
    flex-direction: row;
  }
}
.projects_nav li {
  width: 100%;
}
@media (min-width: 960px) {
  .projects_nav li {
    max-width: 540px;
  }
}
.projects_nav li img {
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  .projects_nav li img {
    margin-bottom: 20px;
  }
}
.projects_nav li .line-btn {
  width: 100%;
}
@media (min-width: 960px) {
  .projects_nav li .line-btn {
    max-width: 540px;
  }
}

.three-d_container {
  text-align: center;
}
.three-d_container iframe {
  width: 90%;
  height: 100%;
  aspect-ratio: 16/9;
  margin-top: 60px;
}
@media (min-width: 960px) {
  .three-d_container iframe {
    margin-top: 100px;
    width: 1000px;
  }
}

#residential .kv-container {
  background-image: url(/projects/residential/images/res_kv-img_sp.jpg);
}
@media (min-width: 600px) {
  #residential .kv-container {
    background-image: url(/projects/residential/images/res_kv-img.jpg);
  }
}

#residential main {
  background: linear-gradient(90deg, #192448 0%, #1A3B6D 68.5%, rgba(26, 43, 84, 0.8) 100%);
}

#residential h2,
#commercial h2 {
  margin-top: -70px;
  padding-top: 70px;
  text-align: center;
}
@media (min-width: 600px) {
  #residential h2,
  #commercial h2 {
    text-align: left;
  }
}

#residential section,
#commercial section {
  padding-bottom: 80px;
}
@media (min-width: 960px) {
  #residential section,
  #commercial section {
    padding-bottom: 160px;
  }
}

#residential section:last-of-type,
#commercial section:last-of-type {
  padding-bottom: 90px;
}

.categories {
  background-color: #FEFEFE;
  opacity: 0.7;
  display: grid;
  place-content: center;
  gap: 1.875rem;
  padding: 2rem;
  margin-inline: 5%;
  text-align: center;
}
@media (min-width: 960px) {
  .categories {
    max-width: 1200px;
    margin-inline: auto;
  }
}
.categories p {
  font-family: Montserrat;
  font-size: 21px;
  color: #005476;
  font-weight: 700;
  letter-spacing: 0.63px;
}
.categories ul {
  display: flex;
  gap: 2rem;
  flex-direction: column;
}
@media (min-width: 600px) {
  .categories ul {
    gap: 0.7rem;
    flex-direction: row;
  }
}
.categories ul li {
  position: relative;
}
.categories ul li::before {
  content: "";
  border-bottom: 2px solid #899196;
  width: 30px;
  position: absolute;
  top: 115%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 600px) {
  .categories ul li::before {
    content: none;
  }
}
@media (min-width: 600px) {
  .categories ul li::after {
    content: "";
    border-right: 2px solid #171C3A;
  }
}
.categories ul li:last-of-type::after {
  content: none;
}
.categories ul li:last-of-type a {
  margin-right: 0;
}
.categories ul a {
  color: #171C3A;
  margin-right: 0;
}
.categories ul a:hover {
  color: #005476;
}
.categories ul a:active {
  color: #005476;
}
@media (min-width: 600px) {
  .categories ul a {
    margin-right: 1.25rem;
  }
}

.gallery {
  -moz-columns: 2;
       columns: 2;
  padding: 0 15px;
  margin: 0;
}
@media (min-width: 600px) {
  .gallery {
    -moz-columns: 3;
         columns: 3;
  }
}
.gallery li {
  margin-bottom: 20px;
}
.gallery li img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

#residential .site_container,
#commercial .site_container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
@media (min-width: 600px) {
  #residential .site_container,
  #commercial .site_container {
    flex-direction: row;
    gap: 20px;
  }
}
@media (min-width: 600px) {
  #residential .site_container li,
  #commercial .site_container li {
    min-width: 270px;
    width: calc((100% - 20px) / 2);
  }
}
@media (min-width: 960px) {
  #residential .site_container li,
  #commercial .site_container li {
    min-width: 270px;
    width: calc((100% - 40px) / 3);
  }
}
@media (min-width: 960px) {
  #residential .site_container li:last-child,
  #commercial .site_container li:last-child {
    margin-right: auto;
  }
}
#residential .site_container li a:hover img,
#commercial .site_container li a:hover img {
  transform: scale(1.1);
}
#residential .site_container .prj_container_img,
#commercial .site_container .prj_container_img {
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 0;
}
#residential .site_container .prj_container_img img,
#commercial .site_container .prj_container_img img {
  width: 100%;
  height: auto;
  transition: transform 0.6s ease;
}
#residential .site_container .prj_container_txt_site,
#commercial .site_container .prj_container_txt_site {
  text-transform: uppercase;
}

#residential .line-btn,
#commercial .line-btn {
  margin-inline: 5%;
  width: auto;
}
@media (min-width: 600px) {
  #residential .line-btn,
  #commercial .line-btn {
    width: 566px;
    margin-inline: auto;
  }
}

#commercial .kv-container {
  background-image: url(/projects/commercial/images/com_kv-img_sp.jpg);
}
@media (min-width: 600px) {
  #commercial .kv-container {
    background-image: url(/projects/commercial/images/com_kv-img.jpg);
  }
}

#contact .kv-container {
  background-image: url(/contact/images/contact_kv-img_sp.jpg);
}
@media (min-width: 600px) {
  #contact .kv-container {
    background-image: url(/contact/images/contact_kv-img.jpg);
  }
}

.contact-txt {
  text-align: center;
  margin-bottom: 50px;
}
@media (min-width: 600px) {
  .contact-txt {
    margin-bottom: 100px;
  }
}
.contact-txt p:first-child {
  margin-bottom: 20px;
}
.contact-txt__policy {
  font-size: 14px;
}
.contact-txt__policy > a {
  text-decoration: underline;
}

.contact-form {
  text-align: center;
}

#privacy .head-bg {
  background: linear-gradient(90deg, rgba(23, 28, 58, 0.9) 3.4%, rgba(26, 70, 140, 0.9) 47.84%, rgba(55, 121, 156, 0.9) 100%);
}

#privacy main {
  padding-block: 50px 100px;
}
@media (min-width: 600px) {
  #privacy main {
    padding-block: 0px 130px;
  }
}
#privacy main p {
  margin-bottom: 50px;
}
#privacy main ol li {
  list-style: decimal;
  margin-left: 1.5rem;
  margin-bottom: 50px;
}

picture.cases > img {
  vertical-align: bottom;
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 600px) {
  picture.cases > img {
    height: 430px;
  }
}

.projects-cases .gallery {
  -moz-columns: 1;
       columns: 1;
  margin-bottom: 90px;
}
@media (min-width: 600px) {
  .projects-cases .gallery {
    -moz-columns: 2;
         columns: 2;
  }
}

.projects-cases__txt-container {
  width: 100%;
  display: flex;
  margin-inline: 5px;
  gap: 30px;
  flex-direction: column;
}
@media (min-width: 600px) {
  .projects-cases__txt-container {
    width: 600px;
    margin-inline: auto;
    flex-direction: row;
    justify-content: space-between;
  }
}
.projects-cases__txt-container dl div {
  display: flex;
  margin-bottom: 20px;
  gap: 10px;
}
.projects-cases__txt-container dl div dt {
  width: 140px;
}

.projects-cases .line-btn_container {
  max-width: 1200px;
  margin-inline: auto;
}/*# sourceMappingURL=style.css.map */