.l-main {
  padding-block-end: 13rem;
}
@media (width <= 768px) {
  .l-main {
    padding-block-end: 7.5rem;
  }
}

#summary .c-heading-02 {
  margin-block-end: 4rem;
}
@media (width <= 768px) {
  #summary .c-heading-02 {
    margin-block-end: 3rem;
    font-size: 2rem;
  }
}
@media (width <= 768px) {
  #summary .c-tab__panel {
    padding-inline: 1rem;
  }
}

#detail {
  margin-block-start: 16rem;
}
@media (width <= 768px) {
  #detail {
    margin-block-start: 10rem;
  }
}
#detail .c-heading-02 {
  margin-block-end: 1.5rem;
}
@media (width <= 768px) {
  #detail .c-heading-02 {
    margin-block-end: 2.4rem;
    font-size: 2.6rem;
  }
}
@media (width <= 768px) {
  #detail .c-lead-text {
    font-size: 2rem;
  }
}

.p-education-table {
  --table-gap: 1rem;
  margin: calc(var(--table-gap) * -1);
  width: calc(100% + var(--table-gap) * 2);
  border-collapse: separate;
  border-spacing: var(--table-gap);
  font-size: 2rem;
  font-feature-settings: "palt";
  line-height: var(--line-height-narrow);
}
@media (width <= 768px) {
  .p-education-table {
    --table-gap: .2rem;
    font-size: 1.2rem;
  }
}
.p-education-table thead th {
  padding-block: 0.8rem;
  background-color: #dbd9f8;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
}
@media (width <= 768px) {
  .p-education-table thead th {
    height: 5.2rem;
  }
}
.p-education-table tbody td {
  padding-block: 1.2rem;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  height: 9.4rem;
}
@media (width <= 768px) {
  .p-education-table tbody td {
    height: 5.6rem;
  }
}
.p-education-table tbody td.--left {
  padding-inline: 1.2rem;
  text-align: left;
}
.p-education-table tbody td:has(.step) {
  position: relative;
}
.p-education-table tbody td small {
  display: inline-block;
  font-size: 0.6em;
  line-height: var(--line-height-narrow);
}
.p-education-table .target-list {
  width: fit-content;
  margin-inline: auto;
}
.p-education-table .step::before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 2;
  width: 2.3rem;
  aspect-ratio: 23/20;
  background-color: var(--color-blue);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  translate: -50% -0.2rem;
}
@media (width <= 768px) {
  .p-education-table .step::before {
    width: 1rem;
  }
}
.p-education-table tr:last-child .step::before {
  display: none;
}
@media (width > 768px) {
  .p-education-table.--col3 col.--name, .p-education-table.--col3 col.--target {
    width: 17.5rem;
  }
}
@media (width <= 768px) {
  .p-education-table.--col3 col.--name, .p-education-table.--col3 col.--target {
    width: 9rem;
  }
}
@media (width > 768px) {
  .p-education-table.--col4 col.--name, .p-education-table.--col4 col.--target, .p-education-table.--col4 col.--timing {
    width: 16rem;
  }
}
@media (width <= 768px) {
  .p-education-table.--col4 col.--name, .p-education-table.--col4 col.--target, .p-education-table.--col4 col.--timing {
    width: 6.5rem;
  }
}

.p-education-detail-list {
  display: grid;
}
@media (width > 768px) {
  .p-education-detail-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem 3.6rem;
  }
}
@media (width <= 768px) {
  .p-education-detail-list {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.p-education-detail-list .image {
  position: relative;
  border-radius: var(--base-border-radius);
  overflow: hidden;
}
.p-education-detail-list .image .label {
  display: block;
  position: absolute;
  top: 1rem;
  left: 0;
  z-index: 2;
  min-width: 18rem;
  padding: 0 1em;
  background-color: var(--color-blue);
  color: #fff;
  font-size: 1.8rem;
  line-height: 4rem;
  text-align: center;
}
@media (width <= 768px) {
  .p-education-detail-list .image .label {
    min-width: 14rem;
    font-size: 1.6rem;
    line-height: 3rem;
  }
}
.p-education-detail-list dl {
  margin-block-start: 1.6rem;
}
.p-education-detail-list dl dt {
  color: var(--color-blue);
  font-size: 2rem;
  font-weight: 700;
}
.p-education-detail-list dl dd {
  line-height: var(--line-height-wide);
  margin-block-start: 0.5rem;
  font-size: 1.8rem;
}
@media (width <= 768px) {
  .p-education-detail-list dl dd {
    font-size: 1.6rem;
  }
}
.p-education-detail-list dl dd .udemy-logo {
  margin-block-start: 1.5rem;
}
@media (width > 768px) {
  .p-education-detail-list dl dd .udemy-logo {
    width: 31.4rem;
  }
}/*# sourceMappingURL=education.css.map */