body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, table, th, td, form, fieldset, legend, textarea, input, select, textarea, button, article, aside, dialog, footer, header, section, footer, nav, figure, main {
  margin: 0;
  padding: 0;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

article, aside, dialog, footer, header, section, footer, nav, figure, main {
  display: block;
}

html, body {
  height: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

img, form, fieldset, li {
  border: 0;
  vertical-align: top;
}

ul, ol {
  list-style: none;
}

button {
  overflow: visible;
  cursor: pointer;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button:disabled {
  cursor: default;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input, select {
  width: 0;
  height: 0;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

address, caption, em {
  font-style: normal;
}

a, a:focus, a:active, a:hover {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: 'Roboto';
  font-weight: 200;
  src: url(../font/Roboto-ExtraLight.woff) format("woff");
}

@font-face {
  font-family: 'Roboto';
  font-weight: 300;
  src: url(../font/Roboto-Light.woff) format("woff");
}

@font-face {
  font-family: 'Roboto';
  font-weight: 400;
  src: url(../font/Roboto-Regular.woff) format("woff");
}

@font-face {
  font-family: 'Roboto';
  font-weight: 500;
  src: url(../font/Roboto-Medium.woff) format("woff");
}

@font-face {
  font-family: 'Roboto';
  font-weight: 600;
  src: url(../font/Roboto-SemiBold.woff) format("woff");
}

@font-face {
  font-family: 'Roboto';
  font-weight: 700;
  src: url(../font/Roboto-Bold.woff) format("woff");
}

@font-face {
  font-family: 'Roboto';
  font-weight: 800;
  src: url(../font/Roboto-ExtraBold.woff) format("woff");
}

@font-face {
  font-family: 'NotoSans';
  font-weight: 200;
  src: url(../font/NotoSansJP-ExtraLight.woff) format("woff");
}

@font-face {
  font-family: 'NotoSans';
  font-weight: 300;
  src: url(../font/NotoSansJP-Light.woff) format("woff");
}

@font-face {
  font-family: 'NotoSans';
  font-weight: 400;
  src: url(../font/NotoSansJP-Regular.woff) format("woff");
}

@font-face {
  font-family: 'NotoSans';
  font-weight: 500;
  src: url(../font/NotoSansJP-Medium.woff) format("woff");
}

@font-face {
  font-family: 'NotoSans';
  font-weight: 600;
  src: url(../font/NotoSansJP-SemiBold.woff) format("woff");
}

@font-face {
  font-family: 'NotoSans';
  font-weight: 700;
  src: url(../font/NotoSansJP-Bold.woff) format("woff");
}

@font-face {
  font-family: 'NotoSans';
  font-weight: 800;
  src: url(../font/NotoSansJP-ExtraBold.woff) format("woff");
}

body,
input,
select,
textarea,
button {
  font-family: "NotoSans", sans-serif;
  font-weight: 400;
  color: #000;
}

body {
  background-color: #fff;
  overflow-x: hidden;
}

.blind,
caption,
legend {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  font-size: 1px;
  line-height: 100px;
  white-space: nowrap;
}

.skip {
  height: 0;
}

.skip a {
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 25px;
  text-align: center;
}

.skip a:focus,
#skip a:active {
  position: absolute;
  top: 0;
  z-index: 100;
  padding: 10px 0;
  background: #000;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

button:disabled,
input:disabled {
  pointer-events: none;
  cursor: default;
}

.img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  max-width: 1260px;
  max-width: 65.625vw;
}

@media (min-width: 1920px) {
  .inner {
    max-width: 1260px;
  }
}

@media screen and (max-width: 768px) {
  .inner {
    max-width: 768px;
    padding: 0 28px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 768px) {
  .only_pc {
    display: none !important;
  }
}

@media screen and (min-width: 1600px) {
  .only_mo {
    display: none !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) {
  .only_mo {
    display: none !important;
  }
}

.is_lock {
  overflow: hidden;
  height: 100vh;
}

@-webkit-keyframes bounce {
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@keyframes bounce {
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@-webkit-keyframes bounceEnd {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceEnd {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes marquee {
  to {
    inset-inline-start: calc((var(--marquee-item-width) + var(--marquee-gap)) * -1);
  }
}

@keyframes marquee {
  to {
    inset-inline-start: calc((var(--marquee-item-width) + var(--marquee-gap)) * -1);
  }
}

@-webkit-keyframes downloadArrow {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@keyframes downloadArrow {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  height: 32px;
  padding: 26px 0;
  background: transparent;
  -webkit-transition: .1s ease-out;
  transition: .1s ease-out;
}

@media screen and (max-width: 768px) {
  .header {
    padding: 8px 0;
  }
}

.header .logo {
  position: absolute;
  z-index: 100;
  top: 26px;
  left: 25px;
}

@media only screen and (max-width: 1024px) {
  .header .logo {
    left: 15px;
  }
}

@media screen and (max-width: 768px) {
  .header .logo {
    top: 0;
    left: 0;
  }
}

.header .logo_link {
  display: block;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  .header .logo_link {
    padding: 18px;
  }
}

.header .logo_image {
  display: block;
  width: 119px;
  height: 12px;
  background-image: url("../img/logo_white.png");
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .header .logo_image {
    width: 109px;
    height: 11px;
    background-image: url("../img/logo_white_mo.png");
  }
}

.header .nav {
  display: block;
}

@media only screen and (max-width: 1024px) {
  .header .nav {
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100dvh;
    height: 100%;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    background: #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header .nav::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 86px;
    background: #141414;
    content: "";
  }
  .header .nav.is_active {
    right: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    overflow-y: scroll;
  }
  .header .nav_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 48px);
    margin-top: 48px;
    padding: 0 36px 40px;
    opacity: 0.95;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: scroll;
  }
}

@media screen and (max-width: 768px) {
  .header .nav::before {
    height: 48px;
  }
}

@media only screen and (min-width: 1025px) {
  .header .nav_btn_download {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .header .nav_btn_download {
    position: relative;
    display: block;
    right: -30%;
    opacity: 0;
    margin-bottom: 40px;
  }
  .header .nav_btn_download.is_show {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    right: 0;
    opacity: 1;
  }
  .header .nav_btn_download_link {
    display: inline-block;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: -0.4px;
    letter-spacing: -0.02083vw;
    color: #fff;
    text-align: left;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 1920px) {
  .header .nav_btn_download_link {
    letter-spacing: -0.4px;
  }
}

@media only screen and (min-width: 1025px) {
  .header .nav_copy {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .header .nav_copy {
    margin-top: 80px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    letter-spacing: -0.24px;
    letter-spacing: -0.0125vw;
    color: #fff;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 1920px) {
  .header .nav_copy {
    letter-spacing: -0.24px;
  }
}

.header .menu {
  position: relative;
  left: -6px;
  max-width: 1280px;
  max-width: 66.66667vw;
  margin: 0 auto;
}

@media (min-width: 1920px) {
  .header .menu {
    max-width: 1280px;
  }
}

@media only screen and (max-width: 1024px) {
  .header .menu {
    left: 0;
    max-width: 100%;
    margin: 80px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.header .menu_list {
  font-size: 0;
}

@media only screen and (max-width: 1024px) {
  .header .menu_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.header .menu_item {
  display: inline-block;
}

@media only screen and (max-width: 1024px) {
  .header .menu_item {
    position: relative;
    right: -30%;
    opacity: 0;
  }
  .header .menu_item + .menu_item {
    margin-top: 20px;
  }
  .header .menu_item.is_show {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    right: 0;
    opacity: 1;
  }
}

@media only screen and (min-width: 1025px) {
  .header .menu_item.is_active .menu_link {
    color: #999;
  }
}

.header .menu_link {
  display: block;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: .3s;
  transition: .3s;
}

@media only screen and (min-width: 1025px) {
  .header .menu_link:hover {
    color: #999;
  }
}

@media only screen and (max-width: 1024px) {
  .header .menu_link {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1024px) {
  .header .menu_link {
    display: inline-block;
    padding: 0;
    font-size: 36px;
    line-height: 52px;
    font-weight: 300;
  }
}

.header .menu_line {
  position: absolute;
  width: 0;
  height: 3px;
  background-color: #999;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  pointer-events: none;
}

@media only screen and (max-width: 1024px) {
  .header .menu_line {
    display: none;
  }
}

.header .menu_toggle {
  position: absolute;
  z-index: 999;
  top: 50%;
  right: 17px;
  width: 20px;
  height: 14px;
  padding: 17px 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

@media only screen and (min-width: 1025px) {
  .header .menu_toggle {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .header .menu_toggle {
    right: 0;
  }
}

.header .menu_toggle_box {
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 20px;
  height: 14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header .menu_toggle_line {
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.header .menu_toggle.is_active .menu_toggle_box {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.header .menu_toggle.is_active .menu_toggle_line {
  position: absolute;
  top: 50%;
  left: 50%;
}

.header .menu_toggle.is_active .menu_toggle_line:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.header .menu_toggle.is_active .menu_toggle_line:nth-child(2) {
  opacity: 0;
}

.header .menu_toggle.is_active .menu_toggle_line:nth-child(3) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.header .util {
  position: absolute;
  top: 26px;
  right: 25px;
}

@media only screen and (max-width: 1024px) {
  .header .util {
    right: 15px;
  }
}

@media only screen and (max-width: 1024px) {
  .header .util {
    position: relative;
    top: 0;
    right: -30%;
    opacity: 0;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header .util.is_show {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    right: 0;
    opacity: 1;
  }
}

.header .util_item {
  display: inline-block;
}

@media only screen and (max-width: 1024px) {
  .header .util_item {
    display: block;
  }
  .header .util_item + .util_item {
    margin-top: 12px;
  }
}

.header .util_link {
  display: block;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 800;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
  text-transform: uppercase;
}

@media only screen and (max-width: 1024px) {
  .header .util_link {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1024px) {
  .header .util_link {
    display: inline-block;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.32px;
    letter-spacing: -0.01667vw;
    font-weight: 700;
    text-transform: capitalize;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 1920px) {
  .header .util_link {
    letter-spacing: -0.32px;
  }
}

.header .util_link:hover {
  color: #999;
}

.header.is_active {
  background: #fff;
}

.header.is_active .logo_image {
  background-image: url("../img/logo_black.png");
}

@media screen and (max-width: 768px) {
  .header.is_active .logo_image {
    background-image: url("../img/logo_black_mo.png");
  }
}

.header.is_active .menu_item.is_active .menu_link {
  color: #000;
}

.header.is_active .menu_link {
  color: #999;
}

.header.is_active .menu_link:hover {
  color: #000;
}

.header.is_active .menu_line {
  background-color: #000;
}

.header.is_active .menu_toggle_line {
  background-color: #000;
}

.header.is_active .util_link {
  color: #000;
}

.header.is_active .util_link:hover {
  color: #999;
}

.floating_btn_area {
  position: fixed;
  z-index: 100;
  right: 146px;
  right: 7.60417vw;
  bottom: 132px;
  bottom: 6.875vw;
}

@media (min-width: 1920px) {
  .floating_btn_area {
    right: 146px;
  }
}

@media (min-width: 1920px) {
  .floating_btn_area {
    bottom: 132px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (max-width: 1600px) {
  .floating_btn_area {
    right: 146px;
    right: 9.125vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (max-width: 1600px) {
  .floating_btn_area {
    bottom: 132px;
    bottom: 8.25vw;
  }
}

@media screen and (max-width: 768px) {
  .floating_btn_area {
    right: 16px;
    bottom: 103px;
  }
}

.floating_btn_area .btn_contact {
  display: block;
  width: 95px;
  width: 4.94792vw;
  height: 48px;
  height: 2.5vw;
  padding: 27px 0px 20px;
  padding: 1.40625vw 0vw 1.04167vw;
  font-size: 12px;
  font-size: 0.625vw;
  line-height: 24px;
  line-height: 1.25vw;
  font-weight: 700;
  letter-spacing: -0.24px;
  letter-spacing: -0.0125vw;
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: .35s ease-out;
  transition: .35s ease-out;
}

@media (min-width: 1920px) {
  .floating_btn_area .btn_contact {
    width: 95px;
  }
}

@media (min-width: 1920px) {
  .floating_btn_area .btn_contact {
    height: 48px;
  }
}

@media (min-width: 1920px) {
  .floating_btn_area .btn_contact {
    padding: 27px 0px 20px;
  }
}

@media (min-width: 1920px) {
  .floating_btn_area .btn_contact {
    font-size: 12px;
    line-height: 24px;
  }
}

@media (min-width: 1920px) {
  .floating_btn_area .btn_contact {
    letter-spacing: -0.24px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) {
  .floating_btn_area .btn_contact {
    font-size: 12px;
    font-size: 0.75vw;
    line-height: 24px;
    line-height: 1.5vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (max-width: 1600px) {
  .floating_btn_area .btn_contact {
    width: 95px;
    width: 5.9375vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (max-width: 1600px) {
  .floating_btn_area .btn_contact {
    height: 48px;
    height: 3vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (max-width: 1600px) {
  .floating_btn_area .btn_contact {
    padding: 27px 0px 20px;
    padding: 1.6875vw 0vw 1.25vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (min-width: 1920px) {
  .floating_btn_area .btn_contact {
    font-size: 12px;
    line-height: 24px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (max-width: 1600px) {
  .floating_btn_area .btn_contact {
    letter-spacing: -0.24px;
    letter-spacing: -0.015vw;
  }
}

@media screen and (max-width: 768px) {
  .floating_btn_area .btn_contact {
    width: 64px;
    height: 33px;
    padding: 21px 0 10px;
    font-size: 9px;
    line-height: 17px;
    letter-spacing: -0.18px;
  }
}

.floating_btn_area .btn_contact::after {
  display: block;
  margin: 0 auto;
  -webkit-background-size: 292px 168px;
  background-size: 292px 168px;
  background-image: url("../img/normal.png");
  background-position: -173px -65px;
  width: 25px;
  height: 24px;
  content: '';
}

@media screen and (max-width: 768px) {
  .floating_btn_area .btn_contact::after {
    width: 16px;
    height: 16px;
    background-image: url("../img/icons-svg.svg");
    -webkit-background-size: 144px 112px;
    background-size: 144px 112px;
    background-position: -118px -58px;
    background-repeat: no-repeat;
  }
}

@media only screen and (max-width: 1024px) {
  .floating_btn_area .btn_contact::after {
    width: 16px;
    height: 16px;
    background-image: url("../img/icons-svg.svg");
    -webkit-background-size: 144px 112px;
    background-size: 144px 112px;
    background-position: -118px -58px;
    background-repeat: no-repeat;
  }
}

.floating_btn_area .btn_contact.bouncing {
  -webkit-animation: 1s cubic-bezier(0, 0, 0.18, 0.99) infinite alternate bounce;
  animation: 1s cubic-bezier(0, 0, 0.18, 0.99) infinite alternate bounce;
}

@media screen and (max-width: 768px) {
  .floating_btn_area .btn_contact.bouncing {
    -webkit-animation: none;
    animation: none;
  }
}

.floating_btn_area .btn_contact.bounce_end {
  -webkit-animation: .4s ease-out forwards bounceEnd;
  animation: .4s ease-out forwards bounceEnd;
}

@media screen and (max-width: 768px) {
  .floating_btn_area .btn_contact.bounce_end {
    -webkit-animation: none;
    animation: none;
  }
}

.floating_btn_area.is_active .btn_contact {
  background: #000;
}

.btn_download {
  display: block;
  position: fixed;
  bottom: 20.5%;
  left: calc((100vw - 65.625vw)/2);
  width: 188px;
  width: 9.79167vw;
  height: 188px;
  height: 9.79167vw;
  z-index: 20;
  padding: 60px 0px 51px;
  padding: 3.125vw 0vw 2.65625vw;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background .35s ease-out;
  transition: background .35s ease-out;
}

@media (min-width: 1920px) {
  .btn_download {
    width: 188px;
  }
}

@media (min-width: 1920px) {
  .btn_download {
    height: 188px;
  }
}

@media (min-width: 1920px) {
  .btn_download {
    padding: 60px 0px 51px;
  }
}

@media only screen and (min-width: 1920px) {
  .btn_download {
    left: calc((100vw - 1260px)/2);
  }
}

.btn_download.is_active {
  background: rgba(0, 0, 0, 0.18);
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (max-width: 1600px) {
  .btn_download {
    width: 188px;
    width: 11.75vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (max-width: 1600px) {
  .btn_download {
    height: 188px;
    height: 11.75vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (max-width: 1600px) {
  .btn_download {
    padding: 60px 0px 51px;
    padding: 3.75vw 0vw 3.1875vw;
  }
}

@media screen and (max-width: 768px) {
  .btn_download {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 52px;
    padding: 16px 20px;
    border-radius: 0;
    background-color: #FE0000;
  }
  .btn_download.is_active {
    background-color: #FE0000;
  }
}

.btn_download_text {
  display: inline-block;
  font-size: 17px;
  font-size: 0.88542vw;
  line-height: 24px;
  line-height: 1.25vw;
  font-weight: 700;
  letter-spacing: -0.6px;
  letter-spacing: -0.03125vw;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 1920px) {
  .btn_download_text {
    font-size: 17px;
    line-height: 24px;
  }
}

@media (min-width: 1920px) {
  .btn_download_text {
    letter-spacing: -0.6px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) {
  .btn_download_text {
    font-size: 17px;
    font-size: 1.0625vw;
    line-height: 24px;
    line-height: 1.5vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (min-width: 1920px) {
  .btn_download_text {
    font-size: 17px;
    line-height: 24px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (max-width: 1600px) {
  .btn_download_text {
    letter-spacing: -0.6px;
    letter-spacing: -0.0375vw;
  }
}

@media screen and (max-width: 768px) {
  .btn_download_text {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.28px;
    vertical-align: text-top;
    text-transform: capitalize;
  }
}

.btn_download::after {
  display: block;
  margin: 0 auto;
  margin-top: 8px;
  margin-top: 0.41667vw;
  -webkit-background-size: 292px 168px;
  background-size: 292px 168px;
  background-image: url("../img/normal.png");
  background-position: -202px -65px;
  width: 24px;
  height: 24px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  content: '';
}

@media (min-width: 1920px) {
  .btn_download::after {
    margin-top: 8px;
  }
}

@media screen and (max-width: 768px) {
  .btn_download::after {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .btn_download::after {
    width: 16px;
    height: 16px;
    background-image: url("../img/icons-svg.svg");
    -webkit-background-size: 144px 112px;
    background-size: 144px 112px;
    background-position: -118px -34px;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 768px) {
  .btn_download::before {
    display: inline-block;
    margin: 0 8px 0 0;
    width: 16px;
    height: 16px;
    background-image: url("../img/icons-svg.svg");
    -webkit-background-size: 144px 112px;
    background-size: 144px 112px;
    background-position: -118px -34px;
    background-repeat: no-repeat;
    vertical-align: baseline;
    content: '';
  }
}

.btn_download:hover::after {
  -webkit-animation: downloadArrow 0.5s infinite alternate;
  animation: downloadArrow 0.5s infinite alternate;
}

.tab_content_box {
  display: none;
}

.tab_content_box.is_active {
  display: block;
}

.tab_box {
  position: relative;
}

.tab_box + .tag_box {
  margin-top: 24px;
  margin-top: 1.25vw;
}

@media (min-width: 1920px) {
  .tab_box + .tag_box {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .tab_box + .tag_box {
    margin-top: 16px;
  }
}

.tab_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 18px;
  padding-top: 0.9375vw;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

@media (min-width: 1920px) {
  .tab_list {
    padding-top: 18px;
  }
}

.tab_list::-webkit-scrollbar {
  display: none;
}

@media screen and (min-width: 769px) and (max-width: 1260px) {
  .tab_list {
    overflow-x: scroll;
  }
}

@media screen and (max-width: 768px) {
  .tab_list {
    padding-top: 4px;
    overflow-x: scroll;
  }
}

.tab_item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.tab_item:not(:first-child) {
  margin-left: 38px;
  margin-left: 1.97917vw;
}

@media (min-width: 1920px) {
  .tab_item:not(:first-child) {
    margin-left: 38px;
  }
}

@media screen and (max-width: 768px) {
  .tab_item:not(:first-child) {
    margin-left: 38px;
  }
}

.tab_item.is_active {
  position: relative;
}

.tab_link {
  display: inline-block;
  font-size: 22px;
  font-size: 1.14583vw;
  line-height: 35px;
  line-height: 1.82292vw;
  font-weight: 500;
  letter-spacing: -0.44px;
  letter-spacing: -0.02292vw;
  color: #000;
  white-space: nowrap;
}

@media (min-width: 1920px) {
  .tab_link {
    font-size: 22px;
    line-height: 35px;
  }
}

@media (min-width: 1920px) {
  .tab_link {
    letter-spacing: -0.44px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) {
  .tab_link {
    font-size: 22px;
    font-size: 1.375vw;
    line-height: 35px;
    line-height: 2.1875vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (min-width: 1920px) {
  .tab_link {
    font-size: 22px;
    line-height: 35px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (max-width: 1600px) {
  .tab_link {
    letter-spacing: -0.44px;
    letter-spacing: -0.0275vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1260px) {
  .tab_link {
    font-size: 17px;
    line-height: 26px;
    letter-spacing: -0.34px;
  }
}

@media screen and (max-width: 768px) {
  .tab_link {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.32px;
    white-space: nowrap;
  }
}

.tab_line {
  position: absolute;
  width: 0;
  height: 6px;
  height: 0.3125vw;
  background-color: #000;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

@media (min-width: 1920px) {
  .tab_line {
    height: 6px;
  }
}

@media screen and (max-width: 768px) {
  .tab_line {
    height: 3px;
  }
}

.tag_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -10px;
  margin-left: -10px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.tag_list::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 768px) {
  .tag_list {
    overflow-y: scroll;
  }
}

.tag_list + .tag_list {
  margin-top: 0;
}

.tag_item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 10px;
  margin-left: 10px;
}

.tag_item.is_active .tag_name {
  font-weight: 500;
  color: #000;
}

.tag_name {
  display: inline-block;
  padding: 8px 14px;
  padding: 0.41667vw 0.72917vw;
  font-size: 14px;
  font-size: 0.72917vw;
  line-height: 20px;
  line-height: 1.04167vw;
  letter-spacing: -0.5px;
  letter-spacing: -0.02604vw;
  color: #6b6b6b;
  background-color: #f5f5f5;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 1920px) {
  .tag_name {
    padding: 8px 14px;
  }
}

@media (min-width: 1920px) {
  .tag_name {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1920px) {
  .tag_name {
    letter-spacing: -0.5px;
  }
}

.tag_name:hover {
  color: #000;
}

@media screen and (min-width: 769px) and (max-width: 1599px) {
  .tag_name {
    font-size: 14px;
    font-size: 0.875vw;
    line-height: 20px;
    line-height: 1.25vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (max-width: 1600px) {
  .tag_name {
    padding: 8px 14px;
    padding: 0.5vw 0.875vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (min-width: 1920px) {
  .tag_name {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (max-width: 1600px) {
  .tag_name {
    letter-spacing: -0.5px;
    letter-spacing: -0.03125vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1260px) {
  .tag_name {
    font-size: 11px;
    line-height: 15px;
    letter-spacing: -0.22px;
  }
}

@media screen and (max-width: 768px) {
  .tag_name {
    padding: 8px 14px;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: -0.24px;
  }
}

.section {
  padding-top: 200px;
  padding-top: 10.41667vw;
}

@media (min-width: 1920px) {
  .section {
    padding-top: 200px;
  }
}

@media screen and (max-width: 768px) {
  .section {
    padding-top: 120px;
  }
}

.section_title {
  display: inline-block;
  font-size: 55px;
  font-size: 2.86458vw;
  line-height: 88px;
  line-height: 4.58333vw;
  font-weight: 800;
  letter-spacing: -1.1px;
  letter-spacing: -0.05729vw;
  color: #000;
  text-transform: uppercase;
}

@media (min-width: 1920px) {
  .section_title {
    font-size: 55px;
    line-height: 88px;
  }
}

@media (min-width: 1920px) {
  .section_title {
    letter-spacing: -1.1px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1260px) {
  .section_title {
    font-size: 29px;
    line-height: 47px;
    letter-spacing: -0.58px;
  }
}

@media screen and (max-width: 768px) {
  .section_title {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.4px;
    white-space: normal;
  }
}

.section_title strong {
  font-weight: 800;
}

.section_subtitle {
  display: inline-block;
  font-size: 36px;
  font-size: 1.875vw;
  line-height: 36px;
  line-height: 1.875vw;
  font-weight: 700;
  letter-spacing: -0.72px;
  letter-spacing: -0.0375vw;
}

@media (min-width: 1920px) {
  .section_subtitle {
    font-size: 36px;
    line-height: 36px;
  }
}

@media (min-width: 1920px) {
  .section_subtitle {
    letter-spacing: -0.72px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1260px) {
  .section_subtitle {
    font-size: 19px;
    line-height: 19px;
    letter-spacing: -0.38px;
  }
}

@media screen and (max-width: 768px) {
  .section_subtitle {
    font-size: 16px;
    line-height: 18px;
    font-weight: 800;
    letter-spacing: -0.32px;
  }
}

.section_desc {
  display: inline-block;
  font-size: 44px;
  font-size: 2.29167vw;
  line-height: 70px;
  line-height: 3.64583vw;
  font-weight: 800;
  letter-spacing: 1.76px;
  letter-spacing: 0.09167vw;
  color: #000;
  text-transform: uppercase;
}

@media (min-width: 1920px) {
  .section_desc {
    font-size: 44px;
    line-height: 70px;
  }
}

@media (min-width: 1920px) {
  .section_desc {
    letter-spacing: 1.76px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1260px) {
  .section_desc {
    font-size: 29px;
    line-height: 47px;
    letter-spacing: -0.58px;
  }
}

@media screen and (max-width: 768px) {
  .section_desc {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.8px;
    white-space: normal;
  }
}

.section_desc strong {
  font-weight: 700;
}

.section_txt {
  font-size: 16px;
  font-size: 0.83333vw;
  line-height: 22px;
  line-height: 1.14583vw;
  letter-spacing: -0.32px;
  letter-spacing: -0.01667vw;
  color: #474747;
}

@media (min-width: 1920px) {
  .section_txt {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1920px) {
  .section_txt {
    letter-spacing: -0.32px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) {
  .section_txt {
    font-size: 16px;
    font-size: 1vw;
    line-height: 22px;
    line-height: 1.375vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (min-width: 1920px) {
  .section_txt {
    font-size: 16px;
    line-height: 22px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (max-width: 1600px) {
  .section_txt {
    letter-spacing: -0.32px;
    letter-spacing: -0.02vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1260px) {
  .section_txt {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -0.26px;
  }
}

@media screen and (max-width: 768px) {
  .section_txt {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.28px;
  }
}

.section_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .section_top {
    position: relative;
  }
}

.section_top_image {
  position: relative;
  height: 0;
  margin-left: 80px;
  margin-left: 4.16667vw;
}

@media (min-width: 1920px) {
  .section_top_image {
    margin-left: 80px;
  }
}

@media screen and (max-width: 768px) {
  .section_top_image {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.section_kv {
  position: relative;
  padding-top: 0;
  height: 100vh;
  height: 100dvh;
}

.section_kv .inner {
  position: relative;
  height: 100%;
}

.section_kv .kv_video {
  position: absolute;
  width: 100%;
  height: 100%;
}

.section_kv .kv_video_bg {
  width: 100%;
  height: 100%;
}

.section_kv .kv_content {
  position: absolute;
  bottom: 44%;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .section_kv .kv_content {
    top: unset;
    left: 28px;
    bottom: 152px;
    width: calc(100% - 56px);
  }
}

.section_kv .kv_title {
  display: inline-block;
  font-family: "NotoSans";
  font-size: 64px;
  font-size: 3.33333vw;
  line-height: 93px;
  line-height: 4.84375vw;
  font-weight: 800;
  letter-spacing: -1.28px;
  letter-spacing: -0.06667vw;
  color: #fff;
  text-transform: uppercase;
}

@media (min-width: 1920px) {
  .section_kv .kv_title {
    font-size: 64px;
    line-height: 93px;
  }
}

@media (min-width: 1920px) {
  .section_kv .kv_title {
    letter-spacing: -1.28px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1260px) {
  .section_kv .kv_title {
    font-size: 34px;
    line-height: 50px;
    letter-spacing: -0.68px;
  }
}

@media screen and (max-width: 768px) {
  .section_kv .kv_title {
    font-size: 24px;
    line-height: 38px;
    letter-spacing: -0.48px;
  }
}

.section_kv .kv_desc {
  margin-top: 24px;
  margin-top: 1.25vw;
  font-size: 17px;
  font-size: 0.88542vw;
  line-height: 25px;
  line-height: 1.30208vw;
  letter-spacing: -1.7px;
  letter-spacing: -0.08854vw;
  color: #fff;
  text-transform: uppercase;
}

@media (min-width: 1920px) {
  .section_kv .kv_desc {
    margin-top: 24px;
  }
}

@media (min-width: 1920px) {
  .section_kv .kv_desc {
    font-size: 17px;
    line-height: 25px;
  }
}

@media (min-width: 1920px) {
  .section_kv .kv_desc {
    letter-spacing: -1.7px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) {
  .section_kv .kv_desc {
    font-size: 17px;
    font-size: 1.0625vw;
    line-height: 25px;
    line-height: 1.5625vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (min-width: 1920px) {
  .section_kv .kv_desc {
    font-size: 17px;
    line-height: 25px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (max-width: 1600px) {
  .section_kv .kv_desc {
    letter-spacing: -1.7px;
    letter-spacing: -0.10625vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1260px) {
  .section_kv .kv_desc {
    font-size: 13px;
    line-height: 19px;
    letter-spacing: -0.26px;
  }
}

@media screen and (max-width: 768px) {
  .section_kv .kv_desc {
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -1.68px;
  }
}

.section_service {
  position: relative;
}

.section_service_logo {
  display: block;
  height: 40px;
  height: 2.08333vw;
}

@media (min-width: 1920px) {
  .section_service_logo {
    height: 40px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (max-width: 1600px) {
  .section_service_logo {
    height: 40px;
    height: 2.5vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1260px) {
  .section_service_logo {
    height: 30px;
  }
}

@media screen and (max-width: 768px) {
  .section_service_logo {
    height: 26px;
  }
}

.section_service_logo img {
  height: 100%;
}

.section_service .section_title {
  margin-top: 40px;
  margin-top: 2.08333vw;
  letter-spacing: 2.2px;
  letter-spacing: 0.11458vw;
}

@media (min-width: 1920px) {
  .section_service .section_title {
    margin-top: 40px;
  }
}

@media (min-width: 1920px) {
  .section_service .section_title {
    letter-spacing: 2.2px;
  }
}

@media screen and (max-width: 768px) {
  .section_service .section_title {
    margin-top: 32px;
    letter-spacing: 0.8px;
  }
}

.section_service .section_txt {
  margin-top: 32px;
  margin-top: 1.66667vw;
}

@media (min-width: 1920px) {
  .section_service .section_txt {
    margin-top: 32px;
  }
}

.section_service .section_txt + .section_txt {
  margin-top: 22px;
  margin-top: 1.14583vw;
}

@media (min-width: 1920px) {
  .section_service .section_txt + .section_txt {
    margin-top: 22px;
  }
}

@media screen and (max-width: 768px) {
  .section_service .section_txt {
    margin-top: 24px;
  }
  .section_service .section_txt + .section_txt {
    margin-top: 20px;
  }
}

.section_service .service_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 100px 0px 100px;
  padding: 5.20833vw 0vw 5.20833vw;
  margin: 100px 0px 80px;
  margin: 5.20833vw 0vw 4.16667vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

@media (min-width: 1920px) {
  .section_service .service_list {
    padding: 100px 0px 100px;
  }
}

@media (min-width: 1920px) {
  .section_service .service_list {
    margin: 100px 0px 80px;
  }
}

@media screen and (max-width: 768px) {
  .section_service .service_list {
    display: block;
    margin-top: 64px;
    margin-bottom: 0;
    padding: 64px 0 64px;
  }
}

.section_service .service_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 46.8%;
}

@media screen and (max-width: 768px) {
  .section_service .service_item {
    width: auto;
  }
}

.section_service .service_item:nth-child(2n) {
  margin-left: 80px;
  margin-left: 4.16667vw;
}

@media (min-width: 1920px) {
  .section_service .service_item:nth-child(2n) {
    margin-left: 80px;
  }
}

@media screen and (max-width: 768px) {
  .section_service .service_item:nth-child(2n) {
    margin-left: 0;
  }
}

.section_service .service_item:nth-child(n+3) {
  margin-top: 100px;
  margin-top: 5.20833vw;
}

@media (min-width: 1920px) {
  .section_service .service_item:nth-child(n+3) {
    margin-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .section_service .service_item:not(:first-child) {
    margin-top: 64px;
  }
}

.section_service .service_link_image {
  display: inline-block;
  width: 120px;
  width: 6.25vw;
  height: 120px;
  height: 6.25vw;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media (min-width: 1920px) {
  .section_service .service_link_image {
    width: 120px;
  }
}

@media (min-width: 1920px) {
  .section_service .service_link_image {
    height: 120px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (max-width: 1600px) {
  .section_service .service_link_image {
    width: 120px;
    width: 7.5vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (max-width: 1600px) {
  .section_service .service_link_image {
    height: 120px;
    height: 7.5vw;
  }
}

@media screen and (max-width: 768px) {
  .section_service .service_link_image {
    width: 72px;
    height: 72px;
  }
}

.section_service .service_content {
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 40px;
  margin-left: 2.08333vw;
}

@media (min-width: 1920px) {
  .section_service .service_content {
    margin-left: 40px;
  }
}

@media screen and (max-width: 768px) {
  .section_service .service_content {
    margin-left: 24px;
  }
}

.section_service .service_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section_service .service_num {
  display: inline-block;
  font-size: 20px;
  font-size: 1.04167vw;
  line-height: 29px;
  line-height: 1.51042vw;
  font-weight: 700;
  letter-spacing: -0.4px;
  letter-spacing: -0.02083vw;
}

@media (min-width: 1920px) {
  .section_service .service_num {
    font-size: 20px;
    line-height: 29px;
  }
}

@media (min-width: 1920px) {
  .section_service .service_num {
    letter-spacing: -0.4px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) {
  .section_service .service_num {
    font-size: 20px;
    font-size: 1.25vw;
    line-height: 29px;
    line-height: 1.8125vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (min-width: 1920px) {
  .section_service .service_num {
    font-size: 20px;
    line-height: 29px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (max-width: 1600px) {
  .section_service .service_num {
    letter-spacing: -0.4px;
    letter-spacing: -0.025vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1260px) {
  .section_service .service_num {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.3px;
  }
}

@media screen and (max-width: 768px) {
  .section_service .service_num {
    font-size: 20px;
    line-height: 29px;
    letter-spacing: -0.4px;
  }
}

.section_service .service_title {
  display: block;
  margin-top: 8px;
  margin-top: 0.41667vw;
  font-size: 24px;
  font-size: 1.25vw;
  line-height: 36px;
  line-height: 1.875vw;
  font-weight: 800;
  letter-spacing: -0.48px;
  letter-spacing: -0.025vw;
  text-transform: uppercase;
}

@media (min-width: 1920px) {
  .section_service .service_title {
    margin-top: 8px;
  }
}

@media (min-width: 1920px) {
  .section_service .service_title {
    font-size: 24px;
    line-height: 36px;
  }
}

@media (min-width: 1920px) {
  .section_service .service_title {
    letter-spacing: -0.48px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) {
  .section_service .service_title {
    font-size: 24px;
    font-size: 1.5vw;
    line-height: 36px;
    line-height: 2.25vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (min-width: 1920px) {
  .section_service .service_title {
    font-size: 24px;
    line-height: 36px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (max-width: 1600px) {
  .section_service .service_title {
    letter-spacing: -0.48px;
    letter-spacing: -0.03vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1260px) {
  .section_service .service_title {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.36px;
  }
}

@media screen and (max-width: 768px) {
  .section_service .service_title {
    margin-top: 8px;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: -0.4px;
  }
}

.section_service .service_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 17px;
  height: 0.88542vw;
}

@media (min-width: 1920px) {
  .section_service .service_btn {
    height: 17px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (max-width: 1600px) {
  .section_service .service_btn {
    height: 22px;
    height: 1.375vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1260px) {
  .section_service .service_btn {
    height: 19px;
  }
}

@media screen and (max-width: 768px) {
  .section_service .service_btn {
    margin-top: 24px;
    height: 17px;
  }
}

.section_service .service_link {
  display: inline-block;
  font-size: 12px;
  line-height: 17px;
  font-weight: 500;
  letter-spacing: -0.24px;
  color: #000;
  text-transform: uppercase;
  text-decoration: underline;
}

.section_customer .section_subtitle {
  min-width: 120px;
  min-width: 6.25vw;
  margin: 14px 80px 0px 0px;
  margin: 0.72917vw 4.16667vw 0vw 0vw;
  white-space: nowrap;
}

@media (min-width: 1920px) {
  .section_customer .section_subtitle {
    min-width: 120px;
  }
}

@media (min-width: 1920px) {
  .section_customer .section_subtitle {
    margin: 14px 80px 0px 0px;
  }
}

@media screen and (max-width: 768px) {
  .section_customer .section_subtitle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 56px;
    margin: 8px 24px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .section_customer .section_top {
    padding-bottom: 259px;
  }
}

.section_customer .section_top_content {
  width: 554px;
  width: 28.85417vw;
}

@media (min-width: 1920px) {
  .section_customer .section_top_content {
    width: 554px;
  }
}

@media screen and (max-width: 768px) {
  .section_customer .section_top_content {
    width: auto;
  }
}

.section_customer .section_top_image {
  width: 30.635%;
  padding-bottom: 22.064%;
}

.section_customer .section_top_image .img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 768px) {
  .section_customer .section_top_image {
    width: 304px;
    height: 219px;
    padding-bottom: 0;
  }
}

.section_customer .customer_title {
  display: inline-block;
  font-size: 55px;
  font-size: 2.86458vw;
  line-height: 55px;
  line-height: 2.86458vw;
  font-weight: 400;
  letter-spacing: -1.1px;
  letter-spacing: -0.05729vw;
}

@media (min-width: 1920px) {
  .section_customer .customer_title {
    font-size: 55px;
    line-height: 55px;
  }
}

@media (min-width: 1920px) {
  .section_customer .customer_title {
    letter-spacing: -1.1px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1260px) {
  .section_customer .customer_title {
    font-size: 29px;
    line-height: 29px;
    letter-spacing: -0.38px;
  }
}

@media screen and (max-width: 768px) {
  .section_customer .customer_title {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.48px;
  }
}

.section_customer .customer_stats_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 56px;
  margin-top: 2.91667vw;
}

@media (min-width: 1920px) {
  .section_customer .customer_stats_list {
    margin-top: 56px;
  }
}

@media screen and (max-width: 768px) {
  .section_customer .customer_stats_list {
    margin-top: 40px;
  }
}

.section_customer .customer_stats_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section_customer .customer_stats_item:not(:first-child) {
  margin-left: 120px;
  margin-left: 6.25vw;
}

@media (min-width: 1920px) {
  .section_customer .customer_stats_item:not(:first-child) {
    margin-left: 120px;
  }
}

@media screen and (max-width: 768px) {
  .section_customer .customer_stats_item:not(:first-child) {
    margin-left: 32px;
  }
}

.section_customer .customer_stats_text {
  display: inline-block;
  font-size: 16px;
  font-size: 0.83333vw;
  line-height: 19px;
  line-height: 0.98958vw;
  font-weight: 300;
  letter-spacing: -0.32px;
  letter-spacing: -0.01667vw;
}

@media (min-width: 1920px) {
  .section_customer .customer_stats_text {
    font-size: 16px;
    line-height: 19px;
  }
}

@media (min-width: 1920px) {
  .section_customer .customer_stats_text {
    letter-spacing: -0.32px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) {
  .section_customer .customer_stats_text {
    font-size: 16px;
    font-size: 1vw;
    line-height: 19px;
    line-height: 1.1875vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (min-width: 1920px) {
  .section_customer .customer_stats_text {
    font-size: 16px;
    line-height: 19px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (max-width: 1600px) {
  .section_customer .customer_stats_text {
    letter-spacing: -0.32px;
    letter-spacing: -0.02vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1260px) {
  .section_customer .customer_stats_text {
    font-size: 13px;
    line-height: 19px;
    letter-spacing: -0.26px;
  }
}

@media screen and (max-width: 768px) {
  .section_customer .customer_stats_text {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.28px;
  }
}

.section_customer .customer_stats_num {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 10px;
  margin-top: 0.52083vw;
  font-size: 64px;
  font-size: 3.33333vw;
  line-height: 64px;
  line-height: 3.33333vw;
  font-weight: 200;
  letter-spacing: -1.28px;
  letter-spacing: -0.06667vw;
}

@media (min-width: 1920px) {
  .section_customer .customer_stats_num {
    margin-top: 10px;
  }
}

@media (min-width: 1920px) {
  .section_customer .customer_stats_num {
    font-size: 64px;
    line-height: 64px;
  }
}

@media (min-width: 1920px) {
  .section_customer .customer_stats_num {
    letter-spacing: -1.28px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1260px) {
  .section_customer .customer_stats_num {
    font-size: 34px;
    line-height: 34px;
    letter-spacing: -0.68px;
  }
}

@media screen and (max-width: 768px) {
  .section_customer .customer_stats_num {
    margin-top: 10px;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -0.8px;
  }
}

.section_customer .customer_brands {
  position: relative;
  margin-top: 180px;
  margin-top: 9.375vw;
  padding: 200px 0px;
  padding: 10.41667vw 0vw;
  background: #f9f9f9;
}

@media (min-width: 1920px) {
  .section_customer .customer_brands {
    margin-top: 180px;
  }
}

@media (min-width: 1920px) {
  .section_customer .customer_brands {
    padding: 200px 0px;
  }
}

@media screen and (max-width: 768px) {
  .section_customer .customer_brands {
    margin-top: 82px;
    padding: 40px 0;
  }
}

.section_customer .customer_brands .customer_title {
  margin-top: -220px;
  margin-top: -11.45833vw;
}

@media (min-width: 1920px) {
  .section_customer .customer_brands .customer_title {
    margin-top: -220px;
  }
}

@media screen and (max-width: 768px) {
  .section_customer .customer_brands .customer_title {
    margin-top: -50px;
  }
}

.section_customer .customer_brands .brands_box + .brands_box {
  margin-top: 100px;
  margin-top: 5.20833vw;
}

@media (min-width: 1920px) {
  .section_customer .customer_brands .brands_box + .brands_box {
    margin-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .section_customer .customer_brands .brands_box + .brands_box {
    margin-top: 40px;
  }
}

.section_customer .customer_brands .brands_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  block-size: var(--marquee-item-height);
  overflow: hidden;
  --marquee-item-width: 260px;
  --marquee-item-height: 100px;
  --marquee-gap: 80px;
  --marquee-duration: 36s;
}

@media screen and (max-width: 768px) {
  .section_customer .customer_brands .brands_list {
    --marquee-item-width: 130px;
    --marquee-item-height: 50px;
    --marquee-gap: 40px;
  }
}

.section_customer .customer_brands .brands_list:hover .brands_item {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.section_customer .customer_brands .brands_list_below .brands_item {
  animation-direction: reverse;
}

.section_customer .customer_brands .brands_item {
  --marquee-item-offset: max(calc((var(--marquee-item-width) + var(--marquee-gap)) * var(--marquee-items)),
                calc(100% + var(--marquee-item-width) + var(--marquee-gap)));
  --marquee-delay: calc(var(--marquee-duration) / var(--marquee-items) * (var(--marquee-items) - var(--marquee-item-index)) * -1);
  position: absolute;
  inset-inline-start: var(--marquee-item-offset);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: marquee linear var(--marquee-duration) var(--marquee-delay, 0s) infinite;
  animation: marquee linear var(--marquee-duration) var(--marquee-delay, 0s) infinite;
}

.section_customer .customer_brands .brands_image img {
  width: 260px;
}

@media screen and (max-width: 768px) {
  .section_customer .customer_brands .brands_image img {
    width: 130px;
  }
}

.section_customer .awards {
  margin-top: 160px;
  margin-top: 8.33333vw;
  margin-left: calc((100vw - 65.625vw)/2);
}

@media (min-width: 1920px) {
  .section_customer .awards {
    margin-top: 160px;
  }
}

@media only screen and (min-width: 1920px) {
  .section_customer .awards {
    margin-left: calc((100vw - 1260px)/2);
  }
}

@media screen and (max-width: 768px) {
  .section_customer .awards {
    margin-top: 72px;
    margin-left: 28px;
  }
}

.section_customer .awards_list {
  margin-top: 100px;
  margin-top: 5.20833vw;
}

@media (min-width: 1920px) {
  .section_customer .awards_list {
    margin-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .section_customer .awards_list {
    margin-top: 56px;
  }
}

.section_customer .awards_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 80px 0px;
  padding: 4.16667vw 0vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 1920px) {
  .section_customer .awards_item {
    padding: 80px 0px;
  }
}

.section_customer .awards_item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1260px;
  width: 65.625vw;
  height: 1px;
  background: #e0e0e0;
  content: "";
}

@media (min-width: 1920px) {
  .section_customer .awards_item::before {
    width: 1260px;
  }
}

@media screen and (max-width: 768px) {
  .section_customer .awards_item::before {
    width: calc(100% - 28px);
  }
}

@media screen and (max-width: 768px) {
  .section_customer .awards_item {
    display: block;
    padding: 56px 0;
  }
  .section_customer .awards_item:last-child {
    padding-bottom: 0;
  }
}

.section_customer .awards_logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 102px;
  width: 5.3125vw;
  height: 102px;
  height: 5.3125vw;
}

@media (min-width: 1920px) {
  .section_customer .awards_logo {
    width: 102px;
  }
}

@media (min-width: 1920px) {
  .section_customer .awards_logo {
    height: 102px;
  }
}

.section_customer .awards_logo img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .section_customer .awards_logo {
    width: 102px;
    height: 102px;
  }
}

.section_customer .awards_info {
  width: 79%;
  margin-left: 160px;
  margin-left: 8.33333vw;
}

@media (min-width: 1920px) {
  .section_customer .awards_info {
    margin-left: 160px;
  }
}

@media screen and (max-width: 768px) {
  .section_customer .awards_info {
    width: auto;
    margin-top: 32px;
    margin-left: -28px;
  }
}

.section_customer .awards_info_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .section_customer .awards_info_list {
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .section_customer .awards_info_list::-webkit-scrollbar {
    display: none;
  }
  .section_customer .awards_info_list::after {
    content: '';
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28px;
    flex: 0 0 28px;
  }
}

.section_customer .awards_info_list:not(:first-child) {
  margin-top: 80px;
  margin-top: 4.16667vw;
}

@media (min-width: 1920px) {
  .section_customer .awards_info_list:not(:first-child) {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .section_customer .awards_info_list:not(:first-child) {
    margin-top: 32px;
  }
}

.section_customer .awards_info_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 282px;
  width: 14.6875vw;
  height: auto;
}

@media (min-width: 1920px) {
  .section_customer .awards_info_item {
    width: 282px;
  }
}

@media screen and (max-width: 768px) {
  .section_customer .awards_info_item {
    width: 282px;
  }
}

.section_customer .awards_info_item:not(:first-child) {
  margin-left: 76px;
  margin-left: 3.95833vw;
}

@media (min-width: 1920px) {
  .section_customer .awards_info_item:not(:first-child) {
    margin-left: 76px;
  }
}

@media screen and (max-width: 768px) {
  .section_customer .awards_info_item:not(:first-child) {
    margin-left: 40px;
  }
}

@media screen and (max-width: 768px) {
  .section_customer .awards_info_item:first-child {
    margin-left: 28px;
  }
}

@media screen and (max-width: 768px) {
  .section_customer .awards_info_item:last-child {
    margin-right: 0;
  }
}

.section_customer .awards_info_item img {
  width: 100%;
}

.section_portfolio {
  padding-bottom: 80px;
  padding-bottom: 4.16667vw;
  overflow: hidden;
}

@media (min-width: 1920px) {
  .section_portfolio {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  .section_portfolio {
    padding-bottom: 0;
  }
}

.section_portfolio .section_subtitle {
  min-width: 120px;
  min-width: 6.25vw;
  margin: 18px 80px 0px 0px;
  margin: 0.9375vw 4.16667vw 0vw 0vw;
}

@media (min-width: 1920px) {
  .section_portfolio .section_subtitle {
    min-width: 120px;
  }
}

@media (min-width: 1920px) {
  .section_portfolio .section_subtitle {
    margin: 18px 80px 0px 0px;
  }
}

@media screen and (max-width: 768px) {
  .section_portfolio .section_subtitle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 56px;
    margin: 8px 24px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .section_portfolio .section_desc {
    letter-spacing: 0.8px;
  }
}

@media screen and (max-width: 768px) {
  .section_portfolio .section_top {
    padding-bottom: 242px;
  }
}

.section_portfolio .section_top_content {
  white-space: nowrap;
  width: 460px;
  width: 23.95833vw;
}

@media (min-width: 1920px) {
  .section_portfolio .section_top_content {
    width: 460px;
  }
}

@media screen and (max-width: 768px) {
  .section_portfolio .section_top_content {
    width: auto;
    white-space: normal;
  }
}

.section_portfolio .section_top_image {
  width: 38.096%;
  padding-bottom: 25.398%;
  margin-left: 120px;
  margin-left: 6.25vw;
}

@media (min-width: 1920px) {
  .section_portfolio .section_top_image {
    margin-left: 120px;
  }
}

.section_portfolio .section_top_image .img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 768px) {
  .section_portfolio .section_top_image {
    width: 303px;
    height: 202px;
    margin-left: 0;
    padding-bottom: 0;
  }
}

.section_portfolio .portfolio {
  max-width: 1260px;
  max-width: 65.625vw;
  margin: 80px auto 0px;
  margin: 4.16667vw auto 0vw;
}

@media (min-width: 1920px) {
  .section_portfolio .portfolio {
    max-width: 1260px;
  }
}

@media (min-width: 1920px) {
  .section_portfolio .portfolio {
    margin: 80px auto 0px;
  }
}

@media screen and (max-width: 768px) {
  .section_portfolio .portfolio {
    max-width: 768px;
    margin-top: 61px;
    margin-left: 0;
  }
}

.section_portfolio .portfolio .tab_box::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1260px;
  width: 65.625vw;
  height: 1px;
  background: #e0e0e0;
  content: "";
}

@media (min-width: 1920px) {
  .section_portfolio .portfolio .tab_box::before {
    width: 1260px;
  }
}

@media screen and (max-width: 768px) {
  .section_portfolio .portfolio .tab_box::before {
    left: 28px;
    width: calc(100% - 56px);
  }
}

@media screen and (max-width: 768px) {
  .section_portfolio .portfolio .tab_list::after {
    content: '';
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28px;
    flex: 0 0 28px;
  }
}

@media screen and (max-width: 768px) {
  .section_portfolio .portfolio .tab_item:first-child {
    margin-left: 28px;
  }
}

@media screen and (max-width: 768px) {
  .section_portfolio .portfolio .tab_item:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .section_portfolio .portfolio .tag_list::after {
    content: '';
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28px;
    flex: 0 0 28px;
  }
}

@media screen and (max-width: 768px) {
  .section_portfolio .portfolio .tag_item:first-child {
    margin-left: 38px;
  }
}

@media screen and (max-width: 768px) {
  .section_portfolio .portfolio .tag_item:last-child {
    margin-right: 0;
  }
}

.section_portfolio .tab_content {
  max-width: 1260px;
  max-width: 65.625vw;
  margin: 80px auto 0px;
  margin: 4.16667vw auto 0vw;
}

@media (min-width: 1920px) {
  .section_portfolio .tab_content {
    max-width: 1260px;
  }
}

@media (min-width: 1920px) {
  .section_portfolio .tab_content {
    margin: 80px auto 0px;
  }
}

@media screen and (max-width: 768px) {
  .section_portfolio .tab_content {
    max-width: 100%;
    margin-top: 54px;
    padding-left: 28px;
  }
}

.section_portfolio .work_slider {
  overflow: visible;
}

@media screen and (max-width: 768px) {
  .section_portfolio .work_slider {
    padding-right: 28px;
  }
}

.section_portfolio .work_list {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section_portfolio .work_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  width: 404px;
  width: 21.04167vw;
}

@media (min-width: 1920px) {
  .section_portfolio .work_item {
    width: 404px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (max-width: 1600px) {
  .section_portfolio .work_item {
    width: 404px;
    width: 25.25vw;
  }
}

@media screen and (max-width: 768px) {
  .section_portfolio .work_item {
    width: 280px;
  }
}

.section_portfolio .work_item + .work_item {
  margin-left: 40px;
  margin-left: 2.08333vw;
}

@media (min-width: 1920px) {
  .section_portfolio .work_item + .work_item {
    margin-left: 40px;
  }
}

@media screen and (max-width: 768px) {
  .section_portfolio .work_item + .work_item {
    margin-left: 32px;
  }
}

.section_portfolio .work_link_image {
  position: relative;
  display: inline-block;
  height: 0;
  padding-bottom: 64.36%;
}

.section_portfolio .work_link_image .img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.section_portfolio .work_link_title {
  display: inline-block;
  color: #000;
}

.section_portfolio .work_content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 24px;
  margin-top: 1.25vw;
}

@media (min-width: 1920px) {
  .section_portfolio .work_content {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .section_portfolio .work_content {
    margin-top: 20px;
  }
}

.section_portfolio .work_content .tag_box {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-top: 24px;
  margin-top: 1.25vw;
}

@media (min-width: 1920px) {
  .section_portfolio .work_content .tag_box {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .section_portfolio .work_content .tag_box {
    margin-top: 20px;
  }
}

.section_portfolio .work_content .tag_list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section_portfolio .work_content .tag_name {
  pointer-events: none;
}

.section_portfolio .work_title {
  display: inline-block;
  width: 100%;
  font-size: 36px;
  font-size: 1.875vw;
  line-height: 58px;
  line-height: 3.02083vw;
  font-weight: 700;
  letter-spacing: -0.72px;
  letter-spacing: -0.0375vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 1920px) {
  .section_portfolio .work_title {
    font-size: 36px;
    line-height: 58px;
  }
}

@media (min-width: 1920px) {
  .section_portfolio .work_title {
    letter-spacing: -0.72px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) {
  .section_portfolio .work_title {
    font-size: 36px;
    font-size: 2.25vw;
    line-height: 58px;
    line-height: 3.625vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (min-width: 1920px) {
  .section_portfolio .work_title {
    font-size: 36px;
    line-height: 58px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (max-width: 1600px) {
  .section_portfolio .work_title {
    letter-spacing: -0.72px;
    letter-spacing: -0.045vw;
  }
}

@media screen and (max-width: 768px) {
  .section_portfolio .work_title {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.4px;
  }
}

.section_portfolio .work_desc {
  margin-top: -4px;
  margin-top: -0.20833vw;
  font-size: 20px;
  font-size: 1.04167vw;
  line-height: 32px;
  line-height: 1.66667vw;
  font-weight: 200;
  letter-spacing: -0.4px;
  letter-spacing: -0.02083vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 1920px) {
  .section_portfolio .work_desc {
    margin-top: -4px;
  }
}

@media (min-width: 1920px) {
  .section_portfolio .work_desc {
    font-size: 20px;
    line-height: 32px;
  }
}

@media (min-width: 1920px) {
  .section_portfolio .work_desc {
    letter-spacing: -0.4px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) {
  .section_portfolio .work_desc {
    font-size: 20px;
    font-size: 1.25vw;
    line-height: 32px;
    line-height: 2vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (min-width: 1920px) {
  .section_portfolio .work_desc {
    font-size: 20px;
    line-height: 32px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (max-width: 1600px) {
  .section_portfolio .work_desc {
    letter-spacing: -0.4px;
    letter-spacing: -0.025vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1260px) {
  .section_portfolio .work_desc {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.30px;
  }
}

@media screen and (max-width: 768px) {
  .section_portfolio .work_desc {
    margin-top: -4px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.32px;
  }
}

.section_portfolio .work_txt {
  display: -webkit-box;
  margin-top: 24px;
  margin-top: 1.25vw;
  height: 51px;
  height: 2.65625vw;
  font-size: 12px;
  font-size: 0.625vw;
  line-height: 17px;
  line-height: 0.88542vw;
  letter-spacing: -0.24px;
  letter-spacing: -0.0125vw;
  color: #474747;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
}

@media (min-width: 1920px) {
  .section_portfolio .work_txt {
    margin-top: 24px;
  }
}

@media (min-width: 1920px) {
  .section_portfolio .work_txt {
    height: 51px;
  }
}

@media (min-width: 1920px) {
  .section_portfolio .work_txt {
    font-size: 12px;
    line-height: 17px;
  }
}

@media (min-width: 1920px) {
  .section_portfolio .work_txt {
    letter-spacing: -0.24px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) {
  .section_portfolio .work_txt {
    font-size: 14px;
    font-size: 0.875vw;
    line-height: 20px;
    line-height: 1.25vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (max-width: 1600px) {
  .section_portfolio .work_txt {
    height: 60px;
    height: 3.75vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (min-width: 1920px) {
  .section_portfolio .work_txt {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (max-width: 1600px) {
  .section_portfolio .work_txt {
    letter-spacing: -0.24px;
    letter-spacing: -0.015vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1260px) {
  .section_portfolio .work_txt {
    height: 51px;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: -0.24px;
  }
}

@media screen and (max-width: 768px) {
  .section_portfolio .work_txt {
    height: 51px;
    margin-top: 20px;
    font-size: 12px;
    line-height: 17px;
  }
}

.section_portfolio .work_link {
  display: inline-block;
  width: 100%;
  margin-top: 40px;
  margin-top: 2.08333vw;
  padding: 19px 40px;
  padding: 0.98958vw 2.08333vw;
  font-size: 16px;
  font-size: 0.83333vw;
  line-height: 23px;
  line-height: 1.19792vw;
  font-weight: 800;
  letter-spacing: -0.32px;
  letter-spacing: -0.01667vw;
  color: #000;
  border: 1px solid #6b6b6b;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 1920px) {
  .section_portfolio .work_link {
    margin-top: 40px;
  }
}

@media (min-width: 1920px) {
  .section_portfolio .work_link {
    padding: 19px 40px;
  }
}

@media (min-width: 1920px) {
  .section_portfolio .work_link {
    font-size: 16px;
    line-height: 23px;
  }
}

@media (min-width: 1920px) {
  .section_portfolio .work_link {
    letter-spacing: -0.32px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) {
  .section_portfolio .work_link {
    font-size: 16px;
    font-size: 1vw;
    line-height: 23px;
    line-height: 1.4375vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (max-width: 1600px) {
  .section_portfolio .work_link {
    padding: 19px 40px;
    padding: 1.1875vw 2.5vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (min-width: 1920px) {
  .section_portfolio .work_link {
    font-size: 16px;
    line-height: 23px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (max-width: 1600px) {
  .section_portfolio .work_link {
    letter-spacing: -0.32px;
    letter-spacing: -0.02vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1260px) {
  .section_portfolio .work_link {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: -0.24px;
  }
}

@media screen and (max-width: 768px) {
  .section_portfolio .work_link {
    margin-top: 32px;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.28px;
  }
}

.section_portfolio .work_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  margin-top: 4.16667vw;
}

@media (min-width: 1920px) {
  .section_portfolio .work_btn {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .section_portfolio .work_btn {
    margin-top: 40px;
  }
}

.section_portfolio .work_btn .swiper-button-next,
.section_portfolio .work_btn .swiper-button-prev {
  position: static;
  margin-top: 0;
}

.section_portfolio .work_btn .swiper-button-next::after,
.section_portfolio .work_btn .swiper-button-prev::after {
  display: none;
}

.section_portfolio .work_btn .swiper-button-prev + .swiper-button-next {
  margin-left: 10px;
}

.section_portfolio .work_btn .swiper-button-next {
  -webkit-background-size: 292px 168px;
  background-size: 292px 168px;
  background-image: url("../img/normal.png");
  background-position: 0px 0px;
  width: 56px;
  height: 56px;
}

.section_portfolio .work_btn .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  -webkit-background-size: 292px 168px;
  background-size: 292px 168px;
  background-image: url("../img/normal.png");
  background-position: -60px 0px;
  width: 56px;
  height: 56px;
}

@media screen and (max-width: 768px) {
  .section_portfolio .work_btn .swiper-button-next.swiper-button-disabled {
    width: 49px;
    height: 48px;
    background-image: url("../img/icons-svg.svg");
    -webkit-background-size: 144px 112px;
    background-size: 144px 112px;
    background-position: -4px -4px;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 768px) {
  .section_portfolio .work_btn .swiper-button-next {
    width: 49px;
    height: 48px;
    background-image: url("../img/icons-svg.svg");
    -webkit-background-size: 144px 112px;
    background-size: 144px 112px;
    background-position: -61px -4px;
    background-repeat: no-repeat;
  }
}

.section_portfolio .work_btn .swiper-button-prev {
  -webkit-background-size: 292px 168px;
  background-size: 292px 168px;
  background-image: url("../img/normal.png");
  background-position: 0px -60px;
  width: 56px;
  height: 56px;
}

.section_portfolio .work_btn .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  -webkit-background-size: 292px 168px;
  background-size: 292px 168px;
  background-image: url("../img/normal.png");
  background-position: -60px -60px;
  width: 56px;
  height: 56px;
}

@media screen and (max-width: 768px) {
  .section_portfolio .work_btn .swiper-button-prev.swiper-button-disabled {
    width: 49px;
    height: 48px;
    background-image: url("../img/icons-svg.svg");
    -webkit-background-size: 144px 112px;
    background-size: 144px 112px;
    background-position: -4px -60px;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 768px) {
  .section_portfolio .work_btn .swiper-button-prev {
    width: 49px;
    height: 48px;
    background-image: url("../img/icons-svg.svg");
    -webkit-background-size: 144px 112px;
    background-size: 144px 112px;
    background-position: -61px -60px;
    background-repeat: no-repeat;
  }
}

.section_intro {
  padding-bottom: 80px;
  padding-bottom: 4.16667vw;
}

@media (min-width: 1920px) {
  .section_intro {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  .section_intro {
    padding-bottom: 0;
  }
}

.section_intro .section_title {
  font-weight: 200;
}

@media screen and (max-width: 768px) {
  .section_intro .section_title {
    width: auto;
    font-size: 32px;
    line-height: 51px;
    letter-spacing: -0.64px;
  }
}

.section_intro .intro_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .section_intro .intro_header {
    display: block;
  }
}

.section_intro .intro_message {
  width: 50.8%;
  margin-top: 16px;
  margin-left: 80px;
  margin-left: 4.16667vw;
  font-size: 16px;
  font-size: 0.83333vw;
  line-height: 22px;
  line-height: 1.14583vw;
  letter-spacing: -0.32px;
  letter-spacing: -0.01667vw;
  text-transform: uppercase;
}

@media (min-width: 1920px) {
  .section_intro .intro_message {
    margin-left: 80px;
  }
}

@media (min-width: 1920px) {
  .section_intro .intro_message {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1920px) {
  .section_intro .intro_message {
    letter-spacing: -0.32px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) {
  .section_intro .intro_message {
    font-size: 16px;
    font-size: 1vw;
    line-height: 22px;
    line-height: 1.375vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (min-width: 1920px) {
  .section_intro .intro_message {
    font-size: 16px;
    line-height: 22px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (max-width: 1600px) {
  .section_intro .intro_message {
    letter-spacing: -0.32px;
    letter-spacing: -0.02vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1260px) {
  .section_intro .intro_message {
    font-size: 13px;
    line-height: 19px;
    letter-spacing: -0.26px;
  }
}

@media screen and (max-width: 768px) {
  .section_intro .intro_message {
    width: auto;
    margin-top: 40px;
    margin-left: 0;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.28px;
  }
}

.section_intro .intro_txt_paragraph {
  display: inline-block;
  color: #474747;
}

.section_intro .intro_txt_paragraph + .intro_txt_paragraph {
  margin-top: 22px;
  margin-top: 1.14583vw;
}

@media (min-width: 1920px) {
  .section_intro .intro_txt_paragraph + .intro_txt_paragraph {
    margin-top: 22px;
  }
}

@media screen and (max-width: 768px) {
  .section_intro .intro_txt_paragraph + .intro_txt_paragraph {
    margin-top: 20px;
  }
}

.section_intro .intro_sender {
  margin-top: 40px;
  margin-top: 2.08333vw;
  text-align: right;
}

@media (min-width: 1920px) {
  .section_intro .intro_sender {
    margin-top: 40px;
  }
}

.section_intro .intro_sender_box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .section_intro .intro_sender {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .section_intro .intro_sender_title {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.32px;
  }
}

.section_intro .intro_sender_name {
  display: inline-block;
  margin-top: 8px;
  margin-top: 0.41667vw;
  font-size: 20px;
  font-size: 1.04167vw;
  line-height: 28px;
  line-height: 1.45833vw;
  font-weight: 700;
  letter-spacing: -0.4px;
  letter-spacing: -0.02083vw;
}

@media (min-width: 1920px) {
  .section_intro .intro_sender_name {
    margin-top: 8px;
  }
}

@media (min-width: 1920px) {
  .section_intro .intro_sender_name {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 1920px) {
  .section_intro .intro_sender_name {
    letter-spacing: -0.4px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) {
  .section_intro .intro_sender_name {
    font-size: 20px;
    font-size: 1.25vw;
    line-height: 28px;
    line-height: 1.75vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (max-width: 1600px) {
  .section_intro .intro_sender_name {
    margin-top: 8px;
    margin-top: 0.5vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (min-width: 1920px) {
  .section_intro .intro_sender_name {
    font-size: 20px;
    line-height: 28px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (max-width: 1600px) {
  .section_intro .intro_sender_name {
    letter-spacing: -0.4px;
    letter-spacing: -0.025vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1260px) {
  .section_intro .intro_sender_name {
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.30px;
  }
}

@media screen and (max-width: 768px) {
  .section_intro .intro_sender_name {
    margin-top: 8px;
    font-size: 20px;
    line-height: 28px;
  }
}

.section_intro .intro_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 100px;
  margin-top: 5.20833vw;
  padding-bottom: 100px;
  padding-bottom: 5.20833vw;
  border-bottom: 1px solid #d9d9d9;
}

@media (min-width: 1920px) {
  .section_intro .intro_info {
    margin-top: 100px;
  }
}

@media (min-width: 1920px) {
  .section_intro .intro_info {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 768px) {
  .section_intro .intro_info {
    display: block;
    margin-top: 120px;
    padding-bottom: 56px;
  }
}

.section_intro .intro_image {
  position: relative;
  width: 42.87%;
  height: 0;
  padding-bottom: 14.45%;
}

@media screen and (max-width: 768px) {
  .section_intro .intro_image {
    width: auto;
    padding-bottom: 34.87%;
  }
}

.section_intro .intro_image .img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.section_intro .intro_details {
  width: 50.8%;
  margin-left: 80px;
  margin-left: 4.16667vw;
}

@media (min-width: 1920px) {
  .section_intro .intro_details {
    margin-left: 80px;
  }
}

@media screen and (max-width: 768px) {
  .section_intro .intro_details {
    width: auto;
    margin-top: 40px;
    margin-left: 0;
  }
}

.section_intro .intro_details_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-size: 0.83333vw;
  line-height: 22px;
  line-height: 1.14583vw;
  letter-spacing: -0.32px;
  letter-spacing: -0.01667vw;
}

@media (min-width: 1920px) {
  .section_intro .intro_details_item {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1920px) {
  .section_intro .intro_details_item {
    letter-spacing: -0.32px;
  }
}

.section_intro .intro_details_item:not(:first-child) {
  margin-top: 24px;
  margin-top: 1.25vw;
}

@media (min-width: 1920px) {
  .section_intro .intro_details_item:not(:first-child) {
    margin-top: 24px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) {
  .section_intro .intro_details_item {
    font-size: 16px;
    font-size: 1vw;
    line-height: 22px;
    line-height: 1.375vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (min-width: 1920px) {
  .section_intro .intro_details_item {
    font-size: 16px;
    line-height: 22px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (max-width: 1600px) {
  .section_intro .intro_details_item {
    letter-spacing: -0.32px;
    letter-spacing: -0.02vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (max-width: 1600px) {
  .section_intro .intro_details_item:not(:first-child) {
    margin-top: 24px;
    margin-top: 1.5vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1260px) {
  .section_intro .intro_details_item {
    font-size: 13px;
    line-height: 19px;
    letter-spacing: -0.26px;
  }
}

@media screen and (max-width: 768px) {
  .section_intro .intro_details_item {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.28px;
  }
  .section_intro .intro_details_item:not(:first-child) {
    margin-top: 16px;
  }
}

.section_intro .intro_details_title {
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 140px;
  width: 7.29167vw;
  font-weight: 700;
}

@media (min-width: 1920px) {
  .section_intro .intro_details_title {
    width: 140px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (max-width: 1600px) {
  .section_intro .intro_details_title {
    width: 140px;
    width: 8.75vw;
  }
}

@media screen and (max-width: 768px) {
  .section_intro .intro_details_title {
    width: auto;
    min-width: 72px;
  }
}

.section_intro .intro_details_txt {
  margin-left: 20px;
  margin-left: 1.04167vw;
  color: #474747;
}

@media (min-width: 1920px) {
  .section_intro .intro_details_txt {
    margin-left: 20px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (max-width: 1600px) {
  .section_intro .intro_details_txt {
    margin-left: 20px;
    margin-left: 1.25vw;
  }
}

@media screen and (max-width: 768px) {
  .section_intro .intro_details_txt {
    margin-left: 32px;
  }
}

.section_intro .intro_details_link {
  display: inline-block;
  position: relative;
  height: 22px;
  margin-left: 40px;
  margin-left: 2.08333vw;
  padding-right: 22px;
  font-weight: 600;
  color: #000;
}

@media (min-width: 1920px) {
  .section_intro .intro_details_link {
    margin-left: 40px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) {
  .section_intro .intro_details_link {
    padding-right: 22px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (max-width: 1600px) {
  .section_intro .intro_details_link {
    margin-left: 40px;
    margin-left: 2.5vw;
  }
}

@media screen and (max-width: 768px) {
  .section_intro .intro_details_link {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 0;
    margin-top: 4px;
    padding-right: 22px;
    height: auto;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.32px;
    font-weight: 600;
  }
}

.section_intro .intro_details_link::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 22px;
  height: 22px;
  background-image: url("../img/icons-svg.svg");
  -webkit-background-size: 144px 112px;
  background-size: 144px 112px;
  background-position: -118px -4px;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
}

.section_recruit {
  position: relative;
  padding-bottom: 360px;
  padding-bottom: 18.75vw;
}

@media (min-width: 1920px) {
  .section_recruit {
    padding-bottom: 360px;
  }
}

@media screen and (max-width: 768px) {
  .section_recruit {
    padding-top: 102px;
    padding-bottom: 161px;
  }
}

.section_recruit::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 979px;
  width: 50.98958vw;
  height: 160px;
  height: 8.33333vw;
  background: url(../img/bg_recruit.png) no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
}

@media (min-width: 1920px) {
  .section_recruit::before {
    width: 979px;
  }
}

@media (min-width: 1920px) {
  .section_recruit::before {
    height: 160px;
  }
}

@media screen and (max-width: 768px) {
  .section_recruit::before {
    width: 304px;
    height: 105px;
    background: url(../img/bg_recruit_mo.png) no-repeat;
  }
}

.section_recruit::after {
  position: absolute;
  bottom: -3px;
  left: 50%;
  width: 1260px;
  width: 65.625vw;
  height: 3px;
  background: #000;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
}

@media (min-width: 1920px) {
  .section_recruit::after {
    width: 1260px;
  }
}

@media screen and (max-width: 768px) {
  .section_recruit::after {
    width: calc(100% - 56px);
  }
}

.section_recruit .section_title {
  line-height: 80px;
  line-height: 4.16667vw;
}

@media (min-width: 1920px) {
  .section_recruit .section_title {
    line-height: 80px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (max-width: 1600px) {
  .section_recruit .section_title {
    line-height: 80px;
    line-height: 5vw;
  }
}

@media screen and (max-width: 768px) {
  .section_recruit .section_title {
    font-size: 24px;
    line-height: 35px;
    letter-spacing: -0.48px;
  }
}

.section_recruit .recruit {
  position: relative;
  text-align: center;
}

.section_recruit .recruit::before {
  position: absolute;
  top: 110px;
  top: 5.72917vw;
  right: -263px;
  right: -13.69792vw;
  width: 401px;
  width: 20.88542vw;
  height: 256px;
  height: 13.33333vw;
  background: url(../img/bg_deco_recruit.png) center/cover no-repeat;
  content: "";
}

@media (min-width: 1920px) {
  .section_recruit .recruit::before {
    top: 110px;
  }
}

@media (min-width: 1920px) {
  .section_recruit .recruit::before {
    right: -263px;
  }
}

@media (min-width: 1920px) {
  .section_recruit .recruit::before {
    width: 401px;
  }
}

@media (min-width: 1920px) {
  .section_recruit .recruit::before {
    height: 256px;
  }
}

@media screen and (max-width: 768px) {
  .section_recruit .recruit::before {
    display: none;
  }
}

.section_recruit .recruit_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
  margin-top: 2.08333vw;
  font-size: 0;
}

@media (min-width: 1920px) {
  .section_recruit .recruit_btn {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .section_recruit .recruit_btn {
    margin-top: 24px;
  }
  .section_recruit .recruit_btn:has(.recruit_link:nth-of-type(2)) .recruit_link {
    width: calc(50% - 8px);
  }
}

.section_recruit .recruit_link {
  display: inline-block;
  width: 320px;
  width: 16.66667vw;
  padding: 19px 30px;
  padding: 0.98958vw 1.5625vw;
  font-size: 24px;
  font-size: 1.25vw;
  line-height: 35px;
  line-height: 1.82292vw;
  font-weight: 800;
  letter-spacing: -0.48px;
  letter-spacing: -0.025vw;
  color: #000;
  border: 1px solid #6b6b6b;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 1920px) {
  .section_recruit .recruit_link {
    width: 320px;
  }
}

@media (min-width: 1920px) {
  .section_recruit .recruit_link {
    padding: 19px 30px;
  }
}

@media (min-width: 1920px) {
  .section_recruit .recruit_link {
    font-size: 24px;
    line-height: 35px;
  }
}

@media (min-width: 1920px) {
  .section_recruit .recruit_link {
    letter-spacing: -0.48px;
  }
}

.section_recruit .recruit_link + .recruit_link {
  margin-left: 40px;
  margin-left: 2.08333vw;
}

@media (min-width: 1920px) {
  .section_recruit .recruit_link + .recruit_link {
    margin-left: 40px;
  }
}

@media screen and (max-width: 768px) {
  .section_recruit .recruit_link + .recruit_link {
    margin-left: 16px;
  }
}

@media screen and (max-width: 768px) {
  .section_recruit .recruit_link {
    padding: 15px 20px;
    width: 100%;
    max-width: 304px;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: -0.32px;
    white-space: nowrap;
  }
}

.section_recruit .recruit_txt {
  position: absolute;
  top: 110px;
  top: 5.72917vw;
  left: -230px;
  left: -11.97917vw;
  font-size: 64px;
  font-size: 3.33333vw;
  line-height: 80px;
  line-height: 4.16667vw;
  font-weight: 800;
  letter-spacing: -1.28px;
  letter-spacing: -0.06667vw;
  text-align: left;
}

@media (min-width: 1920px) {
  .section_recruit .recruit_txt {
    top: 110px;
  }
}

@media (min-width: 1920px) {
  .section_recruit .recruit_txt {
    left: -230px;
  }
}

@media (min-width: 1920px) {
  .section_recruit .recruit_txt {
    font-size: 64px;
    line-height: 80px;
  }
}

@media (min-width: 1920px) {
  .section_recruit .recruit_txt {
    letter-spacing: -1.28px;
  }
}

.section_recruit .recruit_txt_highlight {
  color: #755ba6;
}

@media screen and (max-width: 768px) {
  .section_recruit .recruit_txt {
    display: none;
  }
}

.footer {
  padding: 48px 0px 80px;
  padding: 2.5vw 0vw 4.16667vw;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: -0.24px;
}

@media (min-width: 1920px) {
  .footer {
    padding: 48px 0px 80px;
  }
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 40px 0 80px;
  }
}

.footer .inner {
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media screen and (max-width: 768px) {
  .footer .inner {
    display: block;
  }
}

.footer_logo {
  display: block;
  width: 99px;
  height: 10px;
  margin-right: 48px;
  margin-right: 2.5vw;
  background-image: url("../img/logo_black.png");
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 1920px) {
  .footer_logo {
    margin-right: 48px;
  }
}

@media screen and (max-width: 768px) {
  .footer_logo {
    width: 119px;
    height: 12px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (max-width: 1600px) {
  .footer_logo {
    margin-right: 48px;
    margin-right: 3vw;
  }
}

@media screen and (max-width: 768px) {
  .footer_logo {
    margin: 0;
  }
}

.footer_info {
  display: inline-block;
}

.footer_info_title {
  display: block;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .footer_info_title {
    margin-top: 12px;
  }
}

.footer_info_list {
  margin-top: 12px;
}

.footer_info_item + .footer_info_item {
  margin-top: 4px;
}

.footer_info_link {
  font-weight: 400;
  color: #636563;
}

.footer_link {
  display: inline-block;
  margin-top: 14px;
  margin-top: 0.72917vw;
  font-weight: 700;
  color: #2f5597;
  text-decoration: underline;
}

@media (min-width: 1920px) {
  .footer_link {
    margin-top: 14px;
  }
}

.footer_link:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .footer_link {
    margin-top: 32px;
  }
}

.footer_area {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  font-weight: 700;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .footer_area {
    position: static;
    margin-top: 40px;
    text-align: left;
  }
}

.careers .section_title {
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .careers .section_title {
    font-size: 64px;
    line-height: 102px;
    letter-spacing: -1.28px;
  }
}

.careers .section_subtitle {
  font-size: 24px;
  font-size: 1.25vw;
  line-height: 38px;
  line-height: 1.97917vw;
  letter-spacing: -0.48px;
  letter-spacing: -0.025vw;
  font-weight: 700;
}

@media (min-width: 1920px) {
  .careers .section_subtitle {
    font-size: 24px;
    line-height: 38px;
  }
}

@media (min-width: 1920px) {
  .careers .section_subtitle {
    letter-spacing: -0.48px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) {
  .careers .section_subtitle {
    font-size: 24px;
    font-size: 1.5vw;
    line-height: 38px;
    line-height: 2.375vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (min-width: 1920px) {
  .careers .section_subtitle {
    font-size: 24px;
    line-height: 38px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (max-width: 1600px) {
  .careers .section_subtitle {
    letter-spacing: -0.48px;
    letter-spacing: -0.03vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1260px) {
  .careers .section_subtitle {
    font-size: 18px;
    line-height: 29px;
    letter-spacing: -0.36px;
  }
}

@media screen and (max-width: 768px) {
  .careers .section_subtitle {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.4px;
  }
}

.careers .section_txt {
  font-size: 14px;
  font-size: 0.72917vw;
  line-height: 20px;
  line-height: 1.04167vw;
  letter-spacing: -0.28px;
  letter-spacing: -0.01458vw;
  font-weight: 200;
  color: #474747;
}

@media (min-width: 1920px) {
  .careers .section_txt {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1920px) {
  .careers .section_txt {
    letter-spacing: -0.28px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) {
  .careers .section_txt {
    font-size: 16px;
    font-size: 1vw;
    line-height: 22px;
    line-height: 1.375vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (min-width: 1920px) {
  .careers .section_txt {
    font-size: 16px;
    line-height: 22px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (max-width: 1600px) {
  .careers .section_txt {
    letter-spacing: -0.32px;
    letter-spacing: -0.02vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1260px) {
  .careers .section_txt {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -0.26px;
  }
}

@media screen and (max-width: 768px) {
  .careers .section_txt {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.48px;
  }
}

.careers .section_kv .kv_content {
  bottom: 32%;
}

@media screen and (max-width: 768px) {
  .careers .section_kv .kv_content {
    bottom: 21%;
  }
}

.careers .section_intro {
  position: relative;
}

.careers .section_intro .section_title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 44px;
  font-size: 2.29167vw;
  line-height: 70px;
  line-height: 3.64583vw;
  letter-spacing: 1.76px;
  letter-spacing: 0.09167vw;
  font-weight: 800;
  text-wrap: nowrap;
}

@media (min-width: 1920px) {
  .careers .section_intro .section_title {
    font-size: 44px;
    line-height: 70px;
  }
}

@media (min-width: 1920px) {
  .careers .section_intro .section_title {
    letter-spacing: 1.76px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) {
  .careers .section_intro .section_title {
    font-size: 29px;
    line-height: 47px;
    letter-spacing: -0.58px;
  }
}

@media screen and (max-width: 768px) {
  .careers .section_intro .section_title {
    position: static;
    font-size: 28px;
    line-height: 45px;
    letter-spacing: -0.56px;
    text-wrap: wrap;
  }
}

.careers .section_intro .section_desc {
  font-size: 40px;
  font-size: 2.08333vw;
  line-height: 64px;
  line-height: 3.33333vw;
  letter-spacing: -0.8px;
  letter-spacing: -0.04167vw;
  font-weight: 200;
}

@media (min-width: 1920px) {
  .careers .section_intro .section_desc {
    font-size: 40px;
    line-height: 64px;
  }
}

@media (min-width: 1920px) {
  .careers .section_intro .section_desc {
    letter-spacing: -0.8px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1260px) {
  .careers .section_intro .section_desc {
    font-size: 21px;
    line-height: 34px;
    letter-spacing: -0.42px;
  }
}

@media screen and (max-width: 768px) {
  .careers .section_intro .section_desc {
    margin-top: 40px;
    font-size: 32px;
    line-height: 51px;
    letter-spacing: -0.64px;
  }
}

.careers .section_intro .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .careers .section_intro .intro {
    display: block;
  }
}

.careers .section_intro .intro_header {
  display: block;
  position: relative;
  padding-top: 94px;
  padding-top: 4.89583vw;
  padding-right: 50.9%;
  padding-bottom: 27px;
  padding-bottom: 1.40625vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 1920px) {
  .careers .section_intro .intro_header {
    padding-top: 94px;
  }
}

@media (min-width: 1920px) {
  .careers .section_intro .intro_header {
    padding-bottom: 27px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (max-width: 1600px) {
  .careers .section_intro .intro_header {
    padding-top: 94px;
    padding-top: 5.875vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (max-width: 1600px) {
  .careers .section_intro .intro_header {
    padding-bottom: 27px;
    padding-bottom: 1.6875vw;
  }
}

@media screen and (max-width: 768px) {
  .careers .section_intro .intro_header {
    padding: 0;
  }
}

.careers .section_intro .intro_message {
  width: auto;
  margin-left: 0;
  margin-top: 56px;
  margin-top: 2.91667vw;
  margin-bottom: 4px;
  margin-bottom: 0.20833vw;
}

@media (min-width: 1920px) {
  .careers .section_intro .intro_message {
    margin-top: 56px;
  }
}

@media (min-width: 1920px) {
  .careers .section_intro .intro_message {
    margin-bottom: 4px;
  }
}

@media screen and (max-width: 768px) {
  .careers .section_intro .intro_message {
    margin-top: 40px;
    margin-bottom: 0;
  }
}

.careers .section_intro .intro_video {
  position: absolute;
  top: 0;
  right: 0;
  width: 560px;
  width: 29.16667vw;
  height: 560px;
  height: 29.16667vw;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media (min-width: 1920px) {
  .careers .section_intro .intro_video {
    width: 560px;
  }
}

@media (min-width: 1920px) {
  .careers .section_intro .intro_video {
    height: 560px;
  }
}

@media screen and (max-width: 768px) {
  .careers .section_intro .intro_video {
    position: relative;
    top: 0;
    right: 0;
    width: 304px;
    height: 304px;
    margin: 40px auto 0;
  }
}

@media screen and (min-width: 1600px) {
  .careers .section_intro .intro_txt_paragraph {
    font-size: 14px;
    font-size: 0.72917vw;
    line-height: 22px;
    line-height: 1.14583vw;
    letter-spacing: 0.56px;
    letter-spacing: 0.02917vw;
  }
}

@media screen and (min-width: 1600px) and (min-width: 1920px) {
  .careers .section_intro .intro_txt_paragraph {
    font-size: 14px;
    line-height: 22px;
  }
}

@media screen and (min-width: 1600px) and (min-width: 1920px) {
  .careers .section_intro .intro_txt_paragraph {
    letter-spacing: 0.56px;
  }
}

@media screen and (min-width: 1600px) {
  .careers .section_intro .intro_txt_paragraph + .intro_txt_paragraph {
    margin-top: 21px;
    margin-top: 1.09375vw;
  }
}

@media screen and (min-width: 1600px) and (min-width: 1920px) {
  .careers .section_intro .intro_txt_paragraph + .intro_txt_paragraph {
    margin-top: 21px;
  }
}

.careers .section_service .section_desc {
  display: block;
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .careers .section_service .section_desc {
    font-size: 30px;
    line-height: 48px;
    letter-spacing: 1.2px;
  }
}

.careers .section_service .service_header {
  position: relative;
  padding-bottom: 43.969%;
}

@media screen and (max-width: 768px) {
  .careers .section_service .service_header {
    padding-bottom: 266px;
  }
}

.careers .section_service .service_header_box {
  position: absolute;
  left: 0;
  z-index: 1;
  top: 80px;
  top: 4.16667vw;
}

@media (min-width: 1920px) {
  .careers .section_service .service_header_box {
    top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .careers .section_service .service_header_box {
    position: static;
  }
}

.careers .section_service .service_header .service_link {
  margin-top: 56px;
  margin-top: 2.91667vw;
  font-size: 32px;
  font-size: 1.66667vw;
  line-height: 32px;
  line-height: 1.66667vw;
  font-weight: 700;
}

@media (min-width: 1920px) {
  .careers .section_service .service_header .service_link {
    margin-top: 56px;
  }
}

@media (min-width: 1920px) {
  .careers .section_service .service_header .service_link {
    font-size: 32px;
    line-height: 32px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1260px) {
  .careers .section_service .service_header .service_link {
    font-size: 17px;
    line-height: 17px;
    letter-spacing: -0.34px;
  }
}

@media screen and (max-width: 768px) {
  .careers .section_service .service_header .service_link {
    margin-top: 32px;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -0.4px;
  }
}

.careers .section_service .service_video {
  position: absolute;
  top: 0;
  right: calc((65.625vw - 100vw) / 2);
  width: 975px;
  width: 50.78125vw;
  height: 554px;
  height: 28.85417vw;
}

@media (min-width: 1920px) {
  .careers .section_service .service_video {
    width: 975px;
  }
}

@media (min-width: 1920px) {
  .careers .section_service .service_video {
    height: 554px;
  }
}

@media only screen and (min-width: 1920px) {
  .careers .section_service .service_video {
    right: calc((1260px - 100vw) / 2);
  }
}

@media screen and (max-width: 768px) {
  .careers .section_service .service_video {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    width: 360px;
    height: 204px;
    margin: 64px auto 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .careers .section_service .service_video video {
    position: static;
  }
}

@media screen and (min-width: 1600px) {
  .careers .section_service .service_item {
    width: 255px;
    width: 13.28125vw;
  }
}

@media screen and (min-width: 1600px) and (min-width: 1920px) {
  .careers .section_service .service_item {
    width: 255px;
  }
}

@media screen and (min-width: 1600px) {
  .careers .section_service .service_item:not(:first-child) {
    margin-left: 80px;
    margin-left: 4.16667vw;
  }
}

@media screen and (min-width: 1600px) and (min-width: 1920px) {
  .careers .section_service .service_item:not(:first-child) {
    margin-left: 80px;
  }
}

@media screen and (min-width: 1600px) {
  .careers .section_service .service_item:nth-child(4n+1) {
    margin-left: 0;
  }
  .careers .section_service .service_item:nth-child(n+3) {
    margin-top: 0;
  }
  .careers .section_service .service_item:nth-child(n+5) {
    margin-top: 100px;
    margin-top: 5.20833vw;
  }
}

@media screen and (min-width: 1600px) and (min-width: 1920px) {
  .careers .section_service .service_item:nth-child(n+5) {
    margin-top: 100px;
  }
}

.careers .section_service .service_content {
  margin-left: 24px;
  margin-left: 1.25vw;
}

@media (min-width: 1920px) {
  .careers .section_service .service_content {
    margin-left: 24px;
  }
}

@media screen and (max-width: 768px) {
  .careers .section_service .service_content {
    margin-left: 24px;
  }
}

@media screen and (min-width: 1600px) {
  .careers .section_service .service_title {
    font-size: 16px;
    font-size: 0.83333vw;
    line-height: 22px;
    line-height: 1.14583vw;
    min-height: 66px;
    min-height: 3.4375vw;
  }
}

@media screen and (min-width: 1600px) and (min-width: 1920px) {
  .careers .section_service .service_title {
    font-size: 16px;
    line-height: 22px;
  }
}

@media screen and (min-width: 1600px) and (min-width: 1920px) {
  .careers .section_service .service_title {
    min-height: 66px;
  }
}

.careers .section_career {
  padding-bottom: 80px;
  padding-bottom: 4.16667vw;
}

@media (min-width: 1920px) {
  .careers .section_career {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  .careers .section_career {
    padding-bottom: 0;
  }
}

.careers .section_career .section_subtitle {
  display: block;
  margin-top: 16px;
  margin-top: 0.83333vw;
}

@media (min-width: 1920px) {
  .careers .section_career .section_subtitle {
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  .careers .section_career .section_subtitle {
    margin-top: 16px;
  }
}

.careers .section_career .section_txt {
  margin-top: 8px;
  margin-top: 0.41667vw;
}

@media (min-width: 1920px) {
  .careers .section_career .section_txt {
    margin-top: 8px;
  }
}

@media screen and (max-width: 768px) {
  .careers .section_career .section_txt {
    margin-top: 8px;
  }
}

.careers .section_career .career {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .careers .section_career .career {
    display: block;
  }
}

.careers .section_career .career_list {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 49.048%;
  margin-left: 131px;
  margin-left: 6.82292vw;
}

@media (min-width: 1920px) {
  .careers .section_career .career_list {
    margin-left: 131px;
  }
}

@media screen and (max-width: 768px) {
  .careers .section_career .career_list {
    width: auto;
    margin-left: 0;
    margin-top: 56px;
  }
}

.careers .section_career .career_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 0px;
  padding: 2.08333vw 0vw;
  border-bottom: 1px solid #d9d9d9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 1920px) {
  .careers .section_career .career_item {
    padding: 40px 0px;
  }
}

@media screen and (max-width: 768px) {
  .careers .section_career .career_item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 32px 0;
  }
}

.careers .section_career .career_item:first-child {
  padding-top: 32px;
  padding-top: 1.66667vw;
}

@media (min-width: 1920px) {
  .careers .section_career .career_item:first-child {
    padding-top: 32px;
  }
}

@media screen and (max-width: 768px) {
  .careers .section_career .career_item:first-child {
    padding-top: 0;
  }
}

.careers .section_career .career_num {
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 64px;
  width: 3.33333vw;
  height: 64px;
  height: 3.33333vw;
  font-size: 24px;
  font-size: 1.25vw;
  line-height: 64px;
  line-height: 3.33333vw;
  letter-spacing: -0.48px;
  letter-spacing: -0.025vw;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  background-color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 1920px) {
  .careers .section_career .career_num {
    width: 64px;
  }
}

@media (min-width: 1920px) {
  .careers .section_career .career_num {
    height: 64px;
  }
}

@media (min-width: 1920px) {
  .careers .section_career .career_num {
    font-size: 24px;
    line-height: 64px;
  }
}

@media (min-width: 1920px) {
  .careers .section_career .career_num {
    letter-spacing: -0.48px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) {
  .careers .section_career .career_num {
    font-size: 24px;
    font-size: 1.5vw;
    line-height: 64px;
    line-height: 4vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (max-width: 1600px) {
  .careers .section_career .career_num {
    width: 64px;
    width: 4vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (max-width: 1600px) {
  .careers .section_career .career_num {
    height: 64px;
    height: 4vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (min-width: 1920px) {
  .careers .section_career .career_num {
    font-size: 24px;
    line-height: 64px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (max-width: 1600px) {
  .careers .section_career .career_num {
    letter-spacing: -0.48px;
    letter-spacing: -0.03vw;
  }
}

@media screen and (max-width: 768px) {
  .careers .section_career .career_num {
    width: 48px;
    height: 48px;
    font-size: 18px;
    line-height: 48px;
    letter-spacing: -0.36px;
  }
}

.careers .section_career .career_content {
  margin-left: 24px;
  margin-left: 1.25vw;
}

@media (min-width: 1920px) {
  .careers .section_career .career_content {
    margin-left: 24px;
  }
}

@media screen and (max-width: 768px) {
  .careers .section_career .career_content {
    margin-left: 24px;
  }
}

.careers .section_career .career_title {
  display: inline-block;
  font-size: 24px;
  font-size: 1.25vw;
  line-height: 26px;
  line-height: 1.35417vw;
  letter-spacing: -0.48px;
  letter-spacing: -0.025vw;
}

@media (min-width: 1920px) {
  .careers .section_career .career_title {
    font-size: 24px;
    line-height: 26px;
  }
}

@media (min-width: 1920px) {
  .careers .section_career .career_title {
    letter-spacing: -0.48px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) {
  .careers .section_career .career_title {
    font-size: 24px;
    font-size: 1.5vw;
    line-height: 26px;
    line-height: 1.625vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (min-width: 1920px) {
  .careers .section_career .career_title {
    font-size: 24px;
    line-height: 26px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (max-width: 1600px) {
  .careers .section_career .career_title {
    letter-spacing: -0.48px;
    letter-spacing: -0.03vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1260px) {
  .careers .section_career .career_title {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -0.36px;
  }
}

@media screen and (max-width: 768px) {
  .careers .section_career .career_title {
    font-size: 20px;
    line-height: 22px;
    letter-spacing: -0.4px;
  }
}

.careers .section_career .career_desc {
  margin-top: 6px;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: -0.24px;
  font-weight: 200;
}

.careers .section_welfare {
  padding-bottom: 80px;
  padding-bottom: 4.16667vw;
}

@media (min-width: 1920px) {
  .careers .section_welfare {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  .careers .section_welfare {
    padding-bottom: 0;
  }
}

.careers .section_welfare .section_txt {
  margin-top: 8px;
  margin-top: 0.41667vw;
}

@media (min-width: 1920px) {
  .careers .section_welfare .section_txt {
    margin-top: 8px;
  }
}

@media screen and (max-width: 768px) {
  .careers .section_welfare .section_txt {
    margin-top: 8px;
  }
}

.careers .section_welfare .welfare_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .careers .section_welfare .welfare_header {
    display: block;
  }
}

.careers .section_welfare .welfare_header_box {
  width: 60.556%;
  margin-top: 24px;
  margin-top: 1.25vw;
  margin-left: 120px;
  margin-left: 6.25vw;
}

@media (min-width: 1920px) {
  .careers .section_welfare .welfare_header_box {
    margin-top: 24px;
  }
}

@media (min-width: 1920px) {
  .careers .section_welfare .welfare_header_box {
    margin-left: 120px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1260px) {
  .careers .section_welfare .welfare_header_box {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .careers .section_welfare .welfare_header_box {
    width: auto;
    margin-top: 16px;
    margin-left: 0;
  }
}

.careers .section_welfare .welfare_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .careers .section_welfare .welfare_list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -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;
  }
}

.careers .section_welfare .welfare_item {
  width: 32.05%;
  margin-top: 80px;
  margin-top: 4.16667vw;
}

@media (min-width: 1920px) {
  .careers .section_welfare .welfare_item {
    margin-top: 80px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) {
  .careers .section_welfare .welfare_item {
    width: 47.3%;
  }
}

@media screen and (max-width: 768px) {
  .careers .section_welfare .welfare_item {
    width: 304px;
    margin-top: 56px;
  }
}

.careers .section_welfare .welfare_item:not(:first-child) {
  margin-left: 24px;
  margin-left: 1.25vw;
}

@media (min-width: 1920px) {
  .careers .section_welfare .welfare_item:not(:first-child) {
    margin-left: 24px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (max-width: 1600px) {
  .careers .section_welfare .welfare_item:not(:first-child) {
    margin-left: 48px;
    margin-left: 3vw;
  }
}

@media screen and (max-width: 768px) {
  .careers .section_welfare .welfare_item:not(:first-child) {
    margin-top: 40px;
    margin-left: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) {
  .careers .section_welfare .welfare_item:nth-child(2n + 1) {
    margin-left: 0;
  }
}

@media screen and (min-width: 1600px) {
  .careers .section_welfare .welfare_item:nth-child(3n + 1) {
    margin-left: 0;
  }
}

.careers .section_welfare .welfare_img {
  position: relative;
  padding-bottom: 100%;
}

.careers .section_welfare .welfare_img .img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.careers .section_welfare .welfare_title {
  display: block;
  margin-top: 24px;
  margin-top: 1.25vw;
  font-size: 24px;
  font-size: 1.25vw;
  line-height: 38px;
  line-height: 1.97917vw;
  font-weight: 700;
  letter-spacing: -0.48px;
  letter-spacing: -0.025vw;
  text-transform: uppercase;
}

@media (min-width: 1920px) {
  .careers .section_welfare .welfare_title {
    margin-top: 24px;
  }
}

@media (min-width: 1920px) {
  .careers .section_welfare .welfare_title {
    font-size: 24px;
    line-height: 38px;
  }
}

@media (min-width: 1920px) {
  .careers .section_welfare .welfare_title {
    letter-spacing: -0.48px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) {
  .careers .section_welfare .welfare_title {
    font-size: 24px;
    font-size: 1.5vw;
    line-height: 38px;
    line-height: 2.375vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (max-width: 1600px) {
  .careers .section_welfare .welfare_title {
    margin-top: 24px;
    margin-top: 1.5vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (min-width: 1920px) {
  .careers .section_welfare .welfare_title {
    font-size: 24px;
    line-height: 38px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (max-width: 1600px) {
  .careers .section_welfare .welfare_title {
    letter-spacing: -0.48px;
    letter-spacing: -0.03vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1260px) {
  .careers .section_welfare .welfare_title {
    font-size: 18px;
    line-height: 29px;
    letter-spacing: -0.36px;
  }
}

@media screen and (max-width: 768px) {
  .careers .section_welfare .welfare_title {
    margin-top: 24px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.32px;
  }
}

.careers .section_welfare .welfare_desc {
  display: -webkit-box;
  min-height: 66px;
  min-height: 3.4375vw;
  margin-top: 9px;
  margin-top: 0.46875vw;
  font-size: 14px;
  font-size: 0.72917vw;
  line-height: 22px;
  line-height: 1.14583vw;
  color: #474747;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 1920px) {
  .careers .section_welfare .welfare_desc {
    min-height: 66px;
  }
}

@media (min-width: 1920px) {
  .careers .section_welfare .welfare_desc {
    margin-top: 9px;
  }
}

@media (min-width: 1920px) {
  .careers .section_welfare .welfare_desc {
    font-size: 14px;
    line-height: 22px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) {
  .careers .section_welfare .welfare_desc {
    font-size: 16px;
    font-size: 1vw;
    line-height: 22px;
    line-height: 1.375vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (max-width: 1600px) {
  .careers .section_welfare .welfare_desc {
    min-height: 66px;
    min-height: 4.125vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (max-width: 1600px) {
  .careers .section_welfare .welfare_desc {
    margin-top: 9px;
    margin-top: 0.5625vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1599px) and (min-width: 1920px) {
  .careers .section_welfare .welfare_desc {
    font-size: 16px;
    line-height: 22px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1260px) {
  .careers .section_welfare .welfare_desc {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -0.26px;
  }
}

@media screen and (max-width: 768px) {
  .careers .section_welfare .welfare_desc {
    min-height: auto;
    margin-top: 8px;
    font-size: 12px;
    line-height: 19px;
    letter-spacing: -0.24px;
  }
}

@media screen and (max-width: 768px) {
  .careers .section_recruit {
    padding-top: 120px;
  }
}

.careers .section_recruit .section_title {
  font-weight: 800;
}

@media screen and (max-width: 768px) {
  .careers .section_recruit .section_title {
    font-size: 24px;
    line-height: 35px;
    letter-spacing: -0.48px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1260px) {
  .section_portfolio .section_top_content {
    white-space: normal;
  }
}
