.un_header {

}
.un_header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2em 10%;
}
.un_header_logo {

}
.un_header-nav {

}
.un_header-nav_list {
  display: flex;
}
.un_header-nav_item {
  margin-right: 32px;
}
.un_header-nav_item:last-of-type {
  margin-right: 0;
}
.un_header-nav_link {
  font-size: 1.8rem;
  font-weight: bold;
  color: #6A12D6;
  display: block;
}
.un_hamburger {
  position: fixed;
  top: 5%;
  right: 10%;
  z-index: 999;
  display: none;
}
.un_hamburger_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  padding: 18px;
  margin-top: -16px;
  z-index: 999;
  position: relative;
}
.un_hamburger_line {
  height: 2px;
  background-color: #6A12D6;
  position: absolute;
  width: 24px;
}
.js_hamburger.active .un_hamburger_line {
  background-color: #fff;
}
.un_hamburger_line--top {
  top: 10px;
  transition: all 0.5s;
}
.un_hamburger_line--center {
  top: 17px;
  transition: all 0.5s;
}
.un_hamburger_line--bottom {
  top: 25px;
  transition: all 0.5s;
}
.js_hamburger.active .un_hamburger_line--top {
  top: 18px;
  width: 22px;
  transform: translateY(6px) rotate(-45deg);
  transition: all 0.5s;
}

.js_hamburger.active .un_hamburger_line--center {
  opacity: 0;
  transition: all 0.5s;
}
.js_hamburger.active .un_hamburger_line--bottom {
  top: 18px;
  left: 1;
  width: 22px;
  transform: translateY(6px) rotate(45deg);
  transition: all 0.5s;
}
.js_header-nav {
  transition: all 0.8s;
}
.js_header-nav.panelactive {
  right: 0;
}

.un_main {

}
.bl_section {

}
.bl_section--feature {
  background-color: #6A12D6;
}
.bl_section_inner {
  padding: 3.5em 10%;
}
.bl_section_inner--feature {
  padding: 6em 10%;
  margin: 5em 0;
}

.bl_cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1435px;
}
.bl_cont--reverse {
  flex-direction: row-reverse;
}
.bl_cont--center {
  justify-content: center;
}

.bl_cont_txt-wrapper {
  max-width: 754px;
  width: 100%;
}

.bl_cont_heading {
  font-weight: bold;
  color: #6A12D6;
  margin-bottom: 0.8em;
  font-size: 4rem;
  line-height: 1.5;
}
.bl_cont_heading--feature {
  color: #ffffff;
  margin-bottom: 1.5em;
}
.bl_cont_heading--center {
  text-align: center;
}

.bl_cont_txt {
  font-size: 2rem;
  line-height: 2;
  margin-top: 2em;
}
.bl_cont_txt--center {
  text-align: center;
}
.bl_cont_txt:first-of-type {
  margin-top: 0;
}

.bl_cont_img-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  margin-left: 8em;
}
.bl_cont_img {

}
.bl_cont_img:nth-of-type(2) {
  margin-left: 1.5em;
}
.bl_cont_btn-wrapper {
  margin-top: 3.5em;
}
.bl_cont_btn-wrapper--center {
  text-align: center;
}
.bl_cont_btn {
  margin-right: 16px;
  display: inline-block;
}
.bl_cont_btn:last-of-type {
  margin-right: 0;
}

.un_feature {
  margin-bottom: 3.5em;
}
.un_feature:last-of-type {
  margin-bottom: 0;
}
.un_feature_ttl {
  color: #ffffff;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1em;
}
.un_feature_txt {
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 2;
}

.un_footer {
  background-color: #222222;
  margin-top: 3em;
}
.un_footer_inner {
  padding: 14em 0 3em 0;
}
.un_footer_copyright {
  color: #ffffff;
  text-align: center;
  display: block;
  font-size: 1.4rem;
}

.pc {
  display: block;
}
.sp {
  display: none;
}

@media screen and (max-width: 1440px) {
  .un_header_inner {
    padding: 2em 5%;
  }
  .bl_section_inner {
    padding: 3.5em 5%;
  }

  .bl_section_inner--feature {
    padding: 6em 5%;
  }
  .bl_cont_img-wrapper {
    margin-left: 4em;
  }
}
@media screen and (max-width: 900px) {
  .bl_cont {
    flex-direction: column-reverse;
  }
  .bl_cont_img-wrapper {
    margin-left: 0;
    justify-content: center;
  }
  .bl_cont_btn-wrapper {
    margin-top: 1.5em;
  }
  .bl_cont_heading {
    font-size: 2.4rem;
    margin-top: 2em;
  }
  .bl_cont_txt {
    font-size: 1.6rem;
  }
  .bl_section_inner {
    padding: 2.5em 5%;
  }
  .bl_section_inner--feature {
    padding: 3em 5%;
    margin: 0;
  }
  .un_footer_inner {
    padding: 8em 0 3em 0;
  }

  .un_hamburger {
    display: block;
    top: 7%;
    right: 5%;
  }
  .un_header-nav_list {
    flex-direction: column;
    justify-content: center;
    height: 100vh;
  }
  .un_header-nav_item {
    margin: 1em 0em 2em 2em;
  }
  .un_header-nav_link {
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    display: block;
  }
  .js_header-nav {
    position: fixed;
    z-index: 998;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #6A12D6;
    transition: all 0.8s;
  }
  .bl_cont_btn-wrapper {
    text-align: center;
  }
  .bl_cont_btn {
    margin-right: 0;
    margin-bottom: 16px;
  }

  .pc {
      display: none;
    }
  .sp {
    display: block;
  }
}