@charset "UTF-8";
* {
  font-family: BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, “Helvetica Neue”, HelveticaNeue, sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

html, body {
  margin: 0rem;
  overflow-x: hidden;
}

html {
  font-size: 10px;
}

body {
  box-sizing: border-box;
  overflow: hidden;
  font-size: 1.5rem;
}

nav.navbar.navbar-inverse {
  background-color: #000A4B;
  border-bottom: none;
  padding: 0rem 1rem;
  margin: 0rem;
  margin-left: auto;
  margin-right: auto;
  height: 8rem;
}
nav.navbar.navbar-inverse .container {
  width: 100%;
}
nav.navbar.navbar-inverse .container .logo {
  position: absolute;
  height: 8rem;
  align-items: left;
  top: 0rem;
  left: 2rem;
}
nav.navbar.navbar-inverse .container .logo_1 {
  position: absolute;
  height: 8rem;
  align-items: left;
  top: -0.3rem;
  left: 2rem;
  display: none;
}
nav.navbar.navbar-inverse .container li {
  margin-right: 1rem;
}
nav.navbar.navbar-inverse .container .sa {
  margin-right: 2rem;
}
nav.navbar.navbar-inverse .container a {
  color: #FFFFFF;
  font-size: 1.6rem;
  padding-left: 2rem;
  margin-top: -0.5rem;
}

@media screen and (max-width: 1200px) {
  html {
    font-size: 10px;
  }

  nav.navbar.navbar-inverse .container .logo {
    left: 2rem;
  }
  nav.navbar.navbar-inverse .container li {
    margin-right: 1rem;
  }
  nav.navbar.navbar-inverse .container .sa {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 10px;
  }

  nav.navbar.navbar-inverse .container .logo {
    display: none;
  }
  nav.navbar.navbar-inverse .container .logo_1 {
    display: block;
    left: 1.5rem;
  }
  nav.navbar.navbar-inverse .container li {
    margin-right: 0.3rem;
  }
  nav.navbar.navbar-inverse .container .sa {
    margin-right: 1.5rem;
  }
}
@media screen and (max-width: 780px) {
  nav {
    display: none;
  }
}
nav_phone {
  position: fixed;
  padding: 0rem;
  margin: 0rem;
  z-index: 1000;
  width: 100%;
  bottom: 3%;
  left: 3%;
  display: none;
}
nav_phone .nav_container {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
nav_phone .nav_container .menu_open {
  position: relative;
  width: 90%;
  height: 6rem;
  border-radius: 6rem;
  background-color: rgba(0, 10, 75, 0.9);
  bottom: 0rem;
  display: none;
}
nav_phone .nav_container .menu_open .logo_button {
  line-height: 6rem;
  display: inline-block;
  margin-left: 1rem;
  margin-top: -0.3rem;
}
nav_phone .nav_container .menu_open .logo_button .logo_1 {
  width: auto;
  height: 5rem;
  border-radius: 0;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center center;
}
nav_phone .nav_container .menu_open ul {
  width: 95%;
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translateY(-50%);
  padding: 0rem;
  display: flex;
  justify-content: space-around;
  padding: 1rem;
}
nav_phone .nav_container .menu_open ul li {
  flex: 1;
  margin-top: auto;
  margin-bottom: auto;
  text-align: center;
  list-style: none;
  cursor: pointer;
  white-space: nowrap;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0.1rem;
  font-weight: 500;
  color: #FFFFFF;
  opacity: 0;
  animation: ulhide 1s 1 forwards;
}
nav_phone .nav_container .menu_open ul a {
  Text-decoration: none;
  color: #FFFFFF;
}
nav_phone .nav_container .menu_open .close_nav {
  position: absolute;
  width: 5rem;
  height: 5rem;
  border-radius: 0;
  top: -4rem;
  right: -2.5rem;
  cursor: pointer;
}
nav_phone .nav_container .menu_open .close_nav #pic_nav {
  fill: #000A4B;
  stroke-width: 0.5rem;
  stroke-linecap: round;
}
nav_phone .nav_container .menu_open .close_nav #pic_nav .tick_nav, nav_phone .nav_container .menu_open .close_nav #pic_nav .tick_nav_1 {
  stroke: #FFFFFF;
}
nav_phone .nav_container .botton {
  position: absolute;
  width: 12rem;
  height: 6rem;
  border-radius: 6rem;
  background-color: #000A4B;
  bottom: 0rem;
  cursor: pointer;
}
nav_phone .nav_container .botton .logo {
  position: absolute;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  height: 5rem;
  border-radius: 0;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 1rem;
}
nav_phone .nav_container .botton .menu {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 6rem;
  color: #FFFFFF;
  display: block;
  margin: 0rem;
  margin-left: 6rem;
}

@keyframes ulhide {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 780px) {
  nav_phone {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  html {
    font-size: 9px;
  }

  nav_phone .nav_container .menu_open {
    width: 90%;
    height: 6rem;
    border-radius: 6rem;
  }
  nav_phone .nav_container .menu_open .logo_button {
    margin-left: 1rem;
    margin-top: -0.4rem;
  }
  nav_phone .nav_container .menu_open ul {
    width: 91%;
  }
  nav_phone .nav_container .menu_open ul li {
    font-size: 1.6rem;
    letter-spacing: 0.05rem;
    padding: 0.5rem;
  }
  nav_phone .nav_container .menu_open .close_nav {
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 0;
    top: -3.5rem;
    right: -2.5rem;
  }
  nav_phone .nav_container .menu_open .close_nav #pic_nav {
    stroke-width: 0.5rem;
  }
}
@media screen and (max-width: 400px) {
  html {
    font-size: 8px;
  }

  nav_phone .nav_container .menu_open {
    width: 93%;
    height: 7rem;
    border-radius: 7rem;
  }
  nav_phone .nav_container .menu_open .logo_button {
    line-height: 7rem;
    display: inline-block;
    margin-left: 1rem;
  }
  nav_phone .nav_container .menu_open .logo_button .logo_1 {
    width: auto;
    height: 5.5rem;
    border-radius: 0;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center center;
  }
  nav_phone .nav_container .menu_open ul {
    width: 90%;
    right: 0.5rem;
  }
  nav_phone .nav_container .menu_open ul li {
    font-size: 1.7rem;
    letter-spacing: 0.05rem;
    padding: 0.3rem;
  }
  nav_phone .nav_container .menu_open .close_nav {
    width: 4.7rem;
    height: 4.7rem;
    border-radius: 0;
    top: -4.4rem;
    right: -1rem;
  }
  nav_phone .nav_container .menu_open .close_nav #pic_nav {
    stroke-width: 0.6rem;
  }
  nav_phone .nav_container .botton {
    width: 13rem;
    height: 7rem;
    border-radius: 7rem;
  }
  nav_phone .nav_container .botton .logo {
    width: auto;
    height: 5.5rem;
    border-radius: 0;
    margin-left: 1rem;
  }
  nav_phone .nav_container .botton .menu {
    font-size: 1.7rem;
    line-height: 7rem;
    margin-left: 6.5rem;
  }
}
header#page-top {
  display: flex;
  justify-content: center;
  padding: 0rem;
  height: 60rem;
  background-image: url(../images/banner-3000.jpg);
  background-size: 100%;
  object-fit: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center;
}
header#page-top .container {
  position: relative;
  max-width: 136.6rem;
  margin-left: auto;
  margin-right: auto;
}
header#page-top .container h1 {
  position: absolute;
  display: inline-block;
  text-align: left;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 1rem;
  line-height: 5rem;
  color: #000;
  top: 50%;
  transform: translateY(-50%);
  left: 15rem;
}

@media screen and (max-width: 1200px) {
  header#page-top {
    display: flex;
    justify-content: center;
    padding: 0rem;
    height: 70rem;
    background-image: url(../images/banner-2000.jpg);
    background-size: 100%;
    object-fit: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
  }
  header#page-top .container {
    position: relative;
    max-width: 136.6rem;
    margin-left: auto;
    margin-right: auto;
  }
  header#page-top .container h1 {
    position: absolute;
    display: inline-block;
    text-align: left;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 1rem;
    line-height: 5rem;
    color: #000;
    top: 50%;
    transform: translateY(-50%);
    left: 15rem;
  }
}
@media screen and (max-width: 1024px) {
  header#page-top {
    display: flex;
    justify-content: center;
    padding: 0rem;
    height: 50rem;
  }
  header#page-top .container {
    position: relative;
    max-width: 136.6rem;
    margin-left: auto;
    margin-right: auto;
  }
  header#page-top .container h1 {
    position: absolute;
    display: inline-block;
    text-align: left;
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 1rem;
    line-height: 5rem;
    color: #000;
    top: 50%;
    transform: translateY(-50%);
    left: 7rem;
  }
}
@media screen and (max-width: 780px) {
  header#page-top {
    display: flex;
    justify-content: center;
    padding: 0rem;
    height: 55rem;
  }
  header#page-top .container {
    position: relative;
    max-width: 136.6rem;
    margin-left: 0px;
  }
  header#page-top .container h1 {
    width: 50rem;
    position: absolute;
    display: inline-block;
    text-align: left;
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: 1rem;
    line-height: 4rem;
    color: #000;
    top: 40%;
    transform: translateY(-50%);
    left: 5rem;
  }
}
@media screen and (max-width: 600px) {
  header#page-top {
    display: flex;
    justify-content: center;
    padding: 0rem;
    height: 37rem;
  }
  header#page-top .container {
    position: relative;
    max-width: 136.6rem;
    margin-left: 0px;
  }
  header#page-top .container h1 {
    width: 45rem;
    position: absolute;
    display: inline-block;
    text-align: left;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.5rem;
    line-height: 4rem;
    color: #000;
    top: 35%;
    transform: translateY(-50%);
    left: 3rem;
  }
}
@media screen and (max-width: 450px) {
  header#page-top {
    display: flex;
    justify-content: center;
    background-image: url(../images/banner-1024.jpg);
    padding: 0rem;
    height: 50rem;
  }
  header#page-top .container {
    position: relative;
    max-width: 136.6rem;
    margin-left: 0px;
  }
  header#page-top .container h1 {
    width: 45rem;
    position: absolute;
    display: inline-block;
    text-align: left;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0.5rem;
    line-height: 4rem;
    color: #000;
    top: 25%;
    transform: translateY(-50%);
    left: 3rem;
  }
}
@media screen and (max-width: 400px) {
  header#page-top {
    display: flex;
    justify-content: center;
    background-image: url(../images/banner-1024.jpg);
    padding: 0rem;
    height: 30rem;
  }
  header#page-top .container {
    position: relative;
    max-width: 136.6rem;
    margin-left: 0px;
  }
  header#page-top .container h1 {
    width: 45rem;
    position: absolute;
    display: inline-block;
    text-align: left;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0.5rem;
    line-height: 3.5rem;
    color: #000;
    top: 40%;
    transform: translateY(-50%);
    left: 3rem;
  }
}
section {
  padding: 6rem 0rem;
  position: relative;
}

section#section_join {
  display: flex;
  justify-content: center;
  padding: 0rem;
  margin: 0rem;
}
section#section_join .container {
  position: relative;
  background-color: #FFFFFF;
  max-width: 136.6rem;
  margin: 0rem;
  padding: 0rem;
}
section#section_join .container h1 {
  display: flex;
  justify-content: center;
  font-size: 3rem;
  line-height: 5rem;
  font-weight: 700;
  letter-spacing: 0.4rem;
  margin-top: 10rem;
}
section#section_join .container .circles {
  display: flex;
  justify-content: center;
}
section#section_join .container .circles .circle {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 0;
  background-color: #FF0000;
  border-radius: 100%;
  display: inline-block;
  margin-left: 0.5rem;
}
section#section_join .container .page {
  position: relative;
  width: 70%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 10rem;
}
section#section_join .container .page .title {
  margin-left: 0rem;
  width: 100%;
}
section#section_join .container .page .title h2 {
  width: 25%;
  font-size: 1.7rem;
  letter-spacing: 0.1rem;
  line-height: 3rem;
  text-align: center;
  font-weight: 500;
  border: solid 0.1rem #000;
  display: inline-block;
  margin-right: 1rem;
  padding: 1rem;
  margin-bottom: 3rem;
}
section#section_join .container .page .title h2 .sm_mark {
  margin-left: 0rem;
}
section#section_join .container .page .title .cont {
  width: 108%;
  font-size: 1.9rem;
  line-height: 3.5rem;
  border: none;
  white-space: normal;
  display: block;
  text-align: left;
  padding: 0rem;
  padding-left: 0rem;
  padding-right: 2rem;
  margin-top: 1.3rem;
}
section#section_join .container .page .title .list {
  font-size: 1.8rem;
  line-height: 3.6rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  text-align: left;
  margin-bottom: 4rem;
}
section#section_join .container .page .title .list_1 {
  margin-top: -4rem;
}
section#section_join .container .page .title .list_2 {
  margin-top: -3rem;
}

@media screen and (max-width: 1024px) {
  section#section_join {
    display: flex;
    justify-content: center;
    padding: 0rem;
    margin: 0rem;
  }
  section#section_join .container {
    position: relative;
    background-color: #FFFFFF;
    max-width: 136.6rem;
    margin: 0rem;
    padding: 0rem;
  }
  section#section_join .container h1 {
    display: flex;
    justify-content: center;
    font-size: 2.8rem;
    line-height: 5rem;
    font-weight: 700;
    letter-spacing: 0.4rem;
    margin-top: 10rem;
  }
  section#section_join .container .circles {
    display: flex;
    justify-content: center;
  }
  section#section_join .container .circles .circle {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 0;
    background-color: #FF0000;
    border-radius: 100%;
    display: inline-block;
    margin-left: 0.5rem;
  }
  section#section_join .container .page {
    position: relative;
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 10rem;
  }
  section#section_join .container .page .title {
    margin-left: 0rem;
    width: 100%;
  }
  section#section_join .container .page .title h2 {
    width: 40%;
    font-size: 1.7rem;
    letter-spacing: 0.1rem;
    line-height: 3rem;
    text-align: center;
    font-weight: 500;
    border: solid 0.1rem #000;
    display: inline-block;
    margin-right: 1rem;
    padding: 1rem;
    margin-bottom: 3rem;
  }
  section#section_join .container .page .title h2 .sm_mark {
    margin-left: 0rem;
  }
  section#section_join .container .page .title .cont {
    width: 108%;
    font-size: 1.9rem;
    line-height: 3.5rem;
    border: none;
    white-space: normal;
    display: block;
    text-align: left;
    padding: 0rem;
    padding-left: 0rem;
    padding-right: 2rem;
    margin-top: 1.3rem;
  }
  section#section_join .container .page .title .list {
    font-size: 1.8rem;
    line-height: 3.6rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
    text-align: left;
    margin-bottom: 4rem;
  }
  section#section_join .container .page .title .list_1 {
    margin-top: -4rem;
  }
  section#section_join .container .page .title .list_2 {
    margin-top: -3rem;
  }
}
@media screen and (max-width: 780px) {
  section#section_join {
    display: flex;
    justify-content: center;
    padding: 0rem;
    margin: 0rem;
  }
  section#section_join .container {
    position: relative;
    background-color: #FFFFFF;
    max-width: 136.6rem;
    margin: 0rem;
    padding: 0rem;
  }
  section#section_join .container h1 {
    display: flex;
    justify-content: center;
    font-size: 2.6rem;
    line-height: 5rem;
    font-weight: 700;
    letter-spacing: 0.4rem;
    margin-top: 10rem;
  }
  section#section_join .container .circles {
    display: flex;
    justify-content: center;
  }
  section#section_join .container .circles .circle {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 0;
    background-color: #FF0000;
    border-radius: 100%;
    display: inline-block;
    margin-left: 0.5rem;
  }
  section#section_join .container .page {
    position: relative;
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 10rem;
  }
  section#section_join .container .page .title {
    margin-left: 0rem;
    width: 100%;
  }
  section#section_join .container .page .title h2 {
    width: 45%;
    font-size: 1.7rem;
    letter-spacing: 0.1rem;
    line-height: 3rem;
    text-align: center;
    font-weight: 500;
    border: solid 0.1rem #000;
    display: inline-block;
    margin-right: 1rem;
    padding: 1rem;
    margin-bottom: 3rem;
  }
  section#section_join .container .page .title h2 .sm_mark {
    margin-left: 0rem;
  }
  section#section_join .container .page .title .cont {
    width: 108%;
    font-size: 1.9rem;
    line-height: 3.5rem;
    border: none;
    white-space: normal;
    display: block;
    text-align: left;
    padding: 0rem;
    padding-left: 0rem;
    padding-right: 2rem;
    margin-top: 1.3rem;
  }
  section#section_join .container .page .title .list {
    font-size: 1.8rem;
    line-height: 3.6rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
    text-align: left;
    margin-bottom: 4rem;
  }
  section#section_join .container .page .title .list_1 {
    margin-top: -4rem;
  }
  section#section_join .container .page .title .list_2 {
    margin-top: -3rem;
  }
}
@media screen and (max-width: 600px) {
  section#section_join {
    display: flex;
    justify-content: center;
    padding: 0rem;
    margin: 0rem;
  }
  section#section_join .container {
    position: relative;
    background-color: #FFFFFF;
    max-width: 136.6rem;
    margin: 0rem;
    padding: 0rem;
  }
  section#section_join .container h1 {
    display: flex;
    justify-content: center;
    font-size: 2.4rem;
    line-height: 5rem;
    font-weight: 700;
    letter-spacing: 0.4rem;
    margin-top: 0rem;
  }
  section#section_join .container .circles {
    display: flex;
    justify-content: center;
  }
  section#section_join .container .circles .circle {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 0;
    background-color: #FF0000;
    border-radius: 100%;
    display: inline-block;
    margin-left: 0.5rem;
  }
  section#section_join .container .page {
    position: relative;
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 10rem;
  }
  section#section_join .container .page .title {
    margin-left: 0rem;
    width: 100%;
  }
  section#section_join .container .page .title h2 {
    width: 100%;
    font-size: 1.7rem;
    letter-spacing: 0.1rem;
    line-height: 3rem;
    text-align: center;
    font-weight: 500;
    border: solid 0.1rem #000;
    display: inline-block;
    margin-right: 1rem;
    padding: 1rem;
    margin-bottom: 3rem;
  }
  section#section_join .container .page .title h2 .sm_mark {
    margin-left: 0rem;
  }
  section#section_join .container .page .title .cont {
    width: 108%;
    font-size: 1.9rem;
    line-height: 3.5rem;
    border: none;
    white-space: normal;
    display: block;
    text-align: left;
    padding: 0rem;
    padding-left: 0rem;
    padding-right: 2rem;
    margin-top: 1.3rem;
  }
  section#section_join .container .page .title .list {
    font-size: 1.8rem;
    line-height: 3.6rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
    text-align: left;
    margin-bottom: 4rem;
  }
  section#section_join .container .page .title .list_1 {
    margin-top: -4rem;
  }
  section#section_join .container .page .title .list_2 {
    margin-top: -3rem;
  }
}
@media screen and (max-width: 400px) {
  section#section_join {
    display: flex;
    justify-content: center;
    padding: 0rem;
    margin: 0rem;
  }
  section#section_join .container {
    position: relative;
    background-color: #FFFFFF;
    max-width: 136.6rem;
    margin: 0rem;
    padding: 0rem;
  }
  section#section_join .container h1 {
    display: flex;
    justify-content: center;
    font-size: 2.2rem;
    line-height: 5rem;
    font-weight: 700;
    letter-spacing: 0.4rem;
    margin-top: 0rem;
  }
  section#section_join .container .circles {
    display: flex;
    justify-content: center;
  }
  section#section_join .container .circles .circle {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 0;
    background-color: #FF0000;
    border-radius: 100%;
    display: inline-block;
    margin-left: 0.5rem;
  }
  section#section_join .container .page {
    position: relative;
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 10rem;
  }
  section#section_join .container .page .title {
    margin-left: 0rem;
    width: 100%;
  }
  section#section_join .container .page .title h2 {
    width: 100%;
    font-size: 1.7rem;
    letter-spacing: 0.1rem;
    line-height: 3rem;
    text-align: center;
    font-weight: 500;
    border: solid 0.1rem #000;
    display: inline-block;
    margin-right: 1rem;
    padding: 1rem;
    margin-bottom: 3rem;
  }
  section#section_join .container .page .title h2 .sm_mark {
    margin-left: 0rem;
  }
  section#section_join .container .page .title .cont {
    width: 108%;
    font-size: 1.9rem;
    line-height: 3.5rem;
    border: none;
    white-space: normal;
    display: block;
    text-align: left;
    padding: 0rem;
    padding-left: 0rem;
    padding-right: 2rem;
    margin-top: 1.3rem;
  }
  section#section_join .container .page .title .list {
    font-size: 1.8rem;
    line-height: 3.6rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
    text-align: left;
    margin-bottom: 4rem;
  }
  section#section_join .container .page .title .list_1 {
    margin-top: -4rem;
  }
  section#section_join .container .page .title .list_2 {
    margin-top: -3rem;
  }
}
footer.jumbotron {
  display: flex;
  justify-content: center;
  padding: 0rem;
  margin: 0rem;
  background-color: #000A4B;
  margin-top: 15rem;
}
footer.jumbotron .container {
  position: relative;
  max-width: 136.6rem;
  height: 15rem;
}
footer.jumbotron .container .logo {
  position: absolute;
  height: 10rem;
  top: 50%;
  transform: translateY(-50%);
}
footer.jumbotron .container ul {
  line-height: 15rem;
  text-align: right;
}
footer.jumbotron .container ul li {
  margin-right: 1rem;
  display: inline-block;
}
footer.jumbotron .container ul .sa {
  margin-right: 2rem;
}
footer.jumbotron .container ul a {
  color: #FFFFFF;
  font-size: 1.6rem;
  padding-left: 2rem;
  margin-top: -0.5rem;
}

@media screen and (max-width: 1024px) {
  footer.jumbotron .container {
    height: 15rem;
  }
  footer.jumbotron .container .logo {
    position: absolute;
    height: 8rem;
    top: 50%;
    transform: translateY(-50%);
  }
  footer.jumbotron .container ul li {
    margin-right: 1rem;
    display: inline-block;
  }
  footer.jumbotron .container ul .sa {
    margin-right: 1.5rem;
  }
  footer.jumbotron .container ul a {
    color: #FFFFFF;
    font-size: 1.6rem;
    padding-left: 1.3rem;
    margin-top: -0.5rem;
  }
}
@media screen and (max-width: 780px) {
  footer.jumbotron {
    display: none;
  }
}
footer.coparight {
  display: flex;
  justify-content: center;
  padding: 0rem;
  margin: 0rem;
  margin-top: 2rem;
}
footer.coparight .container {
  position: relative;
  max-width: 136.6rem;
  height: 15rem;
}
footer.coparight .coparight_all {
  margin-top: 0rem;
  margin-bottom: 20%;
}
footer.coparight .coparight_all .coparight1, footer.coparight .coparight_all .coparight2 {
  margin-left: 0%;
  display: inline-block;
}
footer.coparight .coparight_all .coparight2 {
  margin-left: 1%;
}
footer.coparight .coparight_all .coparight2 a {
  text-decoration: none;
  color: #000;
}