.lower_header > figure {
  width: 100vw;
  margin-left: 50%;
  translate: -50% 0;
}
@media (min-width: 769px) {
  .lower_header > figure {
    height: 44rem;
  }
}
@media (max-width: 768px) {
  .lower_header > figure {
    height: 42rem;
  }
}
.lower_header > figure img {
  object-fit: cover;
}
.lower_header > hgroup {
  position: relative;
}
@media (min-width: 769px) {
  .lower_header > hgroup {
    width: 38rem;
    margin-top: -12.6rem;
    padding: 6.5rem 0;
  }
}
@media (max-width: 768px) {
  .lower_header > hgroup {
    width: 44rem;
    margin-top: -10rem;
    padding: 7rem 0;
  }
}
.lower_header > hgroup::before {
  content: "";
  position: absolute;
  background: #fdf002;
  border-radius: 0 2.6rem 2.6rem 0;
  inset: 0 0 0 auto;
  pointer-events: none;
}
@media (min-width: 769px) {
  .lower_header > hgroup::before {
    width: calc(100% - 52.5rem + 50vw + 10px);
  }
}
@media (max-width: 768px) {
  .lower_header > hgroup::before {
    width: calc(100% - 26rem + 50vw + 10px);
  }
}
.lower_header > hgroup p {
  position: relative;
}
.lower_header > hgroup h1 {
  position: relative;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media (min-width: 769px) {
  .lower_header > hgroup h1 {
    padding: 1.5rem 0 2rem;
    font-size: 5rem;
  }
}
@media (max-width: 768px) {
  .lower_header > hgroup h1 {
    padding: 2rem 0 2.5rem;
    font-size: 6rem;
  }
}

.trql_head {
  display: flex;
  flex-direction: column;
  position: relative;
  text-align: center;
}
@media (min-width: 769px) {
  .trql_head {
    row-gap: 2rem;
  }
}
@media (max-width: 768px) {
  .trql_head {
    row-gap: 3rem;
  }
}
.trql_head_p {
  letter-spacing: 0.07em;
  font-weight: 700;
}
@media (min-width: 769px) {
  .trql_head_p {
    line-height: 1.77;
    font-size: 2.6rem;
  }
  .trql_head_p > p {
    font: inherit;
  }
  .trql_head_p > p:first-of-type {
    margin-top: -0.384em;
  }
  .trql_head_p > p:last-of-type {
    margin-bottom: -0.384em;
  }
}
@media (max-width: 768px) {
  .trql_head_p {
    line-height: 1.579;
    font-size: 3.8rem;
  }
  .trql_head_p > p {
    font: inherit;
  }
  .trql_head_p > p:first-of-type {
    margin-top: -0.289em;
  }
  .trql_head_p > p:last-of-type {
    margin-bottom: -0.289em;
  }
}
.trql_head_h2 {
  letter-spacing: 0.07em;
  font-weight: 700;
}
@media (min-width: 769px) {
  .trql_head_h2 {
    line-height: 1.474;
    font-size: 3.8rem;
  }
  .trql_head_h2 > h2 {
    font: inherit;
  }
  .trql_head_h2 > h2:first-of-type {
    margin-top: -0.236em;
  }
  .trql_head_h2 > h2:last-of-type {
    margin-bottom: -0.236em;
  }
}
@media (max-width: 768px) {
  .trql_head_h2 {
    line-height: 1.539;
    font-size: 5.2rem;
  }
  .trql_head_h2 > h2 {
    font: inherit;
  }
  .trql_head_h2 > h2:first-of-type {
    margin-top: -0.269em;
  }
  .trql_head_h2 > h2:last-of-type {
    margin-bottom: -0.269em;
  }
}
.trql_buttons {
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 769px) {
  .trql_buttons {
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .trql_buttons {
    flex-direction: column;
    gap: 3rem;
  }
}
@media (min-width: 769px) {
  .trql_buttons .button01 {
    width: 31.2rem;
  }
}
.trql_cards {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 769px) {
  .trql_cards {
    row-gap: 2rem;
  }
}
@media (max-width: 768px) {
  .trql_cards {
    row-gap: 3rem;
  }
}
.trql_card {
  display: flex;
  background: #fdf002;
  border-radius: 3.6rem;
  width: 100%;
}
@media (min-width: 769px) {
  .trql_card {
    align-items: flex-start;
    column-gap: 7rem;
    padding: 4rem 4rem 4rem 7rem;
  }
}
@media (max-width: 768px) {
  .trql_card {
    flex-direction: column;
    row-gap: 8rem;
    padding: 8rem 5rem 5rem;
  }
}
.trql_card_caption {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .trql_card_caption {
    align-items: flex-start;
    padding: 2rem 0;
  }
}
@media (min-width: 769px) {
  .trql_card_caption .text01 {
    padding-top: 3rem;
    padding-right: 1rem;
  }
}
@media (max-width: 768px) {
  .trql_card_caption .text01 {
    padding-top: 4rem;
  }
}
@media (min-width: 769px) {
  .trql_card_caption .trql_checks {
    padding-top: 3.15rem;
  }
}
@media (max-width: 768px) {
  .trql_card_caption .trql_checks {
    padding-top: 6.4rem;
  }
}
.trql_card_lead {
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media (min-width: 769px) {
  .trql_card_lead {
    line-height: 1.534;
    font-size: 3rem;
  }
  .trql_card_lead > p {
    font: inherit;
  }
  .trql_card_lead > p:first-of-type {
    margin-top: -0.266em;
  }
  .trql_card_lead > p:last-of-type {
    margin-bottom: -0.266em;
  }
}
@media (max-width: 768px) {
  .trql_card_lead {
    line-height: 1.477;
    font-size: 4.2rem;
  }
  .trql_card_lead > p {
    font: inherit;
  }
  .trql_card_lead > p:first-of-type {
    margin-top: -0.238em;
  }
  .trql_card_lead > p:last-of-type {
    margin-bottom: -0.238em;
  }
}
@media (min-width: 769px) {
  .trql_card_chart {
    padding-top: 3rem;
  }
}
@media (max-width: 768px) {
  .trql_card_chart {
    padding-top: 6rem;
  }
}
.trql_card_chart p {
  letter-spacing: 0.07em;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 769px) {
  .trql_card_chart p {
    padding-bottom: 1.4rem;
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .trql_card_chart p {
    padding-bottom: 2rem;
    font-size: 2.8rem;
  }
}
.trql_card_chart.chart1 {
  margin: 0 auto;
}
@media (min-width: 769px) {
  .trql_card_chart.chart1 {
    width: 33.2rem;
  }
}
@media (max-width: 768px) {
  .trql_card_chart.chart1 {
    width: 51rem;
  }
}
@media (min-width: 769px) {
  .trql_card_chart.chart2 {
    width: 40.7rem;
  }
}
@media (max-width: 768px) {
  .trql_card_chart.chart2 {
    width: 52.4rem;
    margin: 0 -0.2rem;
  }
}
@media (min-width: 769px) {
  .trql_card_chart.chart3 {
    width: 41.4rem;
  }
}
@media (max-width: 768px) {
  .trql_card_chart.chart3 {
    width: 52.4rem;
    margin: 0 -0.2rem;
  }
}
.trql_card_image {
  flex-shrink: 0;
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
}
@media (min-width: 769px) {
  .trql_card_image {
    width: 45rem;
  }
}
.trql_more {
  display: flex;
  align-items: center;
}
@media (min-width: 769px) {
  .trql_more {
    justify-content: space-between;
    column-gap: 5rem;
  }
}
@media (max-width: 768px) {
  .trql_more {
    flex-direction: column;
    row-gap: 6rem;
  }
}
@media (min-width: 769px) {
  .trql_more .button01 {
    width: 29.2rem;
  }
}
.trql_more_p {
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media (min-width: 769px) {
  .trql_more_p {
    line-height: 2.091;
    font-size: 2.2rem;
  }
  .trql_more_p > p {
    font: inherit;
  }
  .trql_more_p > p:first-of-type {
    margin-top: -0.545em;
  }
  .trql_more_p > p:last-of-type {
    margin-bottom: -0.545em;
  }
}
@media (max-width: 768px) {
  .trql_more_p {
    line-height: 1.6;
    font-size: 3rem;
    text-align: center;
  }
  .trql_more_p > p {
    font: inherit;
  }
  .trql_more_p > p:first-of-type {
    margin-top: -0.3em;
  }
  .trql_more_p > p:last-of-type {
    margin-bottom: -0.3em;
  }
}
.trql_box {
  display: flex;
  flex-direction: column;
  position: relative;
  background: #fff;
}
@media (min-width: 769px) {
  .trql_box {
    border-radius: 1.2rem;
    padding: 6rem 3.5rem 3.5rem;
  }
}
@media (max-width: 768px) {
  .trql_box {
    border-radius: 1.9rem;
    padding: 7rem 4rem 4rem;
  }
}
.trql_box_title {
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 769px) {
  .trql_box_title {
    padding-bottom: 4rem;
    line-height: 1.385;
    font-size: 2.6rem;
  }
  .trql_box_title > h3 {
    font: inherit;
  }
  .trql_box_title > h3:first-of-type {
    margin-top: -0.192em;
  }
  .trql_box_title > h3:last-of-type {
    margin-bottom: -0.192em;
  }
}
@media (max-width: 768px) {
  .trql_box_title {
    padding-bottom: 6rem;
    line-height: 1.381;
    font-size: 4.2rem;
  }
  .trql_box_title > h3 {
    font: inherit;
  }
  .trql_box_title > h3:first-of-type {
    margin-top: -0.19em;
  }
  .trql_box_title > h3:last-of-type {
    margin-bottom: -0.19em;
  }
}
@media (min-width: 769px) {
  .trql_box_image {
    margin: 0 auto;
  }
}
@media (min-width: 769px) {
  .trql_box_image.img1 {
    width: 93rem;
  }
}
@media (max-width: 768px) {
  .trql_box_image.img1 {
    width: 56.4rem;
    margin: 0 -1.2rem;
  }
}
@media (min-width: 769px) {
  .trql_box_image.img2 {
    width: 95.6rem;
  }
}
@media (max-width: 768px) {
  .trql_box_image.img2 {
    width: 56.2rem;
    margin: 0 -1.1rem;
  }
}
.trql_box_kome {
  letter-spacing: 0.1em;
  text-align: right;
}
@media (min-width: 769px) {
  .trql_box_kome {
    padding-top: 2.5rem;
    line-height: 2.667;
    font-size: 1.2rem;
  }
  .trql_box_kome > p {
    font: inherit;
  }
  .trql_box_kome > p:first-of-type {
    margin-top: -0.833em;
  }
  .trql_box_kome > p:last-of-type {
    margin-bottom: -0.833em;
  }
}
@media (max-width: 768px) {
  .trql_box_kome {
    padding-top: 7rem;
    line-height: 1.637;
    font-size: 2.2rem;
  }
  .trql_box_kome > p {
    font: inherit;
  }
  .trql_box_kome > p:first-of-type {
    margin-top: -0.318em;
  }
  .trql_box_kome > p:last-of-type {
    margin-bottom: -0.318em;
  }
}
.trql_block {
  display: flex;
  position: relative;
}
@media (min-width: 769px) {
  .trql_block {
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .trql_block {
    flex-direction: column;
    row-gap: 9rem;
  }
}
.trql_block_image {
  position: relative;
}
@media (min-width: 769px) {
  .trql_block_image {
    width: 48.5rem;
  }
}
@media (max-width: 768px) {
  .trql_block_image {
    order: 2;
    width: 100%;
  }
}
.trql_block_image figure {
  position: relative;
  overflow: hidden;
}
@media (min-width: 769px) {
  .trql_block_image figure {
    border-radius: 0 3.6rem 3.6rem 0;
    width: calc(100% + 50vw - 52.5rem);
    margin-left: calc(52.5rem - 50vw);
  }
}
@media (max-width: 768px) {
  .trql_block_image figure {
    border-radius: 0 3.2rem 3.2rem 0;
    width: calc(100% + 50vw - 27.5rem);
    height: 48rem;
    margin-left: calc(31rem - 50vw);
  }
}
.trql_block_image figure img {
  object-fit: cover;
}
.trql_block_caption {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .trql_block_caption {
    width: 48.5rem;
  }
}
@media (max-width: 768px) {
  .trql_block_caption {
    row-gap: 6rem;
  }
}
@media (min-width: 769px) {
  .trql_block_caption .trql_head {
    padding-bottom: 4rem;
    text-align: left;
  }
}
.trql_block_kome {
  letter-spacing: 0.1em;
}
@media (min-width: 769px) {
  .trql_block_kome {
    padding-top: 3rem;
    line-height: 2.667;
    font-size: 1.2rem;
  }
  .trql_block_kome > p {
    font: inherit;
  }
  .trql_block_kome > p:first-of-type {
    margin-top: -0.833em;
  }
  .trql_block_kome > p:last-of-type {
    margin-bottom: -0.833em;
  }
}
@media (max-width: 768px) {
  .trql_block_kome {
    line-height: 1.637;
    font-size: 2.2rem;
  }
  .trql_block_kome > p {
    font: inherit;
  }
  .trql_block_kome > p:first-of-type {
    margin-top: -0.318em;
  }
  .trql_block_kome > p:last-of-type {
    margin-bottom: -0.318em;
  }
}
.trql_lead {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .trql_lead {
    row-gap: 6rem;
    padding-top: 16rem;
  }
}
@media (max-width: 768px) {
  .trql_lead {
    row-gap: 8rem;
    padding-top: 15rem;
  }
}
.trql_lead_h2 {
  letter-spacing: 0.07em;
  font-weight: 700;
}
@media (min-width: 769px) {
  .trql_lead_h2 {
    line-height: 1.5;
    font-size: 5.2rem;
    text-align: center;
  }
  .trql_lead_h2 > p {
    font: inherit;
  }
  .trql_lead_h2 > p:first-of-type {
    margin-top: -0.25em;
  }
  .trql_lead_h2 > p:last-of-type {
    margin-bottom: -0.25em;
  }
}
@media (max-width: 768px) {
  .trql_lead_h2 {
    line-height: 1.467;
    font-size: 6rem;
    white-space: nowrap;
  }
  .trql_lead_h2 > p {
    font: inherit;
  }
  .trql_lead_h2 > p:first-of-type {
    margin-top: -0.233em;
  }
  .trql_lead_h2 > p:last-of-type {
    margin-bottom: -0.233em;
  }
}
.trql_lead_p {
  letter-spacing: 0.07em;
  font-weight: 500;
}
@media (min-width: 769px) {
  .trql_lead_p {
    line-height: 2.334;
    font-size: 1.8rem;
    text-align: center;
  }
  .trql_lead_p > p {
    font: inherit;
  }
  .trql_lead_p > p:first-of-type {
    margin-top: -0.666em;
  }
  .trql_lead_p > p:last-of-type {
    margin-bottom: -0.666em;
  }
}
@media (max-width: 768px) {
  .trql_lead_p {
    line-height: 2.072;
    font-size: 2.8rem;
    text-align: justify;
  }
  .trql_lead_p > p {
    font: inherit;
  }
  .trql_lead_p > p:first-of-type {
    margin-top: -0.535em;
  }
  .trql_lead_p > p:last-of-type {
    margin-bottom: -0.535em;
  }
}
.trql_philosophy {
  position: relative;
}
@media (min-width: 769px) {
  .trql_philosophy {
    padding: 16rem 0;
  }
}
@media (max-width: 768px) {
  .trql_philosophy {
    padding: 15rem 0;
  }
}
@media (min-width: 769px) {
  .trql_philosophy .trql_block_image figure {
    height: 48rem;
  }
}
.trql_problem {
  position: relative;
}
@media (min-width: 769px) {
  .trql_problem {
    padding: 16rem 0;
  }
}
@media (max-width: 768px) {
  .trql_problem {
    padding: 15rem 0;
  }
}
.trql_problem::before {
  content: "";
  position: absolute;
  background: #f4f5f5;
  width: 100vw;
  left: 50%;
  top: 0;
  margin: 0 auto;
  translate: -50% 0;
  pointer-events: none;
}
@media (min-width: 769px) {
  .trql_problem::before {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 4rem), calc(50% + 6rem) calc(100% - 4rem), 50% 100%, calc(50% - 6rem) calc(100% - 4rem), 0 calc(100% - 4rem));
    bottom: -4rem;
  }
}
@media (max-width: 768px) {
  .trql_problem::before {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 6.4rem), calc(50% + 9.6rem) calc(100% - 6.4rem), 50% 100%, calc(50% - 9.6rem) calc(100% - 6.4rem), 0 calc(100% - 6.4rem));
    bottom: -6.4rem;
  }
}
@media (min-width: 769px) {
  .trql_problem .trql_head {
    padding-bottom: 5rem;
  }
}
@media (max-width: 768px) {
  .trql_problem .trql_head {
    padding-bottom: 6rem;
  }
}
@media (min-width: 769px) {
  .trql_problem .trql_box {
    margin-top: 6rem;
  }
}
@media (max-width: 768px) {
  .trql_problem .trql_box {
    margin-top: 12rem;
  }
}
.trql_solution {
  position: relative;
}
@media (min-width: 769px) {
  .trql_solution {
    padding: 16rem 0 0;
  }
}
@media (max-width: 768px) {
  .trql_solution {
    padding: 15rem 0 0;
  }
}
@media (min-width: 769px) {
  .trql_solution .trql_cards {
    padding-top: 4rem;
  }
}
@media (max-width: 768px) {
  .trql_solution .trql_cards {
    padding-top: 6rem;
  }
}
.trql_meister {
  position: relative;
}
@media (min-width: 769px) {
  .trql_meister {
    padding: 16rem 0 0;
  }
}
@media (max-width: 768px) {
  .trql_meister {
    padding: 15rem 0 0;
  }
}
@media (min-width: 769px) {
  .trql_meister .trql_block_image figure {
    height: 50rem;
  }
}
.trql_news {
  position: relative;
}
@media (min-width: 769px) {
  .trql_news {
    padding: 16rem 0;
  }
}
@media (max-width: 768px) {
  .trql_news {
    padding: 15rem 0;
  }
}
.trql_news_line {
  display: flex;
  align-items: center;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}
@media (min-width: 769px) {
  .trql_news_line {
    column-gap: 5.5rem;
    margin-top: 4.5rem;
    padding: 0 2rem 0 6rem;
  }
}
@media (max-width: 768px) {
  .trql_news_line {
    flex-direction: column-reverse;
    row-gap: 5rem;
    margin-top: 6rem;
    padding: 5rem 1rem 0;
  }
}
.trql_news_line figure {
  flex-shrink: 0;
}
@media (min-width: 769px) {
  .trql_news_line figure {
    width: 12.3rem;
    padding-top: 2.7rem;
  }
}
@media (max-width: 768px) {
  .trql_news_line figure {
    width: 22.7rem;
  }
}
.trql_plan {
  position: relative;
}
@media (min-width: 769px) {
  .trql_plan {
    padding: 16rem 0;
  }
}
@media (max-width: 768px) {
  .trql_plan {
    padding: 15rem 0;
  }
}
.trql_plan::before {
  content: "";
  position: absolute;
  background: #f4f5f5;
  width: 100vw;
  left: 50%;
  top: 0;
  margin: 0 auto;
  translate: -50% 0;
  pointer-events: none;
}
@media (min-width: 769px) {
  .trql_plan::before {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 4rem), calc(50% + 6rem) calc(100% - 4rem), 50% 100%, calc(50% - 6rem) calc(100% - 4rem), 0 calc(100% - 4rem));
    bottom: -4rem;
  }
}
@media (max-width: 768px) {
  .trql_plan::before {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 6.4rem), calc(50% + 9.6rem) calc(100% - 6.4rem), 50% 100%, calc(50% - 9.6rem) calc(100% - 6.4rem), 0 calc(100% - 6.4rem));
    bottom: -6.4rem;
  }
}
@media (min-width: 769px) {
  .trql_plan .trql_head {
    padding-bottom: 5rem;
  }
}
@media (max-width: 768px) {
  .trql_plan .trql_head {
    padding-bottom: 6rem;
  }
}
@media (min-width: 769px) {
  .trql_plan .trql_box {
    margin-top: 6rem;
  }
}
@media (max-width: 768px) {
  .trql_plan .trql_box {
    margin-top: 12rem;
  }
}
@media (min-width: 769px) {
  .trql_plan .trql_more {
    padding-top: 6rem;
  }
}
@media (max-width: 768px) {
  .trql_plan .trql_more {
    padding-top: 12rem;
  }
}
.trql_video {
  position: relative;
}
@media (min-width: 769px) {
  .trql_video {
    padding: 16rem 0 0;
  }
}
@media (max-width: 768px) {
  .trql_video {
    padding: 15rem 0 0;
  }
}
.trql_video .text01 {
  padding-top: 5rem;
  text-align: center;
}
@media (min-width: 769px) {
  .trql_video .text01 {
    padding-bottom: 6rem;
  }
}
@media (max-width: 768px) {
  .trql_video .text01 {
    width: 65rem;
    margin: 0 -1.5rem;
    padding-bottom: 9rem;
  }
}
.trql_video_frame {
  aspect-ratio: 16/9;
  position: relative;
}
@media (min-width: 769px) {
  .trql_video_frame {
    width: 72rem;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .trql_video_frame {
    width: 65rem;
    margin: 0 -1.5rem;
  }
}
.trql_video_frame iframe {
  position: relative;
  width: 100%;
  height: 100%;
}