html, body {
  font-family: 'Noto Sans JP', sans-serif;
}

.topContents {
  width: 100%;
  height: 300vh;
  background-color: black;
}

.topContent1,
.topContent2 {
  top: 0;
  width: 100%;
  height: 100vh;
  line-height: 100vh;
  text-align: center;
  color: white;
  font-size: 1.5rem;
  opacity: 0;
  transition: opacity 1s ease;
  position: -webkit-sticky; /* ← Safari用 */
  position: sticky;
}

.visible {
  opacity: 1;
}

/* トップコンテンツ下の黒スペース */
.topContentsSpace {
  width: 100%;
  height: 52vh;
  background-color: black;
}


/************** セクション１ **************/
.section1 {
  width: 100%;
  height: 100vh;
}

.section1TopImg {
  width: 100%;
  height: 26vh;
  background-image: url(/images/独立支援Img.png);
  background-size: cover;
  margin-top: 100px;
}

.section1TopTextContents{
  width: 100%;
  height: 50vh;
  margin-top: 35px;
}

.section1TopTextContent1 {
  text-align: center;
  font-size: 25px;
  white-space: pre-line; /* 改行を維持 */
}

.section1TopTextContent2 {
  text-align: center;
  margin-top: 25px;
  white-space: pre-line; /* 改行を維持 */
}

/* PCサイズ時のスタイル */
@media (min-width: 768px) {
  .section1TopImgBox {
    width: 100%;
    display: flex;
    justify-content: center;

  }

  .section1TopImg {
    width: 63%;
    height: 77vh;
  }
}

/* 私たちについてエリア */
.section1ExplanationArea {
  width: 100%;
  height: 50vh;
}

.section1ExplanationContent1 {
  margin-left: 20px;
  font-size: 23px;
  font-weight: bold;
}

.section1ExplanationContent2 {
  width: 100%;
  height: 19vh;
  margin-top: 50px;
  font-size: 15px;
}

.section1ExplanationContent2Box {
  width: 100%;
  display: flex;
  margin-top: 12px;
}

.section1ExplanationContent2LeftText, .section1ExplanationContent2RightText {
  width: 100%;
  text-align: center;
  padding: 10px 0px;
  font-weight: bold;
  border-bottom: 2px solid black;
  margin: 0px 37px 0px 37px;
}

.section1ExplanationContent3 {
  text-align: center;
  white-space: pre-line; /* 改行を維持 */
  font-size: 20px;
  font-weight: bold;
}

/* PCサイズ時のスタイル */
@media (min-width: 768px) {
  .section1ExplanationArea {
    height: 77vh;
  }

  .section1ExplanationContent1 {
    margin-left: 0px;
    text-align: center;
  }

  .section1ExplanationContent2 {
    display: flex;
    justify-content: center;
    margin-bottom: 150px;
  }

  .section1ExplanationContent2Box {
    margin-top: 50px;
  }

  .section1ExplanationContent2LeftText, .section1ExplanationContent2RightText {
    width: 315px;
    font-size: 27px;
  }
}

/* 私たちについてエリアここまで */

/* 独立までのフローエリア */
.section1FlowContent2PC {
  display: none;
}

.section1FlowArea {
  width: 100%;
  height: 115vh;
}

.section1FlowContent1 {
  margin-left: 20px;
  font-size: 23px;
  font-weight: bold;
}

.section1FlowContent2 {
  width: 100%;
  height: 100%;
  margin-top: 20px;
}

.section1FlowContent2Box {
  width: 100%;
  height: 11vh;
  display: flex;
  padding: 20px 0px 20px 0px;
}

.section1FlowContent2Img1, .section1FlowContent2Img2, .section1FlowContent2Img3, .section1FlowContent2Img4, .section1FlowContent2Img5 {
  width: 100px;
  height: 100px;
  margin-left: 25px;
}

.section1FlowContent2Img1 {
  background-image: url(/images/independence_営業.png);
  background-size: cover;
  border-radius: 50px; /* 丸 */
}

.section1FlowContent2Img2 {
  background-image: url(/images/independence_人材育成.png);
  background-size: cover;
  border-radius: 50px; /* 丸 */
}

.section1FlowContent2Img3 {
  background-image: url(/images/independence_マーケティング.png);
  background-size: cover;
  border-radius: 50px; /* 丸 */
}

.section1FlowContent2Img4 {
  background-image: url(/images/independence_マネジメント.png);
  background-size: cover;
  border-radius: 50px; /* 丸 */
}

.section1FlowContent2Img5 {
  background-image: url(/images/independence_独立.png);
  background-size: cover;
  border-radius: 50px; /* 丸 */
}

.section1FlowContent2TextTitle {
  font-weight: bold;
  font-size: 14px;
}

.section1FlowContent2Text {
  margin-left: 60px;
  margin-top: 10px;
  font-size: 12px;
  white-space: pre-line; /* 改行を維持 */
}

.section1FlowContent2BoxShita {
  padding-left: 60px;
  font-size: 30px;
}

/* PCサイズ時のスタイル */
@media (min-width: 768px) {
  .section1FlowArea {
    height: 80vh;
  }

  .section1FlowContent1 {
    margin-left: 0px;
    text-align: center;
  }

  .section1FlowContent2 {
    display: none;
  }

  .section1FlowContent2PC {
    display: flex;
    justify-content: space-between;
    margin: 77px 50px 0px 50px;
  }

  .section1FlowContent2Img1PC, .section1FlowContent2Img2PC, .section1FlowContent2Img3PC, .section1FlowContent2Img4PC, .section1FlowContent2Img5PC {
    width: 200px;
    height: 200px;
  }

  .section1FlowContent2Img1PC {
    background-image: url(/images/independence_営業.png);
    background-size: cover;
    border-radius: 100px; /* 丸 */
  }
    .section1FlowContent2Img2PC {
    background-image: url(/images/independence_人材育成.png);
    background-size: cover;
    border-radius: 100px; /* 丸 */
  }

    .section1FlowContent2Img3PC {
    background-image: url(/images/independence_マーケティング.png);
    background-size: cover;
    border-radius: 100px; /* 丸 */
  }

    .section1FlowContent2Img4PC {
    background-image: url(/images/independence_マネジメント.png);
    background-size: cover;
    border-radius: 100px; /* 丸 */
  }

    .section1FlowContent2Img5PC {
    background-image: url(/images/independence_独立.png);
    background-size: cover;
    border-radius: 100px; /* 丸 */
  }


  .section1FlowContent2TextPC {
    width: 200px;
    margin-top: 30px;
  }

  .section1FlowContent2TextPCTitle {
    font-weight: bold;
    font-size: 19px;
  }

  .section1FlowContent2Boxmigi {
    padding-top: 90px;
    font-size: 25px;
  }
  
}

/* 独立までのフローエリアここまで */

/* お客様の声エリア */
.customerTestimonialsArea {
  width: 100%;
  height: 240vh;
}

.customerTestimonialsContent1 {
  margin-left: 20px;
  font-size: 20px;
  /* font-weight: bold; */
}

.customerTestimonialsContent2 {
  width: 100%;
  height: 100%;
  margin-top: 50px;
}

.customerTestimonialsContent2Box {
  width: 90%;
  height: 51vh;
  padding: 20px 0px 20px 0px;
  margin-left: 20px;
  margin-bottom: 35px;
  border-radius: 33px;
  border: 1.5px solid #000;
}

.customerTestimonialsContent2BoxFlex {
  display: flex;
}

.customerTestimonialsContent2Img1, .customerTestimonialsContent2Img2, .customerTestimonialsContent2Img3, .customerTestimonialsContent2Img4 {
  width: 130px;
  height: 130px;
  margin-left: 25px;
  border-radius: 65px;
}

.customerTestimonialsContent2Img1 {
  /* background-color: black; */
  background-image: url(/images/member01.png);
  background-size: cover;
}

.customerTestimonialsContent2Img2 {
  background-image: url(/images/member02.png);
  background-size: cover;
}

.customerTestimonialsContent2Img3 {
  background-image: url(/images/member03.png);
  background-size: cover;
}

.customerTestimonialsContent2Img4 {
  background-image: url(/images/member04.png);
  background-size: cover;
}

.customerTestimonialsContent2Title {
  margin: 33px 0px 0px 20px;
  font-size: 16px;
  font-weight: bold;
  white-space: pre-line; /* 改行を維持 */
}

.customerTestimonialsContent2Text {
  margin: 15px 17px;
  font-size: 12px;
  white-space: pre-line; /* 改行を維持 */
}

/* PCサイズ時のスタイル */
@media (min-width: 768px) {
  .customerTestimonialsContent1 {
  margin-left: 0px;
  text-align: center;
}

  .customerTestimonialsArea {
    height: 115vh;
  }

  .customerTestimonialsContent2Flex {
    display: flex;
    margin-right: 20px;
  }

  .customerTestimonialsContent2Title {
    margin: 15px 30px 0px 30px;
    font-size: 20px;
    font-weight: bold;
    white-space: pre-line; /* 改行を維持 */
  }

  .customerTestimonialsContent2Text {
    margin: 12px 30px;
    font-size: 12px;
    white-space: pre-line; /* 改行を維持 */
  }

  .customerTestimonialsContent2Box {
    width: 90%;
    height: 42vh;
    padding: 20px 0px 20px 0px;
    margin-left: 20px;
    margin-bottom: 35px;
    border-radius: 33px;
    border: 1.5px solid #000;
  }
}

/* お客様の声エリアここまで */

/* Q&Aエリア */
.qaArea {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  color: black;
  margin: auto;
  background-color: black;
}

.qaAreaContent1 {
  font-size: 23px;
  margin-bottom: 40px;
  font-weight: bold;
  color: white;
}

details {
  border: 1px solid white;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 10px 15px;
  color: white;
}

summary {
  list-style: none; /* Remove default arrow */
  position: relative;
  padding-right: 30px;
  cursor: pointer;
  font-weight: bold;
}

summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: -5px;
  font-size: 20px;
  transition: transform 0.3s ease;
}

details[open] summary::after {
  content: "−"; /* Show minus when open */
}

details p {
  margin-top: 20px;
  padding: 15px 0px 5px 0px;
  color: white;
  border-top: 1px dashed white; /* This is your dashed separator */
}

/* Q&Aエリアここまで */

.messageBox {
  width: 100%;
  height: 20vh;
  margin-top: 70px;
}

.messageText {
  text-align: center;
  white-space: pre-line; /* 改行を維持 */
}


/* アニメーション */
.fadein {
  opacity: 0;
  transform: translate(0,0);
  transition: all 1.2s;
  &.fadein-bottom{
      transform: translate(0,30px);
  }
  &.scrollin{
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }
}