.t-greeting__staff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--size-s);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.t-greeting__staff__thumb {
  inline-size: clamp(16rem, 14.4210526316rem + 6.7368421053vw, 22rem);
}
.t-greeting__staff__thumb img {
  margin-top: 0;
}
.t-greeting__staff__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1.2rem, 1.1473684211rem + 0.2245614035vw, 1.4rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.t-greeting__staff__job {
  font-family: var(--font-b);
  font-weight: var(--font-weight-b);
  font-size: var(--font-size-xs);
  color: var(--font-color-standard);
  letter-spacing: clamp(0.022rem, 0.0209473684rem + 0.0044912281vw, 0.026rem);
  position: relative;
  --em: 0.5em;
  line-height: 1.8;
}
.t-greeting__staff__job::before, .t-greeting__staff__job::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.t-greeting__staff__job::before {
  margin-top: calc((1 - 1.8) * var(--em));
}
.t-greeting__staff__job::after {
  margin-bottom: calc((1 - 1.8) * var(--em));
}
@media screen and (max-width: 768px) {
  .t-greeting__staff__job {
    font-family: var(--font-heading);
    font-weight: var(--font-weight-heading);
  }
}
.t-greeting__staff__name {
  font-family: var(--font-db);
  font-weight: var(--font-weight-db);
  font-size: clamp(2rem, 1.8947368421rem + 0.449122807vw, 2.4rem);
  color: var(--font-color-standard);
  letter-spacing: clamp(0.022rem, 0.0209473684rem + 0.0044912281vw, 0.026rem);
}
@media screen and (max-width: 768px) {
  .t-greeting__staff__name {
    font-family: var(--font-basic);
    font-weight: var(--font-weight-std);
  }
}
.t-greeting__staff__name rt {
  color: var(--font-color-notice);
  padding-bottom: clamp(0.8rem, 0.7473684211rem + 0.2245614035vw, 1rem);
}
.t-greeting__staff__name::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.3em;
}

.t-greeting__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--size-s);
}
.t-greeting__txt > p:not([class]) {
  position: relative;
  --em: 0.5em;
  line-height: 1.8;
}
.t-greeting__txt > p:not([class])::before, .t-greeting__txt > p:not([class])::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.t-greeting__txt > p:not([class])::before {
  margin-top: calc((1 - 1.8) * var(--em));
}
.t-greeting__txt > p:not([class])::after {
  margin-bottom: calc((1 - 1.8) * var(--em));
}

.t-policy-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  border-top: solid 1px var(--color-black-150);
}

.t-policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(2rem, 1.8947368421rem + 0.449122807vw, 2.4rem);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-block: clamp(1.9rem, 1.5842105263rem + 1.3473684211vw, 3.1rem);
  border-bottom: solid 1px var(--color-black-150);
}
.t-policy__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1.4rem, 1.2947368421rem + 0.449122807vw, 1.8rem);
}
.t-policy__num {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  inline-size: 12.6%;
  max-width: 70px;
  aspect-ratio: 1/1;
  border: 1px solid var(--color-line);
  display: -ms-grid;
  display: grid;
  place-content: center;
  border-radius: 2rem;
  font-size: clamp(1.9rem, 1.7684210526rem + 0.5614035088vw, 2.4rem);
  font-family: var(--font-en);
  font-weight: var(--font-weight-db);
  line-height: 1;
  color: var(--font-color-notice);
}
@media screen and (max-width: 1240px) {
  .t-policy__num {
    inline-size: 16%;
  }
}
@media screen and (max-width: 1100px) {
  .t-policy__num {
    inline-size: 20%;
  }
}
@media screen and (max-width: 1023px) {
  .t-policy__num {
    inline-size: 14%;
  }
}
@media screen and (max-width: 768px) {
  .t-policy__num {
    inline-size: 15%;
    border-radius: 1.6rem;
  }
}
.t-policy__heading {
  color: var(--color-brand-primary);
  font-size: clamp(1.35rem, 1.2842105263rem + 0.2807017544vw, 1.6rem);
  font-family: var(--font-heading);
  font-weight: var(--font-weight-heading);
  letter-spacing: 0.02em;
  position: relative;
  --em: 0.5em;
  line-height: 1.8;
}
.t-policy__heading::before, .t-policy__heading::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.t-policy__heading::before {
  margin-top: calc((1 - 1.8) * var(--em));
}
.t-policy__heading::after {
  margin-bottom: calc((1 - 1.8) * var(--em));
}

@media screen and (min-width: 1023px) and (max-width: 1180px) {
  .t-iconcard-wrap {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.t-iconcard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(2rem, 1.8947368421rem + 0.449122807vw, 2.4rem);
  border-right: 1px solid var(--color-black-150);
  padding-inline: var(--size-s);
}
@media screen and (max-width: 768px) {
  .t-iconcard {
    border: none;
    padding-inline: 0;
  }
}
.t-iconcard:nth-child(3n+1) {
  border-left: 1px solid var(--color-black-150);
}
@media screen and (max-width: 768px) {
  .t-iconcard:nth-child(3n+1) {
    border: none;
  }
}
.t-iconcard__icon {
  inline-size: 44.5%;
  display: block;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .t-iconcard__icon {
    inline-size: 30%;
  }
}
.t-iconcard__icon img {
  inline-size: 100%;
  aspect-ratio: 1/1;
}
.t-iconcard__label {
  color: var(--font-color-standard);
  font-size: var(--font-size-xl);
  font-family: var(--font-db);
  font-weight: var(--font-weight-db);
  line-height: var(--lineheight18);
  letter-spacing: 0;
  position: relative;
  --em: 0.5em;
  line-height: 1.8;
  text-align: center;
}
.t-iconcard__label::before, .t-iconcard__label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.t-iconcard__label::before {
  margin-top: calc((1 - 1.8) * var(--em));
}
.t-iconcard__label::after {
  margin-bottom: calc((1 - 1.8) * var(--em));
}
.t-iconcard__copy {
  color: var(--font-color-small);
  font-size: var(--font-size-xs);
  line-height: var(--lineheight16);
  letter-spacing: 0;
  position: relative;
  --em: 0.5em;
  line-height: 1.6;
}
.t-iconcard__copy::before, .t-iconcard__copy::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.t-iconcard__copy::before {
  margin-top: calc((1 - 1.6) * var(--em));
}
.t-iconcard__copy::after {
  margin-bottom: calc((1 - 1.6) * var(--em));
}
@media screen and (min-width: 1023px) and (max-width: 1180px) {
  .t-iconcard:nth-child(3n+1) {
    border-left: none;
  }
  .t-iconcard:nth-child(2n+1) {
    border-left: 1px solid var(--color-black-150);
  }
}
@media screen and (min-width: 1023px) and (max-width: 1180px) and (max-width: 768px) {
  .t-iconcard:nth-child(2n+1) {
    border: none;
  }
}

.t-outline-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}

.t-outline-hero-cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(2.8rem, 2.2736842105rem + 2.2456140351vw, 4.8rem);
  background: url(/koseikai/assets/image/outline/about/hero.jpg) no-repeat center bottom/cover;
  border-radius: var(--size-l) var(--size-2xs) 0 0;
  text-align: center;
  -webkit-padding-before: clamp(4rem, 3rem + 4.2666666667vw, 7.8rem);
          padding-block-start: clamp(4rem, 3rem + 4.2666666667vw, 7.8rem);
  -webkit-padding-after: clamp(18rem, 8.3684210526rem + 41.0947368421vw, 54.6rem);
          padding-block-end: clamp(18rem, 8.3684210526rem + 41.0947368421vw, 54.6rem);
  padding-inline: var(--size-s);
  color: var(--color-white-900);
}
@media screen and (max-width: 768px) {
  .t-outline-hero-cover {
    padding-inline: 0;
  }
}
.t-outline-hero-cover__slogan {
  font-size: clamp(2.2rem, 2.0421052632rem + 0.6736842105vw, 2.8rem);
  font-family: var(--font-db);
  font-weight: var(--font-weight-db);
  letter-spacing: 0.06em;
  line-height: 1.9;
  position: relative;
  --em: 0.5em;
  line-height: 1.9;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.08), 0 3px 50px rgba(0, 0, 0, 0.38);
}
.t-outline-hero-cover__slogan::before, .t-outline-hero-cover__slogan::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.t-outline-hero-cover__slogan::before {
  margin-top: calc((1 - 1.9) * var(--em));
}
.t-outline-hero-cover__slogan::after {
  margin-bottom: calc((1 - 1.9) * var(--em));
}
@media screen and (max-width: 768px) {
  .t-outline-hero-cover__slogan {
    line-height: 1.7;
    --em: 0.5em;
    line-height: 1.7;
  }
  .t-outline-hero-cover__slogan::before, .t-outline-hero-cover__slogan::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .t-outline-hero-cover__slogan::before {
    margin-top: calc((1 - 1.7) * var(--em));
  }
  .t-outline-hero-cover__slogan::after {
    margin-bottom: calc((1 - 1.7) * var(--em));
  }
}
.t-outline-hero-cover-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1.8rem, 1.5368421053rem + 1.1228070175vw, 2.8rem);
}
.t-outline-hero-cover__lead {
  font-size: var(--font-size-s);
  font-family: var(--font-b);
  font-weight: var(--font-weight-b);
  letter-spacing: 0.02em;
  line-height: var(--lineheight20);
  position: relative;
  --em: 0.5em;
  line-height: 2;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.06), 0 3px 46px rgba(0, 0, 0, 0.26);
}
.t-outline-hero-cover__lead::before, .t-outline-hero-cover__lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.t-outline-hero-cover__lead::before {
  margin-top: calc((1 - 2) * var(--em));
}
.t-outline-hero-cover__lead::after {
  margin-bottom: calc((1 - 2) * var(--em));
}
@media screen and (max-width: 768px) {
  .t-outline-hero-cover__lead {
    line-height: 1.8;
    --em: 0.5em;
    line-height: 1.8;
  }
  .t-outline-hero-cover__lead::before, .t-outline-hero-cover__lead::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .t-outline-hero-cover__lead::before {
    margin-top: calc((1 - 1.8) * var(--em));
  }
  .t-outline-hero-cover__lead::after {
    margin-bottom: calc((1 - 1.8) * var(--em));
  }
}

.t-logbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--size-xs);
  border: solid 1px rgba(226, 226, 226, 0.6);
  border-radius: 0.6rem;
  padding: clamp(2rem, 1.8947368421rem + 0.449122807vw, 2.4rem);
  margin-top: var(--size-s);
}
.t-logbox-label {
  font-size: var(--font-size-m);
  color: #333333;
  font-family: var(--font-heading);
  font-weight: var(--font-weight-heading);
  letter-spacing: 0.02em;
  position: relative;
  --em: 0.5em;
  line-height: 1.8;
}
.t-logbox-label::before, .t-logbox-label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.t-logbox-label::before {
  margin-top: calc((1 - 1.8) * var(--em));
}
.t-logbox-label::after {
  margin-bottom: calc((1 - 1.8) * var(--em));
}
.t-logbox-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--size-2xs);
}
.t-logbox-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(1rem, 0.8947368421rem + 0.449122807vw, 1.4rem);
}
.t-logbox-list li > p:not([class]) {
  position: relative;
  --em: 0.5em;
  line-height: 1.8;
}
.t-logbox-list li > p:not([class])::before, .t-logbox-list li > p:not([class])::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.t-logbox-list li > p:not([class])::before {
  margin-top: calc((1 - 1.8) * var(--em));
}
.t-logbox-list li > p:not([class])::after {
  margin-bottom: calc((1 - 1.8) * var(--em));
}