.l-kv {
  position: relative;
  height: 91.2rem;
  overflow: hidden;
  background-color: var(--bg-color-blue);
}

.l-kv_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: absolute;
  top: 38.6rem;
  left: calc(50% - 4rem);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: var(--text-color-blue);
  font-weight: var(--font-weight-bold);
  font-size: 3rem;
  line-height: 1;
  letter-spacing: .05em;
}

.l-kv_title_strong {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: .4rem 2rem 1.2rem;
  background-color: var(--text-color-blue);
  color: var(--text-color-white);
  font-weight: 900;
  font-size: 8.5rem;
  letter-spacing: .08em;
}

.l-kv_title_strong_small {
  font-weight: var(--font-weight-bold);
  font-size: 6rem;
}

.l-kv_img {
  display: block;
  z-index: 0;
  position: relative;
  top: 0;
  left: calc(50% + 5.4rem);
  width: auto;
  max-width: initial;
  height: 103%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.l-overview {
  padding-top: 14.4rem;
}

.l-overview_heading_icon {
  top: -2.6rem;
  left: calc(50% + 40rem);
  width: 9.8rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.l-overview_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
}

.l-overview_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5rem 6rem 4rem;
  border-radius: var(--border-radius);
  background-color: var(--bg-color-white);
  text-align: center;
}

.l-overview_list_item *:has(+.l-overview_list_item_button) {
  margin-bottom: 3rem;
}

.l-overview_list_item_heading {
  margin-bottom: 2.4rem;
  color: var(--text-color-blue);
  font-weight: var(--font-weight-bold);
  font-size: 3rem;
  line-height: 1.4375;
}

.l-overview_list_item_description {
  margin-bottom: 3rem;
  font-size: 2rem;
  line-height: 1.6;
}

.l-overview_list_item_description_note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: .5em;
  font-size: 1.4rem;
}

.l-overview_list_item_description_note::before {
  height: 1em;
  content: "※";
}

.l-overview_list_item_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-inline: 5rem;
}

.l-overview_list_item_image_child {
  max-width: 25rem;
}

.l-overview_list_item_image_child_caption {
  font-size: 1.8rem;
  line-height: 1;
}

.l-point {
  background-color: var(--bg-color-blue);
  text-align: center;
}

.l-point_container {
  padding-block: 10rem;
}

.l-point_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3.6rem;
  gap: 3rem;
  color: var(--text-color-yellow);
  font-weight: var(--font-weight-bold);
  font-size: 3.2rem;
  line-height: 1;
}

.l-point_heading::before,.l-point_heading::after {
  display: inline-block;
  position: relative;
  bottom: -0.4rem;
  width: 2px;
  height: 3.2rem;
  background-color: var(--text-color-yellow);
  content: "";
}

.l-point_heading::before {
  -webkit-transform: rotate(-18deg);
          transform: rotate(-18deg);
}

.l-point_heading::after {
  -webkit-transform: rotate(18deg);
          transform: rotate(18deg);
}

.l-point_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
}

.l-point_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-block: 3.4rem;
  gap: 2rem;
  border-radius: var(--border-radius);
  background-color: var(--bg-color-blue-pale);
}

.l-point_list_item_text {
  color: var(--text-color-blue);
  font-weight: var(--font-weight-bold);
  font-size: 2.4rem;
  line-height: 1.5;
}

.l-point_list_item_text_note {
  display: block;
  margin-top: .4rem;
  color: var(--text-color);
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.4285714286;
}

.l-point_list_item.is-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-case_heading_icon {
  top: -2rem;
  left: calc(50% + 24rem);
  width: 10.6rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.l-case_list {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 5rem;
  padding-inline: 6rem;
  gap: 0 2rem;
}

.l-case_list_item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  overflow: hidden;
  gap: 0;
  border-radius: var(--border-radius);
  background-color: var(--bg-color-white);
}

.l-case_list_item_image {
  display: block;
  width: 100%;
  height: 25.8rem;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-case_list_item_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 12.8rem;
  padding: 2.5rem 2rem;
  gap: .2rem;
  line-height: 1.375;
  text-align: center;
}

.l-case_list_item_text_note {
  font-size: 1.2rem;
  line-height: 1.3333333333;
}

.l-case_text {
  color: var(--text-color-blue);
  font-weight: var(--font-weight-bold);
  font-size: 3.2rem;
  letter-spacing: .05em;
  text-align: center;
}

.l-column {
  background-color: var(--bg-color-blue-light);
}

.l-column_container {
  padding-bottom: 14rem;
}

.l-column_inner {
  position: relative;
  padding: 5.4rem 6rem 6rem;
  border-radius: var(--border-radius);
  background-color: var(--bg-color-blue-pale);
}

.l-column_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 4.4rem;
  margin-inline: auto;
  gap: .4rem;
  color: var(--text-color-blue);
  font-weight: var(--font-weight-bold);
  font-size: 4.6rem;
  line-height: 1.2;
  letter-spacing: .05em;
}

.l-column_heading::before {
  content: "column";
  font-size: 2rem;
  text-transform: capitalize;
}

.l-column_lead {
  margin-bottom: 1.6rem;
  font-size: 2.4rem;
}

.l-column_lead strong {
  background: initial;
  color: var(--text-color-blue);
  font-weight: var(--font-weight-bold);
}

.l-column_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 4rem;
  gap: 1.1rem;
  counter-reset: column-counter;
}

.l-column_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-size: 1.8rem;
  line-height: 1.6666666667;
}

.l-column_list_item::before {
  display: grid;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  place-items: center;
  aspect-ratio: 1/1;
  width: 2.4rem;
  height: auto;
  padding-bottom: .2rem;
  border-radius: 50%;
  background-color: var(--text-color-blue);
  content: counter(column-counter);
  color: var(--text-color-white);
  line-height: 1;
  counter-increment: column-counter;
}

.l-column_message {
  margin-bottom: 3.8rem;
  color: var(--text-color-blue);
  font-weight: var(--font-weight-bold);
  font-size: 3rem;
  white-space: nowrap;
}

.l-column_button {
  max-width: 44rem;
  font-size: 2rem;
}

.l-column_icon {
  position: absolute;
  right: -3.6rem;
  bottom: -6rem;
  width: 24.4rem;
  height: auto;
}

.l-column_dot {
  position: absolute;
  aspect-ratio: 1/1;
  width: 1rem;
  height: auto;
  border-radius: 50%;
  background-color: var(--text-color-blue);
}

.l-column_dot:nth-of-type(2) {
  top: 3rem;
  left: 3rem;
}

.l-column_dot:nth-of-type(3) {
  top: 3rem;
  right: 3rem;
}

.l-column_dot:nth-of-type(4) {
  bottom: 3rem;
  left: 3rem;
}

.l-feature {
  background-color: var(--bg-color-yellow);
}

.l-feature_container {
  padding-top: 14rem;
}

.l-feature_heading_icon {
  top: -2rem;
  left: calc(50% + 21rem);
  width: 8.5rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.l-feature_list {
  border: 4px solid var(--text-color-blue);
  border-radius: var(--border-radius);
  background-color: var(--bg-color-white);
}

.l-feature_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5rem 10.6rem 6rem;
  gap: 2.2rem;
}

.l-feature_list_item_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.8rem;
  font-weight: var(--font-weight-bold);
  font-size: 3.2rem;
  line-height: 1.5;
}

.l-feature_list_item_text_num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--text-color-blue);
  font-weight: var(--font-weight-bold);
  font-size: 6.8rem;
  line-height: 1;
  letter-spacing: .05em;
  text-align: center;
}

.l-feature_list_item_text_num::before {
  display: block;
  margin-bottom: -0.8rem;
  content: "point";
  font-weight: 500;
  font-size: 2.3rem;
  letter-spacing: .025em;
  text-transform: uppercase;
}

.l-feature_list_item_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3.5rem;
  gap: 5.4rem;
  border-top: 2px solid var(--text-color-blue);
}

.l-feature_list_item_image_child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.4rem;
}

.l-feature_list_item_image_child_caption {
  text-align: center;
}

.l-feature_list_item_icon {
  position: absolute;
  right: 10.4rem;
  bottom: -0.6rem;
  width: 8.3rem;
  height: auto;
}

.l-feature_list_item:not(:last-of-type) {
  border-bottom: inherit;
}

.l-product_heading_icon {
  top: -2rem;
  left: calc(50% + 13.4rem);
  width: 8.5rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.l-product_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}

.l-product_list_item {
  padding: 4rem 2.8rem;
  border-radius: var(--border-radius);
  background-color: var(--bg-color-white);
  text-align: center;
}

.l-product_list_item_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1rem;
  font-weight: var(--font-weight-bold);
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: .05em;
}

.l-product_list_item_name_copy {
  color: var(--accent-color);
  font-size: 1.2rem;
}

.l-product_list_item_price {
  font-size: 1.4rem;
}

.l-product_list_item_description {
  margin-bottom: 1rem;
  font-size: 1.4rem;
}

.l-product_list_item_features {
  display: grid;
  grid-template-rows: -webkit-max-content;
  grid-template-rows: max-content;
  grid-template-columns: repeat(4, 1fr);
}

.l-product_contact {
  padding-block: 5rem;
  background-color: var(--bg-color-white);
}

.l-product_contact_lead {
  margin-bottom: 2.4rem;
  color: var(--text-color-blue);
  font-weight: var(--font-weight-bold);
  font-size: 2.4rem;
  text-align: center;
}

@media screen and (max-width: 48em) {
  .l-kv {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .l-kv_title {
    top: 17rem;
    left: calc(50% + .6rem);
    gap: .8rem;
    font-size: 1.9rem;
  }
  .l-kv_title_strong {
    padding: .1rem .6rem .5rem;
    font-size: 4.4rem;
  }
  .l-kv_title_strong_small {
    font-size: 3rem;
  }
  .l-kv_img {
    left: 0;
    width: 100%;
    -webkit-transform: initial;
            transform: initial;
  }
  .l-overview {
    padding-top: 6rem;
  }
  .l-overview_heading_icon {
    top: 3rem;
    left: calc(50% + 15rem);
    width: 5.5rem;
  }
  .l-overview_list {
    gap: 2rem;
  }
  .l-overview_list_item {
    padding: 2.4rem 1.5rem 3rem;
  }
  .l-overview_list_item *:has(+.l-overview_list_item_button) {
    margin-bottom: 2rem;
  }
  .l-overview_list_item_heading {
    margin-bottom: 1rem;
    font-size: 1.8rem;
    line-height: 1.5555555556;
  }
  .l-overview_list_item_description {
    margin-bottom: 1.6rem;
    font-size: 1.5rem;
    line-height: 1.5333333333;
    text-align: left;
  }
  .l-overview_list_item_description_note {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    font-size: 1.1rem;
  }
  .l-overview_list_item_image {
    padding-inline: initial;
  }
  .l-overview_list_item_image_child_caption {
    font-size: 1.2rem;
  }
  .l-point_container {
    padding-block: 5rem;
  }
  .l-point_heading {
    margin-bottom: 2rem;
    gap: 1.4rem;
    font-size: 2.2rem;
  }
  .l-point_heading::before,.l-point_heading::after {
    height: 2rem;
  }
  .l-point_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
  .l-point_list_item {
    padding-block: 2.8rem;
  }
  .l-point_list_item_text {
    font-size: 1.8rem;
  }
  .l-point_list_item_note {
    font-size: 1.1rem;
    line-height: 1.4545454545;
  }
  .l-case_heading_icon {
    top: -0.6rem;
    left: calc(50% + 14.4rem);
    width: 5.6rem;
  }
  .l-case_list {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 2.2rem;
    padding: initial;
    gap: 1.5rem;
  }
  .l-case_list_item_image {
    height: 20rem;
  }
  .l-case_list_item_text {
    height: 9.6rem;
    padding: 1.5rem 1rem;
  }
  .l-case_list_item_text_note {
    font-size: 1.2rem;
    line-height: 1;
  }
  .l-case_text {
    font-size: 1.6rem;
  }
  .l-column_container {
    padding-bottom: 6rem;
  }
  .l-column_inner {
    padding: 3.6rem 1.5rem 4rem;
  }
  .l-column_heading {
    margin-bottom: 1rem;
    font-size: 2.3rem;
  }
  .l-column_heading::before {
    font-size: 1rem;
  }
  .l-column_lead {
    margin-bottom: 2rem;
    font-size: 1.8rem;
    line-height: 1.5555555556;
  }
  .l-column_list {
    margin-bottom: 2.2rem;
  }
  .l-column_list_item {
    min-height: 2.2em;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .l-column_list_item::before {
    width: 2.2rem;
    font-size: 1.5rem;
  }
  .l-column_message {
    margin-bottom: 1.8rem;
    font-size: 1.5rem;
    line-height: 1.5333333333;
    white-space: initial;
  }
  .l-column_button {
    max-width: 20rem;
    font-size: 1.4rem;
  }
  .l-column_icon {
    right: -1.2rem;
    bottom: -5.2rem;
    width: 11.6rem;
  }
  .l-column_dot {
    width: .5rem;
  }
  .l-column_dot:nth-of-type(2) {
    top: 1.5rem;
    left: 1.5rem;
  }
  .l-column_dot:nth-of-type(3) {
    top: 1.5rem;
    right: 1.5rem;
  }
  .l-column_dot:nth-of-type(4) {
    bottom: 1.5rem;
    left: 1.5rem;
  }
  .l-feature_container {
    padding-top: 6rem;
  }
  .l-feature_heading_icon {
    top: -1.4rem;
    left: calc(50% + 12.4rem);
    width: 4.9rem;
  }
  .l-feature_list {
    border-width: 2px;
  }
  .l-feature_list_item {
    padding: 2rem 1.5rem 2.4rem;
    gap: 1.2rem;
  }
  .l-feature_list_item_text {
    gap: 1rem;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .l-feature_list_item_text_num {
    font-size: 3.4rem;
  }
  .l-feature_list_item_text_num::before {
    margin-bottom: -0.4rem;
    font-size: 1.1rem;
    letter-spacing: .05em;
  }
  .l-feature_list_item_image {
    padding-top: 1.5rem;
    gap: .8rem;
  }
  .l-feature_list_item_image_child {
    gap: .6rem;
  }
  .l-feature_list_item_image_child_caption {
    font-size: 1.1rem;
  }
  .l-feature_list_item_icon {
    display: none;
  }
  .l-product_heading_icon {
    top: -1rem;
    left: calc(50% + 8rem);
    width: 4.5rem;
  }
  .l-product_list {
    grid-template-columns: 100%;
    gap: 2rem;
  }
  .l-product_list_item {
    padding-inline: 2.4rem;
  }
  .l-product_list_item_name {
    margin-bottom: .8rem;
  }
  .l-product_list_item_price {
    margin-bottom: -1rem;
  }
  .l-product_list_item_image {
    margin-bottom: -1rem;
  }
  .l-product_list_item_description {
    margin-bottom: 2rem;
  }
}
