@charset "UTF-8";
/*------------------------------------------------------
  PLAN PAGE
-------------------------------------------------------*/
.pageTtl {
  padding: 85px 0 0;
  margin-bottom: 60px;
  background: linear-gradient(180deg, rgba(198, 188, 178, 0.4) 0, #fff 100px);
  color: #7f7d79;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
}

.pageNav {
  width: 100%;
  margin-bottom: 45px;
}
.pageNav__list {
  display: grid;
  grid-gap: 5px;
}
.pageNav__list a {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #7f7d79;
  border-radius: 40px;
  color: #7f7d79;
  font-size: 16px;
  font-weight: 700;
  --lh: 1.75;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 20px;
  position: relative;
}
.pageNav__list a::after {
  content: "";
  width: 17px;
  height: 10px;
  background: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="11" viewBox="0 0 18 11" fill="none"><path d="M17.7617 0.601759L8.63184 10.1496L8.25781 9.73439L0 0.591938L0.771484 0.009821L8.65332 8.73712L17.0098 0L17.7617 0.601759Z" fill="%23000"/></svg>') center/contain no-repeat;
  flex-shrink: 0;
  position: absolute;
  top: calc(50% + 2px);
  right: 10px;
  transform: translate(0, -50%);
  transition: 0.5s;
  opacity: 0;
}
.pageNav__list a:hover {
  background-color: #F0ECE7;
  opacity: 1;
}
.pageNav__list a:hover::after {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .pageNav__list {
    grid-template-columns: repeat(auto-fill, 290px);
    justify-content: center;
    grid-gap: 20px;
  }
  .pageNav__list a {
    padding: 10px 20px 10px 15px;
    font-size: 18px;
    justify-content: center;
    grid-gap: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .pageNav__list {
    grid-gap: 40px;
  }
  .pageNav__list a {
    width: auto;
    padding: 10px 25px 10px 20px;
    font-size: 20px;
    grid-gap: 20px;
  }
}

.secPurpose {
  padding: 40px 0 40px;
}
.secPurpose__inner {
  max-width: 846px;
}
.secPurpose__ttl {
  margin-bottom: 40px;
  color: #555;
  font-size: 25px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 3.5px;
  text-align: center;
}
.secPurpose__txtWrap {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 40px;
  color: #555;
  display: grid;
  grid-gap: 20px;
}
.secPurpose__txtWrap p {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 2.1px;
}
.secPurpose__pointWrap {
  margin-bottom: 50px;
  display: grid;
  grid-gap: 30px;
}
@media screen and (min-width: 768px) {
  .secPurpose__pointWrap {
    margin-bottom: 90px;
  }
}
.secPurpose__pointBox {
  padding: 1.5em;
  background: url(../img/roundlesson/purpose_bg.jpg) left top/350px repeat;
  border-radius: 20px;
  align-items: flex-start;
}
@media screen and (min-width: 1024px) {
  .secPurpose__pointBox {
    padding: 1.5em 2.5em;
    grid-gap: 20px;
  }
}
.secPurpose__pointBox_number {
  height: 72px;
  flex-shrink: 0;
}
.secPurpose__pointBox_txtWrap {
  width: 100%;
  padding: 0 0 15px;
}
@media screen and (min-width: 768px) {
  .secPurpose__pointBox_txtWrap {
    padding: 24px 0;
  }
}
.secPurpose__pointBox_ttl {
  margin-bottom: 30px;
  color: #7f7d79;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}
.secPurpose__pointBox_txt {
  width: 100%;
  max-width: 656px;
  font-size: 14px;
  line-height: 1.75;
}

.secCurriculum {
  padding: 0 0 100px;
}
@media screen and (min-width: 768px) {
  .secCurriculum {
    padding-bottom: 140px;
  }
}
.secCurriculum__inner {
  max-width: 846px;
}
.secCurriculum__ttl {
  margin-bottom: 40px;
  color: #555;
  font-size: 25px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 3.5px;
  text-align: center;
}
.secCurriculum__txt {
  margin-top: 25px;
  margin-bottom: 20px;
}
.secCurriculum__txt span {
  width: 100%;
  max-width: 403px;
  margin: 0 auto;
  background-color: #EFEDE8;
  border: 1px solid #D5CBC3;
  color: #555;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 2.52px;
  text-align: center;
  display: block;
}
.secCurriculum__list {
  padding: 10px 0;
  border-bottom: 1px dashed #7F7D79;
  color: #555;
  display: grid;
}
.secCurriculum__list:last-child {
  border-bottom: 0;
}
@media screen and (min-width: 768px) {
  .secCurriculum__list {
    grid-template-columns: 165px auto;
  }
}
.secCurriculum__list .dt, .secCurriculum__list .dd {
  padding: 12px 10px;
}
.secCurriculum__list .dt:nth-child(4n+3), .secCurriculum__list .dt:nth-child(4n+4), .secCurriculum__list .dd:nth-child(4n+3), .secCurriculum__list .dd:nth-child(4n+4) {
  background-color: rgba(239, 237, 232, 0.5);
}
@media screen and (min-width: 768px) {
  .secCurriculum__list .dt, .secCurriculum__list .dd {
    padding: 12px 0;
  }
}
.secCurriculum__list .dt {
  font-size: 8.5px;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.secCurriculum__list .dt span {
  width: 86px;
  height: 35px;
  background-color: #7F7D79;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .secCurriculum__list .dt {
    align-items: center;
  }
}
.secCurriculum__list .dd__ttl {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 2.52px;
}
.secCurriculum__list .dd__list {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 2.1px;
}
.secCurriculum__list .dd__list li {
  padding-left: 1em;
  position: relative;
}
.secCurriculum__list .dd__list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.secCurriculum__list .dd__list_list li {
  padding-left: 1.25em;
}
.secCurriculum__list .dd__list_list li::before {
  content: "●";
}
.secCurriculum__list .dd__list_note {
  margin-top: 0.5em;
  font-size: 14px;
  letter-spacing: 0.14em;
}
.secCurriculum__list .dd__list_note li {
  padding-left: 1.25em;
}
.secCurriculum__list .dd__list_note li::before {
  content: "※";
}
.secCurriculum__list .btn {
  padding: 4.5px 20px;
  margin: 0.75em 0 1em;
  background-color: #fff;
  border: 1px solid #7f7d79;
  color: #7f7d79;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0;
  grid-gap: 5px;
}
.secCurriculum__list .btn::after {
  content: "";
  width: 17px;
  height: 14px;
  background: url('data:image/svg+xml;charset=utf8,<svg width="19" height="16" viewBox="0 0 19 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.25 0.75V0H8.75V0.75H9.5H10.25ZM9.5 12.75L13.8301 5.25H5.16987L9.5 12.75ZM9.5 0.75H8.75V6H9.5H10.25V0.75H9.5Z" fill="%23d5cbc3"/><path d="M18 7.75V14.75H1V7.75" stroke="%23d5cbc3" stroke-width="2"/></svg>') center/contain no-repeat;
  display: block;
  flex-shrink: 0;
}
.secCurriculum__list .btn:hover {
  background-color: #7f7d79;
  color: #d5cbc3;
  opacity: 1;
}

.secParticipate {
  padding: 0 0 100px;
}
.secParticipate__inner {
  max-width: 650px;
}
.secParticipate__ttl {
  margin-bottom: 40px;
  color: #555;
  font-size: 25px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 3.5px;
  text-align: center;
}
.secParticipate__txtWrap {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 2.1px;
}
.secParticipate__txtWrap a {
  text-decoration: underline;
}
.secParticipate__txtWrap a:hover {
  text-decoration: none;
}