@charset "UTF-8";
/*||| 同窓会紹介 |||*/
.section.inner section + section {
  margin-top: 4em;
}

.greetingArea .message {
  padding: 1em 0.5em;
  font-weight: 700;
  font-size: min(8vw, 1.875rem);
}

.greetingArea img[style*=float] {
  margin-right: min(5.333vw, 20px);
  margin-bottom: 1em;
  width: min(40vw - min(5.333vw, 20px), 165px);
}

/*理念で使用*/
.countList {
  margin-left: 1.3em;
}

.countList dt {
  display: list-item;
  list-style: decimal;
  font-weight: 700;
}

.countList dd + dt {
  margin-top: 1em;
}

/*概要で使用*/
@media screen and (min-width: 769px) {
  div[style*=relative] table {
    width: 100%;
  }
  div[style*=relative] table td {
    padding-right: calc(200px + 1em);
  }
  div[style*=relative] img {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  div[style*=relative] img {
    margin: 1em auto 0;
    max-width: 100%;
  }
}
/*沿革*/
@media screen and (min-width: 769px) {
  div:has(> .historyList):has(> .historyImages) {
    display: grid;
    grid-template-columns: 1fr 240px;
    gap: 1em;
  }
}
.historyList dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.3em;
  margin-bottom: 0.5em;
  font-size: min(6.4vw, 1.5rem);
}

.historyList dt::before {
  display: block;
  width: 1.2em;
  height: 1.2em;
  background: -webkit-gradient(linear, left top, right bottom, from(#e73562), to(#ff5684));
  background: -webkit-linear-gradient(top left, #e73562, #ff5684);
  background: linear-gradient(to bottom right, #e73562, #ff5684);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2m0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8s8 3.58 8 8s-3.58 8-8 8'/%3E%3Ccircle cx='12' cy='12' r='5' fill='%23000'/%3E%3C/svg%3E") no-repeat center center/contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2m0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8s8 3.58 8 8s-3.58 8-8 8'/%3E%3Ccircle cx='12' cy='12' r='5' fill='%23000'/%3E%3C/svg%3E") no-repeat center center/contain;
  content: "";
}

.memberPage .historyList dt::before {
  background: -webkit-gradient(linear, left top, right bottom, from(#002f6d), to(#82B8D9));
  background: -webkit-linear-gradient(top left, #002f6d, #82B8D9);
  background: linear-gradient(to bottom right, #002f6d, #82B8D9);
}

.historyList dd + dt {
  margin-top: 1em;
}

.historyList dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.historyList .year {
  margin-right: 1em;
  white-space: nowrap;
  color: #777;
  font-size: min(3.733vw, 1rem);
}

.historyList .year span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: min(9.067vw, 2.5rem);
  color: #ff5684;
  font-size: min(5.333vw, 1.5rem);
  font-weight: 700;
}

.memberPage .historyList .year span {
  color: #82B8D9;
}

.historyList p:not(.year) {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3em;
  padding-bottom: 1em;
}

@media screen and (min-width: 769px) {
  .historyList p:not(.year) {
    padding-top: 0.5em;
  }
}
@media screen and (max-width: 768px) {
  .historyList p:not(.year) {
    padding-top: 0.1em;
  }
}
.historyList p:not(.year)::before {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  margin-top: 0.45em;
  width: 0.8em;
  height: 0.8em;
  border-radius: 0.8em;
  border: 2px solid;
  border-color: #ff5684;
  background: #fff;
  content: "";
  z-index: 1;
}

.memberPage .historyList p:not(.year)::before {
  border-color: #82B8D9;
}

.historyList dd p:not(.year)::after {
  position: absolute;
  left: 0.33em;
  display: block;
  height: 100%;
  border-left: 1px solid #ccc;
  content: "";
}

@media screen and (min-width: 769px) {
  .historyList dd p:not(.year)::after {
    top: calc(1.6em + 1px);
  }
}
@media screen and (max-width: 768px) {
  .historyList dd p:not(.year)::after {
    top: calc(1em + 1px);
  }
}
.historyList dd:last-of-type p:not(.year)::after,
.historyList dd:has(+ dt) p:not(.year)::after {
  border: none;
  content: none;
}

.historyImages{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1em;
}