@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap");
@font-face {
  font-family: "butler-free-sbd";
  src: url("../fonts/Butler-Free-SBd.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  background-color: #FDFDFD;
  font-size: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  html,
  body {
    font-size: 2.6666666667vw;
    overflow-x: hidden;
  }
  html.active,
  body.active {
    overflow-y: hidden;
  }
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a {
  text-decoration: none;
  color: #1D1D1D;
}

ul {
  list-style: none;
  padding: 0;
}

.u-pcDb {
  display: block !important;
}

.u-spDb {
  display: none !important;
}

.u-spDf {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .u-pcDb {
    display: none !important;
  }
  .u-spDb {
    display: block !important;
  }
  .u-spDf {
    display: flex !important;
  }
}
html.is-active, body.is-active {
  overflow: hidden;
}

.u-pcDb {
  display: block !important;
}

.u-pcDf {
  display: flex !important;
}

.u-spDb,
.u-spDf {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .u-spDb {
    display: block !important;
  }
  .u-spDf {
    display: flex !important;
  }
  .u-pcDf,
  .u-pcDb {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .arrow__hover:hover .arrow__black,
  .arrow__hover:hover .arrow__white {
    opacity: 1;
    visibility: visible;
  }
}
.arrow__black {
  display: inline-block;
  position: relative;
  top: 5px;
  background-image: url(../images/common/ico_arrowBlack.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 4rem;
  height: 4rem;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 769px) {
  .arrow__black {
    visibility: hidden;
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .arrow__black {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.arrow__white {
  display: inline-block;
  position: relative;
  top: 5px;
  background-image: url(../images/common/ico_arrowWhite.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 4rem;
  height: 4rem;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 769px) {
  .arrow__white {
    visibility: hidden;
    opacity: 0;
  }
}
.workSec__view .arrow__white {
  width: 2.6rem;
  height: 2.6rem;
  top: 8px;
}
.workKv__view .arrow__white {
  width: 2.6rem;
  height: 2.6rem;
  top: 8px;
}

main {
  padding: 8rem 0 0;
}
@media screen and (max-width: 768px) {
  main {
    padding: 50px 0 0;
  }
}

.header {
  width: 100%;
  height: 8rem;
  border-bottom: #D7D7D7 0.1rem solid;
  position: fixed;
  z-index: 999;
  background-color: #FDFDFD;
}
@media screen and (max-width: 768px) {
  .header {
    height: 50px;
    transition: all 0.3s ease-in-out;
  }
  .header.is-active {
    border-bottom: #FDFDFD 0.1rem solid;
    background-color: #1D1D1D;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .header__inner {
    position: relative;
  }
}
.header__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 8rem;
  background-color: #1D1D1D;
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 50px;
    height: 50px;
    transition: all 0.3s ease-in-out;
  }
  .header__logo.is-active {
    background-color: #FDFDFD;
  }
}
.header__logoImg {
  display: block;
}
.header__logoImg.is-active {
  display: none;
}
.header__logoImgBlack {
  display: none;
}
.header__logoImgBlack.is-active {
  display: block;
}
.header__linkLogo {
  width: 4.2rem;
  height: 2.7rem;
}
@media screen and (max-width: 768px) {
  .header__linkLogo {
    width: 29px;
    height: 18px;
  }
}
.header__container {
  display: flex;
}
.header__titleContainer {
  display: flex;
  gap: 3.1rem;
  margin-left: 4.9rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header__titleContainer {
    margin-left: 16px;
    gap: 9px;
  }
}
.header__title01 {
  padding-top: 1.1rem;
  font-size: 3.8rem;
  line-height: 1;
  display: flex;
  font-family: "butler-free-sbd";
}
@media screen and (max-width: 768px) {
  .header__title01 {
    font-size: 18px;
    transition: all 0.4s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding-top: 0.5rem;
  }
  .header__title01.is-active {
    color: #FDFDFD;
  }
}
.header__title01 .header__span:nth-child(1) {
  margin-right: 0.6rem;
}
@media screen and (max-width: 768px) {
  .header__title01 .header__span:nth-child(1) {
    margin-right: 3px;
  }
}
.header__title01 .header__span:nth-child(2) {
  margin-right: 0.8rem;
}
@media screen and (max-width: 768px) {
  .header__title01 .header__span:nth-child(2) {
    margin-right: 4px;
  }
}
.header__title01 .header__span:nth-child(3) {
  margin-right: 0.7rem;
}
@media screen and (max-width: 768px) {
  .header__title01 .header__span:nth-child(3) {
    margin-right: 4px;
  }
}
.header__title01 .header__span:nth-child(4) {
  margin-right: 0.3rem;
}
@media screen and (max-width: 768px) {
  .header__title01 .header__span:nth-child(4) {
    margin-right: 1px;
  }
}
.header__title02 {
  padding-top: 1.1rem;
  font-size: 3.8rem;
  line-height: 1;
  display: flex;
  font-family: "butler-free-sbd";
}
@media screen and (max-width: 768px) {
  .header__title02 {
    font-size: 18px;
    transition: all 0.4s ease-in-out;
    padding-top: 0.5rem;
  }
  .header__title02.is-active {
    color: #FDFDFD;
  }
}
.header__title02 .header__span:nth-child(1) {
  margin-right: 0.3rem;
}
@media screen and (max-width: 768px) {
  .header__title02 .header__span:nth-child(1) {
    margin-right: 1px;
  }
}
.header__title02 .header__span:nth-child(2) {
  margin-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  .header__title02 .header__span:nth-child(2) {
    margin-right: 3px;
  }
}
.header__title02 .header__span:nth-child(3) {
  margin-right: 0.4rem;
}
@media screen and (max-width: 768px) {
  .header__title02 .header__span:nth-child(3) {
    margin-right: 2px;
  }
}
.header__title02 .header__span:nth-child(4) {
  margin-right: 0.6rem;
}
@media screen and (max-width: 768px) {
  .header__title02 .header__span:nth-child(4) {
    margin-right: 2px;
  }
}
.header__nav {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header__nav {
    transition: all 0.4s ease-in-out;
    width: 100%;
    height: calc(100svh - 50px);
    position: absolute;
    top: 50px;
    right: 0;
    transform: translateX(100%);
    background-color: #1D1D1D;
    z-index: 999;
    align-items: flex-start;
    padding: 80px 25px 45px;
    flex-direction: column;
    justify-content: space-between;
  }
  .header__nav.is-active {
    transform: translateX(0);
  }
}
.header__linkContainer {
  display: flex;
}
@media screen and (max-width: 768px) {
  .header__linkContainer {
    flex-direction: column;
    width: 100%;
    gap: 48px;
  }
}
.header__linkItem {
  width: 15.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header__linkItem {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.header__link {
  text-transform: uppercase;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: bold;
  font-family: "Nunito Sans", sans-serif;
}
@media screen and (max-width: 768px) {
  .header__link {
    color: #FDFDFD;
    font-size: 18px;
    line-height: 1;
    position: relative;
    padding-left: 32px;
  }
  .header__link::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: #FDFDFD;
  }
}
.header__socMed {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__socMed {
    display: flex;
    gap: 32px;
    margin-top: 40px;
    margin-left: auto;
  }
}
.header__socLink {
  display: inline-block;
  width: 20px;
  height: 20px;
}

.sideBar {
  width: 8rem;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  border-right: #D7D7D7 0.1rem solid;
  transition: all 0.4s ease-in-out;
  background-color: #FDFDFD;
}
@media screen and (max-width: 768px) {
  .sideBar {
    display: none;
  }
}
.sideBar__cont {
  transform: rotate(90deg);
  position: absolute;
  left: -25%;
  top: 70%;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 500;
  font-family: "Nunito Sans", sans-serif;
  white-space: nowrap;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
}
.sideBar__holder {
  position: relative;
}
.sideBar #sideBarText {
  position: absolute;
  top: 25%;
  transform: translateY(-50%);
}
.sideBar #sideBarText::after {
  content: "";
  position: absolute;
  right: -5.5rem;
  width: 0.92rem;
  height: 5.3rem;
  background-image: url("../images/common/ico_arrowScroll.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  transform: rotate(270deg);
  bottom: -1.8rem;
}
.sideBar #backToTop {
  padding-bottom: 1rem;
  position: relative;
  cursor: pointer;
  right: -85%;
}
.sideBar #backToTop::after {
  content: "";
  position: absolute;
  left: -5.5rem;
  width: 0.92rem;
  height: 5.3rem;
  background-image: url("../images/common/ico_arrowScroll.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  transform: rotate(90deg);
  bottom: -0.7rem;
}
.sideBar #sideBarText, .sideBar #backToTop {
  opacity: 0; /* Initially hidden */
  transition: opacity 0.3s ease; /* Smooth transition for opacity */
  pointer-events: none;
}
.sideBar #sideBarText.active, .sideBar #backToTop.active {
  opacity: 1; /* Visible when active */
  pointer-events: all;
}

.footer .marquee {
  background-color: #1D1D1D;
}

.marquee-box-one {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}

.marquee-content-one {
  display: flex;
  gap: 40px;
  animation: scroll-one 60s linear infinite;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .marquee-content-one {
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .marquee-content-one {
    gap: 10px;
    animation: scroll-one 50s linear infinite;
  }
}

.marquee-text {
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 4.8rem;
  flex-shrink: 0;
  margin: 0;
  color: white;
  display: flex;
  align-items: center;
  user-select: none;
  color: #D7D7D7;
  font-weight: 400;
  letter-spacing: 1.84px;
  font-family: "Source Serif 4", serif;
}
.footer .marquee-text {
  font-family: "Nunito Sans", sans-serif;
}
@media screen and (max-width: 768px) {
  .marquee-text {
    font-size: 2rem;
    letter-spacing: 0.88px;
  }
}
.footer .marquee-text {
  font-size: 1.6rem;
  font-weight: 500;
}

@keyframes scroll-one {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  margin: 10% auto;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .modal-content {
    margin: 30% auto;
    max-width: 90%;
  }
}

.modal-contentContainer {
  overflow-y: auto;
  max-height: 50rem;
  padding-top: 1.5rem;
  padding-left: 1.5rem;
}
@media screen and (max-width: 768px) {
  .modal-contentContainer {
    padding-top: 1rem;
    padding-left: 1rem;
    max-height: 65svh;
  }
}

.openModalBtn {
  cursor: pointer;
}

/* Modal 1 (626px) */
#modal1 .modal-content {
  width: 626px;
}

/* Modal 2 (375px) */
#modal2 .modal-content {
  width: 375px;
}

/* Close Button */
.close {
  position: absolute;
  top: -5rem;
  right: -5rem;
  display: block;
  width: 2.8rem;
  height: 2.8rem;
}
@media screen and (max-width: 768px) {
  .close {
    width: 2.2rem;
    height: 2.2rem;
    top: -3.4rem;
    right: 0;
  }
}

.close:hover,
.close:focus {
  text-decoration: none;
  cursor: pointer;
}

/* Fullscreen loading overlay */
#loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Loading percentage styling */
.loading-percentage {
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 2.16px;
  line-height: 1.4;
  position: absolute;
  bottom: -5rem;
  right: 0;
  color: #1D1D1D;
  font-family: "Source Serif 4", serif;
}
@media screen and (max-width: 768px) {
  .loading-percentage {
    font-size: 2rem;
    letter-spacing: 1.2px;
  }
}

.loading-content {
  max-width: 96.4rem;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .loading-content {
    max-width: 19.2rem;
  }
}

.loading-line-container {
  width: 100%;
  background-color: white;
  height: 4px;
  margin-top: 9.4rem;
}
@media screen and (max-width: 768px) {
  .loading-line-container {
    margin-top: 5.8rem;
  }
}

.loading-line {
  width: 0;
  height: 100%;
  position: relative;
  background-color: #1D1D1D;
}

.loading-logo {
  width: 8rem;
  height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  position: relative;
  z-index: 30;
  background-color: #1D1D1D;
}
@media screen and (max-width: 768px) {
  .loading-logo {
    width: 5rem;
    height: 5rem;
  }
}
.loading-logo img {
  width: 4.2rem;
  height: 2.7rem;
}
@media screen and (max-width: 768px) {
  .loading-logo img {
    width: 2.9rem;
    height: 1.8rem;
  }
}

.header__burgerBtn {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__burgerBtn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    width: 49px;
    height: 49px;
    background-color: #FDFDFD;
    position: relative;
    transition: all 0.3s ease-in-out;
  }
  .header__burgerBtn.is-active {
    background-color: #1D1D1D;
  }
}
.header__burgerBtnLine {
  width: 18px;
  height: 1px;
  background-color: #1D1D1D;
  transition: all 0.3s ease-in-out;
}
.header__burgerBtnLine.is-active {
  background-color: #FDFDFD;
}
.header__burgerBtnLine:not(:last-child) {
  margin-bottom: 5.5px;
}
.header__burgerBtnLine:first-child.is-active {
  transform: translateY(-50%) rotate(135deg);
  position: absolute;
  top: 50%;
}
.header__burgerBtnLine:nth-child(2) {
  width: 18px;
}
.header__burgerBtnLine:nth-child(2).is-active {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  opacity: 0;
}
.header__burgerBtnLine:nth-child(3) {
  width: 18px;
}
.header__burgerBtnLine:nth-child(3).is-active {
  transform: translateY(-50%) rotate(-135deg);
  position: absolute;
  top: 50%;
  width: 18px;
}

.animate-text {
  display: inline-block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.animate-child span {
  display: inline-block;
  color: #EBEBEB;
  font-size: 20rem;
  font-weight: 900;
  font-family: "Source Serif 4", serif;
  letter-spacing: 8px;
}
@media screen and (min-width: 769px) {
  .animate-child span {
    opacity: 0;
    transform: translateY(20px);
    transition: transform 0.1s ease, opacity 0.1s ease;
  }
}
@media screen and (max-width: 768px) {
  .animate-child span {
    font-size: 6.4rem;
    letter-spacing: 2.72px;
  }
}

.animate-child span.animate {
  opacity: 1;
  transform: translateY(0);
}

.animate-child span {
  transition: transform 0.4s ease, opacity 0.4s ease;
}

/* Default state before animation */
.strSec__item {
  opacity: 0;
  transition: all 0.6s ease;
}

/* Odd items (left to right) */
.strSec__item:nth-child(odd) {
  transform: translateX(-100px);
  /* Start off-screen left */
}

.strSec__item.animate-left {
  opacity: 1;
  transform: translateX(0);
  /* Move to position */
}

/* Even items (right to left) */
.strSec__item:nth-child(even) {
  transform: translateX(100px);
  /* Start off-screen right */
}

.strSec__item.animate-right {
  opacity: 1;
  transform: translateX(0);
  /* Move to position */
}

.strSec__bgTitle {
  transform: translateY(100px) translateX(-50%);
  opacity: 0;
}

.skillsSec__bgTitle {
  transform: translateY(100px) translateX(-50%);
  opacity: 0;
}

.bioSec__bgTitle {
  transform: translateY(100px) translateX(-50%);
  opacity: 0;
}

.aboutKv__bgTitle {
  transform: translateY(100px) translateX(-50%);
  opacity: 0;
}

.animate-up {
  opacity: 1;
  transform: translateY(0) translateX(-50%);
  transition: all 0.9s ease;
}

.footer {
  margin-left: 8rem;
  border-top: 1px solid #D7D7D7;
  background-color: #F7F7F7;
}
@media screen and (max-width: 768px) {
  .footer {
    margin-left: 0;
  }
}
.footer__anchorTitle {
  width: 100%;
  height: 10.2rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #D7D7D7;
  font-size: 4.8rem;
  font-weight: 600;
  font-family: "Source Serif 4", serif;
  padding: 0 6rem;
  position: relative;
  overflow: hidden;
  letter-spacing: 2.08px;
}
@media screen and (max-width: 768px) {
  .footer__anchorTitle {
    font-size: 2.4rem;
    height: 3.7rem;
    padding: 0 2.2rem;
    letter-spacing: 1.04px;
  }
}
.footer__anchorLink {
  position: relative;
  z-index: 2;
}
.footer__contactTitle {
  font-size: 6.4rem;
  line-height: 1;
  font-weight: 900;
  font-family: "Source Serif 4", serif;
  padding: 0.6rem 0 2.4rem;
  letter-spacing: 3.04px;
}
@media screen and (max-width: 768px) {
  .footer__contactTitle {
    font-size: 3.6rem;
    padding: 0.6rem 0 2.1rem;
    letter-spacing: 1.52px;
  }
}
.footer__contactLink {
  position: relative;
  font-size: 4rem;
  line-height: 1;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  margin-top: 0.4rem;
}
@media screen and (max-width: 768px) {
  .footer__contactLink {
    font-size: 2.4rem;
  }
}
.footer__contactLink::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 8px;
  height: 2px;
  width: calc(100% - 4rem);
  background-color: #1D1D1D;
}
@media screen and (max-width: 768px) {
  .footer__contactLink::after {
    bottom: 2px;
    width: calc(100% - 2.4rem);
  }
}
.footer__area {
  padding: 7.2rem 6rem 2.7rem;
}
@media screen and (max-width: 768px) {
  .footer__area {
    padding: 3.2rem 2.2rem;
  }
}
.footer__socMed {
  display: flex;
  gap: 3.2rem;
  margin-top: 7.2rem;
}
@media screen and (max-width: 768px) {
  .footer__socMed {
    margin-top: 5.4rem;
  }
}
.footer__socLink {
  display: inline-block;
  width: 2rem;
  height: 2rem;
}
.footer__copyRight {
  text-align: right;
  font-size: 1.2rem;
  font-family: "Nunito Sans", sans-serif;
  color: #1D1D1D;
  margin-top: 3rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .footer__copyRight {
    text-align: center;
    margin-top: 8.2rem;
  }
}

.topPage .kvSec {
  margin-left: 8rem;
  height: calc(100vh - 8rem);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .topPage .kvSec {
    height: 23.8rem;
    margin-left: 0;
  }
}
.topPage .kvSec__textContainer {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  left: 6rem;
  width: 53.54%;
}
@media screen and (max-width: 768px) {
  .topPage .kvSec__textContainer {
    position: absolute;
    top: 50%;
    left: 3.2rem;
  }
}
.topPage .kvSec__mainText {
  font-family: "Source Serif 4", serif;
  font-size: 18rem;
  line-height: 1;
  color: #1D1D1D;
  font-weight: 400;
  letter-spacing: 10.2px;
}
@media screen and (max-width: 768px) {
  .topPage .kvSec__mainText {
    font-size: 4rem;
    letter-spacing: 2.76px;
  }
}
.topPage .kvSec__subText {
  font-size: 4.8rem;
  line-height: 1;
  font-family: "Nunito Sans", sans-serif;
}
@media screen and (max-width: 768px) {
  .topPage .kvSec__subText {
    font-size: 2rem;
  }
}
.topPage .kvSec__figure {
  width: 52.2%;
  height: calc(100vh - 11.4rem);
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 1400px) {
  .topPage .kvSec__figure {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .topPage .kvSec__figure {
    width: 57.2% !important;
    height: auto;
    margin-bottom: -0.4rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 834px) and (min-height: 1024px) and (max-height: 1366px) {
  .topPage .kvSec__figure {
    width: auto;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) and (min-height: 768px) and (max-height: 834px) {
  .topPage .kvSec__figure {
    /* Styles for most iPads in landscape orientation */
    width: 57.2% !important;
  }
}
.topPage .kvSec__figWelcome {
  max-width: 27.8rem;
  position: absolute;
  bottom: -5rem;
  right: -5rem;
  overflow: hidden;
  transition: transform 0.1s ease-out;
}
@media screen and (max-width: 768px) {
  .topPage .kvSec__figWelcome {
    max-width: 9.4rem;
    right: -2rem;
    bottom: -2rem;
  }
}
.topPage .kvSec__welcomeImg {
  animation: spin 25s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.topPage .aboutSec {
  margin-left: 8rem;
  margin-top: -8rem;
  padding-top: 8rem;
}
@media screen and (max-width: 768px) {
  .topPage .aboutSec {
    margin-left: 0;
  }
}
.topPage .aboutSec__titleContainer {
  border-top: 1px solid #D7D7D7;
  border-bottom: 1px solid #D7D7D7;
  background-color: #F3F3F3;
  display: flex;
}
.topPage .aboutSec__titleText {
  height: 13.5rem;
  font-weight: 700;
  font-size: 6.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FDFDFD;
  flex: 0 0 45.4rem;
  font-family: "Source Serif 4", serif;
  letter-spacing: 2.72px;
}
@media screen and (max-width: 768px) {
  .topPage .aboutSec__titleText {
    height: 7rem;
    flex: 0 0 15.2rem;
    font-size: 2.4rem;
    letter-spacing: 1.12px;
  }
}
.topPage .aboutSec__animationText {
  color: #D7D7D7;
  font-size: 4.8rem;
  animation: marquee 10s linear infinite;
  display: inline-block;
}
.topPage .aboutSec__animationContainer {
  max-width: 90.6rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 13.5rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .topPage .aboutSec__animationContainer {
    height: 7rem;
  }
}
.topPage .aboutSec__content {
  display: flex;
  gap: 7.8rem;
  max-width: 122.2rem;
  margin: 0 auto;
  padding-top: 5.9rem;
}
@media screen and (max-width: 768px) {
  .topPage .aboutSec__content {
    gap: 0;
    flex-direction: column;
    max-width: 100%;
    padding: 0;
  }
}
.topPage .aboutSec__contentFig {
  max-width: 33.4rem;
  height: 45.5rem;
}
@media screen and (max-width: 768px) {
  .topPage .aboutSec__contentFig {
    height: auto;
    width: 100%;
    max-width: 27.9rem;
    height: 34.3rem;
    margin: 5rem auto 4.6rem;
  }
}
.topPage .aboutSec__socMed {
  display: flex;
  gap: 3.2rem;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .topPage .aboutSec__socMed {
    margin-top: 3.2rem;
  }
}
.topPage .aboutSec__socLink {
  display: inline-block;
  width: 2rem;
  height: 2rem;
}
.topPage .aboutSec__infoContainer {
  width: calc(100% - 45.4rem);
}
@media screen and (max-width: 768px) {
  .topPage .aboutSec__infoContainer {
    width: 100%;
    padding: 0 4.2rem;
  }
}
.topPage .aboutSec__infoTitle {
  font-size: 1.8rem;
  font-family: "Nunito Sans", sans-serif;
  line-height: 2.22;
  padding-top: 3.1rem;
}
@media screen and (max-width: 768px) {
  .topPage .aboutSec__infoTitle {
    font-size: 1.4rem;
    padding-top: 0;
    line-height: 2.14;
  }
}
.topPage .aboutSec__infoText {
  font-size: 1.8rem;
  line-height: 2.22;
  margin-top: 2rem;
  font-family: "Nunito Sans", sans-serif;
  max-width: 75rem;
}
@media screen and (max-width: 768px) {
  .topPage .aboutSec__infoText {
    font-size: 1.4rem;
    margin-top: 1.6rem;
    line-height: 2.14;
    max-width: 100%;
  }
}
.topPage .aboutSec__viewMore {
  padding: 6.05rem 0 1.3rem;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .topPage .aboutSec__viewMore {
    padding: 6.4rem 0 0.95rem;
  }
}
.topPage .aboutSec__viewLink {
  font-size: 1.8rem;
  font-weight: 400;
  color: #1D1D1D;
  font-family: "Source Serif 4", serif;
  display: inline-block;
  text-align: right;
  transition: all 0.4s ease-in-out;
  padding-right: 4rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .topPage .aboutSec__viewLink {
    padding-right: 3rem;
  }
}
.topPage .aboutSec__viewLink::after {
  content: "";
  display: inline-block;
  width: 2.39rem;
  height: 0.92rem;
  background-image: url(../images/common/ico_arrowRight.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  transition: all 0.4s ease-in-out;
  position: absolute;
  top: 52%;
  right: 0;
  transform: translateY(-50%) translateX(0);
}
@media screen and (max-width: 768px) {
  .topPage .aboutSec__viewLink::after {
    visibility: visible;
    opacity: 1;
    width: 1.8rem;
    height: 0.7rem;
  }
}
@media screen and (min-width: 769px) {
  .topPage .aboutSec__viewLink:hover::after {
    transform: translateY(-50%) translateX(10px);
    opacity: 1;
    visibility: visible;
  }
}
.topPage .workSec {
  margin: -3rem 0 18.6rem 8rem;
  padding-top: 8rem;
}
@media screen and (max-width: 768px) {
  .topPage .workSec {
    margin: 2.85rem 0 8.1rem;
    padding-top: 0;
  }
}
.topPage .workSec__titleContainer {
  border-top: 1px solid #D7D7D7;
  border-bottom: 1px solid #D7D7D7;
  background-color: #F3F3F3;
  display: flex;
}
.topPage .workSec__titleText {
  height: 13.5rem;
  font-weight: 700;
  font-size: 6.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FDFDFD;
  flex: 0 0 45.4rem;
  font-family: "Source Serif 4", serif;
  letter-spacing: 2.72px;
}
@media screen and (max-width: 768px) {
  .topPage .workSec__titleText {
    height: 7rem;
    flex: 0 0 15.2rem;
    font-size: 2.4rem;
    letter-spacing: 1.12px;
  }
}
.topPage .workSec__animationContainer {
  max-width: 90.6rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 13.5rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .topPage .workSec__animationContainer {
    height: 7rem;
  }
}
.topPage .workSec__list {
  display: flex;
  flex-flow: row wrap;
  margin-top: 5rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .topPage .workSec__list {
    flex-direction: column;
    gap: 4rem;
    padding: 0 2rem;
  }
}
.topPage .workSec__listItem {
  flex: 0 0 33%;
  height: 48rem;
}
@media screen and (max-width: 768px) {
  .topPage .workSec__listItem {
    flex: auto;
    height: 38.8rem;
  }
}
.topPage .workSec__listItemLink {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.topPage .workSec__listItemLink .arrow__white {
  margin-left: 0.5rem;
  position: absolute;
  right: -3rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .topPage .workSec__listItemLink:hover .workSec__hover {
    opacity: 1;
    visibility: visible;
  }
  .topPage .workSec__listItemLink:hover .arrow__white {
    opacity: 1;
    visibility: visible;
  }
}
.topPage .workSec__hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 768px) {
  .topPage .workSec__hover {
    opacity: 1;
    visibility: visible;
  }
}
.topPage .workSec__hoverCont {
  background-color: #1D1D1D;
  padding: 2rem;
  width: 100%;
  height: 100%;
  position: relative;
}
.topPage .workSec__hoverDesc {
  position: absolute;
  top: 1rem;
  left: 0;
  width: 100%;
  text-align: center;
  color: #FDFDFD;
  font-size: 1.6rem;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 500;
  line-height: 1;
}
.topPage .workSec__view {
  position: absolute;
  bottom: 0.8rem;
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
  text-align: center;
  color: #FDFDFD;
  font-size: 1.6rem;
  line-height: 1;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 500;
}
.topPage .workSec__whiteContainer {
  background-color: #FDFDFD;
  width: calc(100% - 4rem);
  height: calc(100% - 7rem);
  position: relative;
  margin: 0 auto;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.topPage .workSec__figure {
  max-width: 36.9rem;
  height: 28.7rem;
  margin-bottom: 3rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .topPage .workSec__figure {
    margin-bottom: 1.6rem;
    padding: 0 0.8rem;
    max-width: 27.9rem;
    height: 21.7rem;
  }
}
.topPage .workSec__listTitle {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1D1D1D;
  font-family: "Nunito Sans", sans-serif;
  text-align: center;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .topPage .workSec__listTitle {
    font-size: 1.6rem;
  }
}
.topPage .workSec__listDesc {
  font-size: 1.6rem;
  font-weight: 400;
  color: #1D1D1D;
  font-family: "Nunito Sans", sans-serif;
  text-align: center;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .topPage .workSec__listDesc {
    font-size: 1.4rem;
  }
}

.aboutPage .aboutKv {
  margin-left: 8rem;
  border-bottom: 1px solid #D7D7D7;
}
@media screen and (max-width: 768px) {
  .aboutPage .aboutKv {
    margin-left: 0;
  }
}
.aboutPage .aboutKv__titleContainer {
  height: 38.2rem;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .aboutPage .aboutKv__titleContainer {
    height: 14rem;
    padding: 0 2.4rem;
  }
}
.aboutPage .aboutKv__title {
  font-size: 6.4rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Source Serif 4", serif;
  color: #1D1D1D;
  position: absolute;
  top: 26.9rem;
  left: 24.2rem;
  z-index: 2;
  letter-spacing: 2.72px;
}
@media screen and (max-width: 768px) {
  .aboutPage .aboutKv__title {
    font-size: 2.8rem;
    top: 8.2rem;
    left: 4.2rem;
    letter-spacing: 1.12px;
  }
}
.aboutPage .aboutKv__figure {
  max-width: 44rem;
  position: absolute;
  top: 6rem;
  right: 19.4rem;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .aboutPage .aboutKv__figure {
    top: 2.7rem;
    right: 3.9rem;
    max-width: 12.6rem;
  }
}
.aboutPage .aboutKv__bgTitle {
  font-size: 20rem;
  line-height: 1;
  color: #F3F3F3;
  position: absolute;
  top: 13.5rem;
  left: 44%;
  z-index: 1;
  font-weight: 900;
  font-family: "Source Serif 4", serif;
  white-space: nowrap;
  letter-spacing: 8px;
}
@media screen and (max-width: 768px) {
  .aboutPage .aboutKv__bgTitle {
    font-size: 6.2rem;
    top: 3.8rem;
    letter-spacing: 0;
    transform: translateX(0);
    left: 2.4rem;
    right: 2.4rem;
    letter-spacing: 2.48px;
  }
}
.aboutPage .aboutKv__content {
  height: 66.8rem;
  width: 100%;
  background-color: #F7F7F7;
}
@media screen and (max-width: 768px) {
  .aboutPage .aboutKv__content {
    height: auto;
  }
}
.aboutPage .aboutKv__contentTitle {
  font-size: 1.8rem;
  line-height: 2.22;
  font-weight: 400;
  font-family: "Nunito Sans", sans-serif;
}
@media screen and (max-width: 768px) {
  .aboutPage .aboutKv__contentTitle {
    font-size: 1.4rem;
    line-height: 2.14;
  }
}
.aboutPage .aboutKv__contentInner {
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 18.8rem 0 10.5rem;
}
@media screen and (max-width: 768px) {
  .aboutPage .aboutKv__contentInner {
    padding: 4.1rem 4.2rem 3.25rem;
  }
}
.aboutPage .aboutKv__contentText {
  font-size: 1.8rem;
  line-height: 2.22;
  font-weight: 400;
  margin-top: 3.3rem;
  font-family: "Nunito Sans", sans-serif;
}
@media screen and (max-width: 768px) {
  .aboutPage .aboutKv__contentText {
    font-size: 1.4rem;
    line-height: 2.14;
    margin-top: 1.6rem;
  }
}
.aboutPage .aboutKv__socMed {
  display: flex;
  gap: 3.2rem;
  margin-top: 9.5rem;
}
@media screen and (max-width: 768px) {
  .aboutPage .aboutKv__socMed {
    margin-top: 3.2rem;
  }
}
.aboutPage .aboutKv__socLink {
  display: inline-block;
  width: 2rem;
  height: 2rem;
}
.aboutPage .bioSec {
  margin-left: 8rem;
  border-bottom: 0.1rem solid #D7D7D7;
}
@media screen and (max-width: 768px) {
  .aboutPage .bioSec {
    margin-left: 0;
  }
}
.aboutPage .bioSec__titleContainer {
  height: 44.6rem;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .aboutPage .bioSec__titleContainer {
    height: 14rem;
  }
}
.aboutPage .bioSec__bgTitle {
  font-size: 20rem;
  line-height: 1;
  color: #F3F3F3;
  position: absolute;
  top: 18.5rem;
  left: 50%;
  z-index: 1;
  font-weight: 900;
  font-family: "Source Serif 4", serif;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .aboutPage .bioSec__bgTitle {
    top: 4.8rem;
    font-size: 6.2rem;
  }
}
.aboutPage .bioSec__title {
  font-size: 6.8rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Source Serif 4", serif;
  color: #1D1D1D;
  position: absolute;
  top: 31.9rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  letter-spacing: 2.72px;
}
@media screen and (max-width: 768px) {
  .aboutPage .bioSec__title {
    font-size: 2.8rem;
    top: 8.2rem;
    letter-spacing: 1.12px;
  }
}
.aboutPage .bioSec__content {
  background-color: #f9f9f9;
  background-image: url("../images/about/img_bioBg-pc.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 82.5rem;
  width: 100%;
  padding: 9.9rem 36.2rem 10.6rem 33.9rem;
}
@media screen and (max-width: 768px) {
  .aboutPage .bioSec__content {
    background-image: url("../images/about/img_bioBg-sp.png");
    height: auto;
    padding: 4.3rem 2.2rem;
  }
}
.aboutPage .bioSec__item {
  display: flex;
}
.aboutPage .bioSec__item:not(:last-child) {
  margin-bottom: 0.7rem;
}
.aboutPage .bioSec__item:not(:last-child) .bioSec__dateCont {
  padding-bottom: 9.2rem;
}
.aboutPage .bioSec__item:not(:last-child) .bioSec__dateCont::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 1.2rem;
  width: 0.2rem;
  height: 8.5rem;
  background-color: #1D1D1D;
}
@media screen and (max-width: 768px) {
  .aboutPage .bioSec__item {
    position: relative;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .aboutPage .bioSec__item .bioSec__dateCont {
    padding-bottom: 9.2rem;
  }
}
.aboutPage .bioSec__titleContent {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.22;
  font-family: "Nunito Sans", sans-serif;
}
@media screen and (max-width: 768px) {
  .aboutPage .bioSec__titleContent {
    font-size: 1.6rem;
    max-width: 20rem;
  }
}
.aboutPage .bioSec__text {
  font-size: 1.8rem;
  line-height: 1.67;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .aboutPage .bioSec__text {
    font-size: 1.4rem;
    position: absolute;
    left: 3.8rem;
    line-height: 2.14;
  }
}
.aboutPage .bioSec__dateCont {
  max-width: 14.2rem;
  width: 100%;
  line-height: 2;
  font-size: 2rem;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 768px) {
  .aboutPage .bioSec__dateCont {
    font-size: 1.6rem;
    max-width: 9rem;
    margin-right: 2.6rem;
  }
}
.aboutPage .bioSec__date {
  position: relative;
  padding-left: 3.8rem;
}
.aboutPage .bioSec__date::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 2.6rem;
  height: 2.6rem;
  transform: translateY(-50%);
  background-image: url(../images/about/ico_diamond.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.aboutPage .skillsSec {
  margin-left: 8rem;
  border-bottom: 1px solid #D7D7D7;
}
@media screen and (max-width: 768px) {
  .aboutPage .skillsSec {
    margin-left: 0;
  }
}
.aboutPage .skillsSec__titleContainer {
  height: 44.6rem;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .aboutPage .skillsSec__titleContainer {
    height: 14rem;
  }
}
.aboutPage .skillsSec__bgTitle {
  font-size: 20rem;
  line-height: 1;
  color: #F3F3F3;
  position: absolute;
  top: 18.5rem;
  left: 50%;
  z-index: 1;
  font-weight: 700;
  font-family: "Source Serif 4", serif;
  white-space: nowrap;
  letter-spacing: 0.8rem;
}
@media screen and (max-width: 768px) {
  .aboutPage .skillsSec__bgTitle {
    letter-spacing: 0;
    top: 4.8rem;
    font-size: 6.2rem;
  }
}
.aboutPage .skillsSec__title {
  font-size: 6.8rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Source Serif 4", serif;
  color: #1D1D1D;
  position: absolute;
  top: 31.9rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  letter-spacing: 2.72px;
}
@media screen and (max-width: 768px) {
  .aboutPage .skillsSec__title {
    font-size: 2.8rem;
    top: 8.2rem;
    letter-spacing: 1.12px;
  }
}
.aboutPage .skillsSec__figure {
  max-width: 6.8rem;
  height: 6.8rem;
}
@media screen and (max-width: 768px) {
  .aboutPage .skillsSec__figure {
    max-width: 6rem;
    height: 6rem;
  }
}
.aboutPage .skillsSec__content {
  height: 33.5rem;
  width: 100%;
  background-color: #F7F7F7;
  padding: 9.7rem 0 0;
}
@media screen and (max-width: 768px) {
  .aboutPage .skillsSec__content {
    height: auto;
    padding: 5.3rem 4rem;
  }
}
.aboutPage .skillsSec__list {
  display: flex;
  max-width: 79.5rem;
  gap: 10rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .aboutPage .skillsSec__list {
    flex-direction: column;
    gap: 6rem;
    align-items: center;
  }
}
.aboutPage .skillsSec__itemTitle {
  font-size: 2rem;
  line-height: 2;
  font-weight: 600;
  font-family: "Source Serif 4", serif;
}
@media screen and (max-width: 768px) {
  .aboutPage .skillsSec__itemTitle {
    font-size: 1.6rem;
  }
}
.aboutPage .skillsSec__container {
  display: flex;
  max-width: 33.2rem;
  gap: 2rem;
  justify-content: center;
  margin-top: 3.2rem;
}
@media screen and (max-width: 768px) {
  .aboutPage .skillsSec__container {
    gap: 1.8rem;
    max-width: 29.4rem;
  }
}
.aboutPage .strSec {
  margin-left: 8rem;
  padding-bottom: 12.5rem;
}
@media screen and (max-width: 768px) {
  .aboutPage .strSec {
    margin-left: 0;
    padding-bottom: 8.2rem;
  }
}
.aboutPage .strSec__titleContainer {
  height: 44.6rem;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .aboutPage .strSec__titleContainer {
    height: 14rem;
  }
}
.aboutPage .strSec__bgTitle {
  font-size: 20rem;
  line-height: 1;
  color: #F3F3F3;
  position: absolute;
  top: 18rem;
  left: 50%;
  z-index: 1;
  font-weight: 700;
  font-family: "Source Serif 4", serif;
  white-space: nowrap;
  letter-spacing: 0.8rem;
}
@media screen and (max-width: 768px) {
  .aboutPage .strSec__bgTitle {
    font-size: 6.2rem;
    top: 4.8rem;
  }
}
.aboutPage .strSec__title {
  font-size: 6.8rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Source Serif 4", serif;
  color: #1D1D1D;
  position: absolute;
  top: 31.9rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  letter-spacing: 2.72px;
}
@media screen and (max-width: 768px) {
  .aboutPage .strSec__title {
    font-size: 2.8rem;
    top: 8.2rem;
    letter-spacing: 1.12px;
  }
}
.aboutPage .strSec__contentTitleContainer {
  height: 16.4rem;
  width: 100%;
  border-top: 1px solid #D7D7D7;
  border-bottom: 1px solid #D7D7D7;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .aboutPage .strSec__contentTitleContainer {
    height: 10.2rem;
  }
}
.aboutPage .strSec__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37.4rem;
  height: 37.4rem;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  font-size: 10rem;
  font-weight: 400;
  font-family: "Source Serif 4", serif;
  background-color: #F3F3F3;
  border-radius: 50%;
  color: #D7D7D7;
}
@media screen and (max-width: 768px) {
  .aboutPage .strSec__number {
    width: 13.2rem;
    height: 13.2rem;
    font-size: 6.4rem;
  }
}
.aboutPage .strSec__contentTitle {
  font-size: 3.6rem;
  letter-spacing: 0.144rem;
  text-align: center;
  font-family: "Source Serif 4", serif;
  font-weight: 400;
  letter-spacing: 1.44px;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 768px) {
  .aboutPage .strSec__contentTitle {
    position: relative;
    z-index: 2;
    font-size: 2.2rem;
    letter-spacing: 0.88px;
    margin-bottom: 0.2rem;
  }
}
.aboutPage .strSec__contentSub {
  font-size: 1.4rem;
  line-height: 1;
  font-family: "Nunito Sans", sans-serif;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .aboutPage .strSec__contentSub {
    font-size: 1.2rem;
  }
}
.aboutPage .strSec__list {
  width: 100%;
  overflow: hidden;
}
.aboutPage .strSec__item:nth-child(odd) .strSec__number {
  left: 7rem;
}
@media screen and (max-width: 768px) {
  .aboutPage .strSec__item:nth-child(odd) .strSec__number {
    left: 0.8rem;
  }
}
.aboutPage .strSec__item:nth-child(even) .strSec__number {
  right: 7rem;
}
@media screen and (max-width: 768px) {
  .aboutPage .strSec__item:nth-child(even) .strSec__number {
    right: 0.8rem;
  }
}
.aboutPage .strSec__textContainer {
  height: 41.5rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .aboutPage .strSec__textContainer {
    height: 42.4rem;
    padding: 3.7rem;
  }
}
.aboutPage .strSec__text {
  max-width: 87.5rem;
  margin: 10rem auto 0;
  font-size: 1.8rem;
  line-height: 2.22;
  color: #1D1D1D;
}
@media screen and (max-width: 768px) {
  .aboutPage .strSec__text {
    max-width: 100%;
    margin: 3.2rem auto 0;
    font-size: 1.4rem;
    line-height: 2.14;
  }
}

.worksPage .workKv {
  margin-left: 8rem;
  padding-top: 8.8rem;
  padding-bottom: 30rem;
}
@media screen and (max-width: 768px) {
  .worksPage .workKv {
    padding-top: 3rem;
    padding-bottom: 14.2rem;
    margin-left: 0;
  }
}
.worksPage .workKv__titleContainer {
  display: flex;
}
.worksPage .workKv__titleText {
  height: 9.1rem;
  font-weight: 700;
  font-size: 6.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FDFDFD;
  flex: 0 0 45.4rem;
  font-family: "Source Serif 4", serif;
}
@media screen and (max-width: 768px) {
  .worksPage .workKv__titleText {
    height: 7rem;
    flex: 0 0 15.2rem;
    font-size: 2.8rem;
  }
}
.worksPage .workKv__list {
  display: flex;
  flex-flow: row wrap;
  margin-top: 4.6rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .worksPage .workKv__list {
    flex-direction: column;
    gap: 4rem;
    padding: 0 2rem;
    margin-top: 2.2rem;
  }
}
.worksPage .workKv__listItem {
  flex: 0 0 33%;
  height: 48rem;
}
@media screen and (max-width: 768px) {
  .worksPage .workKv__listItem {
    flex: auto;
    height: 38.8rem;
  }
}
.worksPage .workKv__listItemLink {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.worksPage .workKv__listItemLink .arrow__white {
  margin-left: 0.5rem;
  position: absolute;
  right: -3rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .worksPage .workKv__listItemLink:hover .workKv__hover {
    opacity: 1;
    visibility: visible;
  }
  .worksPage .workKv__listItemLink:hover .arrow__white {
    opacity: 1;
    visibility: visible;
  }
}
.worksPage .workKv__hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 768px) {
  .worksPage .workKv__hover {
    opacity: 1;
    visibility: visible;
  }
}
.worksPage .workKv__hoverCont {
  background-color: #1D1D1D;
  padding: 2rem;
  width: 100%;
  height: 100%;
  position: relative;
}
.worksPage .workKv__hoverDesc {
  position: absolute;
  top: 1rem;
  left: 0;
  width: 100%;
  text-align: center;
  color: #FDFDFD;
  font-size: 1.6rem;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 500;
  line-height: 1;
}
.worksPage .workKv__view {
  position: absolute;
  bottom: 0.8rem;
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
  text-align: center;
  color: #FDFDFD;
  font-size: 1.6rem;
  line-height: 1;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 500;
}
.worksPage .workKv__whiteContainer {
  background-color: #FDFDFD;
  width: calc(100% - 4rem);
  height: calc(100% - 7rem);
  position: relative;
  margin: 0 auto;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.worksPage .workKv__figure {
  max-width: 36.9rem;
  height: 28.7rem;
  margin-bottom: 3rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .worksPage .workKv__figure {
    margin-bottom: 1.6rem;
    padding: 0 0.8rem;
    max-width: 27.9rem;
    height: 21.7rem;
  }
}
.worksPage .workKv__listTitle {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1D1D1D;
  font-family: "Nunito Sans", sans-serif;
  text-align: center;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .worksPage .workKv__listTitle {
    font-size: 1.6rem;
  }
}
.worksPage .workKv__listDesc {
  font-size: 1.6rem;
  font-weight: 400;
  color: #1D1D1D;
  font-family: "Nunito Sans", sans-serif;
  text-align: center;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .worksPage .workKv__listDesc {
    font-size: 1.4rem;
  }
}
.worksPage .titleSec {
  margin-left: 8rem;
  padding: 8.8rem 0 0;
}
@media screen and (max-width: 768px) {
  .worksPage .titleSec {
    margin-left: 0;
    padding: 4rem 0 0;
  }
}
.worksPage .titleSec__inner {
  max-width: 111.7rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .worksPage .titleSec__inner {
    max-width: 100%;
    padding: 0 4.2rem;
  }
}
.worksPage .titleSec__title {
  font-weight: 700;
  font-size: 5.2rem;
  line-height: 1.9;
  letter-spacing: 2.08px;
  color: #1D1D1D;
  font-family: "Source Serif 4", serif;
  letter-spacing: 2.08px;
}
@media screen and (max-width: 768px) {
  .worksPage .titleSec__title {
    font-size: 1.8rem;
    letter-spacing: 0.72px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  .worksPage .titleSec__list {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin-top: 0.6rem;
  }
}
.worksPage .titleSec__text {
  font-size: 1.8rem;
  line-height: 2.22;
  font-weight: 400;
  font-family: "Nunito Sans", sans-serif;
}
@media screen and (max-width: 768px) {
  .worksPage .titleSec__text {
    font-size: 0.8rem;
    line-height: 1.4;
  }
}
.worksPage .workChild {
  margin-left: 8rem;
  padding-bottom: 25rem;
}
@media screen and (max-width: 768px) {
  .worksPage .workChild {
    margin-left: 0;
  }
}
.worksPage .workChild__inner {
  max-width: 107.2rem;
  margin: 4.9rem auto;
}
@media screen and (max-width: 768px) {
  .worksPage .workChild__inner {
    padding: 0 4.2rem;
  }
}
.worksPage .workChild__click, .worksPage .workChild__click02 {
  position: absolute;
  top: 3%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2.8rem;
  font-family: "Nunito Sans", sans-serif;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .worksPage .workChild__click, .worksPage .workChild__click02 {
    font-size: 1.4rem;
    line-height: 1.4;
    top: 10%;
  }
}
.worksPage .workChild__click::before, .worksPage .workChild__click02::before {
  content: "";
  position: absolute;
  top: 2.7rem;
  left: -10.4rem;
  width: 7.7rem;
  height: 7.4rem;
  background-image: url("../images/works/ico_line-pc.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .worksPage .workChild__click::before, .worksPage .workChild__click02::before {
    width: 4rem;
    height: 2.9rem;
    top: 1.3rem;
    left: -5.4rem;
  }
}
.worksPage .workChild__click::after, .worksPage .workChild__click02::after {
  content: "";
  position: absolute;
  top: 2.7rem;
  right: -24.4rem;
  width: 21.7rem;
  height: 17.5rem;
  background-image: url("../images/works/ico_line-sp.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .worksPage .workChild__click::after, .worksPage .workChild__click02::after {
    width: 9.1rem;
    height: 9rem;
    top: 1.3rem;
    right: -10.4rem;
  }
}
.worksPage .workChild__click02::after {
  content: none;
}
.worksPage .workChild__banner {
  margin: 6.2rem auto 0;
}
.worksPage .workChild__modalCont {
  padding-top: 6.3rem;
  max-width: 74rem;
  height: 56.3rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .worksPage .workChild__modalCont {
    height: 26.6rem;
    max-width: 100%;
    padding-top: 3.9rem;
  }
}
.worksPage .workChild__figurePC {
  max-width: 65.9rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .worksPage .workChild__figurePC {
    max-width: 29.1rem;
    left: -2rem;
  }
}
.worksPage .workChild__figureSP {
  max-width: 16.3rem;
  position: absolute;
  bottom: -3.4rem;
  right: 1rem;
}
@media screen and (max-width: 768px) {
  .worksPage .workChild__figureSP {
    max-width: 6rem;
    bottom: 0.5rem;
    right: 0;
    height: 16rem;
  }
}
.worksPage .workChild__content {
  margin: 13rem auto 0;
}
.worksPage .workChild__contentList {
  display: flex;
  gap: 3rem;
  flex-direction: column;
  margin-top: 13rem;
}
@media screen and (max-width: 768px) {
  .worksPage .workChild__contentList {
    margin-top: 7.4rem;
  }
}
.worksPage .workChild__item {
  display: flex;
  gap: 6.4rem;
}
@media screen and (max-width: 768px) {
  .worksPage .workChild__item {
    flex-direction: column;
    gap: 1rem;
    max-width: 100%;
  }
}
.worksPage .workChild__contentTitle {
  font-size: 2rem;
  line-height: 2;
  flex: 0 0 14rem;
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
}
@media screen and (max-width: 768px) {
  .worksPage .workChild__contentTitle {
    font-size: 1.6rem;
    line-height: 1.4;
    flex: auto;
  }
}
.worksPage .workChild__contentText {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.8rem;
  line-height: 2.22;
}
@media screen and (max-width: 768px) {
  .worksPage .workChild__contentText {
    font-size: 1.4rem;
    line-height: 2.14;
  }
}
.worksPage .workChild__color {
  margin-top: 10rem;
  margin-left: auto;
  max-width: 86.8rem;
}
.worksPage .viewSec {
  margin-left: 8rem;
  padding: 6rem 0;
  display: flex;
  justify-content: center;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .worksPage .viewSec {
    margin-left: 0;
  }
}
.worksPage .viewSec__link {
  font-size: 4.2rem;
  font-weight: 600;
  color: #1D1D1D;
  font-family: "Source Serif 4", serif;
  display: inline-block;
  text-align: right;
  transition: all 0.4s ease-in-out;
  padding-right: 9.2rem;
  position: relative;
  letter-spacing: 1.68px;
}
@media screen and (max-width: 768px) {
  .worksPage .viewSec__link {
    padding-right: 4.7rem;
    font-size: 2.2rem;
    letter-spacing: 0.88px;
  }
}
.worksPage .viewSec__link::after {
  content: "";
  display: inline-block;
  width: 5.4rem;
  height: 2.1rem;
  background-image: url(../images/common/ico_arrowRightBig.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  transition: all 0.4s ease-in-out;
  position: absolute;
  top: 52%;
  right: 0;
  transform: translateY(-50%) translateX(0);
}
@media screen and (max-width: 768px) {
  .worksPage .viewSec__link::after {
    visibility: visible;
    opacity: 1;
    width: 2.4rem;
    height: 0.9rem;
  }
}
@media screen and (min-width: 769px) {
  .worksPage .viewSec__link:hover::after {
    transform: translateY(-50%) translateX(10px);
    opacity: 1;
    visibility: visible;
  }
}

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