@charset "UTF-8";
/*======================================
about
/*======================================*/
#about, #about p {
  text-align: justify;
}
/*======================================
#features
/*======================================*/
#features {
  text-align: center;
}
#features .title-wrap h2, .feature-item .title-wrap h3 {
  text-align: center;
}
.feature-item.grid-CMN {
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}
.feature-item h3 {
  font-size: 120%;
  color: var(--navy);
  margin: .7em auto;
}
.feature-item li:not(:last-of-type) {
  margin-bottom: 1em;
}
.feature-item li::before {
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 450%;
  background: linear-gradient(135deg, rgb(var(--blue-rgb)), rgb(var(--purple-rgb)));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  opacity: .3;
}
.feature-item li:nth-of-type(1)::before {
  content: "01";
}
.feature-item li:nth-of-type(2)::before {
  content: "02";
}
.feature-item li:nth-of-type(3)::before {
  content: "03";
}
/*======================================
info
/*======================================*/
#info {
  position: relative;
}
#info .lede p {
  text-align: justify;
}
#info h2 {
  text-align: center;
}
#info .lede p {
  text-align: center;
}
#info .block-wrap {
  text-align: center;
  background-color: rgb(var(--blue-rgb)/.1);
  padding: 2.5em 1.5em;
}
#info .block-wrap:not(:last-of-type) {
  margin: 3em auto;
}
#info .block-wrap .post-list {
  display: inline-block;
}
/* program-list---------------- */
#program-list li br {
  display: block;
}
/* course---------------- */
#course dt {
  font-weight: bold;
  font-size: 130%;
  color: var(--navy);
  margin-bottom: .3em;
}
#course dt:not(:first-of-type) {
  margin-top: 2.5em;
}
#course dd {
  margin-top: .7rem;
  letter-spacing: 3px;
}
#course .desc {
  font-size: 100%;
}
#course .price {
  font-size: 140%;
}
#course .note {
  font-size: 90%;
}