@charset "UTF-8";
/* -------------------------------------
カラー
------------------------------------- */
.str_inner {
  padding-block: 11.7rem 13.7rem;
  width: min(100% - 4rem, 107.2rem);
  margin-inline: auto;
}

.str_cnt {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .str_cnt {
    margin-top: 5rem;
  }
}

.str-list {
  display: flex;
  flex-direction: column;
  row-gap: 10rem;
}
.str-list > li {
  display: flex;
  gap: 5.6rem;
}
@media screen and (max-width: 768px) {
  .str-list > li {
    flex-direction: column;
    gap: 2.5rem;
  }
}
.str-list > li:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .str-list > li:nth-child(even) {
    flex-direction: column;
  }
}

.str-img {
  width: 52.1rem;
  height: 34.7rem;
  aspect-ratio: 52.1/34.7;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .str-img {
    width: 100%;
    height: auto;
  }
}
.str-img img {
  display: block;
  border-radius: inherit;
}

.str-textArea {
  position: relative;
  width: 49.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 2rem;
  gap: 2.7rem;
}
@media screen and (max-width: 768px) {
  .str-textArea {
    width: 100%;
    padding-top: 4rem;
    padding-bottom: 0;
  }
}

.str-num {
  font-weight: 600;
  font-size: 12rem;
  color: #DB7814;
  opacity: 0.1;
  position: absolute;
  top: -2.8rem;
  right: 0;
  z-index: -1;
}

.str-list_ttl {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #184675;
}
@media screen and (max-width: 768px) {
  .str-list_ttl {
    font-size: 2.6rem;
  }
}

.str-txt {
  color: #000;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.7;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .str-txt {
    font-size: 1.6rem;
  }
}

/* about */
.msg .l-bg_wave::after {
  bottom: -1rem;
}

.msg_inner {
  display: flex;
  gap: 8.2rem;
  justify-content: center;
  align-items: center;
  padding-block: 6.5rem 9.4rem;
}
@media screen and (max-width: 768px) {
  .msg_inner {
    flex-direction: column-reverse;
    gap: 5rem;
    padding-block: 6rem;
  }
}

.msg-img {
  width: 41.3rem;
  height: auto;
  aspect-ratio: 41.3/55.7;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .msg-img {
    width: 100%;
  }
}
.msg-img img {
  display: block;
  border-radius: inherit;
}

.msg-cap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: calc((1em - 1lh) / 2 + 1.5rem);
}
@supports not (top: 1lh) {
  .msg-cap {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .msg-cap {
    margin-top: calc((1em - 1lh) / 2 + 1rem);
  }
  @supports not (top: 1lh) {
    .msg-cap {
      margin-top: 1rem;
    }
  }
}

.msg-cap_role {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.03em;
  margin-right: 1.8rem;
}
@media screen and (max-width: 768px) {
  .msg-cap_role {
    font-size: 1.2rem;
  }
}

.msg-cap_name {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.7;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .msg-cap_name {
    font-size: 1.8rem;
  }
}

.msg-textArea {
  width: 49.5rem;
  translate: 0 -3rem;
}
@media screen and (max-width: 768px) {
  .msg-textArea {
    width: 100%;
    translate: 0;
  }
}

.msg_ttl .--sub {
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0;
}

.msg-catch {
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-top: calc((1em - 1lh) / 2 + 3.8rem);
}
@supports not (top: 1lh) {
  .msg-catch {
    margin-top: 3.8rem;
  }
}
@media screen and (max-width: 768px) {
  .msg-catch {
    font-size: 3rem;
  }
}

.msg-txt {
  margin-top: 5.2rem;
}
@media screen and (max-width: 768px) {
  .msg-txt {
    margin-top: 4rem;
  }
}
.msg-txt p {
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.03em;
}
.msg-txt p + p {
  margin-top: calc((1em - 1lh) / 2 + 2.8rem);
}
@supports not (top: 1lh) {
  .msg-txt p + p {
    margin-top: 2.8rem;
  }
}

/* company */
.company_inner {
  padding-block: 5.2rem 18.5rem;
}
@media screen and (max-width: 768px) {
  .company_inner {
    padding-block: 8.2rem 9.5rem;
  }
}

.company_ttl {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.company_ttl .--sub {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.company_cnt {
  width: 82.5rem;
  margin-inline: auto;
  padding-top: 5.5rem;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .company_cnt {
    width: 100%;
  }
}

.company_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0rem 1.6rem;
}
.company_table th,
.company_table td {
  padding-block: 1.2rem;
}
.company_table th {
  padding-inline: 0 1.6rem;
  width: 20rem;
  text-align: left;
  vertical-align: middle;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #184675;
  border-bottom: 1px solid #184675;
}
@media screen and (max-width: 768px) {
  .company_table th {
    width: 10.5rem;
  }
}
.company_table th + td {
  margin-left: 1rem;
}
.company_table td {
  translate: 1rem;
  padding-inline: 2rem;
  vertical-align: middle;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.03em;
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .company_table td {
    translate: 0.5rem;
    padding-inline: 1rem;
  }
}