/* company */
.company {
  overflow: hidden;
}

.company__mv {
  margin-block-start: clamp(-30px, -18.333px + -3.24vw, -65px);
  width: 100%;
}

.company__mv img {
  aspect-ratio: 16/9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 744px) {
  .company__mv img {
    aspect-ratio: unset;
    object-fit: contain;
  }
}

/* concept */
.concept {
  background-image: url(../img/company/company_base.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--color-wh);
  overflow: hidden;
  padding-block: 40px 80px;
}
@media screen and (min-width: 1440px) {
  .concept {
    background-size: 100% 100%;
  }
}

.concept__inner {
  margin-inline: auto;
  max-width: 1440px;
  overflow: visible;
  padding-inline: clamp(15px, -6.667px + 6.02vw, 80px);
}

.concept__block {
  position: relative;
}
@media screen and (min-width: 744px) {
  .concept__block {
    display: flex;
    gap: clamp(30px, 25px + 1.39vw, 45px);
    justify-content: center;
  }
}

.concept__img {
  position: absolute;
}
@media screen and (min-width: 744px) {
  .concept__img {
    position: static;
  }
}

.concept__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}

.concept__text ._paragraph:not(:first-child) {
  margin-block-start: 1em;
}

.concept__block.--first {
  padding-block-start: 40px;
}

.concept__block.--second {
  padding-block-start: 100px;
}
@media screen and (min-width: 744px) {
  .concept__block.--second {
    flex-direction: row-reverse;
    padding-block-start: 60px;
  }
}

.concept__block.--third {
  padding-block-start: 200px;
}
@media screen and (min-width: 744px) {
  .concept__block.--third {
    padding-block-start: 60px;
  }
}

.concept__block.--first .concept__img {
  right: -45px;
  top: -10px;
  width: clamp(120px, 4.286px + 32.14vw, 210px);
}
@media screen and (min-width: 744px) {
  .concept__block.--first .concept__img {
    width: clamp(240px, 120px + 16.67vw, 360px);
  }
}

.concept__block.--second .concept__img {
  right: 20px;
  top: -20px;
  width: clamp(150px, 34.286px + 32.14vw, 240px);
}
@media screen and (min-width: 744px) {
  .concept__block.--second .concept__img {
    width: clamp(240px, 120px + 16.67vw, 360px);
  }
}

.concept__block.--third .concept__img {
  left: 40px;
  top: 20px;
  width: clamp(200px, 148.571px + 14.29vw, 240px);
}
@media screen and (min-width: 744px) {
  .concept__block.--third .concept__img {
    width: clamp(240px, 120px + 16.67vw, 360px);
  }
}

/* outline */
.outline {
  padding-block: 40px 80px;
}

.outline__inner {
  margin-inline: auto;
  max-width: 1440px;
  overflow: visible;
  padding-inline: clamp(20px, 0px + 5.56vw, 80px);
  text-align: center;
}

.outline__title {
  background-color: var(--color-yl);
  border-radius: 10px;
  color: var(--color-wh);
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 700;
  margin-block-end: 20px;
  max-width: 100%;
  padding: 0.75rem 2em;
  position: relative;
  text-align: center;
  width: 280px;
}

.outline__title::after {
  border: 0.5em solid transparent;
  border-top: 0.5em solid var(--color-yl);
  content: "";
  left: 50%;
  margin-left: -0.5em;
  position: absolute;
  top: 100%;
}

.outline__table {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-inline: auto;
  text-align: left;
}

.outline__table tr:not(:last-child) {
  border-bottom: 1px solid var(--color-yl);
}

.outline__table ._category {
  border-right: 1px solid var(--color-rd);
  letter-spacing: 0.1em;
  min-width: 8em;
  padding-block: 10px;
  padding-inline-end: 10px;
  text-align-last: justify;
}
@media screen and (min-width: 640px) {
  .outline__table ._category {
    padding-inline-end: 20px;
  }
}

.outline__table ._detail {
  padding-block: 10px;
  padding-inline-start: 10px;
}
@media screen and (min-width: 640px) {
  .outline__table ._detail {
    padding-inline-start: 20px;
  }
}

.outline__table ._detail a {
  color: var(--color-bk);
  font-size: 0.875rem;
  text-decoration: underline;
  transition: color 0.25s;
}
.outline__table ._detail a:focus-visible {
  color: var(--color-rd);
}
@media (any-hover: hover) {
  .outline__table ._detail a:hover {
    color: var(--color-rd);
  }
}

/* member */
.member {
  background-color: var(--color-bl);
  margin-block-end: -100px;
  padding-block-end: 160px;
  padding-block-start: 40px;
}

.member__inner {
  margin-inline: auto;
  max-width: 1440px;
  overflow: visible;
  padding-inline: clamp(20px, 0px + 5.56vw, 80px);
  text-align: center;
}

.member__title {
  background-color: var(--color-wh);
  border-radius: 10px;
  color: var(--color-bl);
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 700;
  margin-block-end: 20px;
  max-width: 100%;
  padding: 0.75rem 2em;
  position: relative;
  text-align: center;
  width: 280px;
}

.member__title::after {
  border: 0.5em solid transparent;
  border-top: 0.5em solid var(--color-wh);
  content: "";
  left: 50%;
  margin-left: -0.5em;
  position: absolute;
  top: 100%;
}

.member__list {
  color: var(--color-wh);
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  margin-block-start: 40px;
}
@media screen and (min-width: 744px) {
  .member__list {
    justify-content: space-between;
  }
}

.member__item {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .member__item {
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .member__item {
    flex-direction: column;
    width: clamp(275px, 164.231px + 10.82vw, 320px);
  }
}

@media screen and (min-width: 1024px) {
  .member__item:first-child {
    order: 2;
  }
}

@media screen and (min-width: 1024px) {
  .member__item:last-child {
    order: 3;
  }
}

.member__head {
  flex-shrink: 0;
}
@media screen and (min-width: 640px) {
  .member__head {
    margin-right: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .member__head {
    margin-right: 0;
  }
}

.member__img {
  width: 160px;
}

.member__name {
  font-size: 1rem;
  font-weight: 700;
  margin-block-start: 20px;
}

.member__profile {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-block-start: 25px;
  text-align: justify;
}