@charset "UTF-8";
html {
  background-color: #1DA0E9;
  color: #303030;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-size: 10px;
  line-height: 1;
  overflow-x: auto;
  overflow-y: scroll;
}

body {
  -webkit-text-size-adjust: 100%;
  overflow: hidden;
}

*, *::before, *::after {
  box-sizing: border-box;
}

.bxs, .bsm, .bmd, .blg, .bxl {
  display: none;
}

.ixs, .ism, .imd, .ilg, .ixl {
  display: none;
}

@media screen and (max-width: 575px) {
  .bxs {
    display: block;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .bsm {
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .bmd {
    display: block;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .blg {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .bxl {
    display: block;
  }
}

@media screen and (max-width: 575px) {
  .ixs {
    display: inline;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .ism {
    display: inline;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .imd {
    display: inline;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .ilg {
    display: inline;
  }
}

@media screen and (min-width: 1200px) {
  .ixl {
    display: inline;
  }
}

/*** #loader ***/
#loader {
  background-color: #1DA0E9;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.35s;
  visibility: hidden;
  width: 100%;
  z-index: 10000;
}
#loader.type1 {
  opacity: 1;
  visibility: visible;
}
#loader > .inner {
  height: 100%;
  width: 100%;
  position: relative;
}
#loader > .inner > .box1 {
  height: auto;
  width: auto;
  display: flex;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
#loader > .inner > .box1 > [class^=box] {
  background-color: #ffffff;
  animation: loader_ani 0.7s 0s infinite linear;
  border-radius: 100%;
  display: block;
  height: 1.125rem;
  margin: 0.375rem;
  width: 1.125rem;
}
@media screen and (min-width: 768px) {
  #loader > .inner > .box1 > [class^=box] {
    height: 1.09375rem;
    margin: 0.4375rem;
    width: 1.09375rem;
  }
}
@media screen and (min-width: 1200px) {
  #loader > .inner > .box1 > [class^=box] {
    height: 1rem;
    margin: 0.5rem;
    width: 1rem;
  }
}
#loader > .inner > .box1 > [class^=box]:nth-child(2n-1) {
  animation-delay: -0.35s;
}
@keyframes loader_ani {
  50% {
    opacity: 0.2;
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/*** #contents ***/
#contents {
  height: auto;
  width: 100%;
  background-color: #ffffff;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: relative;
  transition: opacity 0.35s;
  visibility: hidden;
  z-index: 1;
}
#contents.active {
  opacity: 1;
  pointer-events: visible;
  visibility: visible;
}

/*** #header ***/
#header {
  height: 5rem;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  #header {
    height: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  #header {
    padding: 0 2rem;
    right: 0;
    top: 2rem;
    transition: width 0.35s;
  }
}
@media screen and (min-width: 1200px) {
  #header.scroll {
    width: 30rem;
  }
}
#header > .inner {
  height: 100%;
  width: 100%;
  padding: 0rem 1.5rem;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  #header > .inner {
    padding: 0rem 1.75rem;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner {
    padding: 0rem 2rem;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner {
    border-radius: 2rem;
  }
}
#header > .inner > .box1 {
  height: auto;
  width: 14rem;
}
@media screen and (min-width: 768px) {
  #header > .inner > .box1 {
    width: 15rem;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box1 {
    width: 16rem;
  }
}
#header > .inner > .box1 > .phd {
  height: auto;
  width: 100%;
}
#header > .inner > .box1 > .phd > .lnk {
  height: auto;
  width: 100%;
  display: block;
}
#header > .inner > .box1 > .phd > .lnk.hov {
  transition: opacity 0.35s;
}
#header > .inner > .box1 > .phd > .lnk.hov:hover {
  opacity: 0.5;
}
#header > .inner > .box1 > .phd > .lnk > .img {
  height: auto;
  width: 100%;
  display: block;
}
#header > .inner > .box2 {
  display: none;
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box2 {
    display: block;
    height: auto;
    overflow: hidden;
    width: calc(100% - 24rem);
  }
}
#header > .inner > .box2 > .lst {
  height: auto;
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  max-width: 100rem;
}
#header > .inner > .box2 > .lst > .itm {
  height: auto;
  width: auto;
}
#header > .inner > .box2 > .lst > .itm > .lnk {
  height: auto;
  width: auto;
  color: #000000;
  display: block;
  font-size: 1.44rem;
  font-weight: 1.75rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  padding-left: 1.5em;
  position: relative;
  white-space: nowrap;
}
#header > .inner > .box2 > .lst > .itm > .lnk::before {
  border-radius: 100%;
  content: "";
  display: block;
  height: 1.2em;
  position: absolute;
  left: 0;
  top: calc(50% - .6em);
  width: 1.2em;
}
#header > .inner > .box2 > .lst > .itm > .lnk::after {
  color: #ffffff;
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  left: 0.5em;
  top: 0;
}
#header > .inner > .box2 > .lst > .itm > .lnk.hov {
  transition: color 0.35s;
}
#header > .inner > .box2 > .lst > .itm[class*=itm1] > .lnk::before {
  background-color: #1DA0E9;
}
#header > .inner > .box2 > .lst > .itm[class*=itm1] > .lnk:hover {
  color: #1DA0E9;
}
#header > .inner > .box2 > .lst > .itm[class*=itm2] > .lnk::before {
  background-color: #FDA501;
}
#header > .inner > .box2 > .lst > .itm[class*=itm2] > .lnk:hover {
  color: #FDA501;
}
#header > .inner > .box2 > .lst > .itm[class*=itm3] > .lnk::before {
  background-color: #189944;
}
#header > .inner > .box2 > .lst > .itm[class*=itm3] > .lnk:hover {
  color: #189944;
}
#header > .inner > .box2 > .lst > .itm[class*=itm4] > .lnk::before {
  background-color: #ff6600;
}
#header > .inner > .box2 > .lst > .itm[class*=itm4] > .lnk:hover {
  color: #ff6600;
}
#header > .inner > .box3 {
  height: 3.5rem;
  width: 3.5rem;
}
@media screen and (min-width: 768px) {
  #header > .inner > .box3 {
    height: 3.75rem;
    width: 3.75rem;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box3 {
    height: 4rem;
    width: 4rem;
  }
}
#header > .inner > .box3 > .lnk {
  height: 100%;
  width: 100%;
  background-color: #1DA0E9;
  border: 0.2rem solid #1DA0E9;
  border-radius: 50%;
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  #header > .inner > .box3 > .lnk {
    border: 0.25rem solid #1DA0E9;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box3 > .lnk {
    border: 0.3rem solid #1DA0E9;
  }
}
#header > .inner > .box3 > .lnk > .ico {
  height: auto;
  width: auto;
  font-size: 1.4rem;
  letter-spacing: 0em;
  color: #ffffff;
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  #header > .inner > .box3 > .lnk > .ico {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #header > .inner > .box3 > .lnk > .ico {
    font-size: 1.6rem;
  }
}
#header > .inner > .box3 > .lnk.hov {
  transition: background-color 0.35s;
}
#header > .inner > .box3 > .lnk.hov:hover {
  background-color: #ffffff;
}
#header > .inner > .box3 > .lnk.hov:hover > .ico {
  color: #1DA0E9;
}

/*** navi ****/
#navi {
  background-color: #1DA0E9;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity 0.35s;
  visibility: hidden;
  width: 100%;
  z-index: 2000;
}
#navi.active {
  opacity: 1;
  pointer-events: visible;
  visibility: visible;
}
#navi > .inner {
  height: 100%;
  width: 100%;
  padding: 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  #navi > .inner {
    padding: 1.75rem 1.75rem;
  }
}
@media screen and (min-width: 1200px) {
  #navi > .inner {
    padding: 2rem 2rem;
  }
}
@media screen and (min-width: 1200px) {
  #navi > .inner {
    margin: 0 auto;
    max-width: 120rem;
  }
}
#navi > .inner > .box1 {
  height: auto;
  width: 100%;
}
#navi > .inner > .box1 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  #navi > .inner > .box1 > .box1 {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 1200px) {
  #navi > .inner > .box1 > .box1 {
    margin-bottom: 2rem;
  }
}
#navi > .inner > .box1 > .box1 > .frm {
  height: auto;
  width: 100%;
  border-radius: 0.75rem;
  border: 0.2rem solid #ffffff;
  display: flex;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #navi > .inner > .box1 > .box1 > .frm {
    border-radius: 0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  #navi > .inner > .box1 > .box1 > .frm {
    border-radius: 1rem;
  }
}
@media screen and (min-width: 768px) {
  #navi > .inner > .box1 > .box1 > .frm {
    border: 0.25rem solid #ffffff;
  }
}
@media screen and (min-width: 1200px) {
  #navi > .inner > .box1 > .box1 > .frm {
    border: 0.3rem solid #ffffff;
  }
}
#navi > .inner > .box1 > .box1 > .frm > .box1 {
  height: auto;
  position: relative;
  width: 13rem;
}
@media screen and (min-width: 768px) {
  #navi > .inner > .box1 > .box1 > .frm > .box1 {
    width: 14.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #navi > .inner > .box1 > .box1 > .frm > .box1 {
    width: 16rem;
  }
}
#navi > .inner > .box1 > .box1 > .frm > .box1 > .ips {
  height: auto;
  width: 100%;
  padding: 1.125rem 1.125rem;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #navi > .inner > .box1 > .box1 > .frm > .box1 > .ips {
    padding: 1.3125rem 1.3125rem;
  }
}
@media screen and (min-width: 1200px) {
  #navi > .inner > .box1 > .box1 > .frm > .box1 > .ips {
    padding: 1.5rem 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #navi > .inner > .box1 > .box1 > .frm > .box1 > .ips {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #navi > .inner > .box1 > .box1 > .frm > .box1 > .ips {
    font-size: 1.6rem;
  }
}
#navi > .inner > .box1 > .box1 > .frm > .box1 > .ips::-ms-expand {
  display: none;
}
#navi > .inner > .box1 > .box1 > .frm > .box1 > .ips.hov {
  transition: opacity 0.35s;
}
#navi > .inner > .box1 > .box1 > .frm > .box1 > .ips.hov:hover {
  opacity: 0.5;
}
#navi > .inner > .box1 > .box1 > .frm > .box1 > .ips > option {
  background-color: #ffffff;
  color: #000000;
  padding: 0;
}
#navi > .inner > .box1 > .box1 > .frm > .box1::after {
  height: auto;
  width: auto;
  font-size: 1.4rem;
  letter-spacing: 0em;
  color: #ffffff;
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  pointer-events: none;
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  #navi > .inner > .box1 > .box1 > .frm > .box1::after {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #navi > .inner > .box1 > .box1 > .frm > .box1::after {
    font-size: 1.6rem;
  }
}
#navi > .inner > .box1 > .box1 > .frm > .box2 {
  background-color: #ffffff;
  height: auto;
  position: relative;
  width: calc(100% - 13rem);
}
@media screen and (min-width: 768px) {
  #navi > .inner > .box1 > .box1 > .frm > .box2 {
    width: calc(100% - 14.5rem);
  }
}
@media screen and (min-width: 1200px) {
  #navi > .inner > .box1 > .box1 > .frm > .box2 {
    width: calc(100% - 16rem);
  }
}
#navi > .inner > .box1 > .box1 > .frm > .box2 > .ipt {
  height: auto;
  width: 100%;
  padding: 1.125rem 1.125rem;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  display: block;
  padding-right: 1.5em;
}
@media screen and (min-width: 768px) {
  #navi > .inner > .box1 > .box1 > .frm > .box2 > .ipt {
    padding: 1.3125rem 1.3125rem;
  }
}
@media screen and (min-width: 1200px) {
  #navi > .inner > .box1 > .box1 > .frm > .box2 > .ipt {
    padding: 1.5rem 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #navi > .inner > .box1 > .box1 > .frm > .box2 > .ipt {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #navi > .inner > .box1 > .box1 > .frm > .box2 > .ipt {
    font-size: 1.6rem;
  }
}
#navi > .inner > .box1 > .box1 > .frm > .box2 > .lnk {
  height: auto;
  width: auto;
  display: block;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  #navi > .inner > .box1 > .box1 > .frm > .box2 > .lnk {
    right: 0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  #navi > .inner > .box1 > .box1 > .frm > .box2 > .lnk {
    right: 1rem;
  }
}
#navi > .inner > .box1 > .box1 > .frm > .box2 > .lnk > .ico {
  font-size: 1.4rem;
  letter-spacing: 0em;
  color: rgba(29, 160, 233, 0.8);
}
@media screen and (min-width: 768px) {
  #navi > .inner > .box1 > .box1 > .frm > .box2 > .lnk > .ico {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #navi > .inner > .box1 > .box1 > .frm > .box2 > .lnk > .ico {
    font-size: 1.6rem;
  }
}
#navi > .inner > .box1 > .box1 > .frm > .box2 > .lnk.hov > .ico {
  transition: color 0.35s;
}
#navi > .inner > .box1 > .box1 > .frm > .box2 > .lnk.hov:hover > .ico {
  color: #1DA0E9;
}
#navi > .inner > .box1 > .box2 {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
  border-radius: 1.5rem;
  background-color: #ffffff;
  border-radius: 1.5rem;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  #navi > .inner > .box1 > .box2 {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 1200px) {
  #navi > .inner > .box1 > .box2 {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  #navi > .inner > .box1 > .box2 {
    border-radius: 1.75rem;
  }
}
@media screen and (min-width: 1200px) {
  #navi > .inner > .box1 > .box2 {
    border-radius: 2rem;
  }
}
#navi > .inner > .box1 > .box2 > .box1, #navi > .inner > .box1 > .box2 > .box2, #navi > .inner > .box1 > .box2 > .box3 {
  height: auto;
  width: 100%;
  padding: 1.5rem 1.5rem;
  border-bottom: 0.3rem solid #1DA0E9;
}
@media screen and (min-width: 768px) {
  #navi > .inner > .box1 > .box2 > .box1, #navi > .inner > .box1 > .box2 > .box2, #navi > .inner > .box1 > .box2 > .box3 {
    padding: 1.75rem 1.75rem;
  }
}
@media screen and (min-width: 1200px) {
  #navi > .inner > .box1 > .box2 > .box1, #navi > .inner > .box1 > .box2 > .box2, #navi > .inner > .box1 > .box2 > .box3 {
    padding: 2rem 2rem;
  }
}
@media screen and (min-width: 768px) {
  #navi > .inner > .box1 > .box2 > .box1, #navi > .inner > .box1 > .box2 > .box2, #navi > .inner > .box1 > .box2 > .box3 {
    border-bottom: none;
    border-right: 0.4rem solid #1DA0E9;
    width: 37.5%;
  }
}
@media screen and (min-width: 1200px) {
  #navi > .inner > .box1 > .box2 > .box1, #navi > .inner > .box1 > .box2 > .box2, #navi > .inner > .box1 > .box2 > .box3 {
    border-right: 0.5rem solid #1DA0E9;
    width: 25%;
  }
}
#navi > .inner > .box1 > .box2 > .box1 > .phd, #navi > .inner > .box1 > .box2 > .box2 > .phd, #navi > .inner > .box1 > .box2 > .box3 > .phd {
  display: none;
}
@media screen and (min-width: 768px) {
  #navi > .inner > .box1 > .box2 > .box1 > .phd, #navi > .inner > .box1 > .box2 > .box2 > .phd, #navi > .inner > .box1 > .box2 > .box3 > .phd {
    height: auto;
    width: 100%;
    color: #000000;
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 1200px) {
  #navi > .inner > .box1 > .box2 > .box1 > .phd, #navi > .inner > .box1 > .box2 > .box2 > .phd, #navi > .inner > .box1 > .box2 > .box3 > .phd {
    font-size: 1.92rem;
    margin-bottom: 2rem;
  }
}
#navi > .inner > .box1 > .box2 > .box1 > .lst, #navi > .inner > .box1 > .box2 > .box2 > .lst, #navi > .inner > .box1 > .box2 > .box3 > .lst {
  height: auto;
  width: 100%;
}
#navi > .inner > .box1 > .box2 > .box1 > .lst > .itm, #navi > .inner > .box1 > .box2 > .box2 > .lst > .itm, #navi > .inner > .box1 > .box2 > .box3 > .lst > .itm {
  height: auto;
  width: 100%;
}
#navi > .inner > .box1 > .box2 > .box1 > .lst > .itm:not(:last-of-type), #navi > .inner > .box1 > .box2 > .box2 > .lst > .itm:not(:last-of-type), #navi > .inner > .box1 > .box2 > .box3 > .lst > .itm:not(:last-of-type) {
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  #navi > .inner > .box1 > .box2 > .box1 > .lst > .itm:not(:last-of-type), #navi > .inner > .box1 > .box2 > .box2 > .lst > .itm:not(:last-of-type), #navi > .inner > .box1 > .box2 > .box3 > .lst > .itm:not(:last-of-type) {
    margin-bottom: 0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  #navi > .inner > .box1 > .box2 > .box1 > .lst > .itm:not(:last-of-type), #navi > .inner > .box1 > .box2 > .box2 > .lst > .itm:not(:last-of-type), #navi > .inner > .box1 > .box2 > .box3 > .lst > .itm:not(:last-of-type) {
    margin-bottom: 1rem;
  }
}
#navi > .inner > .box1 > .box2 > .box1 > .lst > .itm > .lnk, #navi > .inner > .box1 > .box2 > .box2 > .lst > .itm > .lnk, #navi > .inner > .box1 > .box2 > .box3 > .lst > .itm > .lnk {
  height: auto;
  width: 100%;
  font-size: 1.26rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  display: block;
  font-weight: 500;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #navi > .inner > .box1 > .box2 > .box1 > .lst > .itm > .lnk, #navi > .inner > .box1 > .box2 > .box2 > .lst > .itm > .lnk, #navi > .inner > .box1 > .box2 > .box3 > .lst > .itm > .lnk {
    font-size: 1.35rem;
    line-height: 1.7;
  }
}
@media screen and (min-width: 1200px) {
  #navi > .inner > .box1 > .box2 > .box1 > .lst > .itm > .lnk, #navi > .inner > .box1 > .box2 > .box2 > .lst > .itm > .lnk, #navi > .inner > .box1 > .box2 > .box3 > .lst > .itm > .lnk {
    font-size: 1.44rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  #navi > .inner > .box1 > .box2 > .box1 > .lst > .itm > .lnk, #navi > .inner > .box1 > .box2 > .box2 > .lst > .itm > .lnk, #navi > .inner > .box1 > .box2 > .box3 > .lst > .itm > .lnk {
    text-align: left;
  }
}
#navi > .inner > .box1 > .box2 > .box1 > .lst > .itm > .lnk::after, #navi > .inner > .box1 > .box2 > .box2 > .lst > .itm > .lnk::after, #navi > .inner > .box1 > .box2 > .box3 > .lst > .itm > .lnk::after {
  content: "";
  color: #1DA0E9;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-left: 0.5em;
}
#navi > .inner > .box1 > .box2 > .box1 > .lst > .itm > .lnk.hov, #navi > .inner > .box1 > .box2 > .box2 > .lst > .itm > .lnk.hov, #navi > .inner > .box1 > .box2 > .box3 > .lst > .itm > .lnk.hov {
  transition: color 0.35s;
}
#navi > .inner > .box1 > .box2 > .box1 > .lst > .itm > .lnk.hov::after, #navi > .inner > .box1 > .box2 > .box2 > .lst > .itm > .lnk.hov::after, #navi > .inner > .box1 > .box2 > .box3 > .lst > .itm > .lnk.hov::after {
  transition: transform 0.35s;
}
#navi > .inner > .box1 > .box2 > .box1 > .lst > .itm > .lnk.hov:hover, #navi > .inner > .box1 > .box2 > .box2 > .lst > .itm > .lnk.hov:hover, #navi > .inner > .box1 > .box2 > .box3 > .lst > .itm > .lnk.hov:hover {
  color: #1DA0E9;
}
#navi > .inner > .box1 > .box2 > .box1 > .lst > .itm > .lnk.hov:hover::after, #navi > .inner > .box1 > .box2 > .box2 > .lst > .itm > .lnk.hov:hover::after, #navi > .inner > .box1 > .box2 > .box3 > .lst > .itm > .lnk.hov:hover::after {
  transform: translateX(0.25em);
}
#navi > .inner > .box1 > .box2 > .box1.box2, #navi > .inner > .box1 > .box2 > .box2.box2, #navi > .inner > .box1 > .box2 > .box3.box2 {
  display: none;
}
@media screen and (min-width: 1200px) {
  #navi > .inner > .box1 > .box2 > .box1.box2, #navi > .inner > .box1 > .box2 > .box2.box2, #navi > .inner > .box1 > .box2 > .box3.box2 {
    display: block;
  }
}
#navi > .inner > .box1 > .box2 > .box1.box2 > .lst > .itm > .lnk::after, #navi > .inner > .box1 > .box2 > .box2.box2 > .lst > .itm > .lnk::after, #navi > .inner > .box1 > .box2 > .box3.box2 > .lst > .itm > .lnk::after {
  color: #FDA501;
}
#navi > .inner > .box1 > .box2 > .box1.box2 > .lst > .itm > .lnk.hov:hover, #navi > .inner > .box1 > .box2 > .box2.box2 > .lst > .itm > .lnk.hov:hover, #navi > .inner > .box1 > .box2 > .box3.box2 > .lst > .itm > .lnk.hov:hover {
  color: #FDA501;
}
#navi > .inner > .box1 > .box2 > .box1.box3, #navi > .inner > .box1 > .box2 > .box2.box3, #navi > .inner > .box1 > .box2 > .box3.box3 {
  display: none;
}
@media screen and (min-width: 768px) {
  #navi > .inner > .box1 > .box2 > .box1.box3, #navi > .inner > .box1 > .box2 > .box2.box3, #navi > .inner > .box1 > .box2 > .box3.box3 {
    display: block;
  }
}
#navi > .inner > .box1 > .box2 > .box1.box3 > .lst > .itm > .lnk::after, #navi > .inner > .box1 > .box2 > .box2.box3 > .lst > .itm > .lnk::after, #navi > .inner > .box1 > .box2 > .box3.box3 > .lst > .itm > .lnk::after {
  color: #189944;
}
#navi > .inner > .box1 > .box2 > .box1.box3 > .lst > .itm > .lnk.hov:hover, #navi > .inner > .box1 > .box2 > .box2.box3 > .lst > .itm > .lnk.hov:hover, #navi > .inner > .box1 > .box2 > .box3.box3 > .lst > .itm > .lnk.hov:hover {
  color: #189944;
}
#navi > .inner > .box1 > .box2 > .box4 {
  height: auto;
  width: 100%;
  padding: 1.5rem 1.5rem;
}
@media screen and (min-width: 768px) {
  #navi > .inner > .box1 > .box2 > .box4 {
    padding: 1.75rem 1.75rem;
  }
}
@media screen and (min-width: 1200px) {
  #navi > .inner > .box1 > .box2 > .box4 {
    padding: 2rem 2rem;
  }
}
@media screen and (min-width: 768px) {
  #navi > .inner > .box1 > .box2 > .box4 {
    width: 25%;
  }
}
#navi > .inner > .box1 > .box2 > .box4 > .lst {
  height: auto;
  width: 100%;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  #navi > .inner > .box1 > .box2 > .box4 > .lst {
    flex-direction: column;
  }
}
#navi > .inner > .box1 > .box2 > .box4 > .lst > [class^=itm] {
  height: auto;
  width: calc(50% - 0.75rem);
}
@media screen and (min-width: 768px) {
  #navi > .inner > .box1 > .box2 > .box4 > .lst > [class^=itm] {
    width: 100%;
  }
}
#navi > .inner > .box1 > .box2 > .box4 > .lst > [class^=itm]:not(:nth-last-of-type(-n+2)) {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  #navi > .inner > .box1 > .box2 > .box4 > .lst > [class^=itm]:not(:nth-last-of-type(-n+2)) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  #navi > .inner > .box1 > .box2 > .box4 > .lst > [class^=itm]:not(:last-of-type) {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 1200px) {
  #navi > .inner > .box1 > .box2 > .box4 > .lst > [class^=itm]:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}
#navi > .inner > .box1 > .box2 > .box4 > .lst > [class^=itm] > .lnk {
  height: auto;
  width: 100%;
  border-radius: 0.75rem;
  border: 0.2rem solid;
  color: #ffffff;
  display: block;
  font-size: 1.12rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2.56;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #navi > .inner > .box1 > .box2 > .box4 > .lst > [class^=itm] > .lnk {
    border-radius: 0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  #navi > .inner > .box1 > .box2 > .box4 > .lst > [class^=itm] > .lnk {
    border-radius: 1rem;
  }
}
@media screen and (min-width: 768px) {
  #navi > .inner > .box1 > .box2 > .box4 > .lst > [class^=itm] > .lnk {
    border: 0.25rem solid;
    font-size: 1.2rem;
    line-height: 3.4;
  }
}
@media screen and (min-width: 1200px) {
  #navi > .inner > .box1 > .box2 > .box4 > .lst > [class^=itm] > .lnk {
    border: 0.3rem solid;
    font-size: 1.6rem;
    line-height: 3.6;
  }
}
#navi > .inner > .box1 > .box2 > .box4 > .lst > [class^=itm] > .lnk::after {
  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%);
}
#navi > .inner > .box1 > .box2 > .box4 > .lst > [class^=itm] > .lnk.hov {
  transition: background-color 0.35s;
}
#navi > .inner > .box1 > .box2 > .box4 > .lst > [class^=itm] > .lnk.hov::after {
  transition: transform 0.35s;
}
#navi > .inner > .box1 > .box2 > .box4 > .lst > [class^=itm] > .lnk.hov:hover {
  background-color: #ffffff;
}
#navi > .inner > .box1 > .box2 > .box4 > .lst > [class^=itm] > .lnk.hov:hover::after {
  transform: translate(0.25em, -50%);
}
@media screen and (min-width: 1200px) {
  #navi > .inner > .box1 > .box2 > .box4 > .lst > [class^=itm].itm1 {
    display: none;
  }
}
#navi > .inner > .box1 > .box2 > .box4 > .lst > [class^=itm].itm1 > .lnk {
  background-color: #FDA501;
  border-color: #FDA501;
}
#navi > .inner > .box1 > .box2 > .box4 > .lst > [class^=itm].itm1 > .lnk.hov:hover {
  color: #FDA501;
}
#navi > .inner > .box1 > .box2 > .box4 > .lst > [class^=itm].itm2 > .lnk {
  background-color: #189944;
  border-color: #189944;
}
#navi > .inner > .box1 > .box2 > .box4 > .lst > [class^=itm].itm2 > .lnk.hov:hover {
  color: #189944;
}
#navi > .inner > .box1 > .box2 > .box4 > .lst > [class^=itm].itm3 > .lnk {
  background-color: #ff6600;
  border-color: #ff6600;
}
#navi > .inner > .box1 > .box2 > .box4 > .lst > [class^=itm].itm3 > .lnk.hov:hover {
  color: #ff6600;
}
#navi > .inner > .box1 > .box2 > .box4 > .lst > [class^=itm].itm4 > .lnk {
  background-color: #1DA0E9;
  border-color: #1DA0E9;
}
#navi > .inner > .box1 > .box2 > .box4 > .lst > [class^=itm].itm4 > .lnk.hov:hover {
  color: #1DA0E9;
}
#navi > .inner > .box1 > .box3 {
  height: auto;
  width: 100%;
}
#navi > .inner > .box1 > .box3 > .lst {
  height: auto;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
#navi > .inner > .box1 > .box3 > .lst > .itm1 {
  height: auto;
  width: auto;
}
#navi > .inner > .box1 > .box3 > .lst > .itm1 > .lnk {
  height: auto;
  width: auto;
  font-size: 1.26rem;
  letter-spacing: 0.05em;
  line-height: 1.28;
  color: #ffffff;
  display: block;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #navi > .inner > .box1 > .box3 > .lst > .itm1 > .lnk {
    font-size: 1.35rem;
    line-height: 1.36;
  }
}
@media screen and (min-width: 1200px) {
  #navi > .inner > .box1 > .box3 > .lst > .itm1 > .lnk {
    font-size: 1.44rem;
    line-height: 1.44;
  }
}
#navi > .inner > .box1 > .box3 > .lst > .itm1 > .lnk.hov {
  transition: opacity 0.35s;
}
#navi > .inner > .box1 > .box3 > .lst > .itm1 > .lnk.hov:hover {
  opacity: 0.5;
}
#navi > .inner > .box1 > .box3 > .lst > .itm2 {
  height: auto;
  width: auto;
}
#navi > .inner > .box1 > .box3 > .lst > .itm2 > .lnk {
  height: auto;
  width: auto;
  font-size: 1.26rem;
  letter-spacing: 0.05em;
  line-height: 2.4;
  border-radius: 0.75rem;
  background-color: #ffffff;
  border: 0.2rem solid #ffffff;
  color: #1DA0E9;
  display: block;
  font-weight: 500;
  padding: 0 1em;
}
@media screen and (min-width: 768px) {
  #navi > .inner > .box1 > .box3 > .lst > .itm2 > .lnk {
    font-size: 1.35rem;
    line-height: 2.55;
  }
}
@media screen and (min-width: 1200px) {
  #navi > .inner > .box1 > .box3 > .lst > .itm2 > .lnk {
    font-size: 1.44rem;
    line-height: 2.7;
  }
}
@media screen and (min-width: 768px) {
  #navi > .inner > .box1 > .box3 > .lst > .itm2 > .lnk {
    border-radius: 0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  #navi > .inner > .box1 > .box3 > .lst > .itm2 > .lnk {
    border-radius: 1rem;
  }
}
@media screen and (min-width: 768px) {
  #navi > .inner > .box1 > .box3 > .lst > .itm2 > .lnk {
    border: 0.25rem solid #ffffff;
  }
}
@media screen and (min-width: 1200px) {
  #navi > .inner > .box1 > .box3 > .lst > .itm2 > .lnk {
    border: 0.3rem soli #ffffff;
  }
}
#navi > .inner > .box1 > .box3 > .lst > .itm2 > .lnk.hov {
  transition: background-color 0.35s;
}
#navi > .inner > .box1 > .box3 > .lst > .itm2 > .lnk.hov:hover {
  background-color: #1DA0E9;
  color: #ffffff;
}
#navi > .inner > .box2 {
  height: 3.5rem;
  position: fixed;
  right: 1.5rem;
  top: 0.75rem;
  width: 3.5rem;
}
@media screen and (min-width: 768px) {
  #navi > .inner > .box2 {
    height: 3.75rem;
    right: 1.75rem;
    top: 1.125rem;
    width: 3.75rem;
  }
}
@media screen and (min-width: 1200px) {
  #navi > .inner > .box2 {
    height: 4rem;
    right: 4rem;
    top: 3.5rem;
    width: 4rem;
  }
}
#navi > .inner > .box2 > .lnk {
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  border: 0.2rem solid #ffffff;
  border-radius: 50%;
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  #navi > .inner > .box2 > .lnk {
    border: 0.25rem solid #ffffff;
  }
}
@media screen and (min-width: 1200px) {
  #navi > .inner > .box2 > .lnk {
    border: 0.3rem solid #ffffff;
  }
}
#navi > .inner > .box2 > .lnk > .ico {
  height: auto;
  width: auto;
  color: #1DA0E9;
  display: block;
  font-size: 1.4rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  #navi > .inner > .box2 > .lnk > .ico {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #navi > .inner > .box2 > .lnk > .ico {
    font-size: 1.6rem;
  }
}
#navi > .inner > .box2 > .lnk.hov {
  transition: background-color 0.35s;
}
#navi > .inner > .box2 > .lnk.hov:hover {
  background-color: #1DA0E9;
}
#navi > .inner > .box2 > .lnk.hov:hover > .ico {
  color: #ffffff;
}

/*** footer ****/
#footer {
  height: auto;
  width: 100%;
  background-color: #1DA0E9;
}
#footer > .inner {
  height: 100%;
  width: 100%;
  position: relative;
  padding: 4.5rem 1.5rem 1.5rem;
}
@media screen and (min-width: 768px) {
  #footer > .inner {
    padding: 5.25rem 1.75rem 1.75rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner {
    margin: 0 auto;
    max-width: 120rem;
    padding: 6rem 2rem 2rem;
  }
}
#footer > .inner > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box1 {
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box1 {
    margin-bottom: 4rem;
  }
}
#footer > .inner > .box1 > .lnk {
  display: block;
  height: auto;
  margin: 0 auto;
  width: 14rem;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box1 > .lnk {
    width: 19rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box1 > .lnk {
    width: 24rem;
  }
}
#footer > .inner > .box1 > .lnk.hov {
  transition: opacity 0.35s;
}
#footer > .inner > .box1 > .lnk.hov:hover {
  opacity: 0.5;
}
#footer > .inner > .box1 > .lnk > .img {
  height: auto;
  width: 100%;
  display: block;
}
#footer > .inner > .box2 {
  margin-bottom: 1.5rem;
  height: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box2 {
    margin-bottom: 2rem;
  }
}
#footer > .inner > .box2 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .box1 {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box2 > .box1 {
    margin-bottom: 2rem;
  }
}
#footer > .inner > .box2 > .box1 > .frm {
  height: auto;
  width: 100%;
  border-radius: 0.75rem;
  border: 0.2rem solid #ffffff;
  display: flex;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .box1 > .frm {
    border-radius: 0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box2 > .box1 > .frm {
    border-radius: 1rem;
  }
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .box1 > .frm {
    border: 0.25rem solid #ffffff;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box2 > .box1 > .frm {
    border: 0.3rem solid #ffffff;
  }
}
#footer > .inner > .box2 > .box1 > .frm > .box1 {
  height: auto;
  position: relative;
  width: 13rem;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .box1 > .frm > .box1 {
    width: 14.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box2 > .box1 > .frm > .box1 {
    width: 16rem;
  }
}
#footer > .inner > .box2 > .box1 > .frm > .box1 > .ips {
  height: auto;
  width: 100%;
  padding: 1.125rem 1.125rem;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .box1 > .frm > .box1 > .ips {
    padding: 1.3125rem 1.3125rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box2 > .box1 > .frm > .box1 > .ips {
    padding: 1.5rem 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .box1 > .frm > .box1 > .ips {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box2 > .box1 > .frm > .box1 > .ips {
    font-size: 1.6rem;
  }
}
#footer > .inner > .box2 > .box1 > .frm > .box1 > .ips::-ms-expand {
  display: none;
}
#footer > .inner > .box2 > .box1 > .frm > .box1 > .ips.hov {
  transition: opacity 0.35s;
}
#footer > .inner > .box2 > .box1 > .frm > .box1 > .ips.hov:hover {
  opacity: 0.5;
}
#footer > .inner > .box2 > .box1 > .frm > .box1 > .ips > option {
  background-color: #ffffff;
  color: #000000;
  padding: 0;
}
#footer > .inner > .box2 > .box1 > .frm > .box1::after {
  height: auto;
  width: auto;
  font-size: 1.4rem;
  letter-spacing: 0em;
  color: #ffffff;
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  pointer-events: none;
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .box1 > .frm > .box1::after {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box2 > .box1 > .frm > .box1::after {
    font-size: 1.6rem;
  }
}
#footer > .inner > .box2 > .box1 > .frm > .box2 {
  background-color: #ffffff;
  height: auto;
  position: relative;
  width: calc(100% - 13rem);
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .box1 > .frm > .box2 {
    width: calc(100% - 14.5rem);
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box2 > .box1 > .frm > .box2 {
    width: calc(100% - 16rem);
  }
}
#footer > .inner > .box2 > .box1 > .frm > .box2 > .ipt {
  height: auto;
  width: 100%;
  padding: 1.125rem 1.125rem;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  display: block;
  padding-right: 1.5em;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .box1 > .frm > .box2 > .ipt {
    padding: 1.3125rem 1.3125rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box2 > .box1 > .frm > .box2 > .ipt {
    padding: 1.5rem 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .box1 > .frm > .box2 > .ipt {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box2 > .box1 > .frm > .box2 > .ipt {
    font-size: 1.6rem;
  }
}
#footer > .inner > .box2 > .box1 > .frm > .box2 > .lnk {
  height: auto;
  width: auto;
  display: block;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .box1 > .frm > .box2 > .lnk {
    right: 0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box2 > .box1 > .frm > .box2 > .lnk {
    right: 1rem;
  }
}
#footer > .inner > .box2 > .box1 > .frm > .box2 > .lnk > .ico {
  font-size: 1.4rem;
  letter-spacing: 0em;
  color: rgba(29, 160, 233, 0.8);
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .box1 > .frm > .box2 > .lnk > .ico {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box2 > .box1 > .frm > .box2 > .lnk > .ico {
    font-size: 1.6rem;
  }
}
#footer > .inner > .box2 > .box1 > .frm > .box2 > .lnk.hov > .ico {
  transition: color 0.35s;
}
#footer > .inner > .box2 > .box1 > .frm > .box2 > .lnk.hov:hover > .ico {
  color: #1DA0E9;
}
#footer > .inner > .box2 > .box2 {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
  border-radius: 1.5rem;
  background-color: #ffffff;
  border-radius: 1.5rem;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .box2 {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box2 > .box2 {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .box2 {
    border-radius: 1.75rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box2 > .box2 {
    border-radius: 2rem;
  }
}
#footer > .inner > .box2 > .box2 > .box1, #footer > .inner > .box2 > .box2 > .box2, #footer > .inner > .box2 > .box2 > .box3 {
  height: auto;
  width: 100%;
  padding: 1.5rem 1.5rem;
  border-bottom: 0.3rem solid #1DA0E9;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .box2 > .box1, #footer > .inner > .box2 > .box2 > .box2, #footer > .inner > .box2 > .box2 > .box3 {
    padding: 1.75rem 1.75rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box2 > .box2 > .box1, #footer > .inner > .box2 > .box2 > .box2, #footer > .inner > .box2 > .box2 > .box3 {
    padding: 2rem 2rem;
  }
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .box2 > .box1, #footer > .inner > .box2 > .box2 > .box2, #footer > .inner > .box2 > .box2 > .box3 {
    border-bottom: none;
    border-right: 0.4rem solid #1DA0E9;
    width: 37.5%;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box2 > .box2 > .box1, #footer > .inner > .box2 > .box2 > .box2, #footer > .inner > .box2 > .box2 > .box3 {
    border-right: 0.5rem solid #1DA0E9;
    width: 25%;
  }
}
#footer > .inner > .box2 > .box2 > .box1 > .phd, #footer > .inner > .box2 > .box2 > .box2 > .phd, #footer > .inner > .box2 > .box2 > .box3 > .phd {
  display: none;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .box2 > .box1 > .phd, #footer > .inner > .box2 > .box2 > .box2 > .phd, #footer > .inner > .box2 > .box2 > .box3 > .phd {
    height: auto;
    width: 100%;
    color: #000000;
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box2 > .box2 > .box1 > .phd, #footer > .inner > .box2 > .box2 > .box2 > .phd, #footer > .inner > .box2 > .box2 > .box3 > .phd {
    font-size: 1.92rem;
    margin-bottom: 2rem;
  }
}
#footer > .inner > .box2 > .box2 > .box1 > .lst, #footer > .inner > .box2 > .box2 > .box2 > .lst, #footer > .inner > .box2 > .box2 > .box3 > .lst {
  height: auto;
  width: 100%;
}
#footer > .inner > .box2 > .box2 > .box1 > .lst > .itm, #footer > .inner > .box2 > .box2 > .box2 > .lst > .itm, #footer > .inner > .box2 > .box2 > .box3 > .lst > .itm {
  height: auto;
  width: 100%;
}
#footer > .inner > .box2 > .box2 > .box1 > .lst > .itm:not(:last-of-type), #footer > .inner > .box2 > .box2 > .box2 > .lst > .itm:not(:last-of-type), #footer > .inner > .box2 > .box2 > .box3 > .lst > .itm:not(:last-of-type) {
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .box2 > .box1 > .lst > .itm:not(:last-of-type), #footer > .inner > .box2 > .box2 > .box2 > .lst > .itm:not(:last-of-type), #footer > .inner > .box2 > .box2 > .box3 > .lst > .itm:not(:last-of-type) {
    margin-bottom: 0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box2 > .box2 > .box1 > .lst > .itm:not(:last-of-type), #footer > .inner > .box2 > .box2 > .box2 > .lst > .itm:not(:last-of-type), #footer > .inner > .box2 > .box2 > .box3 > .lst > .itm:not(:last-of-type) {
    margin-bottom: 1rem;
  }
}
#footer > .inner > .box2 > .box2 > .box1 > .lst > .itm > .lnk, #footer > .inner > .box2 > .box2 > .box2 > .lst > .itm > .lnk, #footer > .inner > .box2 > .box2 > .box3 > .lst > .itm > .lnk {
  height: auto;
  width: 100%;
  font-size: 1.26rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  display: block;
  font-weight: 500;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .box2 > .box1 > .lst > .itm > .lnk, #footer > .inner > .box2 > .box2 > .box2 > .lst > .itm > .lnk, #footer > .inner > .box2 > .box2 > .box3 > .lst > .itm > .lnk {
    font-size: 1.35rem;
    line-height: 1.7;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box2 > .box2 > .box1 > .lst > .itm > .lnk, #footer > .inner > .box2 > .box2 > .box2 > .lst > .itm > .lnk, #footer > .inner > .box2 > .box2 > .box3 > .lst > .itm > .lnk {
    font-size: 1.44rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .box2 > .box1 > .lst > .itm > .lnk, #footer > .inner > .box2 > .box2 > .box2 > .lst > .itm > .lnk, #footer > .inner > .box2 > .box2 > .box3 > .lst > .itm > .lnk {
    text-align: left;
  }
}
#footer > .inner > .box2 > .box2 > .box1 > .lst > .itm > .lnk::after, #footer > .inner > .box2 > .box2 > .box2 > .lst > .itm > .lnk::after, #footer > .inner > .box2 > .box2 > .box3 > .lst > .itm > .lnk::after {
  content: "";
  color: #1DA0E9;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-left: 0.5em;
}
#footer > .inner > .box2 > .box2 > .box1 > .lst > .itm > .lnk.hov, #footer > .inner > .box2 > .box2 > .box2 > .lst > .itm > .lnk.hov, #footer > .inner > .box2 > .box2 > .box3 > .lst > .itm > .lnk.hov {
  transition: color 0.35s;
}
#footer > .inner > .box2 > .box2 > .box1 > .lst > .itm > .lnk.hov::after, #footer > .inner > .box2 > .box2 > .box2 > .lst > .itm > .lnk.hov::after, #footer > .inner > .box2 > .box2 > .box3 > .lst > .itm > .lnk.hov::after {
  transition: transform 0.35s;
}
#footer > .inner > .box2 > .box2 > .box1 > .lst > .itm > .lnk.hov:hover, #footer > .inner > .box2 > .box2 > .box2 > .lst > .itm > .lnk.hov:hover, #footer > .inner > .box2 > .box2 > .box3 > .lst > .itm > .lnk.hov:hover {
  color: #1DA0E9;
}
#footer > .inner > .box2 > .box2 > .box1 > .lst > .itm > .lnk.hov:hover::after, #footer > .inner > .box2 > .box2 > .box2 > .lst > .itm > .lnk.hov:hover::after, #footer > .inner > .box2 > .box2 > .box3 > .lst > .itm > .lnk.hov:hover::after {
  transform: translateX(0.25em);
}
#footer > .inner > .box2 > .box2 > .box1.box2, #footer > .inner > .box2 > .box2 > .box2.box2, #footer > .inner > .box2 > .box2 > .box3.box2 {
  display: none;
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box2 > .box2 > .box1.box2, #footer > .inner > .box2 > .box2 > .box2.box2, #footer > .inner > .box2 > .box2 > .box3.box2 {
    display: block;
  }
}
#footer > .inner > .box2 > .box2 > .box1.box2 > .lst > .itm > .lnk::after, #footer > .inner > .box2 > .box2 > .box2.box2 > .lst > .itm > .lnk::after, #footer > .inner > .box2 > .box2 > .box3.box2 > .lst > .itm > .lnk::after {
  color: #FDA501;
}
#footer > .inner > .box2 > .box2 > .box1.box2 > .lst > .itm > .lnk.hov:hover, #footer > .inner > .box2 > .box2 > .box2.box2 > .lst > .itm > .lnk.hov:hover, #footer > .inner > .box2 > .box2 > .box3.box2 > .lst > .itm > .lnk.hov:hover {
  color: #FDA501;
}
#footer > .inner > .box2 > .box2 > .box1.box3, #footer > .inner > .box2 > .box2 > .box2.box3, #footer > .inner > .box2 > .box2 > .box3.box3 {
  display: none;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .box2 > .box1.box3, #footer > .inner > .box2 > .box2 > .box2.box3, #footer > .inner > .box2 > .box2 > .box3.box3 {
    display: block;
  }
}
#footer > .inner > .box2 > .box2 > .box1.box3 > .lst > .itm > .lnk::after, #footer > .inner > .box2 > .box2 > .box2.box3 > .lst > .itm > .lnk::after, #footer > .inner > .box2 > .box2 > .box3.box3 > .lst > .itm > .lnk::after {
  color: #189944;
}
#footer > .inner > .box2 > .box2 > .box1.box3 > .lst > .itm > .lnk.hov:hover, #footer > .inner > .box2 > .box2 > .box2.box3 > .lst > .itm > .lnk.hov:hover, #footer > .inner > .box2 > .box2 > .box3.box3 > .lst > .itm > .lnk.hov:hover {
  color: #189944;
}
#footer > .inner > .box2 > .box2 > .box4 {
  height: auto;
  width: 100%;
  padding: 1.5rem 1.5rem;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .box2 > .box4 {
    padding: 1.75rem 1.75rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box2 > .box2 > .box4 {
    padding: 2rem 2rem;
  }
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .box2 > .box4 {
    width: 25%;
  }
}
#footer > .inner > .box2 > .box2 > .box4 > .lst {
  height: auto;
  width: 100%;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .box2 > .box4 > .lst {
    flex-direction: column;
  }
}
#footer > .inner > .box2 > .box2 > .box4 > .lst > [class^=itm] {
  height: auto;
  width: calc(50% - 0.75rem);
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .box2 > .box4 > .lst > [class^=itm] {
    width: 100%;
  }
}
#footer > .inner > .box2 > .box2 > .box4 > .lst > [class^=itm]:not(:nth-last-of-type(-n+2)) {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .box2 > .box4 > .lst > [class^=itm]:not(:nth-last-of-type(-n+2)) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .box2 > .box4 > .lst > [class^=itm]:not(:last-of-type) {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box2 > .box2 > .box4 > .lst > [class^=itm]:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}
#footer > .inner > .box2 > .box2 > .box4 > .lst > [class^=itm] > .lnk {
  height: auto;
  width: 100%;
  border-radius: 0.75rem;
  border: 0.2rem solid;
  color: #ffffff;
  display: block;
  font-size: 1.12rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2.56;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .box2 > .box4 > .lst > [class^=itm] > .lnk {
    border-radius: 0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box2 > .box2 > .box4 > .lst > [class^=itm] > .lnk {
    border-radius: 1rem;
  }
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .box2 > .box4 > .lst > [class^=itm] > .lnk {
    border: 0.25rem solid;
    font-size: 1.2rem;
    line-height: 3.4;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box2 > .box2 > .box4 > .lst > [class^=itm] > .lnk {
    border: 0.3rem solid;
    font-size: 1.6rem;
    line-height: 3.6;
  }
}
#footer > .inner > .box2 > .box2 > .box4 > .lst > [class^=itm] > .lnk::after {
  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%);
}
#footer > .inner > .box2 > .box2 > .box4 > .lst > [class^=itm] > .lnk.hov {
  transition: background-color 0.35s;
}
#footer > .inner > .box2 > .box2 > .box4 > .lst > [class^=itm] > .lnk.hov::after {
  transition: transform 0.35s;
}
#footer > .inner > .box2 > .box2 > .box4 > .lst > [class^=itm] > .lnk.hov:hover {
  background-color: #ffffff;
}
#footer > .inner > .box2 > .box2 > .box4 > .lst > [class^=itm] > .lnk.hov:hover::after {
  transform: translate(0.25em, -50%);
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box2 > .box2 > .box4 > .lst > [class^=itm].itm1 {
    display: none;
  }
}
#footer > .inner > .box2 > .box2 > .box4 > .lst > [class^=itm].itm1 > .lnk {
  background-color: #FDA501;
  border-color: #FDA501;
}
#footer > .inner > .box2 > .box2 > .box4 > .lst > [class^=itm].itm1 > .lnk.hov:hover {
  color: #FDA501;
}
#footer > .inner > .box2 > .box2 > .box4 > .lst > [class^=itm].itm2 > .lnk {
  background-color: #189944;
  border-color: #189944;
}
#footer > .inner > .box2 > .box2 > .box4 > .lst > [class^=itm].itm2 > .lnk.hov:hover {
  color: #189944;
}
#footer > .inner > .box2 > .box2 > .box4 > .lst > [class^=itm].itm3 > .lnk {
  background-color: #ff6600;
  border-color: #ff6600;
}
#footer > .inner > .box2 > .box2 > .box4 > .lst > [class^=itm].itm3 > .lnk.hov:hover {
  color: #ff6600;
}
#footer > .inner > .box2 > .box2 > .box4 > .lst > [class^=itm].itm4 > .lnk {
  background-color: #1DA0E9;
  border-color: #1DA0E9;
}
#footer > .inner > .box2 > .box2 > .box4 > .lst > [class^=itm].itm4 > .lnk.hov:hover {
  color: #1DA0E9;
}
#footer > .inner > .box2 > .box3 {
  height: auto;
  width: 100%;
}
#footer > .inner > .box2 > .box3 > .lst {
  height: auto;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
#footer > .inner > .box2 > .box3 > .lst > .itm1 {
  height: auto;
  width: auto;
}
#footer > .inner > .box2 > .box3 > .lst > .itm1 > .lnk {
  height: auto;
  width: auto;
  font-size: 1.26rem;
  letter-spacing: 0.05em;
  line-height: 1.28;
  color: #ffffff;
  display: block;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .box3 > .lst > .itm1 > .lnk {
    font-size: 1.35rem;
    line-height: 1.36;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box2 > .box3 > .lst > .itm1 > .lnk {
    font-size: 1.44rem;
    line-height: 1.44;
  }
}
#footer > .inner > .box2 > .box3 > .lst > .itm1 > .lnk.hov {
  transition: opacity 0.35s;
}
#footer > .inner > .box2 > .box3 > .lst > .itm1 > .lnk.hov:hover {
  opacity: 0.5;
}
#footer > .inner > .box2 > .box3 > .lst > .itm2 {
  height: auto;
  width: auto;
}
#footer > .inner > .box2 > .box3 > .lst > .itm2 > .lnk {
  height: auto;
  width: auto;
  font-size: 1.26rem;
  letter-spacing: 0.05em;
  line-height: 2.4;
  border-radius: 0.75rem;
  background-color: #ffffff;
  border: 0.2rem solid #ffffff;
  color: #1DA0E9;
  display: block;
  font-weight: 500;
  padding: 0 1em;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .box3 > .lst > .itm2 > .lnk {
    font-size: 1.35rem;
    line-height: 2.55;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box2 > .box3 > .lst > .itm2 > .lnk {
    font-size: 1.44rem;
    line-height: 2.7;
  }
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .box3 > .lst > .itm2 > .lnk {
    border-radius: 0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box2 > .box3 > .lst > .itm2 > .lnk {
    border-radius: 1rem;
  }
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box2 > .box3 > .lst > .itm2 > .lnk {
    border: 0.25rem solid #ffffff;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box2 > .box3 > .lst > .itm2 > .lnk {
    border: 0.3rem soli #ffffff;
  }
}
#footer > .inner > .box2 > .box3 > .lst > .itm2 > .lnk.hov {
  transition: background-color 0.35s;
}
#footer > .inner > .box2 > .box3 > .lst > .itm2 > .lnk.hov:hover {
  background-color: #1DA0E9;
  color: #ffffff;
}
#footer > .inner > .box3 {
  height: 4rem;
  position: absolute;
  right: 1.5rem;
  top: 4.5rem;
  width: 4rem;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box3 {
    height: 5rem;
    right: 1.75rem;
    top: 5.25rem;
    width: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box3 {
    height: 6rem;
    right: 2rem;
    top: 6rem;
    width: 6rem;
  }
}
#footer > .inner > .box3 > .lnk {
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  border: 0.2rem solid #ffffff;
  border-radius: 50%;
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box3 > .lnk {
    border: 0.25rem solid #ffffff;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box3 > .lnk {
    border: 0.3rem solid #ffffff;
  }
}
#footer > .inner > .box3 > .lnk > .txt1 {
  height: auto;
  width: 100%;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#footer > .inner > .box3 > .lnk > .txt1 > .txt1 {
  height: auto;
  width: 100%;
  font-size: 1.96rem;
  letter-spacing: 0.05em;
  color: #1DA0E9;
  display: block;
  font-family: "Open Sans", sans-serif;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box3 > .lnk > .txt1 > .txt1 {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box3 > .lnk > .txt1 > .txt1 {
    font-size: 2.24rem;
  }
}
#footer > .inner > .box3 > .lnk > .txt1 > .txt2 {
  height: auto;
  width: 100%;
  font-size: 1.12rem;
  letter-spacing: 0.05em;
  color: #1DA0E9;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box3 > .lnk > .txt1 > .txt2 {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box3 > .lnk > .txt1 > .txt2 {
    font-size: 1.28rem;
  }
}
#footer > .inner > .box3 > .lnk.hov {
  transition: background-color 0.35s;
}
#footer > .inner > .box3 > .lnk.hov:hover {
  background-color: #1DA0E9;
}
#footer > .inner > .box3 > .lnk.hov:hover > .txt1 > .txt1 {
  color: #ffffff;
}
#footer > .inner > .box3 > .lnk.hov:hover > .txt1 > .txt2 {
  color: #ffffff;
}
#footer > .inner > .box4 {
  height: auto;
  width: 100%;
  font-size: 1.26rem;
  letter-spacing: 0.05em;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #footer > .inner > .box4 {
    font-size: 1.35rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer > .inner > .box4 {
    font-size: 1.44rem;
  }
}

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