* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  color: #333;
}

.bg-white {
  background-color: #fff;
}

.bg-lightgray-1 {
  background-color: #f8f8f8;
}

.bg-lightgray-2 {
  background-color: #f5f5f5;
}

.bg-lightgray-3 {
  background-color: #EAEAEA;
}

.bg-gray-1 {
  background-color: #505050;
}

.bg-emerald-1 {
  background-color: #EDF6EE;
}

.bg-orange {
  background-color: #ff6f2c;
}

.bg-lightgreen {
  background-color: #00c300;
}

.transition-bg {
  transition: background-color 0.3s;
}

.text-gray-333 {
  color: #333;
}

.text-white {
  color: #fff !important;
}

.text-emerald {
  color: #2CAA9D;
}

.color-red {
  color: #ff7f50;
}

.text-10 {
  font-size: 0.63rem;
}

.text-11 {
  font-size: 0.69rem;
}

.text-12 {
  font-size: 0.75rem;
}

.text-14 {
  font-size: 0.88rem;
}

.text-16 {
  font-size: 1rem;
}

.text-18 {
  font-size: 1.13rem;
}

.text-20 {
  font-size: 1.25rem;
}

.text-22 {
  font-size: 1.38rem;
}

.text-24 {
  font-size: 1.5rem;
}

.text-28 {
  font-size: 1.75rem;
}

.text-30 {
  font-size: 1.88rem;
}

.text-46 {
  font-size: 2.88rem;
}

.text-48 {
  font-size: 3rem;
}

.text-58 {
  font-size: 3.63rem;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.font-bold {
  font-weight: bold;
}

.no-underline {
  text-decoration: none;
}

.leading-1 {
  line-height: 1;
}

.leading-1-2 {
  line-height: 1.2;
}

.leading-1-4 {
  line-height: 1.4;
}

.leading-1-6 {
  line-height: 1.6;
}

.leading-1-8 {
  line-height: 1.8;
}

.border-0 {
  border-width: 0;
}

.list-none {
  list-style: none;
}

.border-b {
  border-bottom: 1px solid #ddd;
}

.border-emerald {
  border: 1px solid #00a6ac;
}

.rounded-24 {
  border-radius: 24px;
}

.rounded-999 {
  border-radius: 999px;
}

.mx-auto {
  margin: 0 auto;
}

.my-20 {
  margin: 0.3rem 0;
}

.m-0 {
  margin: 0;
}

.mr-6 {
  margin-right: 0.38rem;
}

.mt-8 {
  margin-top: 0.5rem;
}

.mt-10 {
  margin-top: 0.63rem;
}

.mt-16 {
  margin-top: 1rem;
}

.mt-40 {
  margin-top: 2.5rem;
}

.mr-14 {
  margin-right: 0.88rem;
}

.mr-16 {
  margin-right: 1rem;
}

.mr-24 {
  margin-right: 0.5rem;
}

.mr-32 {
  margin-right: 2rem;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-5 {
  margin-bottom: 0.31rem;
}

.mb-10 {
  margin-bottom: 0.63rem;
}

.mb-20 {
  margin-bottom: 1.25rem;
}

.mb-30 {
  margin-bottom: 1.88rem;
}

.mb-40 {
  margin-bottom: 2.5rem;
}

.mb-50 {
  margin-bottom: 3.13rem;
}

.mb-60 {
  margin-bottom: 3.75rem;
}

.ml-40 {
  margin-left: 2.5rem;
}

.p-0 {
  padding: 0;
}

.p-5 {
  padding: 0.31rem;
}

.p-12 {
  padding: 0.75rem;
}

.p-40 {
  padding: 2.5rem;
}

.pt-80 {
  padding-top: 5rem;
}

.pr-10 {
  padding-right: 0.63rem;
}

.pr-24 {
  padding-right: 1.5rem;
}

.pl-5 {
  padding-left: 0.31rem;
}

.pl-12 {
  padding-left: 0.75rem;
}

.pl-24 {
  padding-left: 1.5rem;
}

.pb-3 {
  padding-bottom: 0.19rem;
}

.pb-10 {
  padding-bottom: 0.63rem;
}

.pb-25 {
  padding-bottom: 1.56rem;
}

.pb-30 {
  padding-bottom: 1.88rem;
}

.pb-60 {
  padding-bottom: 3.75rem;
}

.px-8 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-12 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-20 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-24 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-30 {
  padding-left: 1.88rem;
  padding-right: 1.88rem;
}

.px-80 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.py-2 {
  padding-top: 0.13rem;
  padding-bottom: 0.13rem;
}

.py-10 {
  padding-top: 0.63rem;
  padding-bottom: 0.63rem;
}

.py-12 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-16 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-20 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-24 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-30 {
  padding-top: 1.88rem;
  padding-bottom: 1.88rem;
}

.py-40 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-80 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.gap-4 {
  gap: 0.25rem;
}

.gap-8 {
  gap: 0.5rem;
}

.gap-10 {
  gap: 0.625rem;
}

.gap-12 {
  gap: 0.75rem;
}

.gap-16 {
  gap: 1rem;
}

.gap-20 {
  gap: 1.25rem;
}

.gap-24 {
  gap: 1.5rem;
}

.gap-32 {
  gap: 2rem;
}

.gap-40 {
  gap: 2.5rem;
}

.gap-60 {
  gap: 3.75rem;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.left-0 {
  left: 0;
}

.bottom-0 {
  bottom: 0;
}

.items-center {
  align-items: center;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-baseline {
  align-items: baseline;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.hidden {
  display: none;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.shrink-0 {
  flex-shrink: 0;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.fixed {
  position: fixed;
}

.overflow-hidden {
  overflow: hidden;
}

.object-contain {
  object-fit: contain;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.object-cover {
  object-fit: cover;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.z-index-999 {
  z-index: 999;
}

.opacity-0 {
  opacity: 0;
}

.box-content {
  box-sizing: content-box !important;
}

.hover\:underline:hover {
  text-decoration: underline;
}

.hover\:bg-emerald:hover {
  background-color: #2CAA9D;
}

.hover\:text-white:hover {
  color: #fff;
}

.main-left {
  width: 80%;
}

.register-section {
  width: 20%;
  height: 100vh;
  border-left: 1px solid #ddd;
  overflow-y: auto;
  z-index: 10;
}
.register-section .register-header .register-lead {
  border: #2CAA9D 2px solid;
}
.register-section .register-form .register-input {
  border: 1px solid #ccc;
  border-radius: 4px;
}
.register-section .register-form .register-checkbox input[type=checkbox] {
  margin-right: 0.38rem;
}
.register-section .register-form .register-checkbox a {
  text-decoration: underline;
}
.register-section .register-form .register-button {
  color: white;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.register-section .register-form .register-button:hover {
  background-color: #e65a1c;
}

header {
  width: 80%;
  height: 80px;
  z-index: 11;
}
header .header-inner {
  max-width: 1200px;
  z-index: 11;
}
header .header-logo {
  z-index: inherit;
}
header .header-logo img {
  height: 30px;
}
header .recruit-text {
  border: #333 1.5px solid;
}
header .header-cta .case-link .case-link-span::before,
header .header-cta .case-link .case-link-span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 13px;
  background-color: #777;
  display: block;
}
header .header-cta .case-link .case-link-span::before {
  left: -10px;
  transform: translateY(-50%) rotate(-45deg);
}
header .header-cta .case-link .case-link-span::after {
  right: -10px;
  transform: translateY(-50%) rotate(45deg);
}
header .header-cta .line-registration {
  border-radius: 5px;
}
header .header-cta .line-registration img {
  height: 40px;
}

.menu-overlay {
  width: 25%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
}

.menu-overlay.open {
  display: block;
}

.first-view {
  height: 520px;
  position: relative;
}
.first-view::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 0;
}
.first-view .first-view-inner {
  max-width: 1200px;
  height: 520px;
}
.first-view .people-image {
  height: 90%;
  z-index: 2;
  right: -10%;
}
.first-view .fv-content {
  z-index: 3;
  color: #000000;
  max-width: 55%;
}
.first-view .fv-content .fv-label {
  border: #00b0b0 1px solid;
}
.first-view .fv-content .fv-note {
  color: #666;
}
.first-view .fv-circles .circle {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  border: #BFD9AB 4px solid;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.recruit-banner .banner-inner {
  height: 200px;
  width: 90%;
}
.recruit-banner .banner-left {
  background: linear-gradient(to bottom, #233661, #398BBB);
  clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
  z-index: 2;
  width: 55%;
  margin-right: -3%;
}
.recruit-banner .banner-left .banner-features .feature-box {
  border: #fff 1px solid;
}
.recruit-banner .banner-right {
  width: 50%;
  z-index: 1;
}
.recruit-banner .banner-right .banner-image {
  width: 105%;
  object-position: center 60%;
}
.recruit-banner .banner-right .banner-cta {
  bottom: 0.63rem;
  right: 1.25rem;
  border-radius: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.recruit-banner .banner-right .banner-cta::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #2a3e5c;
}

.cobol-feature .cobol-feature-block {
  height: 260px;
}
.cobol-feature .feature-text .feature-description {
  text-overflow: ellipsis;
  width: 80%;
}
.cobol-feature .feature-image {
  flex: 0 0 40%;
  max-width: 40%;
  height: 200px;
}
.cobol-feature .feature-image img {
  height: 200px;
  border-radius: 0.5rem;
}

.cobol-support .cobol-support-item {
  width: calc(50% - 30px);
}
.cobol-support .cobol-support-item .support-icon {
  width: 160px;
  height: 160px;
}

.cobol-case .cobol-case-list {
  gap: 2.5rem 1.25rem;
}
.cobol-case .cobol-case-list .info-icon {
  width: 18px;
  height: 18px;
  margin-top: 3px;
}
.cobol-case .cobol-case-card {
  width: calc(33.333% - 13.333px);
  border: 1px solid #00a6ac;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
}
.cobol-case .case-detail-button {
  border: 1px solid #00a6ac;
  border-radius: 24px;
  transition: background-color 0.3s;
}
.cobol-case .case-detail-button:hover {
  background-color: #00a6ac;
  color: #fff;
}

.cobol-voice .cobol-voice-inner .voice-list {
  width: fit-content;
  transition: transform 0.4s ease;
  pointer-events: none;
  will-change: transform;
}
.cobol-voice .cobol-voice-inner .voice-list .voice-card {
  flex: 0 0 290px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  scroll-snap-align: none;
}
.cobol-voice .cobol-voice-inner .voice-list .voice-card .voice-header .voice-image {
  flex: 0 0 78px;
  height: 78px;
}
.cobol-voice .cobol-voice-inner .voice-list .voice-card .voice-header .voice-meta .voice-career {
  background: #00a28a;
}
.cobol-voice .cobol-voice-inner .voice-nav {
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #2CAA9D;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 10;
}
.cobol-voice .cobol-voice-inner .voice-nav.prev {
  left: 0.75rem;
}
.cobol-voice .cobol-voice-inner .voice-nav.next {
  right: 0.75rem;
}

.cobol-stats .cobol-stats-item {
  width: calc(50% - 20px);
}
.cobol-stats .cobol-stats-item img {
  width: 280px;
  height: 280px;
}

.faq-section .faq-item .faq-question-label,
.faq-section .faq-item .faq-answer-label {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transform: translateY(-5px);
  flex: 0 0 auto;
}
.faq-section .faq-item .faq-question-label {
  border: #2CAA9D 2px solid;
}
.faq-section .faq-item .faq-answer-label {
  background: #2CAA9D;
}

.notice-section {
  background: url("../img/cobol/c5f3e8089592e51f622019b6119eb6f20f6fb815.webp") center calc(50% + 1px)/cover no-repeat;
  z-index: 0;
}
.notice-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
}
.notice-section .notice-inner {
  z-index: 2;
}

.notice-list {
  border-radius: 8px;
}
.notice-list .notice-item .notice-date {
  width: 60px;
}
.notice-list .notice-item .notice-text {
  flex-grow: 1;
}

.column-section .column-item {
  width: calc((100% - 64px) / 3);
  color: inherit;
}
.column-section .column-item .column-image {
  aspect-ratio: 4/3;
}

.company-section .company-list .company-item dt.company-label {
  width: 200px;
}
.company-section .company-list .company-item dd.company-content {
  flex: 1;
}

.service-section .service-item {
  width: calc(50% - 20px);
  color: inherit;
}
.service-section .service-item:hover {
  opacity: 0.85;
}
.service-section .service-image {
  aspect-ratio: auto;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.company-gallery .company-gallery-inner {
  height: 390px;
}
.company-gallery .company-gallery-column img {
  border-radius: 12px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
}
.company-gallery .company-gallery-column .single-line {
  width: 350px;
}
.company-gallery .company-gallery-column .two-lines {
  width: 270px;
  height: 180px;
}
.company-gallery .company-gallery-column .shrink {
  width: 260px;
}
@keyframes company-gallery-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.footer .footer-nav .footer-logo {
  flex: 0 0 180px;
}
.footer .footer-nav .footer-logo img {
  height: 24px;
}
.footer .footer-nav .footer-main-nav ul {
  column-count: 2;
  column-gap: 2.5rem;
}
.footer .footer-nav .footer-recruit-nav {
  flex: 0 0 200px;
}

@media screen and (max-width: 1115px) {
  .mid-bg-white {
    background-color: #fff;
  }
  .mid-text-30 {
    font-size: 1.88rem !important;
  }
  .mid-border-b {
    border-bottom: 1px solid #ddd;
  }
  .mid-border-0 {
    border-width: 0 !important;
  }
  .mid-mb-0 {
    margin-bottom: 0 !important;
  }
  .mid-mb-10 {
    margin-bottom: 0.63rem !important;
  }
  .mid-p-16 {
    padding: 1rem;
  }
  .mid-p-20 {
    padding: 1.25rem !important;
  }
  .mid-pt-20 {
    padding-top: 1.25rem !important;
  }
  .mid-pt-60 {
    padding-top: 3.75rem !important;
  }
  .mid-pb-10 {
    padding-bottom: 0.63rem !important;
  }
  .mid-px-16 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .mid-px-20 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .mid-py-10 {
    padding-top: 0.63rem !important;
    padding-bottom: 0.63rem !important;
  }
  .mid-py-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .mid-order-1 {
    order: 1 !important;
  }
  .mid-w-full {
    width: 100% !important;
  }
  .mid-text-center {
    text-align: center !important;
  }
  .mid-block {
    display: block !important;
  }
  .mid-flex-col {
    flex-direction: column !important;
  }
  .mid-justify-center {
    justify-content: center !important;
  }
  .mid-items-center {
    align-items: center !important;
  }
  .mid-items-stretch {
    align-items: stretch !important;
  }
  .mid-gap-12 {
    gap: 0.75rem !important;
  }
  .mid-hidden {
    display: none;
  }
  .mid-relative {
    position: relative;
  }
  .mid-fixed {
    position: fixed;
  }
  .mid-h-auto {
    height: auto !important;
  }
  .mid-clip-none {
    clip-path: none !important;
  }
  header {
    height: 60px;
  }
  header .header-right {
    top: 60px;
    width: 75vw;
    height: 100vh;
    z-index: 10;
  }
  header .header-right .sp-register-btn .register-button {
    border-radius: 30px;
  }
  header .header-right.open {
    display: flex;
  }
  header .recruit-text .recruit-icon {
    height: 12px;
  }
  header .header-cta .line-registration {
    width: 60%;
  }
  header .header-logo img {
    height: 24px;
  }
  header .line-icon-link {
    background-color: #00c300;
    border-radius: 6px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .line-icon-link img {
    width: 30px;
    height: 30px;
  }
  header .line-icon-link:active {
    background-color: #05a846;
  }
  header .hamburger-menu {
    width: 30px;
    height: 22px;
    background: none;
    cursor: pointer;
    z-index: inherit;
  }
  header .hamburger-menu span {
    height: 2px;
    transition: all 0.3s ease-in-out;
  }
  header .hamburger-menu span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  header .hamburger-menu.open span:nth-child(1) {
    transform: translateY(11px) rotate(-45deg);
  }
  header .hamburger-menu.open span:nth-child(2) {
    opacity: 0;
  }
  header .hamburger-menu.open span:nth-child(3) {
    transform: translateY(-11px) rotate(45deg);
  }
  .first-view .first-view-inner {
    overflow: hidden;
  }
  .first-view .first-view-inner .people-image {
    height: 400px;
    transform: translateX(18%);
  }
  .recruit-banner .banner-right {
    height: 130px;
  }
  .recruit-banner .banner-right .banner-image {
    object-position: center 70%;
  }
}
@media screen and (max-width: 767px) {
  .sp-text-10 {
    font-size: 0.63rem !important;
  }
  .sp-text-11 {
    font-size: 0.69rem !important;
  }
  .sp-text-12 {
    font-size: 0.75rem !important;
  }
  .sp-text-14 {
    font-size: 0.88rem !important;
  }
  .sp-text-16 {
    font-size: 1rem !important;
  }
  .sp-text-18 {
    font-size: 1.13rem !important;
  }
  .sp-text-20 {
    font-size: 1.25rem !important;
  }
  .sp-text-22 {
    font-size: 1.38rem !important;
  }
  .sp-text-34 {
    font-size: 2.13rem !important;
  }
  .sp-text-38 {
    font-size: 2.38rem !important;
  }
  .sp-text-40 {
    font-size: 2.5rem !important;
  }
  .sp-border-b {
    border-bottom: 1px solid #ddd;
  }
  .sp-leading-1-2 {
    line-height: 1.2 !important;
  }
  .sp-mt-4 {
    margin-top: 0.25rem !important;
  }
  .sp-mt-16 {
    margin-top: 1rem !important;
  }
  .sp-mt-20 {
    margin-top: 1.25rem !important;
  }
  .sp-mt-24 {
    margin-top: 1.5rem !important;
  }
  .sp-mt-200 {
    margin-top: 12.5rem !important;
  }
  .sp-mr-14 {
    margin-right: 0.88rem !important;
  }
  .sp-mr-16 {
    margin-right: 1rem !important;
  }
  .sp-ml-0 {
    margin-left: 0 !important;
  }
  .sp-mb-0 {
    margin-bottom: 0 !important;
  }
  .sp-mb-10 {
    margin-bottom: 0.63rem !important;
  }
  .sp-mb-15 {
    margin-bottom: 0.94rem !important;
  }
  .sp-mb-20 {
    margin-bottom: 1.25rem !important;
  }
  .sp-mb-30 {
    margin-bottom: 1.88rem !important;
  }
  .sp-p-5 {
    padding: 0.3125rem !important;
  }
  .sp-p-20 {
    padding: 1.25rem !important;
  }
  .sp-pr-16 {
    padding-right: 1rem !important;
  }
  .sp-pl-0 {
    padding-left: 0 !important;
  }
  .sp-pl-16 {
    padding-left: 1rem !important;
  }
  .sp-pb-20 {
    padding-bottom: 1.25rem !important;
  }
  .sp-px-10 {
    padding-left: 0.63rem !important;
    padding-right: 0.63rem !important;
  }
  .sp-px-16 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .sp-px-20 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .sp-py-4 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .sp-py-12 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .sp-py-16 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .sp-py-24 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .sp-py-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .sp-py-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .sp-gap-0 {
    gap: 0 !important;
  }
  .sp-gap-6 {
    gap: 0.375rem !important;
  }
  .sp-gap-10 {
    gap: 0.625rem !important;
  }
  .sp-gap-24 {
    gap: 1.5rem !important;
  }
  .sp-gap-32 {
    gap: 2rem !important;
  }
  .sp-gap-40 {
    gap: 2.5rem !important;
  }
  .sp-items-center {
    align-items: center !important;
  }
  .sp-block {
    display: block !important;
  }
  .sp-flex {
    display: flex !important;
  }
  .sp-hidden {
    display: none;
  }
  .sp-flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .sp-flex-col {
    flex-direction: column !important;
  }
  .sp-w-full {
    width: 100% !important;
  }
  .sp-max-w-full {
    max-width: 100% !important;
  }
  .sp-h-auto {
    height: auto !important;
  }
  .sp-shadow-none {
    box-shadow: none;
  }
  .sp-opacity-0 {
    opacity: 0;
  }
  .first-view {
    height: 570px;
  }
  .first-view::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.3));
    z-index: 2;
    pointer-events: none;
  }
  .first-view .first-view-inner {
    height: auto;
    padding-bottom: 20px;
  }
  .first-view .first-view-inner .bg-image {
    height: 550px;
    z-index: 1;
    object-position: left top;
  }
  .first-view .first-view-inner .people-image {
    height: 246px;
    z-index: 3;
    transform: translateX(12%);
  }
  .first-view .first-view-inner .fv-content {
    z-index: 4;
  }
  .first-view .first-view-inner .fv-content .fv-label {
    border: #00b0b0 1px solid;
    z-index: 5;
  }
  .first-view .first-view-inner .fv-circles .circle {
    width: 109px;
    height: 109px;
    border-radius: 50%;
    border: 4px solid #BFD9AB;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .first-view .first-view-inner .circle-note {
    font-size: 9px;
    width: 80%;
  }
  .cobol-feature .cobol-feature-heading .cobol-feature-description {
    width: 90%;
  }
  .cobol-feature .feature-image {
    flex: none;
    max-width: 100%;
  }
  .cobol-feature .feature-image img {
    height: 166px;
    border-radius: 8px;
  }
  .cobol-support .cobol-support-item .support-icon {
    width: 110px;
    height: 110px;
  }
  .cobol-case .cobol-case-list {
    overflow-x: auto;
    scroll-behavior: smooth;
  }
  .cobol-case .cobol-case-card {
    flex: 0 0 80%;
  }
  .cobol-voice .cobol-voice-inner .voice-card {
    flex: 0 0 280px !important;
  }
  .cobol-voice .cobol-voice-inner .voice-nav {
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #2CAA9D;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 10;
  }
  .cobol-voice .cobol-voice-inner .voice-nav.prev {
    left: 0.5rem;
  }
  .cobol-voice .cobol-voice-inner .voice-nav.next {
    right: 0.5rem;
  }
  .cobol-stats .cobol-stats-item img {
    width: 210px;
    height: 210px;
  }
  .faq-section .faq-item .faq-question-label,
  .faq-section .faq-item .faq-answer-label {
    width: 28px;
    height: 28px;
    transform: translateY(-3px);
  }
  .notice-section::before {
    background-color: rgba(255, 255, 255, 0.85);
  }
  .column-image {
    height: 212px;
  }
  .company-gallery .company-gallery-inner {
    height: 220px;
  }
  .company-gallery .company-gallery-inner .company-gallery-column .single-line {
    width: 212px;
  }
  .company-gallery .company-gallery-inner .company-gallery-column .two-lines {
    width: 150px;
    height: 100px;
  }
  .company-gallery .company-gallery-inner .company-gallery-column .shrink {
    width: 148px;
  }
  .footer .footer-nav .footer-logo {
    width: 150px;
    flex: 0 0 auto;
  }
  .footer .footer-nav .footer-recruit-nav {
    flex: 0 0 0;
  }
  .footer .footer-nav .footer-recruit-nav .footer-recruit-header .footer-toggle-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #333;
    cursor: pointer;
  }
  .footer .footer-nav .footer-recruit-nav .footer-recruit-list {
    max-height: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease;
  }
  .footer .footer-nav .footer-recruit-nav .footer-recruit-list.is-visible {
    max-height: 1000px;
    opacity: 1;
  }
  .footer .footer-nav .footer-recruit-nav .footer-recruit-list.is-hidden {
    display: none;
  }
  .sp-register-fixed {
    transform: translateY(100%);
    transition: transform 0.4s ease, opacity 0.4s ease;
  }
  .sp-register-fixed.show {
    transform: translateY(0);
    opacity: 1;
  }
  .sp-register-fixed.stop {
    position: absolute;
  }
}
@media screen and (min-width: 1116px) {
  .pc-hidden {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .pc-mr-16 {
    margin-right: 1rem !important;
  }
  .pc-mr-24 {
    margin-right: 1.5rem !important;
  }
  .pc-ml-20 {
    margin-left: 1.25rem !important;
  }
  .pc-p-24 {
    padding: 1.5rem !important;
  }
  .pc-px-12 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .pc-py-4 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .pc-py-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .cobol-banner .banner-image-box {
    flex: 1 1 0;
    max-width: 480px;
  }
  .cobol-banner .banner-image-box img {
    height: 210px;
  }
}

/*# sourceMappingURL=cobol.css.map */
