@media screen and (max-width: 767px) {
  .section_flow .block .box,
  .section_information .block .box {
    padding: 60px 5% 60px 10%;
  }
}

@media screen and (max-width: 767px) {
  .section_assignment .block {
    margin-right: 0;
    width: 95% !important;
  }
}
@media screen and (max-width: 767px) {
  .section_assignment .block .box {
    padding: 60px 5% 140px 10%;
  }
}
.section_assignment .w1-3 p {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .section_movie .block .box,
  .section_material .block .box {
    padding: 60px 10% 60px 5%;
  }
}

@media screen and (max-width: 767px) {
  .section_file .block .box,
  .section_examples_file .block .box {
    padding: 40px 0 40px 40px;
  }
}

.header,
.lp-mv-container,
.site {
  min-width: auto;
}

.block {
  width: calc(100% - 40px) !important;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .block {
    width: 90% !important;
    max-width: 100% !important;
  }
}

.lp-mv-badge-image {
  width: 100%;
  max-width: 300px;
}

.features_block {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .features_block {
    flex-direction: column;
  }
}
.features_block .text_box {
  width: 100%;
  margin-left: auto;
}
.features_block img {
  position: static !important;
  width: 30%;
  height: auto;
  flex-shrink: 0;
  transform: scale(1.25);
  transform-origin: right center;
}
@media screen and (max-width: 767px) {
  .features_block img {
    width: 100%;
    transform: scale(1);
  }
}

.section_features .features_block {
  margin-left: 5%;
  margin-right: 5%;
}

@media screen and (max-width: 767px) {
  .section_flow .block {
    width: 95% !important;
  }
}

@media screen and (max-width: 767px) {
  .section_information .block {
    width: 95% !important;
  }
}

.section_flow .step_box .headline {
  flex-shrink: 0;
}

.step_box.icon_free::after {
  width: 62px;
  height: 62px;
  left: -10px;
}

.section_support .flexBox {
  flex-wrap: nowrap;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .section_support .flexBox {
    flex-direction: column;
    gap: 0;
  }
}

.section_information .flexBox {
  gap: 40px;
}
.section_information .left_box,
.section_information .right_box {
  margin: 0 auto;
  min-height: 40vh;
}
@media screen and (max-width: 767px) {
  .section_information .left_box,
  .section_information .right_box {
    margin: 0;
  }
}
.section_information + .section_contact {
  padding-top: 0;
}

.section_material > div {
  width: 100%;
  flex-shrink: 0;
}

.features_block.no02 {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .features_block.no02 {
    flex-direction: column;
  }
}
.features_block.no02 img {
  transform-origin: left center;
}

.toggle {
  padding-right: 60px;
}
@media screen and (max-width: 767px) {
  .toggle {
    padding-right: 15px;
  }
}

@media screen and (min-width: 744px) and (max-width: 767px) {
  .lp-mv-badge-item {
    gap: 20px;
  }
  .lp-mv-badge-image {
    max-width: 190px;
  }
  .lp-mv-badge-wrapper {
    bottom: -8vw;
  }
}
@media (min-width: 767px) and (max-width: 1440px) {
  .lp-mv-badge-list {
    gap: 0px;
  }
  .lp-mv-logo-image-wrapper {
    width: 46%;
  }
}
@media screen and (max-width: 767px) {
  .section_material .w1-3 {
    width: 100%;
  }
}

.section_assignment_point .block {
  width: 1140px;
  max-width: 100%;
  margin-right: 0;
}

.section_assignment_point .block .box h3 {
  height: fit-content;
}

.section_assignment_point .block {
  width: calc(100% - 10vw);
}
@media screen and (max-width: 767px) {
  .section_assignment_point .block {
    width: auto !important;
  }
}
.section_assignment_point .block .box {
  margin: auto;
  position: relative;
  justify-content: flex-start;
  padding: 60px 350px 60px 80px;
}
@media screen and (max-width: 767px) {
  .section_assignment_point .block .box {
    padding: 60px 80px 60px 80px;
    justify-content: center;
    padding: 40px 0px;
  }
}
.section_assignment_point .block .box h3 {
  transform: translateX(0px);
  position: static;
}
