.section_04 ul li p,
.section_08 .descArea p,
.section_09 ul li.step_01 .boxInner,
.section_09 ul li.step_02 {
  font-size: 18px;
}

.section_02 .upper li span {
  font-size: 20px;
}

.section_05 ul .descArea {
  font-size: 22px;
}

.section_02 p {
  font-size: 28px;
}

.section_01 .leftArea p {
  font-size: 36px;
}

.section_01 .leftArea h2 {
  font-size: 48px;
}

footer {
  font-size: 13px;
}
footer .rightArea p {
  font-size: 16px;
}

header {
  padding: 16px 0;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  transition: box-shadow 0.3s, background 0.3s;
}
header.active {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px -2px 12px 1px rgba(0, 0, 0, 0.2);
}
header .inner {
  display: flex;
  justify-content: space-between;
}

.section_01 {
  padding: 80px 0 40px;
}
.section_01 .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section_01 .inner > * {
  width: 50%;
}
.section_01 .leftArea {
  color: #4a6eff;
}
.section_01 .leftArea h2 {
  font-weight: 600;
  margin-bottom: 16px;
}
.section_01 .leftArea p {
  opacity: 0.5;
}

.section_02 {
  padding: 80px 0 40px;
}
.section_02:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: #4a6eff;
}
.section_02 > * {
  position: relative;
  z-index: 1;
}
.section_02 .upper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.section_02 .upper li {
  width: 32%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.3);
}
.section_02 .upper li span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 32px 0;
  color: #fff;
}
.section_02 p {
  color: #fff;
  margin-bottom: 48px;
}
.section_02 .lower {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 650px;
  margin: auto;
}
.section_02 .lower li {
  width: 23%;
  padding-top: 23%;
  position: relative;
  margin-bottom: 2%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.section_02 .lower li img {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section_03 {
  padding: 0;
  background-color: #f5f7ff;
}
.section_03 .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section_03 .inner .imgArea {
  width: 50%;
}
.section_03 h3 {
  font-weight: 600;
  padding-bottom: 40%;
}

.section_04 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section_04 ul li {
  width: 40%;
}
.section_04 ul li .imgArea {
  height: 400px;
  margin-bottom: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section_04 ul li .imgArea img {
  height: 100%;
}
.section_04 ul li p {
  font-weight: 500;
}

.section_05 {
  padding-bottom: 80px;
}
.section_05 .title {
  margin-bottom: 16px;
}
.section_05 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section_05 ul .ico {
  margin-bottom: 5%;
}
.section_05 ul .imgArea {
  margin-bottom: 24px;
}
.section_05 ul .descArea {
  font-weight: 500;
}

.section_06 {
  background: #4a6eff;
}
.section_06 img {
  box-shadow: 0px -2px 12px 1px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.section_07 .inner {
  display: flex;
  justify-content: space-between;
}
.section_07 .inner > div {
  width: 50%;
}
.section_07 .leftArea {
  padding-top: 8%;
}
.section_07 .leftArea .title {
  margin-bottom: 64px;
}

.section_08 .inner {
  display: flex;
  justify-content: space-between;
  width: 90%;
}
.section_08 .descArea {
  padding-top: 3%;
  width: 40%;
}
.section_08 .descArea h3 span {
  display: inline;
}
.section_08 .imgArea {
  width: 45%;
}

.section_09 {
  background: #f5f7ff;
}
.section_09 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section_09 ul li.step_01 {
  width: 30%;
  display: flex;
  flex-wrap: wrap;
}
.section_09 ul li.step_01 .box {
  width: 50%;
  padding-top: 50%;
  background: #4a6eff;
  border-radius: 50%;
  position: relative;
}
.section_09 ul li.step_01 .box .boxInner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 600;
}
.section_09 ul li.step_02 {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  color: #4a6eff;
  font-weight: 700;
}
.section_09 ul li.step_03 {
  width: 30%;
}

footer {
  padding: 32px 0 64px;
  background-color: #f1f2f5;
}
footer .footerCont {
  display: flex;
  justify-content: space-between;
}
footer * {
  color: #727272;
}
footer h2 {
  margin-bottom: 40px;
}
footer .btnLink {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: auto;
}
footer .btnLink span {
  color: #fff;
}
footer .leftArea {
  width: 50%;
}
footer .leftArea ul {
  margin-bottom: 32px;
}
footer .leftArea ul li {
  line-height: 1.5;
}
footer .rightArea {
  width: 30%;
}
footer .rightArea p {
  font-weight: 600;
  margin-bottom: 8px;
}
footer .rightArea ul li {
  line-height: 1.5;
}

@media screen and (max-width: 1200px) {
  .section_04 ul li p,
  .section_08 .descArea p,
  .section_09 ul li.step_01 .boxInner,
  .section_09 ul li.step_02 {
    font-size: 16px;
  }
  .section_02 .upper li span {
    font-size: 20px;
  }
  .section_05 ul .descArea {
    font-size: 22px;
  }
  .section_02 p {
    font-size: 24px;
  }
  .section_01 .leftArea p {
    font-size: 30px;
  }
  .section_01 .leftArea h2 {
    font-size: 36px;
  }
  .section_08 .title {
    font-size: 26px;
  }
  .section_08 .descArea h3 span {
    display: block;
  }
  .section_09 .title {
    margin-bottom: 16px;
  }
  .section_09 ul .step_01 {
    width: 26%;
  }
  .section_09 ul .step_03 {
    width: 35%;
  }
  footer {
    font-size: 13px;
  }
  footer .rightArea p {
    font-size: 16px;
  }
}
@media screen and (max-width: 800px) {
  header {
    padding: 12px 0;
  }
  header h1 {
    width: 70px;
  }
  .section_01 .inner {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .section_01 .inner > div {
    width: 85%;
  }
  .section_01 .inner .leftArea {
    order: 1;
    text-align: center;
  }
  .section_01 .inner .leftArea h2 {
    font-size: 24px;
  }
  .section_01 .inner .leftArea p {
    font-size: 16px;
  }
  .section_01 .inner .leftArea p span {
    display: inline;
  }
  .section_01 .inner .rightArea {
    order: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section_02 {
    padding: 40px 0;
  }
  .section_02 .title {
    text-align: left;
  }
  .section_02 p {
    font-size: 16px;
  }
  .section_02 .upper {
    overflow-x: auto;
    margin: 0 -2.5% 16px;
    padding: 16px;
  }
  .section_02 .upper::-webkit-scrollbar {
    display: none;
  }
  .section_02 .upper li {
    flex: 0 0 70%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
  }
  .section_02 .upper li:not(:last-child) {
    margin-right: 16px;
  }
  .section_02 .upper li span {
    font-size: 14px;
    padding: 12px 4px;
    word-break: keep-all;
  }
  .section_02 .lower {
    width: 60%;
    margin: auto;
  }
  .section_02 .lower li {
    width: 45%;
    padding-top: 45%;
    margin-bottom: 5%;
  }
  .section_03 {
    padding: 40px 0 0;
  }
  .section_03 .inner {
    display: block;
  }
  .section_03 .inner .title {
    padding: 0;
    margin-bottom: 32px;
    text-align: center;
  }
  .section_03 .inner .imgArea,
  .section_03 .inner .imgArea img {
    width: 100%;
  }
  .section_04 ul {
    display: block;
  }
  .section_04 ul li {
    width: 90%;
    margin: auto;
    margin-bottom: 32px;
  }
  .section_04 ul li .imgArea {
    margin-bottom: 16px;
  }
  .section_05 {
    padding: 0 0 40px;
  }
  .section_05 ul {
    align-items: flex-start;
  }
  .section_05 ul li {
    width: 30%;
  }
  .section_05 ul li.ico {
    width: 2%;
    padding-top: 23%;
  }
  .section_05 ul li .descArea {
    font-size: 12px;
  }
  .section_07 .inner {
    display: block;
  }
  .section_07 .inner > div {
    width: 100%;
  }
  .section_07 .inner .title {
    font-weight: 500;
    margin-bottom: 24px;
    font-size: 16px;
  }
  .section_07 .inner .leftArea {
    padding: 0;
    margin-bottom: 24px;
  }
  .section_07 .inner .rightArea {
    margin: 0 -2.5%;
    width: auto;
  }
  .section_04 ul li p,
  .section_08 .descArea p,
  .section_09 ul li.step_01 .boxInner,
  .section_09 ul li.step_02 {
    font-size: 14px;
  }
  .section_08 {
    padding: 20px 0;
  }
  .section_08 .inner {
    flex-flow: column;
    gap: 16px;
  }
  .section_08 .inner > * {
    width: 100%;
  }
  .section_08 .inner .descArea .title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 16px;
  }
  .section_08 .inner .descArea p {
    font-size: 14px;
    text-align: center;
  }
  .section_08.section_08_02 .inner .descArea {
    order: 2;
  }
  .section_09 .title {
    margin-bottom: 16px;
  }
  .section_09 ul {
    flex-flow: column;
  }
  .section_09 ul li.step_01 {
    width: 90%;
  }
  .section_09 ul li.step_02 {
    margin: 24px 0;
    gap: 16px;
  }
  .section_09 ul li.step_03 {
    width: 90%;
  }
  footer {
    padding: 16px 0 40px;
    font-size: 13px;
  }
  footer * {
    color: #000;
  }
  footer .inner,
  footer .footerCont {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  footer h2 {
    width: 106px;
    margin-bottom: 32px;
  }
  footer .footerCont .btnLink {
    margin-bottom: 24px;
    order: 0;
  }
  footer .footerCont ul {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
  }
  footer .footerCont ul:not(:last-child) {
    margin-bottom: 24px;
  }
  footer .footerCont ul li {
    line-height: 1.5;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
  footer .footerCont ul li a,
  footer .footerCont ul li span {
    line-height: inherit;
  }
  footer .rightArea p {
    font-size: 16px;
  }
}/*# sourceMappingURL=page.css.map */