.construction-summary {
  width: 1128px;
  margin: 120px auto 0;
}
@media (max-width: 440px) {
  .construction-summary {
    width: 100%;
    padding: 0 24px;
    margin-top: 64px;
  }
}
.construction-summary--img {
  display: block;
  margin: 0 auto;
}
.construction-summary--wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 56px;
  margin-top: 120px;
}
.construction-summary--wrapper + .construction-summary--wrapper {
  flex-direction: row-reverse;
  margin-top: 56px;
}
@media (max-width: 440px) {
  .construction-summary--wrapper {
    flex-direction: column;
    gap: 24px;
    margin-top: 64px;
  }
  .construction-summary--wrapper + .construction-summary--wrapper {
    flex-direction: column;
    margin-top: 32px;
  }
}
.construction-summary--title {
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 440px) {
  .construction-summary--title {
    font-size: 16px;
  }
}
.construction-summary--description {
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.7;
}
@media (max-width: 440px) {
  .construction-summary--description {
    margin-top: 16px;
    font-size: 14px;
  }
}

.construction-anchor {
  width: 1128px;
  margin: 160px auto 0;
}
@media (max-width: 440px) {
  .construction-anchor {
    width: 100%;
    margin-top: 120px;
    padding: 0 24px;
  }
}
.construction-anchor--list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
}
@media (max-width: 440px) {
  .construction-anchor--list {
    flex-direction: column;
    gap: 16px;
  }
}
.construction-anchor--item {
  flex: 1;
}
@media (max-width: 440px) {
  .construction-anchor--item {
    width: 100%;
  }
}
.construction-anchor--link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  padding: 24px 16px;
  border: #bcbcbc 1px solid;
  transition: background-color 0.3s, border-color 0.3s;
}
.construction-anchor--link:after {
  content: "";
  display: block;
  width: 24px;
  height: 12px;
  margin-top: 8px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2212%22%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23a)%22%3E%3Cpath%20fill%3D%22%2300A0E9%22%20d%3D%22m17.422%202.452%201.06%201.061-5.777%205.779a.995.995%200%200%201-1.413%200l-5.78-5.779%201.06-1.06%205.425%205.424%205.425-5.425Z%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24%200v12H0V0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.3s;
}
.construction-anchor--link:hover {
  background-color: #E7F3F9;
  border-color: #00a0e9;
}
.construction-anchor--link:hover:after {
  transform: translateY(4px);
}
@media (max-width: 440px) {
  .construction-anchor--link {
    flex-direction: row;
    justify-content: space-between;
    padding: 16px;
  }
  .construction-anchor--link:after {
    margin-top: 0;
  }
}

.construction-support {
  margin-top: 80px;
  padding: 120px 0;
  background-color: #f5f5f7;
}
@media (max-width: 440px) {
  .construction-support {
    margin-top: 64px;
    padding: 80px 0;
  }
}
.construction-support--title_wrapper {
  width: fit-content;
  margin: 0 auto;
}
.construction-support--title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 440px) {
  .construction-support--title {
    font-size: 24px;
  }
}
.construction-support--description {
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
}
@media (max-width: 440px) {
  .construction-support--description {
    margin-top: 16px;
    font-size: 14px;
  }
}

.construction-support_flow {
  width: 936px;
  margin: 80px auto 0;
}
@media (max-width: 440px) {
  .construction-support_flow {
    width: 100%;
    margin-top: 40px;
    padding: 0 24px;
  }
}
.construction-support_flow--title {
  width: 100%;
  padding: 8px 0;
  background-color: #00a0e9;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 440px) {
  .construction-support_flow--title {
    font-size: 18px;
  }
}
.construction-support_flow--list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px 24px;
  margin-top: 40px;
}
@media (max-width: 440px) {
  .construction-support_flow--list {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 32px;
  }
}
.construction-support_flow--item {
  flex: 1;
}
@media (max-width: 440px) {
  .construction-support_flow--item {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 16px;
  }
}
.construction-support_flow--img_wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.construction-support_flow--img_wrapper:after {
  content: "";
  flex-grow: 1;
  display: block;
  height: 1px;
  background-color: #00a0e9;
}
.construction-support_flow--item:last-child .construction-support_flow--img_wrapper:after {
  content: none;
}
@media (max-width: 440px) {
  .construction-support_flow--img_wrapper {
    flex-shrink: 0;
    flex-direction: column;
  }
  .construction-support_flow--img_wrapper:after {
    width: 1px;
    height: auto;
  }
}
.construction-support_flow--img {
  flex-shrink: 0;
}
@media (max-width: 440px) {
  .construction-support_flow--img {
    width: 56px;
  }
}
.construction-support_flow--text_wrapper {
  margin-top: 24px;
}
@media (max-width: 440px) {
  .construction-support_flow--text_wrapper {
    flex-grow: 1;
    margin-top: 0;
    padding-bottom: 24px;
  }
}
.construction-support_flow--lead {
  color: #00a0e9;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 440px) {
  .construction-support_flow--lead {
    font-size: 16px;
  }
}
.construction-support_flow--description {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.7;
}
@media (max-width: 440px) {
  .construction-support_flow--description {
    margin-top: 8px;
    font-size: 12px;
  }
}

.construction-cad_floor {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 1128px;
  margin: 120px auto 0;
}
@media (max-width: 440px) {
  .construction-cad_floor {
    flex-direction: column;
    gap: 40px;
    width: 100%;
    padding: 0 24px;
    margin-top: 80px;
  }
}
.construction-cad_floor--text_wrapper {
  width: 360px;
}
@media (max-width: 440px) {
  .construction-cad_floor--text_wrapper {
    width: 100%;
  }
}
.construction-cad_floor--title {
  font-size: 32px;
  font-weight: bold;
}
@media (max-width: 440px) {
  .construction-cad_floor--title {
    font-size: 24px;
  }
}
.construction-cad_floor--lead {
  margin-top: 24px;
  color: #00a0e9;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 440px) {
  .construction-cad_floor--lead {
    font-size: 16px;
  }
}
.construction-cad_floor--description {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.7;
}
@media (max-width: 440px) {
  .construction-cad_floor--description {
    margin-top: 8px;
    font-size: 14px;
  }
}
.construction-cad_floor--slider_wrapper {
  width: 648px;
}
@media (max-width: 440px) {
  .construction-cad_floor--slider_wrapper {
    width: 100%;
  }
}
.construction-cad_floor--thumbnail_slider {
  width: 536px;
  margin: 24px auto 0;
}
@media (max-width: 440px) {
  .construction-cad_floor--thumbnail_slider {
    width: calc(100% - 64px);
    margin-top: 16px;
  }
}
.construction-cad_floor .splide__track--nav > .splide__list > .splide__slide {
  border: #bcbcbc 1px solid;
}
.construction-cad_floor .splide__track--nav > .splide__list > .splide__slide.is-active {
  position: relative;
  border: #bcbcbc 1px solid;
}
.construction-cad_floor .splide__track--nav > .splide__list > .splide__slide.is-active:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 160, 233, 0.5);
}
.construction-cad_floor .splide__arrow {
  background-color: #00a0e9;
  opacity: 1;
}
@media (max-width: 440px) {
  .construction-cad_floor .splide__arrow {
    width: 24px;
    height: 24px;
  }
}
.construction-cad_floor .splide__arrow svg {
  fill: #ffffff;
}
@media (max-width: 440px) {
  .construction-cad_floor .splide__arrow svg {
    width: 8px;
    height: 8px;
  }
}
.construction-cad_floor .splide__arrow--prev {
  left: -56px;
}
@media (max-width: 440px) {
  .construction-cad_floor .splide__arrow--prev {
    left: -32px;
  }
}
.construction-cad_floor .splide__arrow--next {
  right: -56px;
}
@media (max-width: 440px) {
  .construction-cad_floor .splide__arrow--next {
    right: -32px;
  }
}

.construction-example {
  margin-top: 120px;
  padding: 96px 0 120px;
  background-color: #e7f3f9;
}
@media (max-width: 440px) {
  .construction-example {
    margin-top: 80px;
    padding: 80px 0;
  }
}
.construction-example--wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 1128px;
  margin: 0 auto;
}
@media (max-width: 440px) {
  .construction-example--wrapper {
    flex-direction: column;
    gap: 40px;
    width: 100%;
    padding: 0 24px;
  }
}
.construction-example--text_wrapper {
  width: 360px;
}
@media (max-width: 440px) {
  .construction-example--text_wrapper {
    width: 100%;
  }
}
.construction-example--title {
  font-size: 32px;
  font-weight: bold;
}
@media (max-width: 440px) {
  .construction-example--title {
    font-size: 24px;
  }
}
.construction-example--lead {
  margin-top: 24px;
  color: #00a0e9;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 440px) {
  .construction-example--lead {
    font-size: 16px;
  }
}
.construction-example--description {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.7;
}
@media (max-width: 440px) {
  .construction-example--description {
    margin-top: 8px;
    font-size: 14px;
  }
}
.construction-example--button_wrapper {
  margin-top: 36px;
}
@media (max-width: 440px) {
  .construction-example--button_wrapper {
    margin-top: 24px;
  }
}
.construction-example--button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 16px;
  background-color: #ffffff;
  cursor: pointer;
}
.construction-example--button:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22%2300A0E9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M3.75%2015.016%2025.986%2015m-8.471%208.75L26.25%2015l-8.735-8.75%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.construction-example--button + .construction-example--button {
  margin-top: 16px;
}
.construction-example--button.js-button_active {
  background-color: #00a0e9;
}
.construction-example--button.js-button_active:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M3.75%2015.016%2025.986%2015m-8.471%208.75L26.25%2015l-8.735-8.75%22%2F%3E%3C%2Fsvg%3E");
}
@media (max-width: 440px) {
  .construction-example--button {
    padding: 16px;
  }
  .construction-example--button:after {
    width: 24px;
    height: 24px;
  }
  .construction-example--button + .construction-example--button {
    margin-top: 12px;
  }
}
.construction-example--button_inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}
.construction-example--label {
  color: #00a0e9;
  font-size: 14px;
  font-weight: bold;
}
.js-button_active .construction-example--label {
  color: #ffffff;
}
@media (max-width: 440px) {
  .construction-example--label {
    font-size: 12px;
  }
}
.construction-example--place {
  font-size: 20px;
  font-weight: bold;
}
.js-button_active .construction-example--place {
  color: #ffffff;
}
@media (max-width: 440px) {
  .construction-example--place {
    font-size: 16px;
  }
}
.construction-example--slider_wrapper {
  display: none;
  width: 648px;
}
.construction-example--slider_wrapper.js-slider_active {
  display: block;
}
@media (max-width: 440px) {
  .construction-example--slider_wrapper {
    width: 100%;
  }
}
.construction-example--thumbnail_slider {
  width: 536px;
  margin: 24px auto 0;
}
@media (max-width: 440px) {
  .construction-example--thumbnail_slider {
    width: calc(100% - 64px);
    margin-top: 16px;
  }
}
.construction-example .splide__track--nav > .splide__list > .splide__slide {
  border: #bcbcbc 1px solid;
}
.construction-example .splide__track--nav > .splide__list > .splide__slide.is-active {
  position: relative;
  border: #bcbcbc 1px solid;
}
.construction-example .splide__track--nav > .splide__list > .splide__slide.is-active:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 160, 233, 0.5);
}
.construction-example .splide__arrow {
  background-color: #00a0e9;
  opacity: 1;
}
@media (max-width: 440px) {
  .construction-example .splide__arrow {
    width: 24px;
    height: 24px;
  }
}
.construction-example .splide__arrow svg {
  fill: #ffffff;
}
@media (max-width: 440px) {
  .construction-example .splide__arrow svg {
    width: 8px;
    height: 8px;
  }
}
.construction-example .splide__arrow--prev {
  left: -56px;
}
@media (max-width: 440px) {
  .construction-example .splide__arrow--prev {
    left: -32px;
  }
}
.construction-example .splide__arrow--next {
  right: -56px;
}
@media (max-width: 440px) {
  .construction-example .splide__arrow--next {
    right: -32px;
  }
}

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