#plan .display-pc {
  display: inherit;
}
@media screen and (max-width: 599px) {
  #plan .display-pc {
    display: none !important;
  }
}
#plan .display-sp {
  display: none !important;
}
@media screen and (max-width: 599px) {
  #plan .display-sp {
    display: inherit !important;
  }
}
#plan .wp-block-heading em {
  display: block;
  font-size: 0.75em;
  font-style: normal;
  font-weight: 500;
}
#plan .time_requires {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  border-radius: 1rem;
  padding: 0.5rem 1rem;
}
#plan .box_flow_img:not(:has(.course_main)) {
  padding-top: 6rem !important;
  padding-bottom: 10rem !important;
}
#plan .box_flow_img {
  position: relative;
}
@media screen and (max-width: 599px) {
  #plan .box_flow_img:has(.copy_flow) {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
}
#plan .img_flow {
  position: absolute;
  width: 150px;
  z-index: 2;
}
#plan .img_flow figcaption {
  font-size: var(--wp--preset--font-size--smallest);
}
#plan .img_flow.right {
  bottom: 0;
  right: 0;
  transform: translate(25%, 28%);
}
#plan .img_flow.left {
  bottom: 0;
  left: 0;
  transform: translate(25%, -25%);
  width: 100px;
}
#plan .folw_copy {
  position: absolute;
  background: var(--wp--preset--color--theme-blue);
  color: var(--wp--preset--color--theme-white);
  font-size: var(--wp--preset--font-size--small);
  width: 10em;
  height: 10em;
  left: 4em;
  top: -2em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-align: center;
  line-height: 1.25;
}
#plan .folw_copy.small {
  top: auto;
  left: auto;
  width: 7em;
  height: 7em;
  right: -2em;
  top: -2em;
}
#plan .triangle_col {
  gap: 2rem;
}
#plan .triangle_col > .wp-block-column {
  position: relative;
}
#plan .triangle_col > .wp-block-column figure::after {
  position: absolute;
  content: "";
  width: 1rem;
  height: 1rem;
  display: block;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  right: -1.5rem;
  top: calc(50% - 0.5rem);
  background: #1cd1a7;
}
@media (max-width: 781px) {
  #plan .triangle_col > .wp-block-column figure::after {
    transform: rotate(90deg);
    right: auto;
    top: auto;
    bottom: -1.5rem;
    left: calc(50% - 0.5rem);
  }
}
#plan .triangle_col > .wp-block-column:last-of-type figure::after {
  display: none;
}
#plan .basic .plan_timetable:nth-last-of-type(odd) {
  --arrow-color: #7da1ba;
}
#plan .basic .plan_timetable:nth-last-of-type(even) {
  --arrow-color: #99b5cb;
}
#plan .family .plan_timetable:nth-last-of-type(odd) {
  --arrow-color: #c38383;
}
#plan .family .plan_timetable:nth-last-of-type(even) {
  --arrow-color: #d69797;
}
#plan .plan_timetable {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 6rem;
  padding: 6rem 6rem 0;
  position: relative;
}
@media screen and (max-width: 599px) {
  #plan .plan_timetable {
    padding: 6rem 3rem 0;
  }
}
#plan .plan_timetable::before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 30%;
  height: calc(100% + 1px);
  content: "";
  background: var(--arrow-color);
}
#plan .plan_timetable::after {
  content: "";
  background: var(--arrow-color);
  position: absolute;
  display: block;
  width: 30%;
  height: 6rem;
  z-index: 2;
  bottom: -6rem;
  left: 0;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
#plan .plan_timetable:last-of-type::after {
  content: none;
}
#plan .plan_timetable figure figcaption {
  font-size: var(--wp--preset--font-size--xx-small);
}
#plan .plan_timetable .clock figure {
  width: 1.75rem;
}
#plan .plan_timetable .time {
  margin-top: 0;
  display: flex;
  align-items: center;
  gap: 0.5em;
}
#plan .plan_timetable .time::before {
  width: 3em;
  height: 1px;
  content: "";
  display: block;
  background: var(--wp--preset--color--theme-black);
}
#plan .plan_timetable .timetable_col > .wp-block-column:nth-of-type(2) figure img {
  width: 100%;
}/*# sourceMappingURL=plan.css.map */