@charset "UTF-8";

html {
  font-size: 62.5%;
}

/* sp */
/* p {
  font-size: 1.4rem;
}

h2 {
  font-size: 1.9rem;
}

h3 {
  font-size: 1.6rem;
} */

body {
  overflow: visible;
}

/* sec01 */
.container01 {
  width: 100%;
  height: 45vw;
  position: relative;
  background-image: url("../images/idea/06_MV.jpg");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

/* sec02 */

#sec02 {
  padding-bottom: 20%;
}

/* #sec02 .contents {
    margin-top: min(17vw, 200px);
} */
#sec02 .contents:nth-child(2) {
  margin-top: 4rem;
}

#sec02 .contents div {
    width: 100%;
}

#sec02 .contents div p {
    line-height: 2;
    /* padding: 4.4vw 0; */
}

img.sp {
  margin-top: 4rem;
}

.headline {
  position: relative;
  padding-left: 22px;
  white-space: nowrap;
  margin-bottom: var(--header-margin-bottom);
}

.headline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 7px;
  height: 100%;
  background-color: #00817a;
}




/* pc */
@media screen and (min-width: 999.8px) {
  h2 {
    font-size: 3.5rem;
  }

  h3 {
    font-size: 2.6rem;
  }

  /* sec01 */
  .container01 {
    width: 100%;
    height: 27vw;
    position: relative;
    background-image: url("../images/idea/06_MV.jpg");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
  }

  /* sec02 */
  #sec02 {
    padding-bottom: 0;
  }
  
  #sec02 .sticky {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    padding-block: 8rem;
  }

  #sec02 .sticky__bg {
    position: absolute;
    top: 0;
    left: 52%;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }

  #sec02 .sticky__img {
    background-image: url("../images/idea/idea-pc.png");
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: calc(100vh - 80px);
    position:sticky;
    top: 80px;
    z-index: -1;
  }


  #sec02 .contents {
    margin-top: 0;
    padding-bottom: 0;
  }

  #sec02 .contents:first-of-type {
    padding-bottom: 4.5vw;
  }

  #sec02 .contents:last-of-type {
    padding-bottom: 8vw;
  }

  #sec02 .contents div {
    width: 50%;
    /* min-width: 500px; */
  }

  #sec02 .contents div p {
    font-size: 1.6rem;
    line-height: 2.8;
    /* padding: 4.4vw 0 0 0; */
  }

}
