html,
body {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-family: "Noto Sans JP", 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;
  }
}

* {
  box-sizing: border-box;
}

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

video {
  width: 100%;
  height: auto;
}

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;
}

p {
  margin: 0;
  padding: 0;
}

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%;
}

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

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

.b-7,
.bold {
  font-weight: 700;
}

.b-6 {
  font-weight: 600;
}

.b-5,
.medium {
  font-weight: 500;
}

.b-4,
.regular {
  font-weight: 400;
}

.b-3,
.light {
  font-weight: 300;
}

.b-2 {
  font-weight: 200;
}

.b-1 {
  font-weight: 100;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.en {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

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

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

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

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

h4,
.f-lg {
  font-size: 36px;
  line-height: 1.8;
}
@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: 20px;
  line-height: 2;
}
@media screen and (max-width: 1900px) {
  p,
  .f-sm {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  p,
  .f-sm {
    font-size: 24rem;
  }
}

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

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

main {
  width: 100%;
  position: relative;
  overflow: hidden;
}

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

section {
  position: relative;
  z-index: 5;
  padding: 80px 0;
}
@media screen and (max-width: 1900px) {
  section {
    padding: 80rem 0;
  }
}
@media screen and (max-width: 768px) {
  section {
    padding: 100rem 40rem;
  }
}

.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: transparent;
  transition: all 0.3s ease-in-out;
}
header .container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
}
@media screen and (max-width: 1900px) {
  header .container {
    padding: 40rem;
  }
}
@media screen and (max-width: 768px) {
  header .container {
    padding: 20rem 40rem;
    background-color: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  }
}
header .container .logo {
  width: 160px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1900px) {
  header .container .logo {
    width: 160rem;
  }
}
@media screen and (max-width: 768px) {
  header .container .logo {
    width: 250rem;
    margin-left: 0;
  }
}
header .container .logo:hover {
  opacity: 0.8;
}
header .container .page-links {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background-color: #fff;
  border: 1px solid #f6f6f6;
  padding: 10px 20px;
}
@media screen and (max-width: 1900px) {
  header .container .page-links {
    padding: 10rem 20rem;
  }
}
@media screen and (max-width: 768px) {
  header .container .page-links {
    display: none;
  }
}
header .container .page-links .link {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  padding: 10px 30px;
  border-radius: 999px;
  line-height: 1;
}
@media screen and (max-width: 1900px) {
  header .container .page-links .link {
    padding: 10rem 30rem;
  }
}
header .container .page-links .link:hover {
  background-color: #14b2be;
  color: #fff;
}
header .container .contact-link {
  padding: 15px 30px;
  background-color: #2e9648;
  border: 1px solid #2e9648;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 999px;
  transition: all 0.3s ease-in-out;
  line-height: 1;
}
@media screen and (max-width: 1900px) {
  header .container .contact-link {
    padding: 15rem 30rem;
  }
}
@media screen and (max-width: 768px) {
  header .container .contact-link {
    display: none;
  }
}
header .container .contact-link:hover {
  background-color: #fff;
  color: #2e9648;
}
header .container .hamburger {
  display: none;
  position: relative;
  z-index: 15;
  width: 50rem;
  height: 50rem;
  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: #14b2be;
}
header .container .hamburger span.bar1 {
  transform: translateY(-17rem);
}
header .container .hamburger span.bar3 {
  transform: translateY(17rem);
}
header .container .hamburger.is_open span {
  background-color: #fff;
}
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: #14b2be;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
header .container .sp-menu.is_open {
  display: flex;
}
header .container .sp-menu .link {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: 100%;
  padding: 40rem;
  color: #fff;
}
header .container .sp-menu .link:hover, header .container .sp-menu .link:active {
  color: #14b2be;
  background-color: #fff;
}

footer {
  position: relative;
  z-index: 50;
  background: linear-gradient(0deg, #14b2be 34%, #def0f4 99.99%, #f7f8fb 100%);
}
footer .container {
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  color: #fff;
}
@media screen and (max-width: 1900px) {
  footer .container {
    padding: 40rem;
    gap: 30rem;
  }
}
@media screen and (max-width: 768px) {
  footer .container {
    padding: 80rem 40rem;
    gap: 40rem;
  }
}
footer .container .logo {
  width: 205px;
}
@media screen and (max-width: 1900px) {
  footer .container .logo {
    width: 205rem;
  }
}
@media screen and (max-width: 768px) {
  footer .container .logo {
    width: 50%;
    margin: auto;
  }
}
footer .container .page-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  footer .container .page-links {
    flex-direction: column;
    width: 100%;
  }
}
footer .container .page-links .link {
  padding: 10px 30px;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 1900px) {
  footer .container .page-links .link {
    padding: 10rem 30rem;
  }
}
@media screen and (max-width: 768px) {
  footer .container .page-links .link {
    width: 80%;
    text-align: center;
    padding: 20rem;
  }
}
footer .container .page-links .link:hover {
  background-color: #fff;
  color: #14b2be;
}
footer .container .copyright {
  width: 100%;
  text-align: center;
  color: #fff;
}
footer .container .to-top {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 60;
  right: 80px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 999px;
  background-color: #fff;
  border: 1px solid #fff;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 1900px) {
  footer .container .to-top {
    width: 100rem;
    height: 100rem;
    right: 80rem;
  }
}
@media screen and (max-width: 768px) {
  footer .container .to-top {
    right: 40rem;
    top: unset;
    transform: unset;
    bottom: 200rem;
  }
}
footer .container .to-top svg {
  width: 45px;
  height: 28px;
}
@media screen and (max-width: 1900px) {
  footer .container .to-top svg {
    width: 45rem;
    height: 28rem;
  }
}
footer .container .to-top:hover {
  background-color: #14b2be;
}
footer .container .to-top:hover svg path {
  stroke: #fff;
}

@keyframes h_slide {
  100% {
    transform: translate(-100%);
  }
}
.f-96 {
  font-size: 96px;
  line-height: 1;
}
@media screen and (max-width: 1900px) {
  .f-96 {
    font-size: 96rem;
  }
}
@media screen and (max-width: 768px) {
  .f-96 {
    font-size: 80rem;
  }
}

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

.slick-list {
  margin: 0 -30px;
}
@media screen and (max-width: 1900px) {
  .slick-list {
    margin: 0 -30rem;
  }
}
@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%;
  }
}

.btn {
  width: 400px;
  padding: 20px 50px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 1900px) {
  .btn {
    width: 400rem;
    padding: 20rem 50rem;
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .btn {
    width: 100%;
    padding: 30rem;
    font-size: 24rem;
  }
}
.btn.btn-main {
  background-color: #14b2be;
  border: 1px solid #14b2be;
  color: #fff;
}
.btn.btn-main:hover {
  background-color: #fff;
  color: #14b2be;
}
.btn.btn-pink {
  background-color: #ff5576;
  border: 1px solid #ff5576;
  color: #fff;
}
.btn.btn-pink:hover {
  background-color: #fff;
  color: #ff5576;
}

.t_security .sec-wide {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .t_security .sec-wide {
    display: block;
  }
}
.t_security .sec-wide .video {
  width: 603px;
  position: relative;
}
@media screen and (max-width: 1900px) {
  .t_security .sec-wide .video {
    width: 603rem;
  }
}
@media screen and (max-width: 768px) {
  .t_security .sec-wide .video {
    width: 100%;
  }
}
.t_security .sec-wide .video::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  transform: translate(18px, 16px);
  background-color: #e5e9f2;
}
@media screen and (max-width: 1900px) {
  .t_security .sec-wide .video::after {
    transform: translate(18rem, 16rem);
  }
}
.t_security .sec-wide .text {
  width: 730px;
}
@media screen and (max-width: 1900px) {
  .t_security .sec-wide .text {
    width: 730rem;
  }
}
@media screen and (max-width: 768px) {
  .t_security .sec-wide .text {
    width: 100%;
    margin-top: 70rem;
  }
}
.t_security .sec-wide .text h2 {
  color: #14b2be;
}
.t_security .sec-wide .text h5 {
  margin: 30px 0;
}
@media screen and (max-width: 1900px) {
  .t_security .sec-wide .text h5 {
    margin: 30rem 0;
  }
}
.t_security .sec-wide .text p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 33px;
}
@media screen and (max-width: 1900px) {
  .t_security .sec-wide .text p {
    gap: 33rem;
  }
}
.t_security .sec-wide .text p .img {
  width: 94px;
}
@media screen and (max-width: 1900px) {
  .t_security .sec-wide .text p .img {
    width: 94rem;
  }
}
.t_security .sec-wide .text p .txt {
  width: 530px;
}
@media screen and (max-width: 1900px) {
  .t_security .sec-wide .text p .txt {
    width: 530rem;
  }
}
.t_security .sec-wide .text .btn {
  margin: auto;
  margin-top: 50px;
}
@media screen and (max-width: 1900px) {
  .t_security .sec-wide .text .btn {
    margin-top: 50rem;
  }
}

.ttl-div .en {
  color: #14b2be;
  margin: auto;
  text-align: center;
}
.ttl-div h2 {
  text-align: center;
}

.t_service .container .note {
  width: 688px;
  margin: 67px auto;
  padding: 30px;
  border-radius: 30px;
  background-color: #14b2be;
  color: #fff;
}
@media screen and (max-width: 1900px) {
  .t_service .container .note {
    width: 688rem;
    margin: 67px auto;
    padding: 30rem;
    border-radius: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .t_service .container .note {
    width: 100%;
    padding: 40rem;
    margin: 70rem auto;
  }
}
.t_service .container .note h5 {
  text-align: center;
}
.t_service .container .note p {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 1900px) {
  .t_service .container .note p {
    margin-top: 20rem;
  }
}
.t_service .container .service-list {
  position: relative;
  padding-bottom: 100px;
}
@media screen and (max-width: 1900px) {
  .t_service .container .service-list {
    padding-bottom: 100rem;
  }
}
.t_service .container .service-list::before {
  content: "";
  width: 1600px;
  height: 100%;
  background-color: #e5e9f2;
  border-top-left-radius: 200px;
  position: absolute;
  z-index: -1;
  top: -25px;
  right: 0;
}
@media screen and (max-width: 1900px) {
  .t_service .container .service-list::before {
    border-top-left-radius: 200rem;
    width: 1600rem;
    top: -25rem;
  }
}
@media screen and (max-width: 768px) {
  .t_service .container .service-list::before {
    width: 100vw;
    right: -40rem;
    border-radius: 100rem;
  }
}
.t_service .container .service-list .sec-wide {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
@media screen and (max-width: 1900px) {
  .t_service .container .service-list .sec-wide {
    gap: 100rem;
  }
}
.t_service .container .service-list .sec-wide .service-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.t_service .container .service-list .sec-wide .service-item:nth-child(odd) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .t_service .container .service-list .sec-wide .service-item:nth-child(odd) {
    flex-direction: column;
  }
}
.t_service .container .service-list .sec-wide .service-item:nth-child(odd) .img {
  border-top-right-radius: 150px;
}
@media screen and (max-width: 1900px) {
  .t_service .container .service-list .sec-wide .service-item:nth-child(odd) .img {
    border-top-right-radius: 150rem;
  }
}
@media screen and (max-width: 768px) {
  .t_service .container .service-list .sec-wide .service-item:nth-child(odd) .img {
    border-top-right-radius: 100rem;
    border-top-left-radius: 100rem;
  }
}
.t_service .container .service-list .sec-wide .service-item:nth-child(odd) .txt {
  padding: 0 70px 0 150px;
}
@media screen and (max-width: 1900px) {
  .t_service .container .service-list .sec-wide .service-item:nth-child(odd) .txt {
    padding: 0 70rem 0 150rem;
  }
}
@media screen and (max-width: 768px) {
  .t_service .container .service-list .sec-wide .service-item:nth-child(odd) .txt {
    margin-top: 50rem;
    padding: 0;
  }
}
.t_service .container .service-list .sec-wide .service-item:nth-child(even) {
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .t_service .container .service-list .sec-wide .service-item:nth-child(even) {
    flex-direction: column;
  }
}
.t_service .container .service-list .sec-wide .service-item:nth-child(even) .img {
  border-top-left-radius: 150px;
}
@media screen and (max-width: 1900px) {
  .t_service .container .service-list .sec-wide .service-item:nth-child(even) .img {
    border-top-left-radius: 150rem;
  }
}
@media screen and (max-width: 768px) {
  .t_service .container .service-list .sec-wide .service-item:nth-child(even) .img {
    border-top-right-radius: 100rem;
    border-top-left-radius: 100rem;
  }
}
.t_service .container .service-list .sec-wide .service-item:nth-child(even) .txt {
  padding: 0 150px 0 70px;
}
@media screen and (max-width: 1900px) {
  .t_service .container .service-list .sec-wide .service-item:nth-child(even) .txt {
    padding: 0 150rem 0 70rem;
  }
}
@media screen and (max-width: 768px) {
  .t_service .container .service-list .sec-wide .service-item:nth-child(even) .txt {
    margin-top: 50rem;
    padding: 0;
  }
}
.t_service .container .service-list .sec-wide .service-item .img {
  flex: 1 1 100%;
  overflow: hidden;
}
.t_service .container .service-list .sec-wide .service-item .txt {
  flex: 1 1 100%;
}
.t_service .container .service-list .sec-wide .service-item .txt h3 {
  text-align: center;
  font-weight: bold;
}
.t_service .container .service-list .sec-wide .service-item .txt p {
  margin-top: 50px;
}
@media screen and (max-width: 1900px) {
  .t_service .container .service-list .sec-wide .service-item .txt p {
    margin-top: 50rem;
  }
}
.t_service .container .service-list .sec-wide .service-item .txt .btn {
  margin: auto;
  margin-top: 50px;
}
@media screen and (max-width: 1900px) {
  .t_service .container .service-list .sec-wide .service-item .txt .btn {
    margin-top: 50rem;
  }
}

.t_recruit .container::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: -47px;
  width: 1592px;
  height: 100%;
  background-color: #e5e9f2;
  border-top-left-radius: 200px;
}
@media screen and (max-width: 1900px) {
  .t_recruit .container::before {
    width: 1592rem;
    bottom: -47rem;
    border-top-left-radius: 200rem;
  }
}
@media screen and (max-width: 768px) {
  .t_recruit .container::before {
    width: 100vw;
    left: -40rem;
    border-radius: 100rem;
    bottom: -60rem;
  }
}
.t_recruit .container .sec-wide {
  padding-left: 20px;
}
@media screen and (max-width: 1900px) {
  .t_recruit .container .sec-wide {
    padding-left: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .t_recruit .container .sec-wide {
    padding-left: 0;
  }
}
.t_recruit .container .sec-wide .ttl-div .en {
  text-align: left;
  color: #f29b57;
  position: relative;
}
@media screen and (max-width: 768px) {
  .t_recruit .container .sec-wide .ttl-div .en {
    text-align: center;
  }
}
.t_recruit .container .sec-wide .ttl-div .en::after {
  content: "";
  width: 80px;
  height: 3px;
  background-color: #f29b57;
  position: absolute;
  bottom: -10px;
  left: 0;
}
@media screen and (max-width: 1900px) {
  .t_recruit .container .sec-wide .ttl-div .en::after {
    width: 80rem;
    bottom: -10rem;
  }
}
@media screen and (max-width: 768px) {
  .t_recruit .container .sec-wide .ttl-div .en::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.t_recruit .container .sec-wide .ttl-div h2 {
  color: #f29b57;
  text-align: left;
  margin-top: 50px;
}
@media screen and (max-width: 1900px) {
  .t_recruit .container .sec-wide .ttl-div h2 {
    margin-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .t_recruit .container .sec-wide .ttl-div h2 {
    text-align: center;
    margin-top: 40rem;
  }
}
.t_recruit .container .sec-wide .desc,
.t_recruit .container .sec-wide .btn {
  margin-top: 50px;
}
@media screen and (max-width: 1900px) {
  .t_recruit .container .sec-wide .desc,
  .t_recruit .container .sec-wide .btn {
    margin-top: 50rem;
  }
}
.t_recruit .container .sec-wide .desc {
  width: 720px;
}
@media screen and (max-width: 1900px) {
  .t_recruit .container .sec-wide .desc {
    width: 720rem;
  }
}
@media screen and (max-width: 768px) {
  .t_recruit .container .sec-wide .desc {
    width: 100%;
  }
}
.t_recruit .container .sec-wide .img {
  width: 620px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1900px) {
  .t_recruit .container .sec-wide .img {
    width: 620rem;
  }
}
@media screen and (max-width: 768px) {
  .t_recruit .container .sec-wide .img {
    width: 100%;
    position: relative;
    top: unset;
    transform: unset;
    margin-top: 50rem;
  }
}

.h_slides {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.h_slides .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.h_slides .wrapper p {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 40px;
  white-space: nowrap;
  animation: h_slide 15s infinite linear;
  color: #14b2be;
}
@media screen and (max-width: 1900px) {
  .h_slides .wrapper p {
    padding: 0 40rem;
  }
}

@keyframes h_slide {
  100% {
    transform: translateX(-100%);
  }
}
.t_radio .container::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  top: -20px;
  width: 1550px;
  height: 680px;
  border-top-left-radius: 200px;
  background-color: #e5e9f2;
}
@media screen and (max-width: 1900px) {
  .t_radio .container::before {
    width: 1550rem;
    height: 680rem;
    top: -20rem;
    border-top-left-radius: 200rem;
  }
}
@media screen and (max-width: 768px) {
  .t_radio .container::before {
    width: 100vw;
    height: 105%;
    right: -40rem;
    border-radius: 100rem;
  }
}
.t_radio .container .sec-wide {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .t_radio .container .sec-wide {
    display: block;
  }
}
.t_radio .container .sec-wide .ttl-div .en {
  text-align: left;
  color: #14b2be;
  position: relative;
}
@media screen and (max-width: 768px) {
  .t_radio .container .sec-wide .ttl-div .en {
    text-align: center;
  }
}
.t_radio .container .sec-wide .ttl-div .en::after {
  content: "";
  width: 80px;
  height: 3px;
  background-color: #14b2be;
  position: absolute;
  bottom: -10px;
  left: 0;
}
@media screen and (max-width: 1900px) {
  .t_radio .container .sec-wide .ttl-div .en::after {
    width: 80rem;
    bottom: -10rem;
  }
}
@media screen and (max-width: 768px) {
  .t_radio .container .sec-wide .ttl-div .en::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.t_radio .container .sec-wide .ttl-div h2 {
  color: #14b2be;
  text-align: left;
  margin-top: 50px;
}
@media screen and (max-width: 1900px) {
  .t_radio .container .sec-wide .ttl-div h2 {
    margin-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .t_radio .container .sec-wide .ttl-div h2 {
    text-align: center;
    margin-top: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .t_radio .container .sec-wide .radio-info {
    margin-top: 60rem;
  }
}
.t_radio .container .sec-wide .radio-info p:first-child {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
@media screen and (max-width: 1900px) {
  .t_radio .container .sec-wide .radio-info p:first-child {
    gap: 20rem;
  }
}
.t_radio .container .sec-wide .radio-info p:first-child .img {
  width: 80px;
}
@media screen and (max-width: 1900px) {
  .t_radio .container .sec-wide .radio-info p:first-child .img {
    width: 80rem;
  }
}
.t_radio .container .sec-wide .radio-info p:first-child span {
  text-align: center;
}
.t_radio .container .sec-wide .radio-info p:nth-child(2) {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width: 1900px) {
  .t_radio .container .sec-wide .radio-info p:nth-child(2) {
    margin-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .t_radio .container .sec-wide .radio-info p:nth-child(2) {
    display: block;
    margin-top: 50rem;
  }
}
.t_radio .container .sec-wide .radio-info p:nth-child(2) span:first-child {
  width: 465px;
}
@media screen and (max-width: 1900px) {
  .t_radio .container .sec-wide .radio-info p:nth-child(2) span:first-child {
    width: 465rem;
  }
}
@media screen and (max-width: 768px) {
  .t_radio .container .sec-wide .radio-info p:nth-child(2) span:first-child {
    width: 100%;
    display: block;
    text-align: center;
  }
}
.t_radio .container .sec-wide .radio-info p:nth-child(2) span:nth-child(2) {
  width: 385px;
}
@media screen and (max-width: 1900px) {
  .t_radio .container .sec-wide .radio-info p:nth-child(2) span:nth-child(2) {
    width: 385rem;
  }
}
@media screen and (max-width: 768px) {
  .t_radio .container .sec-wide .radio-info p:nth-child(2) span:nth-child(2) {
    width: 100%;
    margin-top: 30rem;
    display: block;
    text-align: center;
  }
}
.t_radio .container .radio-list {
  padding: 0 40px;
  margin-top: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 1900px) {
  .t_radio .container .radio-list {
    padding: 0 40rem;
    gap: 40rem;
    margin-top: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .t_radio .container .radio-list {
    grid-template-columns: 1fr;
    gap: 60rem;
    padding: 0;
  }
}
.t_radio .container .radio-list .radio-item {
  transition: all 0.3s ease-in-out;
}
.t_radio .container .radio-list .radio-item .img {
  width: 100%;
  height: 420px;
  overflow: hidden;
}
@media screen and (max-width: 1900px) {
  .t_radio .container .radio-list .radio-item .img {
    height: 420rem;
  }
}
@media screen and (max-width: 768px) {
  .t_radio .container .radio-list .radio-item .img {
    height: auto;
  }
}
.t_radio .container .radio-list .radio-item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.t_radio .container .radio-list .radio-item .meta {
  margin-top: 15px;
}
@media screen and (max-width: 1900px) {
  .t_radio .container .radio-list .radio-item .meta {
    margin-top: 15rem;
  }
}
.t_radio .container .radio-list .radio-item .meta h4 {
  color: #14b2be;
  transition: all 0.3s ease-in-out;
}
.t_radio .container .radio-list .radio-item .meta .date {
  margin-top: 20px;
}
@media screen and (max-width: 1900px) {
  .t_radio .container .radio-list .radio-item .meta .date {
    margin-top: 20rem;
  }
}
.t_radio .container .radio-list .radio-item:hover .img img {
  scale: 1.1;
}
.t_radio .container .radio-list .radio-item:hover .meta h4 {
  text-decoration: underline;
}
.t_radio .container .btn {
  margin: auto;
  margin-top: 70px;
}
@media screen and (max-width: 1900px) {
  .t_radio .container .btn {
    margin-top: 70rem;
  }
}

.t_company::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  border-top-right-radius: 200px;
  width: 1440px;
  height: 485px;
  background-color: #e5e9f2;
}
@media screen and (max-width: 1900px) {
  .t_company::after {
    width: 1440rem;
    height: 485rem;
    border-top-right-radius: 200rem;
  }
}
@media screen and (max-width: 768px) {
  .t_company::after {
    width: 100%;
    height: 95%;
    top: 5%;
    border-top-right-radius: 100rem;
    border-top-left-radius: 100rem;
  }
}
.t_company .container .sec-wide {
  padding-left: 710px;
}
@media screen and (max-width: 1900px) {
  .t_company .container .sec-wide {
    padding-left: 710rem;
  }
}
@media screen and (max-width: 768px) {
  .t_company .container .sec-wide {
    padding-left: 0;
  }
}
.t_company .container .sec-wide .ttl-div .en {
  text-align: left;
  color: #f29b57;
  position: relative;
}
@media screen and (max-width: 768px) {
  .t_company .container .sec-wide .ttl-div .en {
    text-align: center;
  }
}
.t_company .container .sec-wide .ttl-div .en::after {
  content: "";
  width: 80px;
  height: 3px;
  background-color: #f29b57;
  position: absolute;
  bottom: -10px;
  left: 0;
}
@media screen and (max-width: 1900px) {
  .t_company .container .sec-wide .ttl-div .en::after {
    width: 80rem;
    bottom: -10rem;
  }
}
@media screen and (max-width: 768px) {
  .t_company .container .sec-wide .ttl-div .en::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.t_company .container .sec-wide .ttl-div h2 {
  color: #f29b57;
  text-align: left;
  margin-top: 50px;
}
@media screen and (max-width: 1900px) {
  .t_company .container .sec-wide .ttl-div h2 {
    margin-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .t_company .container .sec-wide .ttl-div h2 {
    text-align: center;
    margin-top: 40rem;
  }
}
.t_company .container .sec-wide .img {
  width: 620px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-32%);
}
@media screen and (max-width: 1900px) {
  .t_company .container .sec-wide .img {
    width: 620rem;
  }
}
@media screen and (max-width: 768px) {
  .t_company .container .sec-wide .img {
    width: 100%;
    margin-top: 60rem;
    position: relative;
    top: unset;
    transform: unset;
  }
}
.t_company .container .sec-wide p,
.t_company .container .sec-wide .btn {
  margin-top: 50px;
}
@media screen and (max-width: 1900px) {
  .t_company .container .sec-wide p,
  .t_company .container .sec-wide .btn {
    margin-top: 50rem;
  }
}
.t_company .container .sec-wide p.f-md {
  width: 680px;
}
@media screen and (max-width: 1900px) {
  .t_company .container .sec-wide p.f-md {
    width: 680rem;
  }
}
@media screen and (max-width: 768px) {
  .t_company .container .sec-wide p.f-md {
    width: 100%;
  }
}

.t_fv .intro-video-wrapper {
  width: 100%;
  position: relative;
}
.t_fv .intro-video-wrapper .sound-toggle {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: background-color 0.3s ease;
}
.t_fv .intro-video-wrapper .sound-toggle:hover {
  opacity: 0.7;
}/*# sourceMappingURL=top.css.map */