/* LESS Document */
/*+++++++++++++++++++++++++++++++++++++++++++
table
+++++++++++++++++++++++++++++++++++++++++++ */
table {
  max-width: 1080px;
  margin: 0 auto;
}
@media (width <= 767px) {
  table {
    display: block;
    padding: 0 20px;
  }
  table tbody,
  table tr,
  table th,
  table td {
    display: block;
  }
  table th {
    margin: 20px 0 5px;
  }
  table td {
    margin: 5px 0 20px;
  }
}
table th {
  width: 210px;
  font-size: 1.8rem;
}
@media (width <= 767px) {
  table th {
    width: auto;
    font-size: 3.6vw;
  }
}
table td {
  font-size: 1.8rem;
}
@media (width <= 767px) {
  table td {
    width: auto;
    font-size: 3.6vw;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
bnr
+++++++++++++++++++++++++++++++++++++++++++ */
.bnr a {
  border-width: 1px;
  margin-left: 0;
}
/*+++++++++++++++++++++++++++++++++++++++++++
bnr
+++++++++++++++++++++++++++++++++++++++++++ */
.scheduleList {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 40px;
  justify-content: center;
  align-items: flex-start;
  height: 294px;
  margin: 64px auto 64px;
}
@media (width <= 1023px) {
  .scheduleList {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 780px;
    height: auto;
    padding: 0 40px;
  }
}
@media (width <= 767px) {
  .scheduleList {
    gap: 40px 20px;
    width: 100%;
    padding: 0 20px;
  }
}
.scheduleList li {
  width: 191px;
  height: 230px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
  text-align: center;
  position: relative;
  counter-increment: num;
}
@media (width <= 767px) {
  .scheduleList li {
    width: 100%;
    height: auto;
  }
}
.scheduleList li:nth-of-type(even) {
  align-self: flex-end;
}
.scheduleList li:nth-of-type(even)::after {
  transform: rotate(-15deg);
}
@media (width <= 767px) {
  .scheduleList li:nth-of-type(even)::after {
    transform: none;
  }
}
.scheduleList li:nth-of-type(even)::before {
  background: #1F296A;
}
.scheduleList li:nth-of-type(even) i {
  color: #1F296A;
}
.scheduleList li:nth-of-type(even) dl dt {
  color: #1F296A;
}
.scheduleList li:nth-of-type(even) dl dt::after {
  background: #1F296A;
}
.scheduleList li:nth-of-type(1)::before {
  width: 38px;
  padding-right: 2px;
}
@media (width <= 1023px) {
  .scheduleList li:nth-of-type(3)::after {
    content: none;
  }
}
@media (width <= 767px) {
  .scheduleList li:nth-of-type(3)::after {
    content: '';
  }
}
.scheduleList li:nth-last-of-type(1)::after {
  content: none;
}
.scheduleList li::before {
  content: counter(num);
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  align-items: center;
  justify-content: center;
  font-size: 2.8rem;
  font-family: "Rubik", sans-serif;
  width: 40px;
  height: 40px;
  background: #AF1C40;
  border: #FFF 5px solid;
  border-radius: 50%;
  color: #FFF;
  line-height: 1;
  position: absolute;
  top: -24px;
  left: -24px;
  z-index: 2;
}
@media (width <= 767px) {
  .scheduleList li::before {
    font-size: 5.6vw;
  }
}
.scheduleList li::after {
  content: '';
  display: block;
  width: 100%;
  height: 24px;
  background: #C5C8D9;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  transform: rotate(15deg);
  transform-origin: 0 0;
}
@media (width <= 767px) {
  .scheduleList li::after {
    width: 24px;
    height: 100%;
    transform: none;
    left: 50px;
  }
}
.scheduleList li .bg {
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px 10px;
  background: #FFF;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
@media (width <= 767px) {
  .scheduleList li .bg {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 30px;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 30px;
  }
}
.scheduleList li i {
  height: 64px;
  margin: 0 0 15px;
  font-size: 6.4rem;
  color: #AF1C40;
}
@media (width <= 767px) {
  .scheduleList li i {
    font-size: 12vw;
    height: auto;
    margin: 0;
  }
}
.scheduleList li dl dt {
  color: #AF1C40;
  font-weight: bold;
}
.scheduleList li dl dt::after {
  content: '';
  display: block;
  width: 29px;
  height: 2px;
  margin: 15px auto;
  background: #AF1C40;
}
@media (width <= 767px) {
  .scheduleList li dl dt::after {
    margin: 10px auto;
  }
}
.programArea {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media (width <= 767px) {
  .programArea {
    margin: 0 20px;
  }
}
.programArea_text {
  margin: 0 0 0 310px;
  padding: 40px 40px 40px 96px;
  background: #FFF;
  border: #DBDDE7 3px solid;
  border-radius: 20px;
  position: relative;
}
@media (width <= 1023px) {
  .programArea_text {
    margin-left: 200px;
  }
}
@media (width <= 767px) {
  .programArea_text {
    margin-left: 0;
    padding: 30px 20px 220px;
  }
}
.programArea_text .year {
  padding: 9px 30px;
  line-height: 1.2;
  color: #FFF;
  font-size: 2rem;
  font-weight: bold;
  background: linear-gradient(to right, #AF1C40, #1F296A);
  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
  position: absolute;
  top: -20px;
  left: 50px;
}
@media (width <= 767px) {
  .programArea_text .year {
    font-size: 4vw;
    left: 20px;
  }
}
.programArea_text h2 {
  margin: 0 0 15px;
  line-height: 1.2;
  font-size: 4rem;
  color: #AF1C40;
}
@media (width <= 767px) {
  .programArea_text h2 {
    font-size: 8vw;
  }
}
.programArea_text .btn {
  position: absolute;
  right: 54px;
  bottom: -20px;
  z-index: 1;
  text-align: center;
}
@media (width <= 767px) {
  .programArea_text .btn {
    margin: auto;
    right: 0;
    left: 0;
  }
}
@media (width <= 767px) {
  .programArea_text .btn a {
    padding: 5px 40px 5px 20px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .programArea_text .btn a:hover {
    opacity: 1;
    background: #131a43;
  }
}
@media (hover: none) {
  .programArea_text .btn a:active {
    opacity: 1;
    background: #131a43;
  }
}
.programArea_img {
  position: absolute;
  top: 0;
  left: 0;
}
@media (width <= 1023px) {
  .programArea_img {
    width: 300px;
  }
}
@media (width <= 767px) {
  .programArea_img {
    max-width: 300px;
    width: 100%;
    margin: auto;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
