@charset "UTF-8";
/* 共通項目
---------------------------------------------------------- */
.about-section {
  margin-top: clamp(4.375rem, 3.75rem + 3.125vw, 7.5rem);
}

.about-wrap {
  margin-top: clamp(1.25rem, 1.125rem + 0.625vw, 1.875rem);
}

.about-description {
  font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5555555556;
}

.about-text {
  font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5555555556;
}
.about-text + .about-text {
  margin-top: 1.2222222222em;
}

/* エントランス
---------------------------------------------------------- */
.about__head {
  width: min(92%, 1224px);
  margin-inline: auto;
}

.about__description {
  font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5555555556;
}

.about__menu_list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(294px, 1fr));
  gap: 1rem;
  margin-top: clamp(2.5rem, 2rem + 2.5vw, 5rem);
}

.about__menu_item .button {
  width: 100%;
}

/* 会長挨拶
---------------------------------------------------------- */
.greeting__wrap {
  display: flex;
  flex-direction: column;
  gap: 4.6468401487%;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .greeting__wrap {
    flex-direction: row-reverse;
  }
}

.greeting__photo {
  text-align: center;
  width: clamp(13.75rem, 12.1875rem + 7.8125vw, 15.9375rem);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .greeting__photo {
    width: 25.7434944238%;
  }
}

.greeting__content {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .greeting__content {
    width: 72.4907063197%;
    margin-top: clamp(1.25rem, -0.0606796117rem + 3.640776699vw, 3.125rem);
  }
}

.greeting__sentence {
  margin-top: 1.25rem;
}

.greeting__title {
  font-size: clamp(1.125rem, 1.05rem + 0.375vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.05em;
}

.greeting__name {
  font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5555555556;
}

.greeting__name {
  margin-top: 2.5rem;
  text-align: right;
}

/* 学習院と桜友会の歴史
---------------------------------------------------------- */
.history {
  padding: clamp(1.875rem, 1.5rem + 1.875vw, 3.75rem);
  background-color: #F2F5FA;
}

.history__title {
  font-size: clamp(1.125rem, 1.05rem + 0.375vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: clamp(1.875rem, 1.75rem + 0.625vw, 2.5rem);
}

.history__sentence {
  margin-top: 1.25rem;
}

/* 定款
---------------------------------------------------------- */
.constitution__content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1.875rem, 1.5625rem + 1.5625vw, 3.4375rem) 1.25rem;
  margin-top: clamp(1.875rem, 1.75rem + 0.625vw, 2.5rem);
  background-color: #F2F5FA;
}

.constitution__link {
  display: flex;
  gap: clamp(1.25rem, 1.125rem + 0.625vw, 1.875rem);
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 6.25rem;
  max-width: 32rem;
  padding-inline: 1.25rem;
  color: #3D569D;
  background-color: #FFFFFF;
  font-size: clamp(1rem, 0.925rem + 0.375vw, 1.375rem);
  font-weight: 700;
  letter-spacing: 0.05em;
}

.constitution__link::after {
  content: "";
  display: block;
  width: 1.5454545455em;
  height: 2em;
  background-image: url("/media/images/icon/icon_pdf.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

/* 活動計画・令和6年基本方針
---------------------------------------------------------- */
.plan__sentence {
  margin-top: clamp(1.875rem, 1.75rem + 0.625vw, 2.5rem);
}

.plan__task {
  padding: clamp(1.875rem, 1.5rem + 1.875vw, 3.75rem);
  background-color: #F2F5FA;
  margin-top: clamp(1.875rem, 1.625rem + 1.25vw, 3.125rem);
}

.plan__task_title {
  font-size: clamp(1.125rem, 1.05rem + 0.375vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.05em;
}

.plan__task_list {
  margin-top: clamp(1.25rem, 1.125rem + 0.625vw, 1.875rem);
  counter-reset: listnum;
}

.plan__task_item + .plan__task_item {
  margin-top: clamp(1.875rem, 1.625rem + 1.25vw, 3.125rem);
}

.plan__task_item_title,
.plan__task_item_desc_title {
  font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
}

.plan__task_item_title {
  position: relative;
  padding-left: 1.4em;
}

.plan__task_item_title::before {
  position: absolute;
  top: 0.04em;
  left: 0;
  counter-increment: listnum;
  content: counter(listnum) ".";
  font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
}

.plan__task_item_descs {
  margin-top: clamp(0.625rem, 0.5625rem + 0.3125vw, 0.9375rem);
}

.plan__task_item_desc + .plan__task_item_desc {
  margin-top: clamp(0.625rem, 0.5625rem + 0.3125vw, 0.9375rem);
}

.plan__task_item_desc_title {
  position: relative;
  padding-left: 1.2em;
}

.plan__task_item_desc_title::before {
  position: absolute;
  top: 0.65em;
  left: 0;
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #3D569D;
  border-radius: 50%;
}

.plan__task_item_desc_text {
  font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5555555556;
  margin-top: clamp(0.3125rem, 0.25rem + 0.3125vw, 0.625rem);
}

.plan__task_item_text {
  font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
  font-weight: 400;
  margin-top: clamp(0.625rem, 0.5625rem + 0.3125vw, 0.9375rem);
}

.plan__task_buttom {
  text-align: right;
  margin-top: 1.25rem;
}

/* 歴代の会長
---------------------------------------------------------- */
.chairmans__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(136px, 1fr));
  gap: clamp(2.75rem, 2.475rem + 1.375vw, 4.125rem) clamp(1.25rem, 1.2rem + 0.25vw, 1.5rem);
}
@media screen and (min-width: 400px) {
  .chairmans__list {
    grid-template-columns: repeat(auto-fill, minmax(156px, 1fr));
  }
}

.chairmans__item_thumb img {
  width: 100%;
  aspect-ratio: 196/270;
  object-fit: cover;
}

.chairmans__body {
  font-size: clamp(1.25rem, 1.175rem + 0.375vw, 1.625rem);
  letter-spacing: 0.05em;
  margin-top: 0.3846153846em;
}

.chairmans__generation {
  font-size: 0.7692307692em;
  font-weight: 700;
  line-height: 1.4;
  color: #3D569D;
}

.chairmans__name {
  font-weight: 700;
  line-height: 1.0769230769;
  margin-top: 0.1538461538em;
}

.chairmans__period {
  font-size: 0.6923076923em;
  font-weight: 400;
  line-height: 1.3333333333;
  margin-top: 0.4444444444em;
}/*# sourceMappingURL=style-about.css.map */