body.dark .contents-index h1 .highlight {
  color: #000;
}
body.dark .contents-resume .skill i::after {
  color: #dfdfdf;
}
body.dark .category1 {
  background-color: #555;
}
body.dark .contents-works .item-box .item-detail .list-title .git-btn {
  background-color: #555;
}
body.dark .contents-works .item-box .item-detail .list-title .git-btn:hover {
  background-color: var(--orange);
}
body.dark .contents-works .img-link img {
  border-color: #555;
}
body.dark .contents-works .item-box .item-detail .list-detail stack {
  background-color: #555;
}

.contents-resume .img-cont,
.contents-works .img-cont {
  height: 160px;
  background: linear-gradient(90deg, rgb(207, 27, 27), rgb(249, 235, 33), rgb(255, 150, 21), rgb(54, 186, 54), rgb(60, 217, 217), rgb(18, 18, 194));
  animation: resize-image 1s both;
  filter: grayscale(100%);
}
@keyframes resize-image {
  100% {
    filter: grayscale(0%);
    height: 32px;
  }
}

.category1 {
  position: relative;
  display: inline-block;
  line-height: 17px;
  margin-right: 7px;
  padding: 2px 3px;
  background-color: #999;
  font-weight: 500;
  color: #fff;
  font-size: 16px;
  box-sizing: border-box;
}

.off {
  display: none;
}

.contents-index {
  position: relative;
  margin: 0;
  height: calc(100vh - 220px);
  text-align: center;
  word-break: keep-all;
}
.contents-index .img-cont {
  position: absolute;
  top: 0;
  width: 100%;
  height: 530px;
  background: linear-gradient(325deg, rgba(99, 99, 99, 0.1), rgba(255, 255, 255, 0.15));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.3s;
  animation: polly 4s infinite;
  z-index: 1;
}
@keyframes polly {
  0% {
    -webkit-clip-path: polygon(31% 0, 0% 100%, 100% 51%);
    clip-path: polygon(31% 0, 0% 100%, 100% 51%);
  }
  25% {
    -webkit-clip-path: polygon(15% 0, 0 86%, 100% 100%);
    clip-path: polygon(15% 0, 0 86%, 100% 100%);
  }
  50% {
    -webkit-clip-path: polygon(100% 0, 0 20%, 52% 100%);
    clip-path: polygon(100% 0, 0 20%, 52% 100%);
  }
  75% {
    -webkit-clip-path: polygon(100% 85%, 16% 0, 0 100%);
    clip-path: polygon(100% 85%, 16% 0, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(31% 0, 0% 100%, 100% 51%);
    clip-path: polygon(31% 0, 0% 100%, 100% 51%);
  }
}
.contents-index .rainbow {
  position: absolute;
  top: 15px;
  transform: translateY(-50%);
  width: 100%;
  height: 32px;
  background: linear-gradient(90deg, rgb(207, 27, 27), rgb(249, 235, 33), rgb(255, 150, 21), rgb(54, 186, 54), rgb(60, 217, 217), rgb(18, 18, 194));
  animation: widen 1s forwards;
}
@keyframes widen {
  100% {
    top: 50%;
    height: 56px;
  }
}

.contents-resume img.profile-img {
  float: left;
  margin: 0 20px 20px 0;
  width: 20%;
  border-radius: 20px;
}
@media screen and (max-width: 900px) {
  .contents-resume img.profile-img {
    display: block;
    float: none;
    width: 32%;
    margin: -12px auto 48px;
  }
}
.contents-resume .title {
  margin: 70px 0 110px;
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  word-break: keep-all;
  animation: fadein 0.8s both 0.3s;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.contents-resume .title strong {
  font-weight: 600;
  font-size: 56px;
}
.contents-resume .sub-title {
  margin: 120px 0 25px;
  font-weight: 800;
  font-size: 22px;
}
.contents-resume div.personal-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 24px;
}
.contents-resume .sub-text {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 20px;
  font-size: 19px;
  font-weight: 300;
  line-height: 32px;
}
.contents-resume .sub-text strong {
  font-weight: 600;
  font-size: 20px;
}
.contents-resume .sub-text strong.strong-title {
  display: block;
  font-weight: 500;
  font-size: 28px;
  margin-bottom: 8px;
  line-height: 40px;
}
.contents-resume .sub-text dt {
  display: inline-block;
  font-weight: 500;
  margin-right: 12px;
}
.contents-resume .sub-text dd {
  font-size: 18px;
}
.contents-resume .sub-text a {
  position: relative;
}
.contents-resume .sub-text a[data-underline=true] {
  padding: 0 2px;
}
.contents-resume .sub-text a[data-underline=true]::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: -1px;
  display: inline-block;
  width: 100%;
  height: 2px;
  font-size: 14px;
  background: var(--orange);
}
.contents-resume .sub-text a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: -8px;
  width: 5px;
  height: 5px;
  background-color: var(--orange);
  border-radius: 50%;
}
.contents-resume .sub-text a:hover {
  color: var(--orange);
}
.contents-resume dl.skill {
  margin-bottom: 10px;
  align-items: flex-start;
}
.contents-resume dl.skill dd {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0 12px;
}
.contents-resume .experience {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
}
.contents-resume .experience strong {
  font-weight: 700;
  font-size: 22px;
  margin-right: 8px;
}
.contents-resume .experience .experience-description {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 16px;
  color: var(--sub-black);
}
.contents-resume .experience .project-stack {
  margin: 0 0 6px;
  display: flex;
  font-size: 15px;
  line-height: 20px;
}
.contents-resume .experience .list-title {
  font-size: 16px;
}
.contents-resume .experience .experience-group {
  display: flex;
  padding-left: 12px;
  flex-direction: column;
  border-left: 8px solid var(--sub-black2);
}
.contents-resume .experience .experience-group dt {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}
.contents-resume .experience .experience-group dd {
  margin: 0;
  font-size: 16px;
}
.contents-resume .experience .experience-group.no-border {
  border: none;
  padding-left: 0;
}
.contents-resume .experience .list-detail {
  position: relative;
  margin-left: 28px;
  font-size: 17px;
  line-height: 28px;
  list-style-type: disc;
  color: var(--sub-black);
}
.contents-resume div.non-dev-experience {
  width: 100%;
  transition: all 0.3s;
}
.contents-resume label.non-dev-label {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: block;
  padding: 2px 4px;
  width: -moz-max-content;
  width: max-content;
  border-bottom: 1px solid var(--black);
  font-size: 14px;
  opacity: 0.45;
  transition: all 0.3s;
}
.contents-resume #nonDev {
  display: none;
}
.contents-resume #nonDev + label::before {
  content: "SHOW ";
  opacity: 0.7;
}
.contents-resume #nonDev:checked + label {
  width: 100%;
}
.contents-resume #nonDev:checked + label::before {
  content: "HIDE ";
  opacity: 0.7;
}
.contents-resume #nonDev + label + div.non-dev-group {
  position: relative;
  margin-top: -12px;
  height: 12px;
  opacity: 0;
  transition: all 0.3s;
  z-index: -1;
}
.contents-resume #nonDev:checked + label + div.non-dev-group {
  margin: 0;
  padding-top: 16px;
  height: -moz-max-content;
  height: max-content;
  opacity: 1;
  z-index: 1;
}

.contents-works .title {
  margin: 70px 0 110px;
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  word-break: keep-all;
  animation: fadein 0.8s both 0.3s;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.contents-works .title strong {
  font-weight: 900;
  font-size: 50px;
}
.contents-works .item-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 83px;
}
.contents-works .item-box .item-detail .list-title {
  margin-bottom: 13px;
}
.contents-works .item-box .item-detail .list-title strong {
  padding-right: 5px;
  font-weight: 800;
  font-size: 22px;
}
.contents-works .item-box .item-detail .list-title .git-btn {
  position: relative;
  margin-right: 7px;
  padding: 2px 3px;
  background-color: #999;
  font-weight: 500;
  color: #fff;
  box-sizing: border-box;
}
.contents-works .item-box .item-detail .list-title .git-btn:hover {
  background-color: var(--orange);
}
.contents-works .item-box .item-detail .list-title .git-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(7px, -50%);
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: var(--orange);
}
.contents-works .item-box .item-detail .list-detail {
  display: flex;
  margin: 18px 2px;
  font-size: 18px;
  word-break: keep-all;
}
.contents-works .item-box .item-detail .list-detail strong {
  display: inline-block;
  width: 107px;
  font-weight: 500;
}
.contents-works .item-box .item-detail .list-detail span {
  display: inline;
  font-weight: 300;
  font-size: 17px;
}
.contents-works .item-box .item-detail .list-detail li {
  font-weight: 300;
  font-size: 17px;
  margin-bottom: 9px;
}
.contents-works .item-box .item-detail .list-detail li::before {
  content: "-";
  margin-right: 5px;
}
.contents-works .item-box .item-detail .list-detail .stack-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.contents-works .item-box .img-link {
  position: relative;
  filter: grayscale(80%);
  height: 125px;
}
.contents-works .item-box .img-link:hover {
  filter: grayscale(0);
}
.contents-works .item-box .img-link:hover::after {
  content: "MOVE TO PAGE";
  position: absolute;
  text-align: center;
  padding-top: 22%;
  left: 0;
  width: 230px;
  height: 120px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  border-bottom-left-radius: 20px;
  background-color: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
}
.contents-works .item-box .img-link img {
  overflow: hidden;
  position: relative;
  width: 230px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  box-sizing: border-box;
  border-bottom-left-radius: 20px;
}

@media screen and (max-width: 900px) {
  .contents-index h1 {
    line-height: 56px;
  }
  .contents-resume .exp-date {
    display: inline-block;
  }
  .contents-works .item-box {
    flex-direction: column;
  }
  .contents-works .item-box .item-detail {
    order: 2;
    word-break: keep-all;
  }
  .contents-works .item-box .item-detail .list-detail span {
    line-height: 20px;
  }
  .contents-works .item-box .img-link {
    order: 1;
    width: 280px;
    margin-bottom: 60px;
  }
  .contents-works .item-box .img-link img {
    display: block;
    border-bottom-left-radius: 0px;
    width: 280px;
    height: 150px;
  }
  .contents-works .item-box .img-link::before {
    position: absolute;
    content: "MOVE TO PAGE";
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    top: 12px;
    left: 12px;
    font-size: 14px;
    padding: 6px 9px;
    z-index: 1;
    text-shadow: 0px 0px 3px #666;
  }
  .contents-works .item-box .img-link:hover::after {
    content: "";
    background: none;
    width: 0;
    height: 0;
  }
}/*# sourceMappingURL=content.css.map */