@charset "utf-8";

/* ======================
visual
====================== */
.visual {
  width: 100%;
  height: 100svh;
  overflow: hidden;
  position: relative;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgb(0, 0, 0));
  background-repeat: no-repeat;
}

.visual__main {
  position: absolute;
  left: 12px;
  bottom: 98px;
  opacity: 0.9;
  color: var(--baseColor);
  mix-blend-mode: difference;
  letter-spacing: 0.01em;
}

.visual__main__txt {
  font-size: 4rem;
  line-height: 1.55;
}

.visual__main__caption {
  margin-top: 6px;
  color: #DBDAD7;
  font-size: 1.6rem;
}

.today {
  position: absolute;
  right: 6px;
  bottom: 34px;
  font-size: min(3.6vw, 1.35rem);
  letter-spacing: 0.02em;
  color: var(--baseColor);
  mix-blend-mode: luminosity;
}

.keyColor {
  position: absolute;
  right: 6px;
  bottom: 10px;
  font-size: min(3.6vw, 1.35rem);
  letter-spacing: 0.02em;
  color: var(--baseColor);
  mix-blend-mode: luminosity;
}

.color {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #BFBFBF;
  margin-right: 4px;
  vertical-align: -2px;
}

.color--white {
  background-color: var(--baseColor);
}

.color--black {
  background-color: var(--mainColor);
}

@media screen and (min-width: 1024px) {
  .visual__main {
    position: absolute;
    left: 42px;
    bottom: 56px;
    bottom: 40px;
  }

  .visual__main__txt {
    font-size: 5.9523809524vw;
    line-height: 1.38;
  }

  .visual__main__caption {
    margin-top: 0;
    font-size: 2.8rem;
  }

  .today {
    position: absolute;
    right: 16px;
    bottom: 50px;
    font-size: 1.8rem;
  }

  .keyColor {
    position: absolute;
    right: 16px;
    bottom: 20px;
    font-size: 1.8rem;
  }

  .color {
    width: 17px;
    height: 17px;
    margin-right: 4px;
    vertical-align: -1px;
  }
}

/* ======================
work
====================== */
.section--work {
  position: relative;
}


.work__scroll {
  width: 100%;
  border-radius: 16px 16px 0 0;
  height: 300vh;
  position: relative;
  overflow: hidden;
  pointer-events: none;
}

.work__scroll::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  backdrop-filter: blur(15px);
  overflow: hidden;
}

.work__inner {
  position: relative;
  z-index: 1;
  text-align: center;
  width: 100%;
  height: 100svh;
}

.visualImg--work {
  filter: invert(100%) saturate(10%) blur(17px);
}

.work__heading {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  z-index: 1;
  line-height: 1;
  font-size: 6rem;
  color: var(--baseColor);
  mix-blend-mode: difference;
  white-space: nowrap;
  writing-mode: vertical-rl;
  letter-spacing: 0.02em;
}

.icon-work {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 43.7333333333vw;
  height: 43.7333333333vw;
  display: flex;
  z-index: 10000;
  mix-blend-mode: difference;
}

.icon-work svg {
  fill: var(--baseColor);
}

.scrollDown {
  position: absolute;
  bottom: 12px;
  right: 12px;
  font-size: 1.3rem;
  letter-spacing: 0.02em;

  color: var(--baseColor);
}

.work__wrap {
  color: var(--mainColor);
  background-color: var(--baseColor);
  backdrop-filter: blur(30px);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 36px 12px 42px;
  position: relative;
}

.work__content {
  width: 100%;
}

.work__tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  font-size: 1.4rem;
}

.work__tab {
  padding: 2px 16px;
  background-color: var(--color-light-gray);
  background-color: #f4f4f4;
}

.work__tab.is-active {
  border-radius: 30px;
  color: var(--color-blue);
}

.work__group {
  counter-reset: number 0;
  margin-top: 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 48px 48px;
}

.work__block {
  width: 100%;
  max-width: 560px;
  letter-spacing: 0.02rem;
}

.work__title {
  margin-top: 0px;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
}

.work__title--1,
.work__title--2 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.work__title::before {
  padding-right: 16px;
  position: relative;
  left: 0;
  top: 20%;
  transform: translateY(-50%);
  font-size: 1.6rem;
  content: var(--number);
}

.work__urlArea {
  margin-top: 2px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.work__urlArea::before {
  flex-shrink: 0;
  margin-right: 8px;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: -3px;
  background-size: contain;
  background-repeat: no-repeat;
}

.work__urlArea--1::before {
  background-image: url(../images/logo01.png);
}

.work__urlArea--2::before {
  background-image: url(../images/logo02.png);
}

.work__urlArea--4::before {
  background-image: url(../images/favicon.ico);
}

.work__url {
  color: #303030;
  margin-right: 0;
  font-size: 1.4rem;
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 0.02em;
}

.work__url--link {
  text-decoration: underline;
  text-decoration-color: #303030;
  text-underline-offset: 3px;
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.work__url--txt {
  color: #616168;
  font-size: 1.3rem;
  margin-left: 9px;
  flex-shrink: 0;
}

.work__visual {
  margin-top: 20px;
  height: min(72.5333333333vw, 320px);
  background-color: var(--color-light-gray);
  position: relative;
  overflow: hidden;
  transition: 0.6s;
  border-radius: 4px;
}

.work__visual::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  opacity: 0.8;
  filter: blur(32px);
  transition: 0.6s;
}

.work__visual::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #282828cc 0%, #E6E6E633 62%);
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
  z-index: 1;
}

.work__visual__wrapper {
  height: auto;
  position: relative;
  overflow: hidden;
  transition: 0.6s;
  border-radius: 4px;
}

.work__visual__wrapper::after {
  content: "View more";
  position: absolute;
  bottom: 12px;
  right: 16px;
  font-size: 1.4rem;
  color: var(--baseColor);
  letter-spacing: 0.02em;
  border-radius: 16px;
  opacity: 0;
  transition: opacity 0.6s ease;
  z-index: 1;
}

.work__visual:hover::before,
.work__visual:hover::after,
.work__visual__wrapper:hover::after {
  opacity: 1;
}

.work__visual--1::before {
  background-image: url(../images/work01.webp);
}

.work__visual--2::before {
  background-image: url(../images/workVisual_02.webp);
}

.work__visual--3::before {
  background-image: url(../images/work03.webp);
}

.work__visual--4::before {
  background-image: url(../images/workVisual_04.webp);
}

.work__visual--5::before {
  background-image: url(../images/workVisual_05.webp);
}

.work__visual--6::before {
  background-image: url(../images/work06.webp);
}

.work__visual img {
  display: block;
  width: min(85.3333333333vw, 400px);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: 2s;
}

.work__visual--3 img,
.work__visual--6 img  {
  width: min(64vw, 280px);
  height: min(64vw, 280px);
}

.work__visual img:hover {
  transform: scale(1.04);
  transition: 0.8s;
}

.work__body {
  padding: 0 8px;
}

.work__type {
  margin-top: 12px;
  font-size: 1.3rem;
  text-align: right;
}

.work__type::before {
  margin-right: 6px;
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  background-color: var(--accentColor);
  border-radius: 50%;
}

.work__list {
  margin-top: 17px;
  font-size: 1.4rem;
}

.work__dl {
  display: flex;
  gap: 16px;
  margin-top: 12px;
}

.work__item {
  white-space: nowrap;
  font-weight: normal;
}

.work__item--period,
.work__item--scope {
  margin-right: 14px;
}

.work__desc {
  font-weight: var(--weight-regular);
}

.work__link {
  margin-top: 18px;
  font-size: 1.5rem;
  text-align: right;
}

.plus {
  display: inline-block;
  font-size: 1.8rem;
  animation: spin 3s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media screen and (min-width: 769px) {
  .work__heading {
    position: absolute;
    left: 20px;
    font-size: 10.4rem;
  }

  .icon-work {
    width: min(23.8095238095vw, 400px);
    height: min(23.8095238095vw, 400px);
  }

  .scrollDown {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 1.6rem;
  }

  .work__wrap {
    padding: 36px 20px 64px;
    display: flex;
    align-items: start;
    position: relative;
  }

  .work__tabs {
    gap: 16px;
    font-size: 1.5rem;
  }

  .work__group {
    counter-reset: number 0;
    margin-top: 34px;
    align-items: start;
    gap: 56px 18px;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 56px 18px;
    width: 100%;
  }

  .work__block {
    max-width: none;
    width: calc((100vw - 76px) /3);
  }

  .work__title {
    margin-top: 0;
    font-size: 1.7rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .work__url {
    font-size: 1.4rem;
  }

  .work__url--txt {
    font-size: 1.5rem;
    margin-left: 10px;
  }

  .work__visual {
    height: min(21.4285714286vw, 360px);
  }

  .work__visual__wrapper::after {
    position: absolute;
    bottom: 16px;
    right: 20px;
    font-size: 1.6rem;
  }

  .work__visual img {
    width: min(27.619047619vw, 464px);
    width: min(28.5714285714vw, 480px);
  }

  .work__visual--3,
  .work__visual--5,
  .work__visual--6 {
    margin-top: 45px;
  }

  .work__visual--3 img,
  .work__visual--6 img {
    width: min(17.8571428571vw, 312px);
    height: min(17.8571428571vw, 312px);
    background-size: contain;
  }

  .work__type {
    font-size: 1.4rem;
  }

  .work__list {
    font-size: 1.6rem;
  }

  .work__link {
    margin-top: 32px;
    font-size: 1.7rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .work__wrap {
    padding: 40px 16px;
  }

  .work__group {
    gap: 60px 16px;
  }

  .work__visual {
    height: 29.2682926829vw;
  }

  .work__visual img {
    width: 39.0243902439vw;
  }

  .work__visual--3 img,
  .work__visual--6 img {
    width: 24.3902439024vw;
    height: 24.3902439024vw;
  }

  .work__block {
    width: calc((100vw - 48px) / 2);
  }
}

/* ======================
profile
====================== */
.section--profile {
  position: relative;
}

.profile__scroll {
  width: 100%;
  height: 300vh;
  position: relative;
  background-color: var(--color-light-gray);
  overflow: hidden;
}

.profile__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100svh;
}

.visualImg--profile {
  animation: none;
}

.profile__heading {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  z-index: 1;
  line-height: 1;
  font-size: 6rem;
  color: var(--baseColor);
  mix-blend-mode: difference;
  white-space: nowrap;
  writing-mode: vertical-rl;
  letter-spacing: 0.02em;
}

.icon-profileGroup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 1;
  mix-blend-mode: difference;
}

.icon-heart {
  width: 23.4666666667vw;
  height: 23.4666666667vw;
}

.icon-profile {
  margin-top: 12px;
  width: 29.8666666667vw;
  height: 29.8666666667vw;
}

.icon-clover {
  margin-top: 22px;
  width: 23.4666666667vw;
  height: 23.4666666667vw;
}

.icon-profile svg,
.icon-heart svg,
.icon-clover svg {
  fill: var(--baseColor);
}

.scrollDown--profile {
  color: var(--color-gray);
}

.profile__wrap {
  padding: 24px 12px;
  background-color: var(--baseColor);
}

.card {
  margin: 32px auto;
  perspective: 1000px;
  height: 152px;
  position: relative;
}

.card__group {
  width: 240px;
  height: 152px;
  position: relative;
  transform-style: preserve-3d;
  animation: rotate 10s infinite linear;
}

.face {
  position: absolute;
  width: 240px;
  height: 152px;
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  backface-visibility: hidden;
  background-image: url(../images/paper.png);
  background-size: cover;
}

.card__content {
  font-weight: var(--weight-regular);
  position: relative;
}

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

.card__content--name {
  font-size: 1.6rem;
  letter-spacing: 0.3em;
  font-weight: 600;
}

.card__content--sub {
  font-size: 0.9rem;
  letter-spacing: 0.2em;
}

.card__content--back {
  font-size: 0.9rem;
  text-align: left;
  position: absolute;
  left: 10px;
  bottom: 10px;
}

.front {
  transform: translateZ(2px);
}

.back {
  transform: rotateY(180deg) translateZ(2px);
}

.left {
  width: 4px;
  height: 152px;
  background: #ddd;
  transform: rotateY(-90deg) translateZ(0px) translateX(0px);
}

.right {
  width: 4px;
  height: 152px;
  background: #ddd;
  transform: rotateY(90deg) translateZ(236px) translateX(2px);
  transform-origin: right;
}

.top {
  width: 240px;
  height: 4px;
  background: #eee;
  transform: rotateX(90deg) translateZ(-76px) translateY(-2px);
  transform-origin: top;
}

.bottom {
  width: 240px;
  height: 4px;
  background: #eee;
  transform: rotateX(-90deg) translateZ(76px) translateY(2px);
  transform-origin: bottom;
}

@keyframes rotate {
  0% {
    transform: rotateY(0deg);
  }

  100% {
    transform: rotateY(-360deg);
  }
}

.profile__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.profile__title {
  margin: 32px 0 8px 0;
  margin-right: auto;
  font-size: 2.2rem;
  letter-spacing: 0.03em;
}

.profile__txtArea {
  max-width: 560px;
}

.profile__txt {
  font-size: 1.5rem;
  margin: 18px auto 0;
}

.profileImg {
  border-radius: 4px;
  border: 1px solid #d3d4d5;
  transition: transform 0.6s;
}

.profileImg:hover {
  transform: scale(1.2);
  transition: transform 0.6s;
}

.curry + .profile__txt {
  margin-top: 26px;
}

.curry {
  margin-top: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 6px;
}

.poster + .profile__txt {
  margin-top: 26px;
}

.poster {
  margin-top: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 6px;
}

.profileImg--start {
  transform-origin: left center;
}

.profileImg--end {
  transform-origin: right center;
}

.profile__information {
  margin: 56px auto 0;
}

.profile__information__title {
  font-size: 2rem;
}

.profile__information::before {
  display: block;
  position: relative;
  content: "";
  top: -24px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #D9D9D9;
}

.profile__information__txt {
  font-size: 1.5rem;
  margin: 4px 0 18px;
}

.profile__tag {
  display: flex;
  gap: 10px 5px;
  flex-wrap: wrap;
  margin: 6px 0 18px;
}

.profile__tag__item {

  font-size: 1.3rem;
  line-height: 1;
  border-radius: 18px;
  padding: 6px 10px 6px;
  font-weight: var(--weight-medium);
  white-space: nowrap;
}

.profile__tag__item--0 {
  color: #70707B;
  background-color: #F4F4FF;
}

.profile__tag__item--1 {
  color: #7B38CC;
  background-color: #F5EDFF;
}

.profile__tag__item--2 {
  color: #129C43;
  background-color: #ECFAF1;
}

.profile__tag__item--3 {
  color: #146EFF;
  background-color: #ECF7FF;
}

.profile__tag__item--4 {
  color: #E57914;
  background-color: #FFF4E2;
}

.profile__tag__item--5 {
  color: #cc4080;
  background-color: #FFECF4;
}

@media screen and (min-width: 769px) {
  .profile__heading {
    position: absolute;
    left: 20px;
    font-size: 10.4rem;
  }

  .icon-profileGroup {
    flex-direction: row;
  }

  .icon-heart {
    width: min(16.6666666667vw, 280px);
    height: min(16.6666666667vw, 280px);
  }

  .icon-profile {
    margin-top: 0;
    margin-left: 42px;
    width: min(17.8571428571vw, 300px);
    height: min(17.8571428571vw, 300px);
  }

  .icon-clover {
    margin-top: 0;
    margin-left: 40px;
    width: min(16.6666666667vw, 280px);
    height: min(16.6666666667vw, 280px);
  }

  .profile__wrap {
    padding: 60px 12px 96px;
  }

  .profile__title {
    margin: 32px 0 0 0;
    margin-right: auto;
    font-size: 3.2rem;
  }

  .profile__information__txt {
    font-size: 1.8rem;
    margin: 8px 0 24px;
  }

  .profile__tag__item {
    margin: 6px 0 24px;
    font-size: 1.7rem;
  }

  .card {
    width: 360px;
    height: 218px;
  }

  .card__group {
    width: 360px;
    height: 218px;
  }

  .face {
    width: 360px;
    height: 218px;
  }

  .card__content--name {
    font-size: 2.6rem;
  }

  .card__content--sub {
    font-size: 1.3rem;
    letter-spacing: 0.1em;
  }

  .card__content--back {
    font-size: 1.2rem;
    position: absolute;
    left: 18px;
    bottom: 16px;
  }

  .front {
    transform: translateZ(3px);
  }

  .back {
    transform: rotateY(180deg) translateZ(3px);
  }

  .left {
    width: 6px;
    height: 218px;
    transform: rotateY(-90deg) translateZ(0px) translateX(0px);
  }

  .right {
    width: 6px;
    height: 218px;
    transform: rotateY(90deg) translateZ(353px) translateX(3px);
  }

  .top {
    width: 360px;
    height: 6px;
    transform: rotateX(90deg) translateZ(-109px) translateY(-3px);
  }

  .bottom {
    width: 360px;
    height: 6px;
    transform: rotateX(-90deg) translateZ(109px) translateY(3px);
  }

  .profile__txtArea {
    max-width: 760px;
  }

  .profile__txt {
    font-size: 1.8rem;
    margin: 32px auto 0;
  }

  .profile__information {
    font-size: 2rem;
    margin: 72px auto 0;
  }

  .profile__information__title {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 1280px) {
  .profile__content {
    justify-content: center;
    align-items: start;
    flex-direction: row;
    gap: 142px;
  }

  .card {
    margin: 130px 0 0 0;
    position: sticky;
    top: 130px;
  }

  .profile__txtArea {
    max-width: 45.2380952381vw;
  }

  .profile__information {
    display: flex;
    flex-direction: column;
    margin: 72px 0 0 0;
    margin-left: auto;
  }
}

/* ======================
skill
====================== */
.skill__wrap {
  width: 100%;
  padding: 24px 12px 52px;
  overflow: hidden;
  position: relative;
  background-color: var(--color-gray);
}

.skill__scroll {
  width: 100%;
  height: 300vh;
  position: relative;
  background-color: var(--color-gray);
  overflow: hidden;
}

.skill__inner {
  position: relative;
  z-index: 1;
  text-align: center;
  width: 100%;
  height: 100svh;
}

.skill__inner {
  position: relative;
  z-index: 1;
  text-align: center;
  width: 100%;
  height: 100svh;
}

.visualImg--skill {
  filter: hue-rotate(0deg) blur(17px);
}

.skill__heading {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  z-index: 1;
  line-height: 1;
  font-size: 6rem;
  color: var(--baseColor);
  mix-blend-mode: difference;
  white-space: nowrap;
  writing-mode: vertical-rl;
  letter-spacing: 0.02em;
}

.icon-skill {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1600px;
  height: 1600px;
  display: flex;
  z-index: 10000;
  mix-blend-mode: difference;
}

.icon-skill svg {
  fill: var(--color-blue);
}

.skill__group {
  margin-top: 28px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 24px;
  overflow: hidden;
}

.skill__item {
  max-width: 560px;
  padding: 24px;
  border-radius: 4px;
  position: relative;
  color: var(--baseColor);
  overflow: hidden;
  box-shadow: 0px 0px 6px #00000010;
}

.skill__item--1 {
  background-color: #622526;
}

.skill__item--2 {
  background-color: #202020;
}

.skill__item::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  filter: blur(60px);
  border-radius: 4px;
  animation: spin 12s linear infinite;
}

.skill__item--1::before {
  background-image: url(../images/skill-bg01.webp);
}

.skill__item--2::before {
  background-image: url(../images/skill-bg02.webp);
}

.skill__item__caption {
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.75);
}

.skill__item__caption::after {
  margin-left: 10px;
  content: "";
  width: 100%;
  display: inline-block;
  height: .0625rem;
  background-color: rgba(255, 255, 255, 0.4);
  flex-shrink: 1;
}

.skill__item__wrap {
  padding: 24px 8px 56px;
  position: relative;
  z-index: 1;
}

.skill__icon {
  margin: 0 auto 16px;
  width: 104px;
}

.skill__item h3 {
  font-size: 3rem;
  color: rgba(255, 255, 255, 0.8);
}

.skill__item__txt {
  margin: 12px 0 26px;
  font-size: 1.3rem;
  color: var(--baseColor);
  position: relative;
  z-index: 10;
}

.skill__tag {
  display: flex;
  gap: 5px;
}

.skill__tag li {
  font-size: 1.2rem;
  line-height: 1;
  border: 1px solid var(--baseColor);
  border-radius: 10px;
  padding: 3px 6px 3px;
  white-space: nowrap;
}

.skill__tag li::before {
  margin-right: 6px;
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  vertical-align: 1px;
  background-color: var(--accentColor);
  border-radius: 50%;
}

.skill__item__label {
  font-size: 1.2rem;
  display: flex;
  align-items: center;
}

.skill__item__label::before {
  margin-right: 10px;
  content: "";
  width: 100%;
  display: inline-block;
  height: .0625rem;
  background-color: rgba(255, 255, 255, 0.4);
  flex-shrink: 1;
}

@media screen and (min-width: 769px) {
  .skill__heading {
    position: absolute;
    left: 20px;
    font-size: 10.4rem;
  }

  .icon-skill {
    width: 4000px;
    height: 4000px;
  }

  .profile__wrap {
    padding: 28px 12px 96px;
  }

  .skill__wrap {
    padding: 38px 20px 80px;
  }

  .skill__item__caption {
    font-size: 1.3rem;
  }

  .skill__item__wrap {
    display: flex;
    gap: 24px;
  }

  .skill__icon {
    padding: 0 24px;
    width: 480px;
  }

  .skill__item__content {
    display: flex;
    flex-direction: column;
  }

  .skill__item {
    max-width: 640px;
  }

  .skill__item h3 {
    font-size: 3rem;
  }

  .skill__item__txt {
    margin: 16px 0 26px;
    font-size: 1.5rem;
  }

  .skill__tag li {
    font-size: 1.3rem;
  }

  .skill__item__label {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 1280px) {
  .skill__group {
    flex-direction: row;
    align-items: flex-end;
  }

  .skill__item {
    max-width: 45.2380952381vw;
  }
}