.footer-services {
  background: #EAF9FF;
  padding: 60px 0;
  letter-spacing: 1.8px;
  display: none;
}
@media only screen and (max-width: 1000px) {
  .footer-services {
    padding: 0.6rem 0 1.08rem;
  }
}
.footer-services .fs-inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 1000px) {
  .footer-services .fs-inner {
    max-width: 5.8rem;
    padding: 0;
  }
}
.footer-services .fs-title {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 1000px) {
  .footer-services .fs-title {
    font-size: 0.4rem;
  }
}
.footer-services .fs-list {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  gap: 3.3vw;
}
@media only screen and (max-width: 1000px) {
  .footer-services .fs-list {
    flex-direction: column;
    gap: 0.56rem;
    margin-top: 0.6rem;
  }
}
.footer-services .fs-list .block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  background: #F7F7F7;
  border-radius: 18px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  height: 254px;
  position: relative;
  color: #000;
}
@media only screen and (max-width: 1000px) {
  .footer-services .fs-list .block {
    height: 4rem;
    border-radius: 0.36rem;
    padding: 0.3rem 0;
  }
}
.footer-services .fs-list .block:before {
  content: "";
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: #BCBCBC;
  mix-blend-mode: multiply;
  transition: 0.3s;
  border-radius: 18px;
}
@media only screen and (max-width: 1000px) {
  .footer-services .fs-list .block:before {
    border-radius: 0.36rem;
  }
}
.footer-services .fs-list .block-inner {
  text-align: center;
}
.footer-services .fs-list .block-logo {
  font-size: 0;
}
.footer-services .fs-list .block-logo img {
  transition: 0.3s;
}
@media only screen and (max-width: 1000px) {
  .footer-services .fs-list .block-logo img {
    width: 4.6rem;
    height: 1.6rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.footer-services .fs-list .block-title {
  font-size: 20px;
  letter-spacing: 1.5px;
  margin-top: 6px;
  font-weight: bold;
  transition: 0.3s;
}
@media only screen and (max-width: 1000px) {
  .footer-services .fs-list .block-title {
    font-size: 0.3rem;
    margin-top: 0.2rem;
  }
}
.footer-services .fs-list .block-text {
  font-size: 14px;
  margin-top: 6px;
  transition: 0.3s;
}
@media only screen and (max-width: 1000px) {
  .footer-services .fs-list .block-text {
    font-size: 0.24rem;
    margin-top: 0.2rem;
  }
}
@media only screen and (min-width: 1000px) {
  .footer-services .fs-list .block:hover:before {
    opacity: 1;
  }
  .footer-services .fs-list .block:hover .block-img img {
    transform: scale(1.02);
  }
  .footer-services .fs-list .block:hover .block-title {
    font-size: 22px;
  }
  .footer-services .fs-list .block:hover .block-text {
    font-size: 16px;
  }
}
.footer-services .fs-box {
  margin-top: 30px;
  display: block;
  background: #fff;
  padding: 30px 4vw;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16) inset;
  border-radius: 18px;
}
@media only screen and (max-width: 1000px) {
  .footer-services .fs-box {
    margin-top: 0.7rem;
    padding: 0.3rem 0.4rem 0.8rem;
    border-radius: 0.36rem;
  }
}
.footer-services .fs-box-title {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 1000px) {
  .footer-services .fs-box-title {
    font-size: 0.36rem;
    margin-left: -0.4rem;
    margin-right: -0.4rem;
    width: 5.8rem;
  }
}
.footer-services .fs-box-flex {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width: 1000px) {
  .footer-services .fs-box-flex {
    flex-wrap: wrap;
  }
}
.footer-services .fs-box .box {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F7F7F7;
  border-radius: 18px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  color: #002855;
  width: 610px;
  height: 120px;
  margin-top: 24px;
}
@media only screen and (max-width: 1000px) {
  .footer-services .fs-box .box {
    border-radius: 0.36rem;
    width: 4.4rem;
    height: 3.8rem;
    margin-top: 0.3rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer-services .fs-box .box.box02 {
  width: 724px;
}
@media only screen and (max-width: 1000px) {
  .footer-services .fs-box .box.box02 {
    width: 4.4rem;
    margin-top: 0.5rem;
  }
  .footer-services .fs-box .box.box02 .box-left img {
    width: 3.5rem;
  }
}
.footer-services .fs-box .box:before {
  content: "";
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: #BCBCBC;
  mix-blend-mode: multiply;
  transition: 0.3s;
  border-radius: 18px;
}
@media only screen and (max-width: 1000px) {
  .footer-services .fs-box .box:before {
    border-radius: 0.36rem;
  }
}
.footer-services .fs-box .box-inner {
  display: flex;
  gap: 15px;
  align-items: center;
}
@media only screen and (max-width: 1000px) {
  .footer-services .fs-box .box-inner {
    display: block;
  }
}
.footer-services .fs-box .box-left {
  font-size: 0;
  text-align: center;
}
.footer-services .fs-box .box-left img {
  transition: 0.3s;
}
@media only screen and (max-width: 1000px) {
  .footer-services .fs-box .box-left img {
    width: 2.5rem;
  }
}
.footer-services .fs-box .box-right-title {
  font-size: 20px;
  font-weight: bold;
  transition: 0.3s;
}
@media only screen and (max-width: 1000px) {
  .footer-services .fs-box .box-right-title {
    font-size: 0.3rem;
    margin-top: 0.1rem;
    text-align: center;
  }
}
.footer-services .fs-box .box-right-text {
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 6px;
  transition: 0.3s;
  font-weight: 500;
}
@media only screen and (max-width: 1000px) {
  .footer-services .fs-box .box-right-text {
    font-size: 0.24rem;
    display: block;
    max-width: 3.2rem;
    line-height: 1.6667;
    margin: 0.2rem auto 0;
  }
}
.footer-services .fs-box .box-right-text svg {
  transition: 0.3s;
}
@media only screen and (max-width: 1000px) {
  .footer-services .fs-box .box-right-text svg {
    width: 0.28rem;
    margin-left: 0.1rem;
    vertical-align: text-bottom;
  }
}
@media only screen and (min-width: 1000px) {
  .footer-services .fs-box .box:hover:before {
    opacity: 1;
  }
  .footer-services .fs-box .box:hover .box-left img {
    transform: scale(1.02);
  }
  .footer-services .fs-box .box:hover .box-right-title {
    font-size: 22px;
  }
  .footer-services .fs-box .box:hover .box-right-text {
    font-size: 16px;
  }
  .footer-services .fs-box .box:hover .box-right-text {
    gap: 24px;
  }
}

.footer__contact .fc__inner {
  padding: 60px 0px 75px;
  background-color: #299FDD;
}
@media screen and (max-width: 1000px) {
  .footer__contact .fc__inner {
    padding: 0.6rem 0px;
  }
}
.footer__contact .fc__container {
  margin: 0 auto;
  max-width: 77%;
}
@media screen and (min-width: 1000px) {
  .footer__contact .fc__container {
    padding: 0 15px;
    max-width: 1376px;
  }
}
.footer__contact .fc__container .fc__title {
  margin-bottom: 45px;
}
@media screen and (max-width: 1000px) {
  .footer__contact .fc__container .fc__title {
    margin-bottom: 0.4807692308rem;
    margin-right: -0.25rem;
    margin-left: -0.25rem;
  }
}
.footer__contact .fc__container .fc__title h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
  color: #fff;
  line-height: 44px;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .footer__contact .fc__container .fc__title h2 {
    font-size: 0.3846153846rem;
    line-height: 1.65;
    letter-spacing: 0.0269230769rem;
    font-weight: 500;
  }
}
.footer__contact .fc__container .fc__img__mb {
  display: flex;
  margin-bottom: 0.3269230769rem;
}
.footer__contact .fc__container .fc__content .fc__flex__box {
  display: flex;
  align-items: center;
  gap: 53px;
}
@media (max-width: 1000px) {
  .footer__contact .fc__container .fc__content .fc__flex__box {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.footer__contact .fc__container .fc__content .fc__flex__box .fc__wrapper__img {
  max-width: 708px;
  width: 708px;
}
@media (max-width: 1000px) {
  .footer__contact .fc__container .fc__content .fc__flex__box .fc__wrapper__img {
    width: 100%;
  }
}
.footer__contact .fc__container .fc__content .fc__flex__box .fc__wrapper__img img {
  display: block;
}
.footer__contact .fc__container .fc__content .fc__flex__box .fc__wrapper__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  row-gap: 20px;
  flex: 1;
}
@media (max-width: 1000px) {
  .footer__contact .fc__container .fc__content .fc__flex__box .fc__wrapper__cards {
    gap: 0.25rem;
    row-gap: 0.25rem;
    grid-template-columns: repeat(1, 1fr);
    padding: 0 0.1923076923rem;
  }
}
.footer__contact .fc__container .fc__content .fc__flex__box .fc__wrapper__cards a.card__fc {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-color: #0054b5;
  border: 1px solid #0054b5;
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  color: #fff;
  text-align: center;
  padding: 15px;
  min-height: 165px;
  transition: all 0.2s;
}
@media (min-width: 1000px) {
  .footer__contact .fc__container .fc__content .fc__flex__box .fc__wrapper__cards a.card__fc {
    justify-content: center;
  }
}
@media (max-width: 1000px) {
  .footer__contact .fc__container .fc__content .fc__flex__box .fc__wrapper__cards a.card__fc {
    padding: 0.2884615385rem 0.2884615385rem;
    min-height: 2.4038461538rem;
    border-radius: 0.0961538462rem;
  }
}
@media (min-width: 1000px) {
  .footer__contact .fc__container .fc__content .fc__flex__box .fc__wrapper__cards a.card__fc:hover {
    color: #0054b5;
    background-color: #fff;
  }
  .footer__contact .fc__container .fc__content .fc__flex__box .fc__wrapper__cards a.card__fc:hover .divider__c {
    background-color: #0054b5;
  }
  .footer__contact .fc__container .fc__content .fc__flex__box .fc__wrapper__cards a.card__fc:hover::after {
    border-right: 19px solid #0054b5;
  }
}
@media (max-width: 1000px) {
  .footer__contact .fc__container .fc__content .fc__flex__box .fc__wrapper__cards a.card__fc .br-dk {
    display: none;
  }
}
.footer__contact .fc__container .fc__content .fc__flex__box .fc__wrapper__cards a.card__fc .title__c {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.4px;
}
@media (max-width: 1000px) {
  .footer__contact .fc__container .fc__content .fc__flex__box .fc__wrapper__cards a.card__fc .title__c {
    font-size: 0.3076923077rem;
    letter-spacing: 0.0246153846rem;
  }
}
.footer__contact .fc__container .fc__content .fc__flex__box .fc__wrapper__cards a.card__fc .divider__c {
  background-color: #fff;
  height: 2px;
  width: 44px;
  margin: 6.5px 0 8px;
}
@media (max-width: 1000px) {
  .footer__contact .fc__container .fc__content .fc__flex__box .fc__wrapper__cards a.card__fc .divider__c {
    height: 0.0384615385rem;
    width: 0.8461538462rem;
    margin: 0.1153846154rem 0 0.1538461538rem;
  }
}
.footer__contact .fc__container .fc__content .fc__flex__box .fc__wrapper__cards a.card__fc .desc__c {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 1px;
}
@media (max-width: 1000px) {
  .footer__contact .fc__container .fc__content .fc__flex__box .fc__wrapper__cards a.card__fc .desc__c {
    font-size: 0.2692307692rem;
    line-height: 0.0215384615rem;
    line-height: 1.7;
  }
}
.footer__contact .fc__container .fc__content .fc__flex__box .fc__wrapper__cards a.card__fc::after {
  content: "";
  position: absolute;
  bottom: 0.0192307692rem;
  right: 0.0192307692rem;
  width: 0;
  height: 0;
  border-top: 0.3653846154rem solid transparent;
  border-right: 0.3653846154rem solid #fff;
  border-bottom-right-radius: 0.0576923077rem;
}
@media (min-width: 1000px) {
  .footer__contact .fc__container .fc__content .fc__flex__box .fc__wrapper__cards a.card__fc::after {
    bottom: 2px;
    right: 2px;
    border-top: 19px solid transparent;
    border-right: 19px solid #fff;
    border-bottom-right-radius: 3px;
  }
}

#footer-menu .inner {
  max-width: 1200px;
  display: none;
}
@media only screen and (max-width: 1000px) {
  #footer-menu .inner {
    max-width: 6.9rem;
  }
}

.footer {
  background: #012D64 !important;
  padding: 0.9807692308rem 0 0.5769230769rem 0 !important;
}
@media (min-width: 1000px) {
  .footer {
    padding: 70px 0 80px 0 !important;
  }
}
.footer .container {
  max-width: 100%;
  margin: 0 auto;
  padding-inline: 0.6923076923rem;
}
@media (min-width: 1000px) {
  .footer .container {
    max-width: 1630px;
    padding-inline: 15px;
  }
}
.footer__top {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.7115384615rem;
}
@media (min-width: 1000px) {
  .footer__top {
    flex-direction: row;
    gap: 16px;
  }
}
.footer__top--logo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1000px) {
  .footer__top--logo {
    align-items: start;
  }
}
.footer__top--logo .youtube a {
  color: #fff;
  font-size: 16px;
  line-height: 0.8;
  display: flex;
  align-items: center;
}
.footer__top--logo .youtube a img {
  width: 32px;
  margin-right: 10px;
  display: block;
}
@media (max-width: 1000px) {
  .footer__top--logo .youtube.hidden-sp {
    display: none !important;
  }
}
.footer__top--menu {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 0.7115384615rem;
}
@media (min-width: 1000px) {
  .footer__top--menu {
    flex-direction: row;
    gap: 40.5px;
  }
}
.footer__col {
  flex: 0 0 100%;
  width: 100%;
  padding-bottom: 0.7115384615rem;
  border-bottom: 1.5px solid #fff;
}
@media (min-width: 1000px) {
  .footer__col {
    width: auto;
    flex: 0 0 auto;
    border-right: 1px solid #FFFFFF;
    padding-right: 40.5px;
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.footer__col:last-child {
  border-right: none;
  padding-right: 0;
  border-bottom: 0;
}
.footer__col--heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__col--heading .title {
  font-size: 0.3461538462rem;
  line-height: 0.4615384615rem;
  font-weight: 500;
  color: #fff;
}
@media (min-width: 1000px) {
  .footer__col--heading .title {
    font-size: 16px;
    line-height: 24px;
  }
}
.footer__col--heading .btn-show {
  position: relative;
  width: 0.5769230769rem;
  height: 0.5769230769rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1000px) {
  .footer__col--heading .btn-show {
    display: none;
  }
}
.footer__col--heading .btn-show::before {
  content: "";
  width: 0.3846153846rem;
  height: 0.0576923077rem;
  position: absolute;
  background: #fff;
  transition: transform 0.25s ease;
  border-radius: 0.0576923077rem;
}
.footer__col--heading .btn-show::after {
  content: "";
  height: 0.3846153846rem;
  width: 0.0576923077rem;
  position: absolute;
  background: #fff;
  transition: transform 0.25s ease;
  border-radius: 0.0576923077rem;
}
.footer__col--heading.active .btn-show:after {
  transform: scaleY(0);
}
.footer__col ul {
  list-style: none;
  padding: 0;
  margin: 0.4423076923rem 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.0192307692rem;
}
@media (min-width: 1000px) {
  .footer__col ul {
    margin: 18px 0 0 0;
    gap: 12px;
  }
}
.footer__col ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  font-size: 0.2692307692rem;
  line-height: 0.3846153846rem;
  font-weight: 500;
  letter-spacing: 0.0161538462rem;
  padding: 0.0961538462rem 0;
}
@media (min-width: 1000px) {
  .footer__col ul li a {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.78px;
  }
}
@media (max-width: 1000px) {
  .footer__col ul li a.link__ex {
    position: relative;
    display: flex;
    align-items: center;
  }
  .footer__col ul li a.link__ex::after {
    content: "";
    display: block;
    width: 0.2307692308rem;
    height: 0.2307692308rem;
    background: url(/wp-includes/images/icon-menu.svg) center center/contain no-repeat;
    margin-left: 0.2692307692rem;
  }
}
@media (max-width: 1000px) {
  .footer__col ul li:not(:last-child) {
    margin-bottom: 0.25rem;
  }
}
.footer__full {
  width: 100%;
  margin-top: 50px;
}
@media (min-width: 1000px) {
  .footer__full {
    margin-top: 52px;
  }
}
.footer__full ul {
  display: flex;
  list-style: none;
  padding: 0;
  flex-direction: column;
  align-items: start;
  gap: 0.45rem;
  margin: 0;
}
@media (min-width: 1000px) {
  .footer__full ul {
    flex-direction: row;
    align-items: center;
    gap: 0;
  }
}
.footer__full ul li {
  color: #fff;
}
@media (min-width: 1000px) {
  .footer__full ul li {
    width: auto;
  }
}
.footer__full ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  font-size: 0.2692307692rem;
  line-height: 0.3846153846rem;
  font-weight: 500;
  letter-spacing: 0.78px;
  padding: 0.0961538462rem 0;
}
@media (min-width: 1000px) {
  .footer__full ul li a {
    font-size: 14px;
    line-height: 20px;
  }
}
.footer__full ul li a.item__icon {
  position: relative;
  display: flex;
  align-items: center;
}
.footer__full ul li a.item__icon:after {
  content: "";
  display: block;
  margin-left: 0.1923076923rem;
  background: url(/wp-includes/images/icon-menu.svg) center center/contain no-repeat;
  width: 0.2115384615rem;
  height: 0.2115384615rem;
}
@media (min-width: 1000px) {
  .footer__full ul li a.item__icon:after {
    display: none;
  }
}
@media (max-width: 1000px) {
  .footer__full ul li.hidden-sp {
    display: none !important;
  }
}
.footer__full .youtube {
  margin-top: 1.0769230769rem;
  display: flex;
  justify-content: center;
}
.footer__full .youtube a {
  color: #fff;
  font-size: 0.3653846154rem;
  line-height: 0.8;
  display: flex;
  align-items: center;
}
@media (min-width: 1000px) {
  .footer__full .youtube a {
    font-size: 16px;
  }
}
.footer__full .youtube a img {
  width: 32px;
  margin-right: 10px;
  display: block;
}
@media (min-width: 1000px) {
  .footer__full .youtube.hidden-dk {
    display: none !important;
  }
}

.footer-bottom {
  background-color: #FFFFFF;
  padding: 0.3461538462rem 0;
  margin: 0;
}
@media (min-width: 1000px) {
  .footer-bottom {
    padding: 8.5px 0;
  }
}
.footer-bottom .container {
  max-width: 6.923rem;
  margin: 0 auto;
}
@media (min-width: 1000px) {
  .footer-bottom .container {
    max-width: 1630px;
    padding-inline: 15px;
  }
}
.footer-bottom__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: column-reverse;
}
@media (min-width: 1000px) {
  .footer-bottom__wrap {
    flex-direction: row;
  }
}
.footer-bottom__wrap--left {
  width: 100%;
}
@media (min-width: 1000px) {
  .footer-bottom__wrap--left {
    width: auto;
  }
}
.footer-bottom__wrap--left .copyright {
  font-size: 0.2307692308rem;
  line-height: 0.3269230769rem;
  font-weight: 500;
  letter-spacing: 0.96px;
  text-align: center;
}
@media (min-width: 1000px) {
  .footer-bottom__wrap--left .copyright {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }
}
.footer-bottom__wrap--area {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
@media (min-width: 1000px) {
  .footer-bottom__wrap--area {
    width: auto;
    justify-content: end;
  }
}
.footer-bottom__wrap--area .embed-svg {
  display: flex;
}/*# sourceMappingURL=foot_v3.css.map */