* {
  box-sizing: border-box;
}

body {
  color: rgba(12, 11, 11, 0.9333333333);
  margin: 0;
  padding: 0;
  font-family: serif;
  font-weight: 500;
}

.container {
  width: 100%;
  max-width: calc(100% - 20px);
  margin: 0 auto;
}

header {
  position: fixed;
  z-index: 10;
  width: 100%;
  background-color: rgb(252, 248, 248);
}
header .global-nav {
  padding: 25px 5% 10px;
  display: flex;
}
header .global-nav h1 {
  margin: 0;
  padding: 0;
  font-size: 50px;
}
header .global-nav a {
  text-decoration: none;
  color: #4b4b4b;
}
header .global-nav a:hover {
  transition: 1s;
  opacity: 0.8;
}
header .global-nav .globalMenuLp {
  margin: 0 0 0 auto;
}
header .global-nav .globalMenuLp ul {
  margin: 0;
  padding: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  display: flex;
  list-style: none;
}
header .global-nav .globalMenuLp ul li {
  font-size: 18px;
}
header .global-nav .globalMenuLp ul li a {
  display: block;
  width: auto;
  text-align: center;
  padding: 1em 15px 1em;
  position: relative;
  margin: 0;
}
header .global-nav .globalMenuLp ul li strong {
  display: block;
  position: absolute;
  top: 0px;
  font-size: 0.3em;
  left: 0px;
  right: 0px;
  width: 60px;
  margin: 0 auto;
  opacity: 0;
}
header .global-nav .globalMenuLp a:hover {
  transform: scale(1.1);
}
header .global-nav .globalMenuLp a:hover strong {
  opacity: 1;
  transition: 0.4s;
  -webkit-transition: all 0.4s;
  color: rgb(148, 90, 4);
}
header .global-nav .globalMenuLp a:hover span {
  text-decoration: underline;
}
header .globalMenuSp {
  display: none;
}

main {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  padding-top: 100px;
}
main .img-news {
  position: relative;
}
main .img-news img {
  display: block;
  width: 100vw;
  max-width: 1050px;
  height: 700px;
}
main .img-news ul {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
}
main .img-news ul li {
  display: inline-block;
}
main .img-news ul li .arrow {
  position: relative;
  padding-right: 10px;
  text-decoration: none;
  color: #fff;
}
main .img-news ul li .arrow:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  top: 50%;
  right: 0;
  margin-top: -4px;
  transform: rotate(45deg);
}
main .img-news h1 {
  position: absolute;
  top: 40px;
  left: 60px;
  color: #fff;
  font-size: 40px;
}
main .img-news h1 span {
  font-size: 20px;
}
main .company {
  text-align: center;
}
main .company h3 {
  font-size: 18px;
}
main .company .company-rep {
  padding-top: 30px;
}
main .company .company-rep p {
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 3px;
}
main .company .company-rep p .pre {
  font-size: 18px;
}
main .company .company-1 .company-sub {
  display: inline;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  display: flex;
}
main .company .company-1 .company-sub .company-sub2 {
  margin-left: 5px;
}
main .company .company-1 .company-sub img {
  width: 350px;
  height: 250px;
}
main .company .company-2 table {
  margin: 0 auto;
  color: #333333;
}
main .company .company-2 table tr th {
  background-color: #eeeeee;
  padding: 10px 40px;
  font-size: 14px;
}
main .company .company-2 table tr td {
  font-size: 14px;
  text-align: left;
  padding: 15px 40px 15px 15px;
  background-color: rgba(231, 228, 228, 0.9450980392);
}
main .company .company-3 .company-map {
  display: flex;
  justify-content: center;
}
main .company .company-3 .company-map .company-map1 {
  margin: 15px;
  background: #e8e8e8;
}
main .company .company-3 .company-map .company-map1 iframe {
  width: auto;
  height: 300px;
}
main .company .company-3 .company-map .company-map1 p {
  font-size: 12px;
}
main .company .company-3 .company-map .company-map2 {
  margin: 15px;
  background: #e8e8e8;
}
main .company .company-3 .company-map .company-map2 iframe {
  width: auto;
  height: 300px;
}
main .company .company-3 .company-map .company-map2 p {
  font-size: 12px;
}
main .company .company-3 .company-map .company-map3 {
  margin: 15px;
  background: #e8e8e8;
}
main .company .company-3 .company-map .company-map3 iframe {
  width: auto;
  height: 300px;
}
main .company .company-3 .company-map .company-map3 p {
  font-size: 12px;
}
main .company .company-3 .company-map .company-map4 {
  margin: 15px;
  background: #e8e8e8;
}
main .company .company-3 .company-map .company-map4 iframe {
  width: auto;
  height: 300px;
}
main .company .company-3 .company-map .company-map4 p {
  font-size: 12px;
}
main .news-top {
  text-align: center;
  padding-top: 30px;
}
main .news-top a {
  padding: 10px;
  color: #4b4b4b;
  cursor: pointer;
}
main .news-top a:hover {
  opacity: 0.8;
  color: #640c0c;
  transition: 1.2s;
}

footer {
  background-color: rgb(48, 45, 48);
  color: #f7f3f3;
}
footer h1 {
  padding-top: 30px;
  text-align: center;
}
footer .footer-list {
  display: flex;
  justify-content: space-between;
  max-width: 400px;
  margin: 0 auto;
  padding-left: 30px;
}
footer .footer-list .list-cinq {
  max-width: 150px;
}
footer .footer-list .list-cinq h3 {
  text-align: center;
}
footer .footer-list .list-cinq ul {
  padding: 0;
}
footer .footer-list .list-cinq li {
  list-style-type: none;
  padding: 6px;
  text-align: center;
}
footer .footer-list .list-cinq li a {
  display: block;
  color: #e6e6e6;
  text-decoration: none;
}
footer .footer-list .list-cinq li a:hover {
  transform: scale(1.2);
  transition: 0.6s;
  text-decoration: underline;
}
footer .footer-list .follow-us {
  max-width: 150px;
}
footer .footer-list .follow-us h3 {
  text-align: center;
}
footer .footer-list .follow-us ul {
  padding: 0;
}
footer .footer-list .follow-us li {
  list-style-type: none;
  padding: 6px;
  text-align: center;
  align-items: center;
}
footer .footer-list .follow-us li a {
  color: #e6e6e6;
  text-decoration: none;
  display: block;
}
footer .footer-list .follow-us li a .fab {
  margin-right: 5px;
}
footer .footer-list .follow-us li a:hover {
  transform: scale(1.2);
  transition: 0.6s;
  text-decoration: underline;
}
footer .footer-list .office {
  max-width: 150px;
  text-align: center;
}
footer .footer-list .office p {
  font-size: 12px;
}
footer .footer-list-sp {
  display: none;
}
footer .copyright {
  text-align: center;
  padding-bottom: 30px;
}
footer #topBtn {
  background: rgb(250, 248, 248);
  color: #c9c1c1;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
footer #topBtn:after {
  content: "";
  width: 15px;
  height: 15px;
  border-right: 2px solid #333333;
  border-bottom: 2px solid #333333;
  transform: rotate(225deg);
}/*# sourceMappingURL=company.css.map */