@charset "UTF-8";
#footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  border: none;
  background-color: #292c39;
  // background-image: url(../images/footer_bg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: bottom center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  #footer {
    // padding-top: 250px;
  }
}

@media screen and (max-width: 599px) {
  #footer {
    background-position-x: 65%;
  }
}
#footer-list-area {
  display: flex;
}
#footer .footer-01 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0;
  background: rgba(15, 15, 15, 0.9);
  box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.5);
  color: #fff;
  font-family: "Montserrat";
}

.footer-bottom {
  background: #292c39;
  font-family: "Montserrat";
  color: #bbb;

  padding-top: 2rem;
}
.footer-bottom .wrap {
  justify-content: space-between;
  display: flex;
  padding-left: 1rem;
  padding-right: 1rem;
  align-items: flex-end;
}
.footer-bottom .wrap:after {
  display: none;
}
.footer-bottom .wrap ul {
  display: flex;
  font-size: 13px;
  gap: 2em;
  color: #bbb;
}
.footer-bottom .wrap ul a {
  color: #bbb;
}

.footer-copy {
  font-family: "Montserrat";
}
#footer .row {
  margin-right: 0;
  margin-left: 0;
}

#footer .row .gr6,
#footer .row .gr4 {
  width: 100%;
  float: none;
  padding-right: 0;
  padding-left: 0;
}

#footer .wrap {
  padding-bottom: 1em;
  padding-top: 1em;
}

#footer .wrap > .row {
  width: 50%;
  float: left;
}
#footer .wrap.footer-logo-wrap {
  padding-top: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  float: none;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 0.8em;
}
#footer .wrap.footer-logo-wrap a:hover {
  text-decoration: none;
  cursor: pointer;
}
#footer .wrap.footer-logo-wrap:after {
  content: none;
}
.footer-fb {
  opacity: 0.7;
}
.footer-fb:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  #footer .wrap > .row {
    width: 100%;
    float: none;
  }
}

#footer #footer-brand-area {
  padding: 0;
  border: none;
  margin-bottom: 10px;
  margin-bottom: 0.6rem;
}

#footer #footer-brand-area .footer-logo {
  font-size: 32px;
  font-weight: 300;
  font-family: Rajdhani, sans-serif;

  margin-bottom: none;
}

#footer #footer-brand-area .footer-address {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  color: #bbb;
  text-align: left;
  letter-spacing: 0.08em;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 180%;
}

#footer .footer-isms {
  position: relative;
  display: flex;
  top: 15px;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  color: #bbb;
  text-align: left;
  letter-spacing: 0.08em;
  font-size: 12px;
  line-height: 160%;
}

#footer .footer-isms img {
  display: inline-block;
  width: 160px;
  margin-right: 10px;
}

#footer .footer-isms p {
  display: inline-block;
  width: calc(100% - 258px);
  vertical-align: middle;
}

@media screen and (max-width: 425px) {
  #footer .footer-isms {
    position: relative;
    display: block;
    top: 0px;
    letter-spacing: 0.05em;
    font-size: 10.5px;
    line-height: 140%;
  }

  #footer .footer-isms img {
    display: inline-block;
    width: 130px;
    margin-right: 10px;
  }

  #footer .footer-isms p {
    display: inline-block;
    width: calc(100% - 145px);
    vertical-align: middle;
  }
}
#footer #footer-content-area {
  color: #fff;
  font-family: "Montserrat";
  display: flex;
  justify-content: space-between;
}

.footer-left {
  width: 60%;
}
.footer-right {
  width: 40%;
}
#footer #footer-content-area .gr4 h4 {
  display: none;
}
@media screen and (max-width: 980px) {
  #footer #footer-content-area {
    flex-direction: column;
  }
  #footer #footer-content-area > div {
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
  #footer #footer-cont-content {
    display: none;
  }
}

#footer #footer-gnav-ul {
  margin: 1em;
  min-width: 140px;
}
#footer #footer-gnav-ul a {
  opacity: 0.7;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
#footer #footer-gnav-ul a:hover {
  opacity: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
#footer #footer-gnav-ul a[target="_blank"]:after {
  content: "\e89e";
  font-family: "Material Symbols Outlined" !important;
  font-size: 1.2rem;
  font-variation-settings: "FILL" 0, "wght" 100, "GRAD" 200, "opsz" 50;
  vertical-align: bottom;
  margin-left: 4px;
}
@media screen and (max-width: 768px) {
  #footer #footer-gnav-ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

#footer #footer-gnav-ul li {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

@media screen and (max-width: 991px) {
  #footer #footer-gnav-ul li {
    padding-left: 1rem;
  }
}

#footer #footer-gnav-ul li:before {
  display: none;
  min-width: 130px;
}

#footer #footer-gnav-ul li:first-child {
  // padding-left: 0;
}

#footer #footer-gnav-ul li a {
  letter-spacing: 0.08em;
  font-weight: 400;
  line-height: inherit;
  padding: 0;
  background: none;
}

#footer #footer-gnav-ul li a:hover {
  color: #fff;
  text-decoration: none;
}

#footer #footer-gnav-ul li a:hover:after {
  border-color: #fff;
  -webkit-transition: width 280ms ease-in-out;
  transition: width 280ms ease-in-out;
  width: 100%;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@media screen and (max-width: 768px) {
  #footer #footer-gnav-ul li a {
    padding-bottom: 0.2em;
  }
}

#footer #footer-sns {
  display: none;
}

#footer #footer-site-list {
  margin-top: 16px;
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  #footer #footer-site-list {
    text-align: left;
  }
}

#footer #footer-site-list li {
  display: inline-block;
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  #footer #footer-site-list li {
    display: block;
    padding-left: 0;
  }
}

#footer #footer-site-list li a {
  display: block;
  width: 220px;
  height: 70px;
  line-height: 70px;
  background: #fff;
  text-align: center;
}
#footer #footer-site-list li a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 991px) {
  #footer #footer-site-list li a {
    width: 200px;
    // height: 56px;
  }
}

#footer #footer-site-list li:first-child {
  padding-left: 0;
}

#footer-contact-area {
  background: #061d50;
  color: #fff;
  padding: 60px 0;
}

@media screen and (max-width: 768px) {
  #footer-contact-area {
    padding: 36px 12px;
  }
  #footer-subnav-ul {
    display: block;
  }
}

#footer-contact-area .contact__wrapper {
  text-align: center;
}

#footer-contact-area .contact__wrapper .contact___title {
  padding-bottom: 16px;
  padding-bottom: 1rem;
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 180%;
}

#footer-contact-area .contact__wrapper .contact___lead {
  padding-bottom: 32px;
  padding-bottom: 2rem;
  text-align: center;
  font-size: 14px;
  // font-size: 0.875rem;
}

#footer-contact-area .contact__wrapper .button_area {
  padding: 0;
}

.footer-office-list {
  display: flex;
}
.footer-office-list li {
  background: rgba(255, 255, 255, 0.1);
  margin: 0.3em;
  font-size: 0.9375rem;
  padding: 1.2em;
  width: 25%;
}
.footer-office-list .office-name {
  display: flex;
  justify-content: space-between;
}
.footer-office-list .office-name-en {
  opacity: 0.3;
  font-family: "Montserrat";
  font-weight: 700;
  margin-bottom: 0.5em;
}
.footer-office-list .office-address {
  font-size: 0.8rem;
  opacity: 0.8;
  line-height: 1.5;
}
