@font-face {
  font-family: "Acumin";
  font-style: normal;
  font-weight: 500;
  src: url("./fonts/Acumin-Pro-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Kozuka Gothic Pro";
  font-style: normal;
  font-weight: 500;
  src: url("./fonts/KozGoPr6N-Medium.otf") format("opentype");
}
html,
body {
  margin: 0;
  padding: 0;
  background: #fff;
  line-height: 2;
  font-family: "Kozuka Gothic Pro", sans-serif;
  font-style: normal;
}
@media screen and (max-width: 1900px) {
  html,
  body {
    font-size: 0.0769230769vw;
  }
}
@media screen and (max-width: 768px) {
  html,
  body {
    font-size: 0.15625vw;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  color: #000;
}

svg * {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

ul,
li,
ol,
li {
  list-style: none;
}

ul,
ol {
  margin: auto;
  padding: 0;
}

figure,
table {
  margin: auto;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.acu {
  font-family: "Acumin", sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
h2 {
  font-size: 60px;
  font-weight: bold;
}
@media screen and (max-width: 1900px) {
  h2 {
    font-size: 60rem;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 64rem;
  }
}

p {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 1900px) {
  p {
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  p {
    font-size: 24rem;
  }
}

main {
  max-width: 1920px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1900px) {
  main {
    max-width: 100%;
  }
}

.container {
  position: relative;
  z-index: 10;
  width: 100%;
}

section {
  position: relative;
  padding: 50px;
  z-index: 5;
  display: block;
}
@media screen and (max-width: 1900px) {
  section {
    padding: 50rem;
  }
}
@media screen and (max-width: 768px) {
  section {
    padding: 50rem 30rem;
  }
}

.lime {
  color: #adff2f;
}

.white {
  color: #fff;
}

.bold {
  font-weight: bold;
}

.f-36 {
  font-size: 36px;
}
@media screen and (max-width: 1900px) {
  .f-36 {
    font-size: 36rem;
  }
}
@media screen and (max-width: 768px) {
  .f-36 {
    font-size: 36rem;
  }
}

.f-18 {
  font-size: 18px;
}
@media screen and (max-width: 1900px) {
  .f-18 {
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .f-18 {
    font-size: 18rem;
  }
}

.f-16 {
  font-size: 16px;
}
@media screen and (max-width: 1900px) {
  .f-16 {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .f-16 {
    font-size: 16rem;
  }
}

.f-14 {
  font-size: 14px;
}
@media screen and (max-width: 1900px) {
  .f-14 {
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .f-14 {
    font-size: 14rem;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background: transparent;
}
header.is_scroll {
  background: #000;
}
header .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 2px solid #fff;
  position: relative;
  padding: 20px 50px;
}
@media screen and (max-width: 1900px) {
  header .header-inner {
    padding: 20rem 50rem;
  }
}
@media screen and (max-width: 768px) {
  header .header-inner {
    padding: 30rem;
  }
}
header .header-inner::after {
  content: "";
  width: 150px;
  height: 3px;
  background-color: #adff2f;
  position: absolute;
  bottom: -3px;
  left: 25px;
}
@media screen and (max-width: 1900px) {
  header .header-inner::after {
    width: 150rem;
    left: 25rem;
    bottom: -3rem;
  }
}
header .header-inner .logo {
  width: 50px;
  margin-left: 30px;
}
@media screen and (max-width: 1900px) {
  header .header-inner .logo {
    width: 50rem;
    margin-left: 30rem;
  }
}
@media screen and (max-width: 768px) {
  header .header-inner .logo {
    width: 50rem;
    margin-left: 45rem;
  }
}
header .header-inner .logo:hover {
  opacity: 0.7;
}
header .header-inner .pc-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 20px;
}
@media screen and (max-width: 1900px) {
  header .header-inner .pc-menu {
    gap: 20rem;
  }
}
@media screen and (max-width: 768px) {
  header .header-inner .pc-menu {
    display: none;
  }
}
header .header-inner .pc-menu li a {
  font-size: 13px;
  font-weight: normal;
  color: #fff;
  position: relative;
  padding: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1900px) {
  header .header-inner .pc-menu li a {
    font-size: 13rem;
    padding: 5rem;
  }
}
header .header-inner .pc-menu li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #adff2f;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .header-inner .pc-menu li a:hover {
  color: #adff2f;
}
header .header-inner .pc-menu li a:hover::after {
  width: 100%;
}
header .header-inner .hamburger {
  display: none;
}
@media screen and (max-width: 768px) {
  header .header-inner .hamburger {
    display: block;
    z-index: 10;
    width: 52rem;
    height: 52rem;
    cursor: pointer;
    position: relative;
  }
}
header .header-inner .hamburger span {
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 999px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .header-inner .hamburger span.bar1 {
  -webkit-transform: translateY(-15rem);
          transform: translateY(-15rem);
}
header .header-inner .hamburger span.bar3 {
  -webkit-transform: translateY(15rem);
          transform: translateY(15rem);
}
header .header-inner .hamburger.is_open .bar1 {
  -webkit-transform: translateY(0) rotate(405deg);
          transform: translateY(0) rotate(405deg);
}
header .header-inner .hamburger.is_open .bar3 {
  -webkit-transform: translateY(0) rotate(495deg);
          transform: translateY(0) rotate(495deg);
}
header .header-inner .hamburger.is_open .bar2 {
  display: none;
}
header .header-inner .sp-menu {
  display: none;
}
header .header-inner .sp-menu.is_open {
  display: block;
}
@media screen and (max-width: 768px) {
  header .header-inner .sp-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 250rem 100rem;
    background-color: #3e3a39;
    z-index: -1;
  }
}
header .header-inner .sp-menu li a {
  font-size: 20rem;
  font-weight: normal;
  color: #fff;
  position: relative;
  padding: 30rem 10rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .header-inner .sp-menu li a:hover {
  color: #adff2f;
  background-color: rgba(0, 0, 0, 0.1333333333);
}

footer {
  position: relative;
  background-color: #000;
}
footer .footer-inner {
  padding: 50px;
}
@media screen and (max-width: 1900px) {
  footer .footer-inner {
    padding: 50rem;
  }
}
footer .footer-inner .footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .footer-inner .footer-top .logo {
  width: 175px;
}
@media screen and (max-width: 1900px) {
  footer .footer-inner .footer-top .logo {
    width: 175rem;
  }
}
footer .footer-inner .footer-top .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: 300px;
}
@media screen and (max-width: 1900px) {
  footer .footer-inner .footer-top .footer-nav {
    margin-right: 300rem;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-inner .footer-top .footer-nav {
    margin-right: 180rem;
  }
}
footer .footer-inner .footer-top .footer-nav li a {
  padding: 5px;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1900px) {
  footer .footer-inner .footer-top .footer-nav li a {
    font-size: 22rem;
  }
}
footer .footer-inner .footer-top .footer-nav li a:hover {
  color: #adff2f;
}
footer .footer-inner .footer-below {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1900px) {
  footer .footer-inner .footer-below {
    margin-top: 30rem;
  }
}
footer .footer-inner .footer-below .copyright {
  color: #fff;
}
footer .footer-inner .footer-below .copyright p {
  margin: auto;
}
footer .footer-inner .footer-below .sitemap_privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  color: #fff;
  margin-right: 70px;
}
@media screen and (max-width: 1900px) {
  footer .footer-inner .footer-below .sitemap_privacy {
    margin-right: 70rem;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-inner .footer-below .sitemap_privacy {
    margin-right: 0;
  }
}
footer .footer-inner .footer-below .sitemap_privacy a {
  color: #fff;
}
footer .footer-inner .footer-below .sitemap_privacy a:hover {
  color: #adff2f;
}
footer .page-top {
  position: absolute;
  bottom: 30px;
  right: 10px;
  z-index: 5;
  cursor: pointer;
}
@media screen and (max-width: 1900px) {
  footer .page-top {
    bottom: 30rem;
    right: 10rem;
  }
}
@media screen and (max-width: 768px) {
  footer .page-top {
    bottom: unset;
    top: -370rem;
  }
}
footer .page-top:hover svg rect {
  fill: #fff;
}
footer .page-top svg {
  width: 61px;
  height: 61px;
}
@media screen and (max-width: 1900px) {
  footer .page-top svg {
    width: 61rem;
    height: 61rem;
  }
}

.t_fv {
  position: relative;
  background-color: #3e3a39;
  padding-top: 115px;
}
@media screen and (max-width: 1900px) {
  .t_fv {
    padding-top: 115rem;
  }
}
@media screen and (max-width: 768px) {
  .t_fv {
    padding-top: 140rem;
  }
}
.t_fv .video img {
  width: 50%;
  margin: auto;
}
.t_fv .container .text {
  position: absolute;
  top: 400px;
  left: 500px;
  color: #fff;
}
@media screen and (max-width: 1900px) {
  .t_fv .container .text {
    top: 400rem;
    left: 500rem;
  }
}
@media screen and (max-width: 768px) {
  .t_fv .container .text {
    top: 120rem;
    left: 30rem;
  }
}
.t_fv .container .text h1 {
  font-size: 48px;
  line-height: 1.5;
}
@media screen and (max-width: 1900px) {
  .t_fv .container .text h1 {
    font-size: 48rem;
  }
}
@media screen and (max-width: 768px) {
  .t_fv .container .text h1 {
    font-size: 36rem;
  }
}
.t_fv .container .text p {
  font-size: 16px;
  font-weight: normal;
  margin-top: 30px;
}
@media screen and (max-width: 1900px) {
  .t_fv .container .text p {
    font-size: 16rem;
    margin-top: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .t_fv .container .text p {
    font-size: 21rem;
  }
}
.t_fv .container .scroll-div {
  position: absolute;
  top: 500px;
  left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1900px) {
  .t_fv .container .scroll-div {
    top: 500rem;
    left: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .t_fv .container .scroll-div {
    left: unset;
    right: 20rem;
    top: 200rem;
  }
}
.t_fv .container .scroll-div span {
  font-size: 10px;
  font-weight: medium;
  color: #adff2f;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
@media screen and (max-width: 1900px) {
  .t_fv .container .scroll-div span {
    font-size: 10rem;
  }
}
.t_fv .container .scroll-div svg {
  width: 5px;
  height: 88px;
}
@media screen and (max-width: 1900px) {
  .t_fv .container .scroll-div svg {
    width: 5rem;
    height: 88rem;
  }
}
.t_fv .container .deco img {
  width: calc(100% + 100px);
  margin: auto -50px;
}
@media screen and (max-width: 1900px) {
  .t_fv .container .deco img {
    width: calc(100% + 100rem);
    margin: auto -50rem;
  }
}

@-webkit-keyframes v-slide {
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes v-slide {
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@-webkit-keyframes h-slide {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes h-slide {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.t_about {
  background-color: #000;
  padding: 0;
}
.t_about .deco1 {
  width: 172px;
  position: absolute;
  top: 50px;
  right: 0;
}
@media screen and (max-width: 1900px) {
  .t_about .deco1 {
    width: 172rem;
    top: 50rem;
  }
}
.t_about .deco2 {
  width: 480px;
  position: absolute;
  top: 785px;
  left: 80px;
}
@media screen and (max-width: 1900px) {
  .t_about .deco2 {
    width: 480rem;
    top: 785rem;
    left: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .t_about .deco2 {
    top: 70rem;
    left: 0;
    position: relative;
    width: calc(100% + 60rem);
    margin-bottom: -100rem;
    z-index: -1;
  }
}
.t_about .container {
  padding: 50px;
}
@media screen and (max-width: 1900px) {
  .t_about .container {
    padding: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .t_about .container {
    padding: 50rem 30rem;
  }
}
.t_about .container .row1 {
  position: relative;
  margin-top: 56px;
}
@media screen and (max-width: 1900px) {
  .t_about .container .row1 {
    margin-top: 56rem;
  }
}
.t_about .container .row1 .text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  position: absolute;
  top: 30px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .t_about .container .row1 .text {
    position: relative;
  }
}
.t_about .container .row1 .text p {
  margin-top: 55px;
}
@media screen and (max-width: 1900px) {
  .t_about .container .row1 .text p {
    margin-top: 55rem;
  }
}
.t_about .container .row1 .img {
  width: 480px;
  margin: auto;
  margin-right: 0;
}
@media screen and (max-width: 1900px) {
  .t_about .container .row1 .img {
    width: 480rem;
  }
}
@media screen and (max-width: 768px) {
  .t_about .container .row1 .img {
    width: 470rem;
    margin: auto;
    margin-top: 70rem;
    margin-left: 0;
  }
}
.t_about .container .row2 {
  position: relative;
  margin-top: 56px;
}
@media screen and (max-width: 1900px) {
  .t_about .container .row2 {
    margin-top: 56rem;
  }
}
@media screen and (max-width: 768px) {
  .t_about .container .row2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 70rem;
    margin-top: 0;
  }
}
.t_about .container .row2 .text {
  width: 545px;
  color: #fff;
  margin: auto;
  margin-right: 0;
}
@media screen and (max-width: 1900px) {
  .t_about .container .row2 .text {
    width: 545rem;
  }
}
@media screen and (max-width: 768px) {
  .t_about .container .row2 .text {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .t_about .container .row2 .text .btn {
    display: none;
  }
}
.t_about .container .row2 .img {
  width: 400px;
  margin: auto;
  margin-top: 190px;
  margin-right: -50px;
}
@media screen and (max-width: 1900px) {
  .t_about .container .row2 .img {
    width: 480rem;
    margin-top: 190rem;
    margin-right: -50rem;
  }
}
@media screen and (max-width: 768px) {
  .t_about .container .row2 .img {
    margin-top: -50rem;
    z-index: -1;
    position: relative;
  }
}
.t_about .deco {
  margin-top: 55px;
  width: 100%;
  height: 430px;
  background: url("../img/t_deco.svg") no-repeat top center;
  background-size: cover;
  background-position: top;
}
@media screen and (max-width: 1900px) {
  .t_about .deco {
    height: 430rem;
  }
}

.ttl-div p {
  font-size: 18px;
  font-weight: 500;
  color: #adff2f;
  line-height: 1.5;
}
@media screen and (max-width: 1900px) {
  .ttl-div p {
    font-size: 18rem;
  }
}
.ttl-div h2 {
  font-size: 85px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #fff;
}
@media screen and (max-width: 1900px) {
  .ttl-div h2 {
    font-size: 85rem;
  }
}

.btn {
  margin-top: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
@media screen and (max-width: 1900px) {
  .btn {
    margin-top: 50rem;
  }
}
.btn:hover {
  opacity: 0.7;
}
.btn:hover svg rect {
  fill: black;
  stroke: #adff2f;
}
.btn:hover svg path {
  stroke: #adff2f;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.btn svg {
  width: 92px;
  height: 42px;
}
@media screen and (max-width: 1900px) {
  .btn svg {
    width: 92rem;
    height: 42rem;
  }
}

.t_service {
  padding: 0;
  background-color: #000;
  margin-top: -2px;
}
.t_service .container {
  padding-top: 50px;
}
@media screen and (max-width: 1900px) {
  .t_service .container {
    padding-top: 50rem;
  }
}
.t_service .container .ttl-div {
  padding: 0 50px;
}
@media screen and (max-width: 1900px) {
  .t_service .container .ttl-div {
    padding: 0 50rem;
  }
}
@media screen and (max-width: 768px) {
  .t_service .container .ttl-div {
    padding: 0 30rem;
  }
}
.t_service .container .deco {
  padding: 0 50px;
  padding-top: 60px;
  padding-left: 240px;
  color: #fff;
}
@media screen and (max-width: 1900px) {
  .t_service .container .deco {
    padding: 0 50rem;
    padding-top: 60rem;
    padding-left: 240rem;
  }
}
@media screen and (max-width: 768px) {
  .t_service .container .deco {
    padding: 0 30rem;
  }
}
.t_service .container .service-list {
  margin-top: 60px;
}
@media screen and (max-width: 1900px) {
  .t_service .container .service-list {
    margin-top: 60rem;
  }
}
.t_service .container .service-list .item {
  position: relative;
}
.t_service .container .service-list .item .item-lbl {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #adff2f;
}
@media screen and (max-width: 1900px) {
  .t_service .container .service-list .item .item-lbl {
    padding: 40rem 20rem;
  }
}
.t_service .container .service-list .item .item-lbl p {
  font-size: 15px;
  font-weight: 400;
}
@media screen and (max-width: 1900px) {
  .t_service .container .service-list .item .item-lbl p {
    font-size: 15rem;
  }
}
.t_service .container .service-list .item .item-lbl p:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3px;
  padding-right: 30px;
}
@media screen and (max-width: 1900px) {
  .t_service .container .service-list .item .item-lbl p:nth-child(2) {
    padding-right: 30rem;
  }
}
.t_service .container .service-list .item .item-lbl p:nth-child(2) svg {
  width: 33px;
  height: 1px;
}
@media screen and (max-width: 1900px) {
  .t_service .container .service-list .item .item-lbl p:nth-child(2) svg {
    width: 33rem;
  }
}
.t_service .container .service-list .item .content {
  width: 1080px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 1900px) {
  .t_service .container .service-list .item .content {
    gap: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .t_service .container .service-list .item .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 30rem;
  }
}
.t_service .container .service-list .item .content .img {
  width: 375px;
}
@media screen and (max-width: 1900px) {
  .t_service .container .service-list .item .content .img {
    width: 375rem;
  }
}
@media screen and (max-width: 768px) {
  .t_service .container .service-list .item .content .img {
    width: 100%;
  }
}
.t_service .container .service-list .item .content .text {
  color: #fff;
  width: 660px;
}
@media screen and (max-width: 1900px) {
  .t_service .container .service-list .item .content .text {
    width: 660rem;
  }
}
@media screen and (max-width: 768px) {
  .t_service .container .service-list .item .content .text {
    width: 100%;
  }
}
.t_service .container .service-list .item .content .text .s_num {
  font-size: 15px;
  font-weight: 400;
}
@media screen and (max-width: 1900px) {
  .t_service .container .service-list .item .content .text .s_num {
    font-size: 15rem;
  }
}
.t_service .container .service-list .item .content .text h3 {
  width: 100%;
  padding-bottom: 50px;
  position: relative;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 1900px) {
  .t_service .container .service-list .item .content .text h3 {
    padding-bottom: 50rem;
  }
}
.t_service .container .service-list .item .content .text h3::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 150px;
  height: 2px;
  background-color: #adff2f;
}
@media screen and (max-width: 1900px) {
  .t_service .container .service-list .item .content .text h3::after {
    width: 150rem;
    bottom: -2rem;
  }
}

.t_product-list {
  background-color: #000;
  color: #fff;
  padding: 0;
}
.t_product-list .container {
  padding: 50px;
}
@media screen and (max-width: 1900px) {
  .t_product-list .container {
    padding: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .t_product-list .container {
    padding: 50rem 30rem;
  }
}
.t_product-list .container .cat-div {
  position: absolute;
  top: 230px;
  left: 50px;
}
@media screen and (max-width: 1900px) {
  .t_product-list .container .cat-div {
    top: 230rem;
    left: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .t_product-list .container .cat-div {
    display: none;
  }
}
.t_product-list .container .cat-div .cat-list .cat {
  position: relative;
  padding-left: 30px;
  margin-top: 20px;
  line-height: 1;
}
@media screen and (max-width: 1900px) {
  .t_product-list .container .cat-div .cat-list .cat {
    padding-left: 30rem;
    margin-top: 20rem;
  }
}
.t_product-list .container .cat-div .cat-list .cat::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #adff2f;
  border-radius: 999px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.t_product-list .container .items-list {
  margin-top: 50px;
  margin-left: 390px;
}
@media screen and (max-width: 1900px) {
  .t_product-list .container .items-list {
    margin-top: 50rem;
    margin-left: 390rem;
  }
}
@media screen and (max-width: 768px) {
  .t_product-list .container .items-list {
    margin-left: 0;
    overflow-x: auto;
  }
}
.t_product-list .container .items-list .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  width: 100%;
}
@media screen and (max-width: 1900px) {
  .t_product-list .container .items-list .wrapper {
    gap: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .t_product-list .container .items-list .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.t_product-list .container .items-list .wrapper .item {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .t_product-list .container .items-list .wrapper .item {
    width: 280rem;
  }
}
.t_product-list .container .items-list .wrapper .item .cat {
  font-size: 9px;
  width: 100px;
  padding: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 999px;
  border: 1px solid #adff2f;
  color: #adff2f;
  background-color: transparent;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 1900px) {
  .t_product-list .container .items-list .wrapper .item .cat {
    width: 100rem;
    font-size: 9rem;
    margin-top: 20rem;
    padding: 4rem;
  }
}
.t_product-list .container .items-list .wrapper .item .item-ttl {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #fff;
  position: relative;
}
@media screen and (max-width: 1900px) {
  .t_product-list .container .items-list .wrapper .item .item-ttl {
    margin-top: 20rem;
    padding-bottom: 20rem;
  }
}
.t_product-list .container .items-list .wrapper .item .item-ttl::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 65px;
  height: 3px;
  background-color: #adff2f;
}
@media screen and (max-width: 1900px) {
  .t_product-list .container .items-list .wrapper .item .item-ttl::after {
    width: 65rem;
    bottom: -3rem;
  }
}
.t_product-list .container .items-list .wrapper .item p {
  margin-top: 20px;
}
@media screen and (max-width: 1900px) {
  .t_product-list .container .items-list .wrapper .item p {
    margin-top: 20rem;
  }
}
.t_product-list .container .items-list .wrapper .item .btn {
  margin: auto;
  margin-top: 50px;
  margin-right: 0;
}
@media screen and (max-width: 1900px) {
  .t_product-list .container .items-list .wrapper .item .btn {
    margin-top: 50rem;
  }
}
.t_product-list .deco {
  width: 100%;
  height: 430px;
  background: url("../img/t_deco.svg") no-repeat top center;
  background-size: cover;
  background-position: top;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
@media screen and (max-width: 1900px) {
  .t_product-list .deco {
    height: 430rem;
    -webkit-transform: translateY(50rem);
            transform: translateY(50rem);
  }
}

.t_news {
  padding-top: 130px;
}
@media screen and (max-width: 1900px) {
  .t_news {
    padding-top: 130rem;
  }
}
.t_news .container .ttl-div h2 {
  color: #000;
}
.t_news .container .cat-div {
  position: absolute;
  top: 180px;
  left: 0;
}
@media screen and (max-width: 1900px) {
  .t_news .container .cat-div {
    top: 180rem;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .t_news .container .cat-div {
    left: unset;
    right: 0;
    top: 90rem;
  }
  .t_news .container .cat-div .btn {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .t_news .container .cat-div .cat-list {
    display: none;
  }
}
.t_news .container .cat-div .cat-list .cat {
  position: relative;
  padding-left: 30px;
  margin-top: 20px;
  line-height: 1;
}
@media screen and (max-width: 1900px) {
  .t_news .container .cat-div .cat-list .cat {
    padding-left: 30rem;
    margin-top: 20rem;
  }
}
.t_news .container .cat-div .cat-list .cat::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #adff2f;
  border-radius: 999px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.t_news .container .blog-list {
  margin-top: 30px;
  margin-left: 350px;
}
@media screen and (max-width: 1900px) {
  .t_news .container .blog-list {
    margin-top: 30rem;
    margin-left: 350rem;
  }
}
@media screen and (max-width: 768px) {
  .t_news .container .blog-list {
    margin-left: 0;
  }
}
.t_news .container .blog-list .blog-item {
  padding: 20px;
  border-top: 1px solid #d9dada;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.t_news .container .blog-list .blog-item:last-child {
  border-bottom: 1px solid #d9dada;
}
@media screen and (max-width: 1900px) {
  .t_news .container .blog-list .blog-item {
    padding: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .t_news .container .blog-list .blog-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.t_news .container .blog-list .blog-item:hover {
  background-color: #d9dada;
}
.t_news .container .blog-list .blog-item .item-ttl {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 1900px) {
  .t_news .container .blog-list .blog-item .item-ttl {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .t_news .container .blog-list .blog-item .item-ttl {
    font-size: 21rem;
    margin-top: 10rem;
  }
}
.t_news .container .blog-list .blog-item .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 35px;
}
@media screen and (max-width: 1900px) {
  .t_news .container .blog-list .blog-item .meta {
    gap: 35rem;
  }
}
.t_news .container .blog-list .blog-item .meta .cat {
  font-size: 9px;
  width: 100px;
  padding: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 999px;
  border: 1px solid #adff2f;
  color: #000;
  background-color: transparent;
  text-align: center;
}
@media screen and (max-width: 1900px) {
  .t_news .container .blog-list .blog-item .meta .cat {
    width: 100rem;
    font-size: 9rem;
    padding: 4rem;
  }
}
.t_news .container .blog-list .blog-item .meta .date {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 1900px) {
  .t_news .container .blog-list .blog-item .meta .date {
    font-size: 16rem;
  }
}

@media screen and (max-width: 768px) {
  .t_recruit {
    padding: 50rem 0;
  }
}
@media screen and (max-width: 768px) {
  .t_recruit .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
  }
}
.t_recruit .container .imgs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 85px;
}
@media screen and (max-width: 1900px) {
  .t_recruit .container .imgs {
    gap: 85rem;
  }
}
@media screen and (max-width: 768px) {
  .t_recruit .container .imgs {
    width: 1295rem;
    gap: 10rem;
  }
}
.t_recruit .container .imgs .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 75px;
}
@media screen and (max-width: 1900px) {
  .t_recruit .container .imgs .column {
    gap: 75rem;
  }
}
@media screen and (max-width: 768px) {
  .t_recruit .container .imgs .column {
    gap: 10rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.t_recruit .container .imgs .column:nth-child(2) {
  gap: 40px;
}
@media screen and (max-width: 1900px) {
  .t_recruit .container .imgs .column:nth-child(2) {
    gap: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .t_recruit .container .imgs .column:nth-child(2) {
    gap: 10rem;
    width: 580rem;
  }
}
.t_recruit .container .imgs .column .content {
  position: relative;
  overflow: hidden;
}
.t_recruit .container .imgs .column .content .text {
  background-color: rgba(239, 239, 239, 0.9333333333);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1900px) {
  .t_recruit .container .imgs .column .content .text {
    padding: 20rem;
  }
}
.t_recruit .container .imgs .column .content .text h2 {
  font-size: 65px;
}
@media screen and (max-width: 1900px) {
  .t_recruit .container .imgs .column .content .text h2 {
    font-size: 65rem;
  }
}
.t_recruit .container .imgs .column .content .text p.f-25 {
  font-size: 25px;
}
@media screen and (max-width: 1900px) {
  .t_recruit .container .imgs .column .content .text p.f-25 {
    font-size: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .t_recruit .container .imgs .column .content .text p.f-25 {
    text-align: center;
  }
}
.t_recruit .container .imgs .column .content .text p.f-14 {
  margin-top: 20px;
}
@media screen and (max-width: 1900px) {
  .t_recruit .container .imgs .column .content .text p.f-14 {
    margin-top: 20rem;
  }
}

.t_recruit2 {
  padding: 0;
}
.t_recruit2 .container {
  position: relative;
}
.t_recruit2 .container .text {
  position: absolute;
  background-color: rgba(239, 239, 239, 0.9333333333);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 345px;
  height: 625px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1900px) {
  .t_recruit2 .container .text {
    width: 345rem;
    height: 625rem;
    padding: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .t_recruit2 .container .text {
    width: calc(100% - 60rem);
    height: calc(100% - 60rem);
  }
}
.t_recruit2 .container .text h2 {
  font-size: 65px;
}
@media screen and (max-width: 1900px) {
  .t_recruit2 .container .text h2 {
    font-size: 65rem;
  }
}
.t_recruit2 .container .text p.f-25 {
  font-size: 25px;
}
@media screen and (max-width: 1900px) {
  .t_recruit2 .container .text p.f-25 {
    font-size: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .t_recruit2 .container .text p.f-25 {
    text-align: center;
  }
}
.t_recruit2 .container .text p.f-14 {
  margin-top: 20px;
}
@media screen and (max-width: 1900px) {
  .t_recruit2 .container .text p.f-14 {
    margin-top: 20rem;
  }
}

.t_contact {
  padding: 0;
  margin-top: -2px;
}
.t_contact .container {
  padding: 50px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
@media screen and (max-width: 1900px) {
  .t_contact .container {
    padding: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .t_contact .container {
    padding: 50rem 30rem;
  }
}
.t_contact .container p.f-36 {
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 70px;
  margin-right: 0;
}
@media screen and (max-width: 1900px) {
  .t_contact .container p.f-36 {
    margin-top: 70rem;
  }
}
@media screen and (max-width: 768px) {
  .t_contact .container p.f-36 {
    margin-top: 30rem;
    text-align: right;
  }
}
.t_contact .container .ttl-div {
  margin-top: 210px;
}
@media screen and (max-width: 1900px) {
  .t_contact .container .ttl-div {
    margin-top: 210rem;
  }
}
.t_contact .container .btn {
  position: absolute;
  bottom: 100px;
  right: 50px;
}
@media screen and (max-width: 1900px) {
  .t_contact .container .btn {
    bottom: 100rem;
    right: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .t_contact .container .btn {
    right: 30rem;
  }
}

.insta {
  background-color: #000;
  padding: 50px 0;
}
@media screen and (max-width: 1900px) {
  .insta {
    padding: 50rem 0;
  }
}
.insta .container .ttl {
  width: 278px;
  margin-left: 50px;
}
@media screen and (max-width: 1900px) {
  .insta .container .ttl {
    width: 278rem;
    margin-left: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .insta .container .ttl {
    margin-left: 30rem;
  }
}
.insta .container .feed-list {
  margin-top: 50px;
  margin-left: 50px;
}
@media screen and (max-width: 1900px) {
  .insta .container .feed-list {
    margin-top: 50rem;
    margin-left: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .insta .container .feed-list {
    margin-left: 30rem;
  }
}
.insta .container .feed-list .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
}
@media screen and (max-width: 1900px) {
  .insta .container .feed-list .wrapper {
    gap: 20rem;
  }
}
.insta .container .feed-list .wrapper .item {
  width: 295px;
}
@media screen and (max-width: 1900px) {
  .insta .container .feed-list .wrapper .item {
    width: 295rem;
  }
}/*# sourceMappingURL=top.css.map */