#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  background: white;
  z-index: 300;
}
#header .container {
  width: 95%;
  height: 100%;
  max-width: 1620px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#header .container #h-logo {
  flex: 0 0 auto;
  height: 70%;
  margin-right: 50px;
  display: flex;
}
#header .container #h-logo > img {
  width: auto;
  height: 100%;
}
#header .container .h-global-nav {
  margin-left: auto;
  height: 100%;
}
#header .container .h-global-nav .depth-1 {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#header .container .h-global-nav .depth-1 li {
  position: relative;
  height: 100%;
}
#header .container .h-global-nav .depth-1 li a {
  height: 100%;
  padding: 0 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  color: black;
}
#header .container .m-menu-open {
  position: relative;
  margin-left: 50px;
  width: 48px;
  height: 48px;
  cursor: pointer;
}
#header .container .m-menu-open svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: auto;
  fill: #707070;
}

#footer {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #006F9E;
}
#footer .top {
  width: 100%;
  height: auto;
  padding: 60px 0;
  background: white;
}
#footer .top .container {
  width: 95%;
  height: auto;
  max-width: 1620px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 36px;
}
#footer .top .container .upper {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
#footer .top .container .upper #f-logo {
  flex: 0 0 auto;
  width: 270px;
  height: auto;
  display: flex;
}
#footer .top .container .upper #f-logo > img {
  width: 100%;
  height: auto;
}
#footer .top .container .upper .policy-nav {
  flex: 0 1 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
#footer .top .container .upper .policy-nav > a {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: #707070;
}
#footer .top .container .upper .policy-nav .col {
  flex: 0 0 auto;
  width: 1px;
  height: 18px;
  background: #aaa;
}
#footer .top .container .lower {
  width: 100%;
  height: auto;
}
#footer .top .container .lower .f-infos {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
#footer .top .container .lower .f-infos p {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
#footer .top .container .lower .f-infos p b {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
  color: #3D3D3D;
}
#footer .top .container .lower .f-infos p span {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
  color: #707070;
}
#footer .bottom {
  width: 100%;
  height: auto;
  padding: 12px 0;
  background: linear-gradient(to right, #27ACB5, #138DA9, #006F9E);
}
#footer .bottom .container {
  width: 95%;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#footer .bottom .container .copyright {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
  text-align: center;
}/*# sourceMappingURL=common.css.map */