@charset "UTF-8";

#beginner .page-title {
  margin: 40px 0;
}

#beginner .head-text {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 40px;
  text-align: center;
}

#beginner .beginner-about {
  background-color: #17B3EF;
  padding-bottom: 200px;
  position: relative;
}
#beginner .beginner-about::before {
  content: "";
  width: 100%;
  max-width: 900px;
  height: 50px;
  background-color: #17B3EF;
  border-radius: 65px 65px 0 0;
  padding: 0 20px;
  margin: 0 auto;
  position: absolute;
  top: -48px;
  left: 0;
  right: 0;
}
#beginner .beginner-about .about-title {
  max-width: 760px;
  border-bottom: solid 14px #FDEF3F;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  padding-bottom: 10px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  top: -30px;
}
#beginner .beginner-about .about-subtitle {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 50px;
  text-align: center;
}
#beginner .beginner-about .about-support {
  max-width: 560px;
  margin: 0 auto 20px;
}
#beginner .beginner-about .about-support-time {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}
#beginner .beginner-about .about-note {
  text-align: center;
}
#beginner .beginner-about .flex-balloon {
  display: flex;
  margin: 40px 0;
}
#beginner .beginner-about .flex-balloon .balloon-text {
  width: 50%;
  max-width: 540px;
  position: relative;
  z-index: 10;
}
#beginner .beginner-about .flex-balloon .balloon-img {
  width: 50%;
  max-width: 440px;
  margin-left: -30px;
}
#beginner .beginner-about .flex-balloon .balloon-img img {
  border-radius: 35px;
}
#beginner .beginner-about .about-text-bottom {
  max-width: 760px;
  border-bottom: solid 14px #FDEF3F;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  padding-bottom: 10px;
  margin: 0 auto 30px;
  text-align: center;
}

#beginner .beginner-step {
  background-color: #D8FDFD;
  background-image: url(../img/beginner/bg-line1.png), url(../img/beginner/bg-line2.png);
  background-blend-mode: multiply;
  background-size: 100% 520px;
  background-position: center 26%, center 96%;
  border-radius: 118px 118px 0 0;
  padding: 20px 0 50px;
  margin-top: -110px;
  position: relative;
  z-index: 10;
}
#beginner .beginner-step .step-title {
  border-bottom: solid 8px #EE414B;
  font-size: 32px;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  line-height: 1;
}
#beginner .beginner-step .step-title span {
  color: #EE414B;
  font-family: "Futura", "Noto Sans JP", sans-serif;
  font-size: 100px;
  font-weight: 500;
  margin: 0 5px;
  position: relative;
  bottom: -7px
}
#beginner .beginner-step .step-list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 8%;
  margin-bottom: 80px;
}
#beginner .beginner-step .step-list li {
  width: 46%;
}
#beginner .beginner-step .step-list li .icon-step {
  margin-bottom: 10px;
}
#beginner .beginner-step .step-list li .list-title {
  display: flex;
  align-items: center;
  font-size: min(2.6vw, 25px);
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 10px;
}
#beginner .beginner-step .step-list li .list-title .no {
  color: #EE414B;
  font-family: "Futura", "Noto Sans JP", sans-serif;
  font-size: min(10vw, 100px);
  font-weight: 500;
  line-height: 1;
  margin-right: 20px;
}
#beginner .beginner-step .step-list li:nth-child(1) {
  margin-top: 70px;
}
#beginner .beginner-step .step-list li:nth-child(1) .step-img-flex {
  display: flex;
  margin-left: 5%;
}
#beginner .beginner-step .step-list li:nth-child(1) .step-img1 {
  max-width: 318px;
  margin-right: 8px;
}
#beginner .beginner-step .step-list li:nth-child(1) .step-img2 {
  max-width: 170px;
}
#beginner .beginner-step .step-list li:nth-child(2) .step-img {
  max-width: 407px;
  margin-left: 16%;
}
#beginner .beginner-step .step-list li:nth-child(3) .step-img {
  max-width: 366px;
  margin-left: 14%;
}
#beginner .beginner-step .step-list li:nth-child(4) .step-img {
  max-width: 273px;
  margin-left: 16%;
}
#beginner .beginner-step .step-list li:nth-child(5) {
  margin-top: 70px;
}
#beginner .beginner-step .step-list li:nth-child(5) .step-img-flex {
  display: flex;
  margin-left: 5%;
}
#beginner .beginner-step .step-list li:nth-child(5) .step-img1 {
  max-width: 245px;
  margin-right: 8px;
}
#beginner .beginner-step .step-list li:nth-child(5) .step-img2 {
  max-width: 207px;
}
#beginner .beginner-step .step-list li:nth-child(6) .step-img {
  max-width: 314px;
  margin-left: 15%;
}
#beginner .beginner-step .step-text-bottom {
  max-width: 760px;
  border-bottom: solid 14px #FDEF3F;
  font-size: 30px;
  font-weight: 500;
  padding-bottom: 10px;
  margin: 0 auto;
  text-align: center;
}


@media screen and (max-width: 768px) {
  #beginner .head-text {
    font-size: 20px;
    line-height: 1.8;
  }

  #beginner .beginner-about {
    padding-bottom: 80px;
  }
  #beginner .beginner-about::before {
    border-radius: 35px 35px 0 0;
    padding: 0 15px;
    top: -35px;
  }
  #beginner .beginner-about .about-title {
    border-bottom: solid 10px #FDEF3F;
    font-size: 20px;
    top: -20px;
  }
  #beginner .beginner-about .about-subtitle {
    font-size: 18px;
  }
  #beginner .beginner-about .about-support {
    padding: 0 20px;
    margin: 0 auto 10px;
  }
  #beginner .beginner-about .about-support-time {
    font-size: 18px;
  }
  #beginner .beginner-about .about-note {
    font-size: 15px;
  }
  #beginner .beginner-about .flex-balloon {
    flex-direction: column;
    margin: 30px 0;
  }
  #beginner .beginner-about .flex-balloon .balloon-text {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
  }
  #beginner .beginner-about .flex-balloon .balloon-img {
    width: 100%;
    margin: -25px auto 0
  }
  #beginner .beginner-about .flex-balloon .balloon-img img {
    border-radius: 35px;
  }
  #beginner .beginner-about .about-text-bottom {
    border-bottom: solid 10px #FDEF3F;
    font-size: 20px;
    margin: 0 auto 20px;
  }

  #beginner .beginner-step {
    border-radius: 40px 40px 0 0;
    margin-top: -40px;
  }
  #beginner .beginner-step .step-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  #beginner .beginner-step .step-title span {
    font-size: 50px;
  }
  #beginner .beginner-step .step-list {
    flex-direction: column;
    gap: 40px 0;
    margin-bottom: 30px;
  }
  #beginner .beginner-step .step-list li {
    width: 100%;
  }
  #beginner .beginner-step .step-list li .icon-step {
    margin-bottom: 15px;
  }
  #beginner .beginner-step .step-list li .list-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #beginner .beginner-step .step-list li .list-title .no {
    font-size: 58px;
    margin-right: 10px;
  }
  #beginner .beginner-step .step-list li:nth-child(1) {
    margin-top: 0;
  }
  #beginner .beginner-step .step-list li:nth-child(1) .step-img-flex {
    margin: 0;
    justify-content: center;
  }
  #beginner .beginner-step .step-list li:nth-child(2) .step-img {
    max-width: 366px;
    margin: 0 auto;
  }
  #beginner .beginner-step .step-list li:nth-child(3) {
    margin-top: 0;
  }
  #beginner .beginner-step .step-list li:nth-child(3) .step-img {
    margin: 0 auto;
  }
  #beginner .beginner-step .step-list li:nth-child(4) .step-img {
    max-width: 256px;
    margin: 0 auto;
  }
  #beginner .beginner-step .step-list li:nth-child(5) {
    margin-top: 0;
  }
  #beginner .beginner-step .step-list li:nth-child(5) .step-img-flex {
    display: flex;
    justify-content: center;
    margin-left: 0;
  }
  #beginner .beginner-step .step-list li:nth-child(5) .step-img1 {
    max-width: 204px;
    margin-right: 8px;
  }
  #beginner .beginner-step .step-list li:nth-child(5) .step-img2 {
    max-width: 212px;
  }
  #beginner .beginner-step .step-list li:nth-child(6) .step-img {
    max-width: 402px;
    margin: 0 auto;
  }
  #beginner .beginner-step .step-text-bottom {
    border-bottom: solid 10px #FDEF3F;
    font-size: 20px;
  }
}