html {
  scroll-behavior: smooth;
}

header.top {
  width: auto;
  margin: 0 auto;
  text-align: center;
  display: block;
  background: url(../images/top-1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1440px) {
  header.top {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1112px) {
  header.top {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 834px) {
  header.top {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  header.top {
    width: 100%;
  }
}
header.top .top-inner {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  header.top .top-inner {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1112px) {
  header.top .top-inner {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 834px) {
  header.top .top-inner {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  header.top .top-inner {
    width: 100%;
  }
}
header.top .top-inner .logo-nav-area {
  padding: 5%;
  background: rgba(15, 84, 84, 0.38);
}
@media screen and (max-width: 1112px) {
  header.top .top-inner .logo-nav-area {
    padding: 7%;
  }
}
@media screen and (max-width: 480px) {
  header.top .top-inner .logo-nav-area {
    padding: 5%;
  }
}
header.top .top-inner .logo-nav-area .logo {
  width: 80px;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  header.top .top-inner .logo-nav-area .logo {
    padding-top: 16px;
  }
}
@media screen and (max-width: 480px) {
  header.top .top-inner .logo-nav-area .logo {
    width: 65px;
    padding-top: 0px;
  }
}
header.top .top-inner .logo-nav-area .logo a img {
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
}
header.top .top-inner .logo-nav-area .title-border {
  width: 100%;
  margin: 0 auto;
  padding: 8px;
}
@media screen and (max-width: 1440px) {
  header.top .top-inner .logo-nav-area .title-border {
    width: 35%;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 1112px) {
  header.top .top-inner .logo-nav-area .title-border {
    width: 50%;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 834px) {
  header.top .top-inner .logo-nav-area .title-border {
    width: 60%;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 480px) {
  header.top .top-inner .logo-nav-area .title-border {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
  }
}
header.top .top-inner .logo-nav-area .title-border h2 {
  font-size: 32px;
  font-weight: bold;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 8px;
}
@media screen and (max-width: 1440px) {
  header.top .top-inner .logo-nav-area .title-border h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1112px) {
  header.top .top-inner .logo-nav-area .title-border h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 834px) {
  header.top .top-inner .logo-nav-area .title-border h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  header.top .top-inner .logo-nav-area .title-border h2 {
    font-size: 32px;
  }
}
header.top .top-inner .logo-nav-area p {
  font-size: 16px;
  color: #fff;
  text-align: center;
  display: inline-block;
  margin-bottom: 72px;
}
@media screen and (max-width: 834px) {
  header.top .top-inner .logo-nav-area p {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 480px) {
  header.top .top-inner .logo-nav-area p {
    margin-bottom: 0px;
    font-size: 14px;
  }
}
header.top .top-inner .logo-nav-area nav {
  width: 57%;
  margin: 0 auto;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
@media screen and (max-width: 1440px) {
  header.top .top-inner .logo-nav-area nav {
    width: 76%;
  }
}
@media screen and (max-width: 1112px) {
  header.top .top-inner .logo-nav-area nav {
    width: 100%;
  }
}
header.top .top-inner .logo-nav-area nav ul {
  display: flex;
  justify-content: space-between;
}
header.top .top-inner .logo-nav-area nav ul li {
  text-align: center;
  width: 18%;
}
header.top .top-inner .logo-nav-area nav ul li a {
  display: block;
  color: #fff;
  font-size: 16px;
  padding: 12px 0;
}
@media screen and (max-width: 1280px) {
  header.top .top-inner .logo-nav-area nav ul li a {
    padding: 8px 0;
  }
}
@media screen and (max-width: 834px) {
  header.top .top-inner .logo-nav-area nav {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  header.top .top-inner .logo-nav-area nav {
    display: none;
  }
}

.company {
  width: auto;
  margin: 0 auto;
  text-align: center;
  display: block;
}
.company .com-headtitle {
  padding: 5%;
}
@media screen and (max-width: 1440px) {
  .company .com-headtitle {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1112px) {
  .company .com-headtitle {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 834px) {
  .company .com-headtitle {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .company .com-headtitle {
    padding: 56px;
  }
}
.company .com-headtitle h2 {
  position: relative;
  display: block;
  text-align: center;
  font-size: 32px;
  color: #4e4949;
}
@media screen and (max-width: 1440px) {
  .company .com-headtitle h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1112px) {
  .company .com-headtitle h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 834px) {
  .company .com-headtitle h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .company .com-headtitle h2 {
    font-size: 24px;
  }
}
.company .com-headtitle h2 span {
  position: absolute;
  right: 50px;
  bottom: -8px;
  left: 0;
  width: 100px;
  height: 1px;
  background: #1a1a1a;
  margin: auto;
}
.company .com-item {
  width: 50%;
  margin: 0 auto;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
}
.company .com-item img {
  width: 100%;
  margin-bottom: 48px;
}
@media screen and (max-width: 1440px) {
  .company .com-item img {
    width: auto;
  }
}
@media screen and (max-width: 1112px) {
  .company .com-item img {
    width: 85%;
  }
}
@media screen and (max-width: 834px) {
  .company .com-item img {
    width: 85%;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 480px) {
  .company .com-item img {
    width: 100%;
  }
}
@media screen and (max-width: 1440px) {
  .company .com-item {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1112px) {
  .company .com-item {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 834px) {
  .company .com-item {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .company .com-item {
    width: 100%;
  }
}
.company .com-info {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .company .com-info {
    width: 67%;
    height: auto;
  }
}
@media screen and (max-width: 1112px) {
  .company .com-info {
    width: 85%;
    height: auto;
  }
}
@media screen and (max-width: 834px) {
  .company .com-info {
    width: 100%;
    height: auto;
    padding: 7%;
  }
}
@media screen and (max-width: 480px) {
  .company .com-info {
    width: 100%;
    height: auto;
    padding: 4%;
  }
}
.company .com-info dl {
  width: 100%;
  margin: 0 auto;
}
.company .com-info dl div {
  width: 100%;
  display: inline-flex;
  padding: 20px 0;
}
.company .com-info dl div dt {
  position: relative;
  width: 30%;
  text-align: left;
  font-size: 16px;
  color: #4e4949;
  letter-spacing: .15em;
  margin: 0 auto;
}
.company .com-info dl div dd {
  position: relative;
  width: 60%;
  text-align: left;
  font-size: 16px;
  color: #4e4949;
  letter-spacing: .15em;
  margin: 0 auto;
}
.company .com-info dl div dd br {
  display: none;
}
.company .com-info dl div dd ul li {
  padding: 3px 0;
  list-style: none;
}
.company .com-info dl div:nth-child(odd) {
  background: #fafafa;
}
@media screen and (max-width: 1112px) {
  .company .com-info dl div dt {
    width: 20%;
    font-size: 16px;
    margin-left: 10px;
  }
  .company .com-info dl div dd {
    width: 80%;
    font-size: 16px;
  }
  .company .com-info dl div dd br {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .company .com-info dl {
    margin: 0 auto;
  }
  .company .com-info dl div dt {
    width: 34%;
  }
  .company .com-info dl div dd {
    width: 61%;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
  }
  .company .com-info dl div dd br {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .company .com-info {
    margin-top: 0;
  }
  .company .com-info dl div {
    display: flex;
  }
  .company .com-info dl div dt {
    width: 20%;
    font-size: 14px;
    margin-left: 14px;
  }
  .company .com-info dl div dd {
    width: 69%;
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
    color: #333;
    letter-spacing: .1em;
  }
  .company .com-info dl div dd br {
    display: none;
  }
}

.service {
  width: auto;
  margin: 0 auto;
  text-align: center;
  display: block;
}
.service .ser-headtitle {
  padding: 5%;
}
@media screen and (max-width: 1440px) {
  .service .ser-headtitle {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1112px) {
  .service .ser-headtitle {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 834px) {
  .service .ser-headtitle {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .service .ser-headtitle {
    padding: 56px;
  }
}
.service .ser-headtitle h2 {
  position: relative;
  display: block;
  text-align: center;
  font-size: 32px;
  color: #4e4949;
}
@media screen and (max-width: 1440px) {
  .service .ser-headtitle h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1112px) {
  .service .ser-headtitle h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 834px) {
  .service .ser-headtitle h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .service .ser-headtitle h2 {
    font-size: 24px;
  }
}
.service .ser-headtitle span {
  position: absolute;
  right: 50px;
  bottom: -8px;
  left: 0;
  width: 100px;
  height: 1px;
  background: #1a1a1a;
  margin: auto;
}
.service .ser-item {
  width: 50%;
  margin: 0 auto;
  margin-bottom: 48px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1440px) {
  .service .ser-item {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1112px) {
  .service .ser-item {
    width: 100%;
    height: auto;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 834px) {
  .service .ser-item {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .service .ser-item {
    margin-bottom: 0;
  }
}
.service .ser-item img {
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .service .ser-item img {
    width: auto;
  }
}
@media screen and (max-width: 1112px) {
  .service .ser-item img {
    width: 85%;
  }
}
@media screen and (max-width: 834px) {
  .service .ser-item img {
    width: 85%;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 480px) {
  .service .ser-item img {
    width: 100%;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1440px) {
  .service .ser-item {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1112px) {
  .service .ser-item {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 834px) {
  .service .ser-item {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .service .ser-item {
    width: 100%;
  }
}
.service .ser-textinner {
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .service .ser-textinner {
    height: auto;
  }
}
@media screen and (max-width: 1112px) {
  .service .ser-textinner {
    height: auto;
  }
}
@media screen and (max-width: 834px) {
  .service .ser-textinner {
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .service .ser-textinner {
    height: auto;
  }
}
.service .ser-textinner p {
  font-size: 16px;
  color: #4e4949;
  text-align: left;
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .service .ser-textinner p {
    width: 85%;
    font-size: 14px;
  }
}

.results {
  width: auto;
  margin: 0 auto;
  text-align: center;
  display: block;
}
.results .res-headtitle {
  padding: 5%;
}
@media screen and (max-width: 1440px) {
  .results .res-headtitle {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1112px) {
  .results .res-headtitle {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 834px) {
  .results .res-headtitle {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .results .res-headtitle {
    padding: 56px;
  }
}
.results .res-headtitle h2 {
  position: relative;
  display: block;
  text-align: center;
  font-size: 32px;
  color: #4e4949;
}
@media screen and (max-width: 1440px) {
  .results .res-headtitle h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1112px) {
  .results .res-headtitle h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 834px) {
  .results .res-headtitle h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .results .res-headtitle h2 {
    font-size: 24px;
  }
}
.results .res-headtitle h2 span {
  position: absolute;
  right: 50px;
  bottom: -8px;
  left: 0;
  width: 100px;
  height: 1px;
  background: #1a1a1a;
  margin: auto;
}
.results .res-item {
  width: 50%;
  margin: 0 auto;
  margin-bottom: 48px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1440px) {
  .results .res-item {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1112px) {
  .results .res-item {
    width: 85%;
    height: auto;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 834px) {
  .results .res-item {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .results .res-item {
    width: 100%;
    margin-bottom: 0;
  }
}
.results .res-item iframe {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .results .res-item iframe {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 480px) {
  .results .res-item iframe {
    margin-bottom: 16px;
  }
}
.results .res-textinner {
  margin: 0 auto;
}
.results .res-textinner p {
  font-size: 16px;
  color: #4e4949;
  text-align: left;
  display: inline-block;
  line-height: 24px;
}
@media screen and (max-width: 1440px) {
  .results .res-textinner p {
    height: auto;
  }
}
@media screen and (max-width: 1112px) {
  .results .res-textinner p {
    height: auto;
  }
}
@media screen and (max-width: 834px) {
  .results .res-textinner p {
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .results .res-textinner p {
    height: auto;
    font-size: 14px;
  }
}

.recruit {
  width: auto;
  margin: 0 auto;
  text-align: center;
  display: block;
}
.recruit .rec-headtitle {
  padding: 5%;
}
@media screen and (max-width: 1112px) {
  .recruit .rec-headtitle {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 834px) {
  .recruit .rec-headtitle {
    width: 100%;
    padding: 5%;
  }
}
@media screen and (max-width: 480px) {
  .recruit .rec-headtitle {
    padding: 56px;
  }
}
.recruit .rec-headtitle h2 {
  position: relative;
  display: block;
  text-align: center;
  font-size: 32px;
  color: #4e4949;
}
@media screen and (max-width: 1440px) {
  .recruit .rec-headtitle h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1112px) {
  .recruit .rec-headtitle h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 834px) {
  .recruit .rec-headtitle h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .recruit .rec-headtitle h2 {
    font-size: 24px;
  }
}
.recruit .rec-headtitle span {
  position: absolute;
  right: 50px;
  bottom: -8px;
  left: 0;
  width: 100px;
  height: 1px;
  background: #1a1a1a;
  margin: auto;
}
.recruit .rec-item {
  width: 50%;
  margin: 0 auto;
  margin-bottom: 48px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1440px) {
  .recruit .rec-item {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1112px) {
  .recruit .rec-item {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 834px) {
  .recruit .rec-item {
    width: 100%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .recruit .rec-item {
    width: 100%;
    margin-bottom: 0px;
  }
}
.recruit .rec-item img {
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .recruit .rec-item img {
    width: auto;
  }
}
@media screen and (max-width: 1112px) {
  .recruit .rec-item img {
    width: 85%;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 834px) {
  .recruit .rec-item img {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .recruit .rec-item img {
    width: 100%;
  }
}
.recruit .res-textinner {
  width: 35%;
  margin: 0 auto;
  display: block;
  margin-bottom: 88px;
}
@media screen and (max-width: 1440px) {
  .recruit .res-textinner {
    width: 64%;
    height: auto;
  }
}
@media screen and (max-width: 1112px) {
  .recruit .res-textinner {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 834px) {
  .recruit .res-textinner {
    width: 100%;
    height: auto;
    margin-bottom: 38px;
  }
}
@media screen and (max-width: 480px) {
  .recruit .res-textinner {
    width: 85%;
    height: auto;
    margin-bottom: 16px;
  }
}
.recruit .res-textinner h2 {
  margin: 24px 0;
  font-size: 32px;
  color: #603813;
  text-align: start;
}
@media screen and (max-width: 1440px) {
  .recruit .res-textinner h2 {
    font-size: 28px;
    margin-left: 0;
  }
}
@media screen and (max-width: 1112px) {
  .recruit .res-textinner h2 {
    font-size: 28px;
    margin-left: 0;
  }
}
@media screen and (max-width: 834px) {
  .recruit .res-textinner h2 {
    font-size: 24px;
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .recruit .res-textinner h2 {
    font-size: 24px;
    margin-left: 0;
  }
}
.recruit .res-textinner p {
  display: inline-block;
  font-size: 16px;
  color: #4e4949;
  text-align: left;
  line-height: 32px;
}
@media screen and (max-width: 480px) {
  .recruit .res-textinner p {
    font-size: 14px;
    line-height: 24px;
  }
}
.recruit .rec-pic {
  width: 800px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .recruit .rec-pic {
    width: 90%;
  }
}
.recruit .rec-pic img {
  width: 100%;
  height: auto;
}

.contact {
  width: 100%;
  height: 370px;
  background: url(../contact/images/con-image.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1440px) {
  .contact {
    height: 363px;
  }
}
@media screen and (max-width: 1112px) {
  .contact {
    height: 364px;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 834px) {
  .contact {
    width: 100%;
    height: 321px;
  }
}
@media screen and (max-width: 480px) {
  .contact {
    height: 268px;
  }
}
.contact .con-inner {
  background: rgba(255, 255, 255, 0.6);
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 100%;
  padding: 72px;
  text-align: center;
  display: block;
}
@media screen and (max-width: 834px) {
  .contact .con-inner {
    padding: 7%;
  }
}
@media screen and (max-width: 480px) {
  .contact .con-inner {
    padding: 18px;
  }
}
.contact .con-inner .title-border {
  position: relative;
  width: 30%;
  margin: 0 auto;
  padding: 8px;
  margin-bottom: 16px;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
@media screen and (max-width: 1112px) {
  .contact .con-inner .title-border {
    width: 100%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 834px) {
  .contact .con-inner .title-border {
    width: 100%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .contact .con-inner .title-border {
    width: 100%;
    margin-bottom: 0;
  }
}
.contact .con-inner .title-border h2 {
  font-size: 32px;
  color: #fff;
  padding: 8px;
}
@media screen and (max-width: 1440px) {
  .contact .con-inner .title-border h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1112px) {
  .contact .con-inner .title-border h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 834px) {
  .contact .con-inner .title-border h2 {
    font-size: 24px;
  }
}
.contact .con-inner p {
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 1112px) {
  .contact .con-inner p {
    margin-top: 16px;
  }
}
@media screen and (max-width: 480px) {
  .contact .con-inner p {
    font-size: 14px;
  }
}
.contact .btn-wrap {
  width: 300px;
  padding: 20px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  letter-spacing: 1px;
}
@media screen and (max-width: 480px) {
  .contact .btn-wrap {
    margin-bottom: 24px;
  }
}
.contact .btn-wrap a:after {
  content: '>';
  margin-left: 8px;
}

#global-footer {
  width: 100%;
  height: 15vh;
  margin: 0 auto;
  margin-top: 88px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  #global-footer {
    height: auto;
    margin-top: 0;
  }
}
@media screen and (max-width: 1112px) {
  #global-footer {
    margin-top: 0;
    height: 300px;
  }
}
@media screen and (max-width: 834px) {
  #global-footer {
    margin-top: 100px;
    height: 120px;
  }
}
@media screen and (max-width: 480px) {
  #global-footer {
    margin-top: 100px;
    height: 100px;
  }
}
#global-footer .inner {
  width: 52%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  max-width: 100%;
}
@media screen and (max-width: 1440px) {
  #global-footer .inner {
    width: 100%;
    padding: 7%;
  }
}
@media screen and (max-width: 1112px) {
  #global-footer .inner {
    width: 100%;
  }
}
#global-footer .inner .logo-box {
  width: 12%;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  #global-footer .inner .logo-box {
    width: 10%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1112px) {
  #global-footer .inner .logo-box {
    width: 10%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 834px) {
  #global-footer .inner .logo-box {
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 80px;
  }
}
@media screen and (max-width: 480px) {
  #global-footer .inner .logo-box {
    width: 25%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 80px;
  }
}
#global-footer .inner .logo-box .logo {
  width: 80px;
}
@media screen and (max-width: 1112px) {
  #global-footer .inner .logo-box .logo {
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  #global-footer .inner .logo-box .logo {
    width: 65px;
  }
}
#global-footer .inner nav {
  width: 88%;
  margin: 0 auto;
  align-items: center;
  border-top: solid 1px #4e4949;
  border-bottom: solid 1px #4e4949;
}
#global-footer .inner nav ul {
  display: flex;
  justify-content: space-between;
}
#global-footer .inner nav ul li {
  text-align: center;
  width: 18%;
}
#global-footer .inner nav ul li a {
  display: block;
  color: #4e4949;
  font-size: 16px;
  padding: 12px 0;
}
@media screen and (max-width: 1280px) {
  #global-footer .inner nav ul li a {
    padding: 8px 0;
  }
}
@media screen and (max-width: 1440px) {
  #global-footer .inner nav {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1112px) {
  #global-footer .inner nav {
    width: 80%;
  }
}
@media screen and (max-width: 834px) {
  #global-footer .inner nav {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #global-footer .inner nav {
    display: none;
  }
}
#global-footer p.copy {
  text-align: center;
  font-size: 14px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: auto;
  color: #4e4949;
}

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