/* ============================== Slogan ============================== */

.slogan {
  width: 90vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}

.slogan__text {
  font-family: "Klee One", cursive;
  font-size: 36px;
  color: #153756;
}

.slogan__highlight {
  font-family: "Noto Serif JP", serif;
  font-size: 48px;
  font-weight: 800;
  color: #317eb3;
}

/* ========== Tablet (≤1024px) ========== */
@media screen and (max-width: 1024px) {
  .slogan {
    height: 720px;
    padding: 0 20px;
  }

  .slogan__text {
    font-size: 20px;
  }

  .slogan__highlight {
    font-size: 24px;
  }
}

/* ========== Mobile (≤768px) ========== */
@media screen and (max-width: 768px) {
  .slogan {
    height: 320px;
    padding: 60px 20px;
  }

  .slogan__text {
    font-size: 12px;
    line-height: 1.4;
  }

  .slogan__highlight {
    font-size: 16px;
  }
}

/* ============================== //Slogan ============================== */

/* ============================== Features ============================== */

.features {
  width: 90vw;
  height: 1024px;
  display: flex;
  justify-content: center;
  position: relative;
  transform-origin: top center;
  overflow: hidden;
}

.features__circle {
  position: absolute;
  border-radius: 50%;
}

.features__circle--1 {
  animation: pulse 5s ease-in-out infinite;
  width: 200px;
  height: 200px;
  background-color: rgba(21, 55, 86, 0.3);
  top: 345px;
  left: 1100px;
  z-index: 4;
}

.features__circle--2 {
  animation: pulse 3s ease-in-out infinite;
  width: 200px;
  height: 200px;
  background-color: rgba(49, 126, 170, 0.4);
  top: 598px;
  left: 175px;
}

.features__circle--3 {
  animation: pulse 4s ease-in-out infinite;
  width: 100px;
  height: 100px;
  background-color: rgba(114, 113, 113, 0.2);
  top: 62px;
  left: 240px;
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
}

.features__item {
  position: absolute;
}

.features__item--1 {
  top: 68px;
  left: 720px;
  z-index: 3;
}

.features__item--1:hover {
  z-index: 100;
  transform: scale(1.1);
}

.features__item--2 {
  top: 471px;
  left: 545px;
  z-index: 2;
}

.features__item--2:hover {
  z-index: 100;
  transform: scale(1.1);
}

.features__item--3 {
  top: 180px;
  left: 240px;
  z-index: 1;
}

.features__item--3:hover {
  z-index: 100;
  transform: scale(1.1);
}

.features__image {
  width: 480px;
  height: 480px;
}

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

.features__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 40px;
  text-align: center;
}

.features__title,
.features__text {
  color: white;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}

.features__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.features__text {
  font-family: "Klee One", cursive;
  font-size: 24px;
  font-weight: 500;
}

/* ========== Tablet (≤1024px) ========== */
@media screen and (max-width: 1024px) {
  .features {
    width: 100vw;
    height: 100vh;
    position: relative;
    transform-origin: top center;
  }

  .features__circle--1 {
    width: 14vw;
    height: 14vw;
    top: 34vh;
    left: 76vw;
  }

  .features__circle--2 {
    width: 14vw;
    height: 14vw;
    top: 58vh;
    left: 12vw;
  }

  .features__circle--3 {
    width: 7vw;
    height: 7vw;
    top: 6vh;
    left: 17vw;
  }

  .features__item--1 {
    top: 7vh;
    left: 50vw;
  }

  .features__item--2 {
    top: 46vh;
    left: 38vw;
  }

  .features__item--3 {
    top: 18vh;
    left: 17vw;
  }

  .features__image {
    width: 32vw;
    height: 32vw;
  }

  .features__title {
    font-size: clamp(1.4rem, 2.4vw, 2rem);
  }

  .features__text {
    font-size: clamp(1rem, 1.8vw, 1.4rem);
  }
}

/* ========== Mobile (≤768px) ========== */
@media screen and (max-width: 768px) {
  .features {
    width: 100vw;
    min-height: 100vh;
    height: auto;
    padding: 40px 0 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }

  .features__item {
    position: relative;
    width: 60vw;
    max-width: 480px;
    margin-bottom: 24px;
  }

  .features__item--1,
  .features__item--2,
  .features__item--3 {
    top: auto;
    left: auto;
  }

  .features__image {
    width: 100%;
    height: auto;
  }

  .features__image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    border-radius: 24px;
  }

  .features__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: center;
    padding: 0 8px;
  }

  .features__title {
    font-size: clamp(1rem, 3.5vw, 1.3rem);
    margin-bottom: 6px;
  }

  .features__text {
    font-size: clamp(0.8rem, 3vw, 1rem);
    line-height: 1.5;
  }

  .features__circle--1,
  .features__circle--2,
  .features__circle--3 {
    z-index: 0;
  }

  .features__item {
    z-index: 1;
  }
}

/* ============================== //Features ============================== */

/* ============================== Skill Slogan ============================== */

.skill-slogan {
  width: 90vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.skill-slogan__text {
  font-family: "Klee One", cursive;
  font-weight: 500;
  font-size: 32px;
  line-height: 60px;
  color: #153756;
  text-align: center;
}

.skill-slogan__bold {
  font-weight: 800;
  font-size: 40px;
}

.skill-slogan__highlight {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 36px;
  font-weight: 600;
  color: rgba(250, 143, 33, 0.8);
}

.skill-slogan__company {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 80px;
  color: #317eb3;
  margin: 0 16px;
}

/* ========== Tablet (≤1024px) ========== */
@media screen and (max-width: 1024px) {
  .skill-slogan__text {
    font-size: 20px;
    line-height: 48px;
  }

  .skill-slogan__bold {
    font-size: 20px;
  }

  .skill-slogan__highlight {
    font-size: 24px;
  }

  .skill-slogan__company {
    font-size: 28px;
  }
}

/* ========== Mobile (≤768px) ========== */
@media screen and (max-width: 768px) {
  .skill-slogan {
    height: auto;
    padding: 40px 16px;
  }

  .skill-slogan__text {
    font-size: 16px;
    line-height: 36px;
  }

  .skill-slogan__bold {
    font-size: 20px;
  }

  .skill-slogan__highlight {
    font-size: 18px;
  }

  .skill-slogan__company {
    font-size: 24px;
    margin: 0 8px;
  }
}

/* ============================== //Skill Slogan ============================== */

/* ============================== Skills ============================== */

.skills {
  width: 90vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.skills__list {
  margin: 0 32px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}

.skills__item {
  flex: 0 0 auto;
  width: 300px;
  height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  scroll-snap-align: center;
}

.skills__item:hover {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.skills__image {
  width: 240px;
  height: 225px;
  display: flex;
}

.skills__image img {
  width: 240px;
}

.skills__text {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #727171;
}

/* ========== Tablet (≤1024px) ========== */
@media screen and (max-width: 1024px) {
  .skills__list {
    gap: 40px;
  }

  .skills__item,
  .skills__item:hover {
    width: 340px;
    height: 520px;
  }

  .skills__image {
    width: 280px;
    height: 260px;
  }

  .skills__image img {
    width: 100%;
  }

  .skills__text {
    font-size: 26px;
  }
}

/* ========== Mobile (≤768px) ========== */
@media screen and (max-width: 768px) {
  .skills__list {
    gap: 20px;
    padding-bottom: 16px;
  }

  .skills__item,
  .skills__item:hover {
    width: 80vw;
    max-width: 360px;
    height: 500px;
    padding: 16px 12px;
  }

  .skills__image {
    width: 100%;
    height: auto;
    justify-content: center;
  }

  .skills__image img {
    width: 100%;
    height: auto;
  }

  .skills__text {
    font-size: 20px;
    text-align: center;
  }
}

/* ============================== //Skills ============================== */

/* ============================== Process ============================== */

.process {
  width: 90vw;
  height: 1440px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.process__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.process__item {
  position: relative;
  width: 80vw;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 12px 0;
  padding: 0 20px;
  overflow: hidden;
}

.process__bg {
  position: absolute;
}

.process__number {
  position: relative;
  z-index: 1;
  width: 200px;
  height: 200px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1000px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.process__number p {
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 60px;
  font-weight: 700;
  color: #317eb3;
}

.process__content {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 0 20px;
}

.process__title {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  color: #153756;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.process__subtitle {
  font-family: "Klee One", cursive;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #727171;
}

/* ========== Tablet (≤1024px) ========== */
@media screen and (max-width: 1024px) {
  .process__item {
    width: 80%;
    height: 40vh;
  }

  .process__number {
    width: 20vw;
    height: 20vh;
    left: -10;
  }

  .process__number p {
    font-size: 48px;
  }

  .process__title {
    font-size: 26px;
  }

  .process__subtitle {
    font-size: 18px;
  }
}

/* ========== Mobile (≤768px) ========== */
@media screen and (max-width: 768px) {
  .process {
    height: auto;
    padding: 24px 12px;
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .process__list {
    gap: 16px;
  }

  .process__item {
    width: 100%;
    max-width: 480px;
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .process__number {
    width: 120px;
    height: 120px;
    margin-top: 16px;
  }

  .process__number p {
    font-size: 36px;
  }

  .process__content {
    padding: 16px 20px 24px;
    gap: 12px;
  }

  .process__title {
    font-size: 22px;
  }

  .process__subtitle {
    font-size: 16px;
  }
}

/* ============================== //Process ============================== */
