@charset "UTF-8";
#banner.front-page {
  padding-top: 5rem;
}
@media screen and (min-width: 768px) {
  #banner.front-page {
    padding-top: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  #banner.front-page {
    padding-top: 11rem;
  }
}
#banner.front-page > .inner {
  height: auto;
  width: 100%;
}
#banner.front-page > .inner > .box1 {
  height: auto;
  width: 100%;
  position: relative;
}
#banner.front-page > .inner > .box1::before {
  background-color: #1DA0E9;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: calc(50% - 50vw);
  position: absolute;
  width: 100vw;
  z-index: -1;
}
@media screen and (min-width: 1200px) {
  #banner.front-page > .inner > .box1::before {
    bottom: -2rem;
    height: calc(100% + 13rem);
  }
}
#banner.front-page > .inner > .box1.type1 > .box1 {
  height: auto;
  width: 100%;
  position: relative;
}
#banner.front-page > .inner > .box1.type1 > .box1 > .lst {
  height: auto;
  width: 100%;
}
#banner.front-page > .inner > .box1.type1 > .box1 > .lst > .itm {
  background-color: #ffffff;
}
#banner.front-page > .inner > .box1.type1 > .box1 > .lst > .itm > .lnk {
  height: auto;
  width: 100%;
  display: block;
}
#banner.front-page > .inner > .box1.type1 > .box1 > .lst > .itm > .img, #banner.front-page > .inner > .box1.type1 > .box1 > .lst > .itm > .lnk > .img {
  height: auto;
  width: 100%;
  display: block;
}
#banner.front-page > .inner > .box1.type1 > .box1 > .lst > .itm > .lnk.hov {
  overflow: hidden;
}
#banner.front-page > .inner > .box1.type1 > .box1 > .lst > .itm > .lnk.hov > .img {
  transition: opacity 0.35s, transform 0.35s;
}
#banner.front-page > .inner > .box1.type1 > .box1 > .lst > .itm > .lnk.hov:hover > .img {
  opacity: 0.75;
  transform: scale(1.05);
}
#banner.front-page > .inner > .box1.type1 > .box1 > [class^=lnk] {
  display: block;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  #banner.front-page > .inner > .box1.type1 > .box1 > [class^=lnk] {
    width: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #banner.front-page > .inner > .box1.type1 > .box1 > [class^=lnk] {
    width: 3rem;
  }
}
#banner.front-page > .inner > .box1.type1 > .box1 > [class^=lnk].hov {
  transition: opacity 0.35s;
}
#banner.front-page > .inner > .box1.type1 > .box1 > [class^=lnk].hov:hover {
  opacity: 0.5;
}
#banner.front-page > .inner > .box1.type1 > .box1 > [class^=lnk].lnk1 {
  left: 0.75rem;
}
@media screen and (min-width: 768px) {
  #banner.front-page > .inner > .box1.type1 > .box1 > [class^=lnk].lnk1 {
    left: 0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  #banner.front-page > .inner > .box1.type1 > .box1 > [class^=lnk].lnk1 {
    left: 1rem;
  }
}
#banner.front-page > .inner > .box1.type1 > .box1 > [class^=lnk].lnk2 {
  right: 0.75rem;
}
@media screen and (min-width: 768px) {
  #banner.front-page > .inner > .box1.type1 > .box1 > [class^=lnk].lnk2 {
    right: 0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  #banner.front-page > .inner > .box1.type1 > .box1 > [class^=lnk].lnk2 {
    right: 1rem;
  }
}
#banner.front-page > .inner > .box1.type1 > .box1 > [class^=lnk] > .img {
  height: auto;
  width: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  #banner.front-page > .inner > .box1.type2, #banner.front-page > .inner > .box1.type4 {
    margin: 0 auto;
    max-width: 100rem;
  }
}
#banner.front-page > .inner > .box1.type2 > .box1, #banner.front-page > .inner > .box1.type4 > .box1 {
  height: auto;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
#banner.front-page > .inner > .box1.type2 > .box1 > .ifr, #banner.front-page > .inner > .box1.type4 > .box1 > .ifr {
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  position: absolute;
}
@media screen and (min-width: 768px) {
  #banner.front-page > .inner > .box1.type3 {
    margin: 0 auto;
    max-width: 100rem;
  }
}
#banner.front-page > .inner > .box1.type3 > .lnk {
  height: auto;
  width: 100%;
  display: block;
  overflow: hidden;
}
#banner.front-page > .inner > .box1.type3 > .img, #banner.front-page > .inner > .box1.type3 > .lnk > .img {
  height: auto;
  width: 100%;
  display: block;
}
#banner.front-page > .inner > .box1.type3 > .lnk.hov {
  background-color: #ffffff;
  overflow: hidden;
}
#banner.front-page > .inner > .box1.type3 > .lnk.hov > .img {
  transition: opacity 0.35s, transform 0.35s;
}
#banner.front-page > .inner > .box1.type3 > .lnk.hov:hover > .img {
  opacity: 0.75;
  transform: scale(1.05);
}
#banner.front-page > .inner > .box2 {
  height: auto;
  width: 100%;
  margin: 1.5rem 0 0;
  padding: 0 1.5rem;
}
@media screen and (min-width: 768px) {
  #banner.front-page > .inner > .box2 {
    margin: 1.75rem auto 0;
    max-width: calc(100rem + 8.5rem);
    padding: 0 4.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #banner.front-page > .inner > .box2 {
    margin: 2rem auto 0;
    max-width: calc(100rem + 10rem);
    padding: 0 5rem;
    position: relative;
  }
}
@media screen and (min-width: 1200px) {
  #banner.front-page > .inner > .box2:before {
    background-color: #1DA0E9;
    content: "";
    display: block;
    height: 5rem;
    left: calc(50% - 50vw);
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: -2;
  }
}
#banner.front-page > .inner > .box2 > [class^=box] {
  margin: -0.75rem -0.75rem;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  justify-content: center;
  width: calc(100% + 1.5rem);
}
@media screen and (min-width: 768px) {
  #banner.front-page > .inner > .box2 > [class^=box] {
    margin: -0.875rem -0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  #banner.front-page > .inner > .box2 > [class^=box] {
    margin: -1rem -1rem;
  }
}
@media screen and (min-width: 768px) {
  #banner.front-page > .inner > .box2 > [class^=box] {
    width: calc(100% + 1.75rem);
  }
}
@media screen and (min-width: 1200px) {
  #banner.front-page > .inner > .box2 > [class^=box] {
    width: calc(100% + 2rem);
  }
}
#banner.front-page > .inner > .box2 > [class^=box] > [class^=box] {
  height: auto;
  width: 100%;
  padding: 0.75rem 0.75rem;
}
@media screen and (min-width: 768px) {
  #banner.front-page > .inner > .box2 > [class^=box] > [class^=box] {
    padding: 0.875rem 0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  #banner.front-page > .inner > .box2 > [class^=box] > [class^=box] {
    padding: 1rem 1rem;
  }
}
@media screen and (min-width: 768px) {
  #banner.front-page > .inner > .box2 > [class^=box] > [class^=box] {
    width: 50%;
  }
}
#banner.front-page > .inner > .box2 > [class^=box] > [class^=box]:not(.priority) {
  order: 2;
}
#banner.front-page > .inner > .box2 > [class^=box] > [class^=box] > .txt1, #banner.front-page > .inner > .box2 > [class^=box] > [class^=box] > .lnk {
  height: 100%;
  width: 100%;
  border-radius: 0.75rem;
  background-color: #ffffff;
  border: 0.4rem solid;
  display: block;
  height: 6rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #banner.front-page > .inner > .box2 > [class^=box] > [class^=box] > .txt1, #banner.front-page > .inner > .box2 > [class^=box] > [class^=box] > .lnk {
    border-radius: 0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  #banner.front-page > .inner > .box2 > [class^=box] > [class^=box] > .txt1, #banner.front-page > .inner > .box2 > [class^=box] > [class^=box] > .lnk {
    border-radius: 1rem;
  }
}
@media screen and (min-width: 768px) {
  #banner.front-page > .inner > .box2 > [class^=box] > [class^=box] > .txt1, #banner.front-page > .inner > .box2 > [class^=box] > [class^=box] > .lnk {
    border: 0.5rem solid;
    height: 7rem;
  }
}
@media screen and (min-width: 1200px) {
  #banner.front-page > .inner > .box2 > [class^=box] > [class^=box] > .txt1, #banner.front-page > .inner > .box2 > [class^=box] > [class^=box] > .lnk {
    border: 0.6rem solid;
    height: 8rem;
  }
}
#banner.front-page > .inner > .box2 > [class^=box] > [class^=box] > .txt1 > .par1, #banner.front-page > .inner > .box2 > [class^=box] > [class^=box] > .lnk > .par1 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: 1.26rem;
  font-weight: 500;
  height: auto;
  left: 5.75rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  max-height: 4.032rem;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - 6.5rem);
}
@media screen and (min-width: 768px) {
  #banner.front-page > .inner > .box2 > [class^=box] > [class^=box] > .txt1 > .par1, #banner.front-page > .inner > .box2 > [class^=box] > [class^=box] > .lnk > .par1 {
    font-size: 1.425rem;
    left: 6.375rem;
    line-height: 1.53;
    max-height: 4.845rem;
    width: calc(100% - 7.25rem);
  }
}
@media screen and (min-width: 1200px) {
  #banner.front-page > .inner > .box2 > [class^=box] > [class^=box] > .txt1 > .par1, #banner.front-page > .inner > .box2 > [class^=box] > [class^=box] > .lnk > .par1 {
    font-size: 1.6rem;
    left: 7rem;
    line-height: 1.44;
    max-height: 5.76rem;
    width: calc(100% - 8rem);
  }
}
#banner.front-page > .inner > .box2 > [class^=box] > [class^=box] > .txt1 > .par2, #banner.front-page > .inner > .box2 > [class^=box] > [class^=box] > .lnk > .par2 {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 5rem;
}
@media screen and (min-width: 768px) {
  #banner.front-page > .inner > .box2 > [class^=box] > [class^=box] > .txt1 > .par2, #banner.front-page > .inner > .box2 > [class^=box] > [class^=box] > .lnk > .par2 {
    width: 5.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #banner.front-page > .inner > .box2 > [class^=box] > [class^=box] > .txt1 > .par2, #banner.front-page > .inner > .box2 > [class^=box] > [class^=box] > .lnk > .par2 {
    width: 6rem;
  }
}
#banner.front-page > .inner > .box2 > [class^=box] > [class^=box] > .txt1 > .par2 > .txt1, #banner.front-page > .inner > .box2 > [class^=box] > [class^=box] > .lnk > .par2 > .txt1 {
  height: auto;
  width: 100%;
  color: #ffffff;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #banner.front-page > .inner > .box2 > [class^=box] > [class^=box] > .txt1 > .par2 > .txt1, #banner.front-page > .inner > .box2 > [class^=box] > [class^=box] > .lnk > .par2 > .txt1 {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1200px) {
  #banner.front-page > .inner > .box2 > [class^=box] > [class^=box] > .txt1 > .par2 > .txt1, #banner.front-page > .inner > .box2 > [class^=box] > [class^=box] > .lnk > .par2 > .txt1 {
    font-size: 2.6rem;
  }
}
#banner.front-page > .inner > .box2 > [class^=box] > [class^=box] > .txt1 > .par2 > .txt2, #banner.front-page > .inner > .box2 > [class^=box] > [class^=box] > .lnk > .par2 > .txt2 {
  height: auto;
  width: 100%;
  background-color: #ffffff;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.25;
  margin: 0.2rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #banner.front-page > .inner > .box2 > [class^=box] > [class^=box] > .txt1 > .par2 > .txt2, #banner.front-page > .inner > .box2 > [class^=box] > [class^=box] > .lnk > .par2 > .txt2 {
    font-size: 1.25rem;
    margin: 0.25rem 0;
  }
}
@media screen and (min-width: 1200px) {
  #banner.front-page > .inner > .box2 > [class^=box] > [class^=box] > .txt1 > .par2 > .txt2, #banner.front-page > .inner > .box2 > [class^=box] > [class^=box] > .lnk > .par2 > .txt2 {
    font-size: 1.3rem;
    margin: 0.3rem 0;
  }
}
#banner.front-page > .inner > .box2 > [class^=box] > [class^=box] > .txt1 > .par2 > .txt3, #banner.front-page > .inner > .box2 > [class^=box] > [class^=box] > .lnk > .par2 > .txt3 {
  height: auto;
  width: 100%;
  color: #ffffff;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #banner.front-page > .inner > .box2 > [class^=box] > [class^=box] > .txt1 > .par2 > .txt3, #banner.front-page > .inner > .box2 > [class^=box] > [class^=box] > .lnk > .par2 > .txt3 {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1200px) {
  #banner.front-page > .inner > .box2 > [class^=box] > [class^=box] > .txt1 > .par2 > .txt3, #banner.front-page > .inner > .box2 > [class^=box] > [class^=box] > .lnk > .par2 > .txt3 {
    font-size: 1.8rem;
  }
}
#banner.front-page > .inner > .box2 > [class^=box] > [class^=box] > .txt1 > .par3, #banner.front-page > .inner > .box2 > [class^=box] > [class^=box] > .lnk > .par3 {
  display: none;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 5rem;
}
@media screen and (min-width: 768px) {
  #banner.front-page > .inner > .box2 > [class^=box] > [class^=box] > .txt1 > .par3, #banner.front-page > .inner > .box2 > [class^=box] > [class^=box] > .lnk > .par3 {
    width: 5.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #banner.front-page > .inner > .box2 > [class^=box] > [class^=box] > .txt1 > .par3, #banner.front-page > .inner > .box2 > [class^=box] > [class^=box] > .lnk > .par3 {
    width: 6rem;
  }
}
#banner.front-page > .inner > .box2 > [class^=box] > [class^=box] > .txt1 > .par3 > .txt1, #banner.front-page > .inner > .box2 > [class^=box] > [class^=box] > .lnk > .par3 > .txt1 {
  height: auto;
  width: 100%;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  left: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  #banner.front-page > .inner > .box2 > [class^=box] > [class^=box] > .txt1 > .par3 > .txt1, #banner.front-page > .inner > .box2 > [class^=box] > [class^=box] > .lnk > .par3 > .txt1 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1200px) {
  #banner.front-page > .inner > .box2 > [class^=box] > [class^=box] > .txt1 > .par3 > .txt1, #banner.front-page > .inner > .box2 > [class^=box] > [class^=box] > .lnk > .par3 > .txt1 {
    font-size: 2rem;
  }
}
#banner.front-page > .inner > .box2 > [class^=box] > [class^=box] > .txt1.lnk.hov, #banner.front-page > .inner > .box2 > [class^=box] > [class^=box] > .lnk.lnk.hov {
  transition: background-color 0.35s;
}
#banner.front-page > .inner > .box2 > [class^=box] > [class^=box] > .txt1.lnk.hov::before, #banner.front-page > .inner > .box2 > [class^=box] > [class^=box] > .lnk.lnk.hov::before {
  border-radius: 0.75rem;
  content: "";
  display: block;
  height: calc(100% + 1rem);
  left: -0.5rem;
  position: absolute;
  top: -0.5rem;
  transition: background-color 0.35s;
  width: calc(100% + 1rem);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #banner.front-page > .inner > .box2 > [class^=box] > [class^=box] > .txt1.lnk.hov::before, #banner.front-page > .inner > .box2 > [class^=box] > [class^=box] > .lnk.lnk.hov::before {
    border-radius: 0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  #banner.front-page > .inner > .box2 > [class^=box] > [class^=box] > .txt1.lnk.hov::before, #banner.front-page > .inner > .box2 > [class^=box] > [class^=box] > .lnk.lnk.hov::before {
    border-radius: 1rem;
  }
}
@media screen and (min-width: 768px) {
  #banner.front-page > .inner > .box2 > [class^=box] > [class^=box] > .txt1.lnk.hov::before, #banner.front-page > .inner > .box2 > [class^=box] > [class^=box] > .lnk.lnk.hov::before {
    height: calc(100% + 1.3rem);
    left: -0.65rem;
    top: -0.65rem;
    width: calc(100% + 1.3rem);
  }
}
@media screen and (min-width: 1200px) {
  #banner.front-page > .inner > .box2 > [class^=box] > [class^=box] > .txt1.lnk.hov::before, #banner.front-page > .inner > .box2 > [class^=box] > [class^=box] > .lnk.lnk.hov::before {
    height: calc(100% + 1.6rem);
    left: -0.8rem;
    top: -0.8rem;
    width: calc(100% + 1.6rem);
  }
}
#banner.front-page > .inner > .box2 > [class^=box] > [class^=box] > .txt1.lnk.hov:hover::before, #banner.front-page > .inner > .box2 > [class^=box] > [class^=box] > .lnk.lnk.hov:hover::before {
  background-color: #ffffff;
}
#banner.front-page > .inner > .box2 > [class^=box] > [class^=box].type1 > .txt1, #banner.front-page > .inner > .box2 > [class^=box] > [class^=box].type1 > .lnk {
  border-color: #189944;
}
#banner.front-page > .inner > .box2 > [class^=box] > [class^=box].type1 > .txt1 > .par2, #banner.front-page > .inner > .box2 > [class^=box] > [class^=box].type1 > .lnk > .par2 {
  background-color: #189944;
  border-right: 0.4rem solid #189944;
}
@media screen and (min-width: 768px) {
  #banner.front-page > .inner > .box2 > [class^=box] > [class^=box].type1 > .txt1 > .par2, #banner.front-page > .inner > .box2 > [class^=box] > [class^=box].type1 > .lnk > .par2 {
    border-right: 0.5rem solid #189944;
  }
}
@media screen and (min-width: 1200px) {
  #banner.front-page > .inner > .box2 > [class^=box] > [class^=box].type1 > .txt1 > .par2, #banner.front-page > .inner > .box2 > [class^=box] > [class^=box].type1 > .lnk > .par2 {
    border-right: 0.6rem solid #189944;
  }
}
#banner.front-page > .inner > .box2 > [class^=box] > [class^=box].type1 > .txt1 > .par2 > .txt2, #banner.front-page > .inner > .box2 > [class^=box] > [class^=box].type1 > .lnk > .par2 > .txt2 {
  color: #189944;
}
#banner.front-page > .inner > .box2 > [class^=box] > [class^=box].type1 > .txt1 > .par3, #banner.front-page > .inner > .box2 > [class^=box] > [class^=box].type1 > .lnk > .par3 {
  background-color: #189944;
}
#banner.front-page > .inner > .box2 > [class^=box] > [class^=box].type1 > .lnk > .par1::after {
  color: #189944;
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-left: 0.5em;
  transition: transform 0.35s;
}
#banner.front-page > .inner > .box2 > [class^=box] > [class^=box].type1 > .lnk.hov:hover {
  background-color: #189944;
}
#banner.front-page > .inner > .box2 > [class^=box] > [class^=box].type1 > .lnk.hov:hover > .par1 {
  color: #ffffff;
}
#banner.front-page > .inner > .box2 > [class^=box] > [class^=box].type1 > .lnk.hov:hover > .par1:after {
  color: #ffffff;
  transform: translateX(0.25em);
}
#banner.front-page > .inner > .box2 > [class^=box] > [class^=box].type2 > .txt1, #banner.front-page > .inner > .box2 > [class^=box] > [class^=box].type2 > .lnk {
  border-color: #ff6600;
}
#banner.front-page > .inner > .box2 > [class^=box] > [class^=box].type2 > .txt1 > .par2, #banner.front-page > .inner > .box2 > [class^=box] > [class^=box].type2 > .lnk > .par2 {
  background-color: #ff6600;
  border-right: 0.4rem solid #ff6600;
}
@media screen and (min-width: 768px) {
  #banner.front-page > .inner > .box2 > [class^=box] > [class^=box].type2 > .txt1 > .par2, #banner.front-page > .inner > .box2 > [class^=box] > [class^=box].type2 > .lnk > .par2 {
    border-right: 0.5rem solid #ff6600;
  }
}
@media screen and (min-width: 1200px) {
  #banner.front-page > .inner > .box2 > [class^=box] > [class^=box].type2 > .txt1 > .par2, #banner.front-page > .inner > .box2 > [class^=box] > [class^=box].type2 > .lnk > .par2 {
    border-right: 0.6rem solid #ff6600;
  }
}
#banner.front-page > .inner > .box2 > [class^=box] > [class^=box].type2 > .txt1 > .par2 > .txt2, #banner.front-page > .inner > .box2 > [class^=box] > [class^=box].type2 > .lnk > .par2 > .txt2 {
  color: #ff6600;
}
#banner.front-page > .inner > .box2 > [class^=box] > [class^=box].type2 > .txt1 > .par3, #banner.front-page > .inner > .box2 > [class^=box] > [class^=box].type2 > .lnk > .par3 {
  background-color: #ff6600;
}
#banner.front-page > .inner > .box2 > [class^=box] > [class^=box].type2 > .lnk > .par1::after {
  color: #ff6600;
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-left: 0.5em;
}
#banner.front-page > .inner > .box2 > [class^=box] > [class^=box].type2 > .lnk.hov:hover {
  background-color: #ff6600;
}
#banner.front-page > .inner > .box2 > [class^=box] > [class^=box].type2 > .lnk.hov:hover > .par1 {
  color: #ffffff;
}
#banner.front-page > .inner > .box2 > [class^=box] > [class^=box].type2 > .lnk.hov:hover > .par1:after {
  color: #ffffff;
}
#banner.front-page > .inner > .box2 > [class^=box] > [class^=box].type3 > .txt1, #banner.front-page > .inner > .box2 > [class^=box] > [class^=box].type3 > .lnk {
  border-color: #1DA0E9;
}
#banner.front-page > .inner > .box2 > [class^=box] > [class^=box].type3 > .txt1 > .par2, #banner.front-page > .inner > .box2 > [class^=box] > [class^=box].type3 > .lnk > .par2 {
  background-color: #1DA0E9;
  border-right: 0.4rem solid #1DA0E9;
}
@media screen and (min-width: 768px) {
  #banner.front-page > .inner > .box2 > [class^=box] > [class^=box].type3 > .txt1 > .par2, #banner.front-page > .inner > .box2 > [class^=box] > [class^=box].type3 > .lnk > .par2 {
    border-right: 0.5rem solid #1DA0E9;
  }
}
@media screen and (min-width: 1200px) {
  #banner.front-page > .inner > .box2 > [class^=box] > [class^=box].type3 > .txt1 > .par2, #banner.front-page > .inner > .box2 > [class^=box] > [class^=box].type3 > .lnk > .par2 {
    border-right: 0.6rem solid #1DA0E9;
  }
}
#banner.front-page > .inner > .box2 > [class^=box] > [class^=box].type3 > .txt1 > .par2 > .txt2, #banner.front-page > .inner > .box2 > [class^=box] > [class^=box].type3 > .lnk > .par2 > .txt2 {
  color: #1DA0E9;
}
#banner.front-page > .inner > .box2 > [class^=box] > [class^=box].type3 > .lnk > .par1::after {
  color: #1DA0E9;
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-left: 0.5em;
  transition: transform 0.35s;
}
#banner.front-page > .inner > .box2 > [class^=box] > [class^=box].type3 > .lnk.hov:hover {
  background-color: #1DA0E9;
}
#banner.front-page > .inner > .box2 > [class^=box] > [class^=box].type3 > .lnk.hov:hover > .par1 {
  color: #ffffff;
}
#banner.front-page > .inner > .box2 > [class^=box] > [class^=box].type3 > .lnk.hov:hover > .par1:after {
  color: #ffffff;
  transform: translateX(0.25em);
}
#banner.front-page > .inner > .box2 > [class^=box] > [class^=box].active > .txt1, #banner.front-page > .inner > .box2 > [class^=box] > [class^=box].active > .lnk {
  border-color: #E4047F;
  background-color: #E4047F;
}
#banner.front-page > .inner > .box2 > [class^=box] > [class^=box].active > .txt1 > .par1, #banner.front-page > .inner > .box2 > [class^=box] > [class^=box].active > .lnk > .par1 {
  color: #ffffff;
  width: calc(100% - 11.5rem);
}
#banner.front-page > .inner > .box2 > [class^=box] > [class^=box].active > .txt1 > .par1:after, #banner.front-page > .inner > .box2 > [class^=box] > [class^=box].active > .lnk > .par1:after {
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  #banner.front-page > .inner > .box2 > [class^=box] > [class^=box].active > .txt1 > .par1, #banner.front-page > .inner > .box2 > [class^=box] > [class^=box].active > .lnk > .par1 {
    width: calc(100% - 12.75rem);
  }
}
@media screen and (min-width: 1200px) {
  #banner.front-page > .inner > .box2 > [class^=box] > [class^=box].active > .txt1 > .par1, #banner.front-page > .inner > .box2 > [class^=box] > [class^=box].active > .lnk > .par1 {
    width: calc(100% - 14rem);
  }
}
#banner.front-page > .inner > .box2 > [class^=box] > [class^=box].active > .txt1 > .par2, #banner.front-page > .inner > .box2 > [class^=box] > [class^=box].active > .lnk > .par2 {
  background-color: #E4047F;
  border-right: 0.4rem solid #E4047F;
}
@media screen and (min-width: 768px) {
  #banner.front-page > .inner > .box2 > [class^=box] > [class^=box].active > .txt1 > .par2, #banner.front-page > .inner > .box2 > [class^=box] > [class^=box].active > .lnk > .par2 {
    border-right: 0.5rem solid #E4047F;
  }
}
@media screen and (min-width: 1200px) {
  #banner.front-page > .inner > .box2 > [class^=box] > [class^=box].active > .txt1 > .par2, #banner.front-page > .inner > .box2 > [class^=box] > [class^=box].active > .lnk > .par2 {
    border-right: 0.6rem solid #E4047F;
  }
}
#banner.front-page > .inner > .box2 > [class^=box] > [class^=box].active > .txt1 > .par2 > .txt2, #banner.front-page > .inner > .box2 > [class^=box] > [class^=box].active > .lnk > .par2 > .txt2 {
  color: #E4047F;
}
#banner.front-page > .inner > .box2 > [class^=box] > [class^=box].active > .txt1 > .par3, #banner.front-page > .inner > .box2 > [class^=box] > [class^=box].active > .lnk > .par3 {
  background-color: #E4047F;
  display: block;
}
#banner.front-page > .inner > .box2 > [class^=box] > [class^=box].active > .lnk > .par1::after {
  color: #ffffff;
}
#banner.front-page > .inner > .box2 > [class^=box] > [class^=box].active > .lnk.hov:hover {
  background-color: #ffffff;
}
#banner.front-page > .inner > .box2 > [class^=box] > [class^=box].active > .lnk.hov:hover > .par1 {
  color: #E4047F;
}
#banner.front-page > .inner > .box2 > [class^=box] > [class^=box].active > .lnk.hov:hover > .par1:after {
  color: #E4047F;
}

#main.front-page {
  height: auto;
  width: 100%;
  margin: 4.5rem 0rem;
}
@media screen and (min-width: 768px) {
  #main.front-page {
    margin: 5.25rem 0rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page {
    margin: 6rem 0rem;
  }
}
#main.front-page > .inner {
  height: auto;
  width: 100%;
}
#main.front-page > .inner > .sec1 {
  height: auto;
  width: 100%;
  margin-bottom: 4.5rem;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec1 {
    margin-bottom: 5.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec1 {
    margin-bottom: 6rem;
  }
}
#main.front-page > .inner > .sec1 > .inner {
  height: auto;
  width: 100%;
  padding: 0 1.5rem;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec1 > .inner {
    padding: 0 4.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec1 > .inner {
    margin: 0 auto;
    max-width: 120rem;
    padding: 0 5rem;
  }
}
#main.front-page > .inner > .sec1 > .inner > .box1 {
  height: auto;
  width: 100%;
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.25rem;
}
#main.front-page > .inner > .sec1 > .inner > .box1 > .box1 {
  height: auto;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec1 > .inner > .box1 > .box1 {
    width: calc(100% - 13.75rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec1 > .inner > .box1 > .box1 {
    width: calc(100% - 16rem);
  }
}
#main.front-page > .inner > .sec1 > .inner > .box1 > .box1 > .lnk {
  height: auto;
  width: 100%;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
#main.front-page > .inner > .sec1 > .inner > .box1 > .box1 > .lnk.hov {
  transition: opacity 0.35s;
}
#main.front-page > .inner > .sec1 > .inner > .box1 > .box1 > .lnk.hov:hover {
  opacity: 0.5;
}
#main.front-page > .inner > .sec1 > .inner > .box1 > .box1 > .lnk > .img {
  display: block;
  float: left;
  height: auto;
  margin-right: 1.5rem;
  width: 5rem;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec1 > .inner > .box1 > .box1 > .lnk > .img {
    margin-right: 1.75rem;
    width: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec1 > .inner > .box1 > .box1 > .lnk > .img {
    margin-right: 2rem;
    width: 7rem;
  }
}
#main.front-page > .inner > .sec1 > .inner > .box1 > .box1 > .lnk > .phd {
  font-size: 1.96rem;
  letter-spacing: 0.05em;
  line-height: 1.28;
  color: #000000;
  font-weight: 700;
  height: auto;
  width: calc(100% - 6.5rem);
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec1 > .inner > .box1 > .box1 > .lnk > .phd {
    font-size: 2.1rem;
    line-height: 1.36;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec1 > .inner > .box1 > .box1 > .lnk > .phd {
    font-size: 2.24rem;
    line-height: 1.44;
  }
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec1 > .inner > .box1 > .box1 > .lnk > .phd {
    width: calc(100% - 7.75rem);
  }
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec1 > .inner > .box1 > .box1 > .lnk > .phd {
    width: calc(100% - 9rem);
  }
}
#main.front-page > .inner > .sec1 > .inner > .box1 > .box1 > .lnk > .phd > .txt1 {
  background: linear-gradient(transparent 80%, #1DA0E9 0%);
}
#main.front-page > .inner > .sec1 > .inner > .box1 > .box1 > .lnk > .par {
  height: auto;
  width: 100%;
  font-size: 1.26rem;
  letter-spacing: 0.05em;
  line-height: 1.28;
  margin-top: 0.75rem;
  color: #000000;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec1 > .inner > .box1 > .box1 > .lnk > .par {
    font-size: 1.35rem;
    line-height: 1.36;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec1 > .inner > .box1 > .box1 > .lnk > .par {
    font-size: 1.44rem;
    line-height: 1.44;
  }
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec1 > .inner > .box1 > .box1 > .lnk > .par {
    margin-top: 0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec1 > .inner > .box1 > .box1 > .lnk > .par {
    margin-top: 1rem;
  }
}
#main.front-page > .inner > .sec1 > .inner > .box1 > .box2 {
  display: none;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec1 > .inner > .box1 > .box2 {
    display: block;
    height: auto;
    width: 12rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec1 > .inner > .box1 > .box2 {
    width: 14rem;
  }
}
#main.front-page > .inner > .sec1 > .inner > .box1 > .box2 > .lnk {
  height: auto;
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  align-items: center;
  background-color: #ffffff;
  border: 0.2rem solid #1DA0E9;
  border-radius: 0.5em;
  color: #000000;
  display: flex;
  font-weight: 500;
  justify-content: center;
  padding: 0.5em 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec1 > .inner > .box1 > .box2 > .lnk {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec1 > .inner > .box1 > .box2 > .lnk {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec1 > .inner > .box1 > .box2 > .lnk {
    border: 0.25rem solid #1DA0E9;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec1 > .inner > .box1 > .box2 > .lnk {
    border: 0.3rem solid #1DA0E9;
  }
}
#main.front-page > .inner > .sec1 > .inner > .box1 > .box2 > .lnk > .txt1 {
  background-color: #1DA0E9;
  border-radius: 50%;
  display: block;
  height: 1.5em;
  margin-right: 0.5em;
  position: relative;
  width: 1.5em;
}
#main.front-page > .inner > .sec1 > .inner > .box1 > .box2 > .lnk > .txt1 > .ico {
  color: #ffffff;
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-40%, -50%);
}
#main.front-page > .inner > .sec1 > .inner > .box1 > .box2 > .lnk > .txt2 {
  display: block;
}
#main.front-page > .inner > .sec1 > .inner > .box1 > .box2 > .lnk > .txt3 {
  display: none;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec1 > .inner > .box1 > .box2 > .lnk > .txt3 {
    display: block;
  }
}
#main.front-page > .inner > .sec1 > .inner > .box1 > .box2 > .lnk.hov {
  transition: background-color 0.35s;
}
#main.front-page > .inner > .sec1 > .inner > .box1 > .box2 > .lnk.hov > .txt1 {
  transition: background-color 0.35s;
}
#main.front-page > .inner > .sec1 > .inner > .box1 > .box2 > .lnk.hov:hover {
  background-color: #1DA0E9;
}
#main.front-page > .inner > .sec1 > .inner > .box1 > .box2 > .lnk.hov:hover > .txt1 {
  background-color: #ffffff;
}
#main.front-page > .inner > .sec1 > .inner > .box1 > .box2 > .lnk.hov:hover > .txt1 > .ico {
  color: #1DA0E9;
}
#main.front-page > .inner > .sec1 > .inner > .box1 > .box2 > .lnk.hov:hover > .txt2 {
  color: #ffffff;
}
#main.front-page > .inner > .sec1 > .inner > .box1 > .box2 > .lnk.hov:hover > .txt3 {
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec1 > .inner > .box1 {
    margin-bottom: 2.625rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec1 > .inner > .box1 {
    margin-bottom: 3rem;
  }
}
#main.front-page > .inner > .sec1 > .inner > .box2 {
  padding: 0 1.5rem;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec1 > .inner > .box2 {
    padding: 0;
  }
}
#main.front-page > .inner > .sec1 > .inner > .box2 > .box1 {
  height: auto;
  width: 100%;
  position: relative;
}
#main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 {
  margin: -1.5rem -1.5rem;
  height: auto;
  width: calc(100% + 3rem);
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 {
    margin: -1.75rem -1.75rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 {
    margin: -2rem -2rem;
  }
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 {
    width: calc(100% + 3.5rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 {
    width: calc(100% + 4rem);
  }
}
#main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 {
  height: auto;
  width: 100%;
}
#main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box] {
  padding: 1.5rem 1.5rem;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box] {
    padding: 1.75rem 1.75rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box] {
    padding: 2rem 2rem;
  }
}
#main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 {
  position: relative;
}
#main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig {
  height: auto;
  width: 100%;
}
#main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .lnk {
  height: auto;
  width: 100%;
  border-radius: 0.75rem;
  background-color: #ffffff;
  border: 0.3rem solid #000000;
  display: block;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .lnk {
    border-radius: 0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .lnk {
    border-radius: 1rem;
  }
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .lnk {
    border: 0.4rem solid #000000;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .lnk {
    border: 0.5rem solid #000000;
  }
}
#main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .lnk > .img {
  height: auto;
  width: 100%;
  display: block;
}
#main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .lnk.hov {
  overflow: hidden;
}
#main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .lnk.hov > .img {
  transition: opacity 0.35s, transform 0.35s;
}
#main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .lnk.hov:hover > .img {
  opacity: 0.75;
  transform: scale(1.05);
}
#main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap {
  margin-top: 0.75rem;
  height: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap {
    margin-top: 0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap {
    margin-top: 1rem;
  }
}
#main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .phd {
  height: auto;
  width: 100%;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .phd {
    margin-bottom: 0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .phd {
    margin-bottom: 1rem;
  }
}
#main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .phd > .lnk {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.28;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #000000;
  display: -webkit-box;
  font-weight: 700;
  height: 2.56em;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .phd > .lnk {
    font-size: 1.5rem;
    line-height: 1.36;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .phd > .lnk {
    font-size: 1.6rem;
    line-height: 1.44;
  }
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .phd > .lnk {
    height: 2.72em;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .phd > .lnk {
    height: 2.88em;
  }
}
#main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .phd > .lnk.hov {
  transition: color 0.35s;
}
#main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .phd > .lnk.hov:hover {
  color: #1DA0E9;
}
#main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .lst {
  height: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .lst > .itm {
  height: auto;
  width: auto;
}
#main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .lst > .itm:not(:last-of-type) {
  margin-right: 0.75rem;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .lst > .itm:not(:last-of-type) {
    margin-right: 0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .lst > .itm:not(:last-of-type) {
    margin-right: 1rem;
  }
}
#main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .lst > .itm > .lnk {
  height: auto;
  width: auto;
  font-size: 1.12rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  display: block;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .lst > .itm > .lnk {
    font-size: 1.2rem;
    line-height: 1.7;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .lst > .itm > .lnk {
    font-size: 1.28rem;
    line-height: 1.8;
  }
}
#main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .lst > .itm > .lnk > .ico {
  color: #189944;
  margin-right: 0.5em;
}
#main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .lst > .itm > .lnk.hov {
  transition: color 0.35s;
}
#main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .lst > .itm > .lnk.hov:hover {
  color: #189944;
}
#main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .par {
  background-color: #E4047F;
  border-radius: 50%;
  height: 3rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 3rem;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .par {
    height: 3.5rem;
    width: 3.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .par {
    height: 4rem;
    width: 4rem;
  }
}
#main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .par > .txt1 {
  height: auto;
  width: 100%;
  font-size: 1.12rem;
  letter-spacing: 0.05em;
  color: #ffffff;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  left: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .par > .txt1 {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .par > .txt1 {
    font-size: 1.28rem;
  }
}
#main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 {
  position: relative;
}
#main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig {
  height: auto;
  width: 100%;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .lnk {
  height: auto;
  width: 100%;
  background-color: #ffffff;
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .lnk {
    width: calc(50% - 1.75rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .lnk {
    width: calc(50% - 2rem);
  }
}
#main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .lnk > .img {
  height: auto;
  width: 100%;
  display: block;
}
#main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .lnk.hov {
  overflow: hidden;
}
#main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .lnk.hov > .img {
  transition: opacity 0.35s, transform 0.35s;
}
#main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .lnk.hov:hover > .img {
  opacity: 0.75;
  transform: scale(1.05);
}
#main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap {
  height: auto;
  width: 100%;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap {
    margin-top: 0;
    width: calc(50% - 1.75rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap {
    width: calc(50% - 2rem);
  }
}
#main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .phd {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
  font-size: 1.96rem;
  letter-spacing: 0.05em;
  line-height: 1.28;
  color: #ffffff;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .phd {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .phd {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .phd {
    font-size: 2.1rem;
    line-height: 1.36;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .phd {
    font-size: 2.24rem;
    line-height: 1.44;
  }
}
#main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .par {
  height: auto;
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .par {
    font-size: 1.5rem;
    line-height: 1.7;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .par {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
#main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .lnk {
  margin-top: 3rem;
  border-radius: 0.75rem;
  background-color: #ffffff;
  border: 0.2rem solid #ffffff;
  color: #000000;
  display: block;
  font-size: 1.12rem;
  font-weight: 500;
  height: auto;
  letter-spacing: 0.05em;
  line-height: 2.56;
  position: relative;
  text-align: center;
  width: 15rem;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .lnk {
    margin-top: 3.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .lnk {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .lnk {
    border-radius: 0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .lnk {
    border-radius: 1rem;
  }
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .lnk {
    border: 0.25rem solid #ffffff;
    font-size: 1.35rem;
    line-height: 2.72;
    width: 17.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .lnk {
    border: 0.3rem solid #ffffff;
    font-size: 1.6rem;
    line-height: 2.88;
    width: 20rem;
  }
}
#main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .lnk::after {
  color: #FDA501;
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 1em;
  font-weight: bold;
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translateY(-50%);
}
#main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .lnk.hov {
  transition: background-color 0.35s;
}
#main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .lnk.hov::after {
  transition: transform 0.35s;
}
#main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .lnk.hov:hover {
  background-color: #FDA501;
  color: #ffffff;
}
#main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .lnk.hov:hover::after {
  color: #ffffff;
  transform: translate(0.25em, -50%);
}
#main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .par {
  background-color: #E4047F;
  border-radius: 50%;
  height: 3rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 3rem;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .par {
    height: 3.5rem;
    width: 3.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .par {
    height: 4rem;
    width: 4rem;
  }
}
#main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .par > .txt1 {
  height: auto;
  width: 100%;
  font-size: 1.12rem;
  letter-spacing: 0.05em;
  color: #ffffff;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  left: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .par > .txt1 {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .par > .txt1 {
    font-size: 1.28rem;
  }
}
#main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box2 {
  height: auto;
  width: 100%;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
#main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box2 > [class^=lnk] {
  cursor: pointer;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box2 > [class^=lnk] {
    width: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box2 > [class^=lnk] {
    width: 3rem;
  }
}
#main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box2 > [class^=lnk].hov {
  transition: opacity 0.35s;
}
#main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box2 > [class^=lnk].hov:hover {
  opacity: 0.5;
}
#main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box2 > [class^=lnk].lnk1 {
  right: calc(100% + 0.75rem);
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box2 > [class^=lnk].lnk1 {
    right: calc(100% + 0.875rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box2 > [class^=lnk].lnk1 {
    right: calc(100% + 1rem);
  }
}
#main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box2 > [class^=lnk].lnk2 {
  left: calc(100% + 0.75rem);
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box2 > [class^=lnk].lnk2 {
    left: calc(100% + 0.875rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box2 > [class^=lnk].lnk2 {
    left: calc(100% + 1rem);
  }
}
#main.front-page > .inner > .sec1 > .inner > .box2 > .box1 > .box2 > [class^=lnk] > .img {
  height: auto;
  width: 100%;
  display: block;
}
#main.front-page > .inner > .sec2 {
  height: auto;
  width: 100%;
  margin-bottom: 4.5rem;
  background-color: #FDA501;
  background-image: radial-gradient(rgba(255, 255, 255, 0.1) 30%, transparent 30%);
  background-size: 1.125rem 1.125rem;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec2 {
    margin-bottom: 5.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec2 {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec2 {
    background-size: 1.3125rem 1.3125rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec2 {
    background-size: 1.5rem 1.5rem;
  }
}
#main.front-page > .inner > .sec2 > .inner {
  height: auto;
  width: 100%;
  padding: 4.5rem 1.5rem;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec2 > .inner {
    padding: 5.25rem 4.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec2 > .inner {
    margin: 0 auto;
    max-width: 120rem;
    padding: 6rem 5rem;
  }
}
#main.front-page > .inner > .sec2 > .inner > .box1 {
  height: auto;
  width: 100%;
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.25rem;
}
#main.front-page > .inner > .sec2 > .inner > .box1 > .box1 {
  height: auto;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec2 > .inner > .box1 > .box1 {
    width: calc(100% - 13.75rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec2 > .inner > .box1 > .box1 {
    width: calc(100% - 16rem);
  }
}
#main.front-page > .inner > .sec2 > .inner > .box1 > .box1 > .lnk {
  height: auto;
  width: 100%;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
#main.front-page > .inner > .sec2 > .inner > .box1 > .box1 > .lnk.hov {
  transition: opacity 0.35s;
}
#main.front-page > .inner > .sec2 > .inner > .box1 > .box1 > .lnk.hov:hover {
  opacity: 0.5;
}
#main.front-page > .inner > .sec2 > .inner > .box1 > .box1 > .lnk > .img {
  display: block;
  float: left;
  height: auto;
  margin-right: 1.5rem;
  width: 5rem;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec2 > .inner > .box1 > .box1 > .lnk > .img {
    margin-right: 1.75rem;
    width: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec2 > .inner > .box1 > .box1 > .lnk > .img {
    margin-right: 2rem;
    width: 7rem;
  }
}
#main.front-page > .inner > .sec2 > .inner > .box1 > .box1 > .lnk > .phd {
  font-size: 1.96rem;
  letter-spacing: 0.05em;
  line-height: 1.28;
  color: #ffffff;
  font-weight: 700;
  height: auto;
  width: calc(100% - 6.5rem);
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec2 > .inner > .box1 > .box1 > .lnk > .phd {
    font-size: 2.1rem;
    line-height: 1.36;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec2 > .inner > .box1 > .box1 > .lnk > .phd {
    font-size: 2.24rem;
    line-height: 1.44;
  }
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec2 > .inner > .box1 > .box1 > .lnk > .phd {
    width: calc(100% - 7.75rem);
  }
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec2 > .inner > .box1 > .box1 > .lnk > .phd {
    width: calc(100% - 9rem);
  }
}
#main.front-page > .inner > .sec2 > .inner > .box1 > .box1 > .lnk > .phd > .txt1 {
  background: linear-gradient(transparent 80%, #1DA0E9 0%);
}
#main.front-page > .inner > .sec2 > .inner > .box1 > .box1 > .lnk > .par {
  height: auto;
  width: 100%;
  font-size: 1.26rem;
  letter-spacing: 0.05em;
  line-height: 1.28;
  margin-top: 0.75rem;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec2 > .inner > .box1 > .box1 > .lnk > .par {
    font-size: 1.35rem;
    line-height: 1.36;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec2 > .inner > .box1 > .box1 > .lnk > .par {
    font-size: 1.44rem;
    line-height: 1.44;
  }
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec2 > .inner > .box1 > .box1 > .lnk > .par {
    margin-top: 0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec2 > .inner > .box1 > .box1 > .lnk > .par {
    margin-top: 1rem;
  }
}
#main.front-page > .inner > .sec2 > .inner > .box1 > .box2 {
  display: none;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec2 > .inner > .box1 > .box2 {
    display: block;
    height: auto;
    width: 12rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec2 > .inner > .box1 > .box2 {
    width: 14rem;
  }
}
#main.front-page > .inner > .sec2 > .inner > .box1 > .box2 > .lnk {
  height: auto;
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  align-items: center;
  background-color: #ffffff;
  border: 0.2rem solid #ffffff;
  border-radius: 0.5em;
  color: #000000;
  display: flex;
  font-weight: 500;
  justify-content: center;
  padding: 0.5em 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec2 > .inner > .box1 > .box2 > .lnk {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec2 > .inner > .box1 > .box2 > .lnk {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec2 > .inner > .box1 > .box2 > .lnk {
    border: 0.25rem solid #ffffff;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec2 > .inner > .box1 > .box2 > .lnk {
    border: 0.3rem solid #ffffff;
  }
}
#main.front-page > .inner > .sec2 > .inner > .box1 > .box2 > .lnk > .txt1 {
  background-color: #FDA501;
  border-radius: 50%;
  display: block;
  height: 1.5em;
  margin-right: 0.5em;
  position: relative;
  width: 1.5em;
}
#main.front-page > .inner > .sec2 > .inner > .box1 > .box2 > .lnk > .txt1 > .ico {
  color: #ffffff;
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-40%, -50%);
}
#main.front-page > .inner > .sec2 > .inner > .box1 > .box2 > .lnk > .txt2 {
  display: block;
}
#main.front-page > .inner > .sec2 > .inner > .box1 > .box2 > .lnk > .txt3 {
  display: none;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec2 > .inner > .box1 > .box2 > .lnk > .txt3 {
    display: block;
  }
}
#main.front-page > .inner > .sec2 > .inner > .box1 > .box2 > .lnk.hov {
  transition: background-color 0.35s;
}
#main.front-page > .inner > .sec2 > .inner > .box1 > .box2 > .lnk.hov > .txt1 {
  transition: background-color 0.35s;
}
#main.front-page > .inner > .sec2 > .inner > .box1 > .box2 > .lnk.hov:hover {
  background-color: #FDA501;
}
#main.front-page > .inner > .sec2 > .inner > .box1 > .box2 > .lnk.hov:hover > .txt1 {
  background-color: #ffffff;
}
#main.front-page > .inner > .sec2 > .inner > .box1 > .box2 > .lnk.hov:hover > .txt1 > .ico {
  color: #FDA501;
}
#main.front-page > .inner > .sec2 > .inner > .box1 > .box2 > .lnk.hov:hover > .txt2 {
  color: #ffffff;
}
#main.front-page > .inner > .sec2 > .inner > .box1 > .box2 > .lnk.hov:hover > .txt3 {
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec2 > .inner > .box1 {
    margin-bottom: 2.625rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec2 > .inner > .box1 {
    margin-bottom: 3rem;
  }
}
#main.front-page > .inner > .sec2 > .inner > .box2 {
  padding: 0 1.5rem;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec2 > .inner > .box2 {
    padding: 0;
  }
}
#main.front-page > .inner > .sec2 > .inner > .box2 > .box1 {
  height: auto;
  width: 100%;
  position: relative;
}
#main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 {
  margin: -1.5rem -1.5rem;
  height: auto;
  width: calc(100% + 3rem);
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 {
    margin: -1.75rem -1.75rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 {
    margin: -2rem -2rem;
  }
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 {
    width: calc(100% + 3.5rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 {
    width: calc(100% + 4rem);
  }
}
#main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 {
  height: auto;
  width: 100%;
}
#main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box] {
  padding: 1.5rem 1.5rem;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box] {
    padding: 1.75rem 1.75rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box] {
    padding: 2rem 2rem;
  }
}
#main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 {
  position: relative;
}
#main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig {
  height: auto;
  width: 100%;
}
#main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .lnk {
  height: auto;
  width: 100%;
  border-radius: 0.75rem;
  background-color: #ffffff;
  border: 0.3rem solid #000000;
  display: block;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .lnk {
    border-radius: 0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .lnk {
    border-radius: 1rem;
  }
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .lnk {
    border: 0.4rem solid #000000;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .lnk {
    border: 0.5rem solid #000000;
  }
}
#main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .lnk > .img {
  height: auto;
  width: 100%;
  display: block;
}
#main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .lnk.hov {
  overflow: hidden;
}
#main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .lnk.hov > .img {
  transition: opacity 0.35s, transform 0.35s;
}
#main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .lnk.hov:hover > .img {
  opacity: 0.75;
  transform: scale(1.05);
}
#main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap {
  margin-top: 0.75rem;
  height: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap {
    margin-top: 0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap {
    margin-top: 1rem;
  }
}
#main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .phd {
  height: auto;
  width: 100%;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .phd {
    margin-bottom: 0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .phd {
    margin-bottom: 1rem;
  }
}
#main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .phd > .lnk {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.28;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #000000;
  display: -webkit-box;
  font-weight: 700;
  height: 2.56em;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .phd > .lnk {
    font-size: 1.5rem;
    line-height: 1.36;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .phd > .lnk {
    font-size: 1.6rem;
    line-height: 1.44;
  }
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .phd > .lnk {
    height: 2.72em;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .phd > .lnk {
    height: 2.88em;
  }
}
#main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .phd > .lnk.hov {
  transition: color 0.35s;
}
#main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .phd > .lnk.hov:hover {
  color: #1DA0E9;
}
#main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .lst {
  height: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .lst > .itm {
  height: auto;
  width: auto;
}
#main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .lst > .itm:not(:last-of-type) {
  margin-right: 0.75rem;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .lst > .itm:not(:last-of-type) {
    margin-right: 0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .lst > .itm:not(:last-of-type) {
    margin-right: 1rem;
  }
}
#main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .lst > .itm > .lnk {
  height: auto;
  width: auto;
  font-size: 1.12rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  display: block;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .lst > .itm > .lnk {
    font-size: 1.2rem;
    line-height: 1.7;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .lst > .itm > .lnk {
    font-size: 1.28rem;
    line-height: 1.8;
  }
}
#main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .lst > .itm > .lnk > .ico {
  color: #189944;
  margin-right: 0.5em;
}
#main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .lst > .itm > .lnk.hov {
  transition: color 0.35s;
}
#main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .lst > .itm > .lnk.hov:hover {
  color: #189944;
}
#main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .par {
  background-color: #E4047F;
  border-radius: 50%;
  height: 3rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 3rem;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .par {
    height: 3.5rem;
    width: 3.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .par {
    height: 4rem;
    width: 4rem;
  }
}
#main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .par > .txt1 {
  height: auto;
  width: 100%;
  font-size: 1.12rem;
  letter-spacing: 0.05em;
  color: #ffffff;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  left: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .par > .txt1 {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .par > .txt1 {
    font-size: 1.28rem;
  }
}
#main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 {
  position: relative;
}
#main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig {
  height: auto;
  width: 100%;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .lnk {
  height: auto;
  width: 100%;
  background-color: #ffffff;
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .lnk {
    width: calc(50% - 1.75rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .lnk {
    width: calc(50% - 2rem);
  }
}
#main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .lnk > .img {
  height: auto;
  width: 100%;
  display: block;
}
#main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .lnk.hov {
  overflow: hidden;
}
#main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .lnk.hov > .img {
  transition: opacity 0.35s, transform 0.35s;
}
#main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .lnk.hov:hover > .img {
  opacity: 0.75;
  transform: scale(1.05);
}
#main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap {
  height: auto;
  width: 100%;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap {
    margin-top: 0;
    width: calc(50% - 1.75rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap {
    width: calc(50% - 2rem);
  }
}
#main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .phd {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
  font-size: 1.96rem;
  letter-spacing: 0.05em;
  line-height: 1.28;
  color: #ffffff;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .phd {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .phd {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .phd {
    font-size: 2.1rem;
    line-height: 1.36;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .phd {
    font-size: 2.24rem;
    line-height: 1.44;
  }
}
#main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .par {
  height: auto;
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .par {
    font-size: 1.5rem;
    line-height: 1.7;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .par {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
#main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .lnk {
  margin-top: 3rem;
  border-radius: 0.75rem;
  background-color: #ffffff;
  border: 0.2rem solid #ffffff;
  color: #000000;
  display: block;
  font-size: 1.12rem;
  font-weight: 500;
  height: auto;
  letter-spacing: 0.05em;
  line-height: 2.56;
  position: relative;
  text-align: center;
  width: 15rem;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .lnk {
    margin-top: 3.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .lnk {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .lnk {
    border-radius: 0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .lnk {
    border-radius: 1rem;
  }
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .lnk {
    border: 0.25rem solid #ffffff;
    font-size: 1.35rem;
    line-height: 2.72;
    width: 17.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .lnk {
    border: 0.3rem solid #ffffff;
    font-size: 1.6rem;
    line-height: 2.88;
    width: 20rem;
  }
}
#main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .lnk::after {
  color: #FDA501;
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 1em;
  font-weight: bold;
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translateY(-50%);
}
#main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .lnk.hov {
  transition: background-color 0.35s;
}
#main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .lnk.hov::after {
  transition: transform 0.35s;
}
#main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .lnk.hov:hover {
  background-color: #FDA501;
  color: #ffffff;
}
#main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .lnk.hov:hover::after {
  color: #ffffff;
  transform: translate(0.25em, -50%);
}
#main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .par {
  background-color: #E4047F;
  border-radius: 50%;
  height: 3rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 3rem;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .par {
    height: 3.5rem;
    width: 3.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .par {
    height: 4rem;
    width: 4rem;
  }
}
#main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .par > .txt1 {
  height: auto;
  width: 100%;
  font-size: 1.12rem;
  letter-spacing: 0.05em;
  color: #ffffff;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  left: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .par > .txt1 {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .par > .txt1 {
    font-size: 1.28rem;
  }
}
#main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box2 {
  height: auto;
  width: 100%;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
#main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box2 > [class^=lnk] {
  cursor: pointer;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box2 > [class^=lnk] {
    width: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box2 > [class^=lnk] {
    width: 3rem;
  }
}
#main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box2 > [class^=lnk].hov {
  transition: opacity 0.35s;
}
#main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box2 > [class^=lnk].hov:hover {
  opacity: 0.5;
}
#main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box2 > [class^=lnk].lnk1 {
  right: calc(100% + 0.75rem);
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box2 > [class^=lnk].lnk1 {
    right: calc(100% + 0.875rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box2 > [class^=lnk].lnk1 {
    right: calc(100% + 1rem);
  }
}
#main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box2 > [class^=lnk].lnk2 {
  left: calc(100% + 0.75rem);
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box2 > [class^=lnk].lnk2 {
    left: calc(100% + 0.875rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box2 > [class^=lnk].lnk2 {
    left: calc(100% + 1rem);
  }
}
#main.front-page > .inner > .sec2 > .inner > .box2 > .box1 > .box2 > [class^=lnk] > .img {
  height: auto;
  width: 100%;
  display: block;
}
#main.front-page > .inner > .sec3 {
  height: auto;
  width: 100%;
  margin-bottom: 4.5rem;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec3 {
    margin-bottom: 5.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec3 {
    margin-bottom: 6rem;
  }
}
#main.front-page > .inner > .sec3 > .inner {
  height: auto;
  width: 100%;
  padding: 0 1.5rem;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec3 > .inner {
    padding: 0 4.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec3 > .inner {
    margin: 0 auto;
    max-width: 120rem;
    padding: 0 5rem;
  }
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] {
  height: auto;
  width: 100%;
}
#main.front-page > .inner > .sec3 > .inner > [class^=box]:not(:last-of-type) {
  margin-bottom: 4.5rem;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box]:not(:last-of-type) {
    margin-bottom: 5.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box]:not(:last-of-type) {
    margin-bottom: 6rem;
  }
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box1 {
  height: auto;
  width: 100%;
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.25rem;
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box1 > .box1 {
  height: auto;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box1 > .box1 {
    width: calc(100% - 13.75rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box1 > .box1 {
    width: calc(100% - 16rem);
  }
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box1 > .box1 > .lnk {
  height: auto;
  width: 100%;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box1 > .box1 > .lnk.hov {
  transition: opacity 0.35s;
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box1 > .box1 > .lnk.hov:hover {
  opacity: 0.5;
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box1 > .box1 > .lnk > .img {
  display: block;
  float: left;
  height: auto;
  margin-right: 1.5rem;
  width: 5rem;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box1 > .box1 > .lnk > .img {
    margin-right: 1.75rem;
    width: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box1 > .box1 > .lnk > .img {
    margin-right: 2rem;
    width: 7rem;
  }
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box1 > .box1 > .lnk > .phd {
  font-size: 1.96rem;
  letter-spacing: 0.05em;
  line-height: 1.28;
  color: #000000;
  font-weight: 700;
  height: auto;
  width: calc(100% - 6.5rem);
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box1 > .box1 > .lnk > .phd {
    font-size: 2.1rem;
    line-height: 1.36;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box1 > .box1 > .lnk > .phd {
    font-size: 2.24rem;
    line-height: 1.44;
  }
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box1 > .box1 > .lnk > .phd {
    width: calc(100% - 7.75rem);
  }
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box1 > .box1 > .lnk > .phd {
    width: calc(100% - 9rem);
  }
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box1 > .box1 > .lnk > .phd > .txt1 {
  background: linear-gradient(transparent 80%, #1DA0E9 0%);
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box1 > .box1 > .lnk > .par {
  height: auto;
  width: 100%;
  font-size: 1.26rem;
  letter-spacing: 0.05em;
  line-height: 1.28;
  margin-top: 0.75rem;
  color: #000000;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box1 > .box1 > .lnk > .par {
    font-size: 1.35rem;
    line-height: 1.36;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box1 > .box1 > .lnk > .par {
    font-size: 1.44rem;
    line-height: 1.44;
  }
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box1 > .box1 > .lnk > .par {
    margin-top: 0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box1 > .box1 > .lnk > .par {
    margin-top: 1rem;
  }
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box1 > .box2 {
  display: none;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box1 > .box2 {
    display: block;
    height: auto;
    width: 12rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box1 > .box2 {
    width: 14rem;
  }
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box1 > .box2 > .lnk {
  height: auto;
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  align-items: center;
  background-color: #ffffff;
  border: 0.2rem solid #1DA0E9;
  border-radius: 0.5em;
  color: #000000;
  display: flex;
  font-weight: 500;
  justify-content: center;
  padding: 0.5em 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box1 > .box2 > .lnk {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box1 > .box2 > .lnk {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box1 > .box2 > .lnk {
    border: 0.25rem solid #1DA0E9;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box1 > .box2 > .lnk {
    border: 0.3rem solid #1DA0E9;
  }
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box1 > .box2 > .lnk > .txt1 {
  background-color: #1DA0E9;
  border-radius: 50%;
  display: block;
  height: 1.5em;
  margin-right: 0.5em;
  position: relative;
  width: 1.5em;
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box1 > .box2 > .lnk > .txt1 > .ico {
  color: #ffffff;
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-40%, -50%);
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box1 > .box2 > .lnk > .txt2 {
  display: block;
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box1 > .box2 > .lnk > .txt3 {
  display: none;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box1 > .box2 > .lnk > .txt3 {
    display: block;
  }
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box1 > .box2 > .lnk.hov {
  transition: background-color 0.35s;
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box1 > .box2 > .lnk.hov > .txt1 {
  transition: background-color 0.35s;
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box1 > .box2 > .lnk.hov:hover {
  background-color: #1DA0E9;
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box1 > .box2 > .lnk.hov:hover > .txt1 {
  background-color: #ffffff;
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box1 > .box2 > .lnk.hov:hover > .txt1 > .ico {
  color: #1DA0E9;
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box1 > .box2 > .lnk.hov:hover > .txt2 {
  color: #ffffff;
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box1 > .box2 > .lnk.hov:hover > .txt3 {
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box1 {
    margin-bottom: 2.625rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box1 {
    margin-bottom: 3rem;
  }
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 {
  padding: 0 1.5rem;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 {
    padding: 0;
  }
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 {
  height: auto;
  width: 100%;
  position: relative;
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 {
  margin: -1.5rem -1.5rem;
  height: auto;
  width: calc(100% + 3rem);
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 {
    margin: -1.75rem -1.75rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 {
    margin: -2rem -2rem;
  }
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 {
    width: calc(100% + 3.5rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 {
    width: calc(100% + 4rem);
  }
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 {
  height: auto;
  width: 100%;
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box] {
  padding: 1.5rem 1.5rem;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box] {
    padding: 1.75rem 1.75rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box] {
    padding: 2rem 2rem;
  }
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 {
  position: relative;
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig {
  height: auto;
  width: 100%;
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .lnk {
  height: auto;
  width: 100%;
  border-radius: 0.75rem;
  background-color: #ffffff;
  border: 0.3rem solid #000000;
  display: block;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .lnk {
    border-radius: 0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .lnk {
    border-radius: 1rem;
  }
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .lnk {
    border: 0.4rem solid #000000;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .lnk {
    border: 0.5rem solid #000000;
  }
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .lnk > .img {
  height: auto;
  width: 100%;
  display: block;
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .lnk.hov {
  overflow: hidden;
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .lnk.hov > .img {
  transition: opacity 0.35s, transform 0.35s;
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .lnk.hov:hover > .img {
  opacity: 0.75;
  transform: scale(1.05);
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap {
  margin-top: 0.75rem;
  height: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap {
    margin-top: 0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap {
    margin-top: 1rem;
  }
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .phd {
  height: auto;
  width: 100%;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .phd {
    margin-bottom: 0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .phd {
    margin-bottom: 1rem;
  }
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .phd > .lnk {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.28;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #000000;
  display: -webkit-box;
  font-weight: 700;
  height: 2.56em;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .phd > .lnk {
    font-size: 1.5rem;
    line-height: 1.36;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .phd > .lnk {
    font-size: 1.6rem;
    line-height: 1.44;
  }
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .phd > .lnk {
    height: 2.72em;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .phd > .lnk {
    height: 2.88em;
  }
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .phd > .lnk.hov {
  transition: color 0.35s;
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .phd > .lnk.hov:hover {
  color: #1DA0E9;
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .lst {
  height: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .lst > .itm {
  height: auto;
  width: auto;
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .lst > .itm:not(:last-of-type) {
  margin-right: 0.75rem;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .lst > .itm:not(:last-of-type) {
    margin-right: 0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .lst > .itm:not(:last-of-type) {
    margin-right: 1rem;
  }
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .lst > .itm > .lnk {
  height: auto;
  width: auto;
  font-size: 1.12rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  display: block;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .lst > .itm > .lnk {
    font-size: 1.2rem;
    line-height: 1.7;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .lst > .itm > .lnk {
    font-size: 1.28rem;
    line-height: 1.8;
  }
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .lst > .itm > .lnk > .ico {
  color: #189944;
  margin-right: 0.5em;
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .lst > .itm > .lnk.hov {
  transition: color 0.35s;
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .lst > .itm > .lnk.hov:hover {
  color: #189944;
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .par {
  background-color: #E4047F;
  border-radius: 50%;
  height: 3rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 3rem;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .par {
    height: 3.5rem;
    width: 3.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .par {
    height: 4rem;
    width: 4rem;
  }
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .par > .txt1 {
  height: auto;
  width: 100%;
  font-size: 1.12rem;
  letter-spacing: 0.05em;
  color: #ffffff;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  left: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .par > .txt1 {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .par > .txt1 {
    font-size: 1.28rem;
  }
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 {
  position: relative;
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig {
  height: auto;
  width: 100%;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .lnk {
  height: auto;
  width: 100%;
  background-color: #ffffff;
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .lnk {
    width: calc(50% - 1.75rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .lnk {
    width: calc(50% - 2rem);
  }
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .lnk > .img {
  height: auto;
  width: 100%;
  display: block;
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .lnk.hov {
  overflow: hidden;
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .lnk.hov > .img {
  transition: opacity 0.35s, transform 0.35s;
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .lnk.hov:hover > .img {
  opacity: 0.75;
  transform: scale(1.05);
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap {
  height: auto;
  width: 100%;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap {
    margin-top: 0;
    width: calc(50% - 1.75rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap {
    width: calc(50% - 2rem);
  }
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .phd {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
  font-size: 1.96rem;
  letter-spacing: 0.05em;
  line-height: 1.28;
  color: #ffffff;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .phd {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .phd {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .phd {
    font-size: 2.1rem;
    line-height: 1.36;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .phd {
    font-size: 2.24rem;
    line-height: 1.44;
  }
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .par {
  height: auto;
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .par {
    font-size: 1.5rem;
    line-height: 1.7;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .par {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .lnk {
  margin-top: 3rem;
  border-radius: 0.75rem;
  background-color: #ffffff;
  border: 0.2rem solid #ffffff;
  color: #000000;
  display: block;
  font-size: 1.12rem;
  font-weight: 500;
  height: auto;
  letter-spacing: 0.05em;
  line-height: 2.56;
  position: relative;
  text-align: center;
  width: 15rem;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .lnk {
    margin-top: 3.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .lnk {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .lnk {
    border-radius: 0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .lnk {
    border-radius: 1rem;
  }
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .lnk {
    border: 0.25rem solid #ffffff;
    font-size: 1.35rem;
    line-height: 2.72;
    width: 17.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .lnk {
    border: 0.3rem solid #ffffff;
    font-size: 1.6rem;
    line-height: 2.88;
    width: 20rem;
  }
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .lnk::after {
  color: #FDA501;
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 1em;
  font-weight: bold;
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translateY(-50%);
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .lnk.hov {
  transition: background-color 0.35s;
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .lnk.hov::after {
  transition: transform 0.35s;
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .lnk.hov:hover {
  background-color: #FDA501;
  color: #ffffff;
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .lnk.hov:hover::after {
  color: #ffffff;
  transform: translate(0.25em, -50%);
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .par {
  background-color: #E4047F;
  border-radius: 50%;
  height: 3rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 3rem;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .par {
    height: 3.5rem;
    width: 3.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .par {
    height: 4rem;
    width: 4rem;
  }
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .par > .txt1 {
  height: auto;
  width: 100%;
  font-size: 1.12rem;
  letter-spacing: 0.05em;
  color: #ffffff;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  left: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .par > .txt1 {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .par > .txt1 {
    font-size: 1.28rem;
  }
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box2 {
  height: auto;
  width: 100%;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box2 > [class^=lnk] {
  cursor: pointer;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box2 > [class^=lnk] {
    width: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box2 > [class^=lnk] {
    width: 3rem;
  }
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box2 > [class^=lnk].hov {
  transition: opacity 0.35s;
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box2 > [class^=lnk].hov:hover {
  opacity: 0.5;
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box2 > [class^=lnk].lnk1 {
  right: calc(100% + 0.75rem);
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box2 > [class^=lnk].lnk1 {
    right: calc(100% + 0.875rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box2 > [class^=lnk].lnk1 {
    right: calc(100% + 1rem);
  }
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box2 > [class^=lnk].lnk2 {
  left: calc(100% + 0.75rem);
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box2 > [class^=lnk].lnk2 {
    left: calc(100% + 0.875rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box2 > [class^=lnk].lnk2 {
    left: calc(100% + 1rem);
  }
}
#main.front-page > .inner > .sec3 > .inner > [class^=box] > .box2 > .box1 > .box2 > [class^=lnk] > .img {
  height: auto;
  width: 100%;
  display: block;
}
#main.front-page > .inner > .sec4 {
  height: auto;
  width: 100%;
}
#main.front-page > .inner > .sec4 > .inner {
  height: auto;
  width: 100%;
  padding: 0 1.5rem;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec4 > .inner {
    padding: 0 4.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec4 > .inner {
    margin: 0 auto;
    max-width: 120rem;
    padding: 0 5rem;
  }
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] {
  height: auto;
  width: 100%;
}
#main.front-page > .inner > .sec4 > .inner > [class^=box]:not(:last-of-type) {
  margin-bottom: 4.5rem;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box]:not(:last-of-type) {
    margin-bottom: 5.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box]:not(:last-of-type) {
    margin-bottom: 6rem;
  }
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box1 {
  height: auto;
  width: 100%;
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.25rem;
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box1 > .box1 {
  height: auto;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box1 > .box1 {
    width: calc(100% - 13.75rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box1 > .box1 {
    width: calc(100% - 16rem);
  }
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box1 > .box1 > .lnk {
  height: auto;
  width: 100%;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box1 > .box1 > .lnk.hov {
  transition: opacity 0.35s;
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box1 > .box1 > .lnk.hov:hover {
  opacity: 0.5;
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box1 > .box1 > .lnk > .img {
  display: block;
  float: left;
  height: auto;
  margin-right: 1.5rem;
  width: 5rem;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box1 > .box1 > .lnk > .img {
    margin-right: 1.75rem;
    width: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box1 > .box1 > .lnk > .img {
    margin-right: 2rem;
    width: 7rem;
  }
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box1 > .box1 > .lnk > .phd {
  font-size: 1.96rem;
  letter-spacing: 0.05em;
  line-height: 1.28;
  color: #000000;
  font-weight: 700;
  height: auto;
  width: calc(100% - 6.5rem);
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box1 > .box1 > .lnk > .phd {
    font-size: 2.1rem;
    line-height: 1.36;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box1 > .box1 > .lnk > .phd {
    font-size: 2.24rem;
    line-height: 1.44;
  }
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box1 > .box1 > .lnk > .phd {
    width: calc(100% - 7.75rem);
  }
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box1 > .box1 > .lnk > .phd {
    width: calc(100% - 9rem);
  }
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box1 > .box1 > .lnk > .phd > .txt1 {
  background: linear-gradient(transparent 80%, #1DA0E9 0%);
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box1 > .box1 > .lnk > .par {
  height: auto;
  width: 100%;
  font-size: 1.26rem;
  letter-spacing: 0.05em;
  line-height: 1.28;
  margin-top: 0.75rem;
  color: #000000;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box1 > .box1 > .lnk > .par {
    font-size: 1.35rem;
    line-height: 1.36;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box1 > .box1 > .lnk > .par {
    font-size: 1.44rem;
    line-height: 1.44;
  }
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box1 > .box1 > .lnk > .par {
    margin-top: 0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box1 > .box1 > .lnk > .par {
    margin-top: 1rem;
  }
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box1 > .box2 {
  display: none;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box1 > .box2 {
    display: block;
    height: auto;
    width: 12rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box1 > .box2 {
    width: 14rem;
  }
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box1 > .box2 > .lnk {
  height: auto;
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  align-items: center;
  background-color: #ffffff;
  border: 0.2rem solid #1DA0E9;
  border-radius: 0.5em;
  color: #000000;
  display: flex;
  font-weight: 500;
  justify-content: center;
  padding: 0.5em 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box1 > .box2 > .lnk {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box1 > .box2 > .lnk {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box1 > .box2 > .lnk {
    border: 0.25rem solid #1DA0E9;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box1 > .box2 > .lnk {
    border: 0.3rem solid #1DA0E9;
  }
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box1 > .box2 > .lnk > .txt1 {
  background-color: #1DA0E9;
  border-radius: 50%;
  display: block;
  height: 1.5em;
  margin-right: 0.5em;
  position: relative;
  width: 1.5em;
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box1 > .box2 > .lnk > .txt1 > .ico {
  color: #ffffff;
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-40%, -50%);
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box1 > .box2 > .lnk > .txt2 {
  display: block;
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box1 > .box2 > .lnk > .txt3 {
  display: none;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box1 > .box2 > .lnk > .txt3 {
    display: block;
  }
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box1 > .box2 > .lnk.hov {
  transition: background-color 0.35s;
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box1 > .box2 > .lnk.hov > .txt1 {
  transition: background-color 0.35s;
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box1 > .box2 > .lnk.hov:hover {
  background-color: #1DA0E9;
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box1 > .box2 > .lnk.hov:hover > .txt1 {
  background-color: #ffffff;
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box1 > .box2 > .lnk.hov:hover > .txt1 > .ico {
  color: #1DA0E9;
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box1 > .box2 > .lnk.hov:hover > .txt2 {
  color: #ffffff;
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box1 > .box2 > .lnk.hov:hover > .txt3 {
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box1 {
    margin-bottom: 2.625rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box1 {
    margin-bottom: 3rem;
  }
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 {
  padding: 0 1.5rem;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 {
    padding: 0;
  }
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 {
  height: auto;
  width: 100%;
  position: relative;
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 {
  margin: -1.5rem -1.5rem;
  height: auto;
  width: calc(100% + 3rem);
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 {
    margin: -1.75rem -1.75rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 {
    margin: -2rem -2rem;
  }
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 {
    width: calc(100% + 3.5rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 {
    width: calc(100% + 4rem);
  }
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 {
  height: auto;
  width: 100%;
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box] {
  padding: 1.5rem 1.5rem;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box] {
    padding: 1.75rem 1.75rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box] {
    padding: 2rem 2rem;
  }
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 {
  position: relative;
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig {
  height: auto;
  width: 100%;
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .lnk {
  height: auto;
  width: 100%;
  border-radius: 0.75rem;
  background-color: #ffffff;
  border: 0.3rem solid #000000;
  display: block;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .lnk {
    border-radius: 0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .lnk {
    border-radius: 1rem;
  }
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .lnk {
    border: 0.4rem solid #000000;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .lnk {
    border: 0.5rem solid #000000;
  }
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .lnk > .img {
  height: auto;
  width: 100%;
  display: block;
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .lnk.hov {
  overflow: hidden;
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .lnk.hov > .img {
  transition: opacity 0.35s, transform 0.35s;
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .lnk.hov:hover > .img {
  opacity: 0.75;
  transform: scale(1.05);
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap {
  margin-top: 0.75rem;
  height: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap {
    margin-top: 0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap {
    margin-top: 1rem;
  }
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .phd {
  height: auto;
  width: 100%;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .phd {
    margin-bottom: 0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .phd {
    margin-bottom: 1rem;
  }
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .phd > .lnk {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.28;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #000000;
  display: -webkit-box;
  font-weight: 700;
  height: 2.56em;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .phd > .lnk {
    font-size: 1.5rem;
    line-height: 1.36;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .phd > .lnk {
    font-size: 1.6rem;
    line-height: 1.44;
  }
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .phd > .lnk {
    height: 2.72em;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .phd > .lnk {
    height: 2.88em;
  }
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .phd > .lnk.hov {
  transition: color 0.35s;
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .phd > .lnk.hov:hover {
  color: #1DA0E9;
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .lst {
  height: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .lst > .itm {
  height: auto;
  width: auto;
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .lst > .itm:not(:last-of-type) {
  margin-right: 0.75rem;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .lst > .itm:not(:last-of-type) {
    margin-right: 0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .lst > .itm:not(:last-of-type) {
    margin-right: 1rem;
  }
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .lst > .itm > .lnk {
  height: auto;
  width: auto;
  font-size: 1.12rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  display: block;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .lst > .itm > .lnk {
    font-size: 1.2rem;
    line-height: 1.7;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .lst > .itm > .lnk {
    font-size: 1.28rem;
    line-height: 1.8;
  }
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .lst > .itm > .lnk > .ico {
  color: #189944;
  margin-right: 0.5em;
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .lst > .itm > .lnk.hov {
  transition: color 0.35s;
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .fig > .cap > .lst > .itm > .lnk.hov:hover {
  color: #189944;
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .par {
  background-color: #E4047F;
  border-radius: 50%;
  height: 3rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 3rem;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .par {
    height: 3.5rem;
    width: 3.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .par {
    height: 4rem;
    width: 4rem;
  }
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .par > .txt1 {
  height: auto;
  width: 100%;
  font-size: 1.12rem;
  letter-spacing: 0.05em;
  color: #ffffff;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  left: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .par > .txt1 {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type1 > .par > .txt1 {
    font-size: 1.28rem;
  }
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 {
  position: relative;
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig {
  height: auto;
  width: 100%;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .lnk {
  height: auto;
  width: 100%;
  background-color: #ffffff;
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .lnk {
    width: calc(50% - 1.75rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .lnk {
    width: calc(50% - 2rem);
  }
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .lnk > .img {
  height: auto;
  width: 100%;
  display: block;
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .lnk.hov {
  overflow: hidden;
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .lnk.hov > .img {
  transition: opacity 0.35s, transform 0.35s;
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .lnk.hov:hover > .img {
  opacity: 0.75;
  transform: scale(1.05);
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap {
  height: auto;
  width: 100%;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap {
    margin-top: 0;
    width: calc(50% - 1.75rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap {
    width: calc(50% - 2rem);
  }
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .phd {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
  font-size: 1.96rem;
  letter-spacing: 0.05em;
  line-height: 1.28;
  color: #ffffff;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .phd {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .phd {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .phd {
    font-size: 2.1rem;
    line-height: 1.36;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .phd {
    font-size: 2.24rem;
    line-height: 1.44;
  }
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .par {
  height: auto;
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .par {
    font-size: 1.5rem;
    line-height: 1.7;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .par {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .lnk {
  margin-top: 3rem;
  border-radius: 0.75rem;
  background-color: #ffffff;
  border: 0.2rem solid #ffffff;
  color: #000000;
  display: block;
  font-size: 1.12rem;
  font-weight: 500;
  height: auto;
  letter-spacing: 0.05em;
  line-height: 2.56;
  position: relative;
  text-align: center;
  width: 15rem;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .lnk {
    margin-top: 3.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .lnk {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .lnk {
    border-radius: 0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .lnk {
    border-radius: 1rem;
  }
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .lnk {
    border: 0.25rem solid #ffffff;
    font-size: 1.35rem;
    line-height: 2.72;
    width: 17.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .lnk {
    border: 0.3rem solid #ffffff;
    font-size: 1.6rem;
    line-height: 2.88;
    width: 20rem;
  }
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .lnk::after {
  color: #FDA501;
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 1em;
  font-weight: bold;
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translateY(-50%);
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .lnk.hov {
  transition: background-color 0.35s;
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .lnk.hov::after {
  transition: transform 0.35s;
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .lnk.hov:hover {
  background-color: #FDA501;
  color: #ffffff;
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .fig > .cap > .lnk.hov:hover::after {
  color: #ffffff;
  transform: translate(0.25em, -50%);
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .par {
  background-color: #E4047F;
  border-radius: 50%;
  height: 3rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 3rem;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .par {
    height: 3.5rem;
    width: 3.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .par {
    height: 4rem;
    width: 4rem;
  }
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .par > .txt1 {
  height: auto;
  width: 100%;
  font-size: 1.12rem;
  letter-spacing: 0.05em;
  color: #ffffff;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  left: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .par > .txt1 {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box1 > .box1 > [class^=box].type2 > .par > .txt1 {
    font-size: 1.28rem;
  }
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box2 {
  height: auto;
  width: 100%;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box2 > [class^=lnk] {
  cursor: pointer;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box2 > [class^=lnk] {
    width: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box2 > [class^=lnk] {
    width: 3rem;
  }
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box2 > [class^=lnk].hov {
  transition: opacity 0.35s;
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box2 > [class^=lnk].hov:hover {
  opacity: 0.5;
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box2 > [class^=lnk].lnk1 {
  right: calc(100% + 0.75rem);
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box2 > [class^=lnk].lnk1 {
    right: calc(100% + 0.875rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box2 > [class^=lnk].lnk1 {
    right: calc(100% + 1rem);
  }
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box2 > [class^=lnk].lnk2 {
  left: calc(100% + 0.75rem);
}
@media screen and (min-width: 768px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box2 > [class^=lnk].lnk2 {
    left: calc(100% + 0.875rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box2 > [class^=lnk].lnk2 {
    left: calc(100% + 1rem);
  }
}
#main.front-page > .inner > .sec4 > .inner > [class^=box] > .box2 > .box1 > .box2 > [class^=lnk] > .img {
  height: auto;
  width: 100%;
  display: block;
}

/*# sourceMappingURL=front-page.css.map */
