*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

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

ul,
ol {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #1C1917;
  background-color: #FFFFFF;
  font-size: 1rem;
  line-height: 1.6;
}

h1 {
  font-family: "Manrope", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

h2 {
  font-family: "Manrope", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

h3 {
  font-family: "Manrope", sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.3;
}

p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 1rem;
}

a {
  color: #3B82F6;
  transition: color 150ms ease-in-out;
}
a:hover {
  opacity: 0.8;
}

::-moz-selection {
  background-color: #3B82F6;
  color: white;
}

::selection {
  background-color: #3B82F6;
  color: white;
}

::-moz-selection {
  background-color: #3B82F6;
  color: white;
}

html {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.portfolio__hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #F5F7F8 0%, #F7F6F4 100%);
}
.portfolio__section {
  padding: 4rem 0;
}
@media (min-width: 768px) {
  .portfolio__section {
    padding: 4rem 0;
  }
}
.portfolio__container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 1280px) {
  .portfolio__container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.portfolio__card {
  background: #FFFFFF;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  padding: 1.5rem;
  transition: box-shadow 300ms ease-in-out;
}
.portfolio__card:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.portfolio__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.5rem;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  border-radius: 0.375rem;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  border: none;
  text-decoration: none;
  background-color: #3B82F6;
  color: white;
}
.portfolio__button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.portfolio__button:hover {
  opacity: 0.9;
}
.portfolio__title {
  font-family: "Manrope", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 2rem;
  color: #1C1917;
}
.portfolio__subtitle {
  font-family: "Manrope", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
  margin-bottom: 1.5rem;
  color: #57534E;
}
.portfolio__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #57534E;
}

.max-w-7xl {
  max-width: 90rem !important;
}/*# sourceMappingURL=style.css.map */