.tempimagexggqsh-1 {
  align-self: stretch;
  height: 928px;
  position: relative;
  display: none;
}
.tempimageftj6ix-1-icon {
  margin-top: -983px;
  align-self: stretch;
  overflow: hidden;
  max-height: 100%;
  object-fit: cover;
  z-index: 1;
}
.frame-child,
.image-5-icon,
.tempimageftj6ix-1-icon {
  position: relative;
  max-width: 100%;
}
.frame-child {
  align-self: stretch;
  height: 4px;
  overflow: hidden;
  flex-shrink: 0;
  object-fit: contain;
}
.image-5-icon {
  width: 698px;
  max-height: 100%;
  object-fit: cover;
}
.image-5-wrapper,
.line-parent {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  padding: 0 28px 0 20px;
  box-sizing: border-box;
  max-width: 100%;
}
.line-parent {
  height: 411px;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0 0 252px;
  gap: 76px;
  flex-shrink: 0;
}
.frame-inner,
.frame-item {
  position: absolute;
  top: 0;
  left: -171px;
  width: 700px;
  height: 700px;
}
.frame-inner {
  top: 426px;
  left: 287px;
  border-radius: 50%;
  background-color: rgba(15, 69, 144, 0.7);
  width: 400px;
  height: 400px;
  z-index: 1;
}
.icon,
.image-6-icon,
.image-7-icon {
  position: absolute;
  top: 0;
  left: -147px;
  width: 952px;
  height: 561px;
  object-fit: cover;
  z-index: 2;
}
.image-6-icon,
.image-7-icon {
  top: 80px;
  left: 687px;
  width: 330px;
  height: 103px;
  z-index: 3;
}
.image-7-icon {
  top: 227px;
  width: 453px;
  height: 170px;
}
.vector-parent {
  width: 1160px;
  height: 897px;
  position: relative;
  max-width: 100%;
  flex-shrink: 0;
}
.ellipse-div,
.frame-child1,
.frame-child2,
.frame-child3 {
  position: absolute;
  top: 0;
  left: 805px;
  border-radius: 50%;
  background-color: rgba(255, 107, 0, 0.7);
  width: 700px;
  height: 700px;
}
.frame-child1,
.frame-child2,
.frame-child3 {
  top: 810px;
  left: -221px;
  background-color: rgba(255, 107, 0, 0.8);
}
.frame-child2,
.frame-child3 {
  top: 411px;
  left: 640px;
  background-color: rgba(15, 69, 144, 0.7);
  width: 400px;
  height: 400px;
  z-index: 1;
}
.frame-child3 {
  top: 1197px;
  left: 211px;
}
.icon1,
.icon2 {
  position: absolute;
  top: 24px;
  left: 462px;
  width: 939px;
  height: 587px;
  object-fit: cover;
  z-index: 2;
}
.icon2 {
  top: 872px;
  left: -152px;
  width: 847px;
  height: 498px;
}
.image-10-icon,
.image-11-icon,
.image-8-icon,
.image-9-icon {
  position: absolute;
  top: 143px;
  left: 45px;
  width: 267px;
  height: 110px;
  object-fit: cover;
}
.image-10-icon,
.image-11-icon,
.image-9-icon {
  top: 292px;
  width: 506px;
  height: 112px;
  z-index: 3;
}
.image-10-icon,
.image-11-icon {
  top: 950px;
  left: 628px;
  width: 212px;
  height: 131px;
}
.image-11-icon {
  top: 1121px;
  left: 640px;
  width: 553px;
  height: 117px;
}
.ellipse-parent {
  align-self: stretch;
  height: 1597px;
  position: relative;
  flex-shrink: 0;
}
.macbook-air-2 {
  width: 100%;
  height: 4225px;
  position: relative;
  background-color: #ffe459;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 973px 0 259px;
  box-sizing: border-box;
  gap: 44px;
  line-height: normal;
  letter-spacing: normal;
}
@media screen and (max-width: 650px) {
  .line-parent {
    gap: 38px;
  }
  .macbook-air-2 {
    gap: 22px;
  }
}
@media screen and (max-width: 450px) {
  .line-parent {
    gap: 19px;
    padding-bottom: 164px;
    box-sizing: border-box;
  }
}
#header {
  z-index: 9999;
  position: fixed;
  top: 0px;
  left: 0px;
}

header {
  position: fixed; /*** ← fixedで固定 ***/
  width: 100%; 
  height: 60px; 
  background: #ffffff00; 
  padding: 20px 60px; 
  box-sizing: border-box;
  top: 0; 
  left: 0; 
  display: flex; 
  align-items: center; 

 /* ロゴとメニューを横並びにする */
  display: flex; 
  justify-content:space-between;
}

header .nav .menu {
  display: flex; 
}

header .nav .menu li {
  list-style: none; 
  margin-left: 40px;
}

header .nav .menu li a{
 color: #000000;
 font-weight:bold;
 text-decoration: none;
}
h1 a {
  color: #000000;
  font-size: 20px;
  text-decoration: none;
  
}
