@charset "UTF-8";
/* stylelint-disable color-hex-case */
/**
 * 本文（通常）
 */
/**
 * リンク
 */
/**
 * 大見出し（h2）
 */
@media screen and (min-width: 768px) {
  .p-about {
    padding-bottom: 12.5rem;
  }
}
@media screen and (max-width:767px) {
  .p-about {
    padding-bottom: 8.5714285714rem;
  }
}
@media screen and (min-width: 768px) {
  .p-about .inner {
    padding-top: 6.25rem;
  }
}
@media screen and (max-width:767px) {
  .p-about .inner {
    padding-top: 6.4285714286rem;
  }
}
@media screen and (max-width:767px) {
  .p-about .c-headingSection.-medium .c-headingSection-title {
    font-size: 2rem;
  }
}
.p-about-sections {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-about-sections {
    gap: 12.5rem;
    margin-top: 7.5rem;
  }
}
@media screen and (max-width:767px) {
  .p-about-sections {
    gap: 8.5714285714rem;
    margin-top: 5.7142857143rem;
  }
}
@media screen and (min-width: 768px) {
  .p-about-section {
    display: grid;
    grid-template-columns: 21.375rem 1fr;
    grid-template-columns: min(23.75vw, 342px) 1fr;
  }
}
@media screen and (max-width:767px) {
  .p-about-section {
    display: flex;
    flex-direction: column;
    gap: 4.2857142857rem;
  }
}
@media screen and (min-width: 768px) {
  .p-about-section-body {
    max-width: 57.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-about-section-head .c-headingSection {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-about p, .p-about span, .p-about a {
    font-size: 1rem;
  }
}
@media screen and (max-width:767px) {
  .p-about p, .p-about span, .p-about a {
    font-size: 0.9285714286rem;
  }
}
@media screen and (min-width: 768px) {
  .p-about .c-headingSection-subtitleText {
    font-size: 0.875rem;
  }
}
@media screen and (max-width:767px) {
  .p-about .c-headingSection-subtitleText {
    font-size: 0.8571428571rem;
  }
}
.p-about-table-row, .p-about-executive-item, .p-about-company-item, .p-about-inquiry-item {
  border-top: 1px solid #E7E7E7;
}
@media screen and (min-width: 768px) {
  .p-about-table-row, .p-about-executive-item, .p-about-company-item, .p-about-inquiry-item {
    padding: 1.875rem 0;
  }
}
.p-about-table-label {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.p-about-table-label:lang(en) {
  font-family: "Roboto", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (min-width: 768px) {
  .p-about-table-label {
    font-size: 0.875rem;
  }
}
@media screen and (max-width:767px) {
  .p-about-table-label {
    font-size: 0.9285714286rem;
  }
}
.p-about-table-label, .p-about-executive-role {
  color: #7B7B7B;
  font-feature-settings: "palt";
  font-weight: 400;
  line-height: 1.8;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.p-about-table-label:lang(en), .p-about-executive-role:lang(en) {
  font-family: "Roboto", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.p-about-table-value {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.p-about-table-value:lang(en) {
  font-family: "Roboto", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (min-width: 768px) {
  .p-about-table-value {
    font-size: 1rem;
  }
}
@media screen and (max-width:767px) {
  .p-about-table-value {
    font-size: 0.9285714286rem;
  }
}
.p-about-table-value, .p-about-executive-name, .p-about-company-text {
  color: #242424;
  font-feature-settings: "palt";
  font-weight: 400;
  line-height: 1.8;
}
.p-about-executive-name {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.p-about-executive-name:lang(en) {
  font-family: "Roboto", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (max-width:767px) {
  .p-about-executive-name {
    padding-left: 1.6428571429rem;
  }
}
@media screen and (max-width:767px) {
  .p-about-table-value {
    padding-left: 1.8571428571rem;
  }
}
.p-about-company-link, .p-about-inquiry-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #242424;
  text-decoration: none;
  font-feature-settings: "palt";
  line-height: 1.8;
  font-weight: 400;
}
@media (hover: hover) {
  .p-about-company-link, .p-about-inquiry-link {
    transition: opacity 0.2s ease;
  }
  .p-about-company-link:hover, .p-about-inquiry-link:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 768px) {
  .p-about-company-link, .p-about-inquiry-link {
    padding-left: 0.25rem;
  }
}
.p-about-company-link *, .p-about-inquiry-link * {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.p-about-company-link *:lang(en), .p-about-inquiry-link *:lang(en) {
  font-family: "Roboto", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.p-about-company-link svg, .p-about-inquiry-link svg {
  flex-shrink: 0;
  stroke: #7B7B7B;
  fill: none;
}
@media screen and (min-width: 768px) {
  .p-about-executives-list, .p-about-companies {
    display: grid;
    grid-template-columns: repeat(2, min(30.5vw, 440px));
    column-gap: 2.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .p-about-executives-list, .p-about-companies {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width:767px) {
  .p-about-executives-list, .p-about-companies {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 0.8571428571rem;
  }
}
.p-about-table {
  width: 100%;
  margin: 0;
  padding: 0;
}
.p-about-table-row {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width:767px) {
  .p-about-table-row {
    flex-direction: column;
    padding: 1.4285714286rem 0 2.1428571429rem 0.2857142857rem;
    gap: 0.5714285714rem;
  }
}
.p-about-table-label {
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-about-table-label {
    width: 14.375rem;
    padding-left: 0.25rem;
  }
}
@media screen and (max-width:767px) {
  .p-about-table-label {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-about-table-value {
    flex: 1;
  }
}
@media screen and (max-width:767px) {
  .p-about-table-value {
    width: 100%;
  }
}
.p-about-table-value p {
  line-height: inherit;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-about-table-value .c-buttonArrow {
    margin-top: 1.875rem;
    width: 14.375rem;
  }
}
@media screen and (max-width:767px) {
  .p-about-table-value .c-buttonArrow {
    margin-top: 2.1428571429rem;
    width: 17.1428571429rem;
  }
}
@media screen and (min-width: 768px) {
  .p-about-table-value .c-buttonArrow span {
    font-size: 0.875rem;
  }
}
@media screen and (max-width:767px) {
  .p-about-table-value .c-buttonArrow span {
    font-size: 0.9285714286rem;
  }
}
.p-about-executives {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-about-executives {
    gap: 7.5rem;
  }
}
@media screen and (max-width:767px) {
  .p-about-executives {
    gap: 4.2857142857rem;
  }
}
.p-about-executives-group {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media screen and (max-width:767px) {
  .p-about-executives-group {
    gap: 2.8571428571rem;
  }
}
.p-about-executives-group-title {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.p-about-executives-group-title:lang(en) {
  font-family: "Roboto", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.p-about-executives-group-title {
  color: #242424;
  font-feature-settings: "palt";
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-about-executives-group-title {
    font-size: 1.5rem;
    padding-bottom: 0.75rem;
  }
}
@media screen and (max-width:767px) {
  .p-about-executives-group-title {
    font-size: 1.4285714286rem;
  }
}
@media screen and (max-width:767px) {
  .p-about-executives-list {
    column-gap: 1.1428571429rem;
  }
}
.p-about-executive-item:lang(en) {
  font-family: "Roboto", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (min-width: 768px) {
  .p-about-executive-item {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width:767px) {
  .p-about-executive-item {
    display: flex;
    flex-direction: column;
    padding: 1.3571428571rem 0 2.2857142857rem 0.2857142857rem;
  }
}
.p-about-executive-role {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-about-executive-role {
    padding-left: 0.25rem;
    width: min(15.6vw, 226px);
    flex-shrink: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .p-about-executive-role {
    max-width: 60%;
  }
}
.p-about-companies {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .p-about-companies {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .p-about-company-item {
    padding: 1.875rem 1.25rem 1.875rem 0.25rem;
  }
}
@media screen and (max-width:767px) {
  .p-about-company-item {
    padding: 1.4285714286rem 0.8571428571rem 2.2857142857rem 0.2857142857rem;
  }
}
@media screen and (max-width:767px) {
  .p-about-company-link {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.0714285714rem;
  }
}
.p-about-company-text {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
}
.p-about-company-text:lang(en) {
  font-family: "Roboto", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (min-width: 768px) {
  .p-about-company-text {
    padding-left: 0.25rem;
  }
}
@media screen and (max-width:767px) {
  .p-about-company-text {
    display: block;
  }
}
.p-about-company-icon {
  flex-shrink: 0;
  stroke: #7B7B7B;
  fill: none;
}
@media screen and (max-width:767px) {
  .p-about-company-icon {
    align-self: flex-end;
  }
}
.p-about-inquiries {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.p-about-inquiry-item:lang(en) {
  font-family: "Roboto", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (min-width: 768px) {
  .p-about-inquiry-item {
    padding: 1.875rem 1.25rem 1.875rem 0.25rem;
  }
}
@media screen and (max-width:767px) {
  .p-about-inquiry-item {
    padding: 1.4285714286rem 0.8571428571rem 2.1428571429rem 0.2857142857rem;
  }
}