.statement_heading {
  font-family: "Oswald", sans-serif;
}

.about_notice {
  font-size: 1.3rem;
}

.about_txt {
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .about_txt {
    font-size: 1.7rem;
  }
}

.statement_txt {
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .statement_txt {
    font-size: 2rem;
  }
}

.statement_qoute {
  font-size: 1.8rem;
}
@media only screen and (min-width: 768px) {
  .statement_qoute {
    font-size: 2.3rem;
  }
}

.about_leading {
  font-size: 1.8rem;
}
@media only screen and (min-width: 768px) {
  .about_leading {
    font-size: clamp(
        2.3rem,
        calc(2.3rem + 0.003164557 * (100vw - 768px)),
        2.5rem
    );
  }
}

.statement_heading {
  font-size: 2.4rem;
}
@media only screen and (min-width: 768px) {
  .statement_heading {
    font-size: clamp(
        2.5rem,
        calc(2.5rem + 0.0094936709 * (100vw - 768px)),
        3.1rem
    );
  }
}

.about_heading {
  font-size: 2.4rem;
}
@media only screen and (min-width: 768px) {
  .about_heading {
    font-size: clamp(
        2.5rem,
        calc(2.5rem + 0.0126582278 * (100vw - 768px)),
        3.3rem
    );
  }
}

.statement_leading {
  font-size: 2.6rem;
}
@media only screen and (min-width: 768px) {
  .statement_leading {
    font-size: clamp(
        3rem,
        calc(3rem + 0.0158227848 * (100vw - 768px)),
        4rem
    );
  }
}

@media only screen and (min-width: 768px) {
  .statement {
    margin-top: 40px;
  }
}
.statement_grid {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .statement_grid {
    flex-direction: row;
  }
}
.statement_grid_context {
  width: 100%;
  color: #5eb7e8;
}
@media only screen and (min-width: 768px) {
  .statement_grid_context {
    width: 480px;
    max-width: calc(48% - 20px);
  }
}
.statement_grid_video {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .statement_grid_video {
    width: 585px;
    max-width: 50.8695652174%;
  }
}
.statement_grid_video video {
  width: 100%;
}
.statement_heading {
  font-weight: 400;
  line-height: 1.2;
}
.statement_leading {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.15em;
  margin-top: 8px;
}
@media only screen and (min-width: 768px) {
  .statement_leading {
    margin-bottom: 21px;
  }
}
.statement_txt {
  font-weight: 400;
  line-height: 2;
  margin-top: 8px;
}
.statement_txt .mark {
  font-weight: 600;
}
.statement_qoute {
  font-weight: 700;
  line-height: 1.5217391304;
  letter-spacing: 0.15em;
  margin-top: 8px;
}

.about {
  position: relative;
  margin-top: 58px;
  padding-top: 150px;
  padding-bottom: 50px;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .about {
    padding-top: 375px;
    padding-top: clamp(240px, (100vw - 1200px) * 1000, 375px);
    padding-bottom: 124px;
  }
}
.about .title_badge {
  padding-left: 4px;
}
@media only screen and (min-width: 768px) {
  .about .title_badge {
    display: inline-block;
    padding-right: 109px;
  }
}
.about .title_badge_shape {
  width: 100vw;
  background-color: var(--badge-color);
  translate: calc(50px - 100%) 0;
}
.about .title_badge_shape::before, .about .title_badge_shape::after {
  display: none;
}
.about_underground {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.about_underground::before {
  content: "";
  width: 767px;
  height: 160px;
  background-image: url("./../images/common/bg_hex_comb_sp.webp");
  background-repeat: repeat-x;
  background-size: 100%;
  background-position: 5px 0;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
}
@media only screen and (min-width: 768px) {
  .about_underground::before {
    width: 2800px;
    height: 224px;
    background-image: url("./../images/common/bg_hex_comb.webp");
    background-size: 2800px;
    background-position: center 0;
  }
}
@media only screen and (min-width: 1025px) {
  .about_underground::before {
    width: 100%;
    height: 438px;
    background-size: 5485px;
  }
}
.about_underground::after {
  content: "";
  position: absolute;
  inset: 0;
  top: 140px;
  background-color: #5eb7e8;
}
@media only screen and (min-width: 768px) {
  .about_underground::after {
    top: 220px;
  }
}
@media only screen and (min-width: 1025px) {
  .about_underground::after {
    top: 430px;
  }
}
.about_grid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .about_grid {
    flex-direction: row;
    justify-content: space-between;
  }
}
.about_grid_context {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .about_grid_context {
    width: calc(50% - 10px);
  }
}
.about_grid_video {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .about_grid_video {
    width: 524px;
    max-width: calc(50% - 10px);
    padding-top: 36px;
  }
}
.about_grid_video video {
  width: 100%;
}
.about_leading {
  font-weight: 800;
  line-height: 1.52;
  letter-spacing: 0.15em;
  margin-top: 16px;
}
@media only screen and (min-width: 768px) {
  .about_leading {
    margin-top: 34px;
  }
}
.about_heading {
  font-weight: 800;
  line-height: 1.5454545455;
  letter-spacing: 0.15em;
  margin-top: 9px;
}
.about_txt {
  font-weight: 600;
  line-height: 2;
  margin-top: 14px;
}
@media only screen and (min-width: 768px) {
  .about_txt {
    margin-top: 27px;
  }
}
.about_notice {
  font-weight: 400;
  line-height: 2;
  margin-top: 13px;
}

.history {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) {
  .history {
    margin-top: 96px;
  }
}
.history .lr_info_row_wrap {
  margin-top: 28px;
}
@media only screen and (min-width: 768px) {
  .history .lr_info_row_wrap {
    margin-top: 28px;
  }
}
@media only screen and (min-width: 768px) {
  .history .lr_info_row + .lr_info_row {
    margin-top: 15px;
  }
}
.history .lr_info_row_title {
  letter-spacing: 0em;
}
@media only screen and (min-width: 768px) {
  .history .lr_info_row_title {
    padding-top: 12px;
    padding-bottom: 10px;
  }
}
.history .lr_info_row_title span {
  width: 42px;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .history .lr_info_row_detail {
    padding-top: 13px;
  }
}

.profile {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .profile {
    margin-top: 83px;
  }
}
.profile .lr_info_row_wrap {
  margin-top: 41px;
}
@media only screen and (min-width: 768px) {
  .profile .lr_info_row_wrap {
    margin-top: 41px;
  }
}

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