.what_section {
  position: relative;
}
@media (min-width: 769px) {
  .what_section {
    padding-bottom: 11rem;
  }
}
@media (max-width: 768px) {
  .what_section {
    padding-bottom: 14rem;
  }
}

.what_inner {
  display: grid;
  justify-content: center;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .what_inner {
    grid-template-columns: 1fr 51.2rem;
    gap: 5.5rem 4.8rem;
    max-width: 112rem;
  }
}
@media (max-width: 768px) {
  .what_inner {
    grid-template-columns: 1fr;
    max-width: 62rem;
  }
}

.what_head {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .what_head {
    grid-column: 1/3;
    gap: 1.2rem;
  }
}
@media (max-width: 768px) {
  .what_head {
    align-items: center;
    gap: 2rem;
  }
}
.what_head p {
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 600;
}
@media (min-width: 769px) {
  .what_head p {
    font-size: 2.6rem;
  }
}
@media (max-width: 768px) {
  .what_head p {
    font-size: 3.6rem;
  }
}
.what_head h2 {
  letter-spacing: 0.025em;
  line-height: 1;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 769px) {
  .what_head h2 {
    font-size: 7.2rem;
  }
}
@media (max-width: 768px) {
  .what_head h2 {
    font-size: 9.2rem;
  }
}

.what_caption {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .what_caption {
    gap: 6rem;
    padding-top: 7rem;
  }
}
@media (max-width: 768px) {
  .what_caption {
    gap: 8rem;
    padding-top: 14.5rem;
  }
}
@media (min-width: 769px) {
  .what_caption .txt01 {
    width: 52rem;
  }
}

.what_lead {
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media (min-width: 769px) {
  .what_lead {
    line-height: 1.412;
    font-size: 3.4rem;
  }
  .what_lead > p {
    font: inherit;
  }
  .what_lead > p:first-of-type {
    margin-top: -0.205em;
  }
  .what_lead > p:last-of-type {
    margin-bottom: -0.205em;
  }
}
@media (max-width: 768px) {
  .what_lead {
    line-height: 1.392;
    font-size: 4.6rem;
  }
  .what_lead > p {
    font: inherit;
  }
  .what_lead > p:first-of-type {
    margin-top: -0.195em;
  }
  .what_lead > p:last-of-type {
    margin-bottom: -0.195em;
  }
  .what_lead {
    text-align: center;
  }
}

.what_explanation {
  margin: 0 auto;
  line-height: 0;
}
@media (min-width: 769px) {
  .what_explanation {
    width: 40.6rem;
    translate: -4.926% 0;
  }
}

.what_image {
  line-height: 0;
}
@media (max-width: 768px) {
  .what_image {
    padding-top: 10.5rem;
  }
}
@media (min-width: 769px) {
  .what_image figure {
    width: 128.907%;
  }
}
@media (max-width: 768px) {
  .what_image figure {
    width: 116.13%;
  }
}

.works_section {
  position: relative;
}
@media (min-width: 769px) {
  .works_section {
    padding: 14rem 0 28rem;
  }
}
@media (max-width: 768px) {
  .works_section {
    padding: 12rem 0 24rem;
  }
}
.works_section::before {
  content: "";
  position: absolute;
  background: #f0f2f4;
  width: 100%;
  left: 50%;
  top: 0;
  bottom: 0;
  translate: -50% 0;
}
@media (min-width: 769px) {
  .works_section::before {
    border-radius: 14rem 0 0 0;
    min-width: 139.6rem;
  }
}
@media (max-width: 768px) {
  .works_section::before {
    border-radius: 12rem 0 0 0;
  }
}

.works_inner {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .works_inner {
    max-width: 112rem;
  }
}
@media (max-width: 768px) {
  .works_inner {
    max-width: 62rem;
  }
}

.works_head {
  display: flex;
  flex-direction: column;
  margin-bottom: 9rem;
}
@media (min-width: 769px) {
  .works_head {
    gap: 1rem;
  }
}
@media (max-width: 768px) {
  .works_head {
    align-items: center;
    gap: 2rem;
  }
}
.works_head p {
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 600;
  color: #0096c7;
}
@media (min-width: 769px) {
  .works_head p {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .works_head p {
    font-size: 2.8rem;
  }
}
.works_head h3 {
  letter-spacing: 0.025em;
  line-height: 1;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 769px) {
  .works_head h3 {
    font-size: 5.6rem;
  }
}
@media (max-width: 768px) {
  .works_head h3 {
    font-size: 7.6rem;
  }
}

.works_lead {
  font-weight: 600;
}
@media (min-width: 769px) {
  .works_lead {
    letter-spacing: 0.1em;
    line-height: 1.412;
    font-size: 3.4rem;
  }
  .works_lead > p {
    font: inherit;
  }
  .works_lead > p:first-of-type {
    margin-top: -0.205em;
  }
  .works_lead > p:last-of-type {
    margin-bottom: -0.205em;
  }
}
@media (max-width: 768px) {
  .works_lead {
    letter-spacing: 0.08em;
    line-height: 1.392;
    font-size: 4.6rem;
  }
  .works_lead > p {
    font: inherit;
  }
  .works_lead > p:first-of-type {
    margin-top: -0.195em;
  }
  .works_lead > p:last-of-type {
    margin-bottom: -0.195em;
  }
  .works_lead {
    text-align: center;
    white-space: nowrap;
  }
}
.works_lead span {
  color: #0096c7;
}

.works_block {
  display: flex;
  position: relative;
}
@media (min-width: 769px) {
  .works_block {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .works_block {
    flex-direction: column;
  }
}
@media (min-width: 769px) {
  .works_block + .works_block {
    width: 100%;
    margin-top: 21rem;
  }
}
@media (max-width: 768px) {
  .works_block + .works_block {
    margin-top: 20rem;
  }
}
.works_block + .works_block::before {
  content: "";
  position: absolute;
  border-top: 1px solid #d4d4d4;
  left: 0;
  right: 0;
  translate: 0 -50%;
}
@media (min-width: 769px) {
  .works_block + .works_block::before {
    top: -10.5rem;
  }
}
@media (max-width: 768px) {
  .works_block + .works_block::before {
    top: -10rem;
  }
}

.works_block_head {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .works_block_head {
    gap: 4rem;
    width: 54rem;
  }
}
@media (max-width: 768px) {
  .works_block_head {
    gap: 5.5rem;
  }
}
@media (max-width: 768px) {
  .works_block_head + .works_block_body {
    margin-top: 8rem;
  }
}

.works_image {
  line-height: 0;
}
@media (min-width: 769px) {
  .works_image {
    width: 38rem;
  }
}
@media (max-width: 768px) {
  .works_image {
    width: 46rem;
    margin: 0 auto;
  }
}

@media (min-width: 769px) {
  .works_block_body {
    width: 58rem;
  }
}
@media (min-width: 769px) {
  .works_block_body + .works_block_body {
    width: 100%;
    margin-top: 8rem;
  }
}
@media (max-width: 768px) {
  .works_block_body + .works_block_body {
    margin-top: 10rem;
  }
}

.works_relations {
  counter-reset: works_relations;
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .works_relations {
    gap: 6rem;
  }
}
@media (max-width: 768px) {
  .works_relations {
    gap: 12rem;
  }
}
.works_relations > li {
  counter-increment: works_relations;
  position: relative;
}
.works_relations > li .works_relation_index::before {
  content: counter(works_relations);
}
.works_relations > li + li::before {
  content: "";
  position: absolute;
  border-top: 2px dotted rgba(40, 40, 40, 0.2);
  left: 0;
  right: 0;
  pointer-events: none;
}
@media (min-width: 769px) {
  .works_relations > li + li::before {
    top: -2.8rem;
  }
}
@media (max-width: 768px) {
  .works_relations > li + li::before {
    top: -5.7rem;
  }
}

.works_relation_index {
  display: flex;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media (min-width: 769px) {
  .works_relation_index {
    align-items: center;
    margin-bottom: 2rem;
    line-height: 1.5;
    font-size: 2rem;
  }
  .works_relation_index > p {
    font: inherit;
  }
  .works_relation_index > p:first-of-type {
    margin-top: -0.25em;
  }
  .works_relation_index > p:last-of-type {
    margin-bottom: -0.25em;
  }
}
@media (max-width: 768px) {
  .works_relation_index {
    align-items: flex-start;
    margin-bottom: 3.5rem;
    line-height: 1.5;
    font-size: 3.2rem;
  }
  .works_relation_index > p {
    font: inherit;
  }
  .works_relation_index > p:first-of-type {
    margin-top: -0.25em;
  }
  .works_relation_index > p:last-of-type {
    margin-bottom: -0.25em;
  }
}
.works_relation_index::before {
  flex-shrink: 0;
  min-width: 1.143em;
  line-height: 1;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #0096c7;
}
@media (min-width: 769px) {
  .works_relation_index::before {
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .works_relation_index::before {
    font-size: 4.6rem;
    translate: 0 -8%;
  }
}

.style_section {
  position: relative;
}
@media (min-width: 769px) {
  .style_section {
    margin-top: -14rem;
    padding: 14rem 0 0;
  }
}
@media (max-width: 768px) {
  .style_section {
    margin-top: -12rem;
    padding: 12rem 0 0;
  }
}
.style_section::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  left: 50%;
  top: 0;
  bottom: 0;
  translate: -50% 0;
}
@media (min-width: 769px) {
  .style_section::before {
    border-radius: 0 14rem 0 0;
    min-width: 139.6rem;
  }
}
@media (max-width: 768px) {
  .style_section::before {
    border-radius: 0 12rem 0 0;
  }
}

.style_inner {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .style_inner {
    max-width: 112rem;
  }
}
@media (max-width: 768px) {
  .style_inner {
    max-width: 62rem;
  }
}

.style_image {
  line-height: 0;
}
@media (min-width: 769px) {
  .style_image {
    width: 41.3rem;
  }
  .style_image figure {
    width: 107.264%;
    translate: -6.772% 0;
  }
}
@media (max-width: 768px) {
  .style_image {
    width: 60rem;
    margin: 0 auto;
  }
}

.style_caption {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 769px) {
  .style_caption {
    gap: 2.5rem;
  }
}
.style_caption > dt {
  line-height: 1;
  font-weight: 600;
  color: #0096c7;
}
@media (min-width: 769px) {
  .style_caption > dt {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .style_caption > dt {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .style_caption > dt + dd {
    padding-top: 4rem;
  }
}
@media (max-width: 768px) {
  .style_caption > dd + dd {
    padding-top: 5rem;
  }
}
@media (min-width: 769px) {
  .style_caption + .style_caption {
    margin-top: 6rem;
  }
}
@media (max-width: 768px) {
  .style_caption + .style_caption {
    margin-top: 12rem;
  }
}
.style_caption + .style_caption::before {
  content: "";
  position: absolute;
  border-top: 2px dotted rgba(40, 40, 40, 0.2);
  left: 0;
  right: 0;
  pointer-events: none;
}
@media (min-width: 769px) {
  .style_caption + .style_caption::before {
    top: -2.8rem;
  }
}
@media (max-width: 768px) {
  .style_caption + .style_caption::before {
    top: -5.7rem;
  }
}

.style_detail {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .style_detail {
    gap: 1.5rem;
  }
}
.style_detail > dt {
  display: flex;
  align-items: center;
  background: #0096c7;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
}
@media (min-width: 769px) {
  .style_detail > dt {
    height: 3rem;
    padding: 0 0.65rem;
    font-size: 1.7rem;
  }
}
@media (max-width: 768px) {
  .style_detail > dt {
    height: 5.2rem;
    padding: 0 1.2rem;
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .style_detail > dt + dd {
    padding-top: 3rem;
  }
}
@media (max-width: 768px) {
  .style_detail > dd + dt {
    margin-top: 4rem;
  }
}

.style_flows {
  counter-reset: style_flows;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 769px) {
  .style_flows {
    gap: 3rem;
  }
}
@media (max-width: 768px) {
  .style_flows {
    gap: 6rem;
  }
}
.style_flows::before {
  content: "";
  position: absolute;
  background: #ffe60a;
  left: 50%;
  top: 0;
  bottom: 0;
  translate: -50% 0;
  pointer-events: none;
}
@media (min-width: 769px) {
  .style_flows::before {
    width: 3rem;
  }
}
@media (max-width: 768px) {
  .style_flows::before {
    width: 4.5rem;
  }
}
.style_flows > li {
  position: relative;
  counter-increment: style_flows;
}
.style_flows > li .style_flow::before {
  content: counter(style_flows);
}

.style_flow {
  display: flex;
  background: #f5f6f8;
}
@media (min-width: 769px) {
  .style_flow {
    align-items: stretch;
    border-radius: 1.8rem;
    padding: 3rem 4rem 3rem 0;
  }
}
@media (max-width: 768px) {
  .style_flow {
    flex-direction: column;
    align-items: center;
    border-radius: 2.6rem;
    padding: 0.6rem 0 6rem;
  }
}
.style_flow::before {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 769px) {
  .style_flow::before {
    border-right: 1px solid rgba(40, 40, 40, 0.2);
    width: calc(10rem + 1px);
    padding: 0 0 0 0.5rem;
    font-size: 5.6rem;
  }
}
@media (max-width: 768px) {
  .style_flow::before {
    border-bottom: 1px solid rgba(40, 40, 40, 0.2);
    width: 52rem;
    height: calc(13.2rem + 1px);
    font-size: 9.2rem;
  }
}

.style_flow_head {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 769px) {
  .style_flow_head {
    flex-shrink: 0;
    justify-content: center;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 0 3rem 0 4rem;
  }
}
@media (max-width: 768px) {
  .style_flow_head {
    align-items: center;
    gap: 2.5rem;
    padding: 5rem 0 6rem;
  }
}

.style_flow_lead {
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media (min-width: 769px) {
  .style_flow_lead {
    line-height: 1.45;
    font-size: 2rem;
  }
  .style_flow_lead > p {
    font: inherit;
  }
  .style_flow_lead > p:first-of-type {
    margin-top: -0.225em;
  }
  .style_flow_lead > p:last-of-type {
    margin-bottom: -0.225em;
  }
}
@media (max-width: 768px) {
  .style_flow_lead {
    line-height: 1.438;
    font-size: 3.2rem;
  }
  .style_flow_lead > p {
    font: inherit;
  }
  .style_flow_lead > p:first-of-type {
    margin-top: -0.218em;
  }
  .style_flow_lead > p:last-of-type {
    margin-bottom: -0.218em;
  }
  .style_flow_lead {
    text-align: center;
  }
}

.style_flow_label {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0096c7;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 600;
  color: #fff;
}
@media (min-width: 769px) {
  .style_flow_label {
    border-radius: 2.6rem;
    width: 23rem;
    height: 2.6rem;
    padding-bottom: 0.2rem;
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .style_flow_label {
    border-radius: 4.2rem;
    width: 36.8rem;
    height: 4.2rem;
    padding-bottom: 0.2rem;
    font-size: 2.4rem;
  }
}

.style_flow_balloon {
  position: absolute;
}
@media (min-width: 769px) {
  .style_flow_balloon {
    width: 7.3rem;
    left: 20rem;
    top: -0.5rem;
  }
}
@media (max-width: 768px) {
  .style_flow_balloon {
    width: 11.6rem;
    left: calc(50% + 13.3rem);
    top: -2.5rem;
  }
}

.style_flow_body {
  display: flex;
  align-items: center;
}
@media (min-width: 769px) {
  .style_flow_body {
    gap: 3.5rem;
  }
}
@media (max-width: 768px) {
  .style_flow_body {
    flex-direction: column;
    gap: 4rem;
  }
}
@media (min-width: 769px) {
  .style_flow_body .txt01 {
    padding: 1rem 0;
  }
}
@media (max-width: 768px) {
  .style_flow_body .txt01 {
    width: 52rem;
  }
}

@media (min-width: 769px) {
  .style_flow_image {
    flex-shrink: 0;
    width: 10rem;
  }
}
@media (max-width: 768px) {
  .style_flow_image {
    width: 21rem;
  }
}