/* wrapper fade-in
---------------------------------------------------- */
.wrapper {
  animation: fadein 1s forwards;
}

@keyframes fadein {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
/* anchor-link
---------------------------------------------------- */
section,
.business-contents {
  position: relative;
}

.anchor-offset {
  position: absolute;
  height: 90px;
  top: -90px;
  visibility: hidden;
}
@media (max-width: 1199.98px) {
  .anchor-offset {
    height: 80px;
    top: -80px;
  }
}

/* parts
---------------------------------------------------- */
.main-heading {
  padding-top: 6.25rem;
  position: relative;
  height: 25rem;
}
@media screen and (max-width: 575.98px) {
  .main-heading {
    height: 31.25rem;
  }
}
.main-heading:before {
  content: "About Us";
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 15.625rem;
  color: rgb(245, 245, 245);
  font-family: "Mrs Saint Delafield", serif;
  font-weight: 400;
  white-space: nowrap;
}
@media screen and (max-width: 1399.98px) {
  .main-heading:before {
    font-size: 12.5rem;
  }
}
.main-heading .main-heading-text {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* page-title
---------------------------------------------------- */
.page-title {
  position: relative;
  width: 100%;
  height: 70vh;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 575.98px) {
  .page-title {
    text-align: center;
  }
}
.page-title .page-title-text {
  position: absolute;
  left: 6.25rem;
  bottom: 6.25rem;
  color: #fff;
  z-index: 2;
  font-size: max(3.5rem, 40px);
}
@media (max-width: 575.98px) {
  .page-title .page-title-text {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
  }
}
.page-title .page-title-text .page-title-text_2 {
  color: rgb(161, 135, 55);
  font-size: max(4rem, 40px);
}
@media (max-width: 420px) {
  .page-title .hidden-xs {
    margin-top: 50px;
  }
}
.page-title .page-title-bg {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page-title .page-title-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(7, 21, 45, 0.7);
  z-index: 1;
}
.page-title .page-title-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  animation: animationZoom1 2s ease forwards;
}
@keyframes animationZoom1 {
  100% {
    transform: scale(1.05);
  }
}
@keyframes animationZoom2 {
  50% {
    transform: scale(1.05);
  }
}

/* text_animation
---------------------------------------------------- */
.animation-inviewOrder {
  margin-top: 4rem;
}
.animation-inviewOrder.__scrollAnimation .__row {
  overflow-y: hidden;
  display: flex;
  align-items: flex-end;
  height: max(4rem, 40px);
  margin-bottom: 0.3em;
}
@media screen and (max-width: 575.98px) {
  .animation-inviewOrder.__scrollAnimation .__row {
    text-align: center;
  }
}
@media screen and (max-width: 400px) {
  .animation-inviewOrder.__scrollAnimation .__row {
    margin-bottom: 15px;
  }
}
.animation-inviewOrder.__scrollAnimation .__row span {
  display: block;
  margin-bottom: -1.2em;
  transition: margin-bottom 1s;
}
.animation-inviewOrder.__scrollAnimation .page-title-text_2 {
  height: max(5rem, 64px);
}
@media screen and (max-width: 575.98px) {
  .animation-inviewOrder.__scrollAnimation .page-title-text_2 {
    height: max(4rem, 48px);
  }
}
.animation-inviewOrder.__scrollAnimation.__show .__row span {
  margin-bottom: 0;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(1) {
  transition-delay: 0s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(2) {
  transition-delay: 0.05s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(3) {
  transition-delay: 0.1s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(4) {
  transition-delay: 0.15s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(5) {
  transition-delay: 0.2s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(6) {
  transition-delay: 0.25s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(7) {
  transition-delay: 0.3s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(8) {
  transition-delay: 0.35s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(9) {
  transition-delay: 0.4s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(10) {
  transition-delay: 0.45s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(11) {
  transition-delay: 0.5s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(12) {
  transition-delay: 0.55s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(13) {
  transition-delay: 0.6s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(14) {
  transition-delay: 0.65s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(15) {
  transition-delay: 0.7s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(16) {
  transition-delay: 0.75s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(17) {
  transition-delay: 0.8s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(18) {
  transition-delay: 0.85s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(19) {
  transition-delay: 0.9s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(20) {
  transition-delay: 0.95s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(21) {
  transition-delay: 1s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(22) {
  transition-delay: 1.05s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(23) {
  transition-delay: 1.1s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(24) {
  transition-delay: 1.15s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(25) {
  transition-delay: 1.2s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(26) {
  transition-delay: 1.25s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(27) {
  transition-delay: 1.3s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(28) {
  transition-delay: 1.35s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(29) {
  transition-delay: 1.4s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(30) {
  transition-delay: 1.45s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(31) {
  transition-delay: 1.5s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(32) {
  transition-delay: 1.55s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(33) {
  transition-delay: 1.6s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(34) {
  transition-delay: 1.65s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(35) {
  transition-delay: 1.7s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(36) {
  transition-delay: 1.75s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(37) {
  transition-delay: 1.8s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(38) {
  transition-delay: 1.85s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(39) {
  transition-delay: 1.9s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(40) {
  transition-delay: 1.95s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(41) {
  transition-delay: 2s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(42) {
  transition-delay: 2.05s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(43) {
  transition-delay: 2.1s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(44) {
  transition-delay: 2.15s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(45) {
  transition-delay: 2.2s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(46) {
  transition-delay: 2.25s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(47) {
  transition-delay: 2.3s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(48) {
  transition-delay: 2.35s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(49) {
  transition-delay: 2.4s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(50) {
  transition-delay: 2.45s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(51) {
  transition-delay: 2.5s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(52) {
  transition-delay: 2.55s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(53) {
  transition-delay: 2.6s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(54) {
  transition-delay: 2.65s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(55) {
  transition-delay: 2.7s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(56) {
  transition-delay: 2.75s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(57) {
  transition-delay: 2.8s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(58) {
  transition-delay: 2.85s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(59) {
  transition-delay: 2.9s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(60) {
  transition-delay: 2.95s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(61) {
  transition-delay: 3s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(62) {
  transition-delay: 3.05s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(63) {
  transition-delay: 3.1s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(64) {
  transition-delay: 3.15s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(65) {
  transition-delay: 3.2s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(66) {
  transition-delay: 3.25s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(67) {
  transition-delay: 3.3s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(68) {
  transition-delay: 3.35s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(69) {
  transition-delay: 3.4s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(70) {
  transition-delay: 3.45s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(71) {
  transition-delay: 3.5s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(72) {
  transition-delay: 3.55s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(73) {
  transition-delay: 3.6s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(74) {
  transition-delay: 3.65s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(75) {
  transition-delay: 3.7s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(76) {
  transition-delay: 3.75s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(77) {
  transition-delay: 3.8s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(78) {
  transition-delay: 3.85s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(79) {
  transition-delay: 3.9s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(80) {
  transition-delay: 3.95s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(81) {
  transition-delay: 4s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(82) {
  transition-delay: 4.05s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(83) {
  transition-delay: 4.1s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(84) {
  transition-delay: 4.15s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(85) {
  transition-delay: 4.2s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(86) {
  transition-delay: 4.25s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(87) {
  transition-delay: 4.3s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(88) {
  transition-delay: 4.35s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(89) {
  transition-delay: 4.4s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(90) {
  transition-delay: 4.45s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(91) {
  transition-delay: 4.5s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(92) {
  transition-delay: 4.55s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(93) {
  transition-delay: 4.6s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(94) {
  transition-delay: 4.65s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(95) {
  transition-delay: 4.7s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(96) {
  transition-delay: 4.75s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(97) {
  transition-delay: 4.8s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(98) {
  transition-delay: 4.85s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(99) {
  transition-delay: 4.9s;
}
.animation-inviewOrder.__scrollAnimation.__show .__row span:nth-of-type(100) {
  transition-delay: 4.95s;
}

/* business
---------------------------------------------------- */
@media (max-width: 575.98px) {
  .page-title-business .page-title-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
  }
}

.business .main-heading:before {
  content: "Business";
}
.business .business-contents {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
@media screen and (max-width: 991.98px) {
  .business .business-contents {
    padding-top: 10%;
    padding-bottom: 10%;
  }
}
@media screen and (max-width: 767.98px) {
  .business .business-contents {
    padding-top: 15%;
    padding-bottom: 5%;
  }
}
.business .business-contents .text {
  padding-top: 3%;
  padding-left: 5rem;
  padding-right: 5rem;
}
@media screen and (max-width: 991.98px) {
  .business .business-contents .text {
    padding-top: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .business .business-contents .text {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 3.75rem;
  }
}
.business .business-contents .text .heading-number {
  margin-bottom: 0.8em;
  font-size: max(1.75rem, 18px);
  color: rgb(12, 64, 153);
}
.business .business-contents .text .heading-number::before {
  content: "";
  display: inline-block;
  width: 1.3em;
  border-top: 1px solid;
  vertical-align: middle;
  margin-right: 0.3em;
  padding-bottom: 4px;
}
.business .business-contents .text .heading {
  margin-bottom: 4.375rem;
  font-size: max(2rem, 24px);
  font-weight: 700;
  color: rgb(12, 64, 153);
}
.business .business-contents .image {
  height: 31.25rem;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .business .business-contents .image {
    height: 37.5rem;
  }
}
@media screen and (max-width: 991.98px) {
  .business .business-contents .image {
    height: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .business .business-contents .image {
    padding-left: 30px;
    padding-right: 30px;
    height: 25rem;
  }
}
@media screen and (max-width: 575.98px) {
  .business .business-contents .image {
    height: 31.25rem;
  }
}
.business .business-contents .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 991.98px) {
  .business .business-contents .image img {
    width: 400px;
  }
}
@media screen and (max-width: 767.98px) {
  .business .business-contents .image img {
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .business ._1 {
    padding-top: 13%;
  }
}
@media screen and (max-width: 991.98px) {
  .business ._1 .text {
    padding-top: 0;
  }
}
@media screen and (max-width: 991.98px) {
  .business ._1 .image {
    height: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .business ._1 .image {
    height: 25rem;
  }
}
@media screen and (max-width: 575.98px) {
  .business ._1 .image {
    height: 31.25rem;
  }
}
@media screen and (max-width: 991.98px) {
  .business ._1 .image img {
    width: 450px;
  }
}
@media screen and (max-width: 767.98px) {
  .business ._1 .image img {
    width: 100%;
  }
}
.business ._1 .text,
.business ._3 .text,
.business ._5 .text {
  order: 2;
}
@media screen and (max-width: 767.98px) {
  .business ._1 .text,
  .business ._3 .text,
  .business ._5 .text {
    order: 1;
  }
}
.business ._1,
.business ._3,
.business ._5 {
  background-color: rgb(245, 245, 245);
}
.business ._1 .image,
.business ._3 .image,
.business ._5 .image {
  padding-left: 0;
  order: 1;
}
@media screen and (max-width: 767.98px) {
  .business ._1 .image,
  .business ._3 .image,
  .business ._5 .image {
    order: 2;
  }
}
@media screen and (max-width: 767.98px) {
  .business ._1 .image,
  .business ._3 .image,
  .business ._5 .image {
    padding-left: 30px;
  }
}
.business ._2 .image,
.business ._4 .image {
  padding-right: 0;
}
@media screen and (max-width: 767.98px) {
  .business ._2 .image,
  .business ._4 .image {
    padding-right: 30px;
  }
}
.business ._5 {
  padding-bottom: 9.375rem;
}

/* 20250210 add
----------------- */

.works_sentence {
  color: #fff;
  text-align:center
}


/* relax
----------------- */
.section-wrapper {
  position: relative;
}

.section-body {
  position: relative;
  margin-top: 400px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  .section-body {
    margin-top: 300px;
  }
}

.bg-image-clip {
  position: absolute;
  top: -400px;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 500px;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  z-index: -1;
  overflow: hidden;
}
@media screen and (max-width: 991.98px) {
  .bg-image-clip {
    top: -300px;
  }
}

.bg-image-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

#section2 .bg-image-fixed {
  background-image: url(../images/business/business-section-break-img.jpg);
}

#section3 .bg-image-fixed {
  background-image: url(../images/recruit/recruit-section-break-img.jpg);
}

@media screen and (max-width: 991.98px) {
  .section-wrapper_recruit .bg-image-clip {
    top: -400px;
  }
}
.section-wrapper_recruit .section-body {
  height: 100px;
}
@media screen and (max-width: 991.98px) {
  .section-wrapper_recruit .section-body {
    margin-top: 400px;
  }
}

.works {
  padding-bottom: 11.25rem;
  background-color: rgb(12, 30, 61);
}
.works .main-heading {
  color: #fff;
  height: 28.125rem;
}
.works .main-heading .main-heading-text {
  top: 65%;
}
.works .main-heading:before {
  content: "Works";
  color: rgb(26, 48, 87);
  top: 65%;
}
.works .works-contents {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media screen and (max-width: 991.98px) {
  .works .works-contents {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767.98px) {
  .works .works-contents {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }
}
.works .works-contents .image {
  text-align: center;
}
.works .works-contents .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.works .works-contents .image .text {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  font-size: max(1.25rem, 18px);
}

/* recruit
---------------------------------------------------- */
.loop_wrap {
  display: flex;
  width: 100%;
  height: 11.25rem;
  overflow: hidden;
}

.loop_wrap div {
  margin-top: 3.125rem;
  flex: 0 0 auto;
  white-space: nowrap;
  overflow: hidden;
  font-family: "Mrs Saint Delafield", serif;
  font-size: 6.25rem;
  color: rgb(245, 245, 245);
}

.loop_wrap div:nth-child(odd) {
  animation: loop 50s -25s linear infinite;
}

.loop_wrap div:nth-child(even) {
  animation: loop2 50s linear infinite;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.recruit-message {
  overflow: hidden;
}
.recruit-message .recruit-main-heading {
  padding-top: 1.875rem;
  padding-bottom: 5rem;
  text-align: center;
}
.recruit-message .recruit-main-heading:before {
  content: none;
}
.recruit-message .recruit-main-heading .main-heading-text {
  position: inherit;
  margin: 0 auto;
  line-height: 1.6;
}
.recruit-message .description {
  margin-bottom: 6.25rem;
}
.recruit-message .recruit-point {
  padding-bottom: 9.375rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}
@media screen and (max-width: 991.98px) {
  .recruit-message .recruit-point {
    grid-template-columns: 1fr;
  }
}
.recruit-message .recruit-point .point {
  background-color: rgb(245, 245, 245);
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  .recruit-message .recruit-point .point {
    display: flex;
    height: 15.625rem;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 575.98px) {
  .recruit-message .recruit-point .point {
    padding: 3.125rem 2.8125rem 5rem;
    display: block;
    height: auto;
  }
}
.recruit-message .recruit-point .point .icon {
  padding-top: 5rem;
  padding-bottom: 3.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1399.98px) {
  .recruit-message .recruit-point .point .icon {
    padding-top: 2.5rem;
    padding-bottom: 1.875rem;
  }
}
@media screen and (max-width: 991.98px) {
  .recruit-message .recruit-point .point .icon {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    height: 100%;
  }
}
@media screen and (max-width: 575.98px) {
  .recruit-message .recruit-point .point .icon {
    margin: 0 auto;
    height: auto;
  }
}
.recruit-message .recruit-point .point .icon img {
  max-width: 480px;
  width: 35%;
}
@media screen and (max-width: 991.98px) {
  .recruit-message .recruit-point .point .icon img {
    width: 50%;
  }
}
@media screen and (max-width: 575.98px) {
  .recruit-message .recruit-point .point .icon img {
    width: 80%;
  }
}
@media screen and (max-width: 991.98px) {
  .recruit-message .recruit-point .point .text {
    width: 70%;
    display: block;
    text-align: left;
    align-items: center;
    padding: 0;
  }
}
@media screen and (max-width: 991.98px) {
  .recruit-message .recruit-point .point .text {
    text-align: center;
  }
}
@media screen and (max-width: 575.98px) {
  .recruit-message .recruit-point .point .text {
    width: 100%;
  }
}
.recruit-message .recruit-point .point .text .heading {
  margin-bottom: 1.25rem;
  font-size: max(1.5rem, 20px);
  font-weight: 700;
}
.recruit-message .recruit-point .point .text .description {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1399.98px) {
  .recruit-message .recruit-point .point .text .description {
    margin-bottom: 3.125rem;
  }
}
@media screen and (max-width: 991.98px) {
  .recruit-message .recruit-point .point .text .description {
    margin-bottom: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 575.98px) {
  .recruit-message .recruit-point .point .text .description {
    padding-right: 0;
  }
}
@media screen and (max-width: 1399.98px) {
  .recruit-message .recruit-point ._3 .icon {
    padding-top: 3.75rem;
  }
}
@media screen and (max-width: 991.98px) {
  .recruit-message .recruit-point ._3 .icon {
    padding-top: 0;
  }
}
@media screen and (max-width: 575.98px) {
  .recruit-message .recruit-point ._3 .icon {
    padding-top: 1.25rem;
    margin-bottom: 2.5rem;
  }
}
.recruit-message .recruit-point ._3 .icon img {
  width: 30%;
}
@media screen and (max-width: 991.98px) {
  .recruit-message .recruit-point ._3 .icon img {
    width: 40%;
  }
}
@media screen and (max-width: 575.98px) {
  .recruit-message .recruit-point ._3 .icon img {
    width: 70%;
  }
}

.section-break-image {
  position: relative;
  height: 31.25rem;
  overflow: hidden;
  -o-object-position: center;
     object-position: center;
}
.section-break-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(7, 21, 45, 0.4);
  z-index: 1;
}
.section-break-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  aspect-ratio: 2/1;
}

.person .main-heading {
  margin-bottom: 3.125rem;
  height: 21.875rem;
  white-space: nowrap;
}
.person .main-heading:before {
  content: "The person you are looking for";
  white-space: nowrap;
  font-size: 7.5rem;
  top: 65%;
}
@media screen and (max-width: 1399.98px) {
  .person .main-heading:before {
    font-size: 6.25rem;
  }
}
.person .main-heading .main-heading-text {
  top: 65%;
}
.person .person-point {
  margin-bottom: 11.25rem;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
@media screen and (max-width: 991.98px) {
  .person .person-point {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 550px) {
  .person .person-point {
    margin: 0 auto 11.25rem;
    width: 80%;
  }
}
.person .person-point .point {
  border-radius: 100%;
  padding: 16px;
  background: linear-gradient(135deg, #090979, #0d8da6);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.person .person-point .point::before {
  display: block;
  content: "";
  padding-top: 100%;
}
.person .person-point .point .text {
  text-align: center;
}
.person .person-point .point .text .heading {
  margin-bottom: 1.25rem;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 1500px) {
  .person .person-point .point .text .heading {
    font-size: max(1.75rem, 24px);
  }
}
.person .person-point .point .text .description {
  font-size: max(1rem, 15px);
}

.job-requirements {
  padding-bottom: 9.375rem;
  background-color: rgb(12, 30, 61);
}
.job-requirements .main-heading {
  color: #fff;
}
@media screen and (max-width: 575.98px) {
  .job-requirements .main-heading {
    padding-top: 3.125rem;
    height: 25rem;
  }
}
.job-requirements .main-heading:before {
  content: "Job Requirements";
  color: rgb(26, 48, 87);
  white-space: nowrap;
  font-size: 7.5rem;
}
@media screen and (max-width: 1399.98px) {
  .job-requirements .main-heading:before {
    font-size: 6.25rem;
  }
}
.job-requirements .job-requirements-list {
  background-color: #fff;
  margin-bottom: 6.25rem;
  font-size: max(1rem, 16px);
}
.job-requirements .job-requirements-list tr {
  border-bottom: 1px solid rgb(220, 220, 220);
}
.job-requirements .job-requirements-list tr th,
.job-requirements .job-requirements-list tr td {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 767.98px) {
  .job-requirements .job-requirements-list tr th,
  .job-requirements .job-requirements-list tr td {
    width: 100%;
  }
}
@media screen and (max-width: 575.98px) {
  .job-requirements .job-requirements-list tr th,
  .job-requirements .job-requirements-list tr td {
    display: block;
  }
}
.job-requirements .job-requirements-list tr th {
  width: 30%;
  padding-left: 3.125rem;
}
@media screen and (max-width: 767.98px) {
  .job-requirements .job-requirements-list tr th {
    width: 35%;
    padding-left: 1.875rem;
  }
}
@media screen and (max-width: 575.98px) {
  .job-requirements .job-requirements-list tr th {
    width: 100%;
    padding-bottom: 0.9375rem;
  }
}
@media screen and (max-width: 575.98px) {
  .job-requirements .job-requirements-list tr td {
    padding-top: 0;
    padding-left: 1.875rem;
  }
}
.job-requirements .job-requirements-list .top th,
.job-requirements .job-requirements-list .top td {
  padding-top: 3.125rem;
}
@media screen and (max-width: 767.98px) {
  .job-requirements .job-requirements-list .top th {
    padding-top: 2.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .job-requirements .job-requirements-list .top td {
    padding-top: 0;
  }
}
.job-requirements .job-requirements-list .bottom th,
.job-requirements .job-requirements-list .bottom td {
  padding-bottom: 3.125rem;
}
@media screen and (max-width: 767.98px) {
  .job-requirements .job-requirements-list .bottom th,
  .job-requirements .job-requirements-list .bottom td {
    padding-bottom: 1.875rem;
  }
}
@media screen and (max-width: 767.98px) {
  .job-requirements .job-requirements-list .bottom th {
    padding-bottom: 0.9375rem;
  }
}
@media screen and (max-width: 767.98px) {
  .job-requirements .job-requirements-list .bottom td {
    padding-bottom: 2.5rem;
  }
}
.job-requirements .culture {
  text-align: center;
  color: #fff;
}
.job-requirements .culture .text {
  margin-bottom: 5rem;
  padding-top: 3%;
  padding-left: 5rem;
  padding-right: 5rem;
}
@media screen and (max-width: 767.98px) {
  .job-requirements .culture .text {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 575.98px) {
  .job-requirements .culture .text {
    padding-top: 10%;
  }
}
.job-requirements .culture .text .heading {
  position: relative;
  display: inline-block;
  margin-bottom: 3.125rem;
  font-size: max(2rem, 24px);
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .job-requirements .culture .text .heading {
    font-size: max(1.5rem, 18px);
  }
}
@media screen and (max-width: 575.98px) {
  .job-requirements .culture .text .heading {
    margin-bottom: 5rem;
  }
}
.job-requirements .culture .text .heading::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #334e7c;
}
.job-requirements .culture .text .description {
  text-align: left;
}
.job-requirements .culture .swiper-wrapper {
  display: flex;
  width: 100%;
  transition-timing-function: linear;
}
.job-requirements .culture .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.job-requirements .culture .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.partner .main-heading {
  height: 21.875rem;
  top: 65%;
  white-space: nowrap;
}
@media screen and (max-width: 767.98px) {
  .partner .main-heading {
    height: 18.75rem;
  }
}
@media screen and (max-width: 575.98px) {
  .partner .main-heading {
    padding-top: 3.125rem;
    height: 25rem;
  }
}
.partner .main-heading:before {
  content: "Partner";
  font-size: 11.25rem;
  top: 65%;
}
@media screen and (max-width: 1399.98px) {
  .partner .main-heading:before {
    font-size: 9.375rem;
  }
}
.partner .partner-contents {
  margin-bottom: 9.375rem;
}
@media screen and (max-width: 767.98px) {
  .partner .partner-contents {
    margin-bottom: 6.25rem;
  }
}
.partner .partner-contents .text {
  padding-top: 3%;
  padding-left: 5rem;
  padding-right: 5rem;
  order: 2;
}
@media screen and (max-width: 1199.98px) {
  .partner .partner-contents .text {
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}
@media screen and (max-width: 767.98px) {
  .partner .partner-contents .text {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 8%;
    order: 1;
  }
}
.partner .partner-contents .text .heading {
  margin-bottom: 3.75rem;
  padding-bottom: 2.5rem;
  font-size: max(2rem, 24px);
  font-weight: 700;
  border-bottom: 1px solid rgb(220, 220, 220);
  line-height: 1.6;
}
@media screen and (max-width: 767.98px) {
  .partner .partner-contents .text .heading {
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
    text-align: center;
    font-size: max(1.5rem, 18px);
  }
}
.partner .partner-contents .image {
  padding-left: 0;
  height: 31.25rem;
  overflow: hidden;
  order: 1;
}
@media screen and (max-width: 1199.98px) {
  .partner .partner-contents .image {
    height: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .partner .partner-contents .image {
    order: 2;
    padding-right: 0;
  }
}
.partner .partner-contents .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* company
---------------------------------------------------- */
.greeting {
  background-color: rgb(12, 30, 61);
}
.greeting .main-heading {
  color: #fff;
}
.greeting .main-heading:before {
  content: "Greeting";
  color: rgb(26, 48, 87);
}
.greeting .description {
  padding-bottom: 11.25rem;
  color: #fff;
}
.greeting .description .name {
  padding-top: 3.125rem;
  text-align: right;
  display: block;
}

.overview {
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 767.98px) {
  .overview {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 575.98px) {
  .overview .main-heading {
    height: 28.125rem;
  }
}
@media screen and (max-width: 575.98px) {
  .overview .main-heading .main-heading-text {
    top: 65%;
  }
}
.overview .main-heading:before {
  content: "Overview";
}
@media screen and (max-width: 575.98px) {
  .overview .main-heading:before {
    top: 65%;
  }
}
.overview .overview-list {
  font-size: max(1rem, 16px);
}
@media screen and (max-width: 575.98px) {
  .overview .overview-list {
    width: 100%;
    font-size: max(1rem, 15px);
  }
}
.overview tr {
  border-bottom: 1px solid rgb(220, 220, 220);
}
@media screen and (max-width: 575.98px) {
  .overview tr {
    width: 100%;
    display: block;
    border-bottom: none;
  }
}
.overview tr th,
.overview tr td {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 575.98px) {
  .overview tr th,
  .overview tr td {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    width: 100%;
    display: block;
  }
}
.overview tr th a,
.overview tr td a {
  display: inline;
}
.overview tr th {
  width: 40%;
  padding-left: 1.875rem;
}
@media screen and (max-width: 1399.98px) {
  .overview tr th {
    width: 30%;
  }
}
@media screen and (max-width: 575.98px) {
  .overview tr th {
    width: 100%;
    background-color: rgb(245, 245, 245);
  }
}
@media screen and (max-width: 575.98px) {
  .overview tr td {
    padding-top: 1.25rem;
    padding-bottom: 1.875rem;
    padding-left: 1.875rem;
  }
}
.overview .top th,
.overview .top td {
  padding-top: 0rem;
}
@media screen and (max-width: 575.98px) {
  .overview .top th,
  .overview .top td {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.overview .bottom th,
.overview .bottom td {
  padding-bottom: 5.625rem;
}

.map {
  background-color: rgb(245, 245, 245);
}
.map .map-inner {
  padding-bottom: 9.375rem;
}
.map .map-inner .main-heading {
  height: 21.875rem;
  white-space: nowrap;
}
.map .map-inner .main-heading:before {
  content: "Access";
  top: 70%;
  color: #fff;
}
.map .map-inner .main-heading .main-heading-text {
  top: 70%;
}
.map .map-inner iframe {
  padding-bottom: 1.25rem;
  width: 100%;
  height: 31.25rem;
}
@media screen and (max-width: 575.98px) {
  .map .map-inner iframe {
    height: 43.75rem;
  }
}

/* contact
---------------------------------------------------- */
.contact-form {
  padding-left: 9.375rem;
  padding-right: 9.375rem;
}
@media screen and (max-width: 1600px) {
  .contact-form {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 991.98px) {
  .contact-form .contact-form-inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.contact-form .contact-tel {
  margin: 0 auto;
  margin-top: 6.25rem;
  margin-bottom: 3.75rem;
  width: 38.75rem;
  text-align: center;
  border: 1px solid rgb(12, 30, 61);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 575.98px) {
  .contact-form .contact-tel {
    margin-top: 9.375rem;
    margin-bottom: 5rem;
    width: max(38.75rem, 260px);
  }
}
.contact-form .contact-tel .header {
  margin-bottom: 1.25rem;
  padding: 1.875rem;
  background-color: rgb(12, 30, 61);
  color: #fff;
  font-size: max(1.75rem, 16px);
}
.contact-form .contact-tel .tel-number {
  margin-bottom: 1.875rem;
}
.contact-form .contact-tel .tel-number .number {
  font-size: max(2.5rem, 20px);
  padding-bottom: 0.3125rem;
}
.contact-form .contact-tel .tel-number .number a {
  display: inline;
}
@media screen and (max-width: 575.98px) {
  .contact-form .contact-tel .tel-number .time {
    font-size: max(1rem, 15px);
  }
}
.contact-form .required {
  height: 95%;
  padding: 0 0.5em 0.2em;
  background-color: rgb(229, 48, 49);
  color: #fff;
  font-size: 12px;
}
.contact-form .contact-mail {
  margin-bottom: 3.125rem;
}
.contact-form .contact-mail .main-heading {
  height: 18.75rem;
  white-space: nowrap;
  text-align: center;
}
@media screen and (max-width: 400px) {
  .contact-form .contact-mail .main-heading {
    margin-bottom: 20px;
  }
}
.contact-form .contact-mail .main-heading:before {
  content: "Contact Form";
}
.contact-form .contact-mail .description p {
  line-height: 1.8;
}
.contact-form .contact-mail .description p .required {
  margin-right: 0.5em;
}
@media (max-width: 767.98px) {
  .contact-form form table {
    margin-bottom: 50px;
  }
}
.contact-form form table tr {
  width: 100%;
}
.contact-form form table tr th,
.contact-form form table tr td {
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  vertical-align: middle;
}
@media (max-width: 767.98px) {
  .contact-form form table tr th,
  .contact-form form table tr td {
    display: block;
  }
}
.contact-form form table tr th input::-moz-placeholder, .contact-form form table tr th textarea::-moz-placeholder, .contact-form form table tr td input::-moz-placeholder, .contact-form form table tr td textarea::-moz-placeholder {
  color: #d3d3d3;
  font-size: max(0.9375rem, 15px);
}
.contact-form form table tr th input::placeholder,
.contact-form form table tr th textarea::placeholder,
.contact-form form table tr td input::placeholder,
.contact-form form table tr td textarea::placeholder {
  color: #d3d3d3;
  font-size: max(0.9375rem, 15px);
}
.contact-form form table tr th {
  width: 25%;
  font-size: 1.125rem;
}
@media screen and (max-width: 1399.98px) {
  .contact-form form table tr th {
    font-size: max(1rem, 16px);
  }
}
@media (max-width: 1199.98px) {
  .contact-form form table tr th {
    width: 30%;
  }
}
@media (max-width: 767.98px) {
  .contact-form form table tr th {
    width: 100%;
    padding-top: 1.5em;
    padding-bottom: 0.5em;
  }
}
.contact-form form table tr th .required {
  display: inline;
  float: right;
}
@media (max-width: 767.98px) {
  .contact-form form table tr td {
    padding-top: 0.5em;
    padding-bottom: 1.5em;
    border-top: none;
  }
}
.contact-form form table tr td .form-control {
  vertical-align: middle;
  font-size: max(1rem, 16px);
}
@media (max-width: 767.98px) {
  .contact-form form table tr td .form-control {
    height: 42px;
  }
}
.contact-form form table tr td .item {
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .contact-form form table tr .inquiry .form-control {
    height: 200px;
  }
}
.contact-form form table tr .item-list {
  line-height: 2;
}
@media (max-width: 767.98px) {
  .contact-form form table tr .item-list .item {
    display: block;
  }
}
.contact-form form table .box-half .form-control {
  width: 30%;
  font-size: max(0.9375rem, 14px);
}
@media (max-width: 767.98px) {
  .contact-form form table .box-half .form-control {
    width: 50%;
  }
}
@media (max-width: 400px) {
  .contact-form form table .box-half .form-control {
    width: 100%;
  }
}
.contact-form form .privacy {
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 575.98px) {
  .contact-form form .privacy {
    margin-bottom: 5rem;
  }
}
.contact-form form .privacy .privacy-title {
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (max-width: 1399.98px) {
  .contact-form form .privacy .privacy-title {
    font-size: max(1rem, 16px);
  }
}
.contact-form form .privacy .privacy-box {
  padding: 2em;
  height: 300px;
  overflow: auto;
  border: 1px solid #ced4da;
}
@media (max-width: 767.98px) {
  .contact-form form .privacy .privacy-box {
    padding: 1em;
  }
}
.contact-form form .privacy .privacy-box::-webkit-scrollbar {
  background: #f6f6f6;
  width: 5px;
  height: 5px;
  border-radius: 20px;
}
.contact-form form .privacy .privacy-box::-webkit-scrollbar-thumb {
  background-color: #cecece;
  border-radius: 20px;
}
.contact-form form .privacy .privacy-box p {
  padding-bottom: 30px;
  line-height: 1.4em;
  font-size: 15px;
}
.contact-form form .privacy .privacy-box p .privacy-box__title {
  padding-bottom: 10px;
  display: block;
  font-weight: 500;
}
.contact-form form .privacy .privacy-box p a.url {
  display: inline;
  word-wrap: break-word;
  text-decoration: underline;
}
.contact-form form .privacy .privacy-box a {
  display: inline;
}
.contact-form form .privacy .privacy-box .bottom {
  padding-bottom: 0;
}
.contact-form form .privacy ol {
  padding-left: 2em;
  padding-bottom: 30px;
  line-height: 1.3em;
  list-style-type: decimal;
}
.contact-form form .privacy ol li {
  font-size: 15px;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .contact-form form .privacy ol li {
    font-size: 13px;
  }
}
.contact-form form .privacy {
  position: relative;
}
.contact-form form .privacy .anchor-offset {
  position: absolute;
  height: 130px;
  top: -130px;
  visibility: hidden;
}
.contact-form form .agreeBox {
  margin-bottom: 1.875rem;
  text-align: center;
  font-size: 1rem;
}
@media screen and (max-width: 1399.98px) {
  .contact-form form .agreeBox {
    font-size: max(0.9375rem, 15px);
  }
}
@media screen and (max-width: 575.98px) {
  .contact-form form .agreeBox {
    margin-bottom: 5rem;
  }
}
.contact-form form .agreeBox input {
  margin-top: -0.2em;
}
.contact-form form .next-btn {
  margin-bottom: 9.375rem;
  text-align: center;
  font-size: 1.125rem;
}
@media screen and (max-width: 1399.98px) {
  .contact-form form .next-btn {
    font-size: max(1rem, 16px);
  }
}
.contact-form form .next-btn button {
  margin: 0 auto;
  padding: 1em 3.5em;
  border: none;
  background-color: rgb(12, 30, 61);
  color: #fff;
}
@media screen and (max-width: 400px) {
  .contact-form form .next-btn button {
    padding: 1em 2.5em;
  }
}
.contact-form form .next-btn button .fa-angle-right {
  margin-left: 2em;
}/*# sourceMappingURL=sub.css.map */