/* スムーススクロール */
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto+Sans+JP", "Sora", Helvetica;
}

a, a:visited{
  text-decoration: underline;
  color: #000;
  font-weight: 600;
}

.boy {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow-x: hidden;
}

/* ハンバーガーメニューのスタイル */
.boy .header-right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.boy .hamburger-menu {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 25px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
  position: relative;
}

.boy .hamburger-line {
  width: 30px;
  height: 3px;
  background-color: var(--primaryblack);
  transition: all 0.3s ease;
  transform-origin: center;
}

.boy .hamburger-menu.active .hamburger-line:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}

.boy .hamburger-menu.active .hamburger-line:nth-child(2) {
  opacity: 0;
}

.boy .hamburger-menu.active .hamburger-line:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

.boy .mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.boy .mobile-menu.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.boy .mobile-menu-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.boy .mobile-menu-item {
  color: var(--primaryblack);
  font-family: "Sora", Helvetica;
  font-weight: 700;
  font-size: 24px;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 10px 20px;
}

.boy .mobile-menu-item:hover {
  text-decoration: underline;
  text-underline-offset: 10px;
}

.boy .mobile-menu-item.contact-button {
  background-color: var(--primaryblack);
  color: var(--primarywhite);
  border-radius: 4px;
  padding: 12px 24px;
  border: 2px solid var(--primaryblack);
  transition: all 0.3s ease;
}

.boy .mobile-menu-item.contact-button:hover {
  background-color: var(--primarywhite);
  color: var(--primaryblack);
  text-decoration: none;
}

/* ナビゲーションのレスポンシブ対応 */
/* デフォルト（モバイル）: ナビゲーションを隠してハンバーガーメニューを表示 */
.boy .taskbaar {
  display: none;
}

.boy .logo {
  margin-top: 7px;
  height: 42px;
  margin-left: 0;
  display: flex;
  width: auto;
  position: relative;
  align-items: center;
}

.boy .button-2 {
  all: unset;
  box-sizing: border-box;
  width: auto;
  min-width: 120px;
  height: 56px;
  margin-left: 0;
  margin-top: 0;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 20px;
  background-color: var(--primaryblack);
  border-radius: 4px;
  border: 2px solid var(--primaryblack);
  text-decoration: none;
  transition: all 0.3s ease;
  cursor:pointer;
}

.boy .hamburger-menu {
  display: flex !important;
}

/* 1024px以下: ナビゲーションとコンタクトボタンを非表示、ハンバーガーメニューのみ表示 */
@media (max-width: 1023px) {
  .boy .taskbaar {
    display: none !important;
  }

  .boy .button-2 {
    display: none !important;
  }

  .boy .hamburger-menu {
    display: flex !important;
  }

  .boy .LIFELOG {
    font-size: 20px;
    letter-spacing: -0.4px;
    line-height: 20px;
  }
}


.boy .hero-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-image: url(../img/image-773.png);
  background-size: cover;
  background-position: 50% 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 75px;
}

.boy .container {
  display: flex;
  max-width: 1280px;
  width: 94%;
  height: 654px;
  align-items: center;
  justify-content: space-between;
  padding: 40px 32px;
  position: relative;
  overflow: hidden;
  margin-top: 40px;

}

.boy .group {
  position: relative;
  width: 100%;
  max-width: 559px;
  height: auto;
  margin-left: 0;
}

.boy .frame {
  display: inline-flex;
  flex-direction: column;
  height: 668px;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
  margin: 0 0 0 32px;
}

.boy .my-wrapper {
  display: flex;
  height: 76px;
  align-items: flex-start;
  gap: 16px;
  padding: 6px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.boy .my {
  color: var(--primaryblack);
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--displaytext-semibold-font-family);
  font-weight: var(--displaytext-semibold-font-weight);
  font-size: var(--displaytext-semibold-font-size);
  letter-spacing: var(--displaytext-semibold-letter-spacing);
  line-height: var(--displaytext-semibold-line-height);
  white-space: nowrap;
  font-style: var(--displaytext-semibold-font-style);
}

.boy .text-wrapper {
  font-weight: var(--displaytext-semibold-font-weight);
  letter-spacing: var(--displaytext-semibold-letter-spacing);
  font-family: var(--displaytext-semibold-font-family);
  font-style: var(--displaytext-semibold-font-style);
  line-height: var(--displaytext-semibold-line-height);
  font-size: var(--displaytext-semibold-font-size);
}

.boy .web-web-web-web-UI-wrapper {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  position: relative;
  flex: 0 0 auto;
}

.boy .web-web-web-web-UI {
  width: 620px;

  margin-top: -1.00px;
  color: var(--primaryblack);
  font-size: 24px;
  letter-spacing: 0.48px;
  position: relative;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  line-height: 24px;
}

.boy .span {
  font-weight: 700;
  color: #000000;
  letter-spacing: 0.12px;
  line-height: 39px;
}

.boy .text-wrapper-2 {
  color: #000000;
  font-size: var(--paragraph-p2-regular-font-size);
  letter-spacing: var(--paragraph-p2-regular-letter-spacing);
  font-family: var(--paragraph-p2-regular-font-family);
  font-style: var(--paragraph-p2-regular-font-style);
  font-weight: var(--paragraph-p2-regular-font-weight);
  line-height: var(--paragraph-p2-regular-line-height);
}

.boy .text-wrapper-3 {
  color: #000000;
  font-size: 18px;
  letter-spacing: 0.06px;
  line-height: 28px;
}

.boy .div {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 421px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.boy .text-wrapper-4 {
  width: 735px;
  height: 94px;
  margin-top: 49px;
  font-family: "Caveat", Helvetica;
  font-weight: 700;
  color: var(--primaryblack);
  font-size: 129px;
  letter-spacing: -2.58px;
  line-height: 56px;
  text-align: center;
}

.boy .text-wrapper-5 {
  width: 583px;
  height: 102px;
  margin-top: 21px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: var(--primaryblack);
  font-size: 31px;
  text-align: center;
  letter-spacing: 0;
  line-height: 51px;
}

.boy .button {
  all: unset;
  box-sizing: border-box;
  width: 266px;
  height: 56px;
  margin-top: 41px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 20px;
  background-color: var(--primaryblack);
  border-radius: 4px;
  border: 2px solid var(--primaryblack);
  text-decoration: none;
  transition: all 0.3s ease;
  cursor:pointer;
}

.boy .button:hover {
  background-color: var(--primarywhite);
  border: 2px solid var(--primaryblack);
}

.boy .button:hover .resume {
  color: var(--primaryblack);
}

.boy .resume {
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
  font-family: var(--button-text-semibold-font-family);
  font-weight: 700;
  color: var(--primarywhite);
  font-size: var(--button-text-semibold-font-size);
  letter-spacing: var(--button-text-semibold-letter-spacing);
  line-height: var(--button-text-semibold-line-height);
  white-space: nowrap;
  font-style: var(--button-text-semibold-font-style);
}

.boy .header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(247, 247, 247, 0.85);
  backdrop-filter: blur(10px);
  z-index: 1000;
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
}

.boy .container-2 {
  width: 1280px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
}

.boy .logo-link {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: inherit;
}

.boy .logo {
  margin-top: 7px;
  height: 42px;
  margin-left: 12px;
  display: flex;
  width: 55.91px;
  position: relative;
  align-items: center;
}

.boy .vector {
  position: relative;
  width: 24px;
  height: 42px;
}

.boy .LIFELOG {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 159px;
  height: 40px;
  margin-right: -141.09px;
  font-family: "Sora", Helvetica;
  font-weight: 400;
  color: var(--primaryblack);
  font-size: 36px;
  letter-spacing: -0.72px;
  line-height: 36px;
  white-space: nowrap;
}

.boy .text-wrapper-6 {
  font-weight: var(--heading-h1-semibold-font-weight);
  letter-spacing: var(--heading-h1-semibold-letter-spacing);
  line-height: var(--heading-h1-semibold-line-height);
  font-family: var(--heading-h1-semibold-font-family);
  font-style: var(--heading-h1-semibold-font-style);
  font-size: var(--heading-h1-semibold-font-size);
}

.boy .text-wrapper-7 {
  font-weight: var(--heading-h5-extra-bold-font-weight);
  font-size: var(--heading-h5-extra-bold-font-size);
  letter-spacing: var(--heading-h5-extra-bold-letter-spacing);
  line-height: var(--heading-h5-extra-bold-line-height);
  font-family: var(--heading-h5-extra-bold-font-family);
  font-style: var(--heading-h5-extra-bold-font-style);
}

.boy .taskbaar {
  display: inline-flex;
  margin-top: 16px;
  width: 532px;
  height: 24px;
  position: relative;
  margin-left: 307.1px;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

.boy .about-me {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

.boy .about-me-2 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--heading-h5-semibold-font-family);
  font-weight: var(--heading-h5-semibold-font-weight);
  color: var(--primaryblack);
  font-size: var(--heading-h5-semibold-font-size);
  letter-spacing: var(--heading-h5-semibold-letter-spacing);
  line-height: var(--heading-h5-semibold-line-height);
  white-space: nowrap;
  font-style: var(--heading-h5-semibold-font-style);
  text-decoration: none;
  transition: text-decoration 0.6s ease;
}

.boy .about-me-2:hover {
  text-decoration: underline;
  text-underline-offset: 10px;
}

.boy .button-2 {
  all: unset;
  box-sizing: border-box;
  width: 183px;
  height: 56px;
  margin-left: 138px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 20px;
  background-color: var(--primaryblack);
  border-radius: 4px;
  border: 2px solid var(--primaryblack);
  text-decoration: none;
  transition: all 0.3s ease;
  cursor:pointer;
}

.boy .button-2:hover {
  background-color: var(--primarywhite);
  border: 2px solid var(--primaryblack);
}

.boy .button-2:hover .resume {
  color: var(--primaryblack);
}

.boy .skills {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 60px 0px;
  background-color: #dfdfdf;
}

.boy .container-3 {

  display: flex;
  flex-direction: column;
  width: 96%;
  max-width: 1280px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 0px 20px;
  position: relative;
  background-color: #dfdfdf;
  margin-left: auto;
  margin-right: auto;

}

.boy .column {
  flex-direction: row;
  justify-content: space-between;
  gap: 0;
  align-items: center;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  padding: 10px 0px;
  position: relative;
}

.boy .skills-2,
.boy .skills-3 {
  max-width: 186px;
  width: 100%;
  height: 186px;
  margin: 0 12px;
}

.boy .div-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0;
  flex: 0 0 auto;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.boy .text-wrapper-8 {
  color: var(--primaryblack);
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--displaytext-regular-font-family);
  font-weight: var(--displaytext-regular-font-weight);
  font-size: var(--displaytext-regular-font-size);
  letter-spacing: var(--displaytext-regular-letter-spacing);
  line-height: var(--displaytext-regular-line-height);
  white-space: nowrap;
  font-style: var(--displaytext-regular-font-style);
}

.boy .text-wrapper-9 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--displaytext-extra-bold-font-family);
  font-weight: var(--displaytext-extra-bold-font-weight);
  color: var(--primaryblack);
  font-size: var(--displaytext-extra-bold-font-size);
  letter-spacing: var(--displaytext-extra-bold-letter-spacing);
  line-height: var(--displaytext-extra-bold-line-height);
  white-space: nowrap;
  font-style: var(--displaytext-extra-bold-font-style);
}

.boy .row {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  flex: 0 0 auto;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.boy .skills-2,
.boy .skills-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 17px;
  padding: 10px 24px;
  position: relative;
  background-color: var(--primarywhite);
  border-radius: 4px;
  border: 2px solid;
  border-color: var(--primaryblack);
}

.boy .skills-2 {
  background-color: var(--primaryblack);
}

.boy .icon-UIUX {
  position: relative;
  width: 56px;
  height: 56px;
  background-image: url(../img/vector-1.svg);
  background-size: 100% 100%;
}

.boy .UIUX {
  position: relative;
  width: 67.46%;
  height: 83.83%;
  top: 8.14%;
  left: 17.22%;
}

.boy .img {
  position: absolute;
  width: 49.07%;
  height: 43.54%;
  top: 55.39%;
  left: 50.93%;
}

.boy .vector-2 {
  position: absolute;
  width: 44.84%;
  height: 44.61%;
  top: 55.39%;
  left: 0;
}

.boy .vector-3 {
  position: absolute;
  width: 4.00%;
  height: 43.54%;
  top: 0;
  left: 74.17%;
}

.boy .vector-4 {
  position: absolute;
  width: 43.28%;
  height: 44.56%;
  top: 0;
  left: 15.19%;
}

.boy .javascript {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primarywhite);
  position: relative;
  align-self: stretch;
  height: 48px;
  font-family: var(--heading-h5-bold-font-family);
  font-weight: var(--heading-h5-bold-font-weight);
  font-size: var(--heading-h5-bold-font-size);
  text-align: center;
  letter-spacing: var(--heading-h5-bold-letter-spacing);
  line-height: var(--heading-h5-bold-line-height);
  font-style: var(--heading-h5-bold-font-style);
}

.boy .img-2 {
  position: relative;
  width: 56px;
  height: 56px;
}

.boy .javascript-aaaaa {
  color: var(--primaryblack);
  position: relative;
  align-self: stretch;
  height: 48px;
  font-family: var(--heading-h5-bold-font-family);
  font-weight: var(--heading-h5-bold-font-weight);
  font-size: var(--heading-h5-bold-font-size);
  text-align: center;
  letter-spacing: var(--heading-h5-bold-letter-spacing);
  line-height: var(--heading-h5-bold-line-height);
  font-style: var(--heading-h5-bold-font-style);
}

.boy .javascript-aaaaa-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  align-self: stretch;
  height: 48px;
  font-family: var(--heading-h5-bold-font-family);
  font-weight: var(--heading-h5-bold-font-weight);
  color: var(--primaryblack);
  font-size: var(--heading-h5-bold-font-size);
  text-align: center;
  letter-spacing: var(--heading-h5-bold-letter-spacing);
  line-height: var(--heading-h5-bold-line-height);
  font-style: var(--heading-h5-bold-font-style);
}

.boy .testimonial {
  position: relative;
  width: 1440px;
  flex: 0 0 auto;
  object-fit: cover;
}

.boy .project {
  flex-direction: column;
  width: 100%;
  /* height: 2845px; */
  align-items: flex-start;
  padding: 60px 0px;
  background-color: var(--primaryblack);
  display: flex;
  position: relative;
}

.boy .container-4 {
  display: flex;
  flex-direction: column;
  width: 1280px;
  align-items: flex-start;
  padding: 0 32px;
  position: relative;
  flex: 0 0 auto;
  gap:20px;
  margin-left: auto;
  margin-right: auto;
}

.boy .text-wrapper-10 {
  color: var(--primarywhite);
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--displaytext-regular-font-family);
  font-weight: var(--displaytext-regular-font-weight);
  font-size: var(--displaytext-regular-font-size);
  letter-spacing: var(--displaytext-regular-letter-spacing);
  line-height: var(--displaytext-regular-line-height);
  white-space: nowrap;
  font-style: var(--displaytext-regular-font-style);
}

.boy .text-wrapper-11 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--displaytext-extra-bold-font-family);
  font-weight: var(--displaytext-extra-bold-font-weight);
  color: var(--primarywhite);
  font-size: var(--displaytext-extra-bold-font-size);
  letter-spacing: var(--displaytext-extra-bold-letter-spacing);
  line-height: var(--displaytext-extra-bold-line-height);
  white-space: nowrap;
  font-style: var(--displaytext-extra-bold-font-style);
}

.boy .project-1, .boy .project-2 {
  align-items: center;
  gap: 40px;
  padding: 0;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  position: relative;
  flex-direction: row;
  margin-bottom: 60px;
}


.boy .image {
  display: flex;
  width: 100%;
  max-width: 594px;
  height: auto;
  min-height: 200px;
  align-items: center;
  position: relative;
}

.boy .image-2 {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 200px;
  object-fit: cover;
}

.boy .details {
  gap: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.boy .frame-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.boy .text-wrapper-12 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--displaytext-extra-bold-font-family);
  font-weight: var(--displaytext-extra-bold-font-weight);
  color: var(--primarywhite);
  font-size: var(--displaytext-extra-bold-font-size);
  letter-spacing: var(--displaytext-extra-bold-letter-spacing);
  line-height: var(--displaytext-extra-bold-line-height);
  font-style: var(--displaytext-extra-bold-font-style);
}

.boy .p {
  position: relative;
  align-self: stretch;
  font-family: "Sora", Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: 32px;
  letter-spacing: -0.64px;
  line-height: 39px;
  margin: 0;
}

.boy .text-wrapper-13 {
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.20px;
}

.boy .text-wrapper-14 {
  font-weight: 600;
  color: #d4d4d8;
  font-size: 20px;
  letter-spacing: -0.08px;
}

.boy .UI-UX-UIUX-UI-UX {
  align-self: stretch;
  color: #D4D4D8;
  font-size: var(--paragraph-p2-regular-font-size);
  letter-spacing: var(--paragraph-p2-regular-letter-spacing);
  position: relative;
  font-family: var(--paragraph-p2-regular-font-family);
  font-weight: var(--paragraph-p2-regular-font-weight);
  line-height: 27px;
  font-style: var(--paragraph-p2-regular-font-style);
}

.boy .vuesax-linear-export {
  position: relative;
  width: 126px;
  height: 24px;
  aspect-ratio: 5.25;
  margin: 20px 0 0;
}

.boy .export {
  position: absolute;
  width: 15.87%;
  height: 83.33%;
  top: 8.33%;
  left: 84.13%;
}

.boy .text-wrapper-15 {
  position: absolute;
  width: 77.78%;
  height: 100%;
  top: 0;
  left: 0;
  font-family: var(--paragraph-p2-regular-font-family);
  font-weight: var(--paragraph-p2-regular-font-weight);
  color: #ffffff;
  font-size: var(--paragraph-p2-regular-font-size);
  letter-spacing: var(--paragraph-p2-regular-letter-spacing);
  line-height: var(--paragraph-p2-regular-line-height);
  white-space: nowrap;
  font-style: var(--paragraph-p2-regular-font-style);
  text-decoration: none;
  transition: text-decoration 0.6s ease;
}

.boy .text-wrapper-15:hover {
  text-decoration: underline;
  text-underline-offset: 10px;
}

.boy .frame-wrapper {
  gap: 14px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.boy .div-3 {
  position: relative;
  width: 100%;
  max-width: 595px;
  margin-right: 0;
  font-family: "Sora", Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: 32px;
  letter-spacing: -0.64px;
  line-height: 39px;
  margin: 0;
}

.boy .text-wrapper-16 {
  position: relative;
  align-self: stretch;
  font-family: var(--paragraph-p2-regular-font-family);
  font-weight: var(--paragraph-p2-regular-font-weight);
  color: #D4D4D8;
  font-size: var(--paragraph-p2-regular-font-size);
  letter-spacing: var(--paragraph-p2-regular-letter-spacing);
  line-height: 27px;
  font-style: var(--paragraph-p2-regular-font-style);
}

.boy .image-wrapper {
  display: flex;
  width: 100%;
  max-width: 594px;
  height: auto;
  min-height: 200px;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}

.boy .image-3 {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 200px;
  object-fit: cover;
}

.boy .img-wrapper {
  display: flex;
  width: 100%;
  max-width: 594px;
  height: auto;
  min-height: 200px;
  align-items: center;
  position: relative;
}

.boy .div-wrapper {
  gap: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.boy .text-wrapper-17 {
  font-weight: 600;
  color: #71717a;
  font-size: 20px;
  letter-spacing: -0.08px;
}

.boy .container-wrapper {
  display: flex;
  width: 100%;
  align-items: flex-start;
  padding: 60px 0px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--zinc-200);
}

.boy .container-5 {
  display: flex;
  flex-direction: column;
  width: 1280px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 0px 32px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.boy .text-wrapper-18 {
  color: #000000;
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--displaytext-regular-font-family);
  font-weight: var(--displaytext-regular-font-weight);
  font-size: var(--displaytext-regular-font-size);
  letter-spacing: var(--displaytext-regular-letter-spacing);
  line-height: var(--displaytext-regular-line-height);
  white-space: nowrap;
  font-style: var(--displaytext-regular-font-style);
}

.boy .text-wrapper-19 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--displaytext-extra-bold-font-family);
  font-weight: var(--displaytext-extra-bold-font-weight);
  color: #000000;
  font-size: var(--displaytext-extra-bold-font-size);
  letter-spacing: var(--displaytext-extra-bold-letter-spacing);
  line-height: var(--displaytext-extra-bold-line-height);
  white-space: nowrap;
  font-style: var(--displaytext-extra-bold-font-style);
}

.boy .row-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding: 40px 0px; */
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 20px;
}

.boy .testimonial-2 {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 370px;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 40px;
  position: relative;
  background-color: var(--primarywhite);
  border-radius: 20px;
  box-shadow: 0px 8px 16px -6px #18274b14, 0px 6px 8px -6px #18274b1f;
  margin: 12px;
}

.boy .frame-3 {
  position: relative;
  width: 96px;
  height: 109px;
}

.boy .img-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 96px;
  height: 96px;
}

.boy .coconala-wrapper {
  position: absolute;
  top: 66px;
  left: 66px;
  width: 30px;
  height: 30px;
  display: flex;
  background-color: var(--primaryblack);
  border-radius: 15px;
}

.boy .coconala {
  margin-top: 3px;
  width: 22px;
  height: 26px;
  margin-left: 3px;
  position: relative;
  aspect-ratio: 0.86;
}

.boy .vector-5 {
  position: absolute;
  width: 84.97%;
  height: 79.70%;
  top: 5.77%;
  left: 2.27%;
}

.boy .vector-6 {
  position: absolute;
  width: 84.11%;
  height: 78.69%;
  top: 8.30%;
  left: 4.81%;
}

.boy .vector-7 {
  position: absolute;
  width: 57.77%;
  height: 73.29%;
  top: 11.32%;
  left: 4.85%;
}

.boy .vector-8 {
  position: absolute;
  width: 50.16%;
  height: 28.48%;
  top: 33.39%;
  left: 4.84%;
}

.boy .i-recently-had-to {
  position: relative;
  align-self: stretch;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: #404040;
  font-size: 16px;
  letter-spacing: 0.32px;
  line-height: 27px;
}

.boy .rectangle {
  position: relative;
  width: 120px;
  height: 2px;
  background-color: var(--primaryblack);
}

.boy .designer {
  color: var(--colors-miscellaneous-keyboards-keys);
  position: relative;
  align-self: stretch;
  font-family: var(--heading-h6-semibold-font-family);
  font-weight: var(--heading-h6-semibold-font-weight);
  font-size: var(--heading-h6-semibold-font-size);
  text-align: center;
  letter-spacing: var(--heading-h6-semibold-letter-spacing);
  line-height: var(--heading-h6-semibold-line-height);
  font-style: var(--heading-h6-semibold-font-style);
}

.boy .designer-2 {
  color: var(--colors-miscellaneous-window-grabber);
  position: relative;
  align-self: stretch;
  font-family: var(--heading-h6-semibold-font-family);
  font-weight: var(--heading-h6-semibold-font-weight);
  font-size: var(--heading-h6-semibold-font-size);
  text-align: center;
  letter-spacing: var(--heading-h6-semibold-letter-spacing);
  line-height: var(--heading-h6-semibold-line-height);
  font-style: var(--heading-h6-semibold-font-style);
}

form {
  display: contents;
}

.boy .contact-form {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1280px;
  align-items: flex-start;
  padding: 60px 0px 120px;
  position: relative;
  background-color: #ffffff;
  min-height: 612px;
}

.boy .row-3 {
  display: flex;
  /* height: 114px; */
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  padding: 20px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  margin-bottom: 20px;
}

.boy .text-wrapper-20 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--heading-h4-semibold-font-family);
  font-weight: var(--heading-h4-semibold-font-weight);
  color: #000000;
  font-size: var(--heading-h4-semibold-font-size);
  letter-spacing: var(--heading-h4-semibold-letter-spacing);
  line-height: var(--heading-h4-semibold-line-height);
  white-space: nowrap;
  font-style: var(--heading-h4-semibold-font-style);
}


.boy .group-2 {
  position: relative;
  width: 100%;
  max-width: 517px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 21px 21px;
  margin: 24px 0;
}

.boy .row-4 {
  /* height: 63px; */
  overflow: visible;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.boy .text-wrapper-21 {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  font-family: var(--heading-h1-bold-font-family);
  font-weight: var(--heading-h1-bold-font-weight);
  color: #000000;
  font-size: var(--heading-h1-bold-font-size);
  text-align: center;
  letter-spacing: var(--heading-h1-bold-letter-spacing);
  line-height: var(--heading-h1-bold-line-height);
  font-style: var(--heading-h1-bold-font-style);
}

.boy .input-area {
  display: flex;
  flex-direction: column;
  /* height: 766px; */
  align-items: center;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  /* margin-bottom: -9.00px; */
}

.boy .text-wrapper-22 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 500px;
  margin-top: 24px;
  font-family: var(--paragraph-p2-semibold-font-family);
  font-weight: var(--paragraph-p2-semibold-font-weight);
  color: var(--primaryblack);
  font-size: var(--paragraph-p2-semibold-font-size);
  letter-spacing: var(--paragraph-p2-semibold-letter-spacing);
  line-height: 27px;
  font-style: var(--paragraph-p2-semibold-font-style);
}

.boy .component , .boy .component-2 {
  flex: 0 0 auto;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  position: relative;
}

.boy .your-name {
  position: relative;
  width: 100%;
  max-width: 515px;
  font-family: var(--heading-h6-regular-font-family);
  font-weight: var(--heading-h6-regular-font-weight);
  color: var(--zinc-500);
  font-size: var(--heading-h6-regular-font-size);
  letter-spacing: var(--heading-h6-regular-letter-spacing);
  line-height: var(--heading-h6-regular-line-height);
  font-style: var(--heading-h6-regular-font-style);
}

.form .your-name, .form .how-can-i-help {
  color: #000!important;
  padding: 20px 0;
}

.form .input-area{
  min-height: 400px;
}

.form .text-wrapper-22{
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;

}
.form .back-button{
  width: 100%;
  height: 70px;
  background: #fff;
  border: 1px solid #000;
  font-size: 18px;
  text-decoration: none;
  color: #000;
  max-width: 500px;
  margin-top: 10px;
  cursor:pointer;
}
.form .resume-2{
  margin: 40px 0;
}

.form h2{
  font-size: 20px;
  font-weight: 600;
  margin: 60px 0 0;
}
.form h3{
  font-size: 16px;
  font-weight: 600;
  margin: 30px 0 10px;
}
.form p{
  line-height: 1.6;
}

.boy .component-2 {
  height: 238px;
}

.boy .how-can-i-help-wrapper {
  display: flex;
  width: 100%;
  max-width: 500px;
  align-items: flex-start;
  padding: 8px 24px 0 24px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  border-radius: 4px;
  border: 1.4px solid;
  border-color: var(--primaryblack);
}

.boy .how-can-i-help {
  position: relative;
  flex: 1;
  align-self: stretch;
  margin-top: -1.40px;
  font-family: var(--heading-h6-regular-font-family);
  font-weight: var(--heading-h6-regular-font-weight);
  color: var(--zinc-500);
  font-size: var(--heading-h6-regular-font-size);
  letter-spacing: var(--heading-h6-regular-letter-spacing);
  line-height: var(--heading-h6-regular-line-height);
  font-style: var(--heading-h6-regular-font-style);
  margin: 10px 0;
}

.boy .resume-2 {
  font-size: 18px;
  color: #fff!important;
  box-sizing: border-box;
  max-width: 550px;
  width: 100%;
  height: 110px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: var(--primaryblack);
  border-radius: 4px;
  border: 3px solid var(--primaryblack);
  text-decoration: none;
  transition: all 0.3s ease;
  cursor:pointer;
}
.boy .resume-2:hover {
  background-color: var(--primarywhite);
  color: #000!important;
}
.boy .download {
  position: relative;
  width: 20px;
  height: 20px;
}

.boy .column-2,
.boy .column-3 {
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  flex-grow: 1;
  overflow: visible;
  display: flex;
  padding: 0px 0px;
  position: relative;
  width: 50%;
}

.boy .text {
  position: relative;
  align-self: stretch;
  width: 100%;
  margin-bottom: -20.00px;
}

.boy .skills-4 {
  width: 235px;
  height: 110px;
  display: flex;
  gap: 10.5px;
  background-color: var(--primarywhite);
  border-radius: 4px;
  border: 2px solid;
  border-color: var(--primaryblack);
  text-decoration: none;
  transition: all 0.3s ease;
  align-items: center;
  justify-content: center;
}

.boy .skills-4:hover {
  background-color: var(--primaryblack);
}

.boy .skills-4:hover .text-wrapper-23 {
  color: var(--primarywhite);
}

.boy .skills-4:hover .icon-coconala {
  filter: invert(1);
}

.boy .icon-coconala {
  /* margin-top: 33.5px; */
  width: 42px;
  height: 42px;
  /* margin-left: 36.5px; */
}

.boy .text-wrapper-23 {
  /* margin-top: 33px; */
  width: 114px;
  height: 43px;
  font-family: "Roboto", Helvetica;
  font-weight: 500;
  color: var(--primaryblack);
  font-size: 24px;
  text-align: center;
  letter-spacing: 0;
  line-height: 44px;
  white-space: nowrap;
}

.boy .skills-5 {
  width: 235px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primarywhite);
  border-radius: 4px;
  border: 2px solid #000;
  text-decoration: none;
  transition: all 0.3s ease;
}

.boy .skills-5:hover {
  background-color: var(--primaryblack);
  border-color: var(--primaryblack);
}

.boy .skills-5:hover img {
  filter: invert(1);
}

.boy .text-wrapper-24 {
  position: relative;
  width: 100%;
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--paragraph-p2-semibold-font-family);
  font-weight: var(--paragraph-p2-semibold-font-weight);
  color: var(--primaryblack);
  font-size: var(--paragraph-p2-semibold-font-size);
  letter-spacing: var(--paragraph-p2-semibold-letter-spacing);
  line-height: 27px;
  font-style: var(--paragraph-p2-semibold-font-style);
}

.boy .text-wrapper-25 {
  position: relative;
  width: 100%;
  margin-top: 80px;
  font-family: var(--heading-h1-bold-font-family);
  font-weight: var(--heading-h1-bold-font-weight);
  color: var(--primaryblack);
  font-size: var(--heading-h1-bold-font-size);
  text-align: center;
  letter-spacing: var(--heading-h1-bold-letter-spacing);
  line-height: var(--heading-h1-bold-line-height);
  font-style: var(--heading-h1-bold-font-style);
}

.boy .text-wrapper-26 {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 608px;
  font-family: var(--heading-h1-bold-font-family);
  font-weight: var(--heading-h1-bold-font-weight);
  color: var(--primaryblack);
  font-size: var(--heading-h1-bold-font-size);
  text-align: center;
  letter-spacing: var(--heading-h1-bold-letter-spacing);
  line-height: var(--heading-h1-bold-line-height);
  font-style: var(--heading-h1-bold-font-style);
}

.boy .MOSH {
  position: relative;
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--paragraph-p2-semibold-font-family);
  font-weight: var(--paragraph-p2-semibold-font-weight);
  color: var(--primaryblack);
  font-size: var(--paragraph-p2-semibold-font-size);
  letter-spacing: var(--paragraph-p2-semibold-letter-spacing);
  line-height: 27px;
  font-style: var(--paragraph-p2-semibold-font-style);
}

.boy .skills-6 {
  display: flex;
  flex-direction: column;
  width: 235px;
  height: 154px;
  align-items: center;
  justify-content: center;
  gap: 17px;
  /* padding: 24px; */
  background-color: var(--primarywhite);
  border-radius: 4px;
  border: 2px solid;
  border-color: var(--primaryblack);
  text-decoration: none;
  transition: all 0.3s ease;
}

.boy .skills-6:hover {
  background-color: var(--primaryblack);
}

.boy .skills-6:hover .javascript-aaaaa-3 {
  color: var(--primarywhite);
}

.boy .skills-6:hover .img-4 {
  filter: invert(1);
}

.boy .img-4 {
  position: relative;
  width: 56px;
  height: 56px;
  margin-top: -7.50px;
}

.boy .javascript-aaaaa-3 {
  margin-bottom: -5.50px;
  position: relative;
  align-self: stretch;
  height: 48px;
  font-family: var(--heading-h5-bold-font-family);
  font-weight: var(--heading-h5-bold-font-weight);
  color: var(--primaryblack);
  font-size: var(--heading-h5-bold-font-size);
  text-align: center;
  letter-spacing: var(--heading-h5-bold-letter-spacing);
  line-height: var(--heading-h5-bold-line-height);
  font-style: var(--heading-h5-bold-font-style);
}

.boy .skills-7 {
  display: flex;
  flex-direction: column;
  width: 235px;
  height: 154px;
  align-items: center;
  justify-content: center;
  gap: 17px;
  /* padding: 24px; */
  background-color: var(--primarywhite);
  border-radius: 4px;
  border: 2px solid;
  border-color: var(--primaryblack);
  text-decoration: none;
  transition: all 0.3s ease;
}

.boy .skills-7:hover {
  background-color: var(--primaryblack);
}

.boy .skills-7:hover .javascript-aaaaa-3 {
  color: var(--primarywhite);
}

.boy .skills-7:hover .img-4 {
  filter: invert(1);
}

.boy .skills-8 {
  display: flex;
  flex-direction: column;
  width: 235px;
  height: 154px;
  align-items: center;
  justify-content: center;
  gap: 17px;
  /* padding: 24px; */
  background-color: var(--primarywhite);
  border-radius: 4px;
  border: 2px solid;
  border-color: var(--primaryblack);
  text-decoration: none;
  transition: all 0.3s ease;
}

.boy .skills-8:hover {
  background-color: var(--primaryblack);
}

.boy .skills-8:hover .javascript-aaaaa-3 {
  color: var(--primarywhite);
}

.boy .skills-8:hover .img-4 {
  filter: invert(1);
}

.boy .skills-9 {
  display: flex;
  flex-direction: column;
  width: 235px;
  height: 154px;
  align-items: center;
  justify-content: center;
  gap: 17px;
  /* padding: 24px; */
  background-color: var(--primarywhite);
  border-radius: 4px;
  border: 2px solid;
  border-color: var(--primaryblack);
  text-decoration: none;
  transition: all 0.3s ease;
}

.boy .skills-9:hover {
  background-color: var(--primaryblack);
}

.boy .skills-9:hover .looker-studio {
  color: var(--primarywhite);
}

.boy .skills-9:hover .icon-looker {
  filter: invert(1);
}

.boy .icon-looker {
  position: relative;
  width: 57px;
  height: 57px;
  margin-top: -8.00px;
}

.boy .looker-studio {
  position: relative;
  align-self: stretch;
  height: 48px;
  margin-bottom: -6.00px;
  font-family: var(--heading-h5-bold-font-family);
  font-weight: var(--heading-h5-bold-font-weight);
  color: var(--primaryblack);
  font-size: var(--heading-h5-bold-font-size);
  text-align: center;
  letter-spacing: var(--heading-h5-bold-letter-spacing);
  line-height: var(--heading-h5-bold-line-height);
  font-style: var(--heading-h5-bold-font-style);
}

.boy .group-3 {
  position: absolute;
  top: -25px;
  left: 181px;
  width: 76px;
  height: 75px;
}

.boy .group-4 {
  position: absolute;
  top: -25px;
  left: 440px;
  width: 76px;
  height: 75px;
}

.boy .group-5 {
  position: absolute;
  top: 149px;
  left: 181px;
  width: 76px;
  height: 75px;
}

.boy .group-6 {
  position: absolute;
  top: 149px;
  left: 440px;
  width: 76px;
  height: 75px;
}


/* コンタクトフォームのレスポンシブ対応 */
.boy .your-name-wrapper,
.boy .how-can-i-help-wrapper {
  display: flex;
  width: 100%;
  max-width: 500px;
  min-height: 56px;
  align-items: center;
  padding: 0px 24px;
  position: relative;
  border-radius: 4px;
  border: 2px solid;
  border-color: var(--primaryblack);
}

.boy .component-3 .your-name-wrapper{
  border: none;
  justify-content: center;
}
.boy .component-3 .your-name-wrapper .checkbox{
  position: relative;
  width: 24px;
  height: 24px;
  appearance: none;
  background: #FFFFFF;
  border: solid 2px #000;
  border-radius: 4px;
  box-shadow: 0 0 0 0 transparent;
  margin-right: 20px;

  &:checked {
    background: #000;
    border-color: #000; 
  }
  
}

.form .your-name-wrapper, .form .how-can-i-help-wrapper{
  border-radius: 0px;
  border:none;
  border-bottom: 1px solid;
}

.boy .how-can-i-help-wrapper {
  height: auto;
  min-height: 120px;
  align-items: flex-start;
}

/* タブレット: フォームを横並びに */
@media (min-width: 768px) {
  .boy .your-name-wrapper,
  .boy .how-can-i-help-wrapper {
    width: 500px;
    max-width: none;
  }

}

/* デスクトップ: 元のレイアウト */
@media (min-width: 1024px) {
  .boy .your-name-wrapper,
  .boy .how-can-i-help-wrapper {
    width: 500px;
  }

  .boy .button-3 {
    width: 500px;
  }
}

.boy .logo-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.boy .logo-2 {
  display: flex;
  width: 28px;
  position: relative;
  align-items: center;
  gap: 14px;
}

.boy .LIFELOG-2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 159px;
  height: 40px;
  margin-right: -141.09px;
  font-family: "Sora", Helvetica;
  font-weight: 400;
  color: var(--primarywhite);
  font-size: 36px;
  letter-spacing: -0.72px;
  line-height: 36px;
  white-space: nowrap;
}

.boy .logo-3 {
  position: relative;
  width: 39.91px;
  height: 40px;
  margin-right: -195.00px;
}

.boy .frame-4 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.boy .text-wrapper-27 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--heading-h6-semibold-font-family);
  font-weight: var(--heading-h6-semibold-font-weight);
  color: var(--primarywhite);
  font-size: var(--heading-h6-semibold-font-size);
  text-align: right;
  letter-spacing: var(--heading-h6-semibold-letter-spacing);
  line-height: var(--heading-h6-semibold-line-height);
  white-space: nowrap;
  font-style: var(--heading-h6-semibold-font-style);
}


.boy .experience {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  padding: 60px 0px;
  position: relative;
  background-image: url(../img/experience.png);
  background-size: cover;
  background-position: 50% 50%;
}

.boy .experience-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1280px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 0px 32px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.boy .experience-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.boy .experience-title-my {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--displaytext-regular-font-family);
  font-weight: var(--displaytext-regular-font-weight);
  color: var(--primarywhite);
  font-size: var(--displaytext-regular-font-size);
  letter-spacing: var(--displaytext-regular-letter-spacing);
  line-height: var(--displaytext-regular-line-height);
  white-space: nowrap;
  font-style: var(--displaytext-regular-font-style);
}

.boy .experience-title-main {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--displaytext-extra-bold-font-family);
  font-weight: var(--displaytext-extra-bold-font-weight);
  color: var(--primarywhite);
  font-size: var(--displaytext-extra-bold-font-size);
  letter-spacing: var(--displaytext-extra-bold-letter-spacing);
  line-height: var(--displaytext-extra-bold-line-height);
  white-space: nowrap;
  font-style: var(--displaytext-extra-bold-font-style);
}

.boy .experience-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  padding: 0;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.boy .experience-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  padding: 30px 24px;
  position: relative;
  align-self: stretch;
  /* width: 100%; */
  border-radius: 10px;
  border: 1px solid;
  border-color: var(--zinc-500);
}

.boy .experience-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.boy .experience-item-title {
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
  flex: 1;
}

.boy .experience-icon {
  position: relative;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.boy .experience-role {
  position: relative;
  font-family: var(--heading-h5-semibold-font-family);
  font-weight: var(--heading-h5-semibold-font-weight);
  color: var(--primarywhite);
  font-size: var(--heading-h5-semibold-font-size);
  letter-spacing: var(--heading-h5-semibold-letter-spacing);
  line-height: var(--heading-h5-semibold-line-height);
  font-style: var(--heading-h5-semibold-font-style);
}

.boy .experience-period {
  position: relative;
  font-family: var(--heading-h6-semibold-font-family);
  font-weight: var(--heading-h6-semibold-font-weight);
  color: var(--zinc-300);
  font-size: var(--heading-h6-semibold-font-size);
  letter-spacing: var(--heading-h6-semibold-letter-spacing);
  line-height: var(--heading-h6-semibold-line-height);
  white-space: nowrap;
  font-style: var(--heading-h6-semibold-font-style);
  flex-shrink: 0;
}

.boy .experience-description {
  position: relative;
  align-self: stretch;
  font-family: var(--paragraph-p2-regular-font-family);
  font-weight: var(--paragraph-p2-regular-font-weight);
  color: var(--zinc-300);
  font-size: var(--paragraph-p2-regular-font-size);
  letter-spacing: var(--paragraph-p2-regular-letter-spacing);
  line-height: 27px;
  font-style: var(--paragraph-p2-regular-font-style);
}


.boy .footer {
  display: flex;
  width: 100%;
  height: 500px;
  align-items: end;
  justify-content: center;
  position: relative;
  background-color: var(--primaryblack);
}

.boy .container-7 {
  display: flex;
  justify-content: space-between;
  display: flex;
  max-width: 1215px;
  width: 100%;
  padding: 20px 16px;
  align-items: center;
  
}

.footer a{
  text-decoration: none;
  color: #fff;
}
.boy .your-name select{
  border: 0px;
  width: 95%;
  font-size: 16px;
  height: 52px;
  outline:none;
  color: #000;
  font-weight: 600;
  padding-left: 10px;
  background: transparent;
  -webkit-appearance: none;
}
.boy .your-name .name-input, .mail-input{
  border: 0px;
  width: 95%;
  font-size: 16px;
  outline:none;
  height: 52px;
  font-weight: 600;
  padding-left: 10px;
}
.boy .contact-input{
  border: 0px;
  width: 95%;
  font-size: 17px;
  outline:none;
  height: 200px;
  font-weight: 600;
  padding-left: 10px;
}
::placeholder {
  color:#aaa9a9;
  font-weight: none!important;
}
option.select{
  color:#aaa9a9;
}
input.resume-2 {
  background: none;
  border: none;
}
.boy .my-wrapper, .boy .div-2, .boy .experience-header {
  padding-bottom: 40px;
}

/* ============================================================================
   レスポンシブ対応 - デスクトップファースト
   ============================================================================ */

/* ============================================================================
   デフォルト: デスクトップサイズ (1024px以上)
   - 上記の基本スタイルがデスクトップ用として適用されます
   - このセクションではデスクトップ専用の追加設定のみを記述します
   ============================================================================ */

/* ============================================================================
   デスクトップサイズ専用の追加設定 (1024px以上)
   - デスクトップで特別な設定が必要な部分のみを記述します
   ============================================================================ */
   @media (min-width: 1024px) {
    /* --- Serviceセクション: 2カラムレイアウト --- */
  
    .boy .image,
    .boy .image-wrapper,
    .boy .img-wrapper {
      width: 594px;
      height: auto;
      min-height: 398px;
    }
  
    .boy .image-2,
    .boy .image-3 {
      width: 568px;
      height: auto;
      min-height: 398px;
    }
  
    .boy .details,
    .boy .frame-wrapper,
    .boy .div-wrapper {
      width: auto;
      flex: 1;
    }
  
    .boy .div-3 {
      width: 595px;
      margin-right: -13.00px;
    }
  
    /* --- Customerセクション: 3カラムレイアウト --- */
    .boy .row-2 {
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-between;
    }
  
    .boy .testimonial-2 {
      width: 370px;
      max-width: 370px;
    }
  
    /* --- Contactセクション: 2カラムレイアウト --- */
    .boy .container-6 {
      flex-direction: row;
      align-items: flex-start;
      display: flex;
      width: 100%;
    }
  
    .boy .column-2,
    .boy .column-3 {
      width: 50%;
      flex-direction: column;
    }
  }

/* デスクトップ（1024px以上）: ナビゲーションとコンタクトボタンを表示、ハンバーガーメニューを非表示 */
@media (min-width: 1024px) {
  .boy .taskbaar {
    display: inline-flex;
    flex-direction: row;
    width: auto;
    height: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    align-items: center;
    justify-content: center;
    gap: 32px;
    margin-top: 0;
    margin-left: 0;
  }

  .boy .button-2 {
    display: flex;
    width: 183px;
    margin-left: 0;
  }

  .boy .hamburger-menu {
    display: none !important;
  }

  .boy .mobile-menu {
    display: none;
  }

  .boy .header {
    height: 153px;
  }

  .boy .hero-section {
    padding-top: 153px;
  }

  /* --- Contactセクション: Gridレイアウト --- */
  .boy .group-2 {
    max-width: 517px;
    gap: 20px 0;
    justify-content: center;
    width: 100%;
    margin: 15px 54px;
  }

  .boy .skills-4,
  .boy .skills-5 {
    height: auto;
  }

  .boy .skills-6,
  .boy .skills-7,
  .boy .skills-8,
  .boy .skills-9 {
    height: 154px;
  }
}


/* ============================================================================
   タブレットサイズ (768px - 1023px)
   - デスクトップから変更が必要な部分のみを記述します
   ============================================================================ */
@media (min-width: 768px) and (max-width: 1023px) {
  /* --- コンテナの幅調整 --- */
  .boy .container-2 {
    max-width: 1024px;
  }

  .boy .container {
    max-width: 768px;
    flex-direction: row;
    padding: 40px 32px;
  }

  .boy .container-3{
    width: 94%;
    padding: 0 20px;
    margin: 0 auto;
  }

  .boy .project-1 {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .boy .project-2 {
    flex-direction: column-reverse;
  }

  .boy .container-4,
  .boy .container-5,
  .boy .container-6{
    max-width: 100%;
    width: 91%;
    padding: 0 32px;
  }
  .boy .container-6 {
    flex-direction: row;
    display: contents;
  }

  /* --- Contactセクション: 2カラムレイアウト --- */

  .boy .column-2, .boy .column-3 {
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    flex-grow: 1;
    overflow: visible;
    display: flex;
    padding: 0px 0px;
    position: relative;
    width:100%;
  }

  /* --- Serviceセクション: 2カラムレイアウト --- */
  .boy .image,
  .boy .image-wrapper,
  .boy .img-wrapper {
    max-width: 100%;
    height: auto;
    min-height: 300px;
  }

  .boy .image-2,
  .boy .image-3 {
    width: 100%;
    height: auto;
    min-height: 300px;
  }

  .boy .details,
  .boy .frame-wrapper,
  .boy .div-wrapper {
    max-width: 100%;
    flex: 1;
  }

  .boy .group {
    width: 100%;
    height: auto;
    margin-left: 0;
  }

  .boy .container {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 20px 32px;
    flex-direction: column;
    gap: 20px;
    box-sizing: border-box;
    margin-bottom: 0;
  }

  .boy .div {
    margin-bottom: 0;
  }

  .boy .div-2, .boy .experience-header {
    padding-bottom: 60px;
  }
  .boy .experience-container, .boy .container-3, .boy .container-5 {
    gap: 0;
  }
  .boy .my-wrapper  {
    justify-content: center;
  }

  .boy .frame {
    width: 100%;
    height: auto;
    margin:40px auto 0;
  }

  .boy .skills {
    width: 100%;
    height: auto;
    padding: 0 0 80px;
  }

  .boy .skills-2, .boy .skills-3 {
    width: 100%;
    height: auto;
    gap: 17px;
    padding: 10px 12px;
    margin: 0 9px;
  }
  .boy .web-web-web-web-UI-wrapper , .boy .web-web-web-web-UI {
    width: 100%;
    height: auto;
  }

  /* --- Customerセクション: 2カラムレイアウト（折り返し可） --- */
  .boy .row-2 {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .boy .testimonial-2 {
    width: 100%;
    max-width: 100%;
  }
  .boy .column-2,
  .boy .column-3 {
    width: 100%;
    flex-direction: column;
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    align-self: stretch;
    width: 100%;
  }

  .boy .text-wrapper-26{
    width:100%;
    padding-top: 80px;
  }

  .boy .group-2 {
    width: 100%;
    max-width: 500px;
    gap: 20px;
  }

  .boy .text-wrapper-25 {
    padding-top: 40px;
    margin-top: 0;
  }

  .boy .text-wrapper-24 {
    padding-top: 24px;
    margin-top: 0;
  }

  .boy .skills-4,
  .boy .skills-5,
  .boy .skills-6,
  .boy .skills-7,
  .boy .skills-8,
  .boy .skills-9 {
    width: 100%;
  }

  .boy .group-3, .boy .group-4, .boy .group-5, .boy .group-6 {
    position: absolute;
    top: -27px;
    left: 189px;
    width: auto;
  }
  .boy .group-3 {
    position: absolute;
    top: -25px;
    left: 186px;
    width: 76px;
    height: 75px;
  }
  
  .boy .group-4 {
    position: absolute;
    top: -25px;
    left: 446px;
    width: 76px;
    height: 75px;
  }
  
  .boy .group-5 {
    position: absolute;
    top: 149px;
    left: 186px;
    width: 76px;
    height: 75px;
  }
  
  .boy .group-6 {
    position: absolute;
    top: 149px;
    left: 446px;
    width: 76px;
    height: 75px;
  }

  .boy .text {
    position: relative;
    display: contents;
  }
  .boy .button-3 {
    max-width: 500px;
    width: 100%;
  }

}


/* ============================================================================
   モバイルサイズ (767px以下)
   - モバイルデバイス専用のスタイルを記述します
   - 全てのコンテンツは1カラムレイアウトになります
   ============================================================================ */
@media (max-width: 767px) {
  .boy .logo, .boy .logo-2{
    margin-left: 0;
  }
  .boy .logo-link {
    gap: 8px;
  }
  .boy .text-wrapper-6{
    font-size: 26px;
  }
  .boy .LIFELOG, .boy .LIFELOG-2 {
    justify-content: flex-start;
  }
 
  /* --- コンテナの幅を100%に調整 --- */
  .boy .text-wrapper-3{
    font-size: 16px;
  }

  .boy .container-2 {
    width: 100%;
    max-width: 100%;
    padding: 0 16px 0 16px;
    box-sizing: border-box;
  }

  .boy .container {
    width: 100%;
    max-width: 100%;
    height: auto;
    flex-direction: column;
    gap: 20px;
    padding: 0 16px;
    box-sizing: border-box;
    margin-bottom: 0;
  }

  .boy .button{
    margin-top: 0;
  }

  .boy .container-3,
  .boy .container-4,
  .boy .container-5,
  .boy .container-6 {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 16px;
  }

  .boy .container-3{
    margin:0;
    gap: 0px;
  }

  .boy .div-2, .boy .experience-header {
    padding-bottom: 30px;
}

  .boy .container-4 {
    gap: 0;
  }
  .boy .container-5 {
    gap: 0;
  }
  .boy .container-6{
    flex-direction: column;
    gap: 20px;
    padding: 0 16px;
    display: contents;
  }

  /* --- Hero Section: モバイル最適化 --- */
  .boy .text-wrapper-4 {
    width: 100%;
    height: auto;
    font-size: 64px;
    letter-spacing:0;
  }

  .boy .text-wrapper-5 {
    width: 100%;
    height: 102px;
    font-size: 20px;
    line-height: 1.7;
    margin-top: 30px;
  }

  .boy .group {
    width: 100%;
    height: auto;
    margin-left: 0;
  }

  .boy .web-web-web-web-UI {
    width: 100%;
  }

  .boy .span {
    font-weight: 700;
    color: #000000;
    letter-spacing: 0.12px;
    line-height: 1.6;
    font-size: 20px;
  }

  .boy .div {
    margin-bottom: 0;
  }
  .boy .frame {
    width: 100%;
    height: auto;
    margin:40px auto 0;
  }
  .boy .my-wrapper {
    justify-content: center;
  }

  .boy .skills  {
    padding: 40px 0;
  }

  .boy .skills-2, .boy .skills-3 {
    padding: 14px 2px 2px 2px;
    margin: 0 4px;
    height: auto;
    gap: 8px;
  }

  .boy .skills-4, .boy .skills-5 {
    top: 400px;
    left: 20px;
  }
  .boy .javascript ,.boy .javascript-aaaaa ,.boy .javascript-aaaaa-2 {
    font-size: 11px;
    line-height: 1.2;
  }
  .boy .img-2{
    width:60%;
  }
  .boy .column {
    padding: 4px 0px;
  }
  .boy .experience-role{
    font-size: 16px;
  }
  .boy .experience-item{
    padding: 16px;
  }
  .boy .experience-item-title{
    gap: 16px;
  }
  .boy .experience-period{
    padding-left: 10px;
  }
  /* --- Serviceセクション: 1カラムレイアウト --- */
  .boy .project-1 {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .boy .project-2 {
    flex-direction: column-reverse;
  }

  .boy .image,
  .boy .image-wrapper,
  .boy .img-wrapper {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 200px;
  }

  .boy .image-2,
  .boy .image-3 {
    width: 100%;
    height: auto;
    min-height: 200px;
  }

  .boy .details,
  .boy .frame-wrapper,
  .boy .div-wrapper {
    width: 100%;
    flex: none;
  }

  .boy .div-3 {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .boy .experience-container {
    padding: 0px 16px;
    gap:0;
  }

  .boy .text-wrapper-14{
    line-height: 1;
  }
  .boy .text-wrapper-13 {
    line-height: 1.7;
    font-size: 30px;
  }
  /* --- Customerセクション: 1カラムレイアウト --- */
  .boy .row-2 {
    flex-direction: column;
    gap: 20px;
  }

  .boy .testimonial-2 {
    width: 100%;
    max-width: 100%;
  }

  /* --- Contactセクション: 1カラムレイアウト --- */
  .boy .row-3 {
    padding: 40px 0px;
  }
  .boy .contact-form {
    width: 85%;
  }
  .boy .column-2,
  .boy .column-3 {
    width: 100%;
    flex-direction: column;
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    align-self: stretch;
    width: 100%;
  }
  .boy .your-name-wrapper, .boy .how-can-i-help-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .boy .text-wrapper-20 {
    max-width: 100%;
    width: 100%;
    white-space: normal;
  }

  .boy .text-wrapper-26{
    width:100%;
    padding-top: 80px;
  }

  .boy .group-2 {
    width: 100%;
    max-width: 100%;
    gap: 4%;
    margin: 0;
  }

  .boy .text-wrapper-25 {
    padding-top: 40px;
    margin-top: 0;
  }

  .boy .text-wrapper-24 {
    padding-top: 24px;
    margin-top: 0;
  }

  .boy .skills-4,
  .boy .skills-5,
  .boy .skills-6,
  .boy .skills-7,
  .boy .skills-8,
  .boy .skills-9 {
    width: 100%;
  }
  .boy .skills-5 img{
    width: 100%;
    height:auto;
  }

  .boy .skills-4{
    gap:0;
    height:auto;
  }

  .boy .skills-5{
    gap:0;
    height:auto;
  }

  .boy .group-3, .boy .group-4, .boy .group-5, .boy .group-6, .boy .group-7, .boy .group-8 {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 76px;
    height: 75px;
  }

  .boy .group-3 {
    top: -25px;
    left: 43.5%;
  }
  
  .boy .group-4 {
    top: -25px;
    left: 96%;
  }
  
  .boy .group-5 {
    top: 141px;
    left: 43.5%;
  }
  
  .boy .group-6 {
    top: 141px;
    left: 96%;
  }

  .boy .text {
    position: relative;
    display: contents;
  }
  .boy .MOSH, .boy .text-wrapper-20, .boy .text-wrapper-24, .boy .text-wrapper-22  {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .boy .button-3{
    width: 100%;
    max-width: 100%;
  }
  .boy .component, .boy .component-2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    position: relative;
    width: 100%;
  }
}

/* ============================================================================
   モバイルサイズのメディアクエリ終了
   ============================================================================ */




