.st_company_philosophy_article {
  padding-bottom: var(--article-padding-bottom, 10rem);
  font-family: "BIZ UDPGothic", sans-serif;
}
.st_company_philosophy_fv {
  padding: var(--article-padding-top, 10rem) 1rem 0rem;
}
@media (max-width:640px) {
  .st_company_philosophy_fv {
    padding-top: 5rem;
  }
}
.st_company_philosophy_fv > .header {
  width: var(--content-width, auto);
  margin-inline: auto;
}
.st_company_philosophy_fv > .header > .title {
  margin-bottom: 2.5rem;
}
.st_company_philosophy_fv > .header > .title > .body {
  display: block;
  width: fit-content;
  margin: auto;
  font-size: var(--font-size-h2, 2.375rem);
  font-weight: n;
  color: transparent;
  background: linear-gradient(90deg, #0060AB 0%, #1B97DF 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -ms-background-clip: text;
  background-clip: text;
}
.st_company_philosophy_fv > .header > .title::after {
  content: "";
  display: block;
  height: 0.125rem;
  margin-top: 0.5rem;
  background-color: var(--main-color, #0060ab);
}
.st_company_philosophy_fv > .header > .lead {
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: var(--font-size-h3, 2rem);
  letter-spacing: 0.1em;
  color: var(--main-color, #0060ab);
  word-break: keep-all;
  color: transparent;
  background: linear-gradient(90deg, #0060AB 0%, #1B97DF 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -ms-background-clip: text;
  background-clip: text;
}
@media (max-width:640px) {
  .st_company_philosophy_fv > .header > .lead {
    font-size: var(--font-size-h4, 1.5rem);
  }
}
.st_company_philosophy_fv > .header > .text {
  color: var(--text-color, #333);
}
.st_company_philosophy_fv > .contents > .image {
  width: var(--content-width, auto);
  margin: 5rem auto;
}
.st_company_philosophy_fv > .contents > .image > img {
  display: block;
  max-width: 80rem;
  width: 100%;
  height: auto;
  margin-inline: auto;
}
.st_company_philosophy_fv > .contents > .texts {
  width: min(90%, 58.125rem);
  margin: 2.5rem auto 0rem;
}
.st_company_philosophy_fv > .contents > .texts > .title {
  margin-bottom: 1em;
  text-align: center;
  font-size: 1.875rem;
  letter-spacing: 0.1em;
  color: var(--main-color, #0060ab);
}
.st_company_philosophy_fv > .contents > .texts > .text {
  font-size: 1.125rem;
  line-height: 2em;
}
.st_company_philosophy_guideline > .header {
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: single;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.5em;
  font-size: var(--font-size-p, 1rem);
}
.st_company_philosophy_guideline > .header > .body {
  display: block;
  -webkit-box-flex: 0;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}
.st_company_philosophy_guideline > .header::after {
  content: "";
  display: block;
  height: 0.0625rem;
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  background-color: var(--gray-color, #999);
}
.st_company_philosophy_guideline > .items {
  display: -webkit-grid;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(4, 1fr);
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2.5rem;
}
@media (max-width:960px) {
  .st_company_philosophy_guideline > .items {
    display: -webkit-grid;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.st_company_philosophy_guideline > .items > li > h3 {
  padding: 0.25rem 1rem;
  margin-bottom: 1rem;
  background-color: var(--light-gray-color, #DFEFFB);
  border-radius: 0.5rem;
  font-size: var(--font-size-h4, 1.5rem);
  font-weight: 700;
  color: var(--main-color, #0060ab);
}
.st_company_philosophy_guideline > .items > li > p {
  padding: 0rem 1rem;
  text-align: justify;
  font-size: var(--font-size-p, 1rem);
  line-height: 2em;
}
.st_company_philosophy_list {
  font-size: var(--font-size-p, 1rem);
  line-height: 2em;
}
.st_company_philosophy_list .rtf-ul {
  display: -webkit-grid;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 0.5rem;
}
.st_company_philosophy_symbol {
  display: -webkit-grid;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 2.5rem;
}
@media (min-width:640px) {
  .st_company_philosophy_symbol {
    display: -webkit-grid;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 26.25rem 1fr;
    grid-template-columns: 26.25rem 1fr;
  }
}
.st_company_philosophy_symbol > .image > img {
  display: block;
  width: min(22rem, 56vw);
  height: auto;
  margin-inline: auto;
}
/*# sourceMappingURL=./philosophy.css.map */