#main.program2021 {
  height: auto;
  width: 100%;
  margin-top: 6rem;
  overflow: hidden;
}
@media screen and (min-width: 738px) {
  #main.program2021 {
    margin-top: 7.5rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 {
    margin-top: 9rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 {
    margin-top: 10.5rem;
  }
}
#main.program2021 > .inner {
  height: auto;
  width: 100%;
}
#main.program2021 > .inner > .sec1 {
  height: auto;
  width: 100%;
}
#main.program2021 > .inner > .sec1 > .inner {
  height: auto;
  width: 100%;
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec1 > .inner {
    padding: 0 5rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec1 > .inner {
    max-width: 115rem;
    padding: 0 6rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec1 > .inner {
    max-width: 155rem;
    padding: 0 7rem;
  }
}
#main.program2021 > .inner > .sec1 > .inner > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 4rem;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec1 > .inner > .box1 {
    margin-bottom: 0;
    width: calc(50% - 2.5rem);
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec1 > .inner > .box1 {
    width: calc(50% - 3rem);
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec1 > .inner > .box1 {
    width: calc(50% - 3.5rem);
  }
}
#main.program2021 > .inner > .sec1 > .inner > .box1 > .lst1 {
  height: auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec1 > .inner > .box1 > .lst1 {
    justify-content: flex-end;
  }
}
#main.program2021 > .inner > .sec1 > .inner > .box1 > .lst1 > [class^=itm] {
  height: auto;
  width: auto;
  padding: 0rem 1rem;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec1 > .inner > .box1 > .lst1 > [class^=itm] {
    padding: 0rem 1.25rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec1 > .inner > .box1 > .lst1 > [class^=itm] {
    padding: 0rem 1.5rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec1 > .inner > .box1 > .lst1 > [class^=itm] {
    padding: 0rem 1.75rem;
  }
}
#main.program2021 > .inner > .sec1 > .inner > .box1 > .lst1 > [class^=itm]:not(:last-of-type) {
  border-right: 0.2rem solid #181818;
}
#main.program2021 > .inner > .sec1 > .inner > .box1 > .lst1 > [class^=itm] > .lnk1 {
  height: auto;
  width: auto;
  font-size: 1.3rem;
  letter-spacing: 0.075em;
  line-height: 1.7;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec1 > .inner > .box1 > .lst1 > [class^=itm] > .lnk1 {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec1 > .inner > .box1 > .lst1 > [class^=itm] > .lnk1 {
    font-size: 1.5rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec1 > .inner > .box1 > .lst1 > [class^=itm] > .lnk1 {
    font-size: 1.6rem;
    line-height: 2;
  }
}
#main.program2021 > .inner > .sec1 > .inner > .box1 > .lst1 > [class^=itm] > .lnk1.hov {
  transition: color 0.35s;
}
#main.program2021 > .inner > .sec1 > .inner > .box1 > .lst1 > [class^=itm] > .lnk1.hov:hover {
  color: #4C9CD5;
}
#main.program2021 > .inner > .sec1 > .inner > .box1 > .lst1 > [class^=itm].current > .lnk1 {
  position: relative;
}
#main.program2021 > .inner > .sec1 > .inner > .box1 > .lst1 > [class^=itm].current > .lnk1::after {
  background-color: #4C9CD5;
  bottom: 0;
  content: "";
  display: block;
  height: 0.2rem;
  position: absolute;
  width: 100%;
}
#main.program2021 > .inner > .sec1 > .inner > .box1 > .lst1 > [class^=itm].current > .lnk1.hov::after {
  transition: background 0.35s;
}
#main.program2021 > .inner > .sec1 > .inner > .box1 > .lst1 > [class^=itm].current > .lnk1.hov:hover::after {
  background-color: #4C9CD5;
}
#main.program2021 > .inner > .sec1 > .inner > .box2 {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec1 > .inner > .box2 {
    width: calc(50% - 2.5rem);
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec1 > .inner > .box2 {
    width: calc(50% - 3rem);
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec1 > .inner > .box2 {
    width: calc(50% - 3.5rem);
  }
}
#main.program2021 > .inner > .sec1 > .inner > .box2 > .hdr1 {
  height: auto;
  width: 100%;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 3.38rem;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.0375em;
  line-height: 1.02;
  white-space: nowrap;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec1 > .inner > .box2 > .hdr1 {
    font-size: 4.48rem;
    line-height: 1.08;
    width: auto;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec1 > .inner > .box2 > .hdr1 {
    font-size: 5.7rem;
    line-height: 1.14;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec1 > .inner > .box2 > .hdr1 {
    font-size: 7.04rem;
    line-height: 1.2;
  }
}
#main.program2021 > .inner > .sec1 > .inner > .box2 > .hdr2 {
  height: auto;
  width: 100%;
  margin-top: 1rem;
  color: #000000;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1.36;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec1 > .inner > .box2 > .hdr2 {
    margin-top: 1.25rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec1 > .inner > .box2 > .hdr2 {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec1 > .inner > .box2 > .hdr2 {
    margin-top: 1.75rem;
  }
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec1 > .inner > .box2 > .hdr2 {
    font-size: 1.54rem;
    line-height: 1.44;
    width: auto;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec1 > .inner > .box2 > .hdr2 {
    font-size: 1.8rem;
    line-height: 1.52;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec1 > .inner > .box2 > .hdr2 {
    font-size: 2.08rem;
    line-height: 1.6;
  }
}
#main.program2021 > .inner > .sec2 {
  height: auto;
  width: 100%;
}
#main.program2021 > .inner > .sec2 > .inner {
  height: auto;
  width: 100%;
  margin: 0 auto;
  padding: 6rem 2rem;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec2 > .inner {
    padding: 7.5rem 5rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec2 > .inner {
    max-width: 115rem;
    padding: 9rem 6rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec2 > .inner {
    max-width: 155rem;
    padding: 10.5rem 7rem;
  }
}
#main.program2021 > .inner > .sec2 > .inner > .box2 {
  height: auto;
  width: 100%;
  margin-bottom: 6rem;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec2 > .inner > .box2 {
    margin-bottom: 7.5rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec2 > .inner > .box2 {
    margin-bottom: 9rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec2 > .inner > .box2 {
    margin-bottom: 10.5rem;
  }
}
#main.program2021 > .inner > .sec2 > .inner > .box2 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 4rem;
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec2 > .inner > .box2 > .box1 {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec2 > .inner > .box2 > .box1 {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec2 > .inner > .box2 > .box1 {
    margin-bottom: 7rem;
  }
}
#main.program2021 > .inner > .sec2 > .inner > .box2 > .box1 > .hdr1 {
  height: auto;
  width: 100%;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 2.08rem;
  font-weight: 700;
  line-height: 1.36;
  white-space: nowrap;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec2 > .inner > .box2 > .box1 > .hdr1 {
    font-size: 2.8rem;
    line-height: 1.44;
    width: auto;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec2 > .inner > .box2 > .box1 > .hdr1 {
    font-size: 3.75rem;
    line-height: 1.52;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec2 > .inner > .box2 > .box1 > .hdr1 {
    font-size: 4rem;
    line-height: 1.6;
  }
}
#main.program2021 > .inner > .sec2 > .inner > .box2 > .box1 > .hdr2 {
  height: auto;
  width: 100%;
  font-size: 1.56rem;
  letter-spacing: 0.075em;
  line-height: 1.7;
  color: #000000;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec2 > .inner > .box2 > .box1 > .hdr2 {
    font-size: 1.68rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec2 > .inner > .box2 > .box1 > .hdr2 {
    font-size: 1.8rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec2 > .inner > .box2 > .box1 > .hdr2 {
    font-size: 1.92rem;
    line-height: 2;
  }
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec2 > .inner > .box2 > .box1 > .hdr2 {
    margin-left: 2.5rem;
    width: auto;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec2 > .inner > .box2 > .box1 > .hdr2 {
    margin-left: 3rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec2 > .inner > .box2 > .box1 > .hdr2 {
    margin-left: 3.5rem;
  }
}
#main.program2021 > .inner > .sec2 > .inner > .box2 > .box1::before {
  background-color: #000000;
  content: "";
  display: block;
  height: 0.1rem;
  position: absolute;
  right: 0;
  top: 1.326rem;
  width: calc(100% - 20rem);
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec2 > .inner > .box2 > .box1::before {
    top: 66.666%;
    width: calc(100% - 42rem);
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec2 > .inner > .box2 > .box1::before {
    width: calc(100% - 54rem);
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec2 > .inner > .box2 > .box1::before {
    width: calc(100% - 58rem);
  }
}
#main.program2021 > .inner > .sec2 > .inner > .box2 > .box2 {
  height: auto;
  width: 100%;
  padding: 2rem 0 2rem 2rem;
  position: relative;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec2 > .inner > .box2 > .box2 {
    padding: 2.5rem 0 2.5rem 2.5rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec2 > .inner > .box2 > .box2 {
    padding: 6rem 0 6rem 6rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec2 > .inner > .box2 > .box2 {
    padding: 7rem 0 7rem 7rem;
  }
}
#main.program2021 > .inner > .sec2 > .inner > .box2 > .box2::before {
  background: linear-gradient(to right, rgba(76, 156, 213, 0.5), rgba(76, 197, 213, 0.5));
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: calc(50% + 50vw);
  z-index: 1;
}
#main.program2021 > .inner > .sec2 > .inner > .box2 > .box2 > .lst1 {
  height: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 120rem;
  position: relative;
  z-index: 2;
}
#main.program2021 > .inner > .sec2 > .inner > .box2 > .box2 > .lst1 > [class^=itm] {
  height: auto;
  width: 100%;
  padding: 1rem 1rem;
  border: 0.3rem solid #181818;
  background-color: #ffffff;
  counter-increment: number 1;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1.7;
  position: relative;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec2 > .inner > .box2 > .box2 > .lst1 > [class^=itm] {
    padding: 1.25rem 1.25rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec2 > .inner > .box2 > .box2 > .lst1 > [class^=itm] {
    padding: 1.5rem 1.5rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec2 > .inner > .box2 > .box2 > .lst1 > [class^=itm] {
    padding: 1.75rem 1.75rem;
  }
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec2 > .inner > .box2 > .box2 > .lst1 > [class^=itm] {
    border: 0.4rem solid #181818;
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: center;
    width: calc(50% - 2.5rem);
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec2 > .inner > .box2 > .box2 > .lst1 > [class^=itm] {
    border: 0.5rem solid #181818;
    font-size: 1.8rem;
    line-height: 1.9;
    width: calc(50% - 3rem);
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec2 > .inner > .box2 > .box2 > .lst1 > [class^=itm] {
    border: 0.6rem solid #181818;
    font-size: 1.92rem;
    line-height: 2;
    width: calc(50% - 3.5rem);
  }
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec2 > .inner > .box2 > .box2 > .lst1 > [class^=itm]:nth-of-type(2n) {
    transform: translateY(50%);
  }
}
#main.program2021 > .inner > .sec2 > .inner > .box2 > .box2 > .lst1 > [class^=itm]:not(:last-of-type) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec2 > .inner > .box2 > .box2 > .lst1 > [class^=itm]:not(:last-of-type) {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec2 > .inner > .box2 > .box2 > .lst1 > [class^=itm]:not(:last-of-type) {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec2 > .inner > .box2 > .box2 > .lst1 > [class^=itm]:not(:last-of-type) {
    margin-bottom: 7rem;
  }
}
#main.program2021 > .inner > .sec2 > .inner > .box2 > .box2 > .lst1 > [class^=itm]::before {
  height: auto;
  width: auto;
  font-size: 4.55rem;
  letter-spacing: 0.075em;
  line-height: 1.7;
  color: #4C9CD5;
  content: "0" counter(number);
  font-size: 3.25rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  left: 0;
  position: absolute;
  top: 0;
  transform: translate(-40%, -60%);
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec2 > .inner > .box2 > .box2 > .lst1 > [class^=itm]::before {
    font-size: 4.9rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec2 > .inner > .box2 > .box2 > .lst1 > [class^=itm]::before {
    font-size: 5.25rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec2 > .inner > .box2 > .box2 > .lst1 > [class^=itm]::before {
    font-size: 5.6rem;
    line-height: 2;
  }
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec2 > .inner > .box2 > .box2 > .lst1 > [class^=itm]::before {
    font-size: 4.2rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec2 > .inner > .box2 > .box2 > .lst1 > [class^=itm]::before {
    font-size: 6rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec2 > .inner > .box2 > .box2 > .lst1 > [class^=itm]::before {
    font-size: 6.4rem;
  }
}
#main.program2021 > .inner > .sec2 > .inner > .box2 > .box2 > .lst1 > [class^=itm] > .elm2 {
  display: inline-block;
  font-size: 0.8em;
  line-height: 1.36;
  margin-top: 1.287rem;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec2 > .inner > .box2 > .box2 > .lst1 > [class^=itm] > .elm2 {
    line-height: 1.44;
    margin-top: 1.386rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec2 > .inner > .box2 > .box2 > .lst1 > [class^=itm] > .elm2 {
    line-height: 1.52;
    margin-top: 1.881rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec2 > .inner > .box2 > .box2 > .lst1 > [class^=itm] > .elm2 {
    line-height: 1.6;
    margin-top: 2.112rem;
  }
}
#main.program2021 > .inner > .sec2 > .inner > .box3 {
  height: auto;
  width: 100%;
}
#main.program2021 > .inner > .sec2 > .inner > .box3 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 4rem;
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec2 > .inner > .box3 > .box1 {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec2 > .inner > .box3 > .box1 {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec2 > .inner > .box3 > .box1 {
    margin-bottom: 7rem;
  }
}
#main.program2021 > .inner > .sec2 > .inner > .box3 > .box1 > .hdr1 {
  height: auto;
  width: 100%;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 2.08rem;
  font-weight: 700;
  line-height: 1.36;
  white-space: nowrap;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec2 > .inner > .box3 > .box1 > .hdr1 {
    font-size: 2.8rem;
    line-height: 1.44;
    width: auto;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec2 > .inner > .box3 > .box1 > .hdr1 {
    font-size: 3.75rem;
    line-height: 1.52;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec2 > .inner > .box3 > .box1 > .hdr1 {
    font-size: 4rem;
    line-height: 1.6;
  }
}
#main.program2021 > .inner > .sec2 > .inner > .box3 > .box1 > .hdr2 {
  height: auto;
  width: 100%;
  font-size: 1.56rem;
  letter-spacing: 0.075em;
  line-height: 1.7;
  color: #000000;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec2 > .inner > .box3 > .box1 > .hdr2 {
    font-size: 1.68rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec2 > .inner > .box3 > .box1 > .hdr2 {
    font-size: 1.8rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec2 > .inner > .box3 > .box1 > .hdr2 {
    font-size: 1.92rem;
    line-height: 2;
  }
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec2 > .inner > .box3 > .box1 > .hdr2 {
    margin-left: 2.5rem;
    width: auto;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec2 > .inner > .box3 > .box1 > .hdr2 {
    margin-left: 3rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec2 > .inner > .box3 > .box1 > .hdr2 {
    margin-left: 3.5rem;
  }
}
#main.program2021 > .inner > .sec2 > .inner > .box3 > .box1::before {
  background-color: #000000;
  content: "";
  display: block;
  height: 0.1rem;
  position: absolute;
  right: 0;
  top: 1.326rem;
  width: calc(100% - 10rem);
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec2 > .inner > .box3 > .box1::before {
    top: 66.666%;
    width: calc(100% - 26rem);
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec2 > .inner > .box3 > .box1::before {
    width: calc(100% - 32rem);
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec2 > .inner > .box3 > .box1::before {
    width: calc(100% - 35rem);
  }
}
#main.program2021 > .inner > .sec2 > .inner > .box3 > .box2 {
  height: auto;
  width: 100%;
}
#main.program2021 > .inner > .sec2 > .inner > .box3 > .box2 > .lst1 {
  height: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 120rem;
}
#main.program2021 > .inner > .sec2 > .inner > .box3 > .box2 > .lst1 > [class^=itm] {
  height: auto;
  width: 100%;
  padding: 1rem 1rem;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1.7;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec2 > .inner > .box3 > .box2 > .lst1 > [class^=itm] {
    padding: 1.25rem 1.25rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec2 > .inner > .box3 > .box2 > .lst1 > [class^=itm] {
    padding: 1.5rem 1.5rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec2 > .inner > .box3 > .box2 > .lst1 > [class^=itm] {
    padding: 1.75rem 1.75rem;
  }
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec2 > .inner > .box3 > .box2 > .lst1 > [class^=itm] {
    font-size: 1.4rem;
    width: calc(50% - 2.5rem);
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec2 > .inner > .box3 > .box2 > .lst1 > [class^=itm] {
    font-size: 1.8rem;
    width: calc(50% - 3rem);
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec2 > .inner > .box3 > .box2 > .lst1 > [class^=itm] {
    font-size: 1.92rem;
    width: calc(50% - 3.5rem);
  }
}
#main.program2021 > .inner > .sec2 > .inner > .box3 > .box2 > .lst1 > [class^=itm]:not(:last-of-type) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec2 > .inner > .box3 > .box2 > .lst1 > [class^=itm]:not(:last-of-type) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec2 > .inner > .box3 > .box2 > .lst1 > [class^=itm]:not(:nth-last-of-type(-n+2)) {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec2 > .inner > .box3 > .box2 > .lst1 > [class^=itm]:not(:nth-last-of-type(-n+2)) {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec2 > .inner > .box3 > .box2 > .lst1 > [class^=itm]:not(:nth-last-of-type(-n+2)) {
    margin-bottom: 3.5rem;
  }
}
#main.program2021 > .inner > .sec2 > .inner > .box3 > .box2 > .lst1 > [class^=itm] > .elm1 {
  position: relative;
  z-index: 2;
}
#main.program2021 > .inner > .sec2 > .inner > .box3 > .box2 > .lst1 > [class^=itm]::before {
  border-bottom: transparent solid 4rem;
  border-right: transparent solid 4rem;
  border-left: #4c9cd5 solid 4rem;
  border-top: transparent solid 4rem;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: -4rem;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec2 > .inner > .box3 > .box2 > .lst1 > [class^=itm]::before {
    border-bottom: transparent solid 5rem;
    border-right: transparent solid 5rem;
    border-left: #4c9cd5 solid 5rem;
    border-top: transparent solid 5rem;
    top: -5rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec2 > .inner > .box3 > .box2 > .lst1 > [class^=itm]::before {
    border-bottom: transparent solid 6rem;
    border-right: transparent solid 6rem;
    border-left: #4c9cd5 solid 6rem;
    border-top: transparent solid 6rem;
    top: -6rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec2 > .inner > .box3 > .box2 > .lst1 > [class^=itm]::before {
    border-bottom: transparent solid 7rem;
    border-right: transparent solid 7rem;
    border-left: #4c9cd5 solid 7rem;
    border-top: transparent solid 7rem;
    top: -7rem;
  }
}
#main.program2021 > .inner > .sec2.scv {
  opacity: 0;
  transform: translateY(4rem);
  transition: opacity 0.5s, transform 0.5s;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec2.scv {
    transform: translateY(5rem);
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec2.scv {
    transform: translateY(6rem);
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec2.scv {
    transform: translateY(7rem);
  }
}
#main.program2021 > .inner > .sec2.scv.view {
  opacity: 1;
  transform: translateY(0);
}
#main.program2021 > .inner > .sec3 {
  height: auto;
  width: 100%;
}
#main.program2021 > .inner > .sec3 > .inner {
  height: auto;
  width: 100%;
  margin: 0 auto;
  padding: 6rem 2rem 0;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec3 > .inner {
    padding: 7.5rem 5rem 0;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec3 > .inner {
    max-width: 115rem;
    padding: 9rem 6rem 0;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec3 > .inner {
    max-width: 155rem;
    padding: 10.5rem 7rem 0;
  }
}
#main.program2021 > .inner > .sec3 > .inner > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 4rem;
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec3 > .inner > .box1 {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec3 > .inner > .box1 {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec3 > .inner > .box1 {
    margin-bottom: 7rem;
  }
}
#main.program2021 > .inner > .sec3 > .inner > .box1::before {
  background-color: #4C9CD5;
  content: "";
  display: block;
  height: 100%;
  left: -2rem;
  position: absolute;
  top: 0;
  width: 1rem;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec3 > .inner > .box1::before {
    left: -5rem;
    width: 1.25rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec3 > .inner > .box1::before {
    left: -6rem;
    width: 2.25rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec3 > .inner > .box1::before {
    left: -7rem;
    width: 2.625rem;
  }
}
#main.program2021 > .inner > .sec3 > .inner > .box1 > .hdr1 {
  height: auto;
  width: 100%;
  color: #000000;
  font-size: 3.25rem;
  font-weight: 700;
  letter-spacing: 0.0375em;
  line-height: 1.02;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec3 > .inner > .box1 > .hdr1 {
    font-size: 4.2rem;
    margin-bottom: 0;
    line-height: 1.08;
    width: auto;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec3 > .inner > .box1 > .hdr1 {
    font-size: 5.25rem;
    line-height: 1.14;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec3 > .inner > .box1 > .hdr1 {
    font-size: 6.4rem;
    line-height: 1.2;
  }
}
#main.program2021 > .inner > .sec3 > .inner > .box1 > .hdr1 > .elm1 {
  font-size: 0.75em;
  white-space: nowrap;
}
#main.program2021 > .inner > .sec3 > .inner > .box1 > .hdr1 > .elm2 {
  white-space: nowrap;
}
#main.program2021 > .inner > .sec3 > .inner > .box1 > .hdr1 > .elm3 {
  line-height: 1.7;
  white-space: nowrap;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec3 > .inner > .box1 > .hdr1 > .elm3 {
    line-height: 1.8;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec3 > .inner > .box1 > .hdr1 > .elm3 {
    line-height: 1.9;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec3 > .inner > .box1 > .hdr1 > .elm3 {
    line-height: 2;
  }
}
#main.program2021 > .inner > .sec3 > .inner > .box1 > .hdr2 {
  height: auto;
  width: 100%;
  color: #000000;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1.36;
  position: relative;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec3 > .inner > .box1 > .hdr2 {
    font-size: 1.54rem;
    line-height: 1.44;
    text-align: right;
    width: auto;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec3 > .inner > .box1 > .hdr2 {
    font-size: 1.8rem;
    line-height: 1.52;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec3 > .inner > .box1 > .hdr2 {
    font-size: 2.08rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec3 > .inner > .box1 > .hdr2::before {
    background-color: #000000;
    content: "";
    display: block;
    height: 0.1rem;
    position: absolute;
    left: -4em;
    top: calc(50% - 0.5em);
    transform: rotate(-45deg);
    width: 4em;
  }
}
#main.program2021 > .inner > .sec3 > .inner > .box2 {
  height: auto;
  width: 100%;
}
#main.program2021 > .inner > .sec3 > .inner > .box2 > .box1 {
  height: auto;
  width: 100%;
}
#main.program2021 > .inner > .sec3 > .inner > .box2 > .box1 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 3rem;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box1 > .box1 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box1 > .box1 {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box1 > .box1 {
    margin-bottom: 3.5rem;
  }
}
#main.program2021 > .inner > .sec3 > .inner > .box2 > .box1 > .box1 > .par1 {
  height: auto;
  width: 100%;
  font-size: 2.6rem;
  letter-spacing: 0.075em;
  line-height: 1.7;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box1 > .box1 > .par1 {
    font-size: 2.8rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box1 > .box1 > .par1 {
    font-size: 3rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box1 > .box1 > .par1 {
    font-size: 3.2rem;
    line-height: 2;
  }
}
#main.program2021 > .inner > .sec3 > .inner > .box2 > .box1 > .box1 > .par1::after {
  background-color: #181818;
  content: "";
  height: 0.2rem;
  position: absolute;
  right: 0;
  top: 50%;
  width: calc(100% - 6em);
}
#main.program2021 > .inner > .sec3 > .inner > .box2 > .box1 > .box2 {
  height: auto;
  width: 100%;
  position: relative;
}
#main.program2021 > .inner > .sec3 > .inner > .box2 > .box1 > .box2::before {
  background-color: #4C9CD5;
  bottom: 0;
  content: "";
  display: block;
  height: calc(100% + 2rem);
  left: calc(50% - 50vw);
  position: absolute;
  width: 100vw;
  z-index: -1;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box1 > .box2::before {
    height: 50%;
  }
}
#main.program2021 > .inner > .sec3 > .inner > .box2 > .box1 > .box2 > .lst1 {
  height: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#main.program2021 > .inner > .sec3 > .inner > .box2 > .box1 > .box2 > .lst1 > [class^=itm] {
  height: auto;
  width: 100%;
  background-color: #ffffff;
  border: 0.3rem solid #181818;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box1 > .box2 > .lst1 > [class^=itm] {
    border: 0.4rem solid #181818;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box1 > .box2 > .lst1 > [class^=itm] {
    border: 0.5rem solid #181818;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box1 > .box2 > .lst1 > [class^=itm] {
    border: 0.6rem solid #181818;
  }
}
#main.program2021 > .inner > .sec3 > .inner > .box2 > .box1 > .box2 > .lst1 > [class^=itm]:not(:last-of-type) {
  margin-bottom: 3rem;
  position: relative;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box1 > .box2 > .lst1 > [class^=itm]:not(:last-of-type) {
    margin-bottom: 0;
  }
}
#main.program2021 > .inner > .sec3 > .inner > .box2 > .box1 > .box2 > .lst1 > [class^=itm]:not(:last-of-type)::after {
  border-bottom: 1rem solid transparent;
  border-left: 2rem solid transparent;
  border-right: 2rem solid transparent;
  border-top: 1rem solid #ffffff;
  content: "";
  display: block;
  left: calc(50% - 2rem);
  position: absolute;
  top: calc(100% + 1.5rem);
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box1 > .box2 > .lst1 > [class^=itm]:not(:last-of-type)::after {
    border-bottom: 2.5rem solid transparent;
    border-left: 1.25rem solid #ffffff;
    border-right: 1.25rem solid transparent;
    border-top: 2.5rem solid transparent;
    bottom: 2.5rem;
    left: calc(100% + 2.5rem);
    top: auto;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box1 > .box2 > .lst1 > [class^=itm]:not(:last-of-type)::after {
    border-bottom: 3rem solid transparent;
    border-left: 1.5rem solid #ffffff;
    border-right: 1.5rem solid transparent;
    border-top: 3rem solid transparent;
    bottom: 3rem;
    left: calc(100% + 3rem);
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box1 > .box2 > .lst1 > [class^=itm]:not(:last-of-type)::after {
    border-bottom: 3.5rem solid transparent;
    border-left: 1.75rem solid #ffffff;
    border-right: 1.75rem solid transparent;
    border-top: 3.5rem solid transparent;
    bottom: 3.5rem;
    left: calc(100% + 3.5rem);
  }
}
#main.program2021 > .inner > .sec3 > .inner > .box2 > .box1 > .box2 > .lst1 > [class^=itm] > [class^=fig] {
  padding: 1rem 1rem;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box1 > .box2 > .lst1 > [class^=itm] > [class^=fig] {
    padding: 1.25rem 1.25rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box1 > .box2 > .lst1 > [class^=itm] > [class^=fig] {
    padding: 1.5rem 1.5rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box1 > .box2 > .lst1 > [class^=itm] > [class^=fig] {
    padding: 1.75rem 1.75rem;
  }
}
#main.program2021 > .inner > .sec3 > .inner > .box2 > .box1 > .box2 > .lst1 > [class^=itm] > [class^=fig] > .img1 {
  background-color: #4C9CD5;
  border-radius: 50%;
  display: block;
  height: auto;
  margin: 0 auto 1rem;
  width: 50%;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box1 > .box2 > .lst1 > [class^=itm] > [class^=fig] > .img1 {
    margin: 0 auto 1.25rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box1 > .box2 > .lst1 > [class^=itm] > [class^=fig] > .img1 {
    margin: 0 auto 1.5rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box1 > .box2 > .lst1 > [class^=itm] > [class^=fig] > .img1 {
    margin: 0 auto 1.75rem;
  }
}
#main.program2021 > .inner > .sec3 > .inner > .box2 > .box1 > .box2 > .lst1 > [class^=itm] > [class^=fig] > .cap1 {
  height: auto;
  width: 100%;
}
#main.program2021 > .inner > .sec3 > .inner > .box2 > .box1 > .box2 > .lst1 > [class^=itm] > [class^=fig] > .cap1 > .par1 {
  height: auto;
  width: 100%;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  letter-spacing: 0em;
  line-height: 1.36;
  color: #4C9CD5;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box1 > .box2 > .lst1 > [class^=itm] > [class^=fig] > .cap1 > .par1 {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box1 > .box2 > .lst1 > [class^=itm] > [class^=fig] > .cap1 > .par1 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box1 > .box2 > .lst1 > [class^=itm] > [class^=fig] > .cap1 > .par1 {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box1 > .box2 > .lst1 > [class^=itm] > [class^=fig] > .cap1 > .par1 {
    font-size: 1.4rem;
    line-height: 1.44;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box1 > .box2 > .lst1 > [class^=itm] > [class^=fig] > .cap1 > .par1 {
    font-size: 1.5rem;
    line-height: 1.52;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box1 > .box2 > .lst1 > [class^=itm] > [class^=fig] > .cap1 > .par1 {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
#main.program2021 > .inner > .sec3 > .inner > .box2 > .box1 > .box2 > .lst1 > [class^=itm] > [class^=fig] > .cap1 > .par1 > .svg1 {
  display: inline-block;
  margin: 0 0.5em;
  transform: translateY(0.25em);
  width: 0.5em;
}
#main.program2021 > .inner > .sec3 > .inner > .box2 > .box1 > .box2 > .lst1 > [class^=itm] > [class^=fig] > .cap1 > .hdr1 {
  height: auto;
  width: 100%;
  font-size: 1.17rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.36;
  text-align: center;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box1 > .box2 > .lst1 > [class^=itm] > [class^=fig] > .cap1 > .hdr1 {
    font-size: 1.4rem;
    line-height: 1.44;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box1 > .box2 > .lst1 > [class^=itm] > [class^=fig] > .cap1 > .hdr1 {
    font-size: 1.65rem;
    line-height: 1.52;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box1 > .box2 > .lst1 > [class^=itm] > [class^=fig] > .cap1 > .hdr1 {
    font-size: 1.92rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box1 > .box2 > .lst1 > [class^=itm]:not(.itm2) {
    width: calc(25% - 2.5rem);
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box1 > .box2 > .lst1 > [class^=itm]:not(.itm2) {
    width: calc(25% - 3rem);
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box1 > .box2 > .lst1 > [class^=itm]:not(.itm2) {
    width: calc(25% - 3.5rem);
  }
}
#main.program2021 > .inner > .sec3 > .inner > .box2 > .box1 > .box2 > .lst1 > [class^=itm]:not(.itm2) > [class^=fig] {
  height: auto;
  margin: 0 auto;
  width: 50%;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box1 > .box2 > .lst1 > [class^=itm]:not(.itm2) > [class^=fig] {
    width: 100%;
  }
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box1 > .box2 > .lst1 > [class^=itm].itm2 {
    width: calc(50% - 5rem);
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box1 > .box2 > .lst1 > [class^=itm].itm2 {
    width: calc(50% - 6rem);
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box1 > .box2 > .lst1 > [class^=itm].itm2 {
    width: calc(50% - 7rem);
  }
}
#main.program2021 > .inner > .sec3 > .inner > .box2 > .box1 > .box2 > .lst1 > [class^=itm].itm2 > [class^=fig] {
  height: auto;
  width: 50%;
}
#main.program2021 > .inner > .sec3 > .inner > .box2 > .box1 > .box2 > .lst1 > [class^=itm].itm2 > [class^=fig]:not(:last-of-type) {
  position: relative;
}
#main.program2021 > .inner > .sec3 > .inner > .box2 > .box1 > .box2 > .lst1 > [class^=itm].itm2 > [class^=fig]:not(:last-of-type)::before {
  background-color: #181818;
  content: "";
  display: block;
  height: calc(100% - 2rem);
  position: absolute;
  right: 0;
  top: 1rem;
  width: 0.1rem;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box1 > .box2 > .lst1 > [class^=itm].itm2 > [class^=fig]:not(:last-of-type)::before {
    height: calc(100% - 2.5rem);
    top: 1.25rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box1 > .box2 > .lst1 > [class^=itm].itm2 > [class^=fig]:not(:last-of-type)::before {
    height: calc(100% - 3rem);
    top: 1.5rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box1 > .box2 > .lst1 > [class^=itm].itm2 > [class^=fig]:not(:last-of-type)::before {
    height: calc(100% - 3.5rem);
    top: 1.75rem;
  }
}
#main.program2021 > .inner > .sec3 > .inner > .box2 > .box2 {
  height: auto;
  width: 100%;
  padding: 4rem 0rem;
  position: relative;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box2 {
    padding: 5rem 0rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box2 {
    padding: 6rem 0rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box2 {
    padding: 7rem 0rem;
  }
}
#main.program2021 > .inner > .sec3 > .inner > .box2 > .box2::before {
  background: linear-gradient(to bottom, #4C9CD5, rgba(76, 197, 213, 0.5));
  content: "";
  display: block;
  height: 100%;
  left: calc(50% - 50vw);
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}
#main.program2021 > .inner > .sec3 > .inner > .box2 > .box2 > [class^=box] {
  height: auto;
  width: 100%;
}
#main.program2021 > .inner > .sec3 > .inner > .box2 > .box2 > [class^=box]:not(:last-of-type) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box2 > [class^=box]:not(:last-of-type) {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box2 > [class^=box]:not(:last-of-type) {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box2 > [class^=box]:not(:last-of-type) {
    margin-bottom: 3.5rem;
  }
}
#main.program2021 > .inner > .sec3 > .inner > .box2 > .box2 > [class^=box] > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 1rem;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box2 > [class^=box] > .box1 {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box2 > [class^=box] > .box1 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box2 > [class^=box] > .box1 {
    margin-bottom: 1.75rem;
  }
}
#main.program2021 > .inner > .sec3 > .inner > .box2 > .box2 > [class^=box] > .box1 > .hdr1 {
  height: auto;
  width: 100%;
  font-size: 2.08rem;
  letter-spacing: 0.075em;
  line-height: 1.7;
  color: #000000;
  font-weight: 700;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box2 > [class^=box] > .box1 > .hdr1 {
    font-size: 2.24rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box2 > [class^=box] > .box1 > .hdr1 {
    font-size: 2.4rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box2 > [class^=box] > .box1 > .hdr1 {
    font-size: 2.56rem;
    line-height: 2;
  }
}
#main.program2021 > .inner > .sec3 > .inner > .box2 > .box2 > [class^=box] > .box1 > .par1 {
  height: auto;
  width: 100%;
  margin-top: 1rem;
  font-size: 1.3rem;
  letter-spacing: 0.075em;
  line-height: 1.7;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box2 > [class^=box] > .box1 > .par1 {
    margin-top: 1.25rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box2 > [class^=box] > .box1 > .par1 {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box2 > [class^=box] > .box1 > .par1 {
    margin-top: 1.75rem;
  }
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box2 > [class^=box] > .box1 > .par1 {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box2 > [class^=box] > .box1 > .par1 {
    font-size: 1.5rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box2 > [class^=box] > .box1 > .par1 {
    font-size: 1.6rem;
    line-height: 2;
  }
}
#main.program2021 > .inner > .sec3 > .inner > .box2 > .box2 > [class^=box] > .box2 {
  height: auto;
  width: 100%;
  padding: 2rem 2rem;
  background-color: #ffffff;
  border: 0.3rem solid #181818;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box2 > [class^=box] > .box2 {
    padding: 2.5rem 2.5rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box2 > [class^=box] > .box2 {
    padding: 3rem 3rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box2 > [class^=box] > .box2 {
    padding: 3.5rem 3.5rem;
  }
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box2 > [class^=box] > .box2 {
    border: 0.4rem solid #181818;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box2 > [class^=box] > .box2 {
    border: 0.5rem solid #181818;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box2 > [class^=box] > .box2 {
    border: 0.6rem solid #181818;
  }
}
#main.program2021 > .inner > .sec3 > .inner > .box2 > .box2 > [class^=box] > .box2 > [class^=lst] {
  height: auto;
  width: 100%;
  padding: 1rem 0rem;
  align-items: center;
  border-top: 0.2rem dotted #181818;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box2 > [class^=box] > .box2 > [class^=lst] {
    padding: 1.25rem 0rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box2 > [class^=box] > .box2 > [class^=lst] {
    padding: 1.5rem 0rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box2 > [class^=box] > .box2 > [class^=lst] {
    padding: 1.75rem 0rem;
  }
}
#main.program2021 > .inner > .sec3 > .inner > .box2 > .box2 > [class^=box] > .box2 > [class^=lst]:last-of-type {
  border-bottom: 0.2rem dotted #181818;
}
#main.program2021 > .inner > .sec3 > .inner > .box2 > .box2 > [class^=box] > .box2 > [class^=lst] > .trm1 {
  height: auto;
  width: 100%;
  font-size: 1.3rem;
  letter-spacing: 0.075em;
  line-height: 1.7;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box2 > [class^=box] > .box2 > [class^=lst] > .trm1 {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box2 > [class^=box] > .box2 > [class^=lst] > .trm1 {
    font-size: 1.5rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box2 > [class^=box] > .box2 > [class^=lst] > .trm1 {
    font-size: 1.6rem;
    line-height: 2;
  }
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box2 > [class^=box] > .box2 > [class^=lst] > .trm1 {
    margin-bottom: 0;
    width: 15rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box2 > [class^=box] > .box2 > [class^=lst] > .trm1 {
    width: 17.5rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box2 > [class^=box] > .box2 > [class^=lst] > .trm1 {
    width: 20rem;
  }
}
#main.program2021 > .inner > .sec3 > .inner > .box2 > .box2 > [class^=box] > .box2 > [class^=lst] > [class^=dsc] {
  font-size: 1.3rem;
  letter-spacing: 0.075em;
  line-height: 1.7;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box2 > [class^=box] > .box2 > [class^=lst] > [class^=dsc] {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box2 > [class^=box] > .box2 > [class^=lst] > [class^=dsc] {
    font-size: 1.5rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box2 > [class^=box] > .box2 > [class^=lst] > [class^=dsc] {
    font-size: 1.6rem;
    line-height: 2;
  }
}
#main.program2021 > .inner > .sec3 > .inner > .box2 > .box2 > [class^=box] > .box2 > [class^=lst] > [class^=dsc].dsc1 {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box2 > [class^=box] > .box2 > [class^=lst] > [class^=dsc].dsc1 {
    width: calc(100% - 17.5rem);
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box2 > [class^=box] > .box2 > [class^=lst] > [class^=dsc].dsc1 {
    width: calc(100% - 20.5rem);
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box2 > [class^=box] > .box2 > [class^=lst] > [class^=dsc].dsc1 {
    width: calc(100% - 23.5rem);
  }
}
#main.program2021 > .inner > .sec3 > .inner > .box2 > .box2 > [class^=box] > .box2 > [class^=lst] > [class^=dsc].dsc1 > .lnk1 {
  color: #4C9CD5;
}
#main.program2021 > .inner > .sec3 > .inner > .box2 > .box2 > [class^=box] > .box2 > [class^=lst] > [class^=dsc].dsc1 > .lnk1 > .svg1 {
  margin-left: 0.5em;
  vertical-align: text-bottom;
  width: 1em;
}
#main.program2021 > .inner > .sec3 > .inner > .box2 > .box2 > [class^=box] > .box2 > [class^=lst] > [class^=dsc].dsc1 > .lnk1.hov {
  transition: opacity 0.35s;
}
#main.program2021 > .inner > .sec3 > .inner > .box2 > .box2 > [class^=box] > .box2 > [class^=lst] > [class^=dsc].dsc1 > .lnk1.hov:hover {
  opacity: 0.5;
}
#main.program2021 > .inner > .sec3 > .inner > .box2 > .box2 > [class^=box] > .box2 > [class^=lst] > [class^=dsc].dsc2 {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box2 > [class^=box] > .box2 > [class^=lst] > [class^=dsc].dsc2 {
    width: calc(100% - 32.5rem);
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box2 > [class^=box] > .box2 > [class^=lst] > [class^=dsc].dsc2 {
    width: calc(100% - 38.5rem);
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box2 > [class^=box] > .box2 > [class^=lst] > [class^=dsc].dsc2 {
    width: calc(100% - 44.5rem);
  }
}
#main.program2021 > .inner > .sec3 > .inner > .box2 > .box2 > [class^=box] > .box2 > [class^=lst] > [class^=dsc].dsc3 {
  height: auto;
  width: 100%;
  margin-top: 1rem;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box2 > [class^=box] > .box2 > [class^=lst] > [class^=dsc].dsc3 {
    margin-top: 0;
    width: 12.5rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box2 > [class^=box] > .box2 > [class^=lst] > [class^=dsc].dsc3 {
    width: 15rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box2 > [class^=box] > .box2 > [class^=lst] > [class^=dsc].dsc3 {
    width: 17.5rem;
  }
}
#main.program2021 > .inner > .sec3 > .inner > .box2 > .box2 > [class^=box] > .box2 > [class^=lst] > [class^=dsc].dsc3 > .txt1 {
  height: auto;
  width: 100%;
  background-color: #f0f0f0;
  border: 0.2rem solid #e0e0e0;
  color: #909090;
  display: block;
  font-weight: 600;
  padding: 0.25em 0.5em;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box2 > [class^=box] > .box2 > [class^=lst] > [class^=dsc].dsc3 > .txt1 {
    border: 0.3rem solid #e0e0e0;
  }
}
#main.program2021 > .inner > .sec3 > .inner > .box2 > .box2 > [class^=box] > .box2 > [class^=lst] > [class^=dsc].dsc3 > [class^=lnk] {
  height: auto;
  width: 100%;
  border: 0.2rem solid #000000;
  color: #ffffff;
  display: block;
  font-weight: 600;
  padding: 0.25em 0.5em;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec3 > .inner > .box2 > .box2 > [class^=box] > .box2 > [class^=lst] > [class^=dsc].dsc3 > [class^=lnk] {
    border: 0.3rem solid #000000;
  }
}
#main.program2021 > .inner > .sec3 > .inner > .box2 > .box2 > [class^=box] > .box2 > [class^=lst] > [class^=dsc].dsc3 > [class^=lnk].lnk1 {
  background: linear-gradient(to left, #4C9CD5, #4C9CD5 50%, #000000 50%, #000000);
  background-position: right center;
  background-size: 200% auto;
}
#main.program2021 > .inner > .sec3 > .inner > .box2 > .box2 > [class^=box] > .box2 > [class^=lst] > [class^=dsc].dsc3 > [class^=lnk].lnk2 {
  background: linear-gradient(to left, #4CC5D5, #4CC5D5 50%, #000000 50%, #000000);
  background-position: right center;
  background-size: 200% auto;
}
#main.program2021 > .inner > .sec3 > .inner > .box2 > .box2 > [class^=box] > .box2 > [class^=lst] > [class^=dsc].dsc3 > [class^=lnk] > .svg1 {
  display: inline-block;
  margin-right: 0.5em;
  transform: translateY(0.25em);
  width: 0.5em;
}
#main.program2021 > .inner > .sec3 > .inner > .box2 > .box2 > [class^=box] > .box2 > [class^=lst] > [class^=dsc].dsc3 > [class^=lnk].hov {
  transition: background 0.35s;
}
#main.program2021 > .inner > .sec3 > .inner > .box2 > .box2 > [class^=box] > .box2 > [class^=lst] > [class^=dsc].dsc3 > [class^=lnk].hov:hover {
  background-position: left center;
}
#main.program2021 > .inner > .sec3.scv {
  opacity: 0;
  transform: translateY(4rem);
  transition: opacity 0.5s, transform 0.5s;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec3.scv {
    transform: translateY(5rem);
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec3.scv {
    transform: translateY(6rem);
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec3.scv {
    transform: translateY(7rem);
  }
}
#main.program2021 > .inner > .sec3.scv.view {
  opacity: 1;
  transform: translateY(0);
}
#main.program2021 > .inner > .sec4 {
  height: auto;
  width: 100%;
}
#main.program2021 > .inner > .sec4 > .inner {
  height: auto;
  width: 100%;
  margin: 0 auto;
  padding: 6rem 2rem 0;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec4 > .inner {
    padding: 7.5rem 5rem 0;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec4 > .inner {
    max-width: 115rem;
    padding: 9rem 6rem 0;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec4 > .inner {
    max-width: 155rem;
    padding: 10.5rem 7rem 0;
  }
}
#main.program2021 > .inner > .sec4 > .inner > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 4rem;
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec4 > .inner > .box1 {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec4 > .inner > .box1 {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec4 > .inner > .box1 {
    margin-bottom: 7rem;
  }
}
#main.program2021 > .inner > .sec4 > .inner > .box1::before {
  background-color: #4C9CD5;
  content: "";
  display: block;
  height: 100%;
  left: -2rem;
  position: absolute;
  top: 0;
  width: 1rem;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec4 > .inner > .box1::before {
    left: -5rem;
    width: 1.25rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec4 > .inner > .box1::before {
    left: -6rem;
    width: 2.25rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec4 > .inner > .box1::before {
    left: -7rem;
    width: 2.625rem;
  }
}
#main.program2021 > .inner > .sec4 > .inner > .box1 > .hdr1 {
  height: auto;
  width: 100%;
  color: #000000;
  font-size: 3.25rem;
  font-weight: 700;
  letter-spacing: 0.0375em;
  line-height: 1.02;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec4 > .inner > .box1 > .hdr1 {
    font-size: 4.2rem;
    margin-bottom: 0;
    line-height: 1.08;
    width: auto;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec4 > .inner > .box1 > .hdr1 {
    font-size: 5.25rem;
    line-height: 1.14;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec4 > .inner > .box1 > .hdr1 {
    font-size: 6.4rem;
    line-height: 1.2;
  }
}
#main.program2021 > .inner > .sec4 > .inner > .box1 > .hdr1 > .elm1 {
  font-size: 0.75em;
  white-space: nowrap;
}
#main.program2021 > .inner > .sec4 > .inner > .box1 > .hdr1 > .elm2 {
  white-space: nowrap;
}
#main.program2021 > .inner > .sec4 > .inner > .box1 > .hdr1 > .elm3 {
  line-height: 1.7;
  white-space: nowrap;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec4 > .inner > .box1 > .hdr1 > .elm3 {
    line-height: 1.8;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec4 > .inner > .box1 > .hdr1 > .elm3 {
    line-height: 1.9;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec4 > .inner > .box1 > .hdr1 > .elm3 {
    line-height: 2;
  }
}
#main.program2021 > .inner > .sec4 > .inner > .box1 > .hdr2 {
  height: auto;
  width: 100%;
  color: #000000;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1.36;
  position: relative;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec4 > .inner > .box1 > .hdr2 {
    font-size: 1.54rem;
    line-height: 1.44;
    text-align: right;
    width: auto;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec4 > .inner > .box1 > .hdr2 {
    font-size: 1.8rem;
    line-height: 1.52;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec4 > .inner > .box1 > .hdr2 {
    font-size: 2.08rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec4 > .inner > .box1 > .hdr2::before {
    background-color: #000000;
    content: "";
    display: block;
    height: 0.1rem;
    position: absolute;
    left: -4em;
    top: calc(50% - 0.5em);
    transform: rotate(-45deg);
    width: 4em;
  }
}
#main.program2021 > .inner > .sec4 > .inner > .box2 {
  height: auto;
  width: 100%;
  margin-bottom: 4rem;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec4 > .inner > .box2 {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec4 > .inner > .box2 {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec4 > .inner > .box2 {
    margin-bottom: 7rem;
  }
}
#main.program2021 > .inner > .sec4 > .inner > .box2 > .box1 {
  height: auto;
  width: 100%;
}
#main.program2021 > .inner > .sec4 > .inner > .box2 > .box1 > .img1 {
  height: auto;
  width: 100%;
  display: block;
}
#main.program2021 > .inner > .sec4 > .inner > .box2 > .box2 {
  height: auto;
  width: 100%;
  margin-bottom: 4rem;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec4 > .inner > .box2 > .box2 {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec4 > .inner > .box2 > .box2 {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec4 > .inner > .box2 > .box2 {
    margin-bottom: 7rem;
  }
}
#main.program2021 > .inner > .sec4 > .inner > .box2 > .box2 > [class^=lst] {
  height: auto;
  width: 100%;
  padding: 1rem 0rem;
  border-bottom: 0.2rem solid #181818;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec4 > .inner > .box2 > .box2 > [class^=lst] {
    padding: 1.25rem 0rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec4 > .inner > .box2 > .box2 > [class^=lst] {
    padding: 1.5rem 0rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec4 > .inner > .box2 > .box2 > [class^=lst] {
    padding: 1.75rem 0rem;
  }
}
#main.program2021 > .inner > .sec4 > .inner > .box2 > .box2 > [class^=lst] > .trm1 {
  height: auto;
  width: 100%;
  font-size: 1.56rem;
  letter-spacing: 0.075em;
  line-height: 1.7;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec4 > .inner > .box2 > .box2 > [class^=lst] > .trm1 {
    font-size: 1.68rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec4 > .inner > .box2 > .box2 > [class^=lst] > .trm1 {
    font-size: 1.8rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec4 > .inner > .box2 > .box2 > [class^=lst] > .trm1 {
    font-size: 1.92rem;
    line-height: 2;
  }
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec4 > .inner > .box2 > .box2 > [class^=lst] > .trm1 {
    border-right: 0.2rem solid #181818;
    margin-bottom: 0;
    width: 20rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec4 > .inner > .box2 > .box2 > [class^=lst] > .trm1 {
    width: 30rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec4 > .inner > .box2 > .box2 > [class^=lst] > .trm1 {
    width: 35rem;
  }
}
#main.program2021 > .inner > .sec4 > .inner > .box2 > .box2 > [class^=lst] > .dsc1 {
  height: auto;
  width: 100%;
  font-size: 1.3rem;
  letter-spacing: 0.075em;
  line-height: 1.7;
  font-weight: 500;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec4 > .inner > .box2 > .box2 > [class^=lst] > .dsc1 {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec4 > .inner > .box2 > .box2 > [class^=lst] > .dsc1 {
    font-size: 1.5rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec4 > .inner > .box2 > .box2 > [class^=lst] > .dsc1 {
    font-size: 1.6rem;
    line-height: 2;
  }
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec4 > .inner > .box2 > .box2 > [class^=lst] > .dsc1 {
    width: calc(100% - 22.5rem);
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec4 > .inner > .box2 > .box2 > [class^=lst] > .dsc1 {
    width: calc(100% - 33rem);
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec4 > .inner > .box2 > .box2 > [class^=lst] > .dsc1 {
    width: calc(100% - 38.5rem);
  }
}
#main.program2021 > .inner > .sec4 > .inner > .box2 > .box2 > [class^=lst] > .dsc1 > .lst1 {
  height: auto;
  width: 100%;
  list-style: disc;
  padding-left: 1.5em;
}
#main.program2021 > .inner > .sec4 > .inner > .box2 > .box2 > [class^=lst] > .dsc1 > .lst2 {
  height: auto;
  width: 100%;
  list-style: decimal;
  padding-left: 1.5em;
}
#main.program2021 > .inner > .sec4 > .inner > .box2 > .box2 > [class^=lst] > .dsc1 .lnk1 {
  color: #4C9CD5;
}
#main.program2021 > .inner > .sec4 > .inner > .box2 > .box2 > [class^=lst] > .dsc1 .lnk1.hov {
  transition: opacity 0.35s;
}
#main.program2021 > .inner > .sec4 > .inner > .box2 > .box2 > [class^=lst] > .dsc1 .lnk1.hov:hover {
  opacity: 0.5;
}
#main.program2021 > .inner > .sec4 > .inner > .box3 {
  height: auto;
  width: 100%;
}
#main.program2021 > .inner > .sec4 > .inner > .box3 > .lst1 {
  height: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#main.program2021 > .inner > .sec4 > .inner > .box3 > .lst1 > [class^=itm] {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec4 > .inner > .box3 > .lst1 > [class^=itm] {
    width: 25rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec4 > .inner > .box3 > .lst1 > [class^=itm] {
    width: 30rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec4 > .inner > .box3 > .lst1 > [class^=itm] {
    width: 35rem;
  }
}
#main.program2021 > .inner > .sec4 > .inner > .box3 > .lst1 > [class^=itm]:not(:last-of-type) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec4 > .inner > .box3 > .lst1 > [class^=itm]:not(:last-of-type) {
    margin-bottom: 0;
    margin-right: 2.5rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec4 > .inner > .box3 > .lst1 > [class^=itm]:not(:last-of-type) {
    margin-right: 3rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec4 > .inner > .box3 > .lst1 > [class^=itm]:not(:last-of-type) {
    margin-right: 3.5rem;
  }
}
#main.program2021 > .inner > .sec4 > .inner > .box3 > .lst1 > [class^=itm] > .lnk1 {
  font-size: 1.56rem;
  letter-spacing: 0.075em;
  line-height: 2.72;
  border: 0.3rem solid #000000;
  background-color: #ffffff;
  color: #000000;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  height: auto;
  margin: 0 auto;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 22.5rem;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec4 > .inner > .box3 > .lst1 > [class^=itm] > .lnk1 {
    font-size: 1.68rem;
    line-height: 2.88;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec4 > .inner > .box3 > .lst1 > [class^=itm] > .lnk1 {
    font-size: 1.8rem;
    line-height: 3.04;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec4 > .inner > .box3 > .lst1 > [class^=itm] > .lnk1 {
    font-size: 1.92rem;
    line-height: 3.2;
  }
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec4 > .inner > .box3 > .lst1 > [class^=itm] > .lnk1 {
    border: 0.4rem solid #000000;
    width: 25rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec4 > .inner > .box3 > .lst1 > [class^=itm] > .lnk1 {
    border: 0.5rem solid #000000;
    width: 30rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec4 > .inner > .box3 > .lst1 > [class^=itm] > .lnk1 {
    border: 0.6rem solid #000000;
    width: 35rem;
  }
}
#main.program2021 > .inner > .sec4 > .inner > .box3 > .lst1 > [class^=itm] > .lnk1 > .svg1 {
  color: #DB3422;
  display: inline-block;
  margin-right: 0.5em;
  transform: translateY(0.25em);
  width: 1em;
}
#main.program2021 > .inner > .sec4 > .inner > .box3 > .lst1 > [class^=itm] > .lnk1.hov {
  transition: background 0.175s;
}
#main.program2021 > .inner > .sec4 > .inner > .box3 > .lst1 > [class^=itm] > .lnk1.hov:hover {
  background: #000000;
  color: #ffffff;
}
#main.program2021 > .inner > .sec5 {
  height: auto;
  width: 100%;
}
#main.program2021 > .inner > .sec5 > .inner {
  height: auto;
  width: 100%;
  margin: 0 auto;
  padding: 6rem 2rem 0;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec5 > .inner {
    padding: 7.5rem 5rem 0;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec5 > .inner {
    max-width: 115rem;
    padding: 9rem 6rem 0;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec5 > .inner {
    max-width: 155rem;
    padding: 10.5rem 7rem 0;
  }
}
#main.program2021 > .inner > .sec5 > .inner > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 4rem;
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec5 > .inner > .box1 {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec5 > .inner > .box1 {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec5 > .inner > .box1 {
    margin-bottom: 7rem;
  }
}
#main.program2021 > .inner > .sec5 > .inner > .box1::before {
  background-color: #4C9CD5;
  content: "";
  display: block;
  height: 100%;
  left: -2rem;
  position: absolute;
  top: 0;
  width: 1rem;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec5 > .inner > .box1::before {
    left: -5rem;
    width: 1.25rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec5 > .inner > .box1::before {
    left: -6rem;
    width: 2.25rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec5 > .inner > .box1::before {
    left: -7rem;
    width: 2.625rem;
  }
}
#main.program2021 > .inner > .sec5 > .inner > .box1 > .hdr1 {
  height: auto;
  width: 100%;
  color: #000000;
  font-size: 3.25rem;
  font-weight: 700;
  letter-spacing: 0.0375em;
  line-height: 1.02;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec5 > .inner > .box1 > .hdr1 {
    font-size: 4.2rem;
    margin-bottom: 0;
    line-height: 1.08;
    width: auto;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec5 > .inner > .box1 > .hdr1 {
    font-size: 5.25rem;
    line-height: 1.14;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec5 > .inner > .box1 > .hdr1 {
    font-size: 6.4rem;
    line-height: 1.2;
  }
}
#main.program2021 > .inner > .sec5 > .inner > .box1 > .hdr1 > .elm1 {
  font-size: 0.75em;
  white-space: nowrap;
}
#main.program2021 > .inner > .sec5 > .inner > .box1 > .hdr1 > .elm2 {
  white-space: nowrap;
}
#main.program2021 > .inner > .sec5 > .inner > .box1 > .hdr1 > .elm3 {
  line-height: 1.7;
  white-space: nowrap;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec5 > .inner > .box1 > .hdr1 > .elm3 {
    line-height: 1.8;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec5 > .inner > .box1 > .hdr1 > .elm3 {
    line-height: 1.9;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec5 > .inner > .box1 > .hdr1 > .elm3 {
    line-height: 2;
  }
}
#main.program2021 > .inner > .sec5 > .inner > .box1 > .hdr2 {
  height: auto;
  width: 100%;
  color: #000000;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1.36;
  position: relative;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec5 > .inner > .box1 > .hdr2 {
    font-size: 1.54rem;
    line-height: 1.44;
    text-align: right;
    width: auto;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec5 > .inner > .box1 > .hdr2 {
    font-size: 1.8rem;
    line-height: 1.52;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec5 > .inner > .box1 > .hdr2 {
    font-size: 2.08rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec5 > .inner > .box1 > .hdr2::before {
    background-color: #000000;
    content: "";
    display: block;
    height: 0.1rem;
    position: absolute;
    left: -4em;
    top: calc(50% - 0.5em);
    transform: rotate(-45deg);
    width: 4em;
  }
}
#main.program2021 > .inner > .sec5 > .inner > .box2 {
  height: auto;
  width: 100%;
  border-bottom: 0.2rem solid #181818;
  border-top: 0.2rem solid #181818;
  display: flex;
  flex-wrap: wrap;
}
#main.program2021 > .inner > .sec5 > .inner > .box2 > [class^=box] {
  height: auto;
  width: 100%;
  border-bottom: 0.2rem solid #181818;
  padding: 2rem 0;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec5 > .inner > .box2 > [class^=box] {
    padding: 1.25rem;
    width: 50%;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec5 > .inner > .box2 > [class^=box] {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec5 > .inner > .box2 > [class^=box] {
    padding: 1.75rem;
  }
}
#main.program2021 > .inner > .sec5 > .inner > .box2 > [class^=box]:last-of-type {
  border-bottom: none;
}
#main.program2021 > .inner > .sec5 > .inner > .box2 > [class^=box]:nth-of-type(2n-1) {
  position: relative;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec5 > .inner > .box2 > [class^=box]:nth-of-type(2n-1)::before {
    background-color: #181818;
    content: "";
    display: block;
    height: calc(100% - 2.5rem);
    right: 0;
    position: absolute;
    top: 1.25rem;
    width: 0.2rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec5 > .inner > .box2 > [class^=box]:nth-of-type(2n-1)::before {
    height: calc(100% - 3rem);
    top: 1.5rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec5 > .inner > .box2 > [class^=box]:nth-of-type(2n-1)::before {
    height: calc(100% - 3.5rem);
    top: 1.75rem;
  }
}
#main.program2021 > .inner > .sec5 > .inner > .box2 > [class^=box] > .box1 {
  height: auto;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
#main.program2021 > .inner > .sec5 > .inner > .box2 > [class^=box] > .box1 > .box1 {
  margin-bottom: 1rem;
  border: 0.1rem solid #e0e0e0;
  height: auto;
  width: calc(25% - 1rem);
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec5 > .inner > .box2 > [class^=box] > .box1 > .box1 {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec5 > .inner > .box2 > [class^=box] > .box1 > .box1 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec5 > .inner > .box2 > [class^=box] > .box1 > .box1 {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec5 > .inner > .box2 > [class^=box] > .box1 > .box1 {
    width: calc(25% - 1.25rem);
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec5 > .inner > .box2 > [class^=box] > .box1 > .box1 {
    width: calc(25% - 1.5rem);
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec5 > .inner > .box2 > [class^=box] > .box1 > .box1 {
    width: calc(25% - 1.75rem);
  }
}
#main.program2021 > .inner > .sec5 > .inner > .box2 > [class^=box] > .box1 > .box1 > .lnk1 {
  height: auto;
  width: 100%;
  display: block;
  overflow: hidden;
}
#main.program2021 > .inner > .sec5 > .inner > .box2 > [class^=box] > .box1 > .box1 > .lnk1 > .img1 {
  height: auto;
  width: 100%;
  display: block;
}
#main.program2021 > .inner > .sec5 > .inner > .box2 > [class^=box] > .box1 > .box1 > .lnk1.hov {
  transition: opacity 0.35s;
}
#main.program2021 > .inner > .sec5 > .inner > .box2 > [class^=box] > .box1 > .box1 > .lnk1.hov > .img1 {
  transition: transform 0.35s;
}
#main.program2021 > .inner > .sec5 > .inner > .box2 > [class^=box] > .box1 > .box1 > .lnk1.hov:hover {
  opacity: 0.5;
}
#main.program2021 > .inner > .sec5 > .inner > .box2 > [class^=box] > .box1 > .box1 > .lnk1.hov:hover > .img1 {
  transform: scale(1.2);
}
#main.program2021 > .inner > .sec5 > .inner > .box2 > [class^=box] > .box1 > .box2 {
  margin-bottom: 1rem;
  height: auto;
  width: calc(75% - 1rem);
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec5 > .inner > .box2 > [class^=box] > .box1 > .box2 {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec5 > .inner > .box2 > [class^=box] > .box1 > .box2 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec5 > .inner > .box2 > [class^=box] > .box1 > .box2 {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec5 > .inner > .box2 > [class^=box] > .box1 > .box2 {
    width: calc(75% - 1.25rem);
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec5 > .inner > .box2 > [class^=box] > .box1 > .box2 {
    width: calc(75% - 1.5rem);
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec5 > .inner > .box2 > [class^=box] > .box1 > .box2 {
    width: calc(75% - 1.75rem);
  }
}
#main.program2021 > .inner > .sec5 > .inner > .box2 > [class^=box] > .box1 > .box2 > .hdr1 {
  height: auto;
  width: 100%;
  font-size: 1.56rem;
  letter-spacing: 0.075em;
  line-height: 1.7;
  font-weight: 700;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec5 > .inner > .box2 > [class^=box] > .box1 > .box2 > .hdr1 {
    font-size: 1.68rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec5 > .inner > .box2 > [class^=box] > .box1 > .box2 > .hdr1 {
    font-size: 1.8rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec5 > .inner > .box2 > [class^=box] > .box1 > .box2 > .hdr1 {
    font-size: 1.92rem;
    line-height: 2;
  }
}
#main.program2021 > .inner > .sec5 > .inner > .box2 > [class^=box] > .box2 {
  height: auto;
  width: 100%;
}
#main.program2021 > .inner > .sec5 > .inner > .box2 > [class^=box] > .box2 > [class^=lst] {
  height: auto;
  width: 100%;
}
#main.program2021 > .inner > .sec5 > .inner > .box2 > [class^=box] > .box2 > [class^=lst]:not(:last-of-type) {
  margin-bottom: 1rem;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec5 > .inner > .box2 > [class^=box] > .box2 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec5 > .inner > .box2 > [class^=box] > .box2 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec5 > .inner > .box2 > [class^=box] > .box2 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 1.75rem;
  }
}
#main.program2021 > .inner > .sec5 > .inner > .box2 > [class^=box] > .box2 > [class^=lst] > .trm1 {
  display: none;
}
#main.program2021 > .inner > .sec5 > .inner > .box2 > [class^=box] > .box2 > [class^=lst] > .dsc1 {
  height: auto;
  width: 100%;
  font-size: 1.17rem;
  letter-spacing: 0.075em;
  line-height: 1.36;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec5 > .inner > .box2 > [class^=box] > .box2 > [class^=lst] > .dsc1 {
    font-size: 1.26rem;
    line-height: 1.44;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec5 > .inner > .box2 > [class^=box] > .box2 > [class^=lst] > .dsc1 {
    font-size: 1.35rem;
    line-height: 1.52;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec5 > .inner > .box2 > [class^=box] > .box2 > [class^=lst] > .dsc1 {
    font-size: 1.44rem;
    line-height: 1.6;
  }
}
#main.program2021 > .inner > .sec5 > .inner > .box2 > [class^=box] > .box2 > [class^=lst] > .dsc1 > [class^=txt] {
  border: 0.1rem solid #181818;
  padding: 0 0.5em;
}
#main.program2021 > .inner > .sec5 > .inner > .box2 > [class^=box] > .box2 > [class^=lst] > .dsc1 > [class^=txt]:not(:last-of-type) {
  margin-right: 1em;
}
#main.program2021 > .inner > .sec5.scv {
  opacity: 0;
  transform: translateY(4rem);
  transition: opacity 0.5s, transform 0.5s;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec5.scv {
    transform: translateY(5rem);
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec5.scv {
    transform: translateY(6rem);
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec5.scv {
    transform: translateY(7rem);
  }
}
#main.program2021 > .inner > .sec5.scv.view {
  opacity: 1;
  transform: translateY(0);
}
#main.program2021 > .inner > .sec6 {
  height: auto;
  width: 100%;
}
#main.program2021 > .inner > .sec6 > .inner {
  height: auto;
  width: 100%;
  margin: 0 auto;
  padding: 6rem 2rem 0;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec6 > .inner {
    padding: 7.5rem 5rem 0;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec6 > .inner {
    max-width: 115rem;
    padding: 9rem 6rem 0;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec6 > .inner {
    max-width: 155rem;
    padding: 10.5rem 7rem 0;
  }
}
#main.program2021 > .inner > .sec6 > .inner > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 4rem;
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec6 > .inner > .box1 {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec6 > .inner > .box1 {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec6 > .inner > .box1 {
    margin-bottom: 7rem;
  }
}
#main.program2021 > .inner > .sec6 > .inner > .box1::before {
  background-color: #4C9CD5;
  content: "";
  display: block;
  height: 100%;
  left: -2rem;
  position: absolute;
  top: 0;
  width: 1rem;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec6 > .inner > .box1::before {
    left: -5rem;
    width: 1.25rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec6 > .inner > .box1::before {
    left: -6rem;
    width: 2.25rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec6 > .inner > .box1::before {
    left: -7rem;
    width: 2.625rem;
  }
}
#main.program2021 > .inner > .sec6 > .inner > .box1 > .hdr1 {
  height: auto;
  width: 100%;
  color: #000000;
  font-size: 3.25rem;
  font-weight: 700;
  letter-spacing: 0.0375em;
  line-height: 1.02;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec6 > .inner > .box1 > .hdr1 {
    font-size: 4.2rem;
    margin-bottom: 0;
    line-height: 1.08;
    width: auto;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec6 > .inner > .box1 > .hdr1 {
    font-size: 5.25rem;
    line-height: 1.14;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec6 > .inner > .box1 > .hdr1 {
    font-size: 6.4rem;
    line-height: 1.2;
  }
}
#main.program2021 > .inner > .sec6 > .inner > .box1 > .hdr1 > .elm1 {
  font-size: 0.75em;
  white-space: nowrap;
}
#main.program2021 > .inner > .sec6 > .inner > .box1 > .hdr1 > .elm2 {
  white-space: nowrap;
}
#main.program2021 > .inner > .sec6 > .inner > .box1 > .hdr1 > .elm3 {
  line-height: 1.7;
  white-space: nowrap;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec6 > .inner > .box1 > .hdr1 > .elm3 {
    line-height: 1.8;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec6 > .inner > .box1 > .hdr1 > .elm3 {
    line-height: 1.9;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec6 > .inner > .box1 > .hdr1 > .elm3 {
    line-height: 2;
  }
}
#main.program2021 > .inner > .sec6 > .inner > .box1 > .hdr2 {
  height: auto;
  width: 100%;
  color: #000000;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1.36;
  position: relative;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec6 > .inner > .box1 > .hdr2 {
    font-size: 1.54rem;
    line-height: 1.44;
    text-align: right;
    width: auto;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec6 > .inner > .box1 > .hdr2 {
    font-size: 1.8rem;
    line-height: 1.52;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec6 > .inner > .box1 > .hdr2 {
    font-size: 2.08rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec6 > .inner > .box1 > .hdr2::before {
    background-color: #000000;
    content: "";
    display: block;
    height: 0.1rem;
    position: absolute;
    left: -4em;
    top: calc(50% - 0.5em);
    transform: rotate(-45deg);
    width: 4em;
  }
}
#main.program2021 > .inner > .sec6 > .inner > .box2 {
  height: auto;
  width: 100%;
}
#main.program2021 > .inner > .sec6 > .inner > .box2 > .box1 {
  height: auto;
  width: 100%;
}
#main.program2021 > .inner > .sec6 > .inner > .box2 > .box1 > .box1 {
  height: auto;
  width: 100%;
  position: relative;
}
#main.program2021 > .inner > .sec6 > .inner > .box2 > .box1 > .box1::before {
  background-color: #4C9CD5;
  bottom: -0.1rem;
  content: "";
  display: block;
  height: 50%;
  left: calc(50% - 50vw);
  position: absolute;
  width: 100vw;
  z-index: 1;
}
#main.program2021 > .inner > .sec6 > .inner > .box2 > .box1 > .box1 > .img1 {
  height: auto;
  width: 100%;
  display: block;
  margin: 0 auto;
  max-width: 100rem;
  position: relative;
  z-index: 2;
}
#main.program2021 > .inner > .sec6 > .inner > .box2 > .box1 > .box2 {
  height: auto;
  width: 100%;
  padding: 4rem 0rem;
  position: relative;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec6 > .inner > .box2 > .box1 > .box2 {
    padding: 5rem 0rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec6 > .inner > .box2 > .box1 > .box2 {
    padding: 6rem 0rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec6 > .inner > .box2 > .box1 > .box2 {
    padding: 7rem 0rem;
  }
}
#main.program2021 > .inner > .sec6 > .inner > .box2 > .box1 > .box2::before {
  background: linear-gradient(to bottom, #4C9CD5, #4CC5D5);
  content: "";
  display: block;
  height: 100%;
  left: calc(50% - 50vw);
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: 1;
}
#main.program2021 > .inner > .sec6 > .inner > .box2 > .box1 > .box2 > [class^=lst] {
  height: auto;
  width: 100%;
  position: relative;
  z-index: 2;
}
#main.program2021 > .inner > .sec6 > .inner > .box2 > .box1 > .box2 > [class^=lst]:not(:last-of-type) {
  margin-bottom: 3rem;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec6 > .inner > .box2 > .box1 > .box2 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 3.75rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec6 > .inner > .box2 > .box1 > .box2 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 4.5rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec6 > .inner > .box2 > .box1 > .box2 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 5.25rem;
  }
}
#main.program2021 > .inner > .sec6 > .inner > .box2 > .box1 > .box2 > [class^=lst] > .trm1 {
  height: auto;
  width: 100%;
  margin-bottom: 1rem;
  font-size: 1.56rem;
  letter-spacing: 0.075em;
  line-height: 1.36;
  color: #ffffff;
  font-weight: 600;
  padding-left: 1.5em;
  position: relative;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec6 > .inner > .box2 > .box1 > .box2 > [class^=lst] > .trm1 {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec6 > .inner > .box2 > .box1 > .box2 > [class^=lst] > .trm1 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec6 > .inner > .box2 > .box1 > .box2 > [class^=lst] > .trm1 {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec6 > .inner > .box2 > .box1 > .box2 > [class^=lst] > .trm1 {
    font-size: 1.68rem;
    line-height: 1.44;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec6 > .inner > .box2 > .box1 > .box2 > [class^=lst] > .trm1 {
    font-size: 1.8rem;
    line-height: 1.52;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec6 > .inner > .box2 > .box1 > .box2 > [class^=lst] > .trm1 {
    font-size: 1.92rem;
    line-height: 1.6;
  }
}
#main.program2021 > .inner > .sec6 > .inner > .box2 > .box1 > .box2 > [class^=lst] > .trm1 > .elm1 {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
}
#main.program2021 > .inner > .sec6 > .inner > .box2 > .box1 > .box2 > [class^=lst] > .dsc1 {
  height: auto;
  width: 100%;
}
#main.program2021 > .inner > .sec6 > .inner > .box2 > .box1 > .box2 > [class^=lst] > .dsc1 > .lst1 {
  height: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#main.program2021 > .inner > .sec6 > .inner > .box2 > .box1 > .box2 > [class^=lst] > .dsc1 > .lst1 > [class^=itm] {
  height: auto;
  width: 100%;
  font-size: 1.3rem;
  letter-spacing: 0.075em;
  line-height: 1.36;
  display: flex;
  color: #ffffff;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec6 > .inner > .box2 > .box1 > .box2 > [class^=lst] > .dsc1 > .lst1 > [class^=itm] {
    font-size: 1.4rem;
    line-height: 1.44;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec6 > .inner > .box2 > .box1 > .box2 > [class^=lst] > .dsc1 > .lst1 > [class^=itm] {
    font-size: 1.5rem;
    line-height: 1.52;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec6 > .inner > .box2 > .box1 > .box2 > [class^=lst] > .dsc1 > .lst1 > [class^=itm] {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec6 > .inner > .box2 > .box1 > .box2 > [class^=lst] > .dsc1 > .lst1 > [class^=itm] {
    width: 50%;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec6 > .inner > .box2 > .box1 > .box2 > [class^=lst] > .dsc1 > .lst1 > [class^=itm] {
    width: 33.333%;
  }
}
#main.program2021 > .inner > .sec6 > .inner > .box2 > .box1 > .box2 > [class^=lst] > .dsc1 > .lst1 > [class^=itm]:not(:last-of-type) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec6 > .inner > .box2 > .box1 > .box2 > [class^=lst] > .dsc1 > .lst1 > [class^=itm]:not(:last-of-type) {
    margin-bottom: 0;
  }
}
#main.program2021 > .inner > .sec6 > .inner > .box2 > .box1 > .box2 > [class^=lst] > .dsc1 > .lst1 > [class^=itm] > .elm1 {
  display: inline-block;
  font-size: 1.2em;
  font-weight: 500;
  width: 6em;
}
#main.program2021 > .inner > .sec6 > .inner > .box2 > .box1 > .box2 > [class^=lst] > .dsc1 > .lst1 > [class^=itm] > .elm2 {
  display: inline-block;
  transform: translateY(0.2rem);
  width: calc(100% - 6em);
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec6 > .inner > .box2 > .box1 > .box2 > [class^=lst].lst2 > .dsc1 > .lst1 > [class^=itm]:not(:last-of-type) {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec6 > .inner > .box2 > .box1 > .box2 > [class^=lst].lst2 > .dsc1 > .lst1 > [class^=itm]:not(:last-of-type) {
    margin-bottom: 0;
  }
}
#main.program2021 > .inner > .sec6 > .inner > .box2 > .box2 {
  height: auto;
  width: 100%;
  position: relative;
}
#main.program2021 > .inner > .sec6 > .inner > .box2 > .box2::before {
  background: linear-gradient(to bottom, #4CC5D5, #4C9CD5);
  content: "";
  display: block;
  height: 100%;
  left: calc(50% - 50vw);
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: 1;
}
#main.program2021 > .inner > .sec6 > .inner > .box2 > .box2 > .box1 {
  height: auto;
  width: 100%;
  padding: 2rem 0rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec6 > .inner > .box2 > .box2 > .box1 {
    padding: 2.5rem 0rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec6 > .inner > .box2 > .box2 > .box1 {
    padding: 3rem 0rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec6 > .inner > .box2 > .box2 > .box1 {
    padding: 3.5rem 0rem;
  }
}
#main.program2021 > .inner > .sec6 > .inner > .box2 > .box2 > .box1 > .hdr1 {
  height: auto;
  width: 100%;
  font-size: 2.6rem;
  letter-spacing: 0.075em;
  line-height: 1.7;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec6 > .inner > .box2 > .box2 > .box1 > .hdr1 {
    font-size: 2.8rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec6 > .inner > .box2 > .box2 > .box1 > .hdr1 {
    font-size: 3rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec6 > .inner > .box2 > .box2 > .box1 > .hdr1 {
    font-size: 3.2rem;
    line-height: 2;
  }
}
#main.program2021 > .inner > .sec6 > .inner > .box2 > .box2 > .box2 {
  height: auto;
  width: 100%;
  padding-bottom: 4rem;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec6 > .inner > .box2 > .box2 > .box2 {
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec6 > .inner > .box2 > .box2 > .box2 {
    padding-bottom: 6rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec6 > .inner > .box2 > .box2 > .box2 {
    padding-bottom: 7rem;
  }
}
#main.program2021 > .inner > .sec6 > .inner > .box2 > .box2 > .box2 > .lst1 {
  height: auto;
  width: 100%;
  margin: -1rem -1rem;
  border-bottom: 0.1rem solid #ffffff;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 2rem);
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec6 > .inner > .box2 > .box2 > .box2 > .lst1 {
    margin: -1.25rem -1.25rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec6 > .inner > .box2 > .box2 > .box2 > .lst1 {
    margin: -1.5rem -1.5rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec6 > .inner > .box2 > .box2 > .box2 > .lst1 {
    margin: -1.75rem -1.75rem;
  }
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec6 > .inner > .box2 > .box2 > .box2 > .lst1 {
    width: calc(100% + 2.5rem);
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec6 > .inner > .box2 > .box2 > .box2 > .lst1 {
    width: calc(100% + 3rem);
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec6 > .inner > .box2 > .box2 > .box2 > .lst1 {
    width: calc(100% + 3.5rem);
  }
}
#main.program2021 > .inner > .sec6 > .inner > .box2 > .box2 > .box2 > .lst1 > [class^=itm] {
  padding: 2rem 2rem;
  border-top: 0.1rem solid #ffffff;
  height: auto;
  position: relative;
  width: 50%;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec6 > .inner > .box2 > .box2 > .box2 > .lst1 > [class^=itm] {
    padding: 2.5rem 2.5rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec6 > .inner > .box2 > .box2 > .box2 > .lst1 > [class^=itm] {
    padding: 3rem 3rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec6 > .inner > .box2 > .box2 > .box2 > .lst1 > [class^=itm] {
    padding: 3.5rem 3.5rem;
  }
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec6 > .inner > .box2 > .box2 > .box2 > .lst1 > [class^=itm] {
    width: 33.333%;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec6 > .inner > .box2 > .box2 > .box2 > .lst1 > [class^=itm] {
    width: 20%;
  }
}
#main.program2021 > .inner > .sec6 > .inner > .box2 > .box2 > .box2 > .lst1 > [class^=itm]:not(:nth-of-type(2n))::after {
  border-right: 0.1rem solid #ffffff;
  content: "";
  display: block;
  height: calc(100% - 4rem);
  position: absolute;
  right: 0;
  top: 2rem;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec6 > .inner > .box2 > .box2 > .box2 > .lst1 > [class^=itm]:not(:nth-of-type(2n))::after {
    display: none;
  }
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec6 > .inner > .box2 > .box2 > .box2 > .lst1 > [class^=itm]:not(:nth-of-type(3n))::after {
    border-right: 0.1rem solid #ffffff;
    content: "";
    display: block;
    height: calc(100% - 5rem);
    position: absolute;
    right: 0;
    top: 2.5rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec6 > .inner > .box2 > .box2 > .box2 > .lst1 > [class^=itm]:not(:nth-of-type(3n))::after {
    display: none;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec6 > .inner > .box2 > .box2 > .box2 > .lst1 > [class^=itm]:not(:nth-of-type(5n))::after {
    border-right: 0.1rem solid #ffffff;
    content: "";
    display: block;
    height: calc(100% - 6rem);
    position: absolute;
    right: 0;
    top: 3rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec6 > .inner > .box2 > .box2 > .box2 > .lst1 > [class^=itm]:not(:nth-of-type(5n))::after {
    height: calc(100% - 7rem);
    top: 3.5rem;
  }
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec6 > .inner > .box2 > .box2 > .box2 > .lst1 > [class^=itm]:nth-of-type(10) {
    display: none;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec6 > .inner > .box2 > .box2 > .box2 > .lst1 > [class^=itm]:nth-of-type(10) {
    display: block;
  }
}
#main.program2021 > .inner > .sec6 > .inner > .box2 > .box2 > .box2 > .lst1 > [class^=itm] > .lnk1 {
  height: auto;
  width: 100%;
  display: block;
}
#main.program2021 > .inner > .sec6 > .inner > .box2 > .box2 > .box2 > .lst1 > [class^=itm] > .lnk1 > .fig1 {
  height: auto;
  width: 100%;
}
#main.program2021 > .inner > .sec6 > .inner > .box2 > .box2 > .box2 > .lst1 > [class^=itm] > .lnk1 > .fig1 > .img1 {
  height: auto;
  width: 100%;
  margin-bottom: 1rem;
  display: block;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec6 > .inner > .box2 > .box2 > .box2 > .lst1 > [class^=itm] > .lnk1 > .fig1 > .img1 {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec6 > .inner > .box2 > .box2 > .box2 > .lst1 > [class^=itm] > .lnk1 > .fig1 > .img1 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec6 > .inner > .box2 > .box2 > .box2 > .lst1 > [class^=itm] > .lnk1 > .fig1 > .img1 {
    margin-bottom: 1.75rem;
  }
}
#main.program2021 > .inner > .sec6 > .inner > .box2 > .box2 > .box2 > .lst1 > [class^=itm] > .lnk1 > .fig1 > .cap1 {
  height: auto;
  width: 100%;
}
#main.program2021 > .inner > .sec6 > .inner > .box2 > .box2 > .box2 > .lst1 > [class^=itm] > .lnk1 > .fig1 > .cap1 > .hdr1 {
  height: auto;
  width: 100%;
  margin-bottom: 1rem;
  font-size: 1.56rem;
  letter-spacing: 0.075em;
  line-height: 1.36;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec6 > .inner > .box2 > .box2 > .box2 > .lst1 > [class^=itm] > .lnk1 > .fig1 > .cap1 > .hdr1 {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec6 > .inner > .box2 > .box2 > .box2 > .lst1 > [class^=itm] > .lnk1 > .fig1 > .cap1 > .hdr1 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec6 > .inner > .box2 > .box2 > .box2 > .lst1 > [class^=itm] > .lnk1 > .fig1 > .cap1 > .hdr1 {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec6 > .inner > .box2 > .box2 > .box2 > .lst1 > [class^=itm] > .lnk1 > .fig1 > .cap1 > .hdr1 {
    font-size: 1.68rem;
    line-height: 1.44;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec6 > .inner > .box2 > .box2 > .box2 > .lst1 > [class^=itm] > .lnk1 > .fig1 > .cap1 > .hdr1 {
    font-size: 1.8rem;
    line-height: 1.52;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec6 > .inner > .box2 > .box2 > .box2 > .lst1 > [class^=itm] > .lnk1 > .fig1 > .cap1 > .hdr1 {
    font-size: 1.92rem;
    line-height: 1.6;
  }
}
#main.program2021 > .inner > .sec6 > .inner > .box2 > .box2 > .box2 > .lst1 > [class^=itm] > .lnk1 > .fig1 > .cap1 > .hdr1 > .elm2 {
  display: none;
}
#main.program2021 > .inner > .sec6 > .inner > .box2 > .box2 > .box2 > .lst1 > [class^=itm] > .lnk1 > .fig1 > .cap1 > .hdr2 {
  height: auto;
  width: 100%;
  font-size: 1.04rem;
  letter-spacing: 0.075em;
  line-height: 1.36;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec6 > .inner > .box2 > .box2 > .box2 > .lst1 > [class^=itm] > .lnk1 > .fig1 > .cap1 > .hdr2 {
    font-size: 1.12rem;
    line-height: 1.44;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec6 > .inner > .box2 > .box2 > .box2 > .lst1 > [class^=itm] > .lnk1 > .fig1 > .cap1 > .hdr2 {
    font-size: 1.2rem;
    line-height: 1.52;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec6 > .inner > .box2 > .box2 > .box2 > .lst1 > [class^=itm] > .lnk1 > .fig1 > .cap1 > .hdr2 {
    font-size: 1.28rem;
    line-height: 1.6;
  }
}
#main.program2021 > .inner > .sec6 > .inner > .box2 > .box2 > .box2 > .lst1 > [class^=itm] > .lnk1 > .fig1 > .cap1 > .par1 {
  display: none;
}
#main.program2021 > .inner > .sec6 > .inner > .box2 > .box2 > .box2 > .lst1 > [class^=itm] > .lnk1.hov {
  overflow: hidden;
}
#main.program2021 > .inner > .sec6 > .inner > .box2 > .box2 > .box2 > .lst1 > [class^=itm] > .lnk1.hov > .fig1 > .img1 {
  transition: transform 0.35s;
}
#main.program2021 > .inner > .sec6 > .inner > .box2 > .box2 > .box2 > .lst1 > [class^=itm] > .lnk1.hov:hover > .fig1 > .img1 {
  transform: scale(1.05);
}
#main.program2021 > .inner > .sec6.scv {
  opacity: 0;
  transform: translateY(4rem);
  transition: opacity 0.5s, transform 0.5s;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec6.scv {
    transform: translateY(5rem);
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec6.scv {
    transform: translateY(6rem);
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec6.scv {
    transform: translateY(7rem);
  }
}
#main.program2021 > .inner > .sec6.scv.view {
  opacity: 1;
  transform: translateY(0);
}
#main.program2021 > .inner > .sec7 {
  height: auto;
  width: 100%;
}
#main.program2021 > .inner > .sec7 > .inner {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 100rem;
  padding: 4rem 2rem;
  position: relative;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec7 > .inner {
    padding: 5rem 5rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec7 > .inner {
    padding: 9rem 6rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec7 > .inner {
    max-width: 155rem;
    padding: 10.5rem 7rem;
  }
}
#main.program2021 > .inner > .sec7 > .inner > .box1 {
  height: auto;
  width: 100%;
}
#main.program2021 > .inner > .sec7 > .inner > .box1 > .hdr1 {
  height: auto;
  width: 100%;
  margin-bottom: 4rem;
  color: #000000;
  font-size: 9vw;
  font-weight: 700;
  letter-spacing: 0.0375em;
  line-height: 1.02;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec7 > .inner > .box1 > .hdr1 {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec7 > .inner > .box1 > .hdr1 {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec7 > .inner > .box1 > .hdr1 {
    margin-bottom: 7rem;
  }
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec7 > .inner > .box1 > .hdr1 {
    font-size: 7vw;
    line-height: 1.08;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec7 > .inner > .box1 > .hdr1 {
    font-size: 5vw;
    line-height: 1.14;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec7 > .inner > .box1 > .hdr1 {
    font-size: 4.5vw;
    line-height: 1.2;
  }
}
#main.program2021 > .inner > .sec7 > .inner > .box2 {
  height: auto;
  width: 100%;
}
#main.program2021 > .inner > .sec7 > .inner > .box2 > [class^=lst] {
  height: auto;
  width: 100%;
}
#main.program2021 > .inner > .sec7 > .inner > .box2 > [class^=lst]:not(:last-of-type) {
  margin-bottom: 4rem;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec7 > .inner > .box2 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec7 > .inner > .box2 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec7 > .inner > .box2 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 7rem;
  }
}
#main.program2021 > .inner > .sec7 > .inner > .box2 > [class^=lst] > .trm1 {
  height: auto;
  width: 100%;
  margin-bottom: 2rem;
  font-size: 1.82rem;
  letter-spacing: 0.075em;
  line-height: 1.7;
  color: #000000;
  font-weight: 700;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec7 > .inner > .box2 > [class^=lst] > .trm1 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec7 > .inner > .box2 > [class^=lst] > .trm1 {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec7 > .inner > .box2 > [class^=lst] > .trm1 {
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec7 > .inner > .box2 > [class^=lst] > .trm1 {
    font-size: 1.96rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec7 > .inner > .box2 > [class^=lst] > .trm1 {
    font-size: 2.1rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec7 > .inner > .box2 > [class^=lst] > .trm1 {
    font-size: 2.24rem;
    line-height: 2;
  }
}
#main.program2021 > .inner > .sec7 > .inner > .box2 > [class^=lst] > .trm1::before {
  background-color: #000000;
  content: "";
  display: block;
  height: 0.2rem;
  left: 25%;
  position: absolute;
  top: calc(50% - 0.1rem);
  width: 50%;
  z-index: -1;
}
#main.program2021 > .inner > .sec7 > .inner > .box2 > [class^=lst] > .trm1 > .elm1 {
  background-color: #ffffff;
  display: inline-block;
  padding: 0 1em;
}
#main.program2021 > .inner > .sec7 > .inner > .box2 > [class^=lst] > .dsc1 {
  height: auto;
  width: 100%;
  overflow: hidden;
}
#main.program2021 > .inner > .sec7 > .inner > .box2 > [class^=lst] > .dsc1 > .lst1 {
  margin: -1rem -1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: auto;
  width: calc(100% + 2rem);
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec7 > .inner > .box2 > [class^=lst] > .dsc1 > .lst1 {
    margin: -1.25rem -1.25rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec7 > .inner > .box2 > [class^=lst] > .dsc1 > .lst1 {
    margin: -1.5rem -1.5rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec7 > .inner > .box2 > [class^=lst] > .dsc1 > .lst1 {
    margin: -1.75rem -1.75rem;
  }
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec7 > .inner > .box2 > [class^=lst] > .dsc1 > .lst1 {
    width: calc(100% + 2.5rem);
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec7 > .inner > .box2 > [class^=lst] > .dsc1 > .lst1 {
    width: calc(100% + 3rem);
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec7 > .inner > .box2 > [class^=lst] > .dsc1 > .lst1 {
    width: calc(100% + 3.5rem);
  }
}
#main.program2021 > .inner > .sec7 > .inner > .box2 > [class^=lst] > .dsc1 > .lst1 > [class^=itm] {
  padding: 1rem 1rem;
  height: auto;
  width: 33.333%;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec7 > .inner > .box2 > [class^=lst] > .dsc1 > .lst1 > [class^=itm] {
    padding: 1.25rem 1.25rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec7 > .inner > .box2 > [class^=lst] > .dsc1 > .lst1 > [class^=itm] {
    padding: 1.5rem 1.5rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec7 > .inner > .box2 > [class^=lst] > .dsc1 > .lst1 > [class^=itm] {
    padding: 1.75rem 1.75rem;
  }
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec7 > .inner > .box2 > [class^=lst] > .dsc1 > .lst1 > [class^=itm] {
    width: 20%;
  }
}
#main.program2021 > .inner > .sec7 > .inner > .box2 > [class^=lst] > .dsc1 > .lst1 > [class^=itm] > .lnk1 {
  height: auto;
  width: 100%;
  display: block;
}
#main.program2021 > .inner > .sec7 > .inner > .box2 > [class^=lst] > .dsc1 > .lst1 > [class^=itm] > .lnk1 > .img1, #main.program2021 > .inner > .sec7 > .inner > .box2 > [class^=lst] > .dsc1 > .lst1 > [class^=itm] > .img1 {
  height: auto;
  width: 100%;
  display: block;
}
#main.program2021 > .inner > .sec7 > .inner > .box2 > [class^=lst] > .dsc1 > .lst1 > [class^=itm] > .lnk1 > .elm1 {
  height: auto;
  width: 100%;
  display: block;
  padding-top: 50%;
  position: relative;
}
#main.program2021 > .inner > .sec7 > .inner > .box2 > [class^=lst] > .dsc1 > .lst1 > [class^=itm] > .lnk1 > .elm1 > .elm1 {
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background-color: #f8f8f8;
  display: block;
  position: absolute;
}
#main.program2021 > .inner > .sec7 > .inner > .box2 > [class^=lst] > .dsc1 > .lst1 > [class^=itm] > .lnk1 > .elm1 > .elm1 > .elm1 {
  height: auto;
  width: 100%;
  font-size: 0.78rem;
  font-weight: 500;
  left: 0;
  line-height: 1.36;
  display: block;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec7 > .inner > .box2 > [class^=lst] > .dsc1 > .lst1 > [class^=itm] > .lnk1 > .elm1 > .elm1 > .elm1 {
    font-size: 1.12rem;
    line-height: 1.44;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec7 > .inner > .box2 > [class^=lst] > .dsc1 > .lst1 > [class^=itm] > .lnk1 > .elm1 > .elm1 > .elm1 {
    font-size: 1.2rem;
    line-height: 1.52;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec7 > .inner > .box2 > [class^=lst] > .dsc1 > .lst1 > [class^=itm] > .lnk1 > .elm1 > .elm1 > .elm1 {
    font-size: 1.28rem;
    line-height: 1.6;
  }
}
#main.program2021 > .inner > .sec7 > .inner > .box2 > [class^=lst] > .dsc1 > .lst1 > [class^=itm] > .lnk1.hov > .img1, #main.program2021 > .inner > .sec7 > .inner > .box2 > [class^=lst] > .dsc1 > .lst1 > [class^=itm] > .lnk1.hov > .elm1 {
  transition: transform 0.35s;
}
#main.program2021 > .inner > .sec7 > .inner > .box2 > [class^=lst] > .dsc1 > .lst1 > [class^=itm] > .lnk1.hov:hover > .img1, #main.program2021 > .inner > .sec7 > .inner > .box2 > [class^=lst] > .dsc1 > .lst1 > [class^=itm] > .lnk1.hov:hover > .elm1 {
  transform: scale(1.05);
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec7 > .inner > .box2 > [class^=lst] > .dsc1 > .lst1.lst1 > .itm {
    width: 33.333%;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec7 > .inner > .box2 > [class^=lst] > .dsc1 > .lst1.lst1 > .itm {
    width: 25%;
  }
}
#main.program2021 > .inner > .sec7.scv {
  opacity: 0;
  transform: translateY(4rem);
  transition: opacity 0.5s, transform 0.5s;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec7.scv {
    transform: translateY(5rem);
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec7.scv {
    transform: translateY(6rem);
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec7.scv {
    transform: translateY(7rem);
  }
}
#main.program2021 > .inner > .sec7.scv.view {
  opacity: 1;
  transform: translateY(0);
}
#main.program2021 > .inner > .sec0 {
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5000;
}
#main.program2021 > .inner > .sec0 > .inner {
  height: 100%;
  width: 100%;
  position: relative;
}
#main.program2021 > .inner > .sec0 > .inner > .box1 {
  height: 100%;
  width: 100%;
}
#main.program2021 > .inner > .sec0 > .inner > .box1 > .box1 {
  padding: 2rem 2rem;
  background-color: #ffffff;
  left: 50%;
  max-width: 60rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 4rem);
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec0 > .inner > .box1 > .box1 {
    padding: 2.5rem 2.5rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec0 > .inner > .box1 > .box1 {
    padding: 3rem 3rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec0 > .inner > .box1 > .box1 {
    padding: 3.5rem 3.5rem;
  }
}
#main.program2021 > .inner > .sec0 > .inner > .box1 > .box1 > .fig1 {
  height: auto;
  width: 100%;
}
#main.program2021 > .inner > .sec0 > .inner > .box1 > .box1 > .fig1 > .img1 {
  display: block;
  height: auto;
  margin: 0 auto 1rem;
  width: 12.5rem;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec0 > .inner > .box1 > .box1 > .fig1 > .img1 {
    margin: 0 auto 1.25rem;
    width: 15rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec0 > .inner > .box1 > .box1 > .fig1 > .img1 {
    margin: 0 auto 1.5rem;
    width: 17.5rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec0 > .inner > .box1 > .box1 > .fig1 > .img1 {
    margin: 0 auto 1.75rem;
    width: 20rem;
  }
}
#main.program2021 > .inner > .sec0 > .inner > .box1 > .box1 > .fig1 > .cap1 {
  height: auto;
  width: 100%;
}
#main.program2021 > .inner > .sec0 > .inner > .box1 > .box1 > .fig1 > .cap1 > .hdr1 {
  height: auto;
  width: 100%;
  margin-bottom: 1rem;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec0 > .inner > .box1 > .box1 > .fig1 > .cap1 > .hdr1 {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec0 > .inner > .box1 > .box1 > .fig1 > .cap1 > .hdr1 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec0 > .inner > .box1 > .box1 > .fig1 > .cap1 > .hdr1 {
    margin-bottom: 1.75rem;
  }
}
#main.program2021 > .inner > .sec0 > .inner > .box1 > .box1 > .fig1 > .cap1 > .hdr1 > .elm1 {
  height: auto;
  width: 100%;
  font-size: 1.56rem;
  letter-spacing: 0.15em;
  line-height: 1.7;
  display: block;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec0 > .inner > .box1 > .box1 > .fig1 > .cap1 > .hdr1 > .elm1 {
    font-size: 1.68rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec0 > .inner > .box1 > .box1 > .fig1 > .cap1 > .hdr1 > .elm1 {
    font-size: 1.8rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec0 > .inner > .box1 > .box1 > .fig1 > .cap1 > .hdr1 > .elm1 {
    font-size: 1.92rem;
    line-height: 2;
  }
}
#main.program2021 > .inner > .sec0 > .inner > .box1 > .box1 > .fig1 > .cap1 > .hdr1 > .elm2 {
  height: auto;
  width: 100%;
  font-size: 1.17rem;
  letter-spacing: 0.075em;
  line-height: 1.7;
  display: block;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec0 > .inner > .box1 > .box1 > .fig1 > .cap1 > .hdr1 > .elm2 {
    font-size: 1.26rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec0 > .inner > .box1 > .box1 > .fig1 > .cap1 > .hdr1 > .elm2 {
    font-size: 1.35rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec0 > .inner > .box1 > .box1 > .fig1 > .cap1 > .hdr1 > .elm2 {
    font-size: 1.44rem;
    line-height: 2;
  }
}
#main.program2021 > .inner > .sec0 > .inner > .box1 > .box1 > .fig1 > .cap1 > .hdr2 {
  height: auto;
  width: 100%;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  letter-spacing: 0.15em;
  line-height: 1.7;
  color: #4C9CD5;
  display: block;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec0 > .inner > .box1 > .box1 > .fig1 > .cap1 > .hdr2 {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec0 > .inner > .box1 > .box1 > .fig1 > .cap1 > .hdr2 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec0 > .inner > .box1 > .box1 > .fig1 > .cap1 > .hdr2 {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec0 > .inner > .box1 > .box1 > .fig1 > .cap1 > .hdr2 {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec0 > .inner > .box1 > .box1 > .fig1 > .cap1 > .hdr2 {
    font-size: 1.5rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec0 > .inner > .box1 > .box1 > .fig1 > .cap1 > .hdr2 {
    font-size: 1.6rem;
    line-height: 2;
  }
}
#main.program2021 > .inner > .sec0 > .inner > .box1 > .box1 > .fig1 > .cap1 > .par1 {
  height: auto;
  width: 100%;
  font-size: 1.17rem;
  letter-spacing: 0.075em;
  line-height: 1.7;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec0 > .inner > .box1 > .box1 > .fig1 > .cap1 > .par1 {
    font-size: 1.26rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec0 > .inner > .box1 > .box1 > .fig1 > .cap1 > .par1 {
    font-size: 1.35rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec0 > .inner > .box1 > .box1 > .fig1 > .cap1 > .par1 {
    font-size: 1.44rem;
    line-height: 2;
  }
}
#main.program2021 > .inner > .sec0 > .inner > .box2 {
  height: auto;
  width: auto;
  position: absolute;
  right: 2rem;
  top: 2rem;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec0 > .inner > .box2 {
    right: 2.5rem;
    top: 2.5rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec0 > .inner > .box2 {
    right: 3rem;
    top: 3rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec0 > .inner > .box2 {
    right: 3.5rem;
    top: 3.5rem;
  }
}
#main.program2021 > .inner > .sec0 > .inner > .box2 > .lnk1 {
  display: block;
  transform: rotate(-45deg);
  height: 3rem;
  width: 3rem;
}
@media screen and (min-width: 738px) {
  #main.program2021 > .inner > .sec0 > .inner > .box2 > .lnk1 {
    height: 4rem;
    width: 4rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.program2021 > .inner > .sec0 > .inner > .box2 > .lnk1 {
    height: 5rem;
    width: 5rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.program2021 > .inner > .sec0 > .inner > .box2 > .lnk1 {
    height: 6rem;
    width: 6rem;
  }
}
#main.program2021 > .inner > .sec0 > .inner > .box2 > .lnk1 > .elm1 {
  background-color: #ffffff;
  display: block;
  height: 0.1rem;
  position: relative;
  width: 100%;
}
#main.program2021 > .inner > .sec0 > .inner > .box2 > .lnk1 > .elm1::before {
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  transform: rotate(-90deg);
  top: 0;
}
#main.program2021 > .inner > .sec0 > .inner > .box2 > .lnk1.hov {
  transition: opacity 0.35s;
}
#main.program2021 > .inner > .sec0 > .inner > .box2 > .lnk1.hov:hover {
  opacity: 0.5;
}

/*# sourceMappingURL=program2021.css.map */
