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

ul {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol,
div {
  margin: 0;
  padding: 0;
}

html {
  font-family: "Inter", sans-serif;
  font-size: 10px;
  color: #0c0c0c;
}

body {
  padding: 0 100px;
}
@media screen and (max-width: 1200px) {
  body {
    padding: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  body {
    padding: 0 25px;
  }
}

img {
  max-width: 100%;
}

.image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.image--auto {
  width: auto;
}
.image--contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.image--top {
  -o-object-position: top;
     object-position: top;
}

.header {
  padding: 50px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .header {
    padding: 45px 20px;
    gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  .header__icon {
    width: 30px;
  }
}
.header__name {
  font-size: 3.6rem;
  font-family: "Handlee", cursive;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .header__name {
    font-size: 2rem;
  }
}

.footer {
  width: calc(100% + 200px);
  margin-left: -101px;
  border-top: 3px solid #000;
  padding: 50px 100px 50px 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 150px;
}
@media screen and (max-width: 1200px) {
  .footer {
    padding-right: 25px;
    padding-left: 50px;
    width: calc(100% + 100px);
    margin-left: -51px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 30px 40px 30px 50px;
    width: calc(100% + 50px);
    margin-left: -26px;
    gap: 35px;
    margin-top: 30px;
  }
}
.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .footer__icon {
    width: 30px;
  }
}
.footer__name {
  font-family: "Handlee", cursive;
  font-weight: 700;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .footer__name {
    font-size: 2.2rem;
  }
}
.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 75px;
}
@media screen and (max-width: 767px) {
  .footer__links {
    gap: 20px;
  }
}
.footer__link {
  font-size: 3.2rem;
  font-family: "Handlee", cursive;
  font-weight: 700;
  background-color: #000;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer__link {
    font-size: 1.6rem;
  }
}

.title {
  display: inline-block;
  font-family: "Handlee", cursive;
  font-size: 3.2rem;
  background-color: #ffc9f0;
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 2rem;
  }
}

.intro {
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .intro {
    padding-left: 20px;
  }
}
.intro__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .intro__name {
    gap: 3px;
    padding: 0;
  }
}
.intro__name-icon {
  width: 100px;
}
@media screen and (max-width: 767px) {
  .intro__name-icon {
    width: 60px;
  }
}
@media screen and (max-width: 767px) {
  .intro__arrow {
    width: 50px;
  }
}
.intro__name-text {
  font-family: "Handlee", cursive;
  font-size: 3.2rem;
  font-weight: 700;
  margin-top: -40px;
  background-color: #ffc9f0;
}
@media screen and (max-width: 767px) {
  .intro__name-text {
    font-size: 2rem;
    margin-top: -20px;
  }
}
.intro__content {
  margin-top: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 200px;
}
@media screen and (max-width: 1315px) {
  .intro__content {
    gap: 100px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 1200px) {
  .intro__content {
    gap: 50px;
    margin-top: 100px;
  }
}
@media screen and (max-width: 980px) {
  .intro__content {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .intro__content {
    margin-top: 60px;
    gap: 20px;
  }
}
@media screen and (max-width: 550px) {
  .intro__content {
    margin-top: 40px;
  }
}
.intro__position {
  font-weight: 600;
  font-size: 6.4rem;
}
@media screen and (max-width: 767px) {
  .intro__position {
    font-size: 3.2rem;
  }
}
.intro__position span {
  position: relative;
  z-index: 1;
}
.intro__position span::after {
  content: "";
  left: 0;
  right: 0;
  position: absolute;
  bottom: 5px;
  height: 20px;
  background-color: #ffc9f0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .intro__position span::after {
    height: 10px;
  }
}
.intro__text {
  font-size: 2.4rem;
  width: 500px;
}
@media screen and (max-width: 767px) {
  .intro__text {
    width: 100%;
    font-size: 1.6rem;
  }
}

.skills {
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  .skills {
    margin-top: 75px;
  }
}
.skills__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  padding-left: 90px;
}
@media screen and (max-width: 767px) {
  .skills__title {
    padding-left: 20px;
  }
}
.skills__arrow {
  width: 77px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .skills__arrow {
    width: 40px;
    margin-top: 10px;
  }
}
.skills__content {
  border: 3px solid #000;
  border-left: 0;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .skills__content {
    margin-top: 30px;
  }
}
.skills__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 980px) {
  .skills__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.skills__block:not(:last-child) {
  border-bottom: 3px solid #000;
}
.skills__item {
  width: 50%;
  padding: 60px 25px;
}
@media screen and (max-width: 980px) {
  .skills__item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .skills__item {
    padding: 45px 20px;
  }
}
.skills__item:first-child {
  border-right: 3px solid #000;
}
@media screen and (max-width: 980px) {
  .skills__item:first-child {
    border-right: 0;
    border-bottom: 3px solid #000;
  }
}
.skills__icon {
  max-width: 70px;
  max-height: 70px;
}
@media screen and (max-width: 767px) {
  .skills__icon {
    max-width: 50px;
    max-height: 70px;
  }
}
.skills__item-title {
  font-size: 3.6rem;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .skills__item-title {
    font-size: 2.6rem;
    margin-top: 15px;
  }
}
.skills__list {
  list-style-type: circle;
  font-size: 2.4rem;
  margin-top: 20px;
  margin-left: 25px;
}
@media screen and (max-width: 767px) {
  .skills__list {
    margin-top: 15px;
    font-size: 1.6rem;
    margin-left: 20px;
  }
}

.projects {
  margin-top: 145px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .projects {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    margin-top: 75px;
  }
}
.projects__title {
  padding-left: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 260px;
}
.projects__arrow {
  width: 75px;
  -webkit-transform: scaleX(-1) rotate(-70deg);
          transform: scaleX(-1) rotate(-70deg);
  display: block;
  margin: 30px 0 40px auto;
}
@media screen and (max-width: 767px) {
  .projects__arrow {
    width: 40px;
    margin: 20px 0 30px;
    -webkit-transform: rotate(-80deg);
            transform: rotate(-80deg);
  }
}
.projects__subtitle {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .projects__subtitle {
    font-size: 1.6rem;
  }
}
.projects__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 34px;
}
@media screen and (max-width: 767px) {
  .projects__content {
    padding: 0 15px;
    gap: 15px;
  }
}
.projects__item {
  width: calc(50% - 17px);
  border: 3px solid #000;
  border-radius: 6px;
  padding: 19px 20px 28px;
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .projects__item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .projects__item {
    padding: 15px;
  }
}
.projects__image-container {
  width: 100%;
  height: 320px;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .projects__image-container {
    height: auto;
    aspect-ratio: 265/160;
  }
}
.projects__image {
  display: none;
  margin: 0 auto;
}
.projects__image.show {
  display: block;
}
.projects__image-toggle {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
  font-size: 1.6rem;
}
.projects__toggler-text {
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.projects__toggler-text::after {
  left: 0;
  right: 0;
  position: absolute;
  bottom: 2px;
  height: 7px;
  background-color: #ffc9f0;
  z-index: -1;
}
.projects__toggler-text.active {
  font-weight: 700;
}
.projects__toggler-text.active::after {
  content: "";
}
.projects__info-header {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.projects__item-title {
  font-family: "Handlee", cursive;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .projects__item-title {
    font-size: 2rem;
  }
}
.projects__category {
  width: 122px;
  height: 45px;
  font-size: 1.8rem;
  color: #fff;
  background-color: #f072cd;
  border: 2px solid #db4a90;
  border-radius: 45px;
  border-top-left-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .projects__category {
    width: 80px;
    height: 35px;
    font-size: 1.2rem;
  }
}
.projects__category--blue {
  background-color: #5ab5e8;
  border-color: #1c6ab1;
}
.projects__category--yellow {
  background-color: #e5c141;
  border-color: #bb9c2a;
}
.projects__info-list {
  list-style-type: circle;
  font-size: 1.6rem;
  margin-top: 10px;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .projects__info-list {
    font-size: 1.2rem;
  }
}

.works {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 80px;
  margin-top: 145px;
}
@media screen and (max-width: 1200px) {
  .works {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .works {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 75px;
    gap: 10px;
  }
}
.works__content {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.works__content::before, .works__content::after {
  content: "";
  width: 2px;
  background-color: #000;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50px;
}
@media screen and (max-width: 980px) {
  .works__content::before, .works__content::after {
    left: 20px;
  }
}
.works__content::after {
  left: auto;
  right: 50px;
}
@media screen and (max-width: 980px) {
  .works__content::after {
    right: 20px;
  }
}
.works__list {
  position: relative;
  padding: 115px 120px;
}
@media screen and (max-width: 980px) {
  .works__list {
    padding: 50px 60px;
  }
}
@media screen and (max-width: 767px) {
  .works__list {
    padding: 40px;
  }
}
.works__list::before, .works__list::after {
  content: "";
  height: 2px;
  background-color: #000;
  width: 100%;
  position: absolute;
  top: 50px;
  left: 0;
}
@media screen and (max-width: 980px) {
  .works__list::before, .works__list::after {
    top: 20px;
  }
}
.works__list::after {
  top: auto;
  bottom: 50px;
}
@media screen and (max-width: 980px) {
  .works__list::after {
    bottom: 20px;
  }
}
.works__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
}
@media screen and (max-width: 980px) {
  .works__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .works__item {
    gap: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.works__item:not(:last-child) {
  margin-bottom: 20px;
}
.works__number {
  width: 95px;
  height: 88px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #ffe68c;
  border: 2px solid #eecd56;
  font-family: "Handlee", cursive;
  border-radius: 6px;
  font-size: 4.8rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .works__number {
    width: 60px;
    height: 55px;
    font-size: 3rem;
  }
}
.works__title {
  font-weight: 400;
  font-size: 2.4rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .works__title {
    font-size: 1.6rem;
  }
}
.works__link {
  text-decoration: underline;
  font-size: 1.8rem;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .works__link {
    font-size: 1rem;
  }
}
.works__subtitle {
  color: #706f6f;
  margin-top: 5px;
  font-size: 1.6rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .works__subtitle {
    font-size: 0.9rem;
    margin-top: 2px;
  }
}

.overflow {
  overflow: hidden;
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.container {
  max-width: 1920px;
  margin: 0 auto;
  border-left: 3px solid #000;
  background-image: url("/public/img/bg-patterns.jpg");
}