.mo {
  display: none;
}

.hidden {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 1px;
  height: 1px;
  text-indent: -9999em;
}

.content-inner {
  width: 63.54166vw;
  margin: 0 auto;
}

#wrap {
  position: relative;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 4.6875vw;
  padding: 0 2.5vw;
  background-color: transparent;
  transition: background 0.3s ease;
}
header h1 {
  display: inline-block;
  width: 11.04166vw;
  height: 4.6875vw;
  padding: 0 2.23958vw 0 2.1875vw;
}
header h1 > a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/pc/kairos_logo_pc.svg) no-repeat 50% 50%/contain;
}
header .btn-menu {
  display: none;
}
header .menu-inner {
  display: flex;
  align-items: center;
}
header .menu-inner .btn-job {
  width: 4.16666vw;
  height: 2.5vw;
  background-color: transparent;
  color: #fff;
  font-size: 0.83333vw;
  font-weight: 700;
  line-height: 2.5vw;
  border: 1px solid #fff;
  border-radius: 1.25vw;
}
header nav ul {
  display: flex;
}
header nav ul li a {
  display: block;
  height: 4.6875vw;
  padding: 0 1.04166vw;
  color: #fff;
  font-size: 0.83333vw;
  font-weight: 700;
  line-height: 4.6875vw;
}
header.bg {
  background-color: #fff;
}
header.bg h1 a {
  background-image: url(../img/pc/kairos_logo2_pc.svg);
}
header.bg nav ul li a {
  color: #101820;
}
header.bg .menu-inner .btn-job {
  color: #101820;
  border-color: #101820;
}

.visual-wrap {
  position: relative;
  height: 100vh;
}
.visual-wrap .swiper {
  height: 100%;
}
.visual-wrap li {
  position: relative;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.visual-wrap li.slide01 {
  background-image: url(../img/pc/visual_01.png);
}
.visual-wrap li.slide01 .img {
  position: absolute;
  top: 7.91666vw;
  left: 0;
  width: 100%;
}
.visual-wrap li.slide01 .img img {
  width: 100%;
}
.visual-wrap li.slide01 p {
  position: absolute;
  bottom: 7.96875vw;
  left: 50%;
  color: #fff;
  font-size: 1.25vw;
  text-align: center;
  line-height: 1.5;
  transform: translateX(-50%);
}
.visual-wrap li.slide02 {
  background-image: url(../img/pc/visual_02.png);
}
.visual-wrap li.slide02 strong {
  width: 19.89583vw;
  height: 2.96875vw;
}
.visual-wrap li.slide03 {
  background-image: url(../img/pc/visual_03.png);
}
.visual-wrap li.slide03 strong {
  width: 23.48958vw;
  height: 2.86458vw;
}
.visual-wrap li.slide04 {
  background-image: url(../img/pc/visual_04.png);
}
.visual-wrap li.slide04 strong {
  width: 22.76041vw;
  height: 2.86458vw;
}
.visual-wrap li .pos {
  position: absolute;
  bottom: 8.54166vw;
  left: 6.25vw;
}
.visual-wrap li .pos strong {
  display: inline-block;
}
.visual-wrap li .pos strong img {
  width: 100%;
  height: 100%;
}
.visual-wrap li .pos p {
  color: #fff;
  font-size: 1.875vw;
  font-weight: 700;
  line-height: 1.4;
}
.visual-wrap li .pos .disclaimer {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.25vw;
  line-height: 1.4;
}
.visual-wrap .swiper-pagination {
  opacity: 1;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 8.59375vw;
  right: 6.25vw;
  left: auto;
  width: auto;
  z-index: 10;
}
.visual-wrap .swiper-pagination .swiper-pagination-current {
  color: #fff;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1.4;
}
.visual-wrap .swiper-pagination .swiper-pagination-total {
  position: relative;
  margin-left: 0.83333vw;
  padding-left: 0.88541vw;
  color: rgba(255, 255, 255, 0.4);
  font-size: 1.04166vw;
  line-height: 1.3;
}
.visual-wrap .swiper-pagination .swiper-pagination-total::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 0.83333vw;
  background-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-50%);
}
.visual-wrap .swiper-loading-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 4.375vw;
  left: 6.25vw;
  z-index: 10;
  width: 87.5vw;
  margin: 0 auto;
}
.visual-wrap .swiper-loading-bar .bar {
  position: relative;
  width: 25%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.visual-wrap .swiper-loading-bar .bar + .bar {
  margin-left: 0.83333vw;
}
.visual-wrap .swiper-loading-bar .bar.active span {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  animation: loading alternate linear forwards;
}
.visual-wrap .swiper-loading-bar .bar.on span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.visual-wrap .swiper-btn-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 4.84375vw;
  left: 6.25vw;
  z-index: 10;
  width: 87.5vw;
  margin: 0 auto;
}
.visual-wrap .swiper-btn-area .btn {
  display: inline-block;
  width: 3.75vw;
  height: 1.66666vw;
  line-height: 1.66666vw;
  text-align: center;
  background-color: transparent;
}
.visual-wrap .swiper-btn-area .btn span {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 0.83333vw;
}
.visual-wrap .swiper-btn-area .btn span::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 1.25vw;
  height: 1.25vw;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='ic/arrow/line'%3E%3Cpath id='Vector 3' d='M9.5 17L14.5 12L9.5 7' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%/contain;
  transform: translateY(-50%);
}
.visual-wrap .swiper-btn-area .btn.prev span {
  padding-left: 1.45833vw;
}
.visual-wrap .swiper-btn-area .btn.prev span::before {
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}
.visual-wrap .swiper-btn-area .btn.next span {
  padding-right: 1.45833vw;
}
.visual-wrap .swiper-btn-area .btn.next span::before {
  right: 0;
}
.visual-wrap .ico-mouse {
  position: absolute;
  bottom: 0.625vw;
  left: 50%;
  z-index: 10;
  width: 2.5vw;
  height: 2.5vw;
  background: url(../img/pc/ico_scroll_down.svg) no-repeat 50% 50%/contain;
  transform: translateX(-50%);
}

#about {
  padding: 4.6875vw 0 0;
}
#about .company-info .content-inner {
  position: relative;
  padding-bottom: 3.33333vw;
  border-bottom: 1px solid #ccc;
}
#about .company-info .content-inner::before {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 100%;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
#about .company-info .sub-tit {
  font-size: 1.25vw;
  line-height: 1.4;
}
#about .company-info h2 {
  margin-top: 0.41666vw;
  font-size: 2.91666vw;
  font-weight: 700;
  line-height: 1.4;
}
#about .company-info .disclaimer {
  margin-top: 2.08333vw;
  font-size: 1.04166vw;
  line-height: 1.3;
}
#about .company-info .disclaimer em {
  font-weight: 700;
}
#about .company-info .establish-info {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 3.33333vw;
  right: 0;
}
#about .company-info .establish-info > span {
  margin-right: 0.41666vw;
  font-size: 1.04166vw;
  line-height: 1.3;
}
#about .company-info .establish-info > p {
  font-size: 1.04166vw;
  font-weight: 700;
  line-height: 1.6;
}
#about .company-field {
  padding-bottom: 4.6875vw;
}
#about .company-field .info01 {
  padding: 0 1.04166vw 2.23958vw 1.04166vw;
  border-bottom: 1px solid #101820;
}
#about .company-field .info02,
#about .company-field .info03 {
  display: flex;
  justify-content: space-between;
}
#about .company-field .info02 > div,
#about .company-field .info03 > div {
  width: calc(50% - 1.04166vw);
  padding: 2.08333vw 1.04166vw 2.23958vw 1.04166vw;
  border-bottom: 1px solid #101820;
}
#about .company-field strong {
  display: inline-block;
  position: relative;
  font-size: 1.875vw;
  font-weight: 700;
  line-height: 1.4;
  padding-right: 3.69791vw;
}
#about .company-field strong span {
  position: absolute;
  top: 50%;
  right: 0;
  width: 2.86458vw;
  height: 1.66666vw;
  font-size: 0.83333vw;
  font-weight: 400;
  line-height: 1.66666vw;
  text-align: center;
  border: 1px solid #101820;
  border-radius: 1.66666vw;
  transform: translateY(-50%);
}
#about .company-field .desc {
  margin-top: 2.03125vw;
  font-size: 1.04166vw;
  line-height: 1.3;
}
#about .company-field .skills-area {
  margin-top: 1.04166vw;
  font-size: 0;
}
#about .company-field .skills-area span {
  display: inline-block;
  position: relative;
  margin-right: 0.83333vw;
  padding-right: 0.88541vw;
  color: #666;
  font-size: 0.83333vw;
  line-height: 1.5;
}
#about .company-field .skills-area span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 0.41666vw;
  background-color: #c1c1c1;
  transform: translateY(-50%);
}
#about .company-field .skills-area span:last-child::after {
  display: none;
}
#about .about-sect01 {
  padding-top: 4.6875vw;
}
#about .about-sect02 {
  padding-top: 4.6875vw;
}
#about .about-sect03 {
  padding: 4.6875vw 0;
}
#about .client-info {
  padding: 4.16666vw 0;
  background-color: #f5f5f5;
}
#about .client-info .tit-area {
  display: flex;
  align-items: center;
}
#about .client-info .tit-area p {
  font-size: 1.25vw;
  font-weight: 900;
  line-height: 1.4;
}
#about .client-info .tit-area span {
  margin-left: 1.25vw;
  font-size: 1.04166vw;
  line-height: 1.3;
}
#about .client-info .client-slide-wrap {
  margin-top: 3.33333vw;
}
#about .client-info .client-slide-wrap ul {
  font-size: 0;
}
#about .client-info .client-slide-wrap ul li {
  display: inline-block;
  width: auto;
}
#about .client-info .client-slide-wrap ul li img {
  width: 100%;
}
#about .pin-spacer {
  background-color: #fff;
}

#works {
  padding: 4.6875vw 0;
  background-color: #fff;
  transform: translateY(0) !important;
}
#works .works-wrap .tit-area {
  display: flex;
  align-items: center;
}
#works .works-wrap .tit-area h2 {
  font-size: 1.25vw;
  font-weight: 900;
  line-height: 1.4;
}
#works .works-wrap .tit-area span {
  margin-left: 1.25vw;
  font-size: 1.04166vw;
  line-height: 1.4;
}
#works .works-wrap .works-list-area {
  margin-top: 3.33333vw;
}
#works .works-wrap .works-list-area ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 3.125vw 1.04166vw;
}
#works .works-wrap .works-list-area ul li a {
  display: block;
}
#works .works-wrap .works-list-area ul li a.down {
  display: none;
}
#works .works-wrap .works-list-area ul li .img {
  overflow: hidden;
}
#works .works-wrap .works-list-area ul li .img img {
  width: 100%;
}
#works .works-wrap .works-list-area ul li .type {
  display: block;
  margin-top: 1.04166vw;
  color: #999;
  font-size: 0.625vw;
  line-height: 1.5;
}
#works .works-wrap .works-list-area ul li p {
  margin-top: 0.3125vw;
  font-size: 0.83333vw;
  font-weight: 700;
}
#works .works-wrap .works-list-area ul li.hide {
  display: none;
}
#works .works-wrap .works-list-area .btn-area {
  margin-top: 4.16666vw;
  text-align: center;
}
#works .works-wrap .works-list-area .btn-area .btn {
  display: inline-block;
  width: 9.53125vw;
  height: 2.5vw;
  background-color: #fff;
  font-size: 0.83333vw;
  line-height: 2.5vw;
  border: 1px solid #101820;
  transition: background 0.5s ease;
}
#works .works-wrap .works-list-area .btn-area .btn span {
  display: inline-block;
  position: relative;
  padding-right: 1.5625vw;
}
#works .works-wrap .works-list-area .btn-area .btn span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.25vw;
  height: 1.25vw;
  transform: translateY(-50%);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3E%3Cpath d='M7.5 9.5L12.5 14.5L17.5 9.5' stroke='%23101820' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat 50% 50%;
}
#works .works-wrap .works-list-area .btn-area .btn:hover {
  background-color: #101820;
  mix-blend-mode: difference;
}
#works .works-wrap .works-list-area .btn-area .btn:hover span {
  color: #fff;
  transition: color 0.2s ease;
  mix-blend-mode: difference;
}
#works .works-wrap .works-list-area .btn-area .btn:hover span::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3E%3Cpath d='M7.5 9.5L12.5 14.5L17.5 9.5' stroke='%23fff' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
#works .works-wrap .works-list-area .btn-area .btn.active span::after {
  transform: translateY(-50%) rotate(-180deg);
  transition: transform 0.3s linear;
}

#contact {
  display: flex;
  padding-top: 4.6875vw;
  background-color: #fff;
}
#contact .visual {
  width: 55.9375vw;
}
#contact .visual img {
  width: 100%;
  max-height: 100%;
}
#contact .contact-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.08333vw 0 0 2.08333vw;
}
#contact .contact-wrap .addr-area h2 {
  font-size: 1.25vw;
  font-weight: 900;
  line-height: 1.4;
}
#contact .contact-wrap .addr-area > p {
  margin-top: 1.25vw;
  font-size: 1.04166vw;
  line-height: 1.3;
}
#contact .contact-wrap .addr-area .addr-info {
  margin-top: 3.33333vw;
}
#contact .contact-wrap .addr-area .addr-info > strong {
  font-size: 1.875vw;
  font-weight: 700;
  line-height: 1.4;
}
#contact .contact-wrap .addr-area .addr-info > .eng {
  margin-top: 1.66666vw;
  font-size: 0.83333vw;
  line-height: 1.5;
}
#contact .contact-wrap .addr-area .addr-info > a {
  display: inline-block;
  height: 2.5vw;
  margin-top: 1.66666vw;
  line-height: 2.5vw;
}
#contact .contact-wrap .addr-area .addr-info > a span {
  position: relative;
  padding-right: 1.45833vw;
  font-size: 0.83333vw;
  font-weight: 700;
  transition: color 0.2s ease;
}
#contact .contact-wrap .addr-area .addr-info > a span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.25vw;
  height: 1.25vw;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='ic/arrow/line'%3E%3Cpath id='Vector 3' d='M9.5 17L14.5 12L9.5 7' stroke='%23101820' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 50% 50%;
  transform: translateY(-50%);
}
#contact .contact-wrap .addr-area .addr-info > a:hover span {
  color: #999;
}
#contact .contact-wrap .contact-area {
  position: relative;
  padding-bottom: 4.16666vw;
}
#contact .contact-wrap .contact-area::before {
  content: "";
  display: block;
  width: 1.25vw;
  height: 2px;
  background-color: #101820;
}
#contact .contact-wrap .contact-area .email-info {
  margin-top: 3.33333vw;
}
#contact .contact-wrap .contact-area .email-info > p {
  display: flex;
  align-items: center;
}
#contact .contact-wrap .contact-area .email-info > p > span,
#contact .contact-wrap .contact-area .email-info > p > em {
  font-size: 0.83333vw;
  line-height: 1.5;
}
#contact .contact-wrap .contact-area .email-info > p > em {
  margin-left: 0.41666vw;
  font-weight: 700;
}
#contact .contact-wrap .contact-area .qna-info {
  margin-top: 1.66666vw;
}
#contact .contact-wrap .contact-area .qna-info .tel-info {
  display: flex;
  align-items: center;
  margin-bottom: 0.41666vw;
}
#contact .contact-wrap .contact-area .qna-info .tel-info > a {
  font-size: 0.83333vw;
  font-weight: 700;
  line-height: 1.5;
}
#contact .contact-wrap .contact-area .qna-info .tel-info > span {
  margin-left: 0.41666vw;
  font-size: 0.83333vw;
  line-height: 1.5;
}
#contact .contact-wrap .contact-area .qna-info .mail-info > a {
  font-size: 0.83333vw;
  font-weight: 700;
  line-height: 1.5;
}
#contact .contact-wrap .contact-area .qna-info .mail-info > p {
  margin-top: 1.66666vw;
  font-size: 0.72916vw;
  font-weight: 500;
  line-height: 1.4;
}

footer {
  position: relative;
  padding: 4.58333vw 0;
  background-color: #101820;
  border-top: 1px solid #333;
}
footer .footer-wrap .content-inner {
  position: relative;
}
footer .footer-wrap .contact-info {
  display: flex;
  align-items: center;
}
footer .footer-wrap .contact-info .footer-info {
  display: flex;
  align-items: center;
  margin-left: 4.58333vw;
}
footer .footer-wrap .contact-info .footer-info > div {
  display: flex;
  flex-direction: column;
  margin-left: 5.20833vw;
}
footer .footer-wrap .contact-info .footer-info > div > * {
  color: #fff;
  font-size: 0.83333vw;
}
footer .footer-wrap .contact-info .footer-info > div > span {
  display: block;
  margin-bottom: 0.41666vw;
  font-weight: 700;
}
footer .footer-wrap .contact-info .footer-info > div:first-child {
  margin-left: 0;
}
footer .footer-wrap .alliance-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2.5vw;
}
footer .footer-wrap .alliance-area .copyright {
  color: #666;
  font-size: 0.83333vw;
  line-height: 1.5;
}
footer .footer-wrap .alliance-area .alliance p {
  display: inline-block;
  color: #8c9091;
  font-size: 0.83333vw;
  font-weight: 300;
  line-height: 1.5;
}
footer .footer-wrap .alliance-area .alliance span {
  display: inline-block;
  width: 7.55208vw;
  height: 1.14583vw;
}
footer .footer-wrap .alliance-area .alliance span img {
  width: 100%;
}
footer .footer-wrap .download-area {
  position: absolute;
  top: 0.10416vw;
  right: 0;
}
footer .footer-wrap .download-area a {
  display: block;
  width: 7.91666vw;
  height: 2.5vw;
  background-color: #101820;
  text-align: center;
  line-height: 2.5vw;
  border: 1px solid #fff;
  transition: background 0.5s ease;
}
footer .footer-wrap .download-area a span {
  display: inline-block;
  position: relative;
  padding-right: 1.5625vw;
  color: #fff;
  font-size: 0.83333vw;
  transition: color 0.2s ease;
}
footer .footer-wrap .download-area a span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.25vw;
  height: 1.25vw;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8 12L12 16L16 12' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 16L12 4' stroke='white' stroke-linecap='round'/%3E%3Cpath d='M4 15V19C4 19.5523 4.44772 20 5 20H19C19.5523 20 20 19.5523 20 19V15' stroke='white' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat 50% 50%;
  transform: translateY(-50%);
}
footer .footer-wrap .download-area a:hover {
  background-color: #fff;
}
footer .footer-wrap .download-area a:hover span {
  color: #101820;
}
footer .footer-wrap .download-area a:hover span::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8 12L12 16L16 12' stroke='%23101820' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 16L12 4' stroke='%23101820' stroke-linecap='round'/%3E%3Cpath d='M4 15V19C4 19.5523 4.44772 20 5 20H19C19.5523 20 20 19.5523 20 19V15' stroke='%23101820' stroke-linecap='round'/%3E%3C/svg%3E");
}
footer .btn-top {
  display: none;
  position: fixed;
  bottom: 3.125vw;
  right: 3.125vw;
  z-index: 100;
  width: 2.5vw;
  height: 2.5vw;
  background: #101820 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17 9L12 4L7 9' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 4L12 20' stroke='%23fff' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat 50% 50%;
  border: 1px solid #101820;
  border-radius: 1.25vw;
}
footer .btn-top.btm {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17 9L12 4L7 9' stroke='%23101820' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 4L12 20' stroke='%23101820' stroke-linecap='round'/%3E%3C/svg%3E");
  border-color: #fff;
}

.recruit-pop {
  display: none;
  position: relative;
  top: 3.75vw;
  bottom: 3.75vw;
  left: 50%;
  width: 61.45833vw;
  padding: 4.16666vw 5.83333vw;
  transform: translateX(-50%);
}
.recruit-pop .layer-popup-wrap {
  position: relative;
  height: 100%;
}
.recruit-pop .tit-area h2 {
  font-size: 2.91666vw;
  font-weight: 700;
  line-height: 1.4;
}
.recruit-pop .tit-area p {
  margin-top: 2.08333vw;
  font-size: 1.04166vw;
  line-height: 1.3;
}
.recruit-pop .recruit-parts-area {
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow: auto;
  height: calc(100% - 9.6875vw);
  margin-top: 2.08333vw;
}
.recruit-pop .recruit-parts-area::-webkit-scrollbar {
  display: none;
}
.recruit-pop .recruit-parts-area .balance-area {
  margin-top: 3.33333vw;
}
.recruit-pop .recruit-parts-area .balance-area h3 {
  font-size: 1.875vw;
  font-weight: 700;
  line-height: 1.4;
}
.recruit-pop .recruit-parts-area .balance-area ul li {
  display: flex;
  align-items: center;
  padding: 1.875vw 1.875vw;
}
.recruit-pop .recruit-parts-area .balance-area ul li span {
  width: 4.79166vw;
  font-size: 1.04166vw;
  font-weight: 700;
  line-height: 1.6;
}
.recruit-pop .recruit-parts-area .balance-area ul li p {
  margin-left: 3.64583vw;
  font-size: 1.04166vw;
  line-height: 1.3;
}
.recruit-pop .recruit-parts-area .balance-area ul li:nth-child(2n) {
  background-color: #f5f5f5;
}
.recruit-pop .recruit-parts-area .balance-area ul li:last-child {
  border-bottom: 1px solid #ddd;
}
.recruit-pop .recruit-parts-area .part-info {
  padding: 1.66666vw 0;
  border-bottom: 1px solid #666;
}
.recruit-pop .recruit-parts-area .part-info strong {
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1.4;
}
.recruit-pop .recruit-parts-area .part-info p {
  margin-top: 0.41666vw;
  font-size: 1.04166vw;
  line-height: 1.3;
}
.recruit-pop .recruit-parts-area .part-info ul {
  margin-top: 1.25vw;
}
.recruit-pop .recruit-parts-area .part-info ul li {
  position: relative;
  padding-left: 1.66666vw;
  font-size: 0.83333vw;
  line-height: 1.5;
}
.recruit-pop .recruit-parts-area .part-info ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.25vw;
  height: 1.25vw;
  background: url(../img/pc/dot.svg) no-repeat 50% 50%;
}
.recruit-pop .recruit-parts-area .part-info ul li + li {
  margin-top: 0.41666vw;
}
.recruit-pop .recruit-parts-area .support-info-list {
  margin-top: 1.66666vw;
}
.recruit-pop .recruit-parts-area .support-info-list > li {
  position: relative;
  padding-left: 1.14583vw;
  color: #666;
  font-size: 0.83333vw;
  line-height: 1.5;
}
.recruit-pop .recruit-parts-area .support-info-list > li + li {
  margin-top: 0.20833vw;
}
.recruit-pop .recruit-parts-area .support-info-list > li::before {
  content: "";
  position: absolute;
  top: 0.57291vw;
  left: 0.52083vw;
  width: 0.20833vw;
  height: 1px;
  background-color: #666;
}
.recruit-pop .btn-support-area {
  position: absolute;
  top: 6.25vw;
  right: 0;
}
.recruit-pop .btn-support-area a {
  display: block;
  width: 7.91666vw;
  height: 2.5vw;
  background-color: #101820;
  color: #fff;
  font-size: 0.83333vw;
  text-align: center;
  line-height: 2.5vw;
}
.recruit-pop .btn-area {
  margin-top: 3.125vw;
  text-align: center;
  transform: translateY(-1px);
}
.recruit-pop .btn-area a {
  display: inline-block;
  width: 5.72916vw;
  height: 2.5vw;
  background-color: #fff;
  line-height: 2.5vw;
  border: 1px solid #101820;
  transition: background 0.5s ease;
}
.recruit-pop .btn-area a span {
  display: inline-block;
  position: relative;
  padding-right: 1.5625vw;
  color: #101820;
  font-size: 0.83333vw;
  vertical-align: top;
  transition: color 0.2s ease;
}
.recruit-pop .btn-area a span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.25vw;
  height: 1.25vw;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='size=24'%3E%3Cpath id='Union' d='M3.8584 19.3441L4.65556 20.1412L11.9998 12.797L19.3441 20.1412L20.1412 19.3441L12.797 11.9998L20.1412 4.65556L19.3441 3.8584L11.9998 11.2027L4.65556 3.8584L3.8584 4.65556L11.2027 11.9998L3.8584 19.3441Z' fill='%23101820'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 50% 50%/1.25vw;
  transform: translateY(-50%);
}
.recruit-pop .btn-area a:hover {
  background-color: #101820;
}
.recruit-pop .btn-area a:hover span {
  color: #fff;
}
.recruit-pop .btn-area a:hover span::after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='size=24'%3E%3Cpath id='Union' d='M3.8584 19.3441L4.65556 20.1412L11.9998 12.797L19.3441 20.1412L20.1412 19.3441L12.797 11.9998L20.1412 4.65556L19.3441 3.8584L11.9998 11.2027L4.65556 3.8584L3.8584 4.65556L11.2027 11.9998L3.8584 19.3441Z' fill='white'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.recruit-pop.active {
  display: block;
}
.recruit-pop > .btn-layer-cls {
  position: absolute;
  top: 0.83333vw;
  right: 0.83333vw;
  z-index: 10;
  width: 2.70833vw;
  height: 2.70833vw;
  background: url(../img/pc/ico_close_52.svg) no-repeat 50% 50%;
}

.layer-popup {
  position: fixed;
  z-index: 2010;
  background-color: #fff;
}

.download-pop {
  display: none;
  top: 50%;
  left: 50%;
  padding: 2.29166vw 0.83333vw 0.83333vw 0.83333vw;
  transform: translate(-50%, -50%);
}
.download-pop p {
  font-size: 0.83333vw;
  line-height: 1.4;
  text-align: center;
}
.download-pop .btn {
  display: inline-block;
}
.download-pop .btn.down {
  width: 12.39583vw;
  height: 2.5vw;
  margin-top: 1.04166vw;
  line-height: 2.5vw;
  text-align: center;
  border: 1px solid #101820;
}
.download-pop .btn.down span {
  position: relative;
  padding-right: 1.5625vw;
  font-size: 0.83333vw;
}
.download-pop .btn.down span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.25vw;
  height: 1.25vw;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8 12L12 16L16 12' stroke='%23101820' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 16L12 4' stroke='%23101820' stroke-linecap='round'/%3E%3Cpath d='M4 15V19C4 19.5523 4.44772 20 5 20H19C19.5523 20 20 19.5523 20 19V15' stroke='%23101820' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat 50% 50%;
  transform: translateY(-50%);
}

.prj-pop {
  display: none;
  top: 50%;
  left: 50%;
  z-index: 2010;
  width: 79.0625vw;
  height: 46.25vw;
  padding: 4.0625vw 2.03125vw 0;
  background-color: transparent;
  transform: translate(-50%, -50%);
}
.prj-pop ul li img {
  width: 100%;
}
.prj-pop .swiper-btn-area .btn {
  position: absolute;
  top: 50%;
  z-index: 100;
  width: 4.0625vw;
  height: 4.0625vw;
  background: transparent url(../img/pc/ico_pop_arrow_r.svg) no-repeat 50% 50%;
  border-radius: 2.03125vw;
  transform: translateY(calc(-50% + 2.03125vw));
}
.prj-pop .swiper-btn-area .btn.prev {
  left: 0;
  transform: translateY(calc(-50% + 2.03125vw)) rotate(180deg);
}
.prj-pop .swiper-btn-area .btn.next {
  right: 0;
}
.prj-pop .btn-layer-cls {
  position: absolute;
  top: 0;
  right: 2.03125vw;
  z-index: 10;
  width: 4.0625vw;
  height: 4.0625vw;
  background: url(../img/pc/ico_close_78.svg) no-repeat 50% 50%;
}
.prj-pop .pf-mo-pop {
  display: none;
}

.dimmed {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 760px) {
  .pc {
    display: none;
  }
  .mo {
    display: block;
  }
  .content-inner {
    width: calc(100% - 11.11111vw);
  }
  header {
    height: 16.66666vw;
    padding: 0 6.66666vw;
  }
  header h1 {
    width: 33.88888vw;
    height: 5.55555vw;
    padding: 0 2.22222vw;
  }
  header nav {
    width: 100%;
  }
  header nav ul {
    flex-direction: column;
  }
  header nav ul li a {
    height: 27.77777vw;
    color: #1e2c5b;
    font-size: 6.66666vw;
    font-weight: 700;
    line-height: 27.77777vw;
    text-align: center;
  }
  header .menu-inner {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 2000;
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
  }
  header .menu-inner .btn-job {
    width: 100%;
    height: 27.77777vw;
    color: #1e2c5b;
    font-size: 6.66666vw;
    font-weight: 700;
    line-height: 27.77777vw;
    border: 0;
  }
  header .menu-inner .btn-mo-cls {
    position: absolute;
    top: 4.44444vw;
    right: 6.66666vw;
    z-index: 10;
    width: 7.77777vw;
    height: 7.77777vw;
    background: url(../img/mo/ico_menu_cls.svg) no-repeat 50% 50%;
  }
  header .menu-inner.active {
    display: flex !important;
  }
  header .btn-menu {
    display: block;
    position: fixed;
    top: 4.44444vw;
    right: 6.66666vw;
    z-index: 10;
    width: 7.77777vw;
    height: 7.77777vw;
    padding: 0 0.55555vw;
    background: transparent url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2' y='8.5' width='24' height='1.5' fill='white'/%3E%3Crect x='2' y='18' width='24' height='1.5' fill='white'/%3E%3C/svg%3E%0A") no-repeat 50% 50%;
  }
  header.bg .btn-menu {
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2' y='8.5' width='24' height='1.5' fill='%23101820'/%3E%3Crect x='2' y='18' width='24' height='1.5' fill='%23101820'/%3E%3C/svg%3E%0A");
  }
  .visual-wrap li.slide01 {
    background-image: url(../img/mo/visual_01.png);
  }
  .visual-wrap li.slide01 .img {
    top: 23.58974vh;
  }
  .visual-wrap li.slide01 p {
    width: 100%;
    bottom: 44.44444vw;
    font-size: 4.44444vw;
    line-height: 1.4;
  }
  .visual-wrap li.slide02 {
    background-image: url(../img/mo/visual_02.png);
  }
  .visual-wrap li.slide02 strong {
    width: 54.16666vw;
    height: 11.66666vw;
  }
  .visual-wrap li.slide03 {
    background-image: url(../img/mo/visual_03.png);
  }
  .visual-wrap li.slide03 strong {
    width: 63.61111vw;
    height: 11.66666vw;
  }
  .visual-wrap li.slide04 {
    background-image: url(../img/mo/visual_04.png);
  }
  .visual-wrap li.slide04 strong {
    width: 62.5vw;
    height: 11.66666vw;
  }
  .visual-wrap li .pos {
    bottom: 36.94444vw;
    left: 5.55555vw;
  }
  .visual-wrap li .pos p {
    font-size: 5.55555vw;
    line-height: 1.6;
  }
  .visual-wrap li .pos .disclaimer {
    font-size: 4.44444vw;
  }
  .visual-wrap .swiper-pagination {
    bottom: 18.05555vw;
    right: auto;
    left: 0;
    justify-content: center;
    width: 100%;
  }
  .visual-wrap .swiper-pagination .swiper-pagination-current {
    font-size: 5vw;
    line-height: 1.5;
  }
  .visual-wrap .swiper-pagination .swiper-pagination-total {
    margin-left: 3.33333vw;
    padding-left: 3.61111vw;
    font-size: 4.44444vw;
    line-height: 1.4;
  }
  .visual-wrap .swiper-pagination .swiper-pagination-total::before {
    height: 3.33333vw;
  }
  .visual-wrap .swiper-loading-bar {
    bottom: 14.44444vw;
    right: 5.55555vw;
    left: 5.55555vw;
    width: auto;
  }
  .visual-wrap .swiper-loading-bar .bar {
    width: 25%;
    background: rgba(255, 255, 255, 0.3);
  }
  .visual-wrap .swiper-loading-bar .bar + .bar {
    margin-left: 0;
  }
  .visual-wrap .swiper-btn-area {
    bottom: 18.05555vw;
    left: 0;
    z-index: 20;
    width: 100%;
    padding: 0 5.55555vw;
  }
  .visual-wrap .swiper-btn-area .btn {
    width: 20vw;
    height: 8.88888vw;
    line-height: 8.88888vw;
  }
  .visual-wrap .swiper-btn-area .btn span {
    font-size: 4.44444vw;
  }
  .visual-wrap .swiper-btn-area .btn span::before {
    width: 6.66666vw;
    height: 6.66666vw;
  }
  .visual-wrap .swiper-btn-area .btn.prev span {
    padding-left: 7.77777vw;
  }
  .visual-wrap .swiper-btn-area .btn.next span {
    padding-right: 7.77777vw;
  }
  .visual-wrap .ico-mouse {
    display: none;
  }
  #about {
    padding: 0;
  }
  #about .company-info .content-inner {
    width: 100%;
    padding: 0 5.55555vw 11.11111vw;
    border: 0;
  }
  #about .company-info .content-inner::before {
    right: 5.55555vw;
  }
  #about .company-info .sub-tit {
    font-size: 4.44444vw;
  }
  #about .company-info h2 {
    margin-top: 2.22222vw;
    font-size: 6.66666vw;
  }
  #about .company-info .disclaimer {
    margin-top: 5.55555vw;
    font-size: 3.88888vw;
    line-height: 1.5;
  }
  #about .company-info .establish-info {
    position: static;
    bottom: auto;
    right: auto;
    margin-top: 2.22222vw;
  }
  #about .company-info .establish-info > span {
    margin-right: 2.22222vw;
    font-size: 3.88888vw;
    line-height: 1.5;
  }
  #about .company-info .establish-info > p {
    font-size: 3.88888vw;
  }
  #about .company-field {
    padding-bottom: 16.66666vw;
  }
  #about .company-field .info01 {
    padding: 0 0 10.55555vw 0;
  }
  #about .company-field .info02,
  #about .company-field .info03 {
    display: block;
  }
  #about .company-field .info02 > div,
  #about .company-field .info03 > div {
    width: 100%;
    padding: 11.11111vw 0 10.55555vw 0;
  }
  #about .company-field strong {
    font-size: 5.55555vw;
    padding-right: 16.94444vw;
  }
  #about .company-field strong span {
    width: 13.61111vw;
    height: 7.77777vw;
    font-size: 3.61111vw;
    line-height: 7.77777vw;
    border-radius: 3.88888vw;
  }
  #about .company-field .desc {
    margin-top: 5.55555vw;
    font-size: 3.88888vw;
    line-height: 1.5;
  }
  #about .company-field .skills-area {
    margin-top: 3.33333vw;
  }
  #about .company-field .skills-area span {
    margin-right: 3.33333vw;
    margin-bottom: 0.55555vw;
    padding-right: 3.61111vw;
    font-size: 3.33333vw;
  }
  #about .company-field .skills-area span::after {
    height: 2.22222vw;
  }
  #about .about-sect01 {
    padding-top: 16.66666vw;
  }
  #about .about-sect02 {
    padding-top: 16.66666vw;
  }
  #about .about-sect02 .company-field strong {
    transform: translateY(1px);
  }
  #about .about-sect03 {
    padding: 11.11111vw 0 0;
  }
  #about .client-info {
    padding: 11.11111vw 0;
  }
  #about .client-info .tit-area {
    display: block;
  }
  #about .client-info .tit-area p {
    font-size: 3.88888vw;
  }
  #about .client-info .tit-area span {
    margin: 3.33333vw 0 0 0;
    font-size: 3.88888vw;
    line-height: 1.5;
  }
  #about .client-info .client-slide-wrap {
    margin-top: 8.88888vw;
  }
  #about .client-info .client-slide-wrap ul li {
    width: 38.33333vw;
  }
  #works {
    padding: 16.66666vw 0;
  }
  #works .works-wrap .tit-area {
    flex-direction: column;
    align-items: flex-start;
  }
  #works .works-wrap .tit-area h2 {
    font-size: 3.88888vw;
  }
  #works .works-wrap .tit-area span {
    margin: 3.33333vw 0 0;
    font-size: 3.88888vw;
    line-height: 1.5;
  }
  #works .works-wrap .works-list-area {
    margin-top: 8.88888vw;
  }
  #works .works-wrap .works-list-area ul {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 8.88888vw 3.33333vw;
  }
  #works .works-wrap .works-list-area ul li a.thumb {
    display: none;
  }
  #works .works-wrap .works-list-area ul li a.down {
    display: block;
  }
  #works .works-wrap .works-list-area ul li .type {
    margin-top: 3.33333vw;
    font-size: 2.77777vw;
  }
  #works .works-wrap .works-list-area ul li p {
    margin-top: 1.11111vw;
    font-size: 3.33333vw;
  }
  #works .works-wrap .works-list-area .btn-area {
    margin-top: 11.11111vw;
  }
  #works .works-wrap .works-list-area .btn-area .btn {
    display: block;
    width: 100%;
    height: 13.33333vw;
    font-size: 4.44444vw;
    line-height: 13.33333vw;
  }
  #works .works-wrap .works-list-area .btn-area .btn span {
    display: inline-block;
    position: relative;
    padding-right: 8.33333vw;
  }
  #works .works-wrap .works-list-area .btn-area .btn span::after {
    width: 6.66666vw;
    height: 6.66666vw;
  }
  #contact {
    flex-direction: column;
    padding-top: 16.66666vw;
  }
  #contact .visual {
    width: 100%;
  }
  #contact .visual img {
    width: 100%;
  }
  #contact .contact-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 11.11111vw 5.55555vw 5.55555vw;
  }
  #contact .contact-wrap .addr-area h2 {
    font-size: 3.88888vw;
  }
  #contact .contact-wrap .addr-area > p {
    margin-top: 3.33333vw;
    font-size: 3.88888vw;
    line-height: 1.5;
  }
  #contact .contact-wrap .addr-area .addr-info {
    margin-top: 8.88888vw;
  }
  #contact .contact-wrap .addr-area .addr-info > strong {
    font-size: 5.55555vw;
    line-height: 1.6;
  }
  #contact .contact-wrap .addr-area .addr-info > .eng {
    margin-top: 3.33333vw;
    font-size: 3.33333vw;
  }
  #contact .contact-wrap .addr-area .addr-info > a {
    height: 13.33333vw;
    margin-top: 3.33333vw;
    line-height: 13.33333vw;
  }
  #contact .contact-wrap .addr-area .addr-info > a span {
    padding-right: 7.77777vw;
    font-size: 3.61111vw;
  }
  #contact .contact-wrap .addr-area .addr-info > a span::after {
    width: 6.66666vw;
    height: 6.66666vw;
  }
  #contact .contact-wrap .contact-area {
    margin-top: 16.66666vw;
    padding-bottom: 5.55555vw;
  }
  #contact .contact-wrap .contact-area::before {
    width: 6.66666vw;
  }
  #contact .contact-wrap .contact-area .email-info {
    margin-top: 8.88888vw;
  }
  #contact .contact-wrap .contact-area .email-info > p > span,
  #contact .contact-wrap .contact-area .email-info > p > em {
    font-size: 3.33333vw;
  }
  #contact .contact-wrap .contact-area .email-info > p > em {
    margin-left: 2.22222vw;
  }
  #contact .contact-wrap .contact-area .qna-info {
    margin-top: 4.44444vw;
  }
  #contact .contact-wrap .contact-area .qna-info .tel-info {
    display: flex;
    align-items: center;
    margin-bottom: 1.11111vw;
  }
  #contact .contact-wrap .contact-area .qna-info .tel-info > a {
    font-size: 3.33333vw;
    font-weight: 700;
    line-height: 1.5;
  }
  #contact .contact-wrap .contact-area .qna-info .tel-info > span {
    margin-left: 2.22222vw;
    font-size: 3.33333vw;
    line-height: 1.5;
  }
  #contact .contact-wrap .contact-area .qna-info .mail-info > a {
    font-size: 3.33333vw;
  }
  #contact .contact-wrap .contact-area .qna-info .mail-info > p {
    margin-top: 4.44444vw;
    font-size: 3.61111vw;
    font-weight: 400;
  }
  footer {
    position: relative;
    padding: 11.11111vw 5.55555vw 14.44444vw;
  }
  footer .footer-wrap .content-inner {
    width: 100%;
  }
  footer .footer-wrap .contact-info {
    display: block;
  }
  footer .footer-wrap .contact-info .footer-logo {
    display: inline-block;
    width: 36.66666vw;
    height: 13.33333vw;
  }
  footer .footer-wrap .contact-info .footer-logo img {
    width: 100%;
  }
  footer .footer-wrap .contact-info .footer-info {
    display: block;
    margin: 6.66666vw 0 0 0;
  }
  footer .footer-wrap .contact-info .footer-info > div {
    display: flex;
    flex-direction: row;
    margin-left: 0;
  }
  footer .footer-wrap .contact-info .footer-info > div > * {
    font-size: 3.33333vw;
  }
  footer .footer-wrap .contact-info .footer-info > div > span {
    margin: 0 3.33333vw 2.22222vw 0;
  }
  footer .footer-wrap .contact-info .footer-info > div > span:last-child {
    margin-bottom: 0;
  }
  footer .footer-wrap .contact-info .footer-info > div:first-child {
    margin-left: 0;
  }
  footer .footer-wrap .alliance-area {
    display: block;
    margin-top: 6.66666vw;
  }
  footer .footer-wrap .alliance-area .copyright {
    margin-top: 5.55555vw;
    font-size: 3.33333vw;
    text-align: center;
  }
  footer .footer-wrap .alliance-area .alliance {
    position: absolute;
    top: 3.05555vw;
    right: 0;
  }
  footer .footer-wrap .alliance-area .alliance p {
    font-size: 2.22222vw;
  }
  footer .footer-wrap .alliance-area .alliance span {
    display: block;
    width: 27.22222vw;
    height: 3.33333vw;
  }
  footer .footer-wrap .download-area {
    position: static;
  }
  footer .footer-wrap .download-area a {
    display: block;
    width: 100%;
    height: 13.33333vw;
    line-height: 13.33333vw;
  }
  footer .footer-wrap .download-area a span {
    padding-right: 8.33333vw;
    font-size: 4.44444vw;
  }
  footer .footer-wrap .download-area a span::after {
    width: 6.66666vw;
    height: 6.66666vw;
  }
  footer .btn-top {
    display: none !important;
  }
  .recruit-pop {
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 5.55555vw 14.44444vw 5.55555vw;
    transform: none;
  }
  .recruit-pop .tit-area h2 {
    height: 16.66666vw;
    padding-left: 1.11111vw;
    font-size: 6.11111vw;
    line-height: 16.66666vw;
  }
  .recruit-pop .tit-area p {
    margin-top: 6.66666vw;
    font-size: 4.44444vw;
    line-height: 1.4;
  }
  .recruit-pop .recruit-parts-area {
    height: calc(100% - 55.55555vw);
    margin-top: 3.33333vw;
  }
  .recruit-pop .recruit-parts-area .balance-area {
    margin-top: 17.77777vw;
  }
  .recruit-pop .recruit-parts-area .balance-area h3 {
    font-size: 6.11111vw;
  }
  .recruit-pop .recruit-parts-area .balance-area ul {
    margin-top: 6.66666vw;
  }
  .recruit-pop .recruit-parts-area .balance-area ul li {
    flex-direction: column;
    align-items: start;
    padding: 4.44444vw 3.33333vw;
  }
  .recruit-pop .recruit-parts-area .balance-area ul li span {
    width: auto;
    font-size: 4.44444vw;
  }
  .recruit-pop .recruit-parts-area .balance-area ul li p {
    width: 100%;
    margin: 2.22222vw 0 0 0;
    font-size: 3.88888vw;
    line-height: 1.5;
  }
  .recruit-pop .recruit-parts-area .balance-area ul li:nth-child(2n) {
    background-color: transparent;
  }
  .recruit-pop .recruit-parts-area .balance-area ul li:last-child {
    border-bottom: 0;
  }
  .recruit-pop .recruit-parts-area .part-info {
    padding: 7.77777vw 0;
    border-bottom: 1px solid #666;
  }
  .recruit-pop .recruit-parts-area .part-info strong {
    font-size: 5.55555vw;
    line-height: 1.6;
  }
  .recruit-pop .recruit-parts-area .part-info p {
    margin-top: 2.22222vw;
    font-size: 5.55555vw;
    font-weight: 500;
    line-height: 1.3;
  }
  .recruit-pop .recruit-parts-area .part-info ul {
    background-color: #f5f5f5;
    margin-top: 4.44444vw;
    padding: 4.44444vw 3.33333vw;
  }
  .recruit-pop .recruit-parts-area .part-info ul li {
    padding-left: 5vw;
    font-size: 4.44444vw;
    line-height: 1.5;
  }
  .recruit-pop .recruit-parts-area .part-info ul li::before {
    top: 1.11111vw;
    width: 3.33333vw;
    height: 3.33333vw;
  }
  .recruit-pop .recruit-parts-area .part-info ul li + li {
    margin-top: 2.22222vw;
  }
  .recruit-pop .recruit-parts-area .support-info-list {
    margin-top: 8.88888vw;
  }
  .recruit-pop .recruit-parts-area .support-info-list > li {
    padding-left: 6.11111vw;
    font-size: 3.88888vw;
  }
  .recruit-pop .recruit-parts-area .support-info-list > li + li {
    margin-top: 1.11111vw;
  }
  .recruit-pop .recruit-parts-area .support-info-list > li::before {
    top: 3.05555vw;
    left: 2.77777vw;
    width: 1.11111vw;
  }
  .recruit-pop .btn-support-area {
    position: relative;
    top: auto;
    right: auto;
    padding: 5.55555vw 0;
    background-color: #fff;
  }
  .recruit-pop .btn-support-area a {
    display: block;
    width: 100%;
    height: 13.33333vw;
    background-color: #fff;
    color: #101820;
    font-size: 4.44444vw;
    text-align: center;
    line-height: 13.33333vw;
    border: 1px solid #101820;
  }
  .recruit-pop .btn-area {
    display: none;
  }
  .recruit-pop .btn-pop-cls {
    position: absolute;
    top: 4.44444vw;
    right: 0;
    z-index: 10;
    width: 7.77777vw;
    height: 7.77777vw;
    background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Group 10'%3E%3Crect id='Rectangle 27' x='1.17676' width='26.6205' height='1.66378' transform='rotate(45 1.17676 0)' fill='%23101820'/%3E%3Crect id='Rectangle 28' y='18.8234' width='26.6205' height='1.66378' transform='rotate(-45 0 18.8234)' fill='%23101820'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 50% 50%;
  }
  .recruit-pop > .btn-layer-cls {
    display: none;
  }
  .layer-popup {
    position: fixed;
    z-index: 2010;
    background-color: #fff;
  }
  .download-pop {
    display: none;
    top: 50%;
    left: 50%;
    padding: 12.22222vw 4.44444vw 4.44444vw 4.44444vw;
    transform: translate(-50%, -50%);
  }
  .download-pop p {
    font-size: 4.44444vw;
    line-height: 1.4;
    text-align: center;
  }
  .download-pop .btn {
    display: inline-block;
  }
  .download-pop .btn.down {
    width: 66.11111vw;
    height: 13.33333vw;
    margin-top: 5.55555vw;
    line-height: 13.33333vw;
    text-align: center;
    border: 1px solid #101820;
  }
  .download-pop .btn.down span {
    position: relative;
    padding-right: 8.33333vw;
    font-size: 4.44444vw;
  }
  .download-pop .btn.down span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 6.66666vw;
    height: 6.66666vw;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8 12L12 16L16 12' stroke='%23101820' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 16L12 4' stroke='%23101820' stroke-linecap='round'/%3E%3Cpath d='M4 15V19C4 19.5523 4.44772 20 5 20H19C19.5523 20 20 19.5523 20 19V15' stroke='%23101820' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat 50% 50%;
    transform: translateY(-50%);
  }
  .download-pop .btn.btn-close {
    position: absolute;
    top: 3.33333vw;
    right: 3.33333vw;
    z-index: 10;
    width: 6.66666vw;
    height: 6.66666vw;
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='size=24'%3E%3Cpath id='Union' d='M3.8584 19.3441L4.65556 20.1412L11.9998 12.797L19.3441 20.1412L20.1412 19.3441L12.797 11.9998L20.1412 4.65556L19.3441 3.8584L11.9998 11.2027L4.65556 3.8584L3.8584 4.65556L11.2027 11.9998L3.8584 19.3441Z' fill='%23101820'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 50% 50%;
  }
  .download-pop.active {
    display: block;
  }
  .prj-pop {
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    background-color: transparent;
    transform: translate(0, 0);
  }
  .prj-pop .swiper-btn-area {
    display: none;
  }
  .prj-pop .swiper-btn-area .btn {
    position: absolute;
    top: 50%;
    z-index: 100;
    width: 21.66666vw;
    height: 21.66666vw;
    background: transparent url(../img/pc/ico_pop_arrow_r.svg) no-repeat 50% 50%;
    border-radius: 10.83333vw;
    transform: translateY(-50%);
  }
  .prj-pop .swiper-btn-area .btn.prev {
    left: 0;
    transform: translateY(-50%) rotate(180deg);
  }
  .prj-pop .swiper-btn-area .btn.next {
    right: 0;
  }
  .prj-pop .btn-layer-cls {
    position: absolute;
    top: -10.83334vw;
    right: 0;
    z-index: 10;
    width: 10.83333vw;
    height: 10.83333vw;
    background-size: 10.83333vw;
  }
  .prj-pop .pf-mo-pop {
    display: block;
    position: relative;
    height: 100vh;
    padding: 27.77777vw 5.55555vw 15.55555vw;
    background: rgba(0, 0, 0, 0.9);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
  }
  .prj-pop .pf-mo-pop .inner {
    overflow: auto;
    max-height: calc(100% - 16.66666vw);
  }
  .prj-pop .pf-mo-pop .img img {
    width: 100%;
  }
  .prj-pop .pf-mo-pop .btn-cls {
    position: absolute;
    top: 15.55555vw;
    right: 6.66666vw;
    z-index: 10;
    width: 7.77777vw;
    height: 7.77777vw;
    background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Group 10'%3E%3Crect id='Rectangle 27' x='1.17676' width='26.6205' height='1.66378' transform='rotate(45 1.17676 0)' fill='white'/%3E%3Crect id='Rectangle 28' y='18.8234' width='26.6205' height='1.66378' transform='rotate(-45 0 18.8234)' fill='white'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 50% 50%;
  }
  .prj-pop .pf-mo-pop .btn-down {
    position: absolute;
    right: 5.55555vw;
    bottom: 15.55555vw;
    left: 5.55555vw;
    z-index: 10;
    height: 13.33333vw;
    text-align: center;
    line-height: 13.33333vw;
    border: 1px solid #fff;
  }
  .prj-pop .pf-mo-pop .btn-down span {
    display: inline-block;
    position: relative;
    padding-right: 8.33333vw;
    color: #fff;
    font-size: 4.44444vw;
  }
  .prj-pop .pf-mo-pop .btn-down span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 6.66666vw;
    height: 6.66666vw;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8 12L12 16L16 12' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 16L12 4' stroke='white' stroke-linecap='round'/%3E%3Cpath d='M4 15V19C4 19.5523 4.44772 20 5 20H19C19.5523 20 20 19.5523 20 19V15' stroke='white' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat 50% 50%;
    transform: translateY(-50%);
  }
  .prj-pop + .dimmed {
    display: none !important;
  }
}
@media screen and (max-device-width: 760px) {
  header .menu-inner {
    height: calc(var(--var, 1vh) * 100);
  }
  .visual-wrap {
    height: calc(var(--var, 1vh) * 100);
  }
  .prj-pop .pf-mo-pop {
    height: calc(var(--var, 1vh) * 100);
  }
}
@-webkit-keyframes loading {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes loading {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}