/* font color */
/* family */
.container {
  padding-top: 100px;
}

.cont1 {
  background: url(../images/Generator_web/generator_main_banner_back.png) no-repeat center 0/1920px auto;
}
.cont1 .inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 177px 20px 164px;
  background: url(../images/Generator_web/generator_main_banner_img.png) no-repeat right bottom/635px auto;
}
.cont1 .sub_title {
  color: #fff;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 12px;
  font-family: "spoqa_medium";
}
.cont1 h2 {
  font-size: 56px;
  line-height: 1;
  font-family: "noto_bold";
  color: #fff;
}

.cont2 {
  background: #f1f5fb;
}
.cont2 .inner {
  max-width: 1240px;
  padding: 177px 20px 125px;
  margin: 0 auto;
}
.cont2 .box {
  display: flex;
  gap: 50px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
}
.cont2 .left_box {
  text-align: center;
}
.cont2 .left_box img {
  width: 300px;
  margin-bottom: 40px;
}
.cont2 .left_box h2 {
  font-size: 30px;
  line-height: 45px;
  font-family: "spoqa_regular";
  margin-bottom: 40px;
}
.cont2 .left_box h2 b {
  font-family: "spoqa_bold";
}
.cont2 .left_box h2 strong {
  font-family: "spoqa_bold";
  color: #1273eb;
}
.cont2 .left_box .text_box {
  font-family: "spoqa_regular";
  font-size: 20px;
  line-height: 33px;
  margin-bottom: 40px;
}
.cont2 .left_box .copy {
  font-size: 20px;
  line-height: 33px;
  font-family: "spoqa_bold";
}
.cont2 .right_box img {
  width: auto;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.4));
  height: 556px;
}
.cont2 .link_wrap {
  display: flex;
  gap: 36px;
  justify-content: center;
  margin-bottom: 34px;
}
.cont2 .link_wrap a {
  display: block;
  width: 180px;
  padding: 14px;
  border-radius: 50px;
  font-size: 24px;
  line-height: 1;
  color: #fff;
  text-align: center;
}
.cont2 .link_wrap a:nth-child(1) {
  background: #d541ff;
}
.cont2 .link_wrap a:nth-child(1):hover {
  background: #d02bff;
}
.cont2 .link_wrap a:nth-child(2) {
  background: #6f5cfb;
}
.cont2 .link_wrap a:nth-child(2):hover {
  background: #6551fb;
}
.cont2 .ps {
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  font-family: "spoqa_regular";
}
.cont2 .ps:nth-child(2) {
  display: none;
}

.cont3 {
  background: url(../images/Generator_web/blur.png) no-repeat center center/100% auto;
}
.cont3 .inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 120px 20px 174px;
}
.cont3 .sub_title {
  text-align: center;
  font-size: 24px;
  line-height: 40px;
  font-family: "spoqa_regular";
  margin-bottom: 60px;
}
.cont3 .puzzle_img {
  display: block;
  width: 296px;
  margin: 0 auto 60px;
}
.cont3 h2 {
  font-size: 45px;
  line-height: 1.5;
  font-family: "spoqa_bold";
  text-align: center;
  margin-bottom: 60px;
}

.cont4 {
  max-width: 1920px;
  margin: 0 auto;
  background: url(../images/Generator_web/generator_file_upload_banner_back_1024_1920px.png) no-repeat center 0/1920px auto;
}
.cont4 .inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 60px 20px 74px;
}
.cont4 h2 {
  font-size: 45px;
  line-height: 1.5;
  margin-bottom: 40px;
  font-family: "spoqa_bold";
}
.cont4 .sub_text {
  font-size: 20px;
  line-height: 1.5;
  font-family: "spoqa_regular";
  word-break: keep-all;
}
.cont4 .sub_text strong {
  font-family: "spoqa_bold";
  color: #1273eb;
}
.cont4 .box {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
}
.cont4 .right_box {
  width: 370px;
}

.cont5 .inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 150px 20px 170px;
}
.cont5 .box {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-bottom: 70px;
  align-items: center;
}
.cont5 .box .text {
  font-size: 24px;
  line-height: 40px;
  font-family: "spoqa_regular";
  word-break: keep-all;
}
.cont5 .box .text strong {
  font-family: "spoqa_bold";
  color: #1273eb;
}
.cont5 .box img {
  max-width: 560px;
}
.cont5 .button_wrap {
  display: flex;
  gap: 36px;
  justify-content: center;
}
.cont5 .button_wrap a {
  display: block;
  width: 250px;
  padding: 14px;
  border-radius: 50px;
  font-size: 24px;
  line-height: 1;
  color: #fff;
  text-align: center;
}
.cont5 .button_wrap a:nth-child(1) {
  background: #d541ff;
}
.cont5 .button_wrap a:nth-child(1):hover {
  background: #d02bff;
}
.cont5 .button_wrap a:nth-child(2) {
  background: #6f5cfb;
}
.cont5 .button_wrap a:nth-child(2):hover {
  background: #6551fb;
}

@media screen and (max-width: 1024px) {
  .container {
    padding-top: 60px;
  }

  .cont1 {
    background: url(../images/Generator_web/generator_main_banner_back.png) no-repeat 0 0/cover;
  }
  .cont1 .inner {
    padding: 177px 48px 164px;
    background: url(../images/Generator_web/generator_main_banner_img.png) no-repeat right bottom 30%/63% auto;
  }
  .cont1 .sub_title {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  .cont1 h2 {
    font-size: 32px;
    line-height: 1.3;
  }

  .cont2 .pc_br {
    display: none;
  }
  .cont2 .inner {
    padding: 80px 20px;
  }
  .cont2 .box {
    flex-direction: column;
  }
  .cont2 .left_box h2 {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 20px;
    word-break: keep-all;
  }
  .cont2 .left_box .text_box {
    font-size: 14px;
    max-width: 452px;
    word-break: keep-all;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .cont2 .left_box .copy {
    font-size: 14px;
  }
  .cont2 .right_box img {
    max-width: 426px;
    width: 100%;
    height: auto;
  }
  .cont2 .link_wrap {
    gap: 12px;
  }
  .cont2 .link_wrap a {
    font-size: 14px;
    width: 120px;
  }
  .cont2 .ps {
    font-size: 14px;
    word-break: keep-all;
  }
  .cont2 .ps:nth-child(2) {
    display: block;
  }

  .cont3 {
    background: none;
  }
  .cont3 .inner {
    padding: 80px 20px;
  }
  .cont3 .sub_title {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 40px;
    word-break: keep-all;
  }
  .cont3 .puzzle_img {
    width: 200px;
  }
  .cont3 h2 {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .cont3 .ex_img {
    display: block;
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
  }

  .cont4 {
    background: url(../images/Generator_web/generator_file_upload_banner_back_640_1024px.png) no-repeat center 0/cover;
  }
  .cont4 .inner {
    padding: 70px 48px;
  }
  .cont4 h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .cont4 .sub_text {
    font-size: 16px;
    max-width: 326px;
  }
  .cont4 .right_box {
    width: 300px;
  }

  .cont5 .inner {
    padding: 60px 20px;
  }
  .cont5 .box {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }
  .cont5 .box .text {
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
  }
  .cont5 .box img {
    max-width: 280px;
  }
  .cont5 .button_wrap {
    gap: 12px;
    margin-top: 30px;
  }
  .cont5 .button_wrap a {
    width: 140px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .cont1 .inner {
    padding: 100px 48px 164px;
    background: url(../images/Generator_web/generator_main_banner_img.png) no-repeat right bottom 20%/60% auto;
  }

  .cont4 {
    background: url(../images/Generator_web/generator_file_upload_banner_back_320_640px.png) no-repeat center 0/cover;
  }
  .cont4 .inner {
    padding: 60px 20px;
  }
  .cont4 .box {
    flex-direction: column;
    text-align: center;
  }
  .cont4 .right_box {
    width: 200px;
  }
}
@media screen and (max-width: 640px) {
  .cont1 .inner {
    padding: 100px 48px 164px;
    background: url(../images/Generator_web/generator_main_banner_img.png) no-repeat center bottom/350px auto;
  }
  .cont1 .sub_title {
    text-align: center;
  }
  .cont1 h2 {
    text-align: center;
  }

  .cont2 .tab_br {
    display: none;
  }

  .cont3 .pc_br {
    display: none;
  }
}

/*# sourceMappingURL=GeneratorMain.css.map */
