@font-face {
  font-family: "Bahn";
  src: url("./fonts/bahnschrift.ttf");
  font-display: swap;
  font-style: normal;
}
html,
body {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
}
@media screen and (max-width: 1900px) {
  html,
  body {
    font-size: 0.0520833333vw;
  }
}
@media screen and (max-width: 768px) {
  html,
  body {
    font-size: 0.1333333333vw;
  }
}

body {
  background: url("../img/t_main-ptn.svg") repeat;
  background-size: 200px 200px;
}
@media screen and (max-width: 1900px) {
  body {
    background-size: 200rem 200rem;
  }
}
@media screen and (max-width: 768px) {
  body {
    background-size: 100rem 100rem;
  }
}

* {
  box-sizing: border-box;
}

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

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

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

p {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

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

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

figure,
table {
  margin: auto;
}

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

iframe {
  width: 100%;
  height: 100%;
}

.jp {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-optical-sizing: auto;
}

.sans {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-optical-sizing: auto;
}

.en {
  font-family: "Bahn", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.b-9 {
  font-weight: 900;
}

.b-8 {
  font-weight: 800;
}

.bold {
  font-weight: 700;
}

.medium {
  font-weight: 500;
}

.regular {
  font-weight: 400;
}

.light {
  font-weight: 300;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
h1,
.f-64 {
  font-size: 64px;
  line-height: 1;
}
@media screen and (max-width: 1900px) {
  h1,
  .f-64 {
    font-size: 64rem;
  }
}
@media screen and (max-width: 768px) {
  h1,
  .f-64 {
    font-size: 54rem;
    line-height: 1.5;
  }
}

h2,
.f-48 {
  font-size: 48px;
  line-height: 1.5;
}
@media screen and (max-width: 1900px) {
  h2,
  .f-48 {
    font-size: 48rem;
  }
}
@media screen and (max-width: 768px) {
  h2,
  .f-48 {
    font-size: 44rem;
  }
}

h3,
.f-40 {
  font-size: 40px;
  line-height: 1.5;
}
@media screen and (max-width: 1900px) {
  h3,
  .f-40 {
    font-size: 40rem;
  }
}
@media screen and (max-width: 768px) {
  h3,
  .f-40 {
    font-size: 40rem;
  }
}

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

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

h5,
.f-md {
  font-size: 24px;
}
@media screen and (max-width: 1900px) {
  h5,
  .f-md {
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  h5,
  .f-md {
    font-size: 28rem;
  }
}

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

.c-yellow {
  color: #fee101;
}

.c-red {
  color: #ff6666;
}

.desc {
  margin: auto;
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 1900px) {
  .desc {
    margin-top: 50rem;
  }
}

main {
  max-width: 1920px;
  width: 100%;
  margin: auto;
  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;
  z-index: 5;
}

.sec-contain {
  max-width: 1100px;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1900px) {
  .sec-contain {
    max-width: 1100rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-contain {
    max-width: 100%;
  }
}

.sec-wide {
  max-width: 1440px;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1900px) {
  .sec-wide {
    max-width: 1440rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-wide {
    max-width: 100%;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
header.header-sub {
  background-color: transparent;
}
header.header-sub .container .fix-to-recruit .recruit {
  display: block;
}
header.header-sub .container .fix-to-recruit .main {
  display: none;
}
header.header-sub .container .page-links li .link:hover {
  color: #fff;
}
header.header-sub .container .page-links li .link:hover::after {
  background-color: #fff;
}
header.header-sub.is_scroll .container .fix-to-recruit {
  border-radius: 999px;
  border: 2px solid #fee101;
}
header.is_scroll {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5333333333);
  background-color: #fff;
}
header .container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 40px;
}
@media screen and (max-width: 1900px) {
  header .container {
    padding: 40rem 40rem;
  }
}
@media screen and (max-width: 768px) {
  header .container {
    padding: 20rem 40rem;
  }
}
header .container .logo {
  width: 345px;
}
@media screen and (max-width: 1900px) {
  header .container .logo {
    width: 345rem;
  }
}
@media screen and (max-width: 768px) {
  header .container .logo {
    width: 400rem;
  }
}
header .container .logo:hover {
  opacity: 0.8;
}
header .container .page-links {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  header .container .page-links {
    display: none;
  }
}
header .container .page-links li .link {
  padding: 10px 19px;
  cursor: pointer;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 1900px) {
  header .container .page-links li .link {
    padding: 10rem 15rem;
  }
}
header .container .page-links li .link::after {
  content: "";
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
  position: absolute;
  bottom: -3px;
  left: 0;
  background-color: #fee101;
}
header .container .page-links li .link:hover, header .container .page-links li .link:active {
  color: #fee101;
}
header .container .page-links li .link:hover::after, header .container .page-links li .link:active::after {
  width: 100%;
}
header .container .fix-to-recruit {
  width: 120px;
  position: absolute;
  z-index: 50;
  bottom: -20px;
  right: 48px;
}
header .container .fix-to-recruit .recruit {
  display: none;
}
header .container .fix-to-recruit:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1900px) {
  header .container .fix-to-recruit {
    bottom: -20rem;
    width: 120rem;
    right: 40rem;
  }
}
@media screen and (max-width: 768px) {
  header .container .fix-to-recruit {
    width: 100rem;
    right: 10rem;
    bottom: -110rem;
  }
}
header .container .hamburger {
  display: none;
  position: relative;
  z-index: 15;
  width: 60rem;
  height: 60rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  header .container .hamburger {
    display: block;
  }
}
header .container .hamburger span {
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 999px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  transition: all 0.3s ease-in-out;
  background-color: #000;
}
header .container .hamburger span.bar1 {
  transform: translateY(-22rem);
}
header .container .hamburger span.bar3 {
  transform: translateY(22rem);
}
header .container .hamburger.is_open .bar1 {
  transform: translateY(0) rotate(405deg);
}
header .container .hamburger.is_open .bar3 {
  transform: translateY(0) rotate(495deg);
}
header .container .hamburger.is_open .bar2 {
  display: none;
}
header .container .sp-menu {
  display: none;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 80rem 40rem;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
header .container .sp-menu.is_open {
  display: flex;
}
header .container .sp-menu li {
  width: 100%;
}
header .container .sp-menu li .link {
  padding: 30rem;
  position: relative;
  display: block;
  text-align: center;
}
header .container .sp-menu li .link:hover, header .container .sp-menu li .link:active {
  color: #fee101;
}

footer {
  background-color: #484848;
  position: relative;
  z-index: 50;
}
footer .container {
  padding: 200px 45px 0 95px;
}
@media screen and (max-width: 1900px) {
  footer .container {
    padding: 200rem 45rem 0 95rem;
  }
}
@media screen and (max-width: 768px) {
  footer .container {
    padding: 80rem 40rem 0;
  }
}
footer .container .logo {
  width: 340px;
}
@media screen and (max-width: 1900px) {
  footer .container .logo {
    width: 340rem;
  }
}
@media screen and (max-width: 768px) {
  footer .container .logo {
    width: 70%;
    margin: auto;
  }
}
footer .container .page-top {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  cursor: pointer;
}
@media screen and (max-width: 1900px) {
  footer .container .page-top {
    right: 50rem;
  }
}
@media screen and (max-width: 768px) {
  footer .container .page-top {
    top: unset;
    bottom: 100rem;
  }
}
footer .container .page-top:hover span {
  color: #fee101;
}
footer .container .page-top:hover svg path[fill="#FEE101"] {
  fill: #fff;
}
footer .container .page-top span {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  width: 100%;
  margin-bottom: 5%;
  display: block;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1900px) {
  footer .container .page-top span {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  footer .container .page-top span {
    font-size: 20rem;
  }
}
footer .container .page-top svg {
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 1900px) {
  footer .container .page-top svg {
    width: 60rem;
    height: 60rem;
  }
}
footer .container .footer-main {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  footer .container .footer-main {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
footer .container .footer-main .info {
  margin-top: 30px;
  color: #fff;
}
@media screen and (max-width: 1900px) {
  footer .container .footer-main .info {
    margin-top: 30rem;
  }
}
@media screen and (max-width: 768px) {
  footer .container .footer-main .info {
    margin-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  footer .container .footer-main .page_links {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30rem;
    margin-top: 70rem;
    width: 70%;
  }
}
footer .container .footer-main .page_links .row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  footer .container .footer-main .page_links .row {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30rem;
    width: 100%;
  }
}
footer .container .footer-main .page_links .link {
  position: relative;
  padding: 8px 16px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 1900px) {
  footer .container .footer-main .page_links .link {
    padding: 8rem 16rem;
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  footer .container .footer-main .page_links .link {
    font-size: 24rem;
    width: 100%;
    text-align: center;
  }
}
footer .container .footer-main .page_links .link::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #fee101;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
footer .container .footer-main .page_links .link:hover {
  color: #fee101;
}
footer .container .footer-main .page_links .link:hover::after {
  width: 100%;
}
footer .container .copyright {
  width: 100%;
  text-align: center;
  padding: 30px 0;
  color: #fff;
}
@media screen and (max-width: 1900px) {
  footer .container .copyright {
    padding: 30rem 0;
  }
}
@media screen and (max-width: 768px) {
  footer .container .copyright {
    margin-top: 30rem;
  }
}

@keyframes h_slide {
  100% {
    transform: translate(-100%);
  }
}
#t_fv {
  padding-top: 170px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 1900px) {
  #t_fv {
    padding-top: 170rem;
  }
}
@media screen and (max-width: 768px) {
  #t_fv {
    padding-top: 150rem;
  }
}
#t_fv .banner {
  width: 1248px;
  margin: auto;
}
@media screen and (max-width: 1900px) {
  #t_fv .banner {
    width: 1248rem;
  }
}
@media screen and (max-width: 768px) {
  #t_fv .banner {
    width: 100%;
    padding: 0 40rem;
  }
}
#t_fv .bg {
  margin-top: 125px;
  border-top-right-radius: 100px;
  border-top-left-radius: 100px;
  overflow: hidden;
}
@media screen and (max-width: 1900px) {
  #t_fv .bg {
    margin-top: 125rem;
    border-top-right-radius: 100rem;
    border-top-left-radius: 100rem;
  }
}
#t_fv .addition {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
#t_fv .addition img {
  position: absolute;
}
#t_fv .addition img:first-child {
  width: 133px;
  top: 415px;
  left: 120px;
}
@media screen and (max-width: 1900px) {
  #t_fv .addition img:first-child {
    width: 133rem;
    top: 415rem;
    left: 120rem;
  }
}
@media screen and (max-width: 768px) {
  #t_fv .addition img:first-child {
    top: 300rem;
    left: 50rem;
  }
}
#t_fv .addition img:nth-child(2) {
  width: 250px;
  left: 120px;
  top: 531px;
}
@media screen and (max-width: 1900px) {
  #t_fv .addition img:nth-child(2) {
    width: 250rem;
    left: 120rem;
    top: 531rem;
  }
}
@media screen and (max-width: 768px) {
  #t_fv .addition img:nth-child(2) {
    top: 400rem;
    left: 30rem;
    width: 200rem;
  }
}
#t_fv .addition img:nth-child(3) {
  width: 132px;
  top: 531px;
  right: 240px;
}
@media screen and (max-width: 1900px) {
  #t_fv .addition img:nth-child(3) {
    width: 132rem;
    top: 531rem;
    right: 240rem;
  }
}
@media screen and (max-width: 768px) {
  #t_fv .addition img:nth-child(3) {
    top: 400rem;
    right: 50rem;
  }
}
#t_fv .addition img:nth-child(4) {
  width: 93px;
  right: 136px;
  top: 370px;
}
@media screen and (max-width: 1900px) {
  #t_fv .addition img:nth-child(4) {
    width: 93rem;
    right: 136rem;
    top: 370rem;
  }
}
@media screen and (max-width: 768px) {
  #t_fv .addition img:nth-child(4) {
    top: 300rem;
    right: 50rem;
    width: 50rem;
  }
}
#t_fv .h_slider {
  position: absolute;
  z-index: 5;
  bottom: 50px;
  left: 0;
  width: 100%;
  display: flex;
}
@media screen and (max-width: 1900px) {
  #t_fv .h_slider {
    bottom: 50rem;
  }
}
#t_fv .h_slider .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
}
#t_fv .h_slider .wrapper img {
  width: auto;
  height: 145px;
  -o-object-fit: contain;
     object-fit: contain;
  animation: h_slide 30s infinite linear;
}
@media screen and (max-width: 1900px) {
  #t_fv .h_slider .wrapper img {
    height: 145rem;
  }
}
@media screen and (max-width: 768px) {
  #t_fv .h_slider .wrapper img {
    height: 100rem;
  }
}

.t_about .add {
  position: absolute;
  top: -167px;
  right: 0;
  z-index: 5;
  width: 572px;
}
@media screen and (max-width: 1900px) {
  .t_about .add {
    width: 572rem;
    top: -167rem;
  }
}
@media screen and (max-width: 768px) {
  .t_about .add {
    width: 45%;
  }
}
.t_about .sec-wide {
  padding-top: 125px;
}
@media screen and (max-width: 1900px) {
  .t_about .sec-wide {
    padding-top: 125rem;
  }
}
@media screen and (max-width: 768px) {
  .t_about .sec-wide {
    padding: 0 40rem;
    padding-top: 100rem;
  }
}
.t_about .sec-wide h2 {
  line-height: 1.5;
}
.t_about .sec-wide .sec-main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 70px;
}
@media screen and (max-width: 1900px) {
  .t_about .sec-wide .sec-main {
    margin-top: 70rem;
  }
}
@media screen and (max-width: 768px) {
  .t_about .sec-wide .sec-main {
    flex-direction: column;
  }
}
.t_about .sec-wide .sec-main p.text {
  width: 580px;
}
@media screen and (max-width: 1900px) {
  .t_about .sec-wide .sec-main p.text {
    width: 580rem;
  }
}
@media screen and (max-width: 768px) {
  .t_about .sec-wide .sec-main p.text {
    width: 100%;
  }
}
.t_about .sec-wide .sec-main .v_slider {
  width: 740px;
  height: 1230px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 1900px) {
  .t_about .sec-wide .sec-main .v_slider {
    width: 740rem;
    height: 1230rem;
    gap: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .t_about .sec-wide .sec-main .v_slider {
    width: 100%;
    margin-top: 70rem;
  }
}
.t_about .sec-wide .sec-main .v_slider .column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1900px) {
  .t_about .sec-wide .sec-main .v_slider .column {
    gap: 20rem;
  }
}
.t_about .sec-wide .sec-main .v_slider .column:last-child .wrap {
  animation: v_slide 10s infinite linear;
}
.t_about .sec-wide .sec-main .v_slider .column .wrap {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  animation: v_slide2 10s infinite linear;
}
@media screen and (max-width: 1900px) {
  .t_about .sec-wide .sec-main .v_slider .column .wrap {
    gap: 20rem;
  }
}
.t_about .band {
  position: absolute;
  z-index: 100;
  bottom: 0;
  left: 0;
  right: 0;
}
.t_about .band img {
  position: absolute;
  width: auto;
  height: 220px;
}
@media screen and (max-width: 1900px) {
  .t_about .band img {
    height: 220rem;
  }
}
@media screen and (max-width: 768px) {
  .t_about .band img {
    height: 80rem;
  }
}
.t_about .band img:first-child {
  bottom: 85px;
  left: 0;
  transition: all 0.3s ease-in-out;
  rotate: -2deg;
  transform: translateX(-100%);
}
@media screen and (max-width: 1900px) {
  .t_about .band img:first-child {
    bottom: 85rem;
  }
}
.t_about .band img:first-child.in-view {
  transform: translateX(-50%);
}
.t_about .band img:nth-child(2) {
  bottom: 386px;
  right: 0;
  transition: all 0.3s ease-in-out;
  rotate: 4deg;
  transform: translateX(100%);
}
@media screen and (max-width: 1900px) {
  .t_about .band img:nth-child(2) {
    bottom: 386rem;
  }
}
@media screen and (max-width: 768px) {
  .t_about .band img:nth-child(2) {
    bottom: 200rem;
  }
}
.t_about .band img:nth-child(2).in-view {
  transform: translateX(66%);
}

@keyframes v_slide {
  100% {
    transform: translateY(-101%);
  }
}
@keyframes v_slide2 {
  100% {
    transform: translateY(101%);
  }
}
.t_solution {
  background-color: #fee101;
  padding: 140px 120px 125px;
  z-index: 10;
}
@media screen and (max-width: 1900px) {
  .t_solution {
    padding: 140rem 120rem 125rem;
  }
}
@media screen and (max-width: 768px) {
  .t_solution {
    padding: 100rem 40rem;
  }
}
.t_solution .add {
  width: 272px;
  position: absolute;
  z-index: 100;
  bottom: -50px;
  left: 93px;
}
@media screen and (max-width: 1900px) {
  .t_solution .add {
    width: 272rem;
    bottom: -50rem;
    left: 93rem;
  }
}
@media screen and (max-width: 768px) {
  .t_solution .add {
    width: 150rem;
    left: 0;
    bottom: -100rem;
  }
}
.t_solution .container {
  background-color: #fff;
  padding: 50px 0 120px;
}
@media screen and (max-width: 1900px) {
  .t_solution .container {
    padding: 50rem 0 120rem;
  }
}
@media screen and (max-width: 768px) {
  .t_solution .container {
    padding: 50rem 40rem 100rem;
  }
}
.t_solution .container::before {
  content: "";
  width: 385px;
  height: 385px;
  border-radius: 999px;
  background-color: #fff;
  position: absolute;
  top: -58px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1900px) {
  .t_solution .container::before {
    width: 388rem;
    height: 385rem;
    top: -58rem;
  }
}
.t_solution .container .sec-contain .ttl-div p {
  text-align: center;
  color: yellow;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 1900px) {
  .t_solution .container .sec-contain .ttl-div p {
    font-size: 16rem;
  }
}
.t_solution .container .sec-contain .ttl-div h2 {
  text-align: center;
}
.t_solution .container .sec-contain .ttl-div h2 .sm {
  font-size: 42px;
  line-height: 1.5;
}
@media screen and (max-width: 1900px) {
  .t_solution .container .sec-contain .ttl-div h2 .sm {
    font-size: 42rem;
  }
}
.t_solution .container .sec-contain .item-list {
  margin-top: 90px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 53px;
}
@media screen and (max-width: 1900px) {
  .t_solution .container .sec-contain .item-list {
    margin-top: 90rem;
    gap: 53rem;
  }
}
@media screen and (max-width: 768px) {
  .t_solution .container .sec-contain .item-list {
    grid-template-columns: 1fr;
    gap: 70rem;
  }
}
.t_solution .container .sec-contain .item-list .item p {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1900px) {
  .t_solution .container .sec-contain .item-list .item p {
    margin-top: 20rem;
  }
}
.t_solution .container .btn-vertical {
  width: -moz-fit-content;
  width: fit-content;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  position: absolute;
  z-index: 5;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1900px) {
  .t_solution .container .btn-vertical {
    padding: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .t_solution .container .btn-vertical {
    flex-direction: row;
    position: relative;
    top: 70rem;
    width: 100%;
    padding: 20rem 40rem;
  }
}
.t_solution .container .btn-vertical:hover {
  background-color: #fee101;
  border: 1px solid #fff;
}
.t_solution .container .btn-vertical span {
  writing-mode: vertical-lr;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .t_solution .container .btn-vertical span {
    writing-mode: horizontal-tb;
  }
}
.t_solution .container .btn-vertical svg {
  width: 25px;
  height: 12px;
}
@media screen and (max-width: 1900px) {
  .t_solution .container .btn-vertical svg {
    width: 25rem;
    height: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .t_solution .container .btn-vertical svg {
    rotate: -90deg;
    position: absolute;
    top: 50%;
    right: 20rem;
    transform: translateY(-50%);
  }
}

.t_msg .container {
  padding: 0 240px;
  padding-top: 170px;
  padding-bottom: 340px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: #fff;
}
@media screen and (max-width: 1900px) {
  .t_msg .container {
    padding: 0 240rem;
    padding-top: 170rem;
    padding-bottom: 340rem;
  }
}
@media screen and (max-width: 768px) {
  .t_msg .container {
    flex-direction: column;
    padding: 150rem 40rem 300rem;
  }
}
.t_msg .container .img {
  width: 524px;
}
@media screen and (max-width: 1900px) {
  .t_msg .container .img {
    width: 524rem;
  }
}
@media screen and (max-width: 768px) {
  .t_msg .container .img {
    width: 100%;
  }
}
.t_msg .container .text {
  margin-left: 67px;
  width: 680px;
}
@media screen and (max-width: 1900px) {
  .t_msg .container .text {
    margin-left: 67rem;
    width: 680rem;
  }
}
@media screen and (max-width: 768px) {
  .t_msg .container .text {
    width: 100%;
    margin-top: 70rem;
    margin-left: 0;
  }
}
.t_msg .container .text p.f-sm {
  margin: 20px 0;
  font-size: 16px;
}
@media screen and (max-width: 1900px) {
  .t_msg .container .text p.f-sm {
    margin: 20rem 0;
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .t_msg .container .text p.f-sm {
    font-size: 20rem;
  }
}
.t_msg .container .text .btn-yellow {
  margin: auto;
  margin-right: 0;
}
.t_msg .container .img2 {
  position: absolute;
  top: 230px;
  right: 130px;
  width: 333px;
}
@media screen and (max-width: 1900px) {
  .t_msg .container .img2 {
    width: 333rem;
    top: 230rem;
    right: 130rem;
  }
}
@media screen and (max-width: 768px) {
  .t_msg .container .img2 {
    width: 300rem;
    top: 950rem;
    right: 0;
  }
}
.t_msg .h_slide-mega {
  margin-top: -300px;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 1900px) {
  .t_msg .h_slide-mega {
    margin-top: -300rem;
  }
}
@media screen and (max-width: 768px) {
  .t_msg .h_slide-mega {
    margin-top: -230rem;
  }
}
.t_msg .h_slide-mega .wrap1 {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 5;
}
.t_msg .h_slide-mega .wrap1 .grp {
  display: flex;
  align-items: center;
  justify-content: center;
  animation: h_slide 35s infinite linear;
}
.t_msg .h_slide-mega .wrap1 .grp img {
  padding: 0 49px;
}
@media screen and (max-width: 1900px) {
  .t_msg .h_slide-mega .wrap1 .grp img {
    padding: 0 49rem;
  }
}
.t_msg .h_slide-mega .wrap1 .grp img:nth-child(odd) {
  width: 420px;
}
@media screen and (max-width: 1900px) {
  .t_msg .h_slide-mega .wrap1 .grp img:nth-child(odd) {
    width: 420rem;
  }
}
.t_msg .h_slide-mega .wrap1 .grp img:nth-child(even) {
  width: 488px;
}
@media screen and (max-width: 1900px) {
  .t_msg .h_slide-mega .wrap1 .grp img:nth-child(even) {
    width: 488rem;
  }
}
.t_msg .h_slide-mega .wrap2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -70px;
  background-color: #FFF8C5;
}
@media screen and (max-width: 1900px) {
  .t_msg .h_slide-mega .wrap2 {
    margin-top: -70rem;
  }
}
.t_msg .h_slide-mega .wrap2 img {
  width: 2630px;
  animation: h_slide 42s infinite linear;
}
@media screen and (max-width: 1900px) {
  .t_msg .h_slide-mega .wrap2 img {
    width: 2630rem;
  }
}

.btn-yellow {
  width: 420px;
  border-radius: 999px;
  background-color: #fee101;
  border: 1px solid #fee101;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1900px) {
  .btn-yellow {
    width: 420rem;
    padding: 15rem;
  }
}
.btn-yellow svg {
  width: 14px;
  height: 23px;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1900px) {
  .btn-yellow svg {
    right: 25rem;
    width: 14rem;
    height: 23rem;
  }
}
.btn-yellow:hover {
  background-color: #000;
  color: #fee101;
}
.btn-yellow:hover svg path {
  fill: #fee101;
}
.btn-yellow.border {
  border: 2px solid #000;
}

.t_recruit .add {
  width: 750px;
  position: absolute;
  top: 0;
  right: 30px;
  transform: translateY(-63%);
}
@media screen and (max-width: 1900px) {
  .t_recruit .add {
    width: 750rem;
    right: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .t_recruit .add {
    width: 90%;
  }
}
.t_recruit .container {
  padding-top: 140px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1900px) {
  .t_recruit .container {
    padding-top: 140rem;
    padding-bottom: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .t_recruit .container {
    padding: 150rem 40rem;
  }
}
.t_recruit .container .row .ttl-div {
  margin-left: 240px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1900px) {
  .t_recruit .container .row .ttl-div {
    margin-left: 240rem;
  }
}
@media screen and (max-width: 768px) {
  .t_recruit .container .row .ttl-div {
    margin-left: 0;
  }
}
.t_recruit .container .row .ttl-div .f-200 {
  font-size: 200px;
  line-height: 1;
}
@media screen and (max-width: 1900px) {
  .t_recruit .container .row .ttl-div .f-200 {
    font-size: 200rem;
  }
}
@media screen and (max-width: 768px) {
  .t_recruit .container .row .ttl-div .f-200 {
    font-size: 160rem;
  }
}
.t_recruit .container .row .ttl-div .f-80 {
  position: absolute;
  font-size: 80px;
  writing-mode: vertical-lr;
  white-space: nowrap;
  top: 100%;
  left: 0;
}
@media screen and (max-width: 1900px) {
  .t_recruit .container .row .ttl-div .f-80 {
    font-size: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .t_recruit .container .row .ttl-div .f-80 {
    font-size: 64rem;
  }
}
.t_recruit .container .row .content {
  width: 1500px;
  margin: auto;
  margin-right: 0;
  position: relative;
}
@media screen and (max-width: 1900px) {
  .t_recruit .container .row .content {
    width: 1500rem;
  }
}
@media screen and (max-width: 768px) {
  .t_recruit .container .row .content {
    width: 100%;
  }
}
.t_recruit .container .row .content .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 580px;
  padding: 20px;
  transform: translateX(-145px);
  background-color: #fff;
}
@media screen and (max-width: 1900px) {
  .t_recruit .container .row .content .text {
    transform: translateX(-145rem);
    width: 580rem;
    padding: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .t_recruit .container .row .content .text {
    position: relative;
    transform: unset;
    width: 100%;
    margin-top: 20rem;
  }
}
.t_recruit .container .row .content .btn-yellow {
  position: absolute;
  bottom: 50px;
  right: 240px;
}
@media screen and (max-width: 1900px) {
  .t_recruit .container .row .content .btn-yellow {
    bottom: 50rem;
    right: 240rem;
  }
}
@media screen and (max-width: 768px) {
  .t_recruit .container .row .content .btn-yellow {
    position: relative;
    bottom: unset;
    right: unset;
    margin: auto;
    margin-top: 40rem;
  }
}
.t_recruit .container .row2 {
  width: 1500px;
  margin: auto;
  margin-top: 70px;
  margin-right: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 50px;
}
@media screen and (max-width: 1900px) {
  .t_recruit .container .row2 {
    width: 1500rem;
    margin-top: 70rem;
    gap: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .t_recruit .container .row2 {
    flex-direction: column;
    gap: 40rem;
    width: 100%;
  }
}
.t_recruit .container .row2 .btn {
  position: relative;
  overflow: hidden;
}
.t_recruit .container .row2 .btn .text {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1900px) {
  .t_recruit .container .row2 .btn .text {
    bottom: 30rem;
    left: 30rem;
  }
}
.t_recruit .container .row2 .btn .text span {
  display: block;
  padding: 5px 10px;
  background-color: #fee101;
}
@media screen and (max-width: 1900px) {
  .t_recruit .container .row2 .btn .text span {
    padding: 5rem 10rem;
  }
}
.t_recruit .container .row2 .btn .text span:nth-child(2) {
  margin-top: 20px;
}
@media screen and (max-width: 1900px) {
  .t_recruit .container .row2 .btn .text span:nth-child(2) {
    margin-top: 20rem;
  }
}
.t_recruit .container .row2 .btn svg {
  width: 76px;
  height: 76px;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
@media screen and (max-width: 1900px) {
  .t_recruit .container .row2 .btn svg {
    width: 76rem;
    height: 76rem;
    bottom: 30rem;
    right: 30rem;
  }
}
.t_recruit .container .row2 .btn:hover img {
  scale: 1.1;
}
.t_recruit .container .row2 .btn:hover svg path[fill=black] {
  fill: #fff;
}
.t_recruit .container .row2 .btn:hover svg path[stroke=white] {
  stroke: #000;
}
.t_recruit .container .row2 .sub1 {
  width: 750px;
}
@media screen and (max-width: 1900px) {
  .t_recruit .container .row2 .sub1 {
    width: 750rem;
  }
}
@media screen and (max-width: 768px) {
  .t_recruit .container .row2 .sub1 {
    width: 100%;
  }
}
.t_recruit .container .row2 .sub2 {
  width: 470px;
}
@media screen and (max-width: 1900px) {
  .t_recruit .container .row2 .sub2 {
    width: 470rem;
  }
}
@media screen and (max-width: 768px) {
  .t_recruit .container .row2 .sub2 {
    width: 100%;
  }
}
.t_recruit .container .row2 .sub2 .wrap:nth-child(2) {
  margin-top: 50px;
}
@media screen and (max-width: 1900px) {
  .t_recruit .container .row2 .sub2 .wrap:nth-child(2) {
    margin-top: 50rem;
  }
}

.t_entry-below .container {
  background-color: #fff;
  padding: 250px 0;
  padding-left: 240px;
  padding-right: 180px;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1900px) {
  .t_entry-below .container {
    padding: 250rem;
    padding-left: 240rem;
    padding-right: 180rem;
  }
}
@media screen and (max-width: 768px) {
  .t_entry-below .container {
    flex-direction: column;
    padding: 200rem 40rem;
  }
}
.t_entry-below .container .add {
  position: absolute;
  z-index: 30;
  width: 1128px;
  bottom: -70px;
  right: -240px;
}
@media screen and (max-width: 1900px) {
  .t_entry-below .container .add {
    width: 1128rem;
    right: -240rem;
    bottom: -70rem;
  }
}
@media screen and (max-width: 768px) {
  .t_entry-below .container .add {
    width: 90%;
    right: -150rem;
    bottom: -100rem;
  }
}
.t_entry-below .container .main-img {
  width: 812px;
  position: relative;
}
@media screen and (max-width: 1900px) {
  .t_entry-below .container .main-img {
    width: 812rem;
  }
}
@media screen and (max-width: 768px) {
  .t_entry-below .container .main-img {
    width: 100%;
  }
}
.t_entry-below .container .main-img .v-txt {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
}
.t_entry-below .container .main-img .v-txt span {
  background-color: #fee101;
  writing-mode: vertical-rl;
  padding: 20px 30px;
  margin-left: 30px;
}
@media screen and (max-width: 1900px) {
  .t_entry-below .container .main-img .v-txt span {
    padding: 20rem 30rem;
    margin-left: 30rem;
  }
}
.t_entry-below .container .main-img .v-txt span:first-child {
  position: relative;
  top: -155px;
}
@media screen and (max-width: 1900px) {
  .t_entry-below .container .main-img .v-txt span:first-child {
    top: -155rem;
  }
}
.t_entry-below .container .main-img .v-txt span:nth-child(2) {
  position: relative;
  top: -146px;
}
@media screen and (max-width: 1900px) {
  .t_entry-below .container .main-img .v-txt span:nth-child(2) {
    top: -146rem;
  }
}
.t_entry-below .container .text {
  position: relative;
}
@media screen and (max-width: 768px) {
  .t_entry-below .container .text {
    margin-top: 70rem;
  }
}
.t_entry-below .container .text p {
  white-space: nowrap;
}
.t_entry-below .container .text .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .t_entry-below .container .text .img {
    position: relative;
    margin-top: 50rem;
    display: flex;
  }
}
.t_entry-below .container .text .img img {
  width: 290px;
  position: absolute;
}
@media screen and (max-width: 1900px) {
  .t_entry-below .container .text .img img {
    width: 290rem;
  }
}
@media screen and (max-width: 768px) {
  .t_entry-below .container .text .img img {
    width: 50%;
  }
}
.t_entry-below .container .text .img img:first-child {
  top: -100px;
  left: -50px;
  transform: translateX(-100%);
}
@media screen and (max-width: 1900px) {
  .t_entry-below .container .text .img img:first-child {
    top: -100rem;
    left: -50rem;
  }
}
@media screen and (max-width: 768px) {
  .t_entry-below .container .text .img img:first-child {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    transform: unset;
  }
}
.t_entry-below .container .text .img img:nth-child(2) {
  bottom: -235px;
  right: -185px;
}
@media screen and (max-width: 1900px) {
  .t_entry-below .container .text .img img:nth-child(2) {
    bottom: -235rem;
    right: -185rem;
  }
}
@media screen and (max-width: 768px) {
  .t_entry-below .container .text .img img:nth-child(2) {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    transform: unset;
  }
}

.t_blog .container {
  padding-top: 100px;
  padding-bottom: 200px;
}
@media screen and (max-width: 1900px) {
  .t_blog .container {
    padding-top: 100rem;
    padding-bottom: 200rem;
  }
}
@media screen and (max-width: 768px) {
  .t_blog .container {
    padding: 100rem 40rem 150rem;
  }
}
.t_blog .container .ttl-div {
  text-align: center;
}
.t_blog .container .ttl-div .f-128 {
  font-size: 128px;
  line-height: 1;
}
@media screen and (max-width: 1900px) {
  .t_blog .container .ttl-div .f-128 {
    font-size: 128rem;
  }
}
.t_blog .container .blog-container {
  margin-top: 50px;
}
@media screen and (max-width: 1900px) {
  .t_blog .container .blog-container {
    margin-top: 50rem;
  }
}
.t_blog .container .blog-container .wrapper {
  display: flex;
  align-items: flex-start;
}
.t_blog .container .blog-container .wrapper .blog-item {
  position: relative;
}
.t_blog .container .blog-container .wrapper .blog-item:hover .img img {
  transform: scale(1.1);
}
.t_blog .container .blog-container .wrapper .blog-item .img {
  height: 305px;
  width: auto;
  overflow: hidden;
}
@media screen and (max-width: 1900px) {
  .t_blog .container .blog-container .wrapper .blog-item .img {
    height: 305rem;
  }
}
.t_blog .container .blog-container .wrapper .blog-item .img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.t_blog .container .blog-container .wrapper .blog-item .meta {
  background-color: #fff;
  padding: 30px 20px;
  padding-top: 0;
}
@media screen and (max-width: 1900px) {
  .t_blog .container .blog-container .wrapper .blog-item .meta {
    padding: 30rem 20rem;
    padding-top: 0;
  }
}
.t_blog .container .blog-container .wrapper .blog-item .meta .tag {
  width: 180px;
  padding: 15px;
  border-radius: 999px;
  background-color: #fee101;
  text-align: center;
  transform: translateY(-50%);
  line-height: 1;
}
@media screen and (max-width: 1900px) {
  .t_blog .container .blog-container .wrapper .blog-item .meta .tag {
    width: 180rem;
    padding: 15rem;
  }
}
.t_blog .container .btn-yellow {
  margin: auto;
  margin-top: 70px;
}
@media screen and (max-width: 1900px) {
  .t_blog .container .btn-yellow {
    margin-top: 70rem;
  }
}

.slick-slide {
  margin: 0 20px;
}
@media screen and (max-width: 1900px) {
  .slick-slide {
    margin: 0 20rem;
  }
}
@media screen and (max-width: 768px) {
  .slick-slide {
    margin: 0;
  }
}

.slick-list {
  margin: 0 -20px;
}
@media screen and (max-width: 1900px) {
  .slick-list {
    margin: 0 -20rem;
  }
}
@media screen and (max-width: 768px) {
  .slick-list {
    margin: 0;
  }
}

.slick-prev {
  z-index: 5;
  left: -5%;
}
@media screen and (max-width: 768px) {
  .slick-prev {
    left: -10%;
  }
}

.slick-next {
  z-index: 5;
  right: -5%;
}
@media screen and (max-width: 768px) {
  .slick-next {
    right: -10%;
  }
}

.t_faq {
  background-color: #fee101;
  z-index: 20;
}
.t_faq .h_slides {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  transform: translateY(-50%);
  top: 0;
}
.t_faq .h_slides img {
  height: 145px;
  padding: 0 40px;
  width: auto;
  animation: h_slide 40s infinite linear;
}
@media screen and (max-width: 1900px) {
  .t_faq .h_slides img {
    height: 145rem;
    padding: 0 40rem;
  }
}
@media screen and (max-width: 768px) {
  .t_faq .h_slides img {
    height: 100rem;
  }
}
.t_faq .container {
  padding-bottom: 200px;
  padding-top: 100px;
}
@media screen and (max-width: 1900px) {
  .t_faq .container {
    padding-bottom: 200rem;
    padding-top: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .t_faq .container {
    padding: 40rem;
    padding-bottom: 300rem;
  }
}
.t_faq .container .add {
  position: absolute;
  z-index: 50;
  width: 540px;
  bottom: -128px;
  left: -74px;
}
@media screen and (max-width: 1900px) {
  .t_faq .container .add {
    width: 540rem;
    bottom: -128rem;
    left: -74rem;
  }
}
@media screen and (max-width: 768px) {
  .t_faq .container .add {
    width: 50%;
  }
}
.t_faq .container .sec-contain .ttl-div {
  color: #fff;
}
.t_faq .container .sec-contain .ttl-div h2 {
  line-height: 1;
}
.t_faq .container .sec-contain .ttl-div .f-200 {
  font-size: 200px;
  line-height: 1;
}
@media screen and (max-width: 1900px) {
  .t_faq .container .sec-contain .ttl-div .f-200 {
    font-size: 200rem;
  }
}

.faq-list {
  margin-top: 70px;
}
@media screen and (max-width: 1900px) {
  .faq-list {
    margin-top: 70rem;
  }
}
.faq-list .faq-item {
  margin-top: 50px;
  background-color: #fff;
  padding: 30px;
  cursor: pointer;
}
@media screen and (max-width: 1900px) {
  .faq-list .faq-item {
    margin-top: 50rem;
    padding: 30rem;
  }
}
.faq-list .faq-item .icon {
  width: 40px;
  margin-right: 20px;
}
@media screen and (max-width: 1900px) {
  .faq-list .faq-item .icon {
    width: 40rem;
    margin-right: 20rem;
  }
}
.faq-list .faq-item .q_div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  position: relative;
}
.faq-list .faq-item .q_div .arw {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1900px) {
  .faq-list .faq-item .q_div .arw {
    right: 30rem;
  }
}
.faq-list .faq-item .q_div .arw.is_open .bar2 {
  transform: unset;
}
.faq-list .faq-item .q_div .arw .bar1,
.faq-list .faq-item .q_div .arw .bar2 {
  width: 31px;
  height: 2px;
  position: absolute;
  background-color: #fee101;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1900px) {
  .faq-list .faq-item .q_div .arw .bar1,
  .faq-list .faq-item .q_div .arw .bar2 {
    width: 31rem;
  }
}
.faq-list .faq-item .q_div .arw .bar2 {
  transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
  .faq-list .faq-item .q_div .q_content {
    width: calc(100% - 100rem);
    padding-right: 30rem;
  }
}
.faq-list .faq-item .a_div {
  padding-top: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 1900px) {
  .faq-list .faq-item .a_div {
    padding-top: 20rem;
  }
}
.faq-list .faq-item .a_div .a_content {
  width: calc(100% - 100px);
}
@media screen and (max-width: 1900px) {
  .faq-list .faq-item .a_div .a_content {
    width: calc(100% - 100rem);
  }
}

.cta {
  background: url("../img/cta_bg.png") no-repeat center center;
  background-size: cover;
  background-position: bottom;
  padding-top: 100px;
  margin-bottom: 50px;
}
.cta::before {
  content: "";
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: -55px;
  left: 0;
  background-color: #484848;
}
@media screen and (max-width: 1900px) {
  .cta {
    padding-top: 100rem;
    margin-bottom: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .cta {
    padding-top: 150rem;
  }
}
.cta .container .banner {
  width: 1300px;
  margin: auto;
}
@media screen and (max-width: 1900px) {
  .cta .container .banner {
    width: 1300rem;
  }
}
@media screen and (max-width: 768px) {
  .cta .container .banner {
    width: 90%;
  }
}
.cta .container .link-grp {
  margin: auto;
  margin-top: 110px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  width: 1170px;
}
@media screen and (max-width: 1900px) {
  .cta .container .link-grp {
    width: 1170rem;
    margin-top: 110rem;
    gap: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .cta .container .link-grp {
    grid-template-columns: 1fr;
    gap: 40rem;
    width: 100%;
    padding: 0 40rem;
  }
}
.cta .container .link-grp .link {
  border: 5px solid #fff;
  border-radius: 15px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1900px) {
  .cta .container .link-grp .link {
    border-radius: 15rem;
    padding: 34rem;
  }
}
.cta .container .link-grp .link:hover {
  box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.5333333333);
}
.cta .container .link-grp .link i {
  width: 91px;
}
@media screen and (max-width: 1900px) {
  .cta .container .link-grp .link i {
    width: 91rem;
  }
}
.cta .container .link-grp .link.phone {
  background-color: #fff;
  border: 2px solid #fee101;
}
.cta .container .link-grp .link.mail {
  background-color: #fee101;
}
.cta .container .link-grp .link.line {
  background-color: #06C755;
  color: #fff;
}
.cta .container .cta-slider {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 180px;
  transform: translateY(50px);
}
@media screen and (max-width: 1900px) {
  .cta .container .cta-slider {
    margin-top: 180rem;
    transform: translateY(50rem);
  }
}
.cta .container .cta-slider .wrap {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: h_slide 30s infinite linear;
}
.cta .container .cta-slider .wrap img {
  padding: 0 30px;
  width: 540px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1900px) {
  .cta .container .cta-slider .wrap img {
    padding: 0 30rem;
    border-radius: 10rem;
    width: 540rem;
  }
}
@media screen and (max-width: 768px) {
  .cta .container .cta-slider .wrap img {
    width: 480rem;
  }
}

.fade-in,
.fade-in-up,
.fade-in-down,
.fade-in-left,
.fade-in-right {
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}

.fade-in {
  animation-name: fadeIn;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.fade-in-up {
  transform: translateY(50px);
  animation-name: fadeInUp;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-down {
  transform: translateY(-50px);
  animation-name: fadeInDown;
}

@keyframes fadeInDown {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-left {
  transform: translateX(50px);
  animation-name: fadeInLeft;
}

@keyframes fadeInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fade-in-right {
  transform: translateX(-50px);
  animation-name: fadeInRight;
}

@keyframes fadeInRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadein {
  opacity: 0;
  transition: all 1s ease-in-out;
}
.fadein.visible {
  opacity: 1;
}

.fadeup {
  opacity: 0;
  transition: all 1s ease-in-out;
  transform: translateY(70px);
}
.fadeup.visible {
  opacity: 1;
  transform: translateY(0);
}

.fadedown {
  opacity: 0;
  transition: all 1s ease-in-out;
  transform: translateY(-70px);
}
.fadedown.visible {
  opacity: 1;
  transform: translateY(0);
}

.fadeleft {
  opacity: 0;
  transition: all 1s ease-in-out;
  transform: translateX(-100px);
}
.fadeleft.visible {
  opacity: 1;
  transform: translateX(0);
}

.faderight {
  opacity: 0;
  transition: all 1s ease-in-out;
  transform: translateX(100px);
}
.faderight.visible {
  opacity: 1;
  transform: translateX(0);
}/*# sourceMappingURL=top.css.map */