@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: rgba(0, 0, 0, 0);
  border: none;
  padding: 0rem 1rem;
  margin: 0rem;
  margin-left: auto;
  margin-right: auto;
  height: 10rem;
}
nav.navbar.navbar-inverse .container {
  position: relative;
  max-width: 136.6rem;
}
nav.navbar.navbar-inverse .container .logo {
  position: absolute;
  height: 6rem;
  align-items: left;
  top: 2rem;
  left: 0rem;
}
nav.navbar.navbar-inverse .container .logo_1 {
  position: absolute;
  height: 6rem;
  align-items: left;
  top: 2rem;
  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: #000;
  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: 3rem;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 10px;
  }

  nav.navbar.navbar-inverse {
    height: 8rem;
  }
  nav.navbar.navbar-inverse .container {
    width: 100%;
  }
  nav.navbar.navbar-inverse .container .logo {
    display: none;
  }
  nav.navbar.navbar-inverse .container .logo_1 {
    display: block;
    left: 5rem;
  }
  nav.navbar.navbar-inverse .container li {
    margin-right: 0.3rem;
  }
  nav.navbar.navbar-inverse .container .sa {
    margin-right: 4rem;
  }
}
@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, 0, 0, 0.9);
  bottom: 0rem;
  display: none;
}
nav_phone .nav_container .menu_open .logo_button {
  line-height: 6rem;
  display: inline-block;
  margin-left: 2rem;
}
nav_phone .nav_container .menu_open .logo_button .logo_1 {
  width: auto;
  height: 4rem;
  border-radius: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
nav_phone .nav_container .menu_open ul {
  width: 90%;
  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: #000;
  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: #000;
  bottom: 0rem;
  cursor: pointer;
}
nav_phone .nav_container .botton .logo {
  position: absolute;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  height: 4.3rem;
  border-radius: 0;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 1rem;
}
nav_phone .nav_container .botton .fa-bars {
  display: inline-block;
  font-size: 2.5rem;
  line-height: 6rem;
  color: rgba(255, 255, 255, 0.7);
  display: block;
  margin: 0rem;
  margin-left: 8rem;
}

@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: 1.5rem;
  }
  nav_phone .nav_container .menu_open ul {
    width: 85%;
  }
  nav_phone .nav_container .menu_open ul li {
    font-size: 1.6rem;
    letter-spacing: 0.05rem;
    padding: 0.3rem;
  }
  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: 4rem;
    border-radius: 0;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center center;
  }
  nav_phone .nav_container .menu_open ul {
    width: 85%;
    right: 0.3rem;
  }
  nav_phone .nav_container .menu_open ul li {
    font-size: 1.5rem;
    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: 4.5rem;
    border-radius: 0;
    margin-left: 1rem;
  }
  nav_phone .nav_container .botton .fa-bars {
    display: inline-block;
    font-size: 2.5rem;
    line-height: 7rem;
    color: rgba(255, 255, 255, 0.7);
    display: block;
    margin: 0rem;
    margin-left: 8.5rem;
  }
}
header#page-top {
  display: flex;
  justify-content: center;
  padding: 0rem;
  margin: 0rem;
}
header#page-top .container {
  position: relative;
  background-color: #FFFFFF;
  width: 100%;
  max-width: 136.6rem;
  margin-top: 6rem;
  height: 75rem;
}
header#page-top .container .ornament_left {
  position: absolute;
  width: 45rem;
  height: 0.8rem;
  border-radius: 0;
  background-color: #585959;
  Transform: rotate(-45deg);
  bottom: 0rem;
  left: -20rem;
  z-index: 0;
}
header#page-top .container .ornament_right {
  position: absolute;
  width: 45rem;
  height: 0.8rem;
  border-radius: 0;
  background-color: #585959;
  Transform: rotate(-45deg);
  top: -10rem;
  right: -20rem;
  z-index: 0;
}
header#page-top .container .bann_all {
  position: relative;
  width: 90%;
  height: 65rem;
  border-radius: 5rem;
  border: solid 0.2rem #585959;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FFFFFF;
  z-index: 0;
  overflow: hidden;
}
header#page-top .container .bann_all .bann {
  display: inline-block;
  height: 70rem;
}
header#page-top .container .bann_all .bann_left {
  float: left;
  width: 75%;
  z-index: 1;
  overflow: hidden;
}
header#page-top .container .bann_all .bann_left .shape {
  width: 110%;
  height: 65rem;
  border-radius: 0;
  object-fit: contain;
  object-position: left bottom;
  z-index: 0;
  overflow: hidden;
}
header#page-top .container .bann_all .bann_right {
  position: relative;
  float: left;
  width: 25%;
}
header#page-top .container .bann_all .bann_right img {
  position: absolute;
  width: 15rem;
  height: auto;
  border-radius: 0;
  top: 15%;
  transform: translate(-100%, -15%);
}
header#page-top .container .bann_all .bann_right .tit_all {
  position: relative;
  height: 70rem;
}
header#page-top .container .bann_all .bann_right .tit_all .tit_all_all {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header#page-top .container .bann_all .bann_right .tit_all .tit_all_all .tit {
  display: inline-block;
  font-size: 3.5rem;
  line-height: 5rem;
  font-weight: 500;
  letter-spacing: 1rem;
  white-space: nowrap;
  color: #585959;
  writing-mode: vertical-rl;
  z-index: 2;
}
header#page-top .container .bann_all .bann_right .tit_all .tit_all_all .tit_01 {
  margin-left: 5rem;
  vertical-align: top;
}
header#page-top .container .bann_all .bann_right .tit_all .tit_all_all .tit_02 {
  vertical-align: top;
  margin-top: -8rem;
}

@media screen and (max-width: 1200px) {
  html {
    font-size: 10px;
  }

  header#page-top .container {
    margin-top: 4rem;
    height: 65rem;
  }
  header#page-top .container .ornament_left {
    position: absolute;
    width: 40rem;
    height: 0.8rem;
    border-radius: 0;
  }
  header#page-top .container .ornament_right {
    position: absolute;
    width: 40rem;
    height: 0.8rem;
    border-radius: 0;
  }
  header#page-top .container .bann_all {
    position: relative;
    width: 90%;
    height: 55rem;
    border-radius: 5rem;
  }
  header#page-top .container .bann_all .bann {
    display: inline-block;
    height: 55rem;
  }
  header#page-top .container .bann_all .bann_left .shape {
    width: 110%;
    height: 55rem;
    border-radius: 0;
    object-fit: contain;
    object-position: left bottom;
    z-index: 0;
    overflow: hidden;
  }
  header#page-top .container .bann_all .bann_right img {
    position: absolute;
    width: 13rem;
    height: auto;
    border-radius: 0;
    top: 20%;
    transform: translate(-110%, -20%);
  }
  header#page-top .container .bann_all .bann_right .tit_all {
    position: relative;
    height: 65rem;
  }
  header#page-top .container .bann_all .bann_right .tit_all .tit_all_all {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
  }
  header#page-top .container .bann_all .bann_right .tit_all .tit_all_all .tit {
    display: inline-block;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 10px;
  }

  header#page-top .container {
    height: 55rem;
  }
  header#page-top .container .ornament_left {
    position: absolute;
    width: 35rem;
    height: 0.8rem;
    border-radius: 0;
  }
  header#page-top .container .ornament_right {
    position: absolute;
    width: 35rem;
    height: 0.8rem;
    border-radius: 0;
  }
  header#page-top .container .bann_all {
    position: relative;
    width: 90%;
    height: 45rem;
    border-radius: 5rem;
    border: solid 0.2rem #585959;
    left: 50%;
    transform: translateX(-50%);
    background-color: #FFFFFF;
    z-index: 0;
    overflow: hidden;
  }
  header#page-top .container .bann_all .bann {
    display: inline-block;
    height: 45rem;
  }
  header#page-top .container .bann_all .bann_left {
    float: left;
    width: 75%;
    z-index: 1;
    overflow: hidden;
  }
  header#page-top .container .bann_all .bann_left .shape {
    width: 115%;
    height: 45rem;
    border-radius: 0;
  }
  header#page-top .container .bann_all .bann_right {
    position: relative;
    float: left;
    width: 25%;
  }
  header#page-top .container .bann_all .bann_right img {
    position: absolute;
    width: 12rem;
    height: auto;
    border-radius: 0;
    top: 12%;
    transform: translate(-110%, -12%);
  }
  header#page-top .container .bann_all .bann_right .tit_all {
    position: relative;
    height: 55rem;
  }
  header#page-top .container .bann_all .bann_right .tit_all .tit_all_all {
    position: absolute;
    top: 33%;
    left: 50%;
    transform: translate(-50%, -33%);
  }
  header#page-top .container .bann_all .bann_right .tit_all .tit_all_all .tit {
    display: inline-block;
    font-size: 2.8rem;
  }
  header#page-top .container .bann_all .bann_right .tit_all .tit_all_all .tit_02 {
    vertical-align: top;
    margin-top: -7.5rem;
  }
}
@media screen and (max-width: 780px) {
  html {
    font-size: 9.5px;
  }

  header#page-top .container {
    margin-top: 6rem;
    height: 45rem;
  }
  header#page-top .container .ornament_left {
    position: absolute;
    width: 30rem;
    height: 0.8rem;
    border-radius: 0;
    background-color: #585959;
    Transform: rotate(-45deg);
    bottom: 0rem;
    left: -10rem;
    z-index: 0;
  }
  header#page-top .container .ornament_right {
    position: absolute;
    width: 30rem;
    height: 0.8rem;
    border-radius: 0;
    background-color: #585959;
    Transform: rotate(-45deg);
    top: -5rem;
    right: -15rem;
    z-index: 0;
  }
  header#page-top .container .bann_all {
    position: relative;
    width: 90%;
    height: 40rem;
    border-radius: 5rem;
  }
  header#page-top .container .bann_all .bann {
    display: inline-block;
    height: 40rem;
  }
  header#page-top .container .bann_all .bann_left .shape {
    width: 115%;
    height: 40rem;
    border-radius: 0;
  }
  header#page-top .container .bann_all .bann_right img {
    position: absolute;
    width: 12rem;
    height: auto;
    border-radius: 0;
    top: 12%;
    transform: translate(-110%, -12%);
  }
  header#page-top .container .bann_all .bann_right .tit_all {
    position: relative;
    height: 45rem;
  }
  header#page-top .container .bann_all .bann_right .tit_all .tit_all_all {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
  }
  header#page-top .container .bann_all .bann_right .tit_all .tit_all_all .tit {
    display: inline-block;
    font-size: 2.6rem;
    line-height: 3rem;
  }
  header#page-top .container .bann_all .bann_right .tit_all .tit_all_all .tit_01 {
    margin-left: 4rem;
    vertical-align: top;
  }
  header#page-top .container .bann_all .bann_right .tit_all .tit_all_all .tit_02 {
    vertical-align: top;
    margin-top: -8rem;
  }
}
@media screen and (max-width: 600px) {
  html {
    font-size: 9px;
  }

  header#page-top .container {
    margin-top: 6rem;
    height: 35rem;
  }
  header#page-top .container .ornament_left {
    position: absolute;
    width: 30rem;
    height: 0.8rem;
    border-radius: 0;
    background-color: #585959;
    Transform: rotate(-45deg);
    bottom: 0rem;
    left: -10rem;
    z-index: 0;
  }
  header#page-top .container .ornament_right {
    position: absolute;
    width: 30rem;
    height: 0.8rem;
    border-radius: 0;
    background-color: #585959;
    Transform: rotate(-45deg);
    top: -5rem;
    right: -15rem;
    z-index: 0;
  }
  header#page-top .container .bann_all {
    position: relative;
    width: 90%;
    height: 30rem;
    border-radius: 5rem;
  }
  header#page-top .container .bann_all .bann {
    display: inline-block;
    height: 30rem;
  }
  header#page-top .container .bann_all .bann_left .shape {
    width: 115%;
    height: 30rem;
    border-radius: 0;
  }
  header#page-top .container .bann_all .bann_right img {
    position: absolute;
    width: 10rem;
    height: auto;
    border-radius: 0;
    top: 12%;
    transform: translate(-120%, -12%);
  }
  header#page-top .container .bann_all .bann_right .tit_all {
    position: relative;
    height: 35rem;
  }
  header#page-top .container .bann_all .bann_right .tit_all .tit_all_all {
    position: absolute;
    top: 30%;
    left: 40%;
    transform: translate(-40%, -30%);
  }
  header#page-top .container .bann_all .bann_right .tit_all .tit_all_all .tit {
    display: inline-block;
    font-size: 2.2rem;
    line-height: 2rem;
  }
  header#page-top .container .bann_all .bann_right .tit_all .tit_all_all .tit_01 {
    margin-left: 3.5rem;
    vertical-align: top;
  }
  header#page-top .container .bann_all .bann_right .tit_all .tit_all_all .tit_02 {
    vertical-align: top;
    margin-top: -10rem;
  }
}
@media screen and (max-width: 400px) {
  html {
    font-size: 8px;
  }

  header#page-top .container {
    height: 30rem;
  }
  header#page-top .container .ornament_left {
    position: absolute;
    width: 30rem;
    height: 0.8rem;
    border-radius: 0;
    bottom: 0rem;
    left: -10rem;
    z-index: 0;
  }
  header#page-top .container .ornament_right {
    position: absolute;
    width: 30rem;
    height: 0.8rem;
    border-radius: 0;
    top: -10rem;
    right: -20rem;
    z-index: 0;
  }
  header#page-top .container .bann_all {
    position: relative;
    width: 90%;
    height: 30rem;
    border-radius: 3rem;
  }
  header#page-top .container .bann_all .bann {
    display: inline-block;
    height: 30rem;
  }
  header#page-top .container .bann_all .bann_left .shape {
    width: 115%;
    height: 30rem;
    border-radius: 0;
  }
  header#page-top .container .bann_all .bann_right img {
    position: absolute;
    width: 11rem;
    height: auto;
    border-radius: 0;
    top: 12%;
    transform: translate(-140%, -12%);
  }
  header#page-top .container .bann_all .bann_right .tit_all {
    position: relative;
    height: 30rem;
  }
  header#page-top .container .bann_all .bann_right .tit_all .tit_all_all {
    position: absolute;
    top: 60%;
    left: 0%;
    transform: translate(0%, -60%);
  }
  header#page-top .container .bann_all .bann_right .tit_all .tit_all_all .tit {
    display: inline-block;
    font-size: 2.1rem;
    line-height: 3rem;
  }
  header#page-top .container .bann_all .bann_right .tit_all .tit_all_all .tit_01 {
    margin-left: 3rem;
    vertical-align: top;
  }
  header#page-top .container .bann_all .bann_right .tit_all .tit_all_all .tit_02 {
    vertical-align: top;
    margin-top: -8rem;
  }
}
section {
  padding: 6rem 0rem;
  position: relative;
}

section#section_service {
  display: flex;
  justify-content: center;
  padding: 0rem;
  margin: 0rem;
  height: 100rem;
  margin-top: -8rem;
}
section#section_service .container {
  position: relative;
  width: 100%;
  max-width: 136.6rem;
}
section#section_service .container .content_all {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  top: 20rem;
  text-align: center;
}
section#section_service .container .content_all .tit {
  font-size: 3rem;
  line-height: 5rem;
  font-weight: 700;
  letter-spacing: 0.4rem;
  white-space: nowrap;
}
section#section_service .container .content_all .stit {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 500;
  letter-spacing: 0.3rem;
  white-space: nowrap;
}
section#section_service .container .circle_up {
  margin-top: 30rem;
  position: relative;
}
section#section_service .container .circle_up .circle_up_all {
  position: relative;
  display: inline-block;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
}
section#section_service .container .circle_up .circle_up_all .circle {
  width: 22rem;
  height: 22rem;
  border-radius: 100%;
  border: solid 0.1rem #585959;
  display: inline-block;
  vertical-align: middle;
  background-color: #FFFFFF;
}
section#section_service .container .circle_up .circle_up_all .circle_dx {
  position: relative;
  z-index: 10;
}
section#section_service .container .circle_up .circle_up_all .circle_dx .sm_circle_dx {
  position: relative;
  width: 6rem;
  height: 6rem;
  border-radius: 100%;
  background-color: #585959;
}
section#section_service .container .circle_up .circle_up_all .circle_dx .sm_circle_dx .sm_tit {
  width: 6rem;
  position: absolute;
  display: inline-block;
  color: #FFFFFF;
  line-height: 1.7rem;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 0.2rem;
}
section#section_service .container .circle_up .circle_up_all .circle_dx .link_dx {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
section#section_service .container .circle_up .circle_up_all .circle_dx .link_dx a {
	color: #585959;
    text-decoration: none;
	text-align: center;
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: 700;
    letter-spacing: 0.3rem;
    white-space: nowrap;
}
section#section_service .container .circle_up .circle_up_all .circle_dx .link_dx a img {
  width: 20rem;
  height: auto;
  border-radius: 0;
}
section#section_service .container .circle_up .circle_up_all .line {
  width: 25rem;
  height: 1rem;
  border-radius: 0;
  border-top: solid 0.1rem #585959;
  display: inline-block;
  vertical-align: middle;
  margin-left: -3rem;
  margin-right: -3rem;
  transform: rotate(15deg);
}
section#section_service .container .circle_up .circle_up_all .circle_raku {
  position: relative;
  z-index: 10;
}
section#section_service .container .circle_up .circle_up_all .circle_raku .sm_circle_raku {
  position: relative;
  width: 6rem;
  height: 6rem;
  border-radius: 100%;
  background-color: #585959;
}
section#section_service .container .circle_up .circle_up_all .circle_raku .sm_circle_raku .sm_tit {
  width: 6rem;
  position: absolute;
  display: inline-block;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.7rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 0.2rem;
}
section#section_service .container .circle_up .circle_up_all .circle_raku .raku_operation {
  text-align: center;
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 700;
  letter-spacing: 0.3rem;
  white-space: nowrap;
}
section#section_service .container .circle_up .circle_up_all .circle_raku .raku_operation a {
  color: #585959;
  text-decoration: none;
}
section#section_service .container .circle_down {
  position: relative;
  margin-top: 3rem;
}
section#section_service .container .circle_down .circle_down_all {
  position: relative;
  display: inline-block;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
section#section_service .container .circle_down .circle_down_all .line {
  width: 20rem;
  height: 1rem;
  border-radius: 0;
  border-top: solid 0.1rem #585959;
  display: inline-block;
  vertical-align: middle;
}
section#section_service .container .circle_down .circle_down_all .line_left {
  margin-top: -20rem;
  margin-right: -10rem;
  transform: rotate(60deg);
}
section#section_service .container .circle_down .circle_down_all .line_right {
  margin-top: -20rem;
  margin-left: -10rem;
  transform: rotate(-60deg);
}
section#section_service .container .circle_down .circle_down_all .circle {
  width: 22rem;
  height: 22rem;
  border-radius: 100%;
  border: solid 0.1rem #585959;
  display: inline-block;
  vertical-align: middle;
  background-color: #FFFFFF;
}
section#section_service .container .circle_down .circle_down_all .circle_inbo {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  z-index: 10;
}
section#section_service .container .circle_down .circle_down_all .circle_inbo .inbo_operation {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 700;
  letter-spacing: 0.3rem;
  white-space: nowrap;
}
section#section_service .container .circle_down .circle_down_all .circle_inbo .inbo_operation a {
  color: #585959;
  text-decoration: none;
}
section#section_service .container .cont {
  position: relative;
  margin-top: 5rem;
  width: 50%;
  left: 50%;
  transform: translateX(-50%);
  line-height: 3rem;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 780px) {
  html {
    font-size: 9.5px;
  }

  section#section_service .container .circle_up .circle_up_all .circle {
    width: 20rem;
    height: 20rem;
    border-radius: 100%;
  }
  section#section_service .container .circle_up .circle_up_all .circle_dx {
    position: relative;
    z-index: 10;
  }
  section#section_service .container .circle_up .circle_up_all .circle_dx .sm_circle_dx {
    position: relative;
    width: 5rem;
    height: 5rem;
    border-radius: 100%;
    background-color: #585959;
  }
  section#section_service .container .circle_up .circle_up_all .circle_dx .sm_circle_dx .sm_tit {
    width: 5rem;
  }
  section#section_service .container .circle_up .circle_up_all .circle_dx .link_dx {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  section#section_service .container .circle_up .circle_up_all .circle_dx .link_dx a img {
    width: 18rem;
    height: auto;
    border-radius: 0;
  }
  section#section_service .container .circle_up .circle_up_all .line {
    width: 20rem;
    height: 1rem;
    border-radius: 0;
    margin-left: -5rem;
    margin-right: -5rem;
  }
  section#section_service .container .circle_up .circle_up_all .circle_raku {
    position: relative;
    z-index: 10;
  }
  section#section_service .container .circle_up .circle_up_all .circle_raku .sm_circle_raku {
    position: relative;
    width: 5rem;
    height: 5rem;
    border-radius: 100%;
    background-color: #585959;
  }
  section#section_service .container .circle_up .circle_up_all .circle_raku .sm_circle_raku .sm_tit {
    width: 5rem;
    position: absolute;
    display: inline-block;
    color: #FFFFFF;
    text-align: center;
    line-height: 1.7rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    letter-spacing: 0.1rem;
  }
  section#section_service .container .circle_up .circle_up_all .circle_raku .raku_operation {
    text-align: center;
    font-size: 2.3rem;
    line-height: 3.5rem;
    font-weight: 700;
    letter-spacing: 0.2rem;
    white-space: nowrap;
	margin-top: -1rem;
  }
  section#section_service .container .circle_up .circle_up_all .circle_raku .raku_operation a {
    color: #585959;
    text-decoration: none;
  }
  section#section_service .container .circle_down {
    position: relative;
    margin-top: 3rem;
  }
  section#section_service .container .circle_down .circle_down_all {
    position: relative;
    display: inline-block;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  section#section_service .container .circle_down .circle_down_all .line {
    width: 20rem;
    height: 1rem;
    border-radius: 0;
  }
  section#section_service .container .circle_down .circle_down_all .line_left {
    margin-top: -20rem;
    margin-right: -10rem;
    transform: rotate(60deg);
  }
  section#section_service .container .circle_down .circle_down_all .line_right {
    margin-top: -20rem;
    margin-left: -10rem;
    transform: rotate(-60deg);
  }
  section#section_service .container .circle_down .circle_down_all .circle {
    width: 20rem;
    height: 20rem;
    border-radius: 100%;
  }
  section#section_service .container .circle_down .circle_down_all .circle_inbo .inbo_operation {
    font-size: 2.3rem;
    line-height: 3rem;
  }
  section#section_service .container .circle_down .circle_down_all .circle_inbo .inbo_operation a {
    color: #585959;
    text-decoration: none;
  }
  section#section_service .container .cont {
    position: relative;
    margin-top: 5rem;
    width: 70%;
  }
}
@media screen and (max-width: 600px) {
  html {
    font-size: 9px;
  }

  section#section_service .container .circle_up .circle_up_all .circle {
    width: 15.5rem;
    height: 15.5rem;
    border-radius: 100%;
  }
  section#section_service .container .circle_up .circle_up_all .circle_dx {
    position: relative;
    z-index: 10;
  }
  section#section_service .container .circle_up .circle_up_all .circle_dx .sm_circle_dx {
    position: relative;
    width: 4rem;
    height: 4rem;
    border-radius: 100%;
    background-color: #585959;
  }
  section#section_service .container .circle_up .circle_up_all .circle_dx .sm_circle_dx .sm_tit {
    width: 4rem;
    font-size: 1.2rem;
    line-height: 1.5rem;
    letter-spacing: 0.1rem;
  }
  section#section_service .container .circle_up .circle_up_all .circle_dx .link_dx {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  section#section_service .container .circle_up .circle_up_all .circle_dx .link_dx a img {
    width: 14rem;
    height: auto;
    border-radius: 0;
  }
  section#section_service .container .circle_up .circle_up_all .line {
    width: 14rem;
    height: 1rem;
    border-radius: 0;
    margin-left: -5rem;
    margin-right: -5rem;
  }
  section#section_service .container .circle_up .circle_up_all .circle_raku {
    position: relative;
    z-index: 10;
  }
  section#section_service .container .circle_up .circle_up_all .circle_raku .sm_circle_raku {
    position: relative;
    width: 4rem;
    height: 4rem;
    border-radius: 100%;
    background-color: #585959;
  }
  section#section_service .container .circle_up .circle_up_all .circle_raku .sm_circle_raku .sm_tit {
    width: 4rem;
    font-size: 1.2rem;
    line-height: 1.5rem;
    letter-spacing: 0.1rem;
  }
  section#section_service .container .circle_up .circle_up_all .circle_raku .raku_operation {
    text-align: center;
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 700;
    letter-spacing: 0.05rem;
    white-space: nowrap;
  }
  section#section_service .container .circle_up .circle_up_all .circle_raku .raku_operation a {
    color: #585959;
    text-decoration: none;
  }
  section#section_service .container .circle_down {
    position: relative;
    margin-top: 3rem;
  }
  section#section_service .container .circle_down .circle_down_all {
    position: relative;
    display: inline-block;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  section#section_service .container .circle_down .circle_down_all .line {
    width: 14rem;
    height: 1rem;
    border-radius: 0;
  }
  section#section_service .container .circle_down .circle_down_all .line_left {
    margin-top: -20rem;
    margin-right: -10rem;
    transform: rotate(60deg);
  }
  section#section_service .container .circle_down .circle_down_all .line_right {
    margin-top: -20rem;
    margin-left: -10rem;
    transform: rotate(-60deg);
  }
  section#section_service .container .circle_down .circle_down_all .circle {
    width: 15.5rem;
    height: 15.5rem;
    border-radius: 100%;
  }
  section#section_service .container .circle_down .circle_down_all .circle_inbo .inbo_operation {
    font-size: 2rem;
    line-height: 3rem;
  }
  section#section_service .container .circle_down .circle_down_all .circle_inbo .inbo_operation a {
    color: #585959;
    text-decoration: none;
  }
  section#section_service .container .cont {
    position: relative;
    margin-top: 5rem;
    width: 80%;
  }
}
@media screen and (max-width: 400px) {
  html {
    font-size: 8px;
  }

  section#section_service {
    height: 85rem;
  }
  section#section_service .container .content_all {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    top: 20rem;
  }
  section#section_service .container .content_all .tit {
    font-size: 2.7rem;
    line-height: 5rem;
    font-weight: 700;
    letter-spacing: 0.4rem;
    white-space: nowrap;
  }
  section#section_service .container .content_all .stit {
    font-size: 1.6rem;
    line-height: 2.8rem;
    font-weight: 500;
    letter-spacing: 0.3rem;
    white-space: nowrap;
  }
  section#section_service .container .circle_up {
    margin-top: 25rem;
  }
  section#section_service .container .circle_up .circle_up_all .circle {
    width: 12rem;
    height: 12rem;
    border-radius: 100%;
  }
  section#section_service .container .circle_up .circle_up_all .circle_dx {
    position: relative;
    z-index: 10;
  }
  section#section_service .container .circle_up .circle_up_all .circle_dx .sm_circle_dx {
    position: relative;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 100%;
    background-color: #585959;
  }
  section#section_service .container .circle_up .circle_up_all .circle_dx .sm_circle_dx .sm_tit {
    width: 4rem;
    font-size: 1.1rem;
    line-height: 1.4rem;
    letter-spacing: 0.1rem;
  }
  section#section_service .container .circle_up .circle_up_all .circle_dx .link_dx {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  section#section_service .container .circle_up .circle_up_all .circle_dx .link_dx a img {
    width: 11rem;
    height: auto;
    border-radius: 0;
  }
  section#section_service .container .circle_up .circle_up_all .line {
    width: 12rem;
    height: 1rem;
    border-radius: 0;
    margin-left: -5rem;
    margin-right: -5rem;
  }
  section#section_service .container .circle_up .circle_up_all .circle_raku {
    position: relative;
    z-index: 10;
  }
  section#section_service .container .circle_up .circle_up_all .circle_raku .sm_circle_raku {
    position: relative;
    width: 3.7rem;
    height: 3.7rem;
    border-radius: 100%;
    background-color: #585959;
  }
  section#section_service .container .circle_up .circle_up_all .circle_raku .sm_circle_raku .sm_tit {
    width: 4rem;
    font-size: 1.1rem;
    line-height: 1.4rem;
    letter-spacing: 0.1rem;
  }
  section#section_service .container .circle_up .circle_up_all .circle_raku .raku_operation {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.9rem;
    font-weight: 700;
    letter-spacing: 0.05rem;
    white-space: nowrap;
  }
  section#section_service .container .circle_up .circle_up_all .circle_raku .raku_operation a {
    color: #585959;
    text-decoration: none;
  }
  section#section_service .container .circle_down {
    position: relative;
    margin-top: 0rem;
  }
  section#section_service .container .circle_down .circle_down_all {
    position: relative;
    display: inline-block;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  section#section_service .container .circle_down .circle_down_all .line {
    width: 12rem;
    height: 1rem;
    border-radius: 0;
  }
  section#section_service .container .circle_down .circle_down_all .line_left {
    margin-top: -8rem;
    margin-right: -10rem;
    transform: rotate(60deg);
  }
  section#section_service .container .circle_down .circle_down_all .line_right {
    margin-top: -8rem;
    margin-left: -10rem;
    transform: rotate(-60deg);
  }
  section#section_service .container .circle_down .circle_down_all .circle {
    width: 12rem;
    height: 12rem;
    border-radius: 100%;
  }
  section#section_service .container .circle_down .circle_down_all .circle_inbo .inbo_operation {
    font-size: 1.5rem;
    line-height: 3rem;
  }
  section#section_service .container .circle_down .circle_down_all .circle_inbo .inbo_operation a {
    color: #585959;
    text-decoration: none;
  }
  section#section_service .container .cont {
    position: relative;
    margin-top: 4rem;
    width: 80%;
  }
}
section#section_support {
  display: flex;
  justify-content: center;
  padding: 0rem;
  margin: 0rem;
  height: 110rem;
  margin-top: 0rem;
}
section#section_support .container {
  position: relative;
  width: 100%;
  max-width: 136.6rem;
}
section#section_support .container .ornament_right {
  position: absolute;
  width: 45rem;
  height: 0.8rem;
  border-radius: 0;
  background-color: #585959;
  Transform: rotate(-45deg);
  top: 0rem;
  right: -20rem;
  z-index: 0;
}
section#section_support .container .content_all {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  top: 30rem;
}
section#section_support .container .content_all .tit {
  font-size: 3rem;
  line-height: 5rem;
  font-weight: 700;
  letter-spacing: 0.4rem;
  white-space: nowrap;
}
section#section_support .container .content_all .tit_md {
  display: none;
}
section#section_support .container .resolution_all {
  position: relative;
  width: 80%;
  height: 65rem;
  border-radius: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 40rem;
  background-color: #FFFFFF;
  z-index: 0;
}
section#section_support .container .resolution_all .resolution_left, section#section_support .container .resolution_all .resolution_right {
  float: left;
  width: 50%;
  z-index: 1;
}
section#section_support .container .resolution_all .resolution_left h3, section#section_support .container .resolution_all .resolution_right h3 {
  width: 25rem;
  height: 6rem;
  border-radius: 1rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  margin-top: 7rem;
  line-height: 6rem;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  background-color: #585959;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 0rem;
  z-index: 1;
}
section#section_support .container .resolution_all .resolution_left h4, section#section_support .container .resolution_all .resolution_right h4 {
  width: 22rem;
  height: 6rem;
  border-radius: 1rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  border-radius: 0rem 0rem 1rem 1rem;
  line-height: 6rem;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  background-color: white;
  border: solid 0.1rem #585959;
  color: #000;
  text-align: center;
  margin-bottom: 5rem;
  margin-top: -0.5rem;
  z-index: 0;
}
section#section_support .container .resolution_all .resolution_left .figure, section#section_support .container .resolution_all .resolution_right .figure {
  text-align: center;
  display: block;
}
section#section_support .container .resolution_all .resolution_left .gray, section#section_support .container .resolution_all .resolution_right .gray {
  color: #EBDEA6;
  margin-bottom: 3rem;
  font-size: 8rem;
}
section#section_support .container .resolution_all .resolution_left .cont_all, section#section_support .container .resolution_all .resolution_right .cont_all {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  text-align: center;
  padding: 1rem;
}
section#section_support .container .resolution_all .resolution_left .cont_all ul, section#section_support .container .resolution_all .resolution_right .cont_all ul {
  line-height: 3rem;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: left;
}
section#section_support .container .resolution_all .resolution_left .dxschool img, section#section_support .container .resolution_all .resolution_right .dxschool img {
  width: 20rem;
  height: auto;
  border-radius: 0;
  object-fit: contain;
  object-position: left bottom;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 1200px) {
  html {
    font-size: 10px;
  }

  section#section_support .container .ornament_right {
    position: absolute;
    width: 40rem;
    height: 0.8rem;
    border-radius: 0;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 10px;
  }

  section#section_support .container .ornament_right {
    position: absolute;
    width: 35rem;
    height: 0.8rem;
    border-radius: 0;
  }
}
@media screen and (max-width: 780px) {
  html {
    font-size: 9.5px;
  }

  section#section_support {
    display: flex;
    justify-content: center;
    padding: 0rem;
    margin: 0rem;
    height: 100rem;
    margin-top: 0rem;
  }
  section#section_support .container {
    position: relative;
    width: 100%;
  }
  section#section_support .container .ornament_right {
    position: absolute;
    width: 30rem;
    height: 0.8rem;
    border-radius: 0;
    background-color: #585959;
    Transform: rotate(-45deg);
    top: 0rem;
    right: -20rem;
    z-index: 0;
  }
  section#section_support .container .content_all {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    top: 25rem;
  }
  section#section_support .container .content_all .tit {
    font-size: 3rem;
    line-height: 5rem;
    font-weight: 700;
    letter-spacing: 0.4rem;
    white-space: nowrap;
  }
  section#section_support .container .content_all .tit_lg {
    display: none;
  }
  section#section_support .container .content_all .tit_md {
    display: block;
  }
  section#section_support .container .resolution_all {
    position: relative;
    width: 90%;
    height: 65rem;
    border-radius: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 30rem;
    background-color: #FFFFFF;
    z-index: 0;
  }
  section#section_support .container .resolution_all .resolution_left, section#section_support .container .resolution_all .resolution_right {
    float: left;
    width: 50%;
    z-index: 1;
  }
  section#section_support .container .resolution_all .resolution_left h3, section#section_support .container .resolution_all .resolution_right h3 {
    width: 23rem;
    height: 6rem;
    border-radius: 1rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    margin-top: 7rem;
    line-height: 6rem;
    font-size: 2rem;
    letter-spacing: 0.05rem;
    margin-bottom: 0rem;
  }
  section#section_support .container .resolution_all .resolution_left h4, section#section_support .container .resolution_all .resolution_right h4 {
    width: 20.5rem;
    height: 6rem;
    border-radius: 1rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    line-height: 6rem;
    font-size: 1.8rem;
    letter-spacing: 0.05rem;
    margin-bottom: 5rem;
    margin-top: -0.5rem;
  }
  section#section_support .container .resolution_all .resolution_left .figure, section#section_support .container .resolution_all .resolution_right .figure {
    text-align: center;
    display: block;
  }
  section#section_support .container .resolution_all .resolution_left .gray, section#section_support .container .resolution_all .resolution_right .gray {
    font-size: 7rem;
    color: #EBDEA6;
    margin-bottom: 3rem;
  }
  section#section_support .container .resolution_all .resolution_left .cont_all, section#section_support .container .resolution_all .resolution_right .cont_all {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    text-align: center;
    padding: 1rem;
  }
  section#section_support .container .resolution_all .resolution_left .cont_all ul, section#section_support .container .resolution_all .resolution_right .cont_all ul {
    line-height: 3rem;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: left;
  }
  section#section_support .container .resolution_all .resolution_left .dxschool img, section#section_support .container .resolution_all .resolution_right .dxschool img {
    width: 18rem;
    height: auto;
    border-radius: 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 1rem;
  }
}
@media screen and (max-width: 600px) {
  html {
    font-size: 9px;
  }

  section#section_support {
    display: flex;
    justify-content: center;
    padding: 0rem;
    margin: 0rem;
    height: 150rem;
    margin-top: 0rem;
  }
  section#section_support .container {
    position: relative;
    width: 100%;
    max-width: 136.6rem;
  }
  section#section_support .container .ornament_right {
    position: absolute;
    width: 30rem;
    height: 0.8rem;
    border-radius: 0;
    background-color: #585959;
    Transform: rotate(-45deg);
    top: 0rem;
    right: -20rem;
    z-index: 0;
  }
  section#section_support .container .content_all {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    top: 20rem;
  }
  section#section_support .container .content_all .tit {
    font-size: 3rem;
    line-height: 5rem;
    font-weight: 700;
    letter-spacing: 0.4rem;
    white-space: nowrap;
  }
  section#section_support .container .resolution_all {
    position: relative;
    width: 80%;
    height: 65rem;
    border-radius: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 25rem;
    background-color: #FFFFFF;
    z-index: 0;
  }
  section#section_support .container .resolution_all .resolution_left, section#section_support .container .resolution_all .resolution_right {
    float: left;
    width: 100%;
    z-index: 1;
  }
  section#section_support .container .resolution_all .resolution_left h3, section#section_support .container .resolution_all .resolution_right h3 {
    width: 25rem;
    height: 6rem;
    border-radius: 1rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    margin-top: 7rem;
    line-height: 6rem;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
    background-color: #585959;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 0rem;
    z-index: 1;
  }
  section#section_support .container .resolution_all .resolution_left h4, section#section_support .container .resolution_all .resolution_right h4 {
    width: 22rem;
    height: 6rem;
    border-radius: 1rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    border-radius: 0rem 0rem 1rem 1rem;
    line-height: 6rem;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
    background-color: white;
    border: solid 0.1rem #585959;
    color: #000;
    text-align: center;
    margin-bottom: 5rem;
    margin-top: -0.5rem;
    z-index: 0;
  }
  section#section_support .container .resolution_all .resolution_left .figure, section#section_support .container .resolution_all .resolution_right .figure {
    text-align: center;
    display: block;
  }
  section#section_support .container .resolution_all .resolution_left .gray, section#section_support .container .resolution_all .resolution_right .gray {
    color: #EBDEA6;
    margin-bottom: 3rem;
    font-size: 8rem;
  }
  section#section_support .container .resolution_all .resolution_left .cont_all, section#section_support .container .resolution_all .resolution_right .cont_all {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    text-align: center;
    padding: 1rem;
  }
  section#section_support .container .resolution_all .resolution_left .cont_all ul, section#section_support .container .resolution_all .resolution_right .cont_all ul {
    line-height: 3rem;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: left;
  }
  section#section_support .container .resolution_all .resolution_left .dxschool img, section#section_support .container .resolution_all .resolution_right .dxschool img {
    width: 18rem;
    height: auto;
    border-radius: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 400px) {
  html {
    font-size: 8px;
  }

  section#section_support {
    display: flex;
    justify-content: center;
    padding: 0rem;
    margin: 0rem;
    height: 150rem;
    margin-top: 0rem;
  }
  section#section_support .container {
    position: relative;
    width: 100%;
    max-width: 136.6rem;
  }
  section#section_support .container .ornament_right {
    position: absolute;
    width: 30rem;
    height: 0.8rem;
    border-radius: 0;
    background-color: #585959;
    Transform: rotate(-45deg);
    top: 0rem;
    right: -20rem;
    z-index: 0;
  }
  section#section_support .container .content_all {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    top: 20rem;
  }
  section#section_support .container .content_all .tit {
    font-size: 2.7rem;
    line-height: 5rem;
    font-weight: 700;
    letter-spacing: 0.4rem;
    white-space: nowrap;
  }
  section#section_support .container .resolution_all {
    position: relative;
    width: 80%;
    height: 65rem;
    border-radius: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 25rem;
    background-color: #FFFFFF;
    z-index: 0;
  }
  section#section_support .container .resolution_all .resolution_left, section#section_support .container .resolution_all .resolution_right {
    float: left;
    width: 100%;
    z-index: 1;
  }
  section#section_support .container .resolution_all .resolution_left h3, section#section_support .container .resolution_all .resolution_right h3 {
    width: 25rem;
    height: 6rem;
    border-radius: 1rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    margin-top: 7rem;
    line-height: 6rem;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
    background-color: #585959;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 0rem;
    z-index: 1;
  }
  section#section_support .container .resolution_all .resolution_left h4, section#section_support .container .resolution_all .resolution_right h4 {
    width: 22rem;
    height: 6rem;
    border-radius: 1rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    border-radius: 0rem 0rem 1rem 1rem;
    line-height: 6rem;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
    background-color: white;
    border: solid 0.1rem #585959;
    color: #000;
    text-align: center;
    margin-bottom: 5rem;
    margin-top: -0.5rem;
    z-index: 0;
  }
  section#section_support .container .resolution_all .resolution_left .figure, section#section_support .container .resolution_all .resolution_right .figure {
    text-align: center;
    display: block;
  }
  section#section_support .container .resolution_all .resolution_left .gray, section#section_support .container .resolution_all .resolution_right .gray {
    color: #EBDEA6;
    margin-bottom: 3rem;
    font-size: 8rem;
  }
  section#section_support .container .resolution_all .resolution_left .cont_all, section#section_support .container .resolution_all .resolution_right .cont_all {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    text-align: center;
    padding: 1rem;
  }
  section#section_support .container .resolution_all .resolution_left .cont_all ul, section#section_support .container .resolution_all .resolution_right .cont_all ul {
    line-height: 3rem;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: left;
  }
  section#section_support .container .resolution_all .resolution_left .dxschool img, section#section_support .container .resolution_all .resolution_right .dxschool img {
    width: 18rem;
    height: auto;
    border-radius: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
section#section_news {
  display: flex;
  justify-content: center;
  padding: 0rem;
  margin: 0rem;
  height: 90rem;
  margin-top: 0rem;
}
section#section_news .container {
  position: relative;
  width: 100%;
  max-width: 136.6rem;
}
section#section_news .container .ornament_left {
  position: absolute;
  width: 45rem;
  height: 0.8rem;
  border-radius: 0;
  background-color: #585959;
  Transform: rotate(-45deg);
  top: 20rem;
  left: -20rem;
  z-index: 0;
}
section#section_news .container .content_all {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  top: 20rem;
}
section#section_news .container .content_all .tit {
  font-size: 3rem;
  line-height: 5rem;
  font-weight: 700;
  letter-spacing: 0.4rem;
  white-space: nowrap;
}
section#section_news .container .pages {
  position: relative;
  white-space: nowrap;
  width: 100%;
  transition-duration: 2s;
  left: 0rem;
  top: 25rem;
}
section#section_news .container .pages .page {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  margin-top: 5rem;
  width: 75%;
}
section#section_news .container .pages .page .fin {
  border-bottom: solid 0.1rem #585959;
}
section#section_news .container .pages .page dl {
  width: 80%;
  margin: 0rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  border-top: solid 0.1rem #585959;
  color: #000;
}
section#section_news .container .pages .page dl dt {
  font-size: 1.6rem;
  line-height: 3rem;
  letter-spacing: 0.2rem;
  font-weight: 500;
  width: 20%;
  padding: 2rem;
  text-align: center;
}
section#section_news .container .pages .page dl dd {
  font-size: 1.6rem;
  line-height: 3rem;
  letter-spacing: 0.2rem;
  font-weight: 500;
  width: 80%;
  padding: 2rem;
  padding-left: 5rem;
  white-space: normal;
}
section#section_news .container .pages .page dl .font_hide {
  width: 75%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
section#section_news .container .button_all {
  position: absolute;
  width: 55%;
  left: 50%;
  transform: translateX(-50%);
  text-align: right;
  bottom: 5%;
}
section#section_news .container .button_all .button_left, section#section_news .container .button_all .button_right {
  position: relative;
  width: 5rem;
  height: 5rem;
  border-radius: 0;
  display: inline-block;
  cursor: pointer;
  transition-duration: 0.2s;
}
section#section_news .container .button_all .button_left .news_left, section#section_news .container .button_all .button_left .news_right, section#section_news .container .button_all .button_right .news_left, section#section_news .container .button_all .button_right .news_right {
  fill: #585959;
  stroke-width: 0.4rem;
  stroke-linecap: round;
}
section#section_news .container .button_all .button_left .news_left .tick_news, section#section_news .container .button_all .button_left .news_right .tick_news, section#section_news .container .button_all .button_right .news_left .tick_news, section#section_news .container .button_all .button_right .news_right .tick_news {
  stroke: #FFFFFF;
}

@media screen and (max-width: 1200px) {
  html {
    font-size: 10px;
  }

  section#section_news {
    height: 85rem;
  }
  section#section_news .container .ornament_left {
    position: absolute;
    width: 40rem;
    height: 0.8rem;
    border-radius: 0;
  }
  section#section_news .container .pages {
    position: relative;
    white-space: nowrap;
    width: 100%;
    transition-duration: 2s;
    left: 0rem;
    top: 25rem;
  }
  section#section_news .container .pages .page {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    margin-top: 5rem;
    width: 90%;
  }
  section#section_news .container .pages .page .fin {
    border-bottom: solid 0.1rem #585959;
  }
  section#section_news .container .pages .page dl {
    width: 80%;
    margin: 0rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    border-top: solid 0.1rem #585959;
    color: #000;
  }
  section#section_news .container .pages .page dl dt {
    font-size: 1.6rem;
    line-height: 3rem;
    letter-spacing: 0.2rem;
    font-weight: 500;
    width: 20%;
    padding: 2rem;
    text-align: center;
  }
  section#section_news .container .pages .page dl dd {
    font-size: 1.6rem;
    line-height: 3rem;
    letter-spacing: 0.2rem;
    font-weight: 500;
    width: 80%;
    padding: 2rem;
    padding-left: 5rem;
    white-space: normal;
  }
  section#section_news .container .pages .page dl .font_hide {
    width: 80%;
  }
  section#section_news .container .button_all {
    position: absolute;
    width: 70%;
    bottom: 0%;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 10px;
  }

  section#section_news {
    height: 85rem;
  }
  section#section_news .container .ornament_left {
    position: absolute;
    width: 35rem;
    height: 0.8rem;
    border-radius: 0;
  }
  section#section_news .container .pages {
    position: relative;
    white-space: nowrap;
    width: 100%;
    transition-duration: 2s;
    left: 0rem;
    top: 25rem;
  }
  section#section_news .container .pages .page {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    margin-top: 5rem;
    width: 90%;
  }
  section#section_news .container .pages .page .fin {
    border-bottom: solid 0.1rem #585959;
  }
  section#section_news .container .pages .page dl {
    width: 80%;
    margin: 0rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    border-top: solid 0.1rem #585959;
    color: #000;
  }
  section#section_news .container .pages .page dl dt {
    font-size: 1.6rem;
    line-height: 3rem;
    letter-spacing: 0.2rem;
    font-weight: 500;
    width: 20%;
    padding: 2rem;
    text-align: center;
  }
  section#section_news .container .pages .page dl dd {
    font-size: 1.6rem;
    line-height: 3rem;
    letter-spacing: 0.2rem;
    font-weight: 500;
    width: 80%;
    padding: 2rem;
    padding-left: 5rem;
    white-space: normal;
  }
  section#section_news .container .pages .page dl .font_hide {
    width: 80%;
  }
  section#section_news .container .button_all {
    position: absolute;
    width: 70%;
    bottom: 0%;
  }
}
@media screen and (max-width: 780px) {
  html {
    font-size: 9px;
  }

  section#section_news {
    height: 110rem;
    margin-top: 0rem;
  }
  section#section_news .container .ornament_left {
    position: absolute;
    width: 30rem;
    height: 0.8rem;
    border-radius: 0;
  }
  section#section_news .container .content_all {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    top: 20rem;
  }
  section#section_news .container .content_all .tit {
    font-size: 3rem;
    line-height: 5rem;
    font-weight: 700;
    letter-spacing: 0.4rem;
    white-space: nowrap;
  }
  section#section_news .container .pages {
    position: relative;
    white-space: nowrap;
    width: 100%;
    transition-duration: 2s;
    left: 0rem;
    top: 25rem;
  }
  section#section_news .container .pages .page {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    margin-top: 5rem;
    width: 80%;
  }
  section#section_news .container .pages .page .fin {
    border-bottom: solid 0.1rem #585959;
  }
  section#section_news .container .pages .page dl {
    width: 100%;
    margin: 0rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    border-top: solid 0.1rem #585959;
    color: #000;
  }
  section#section_news .container .pages .page dl dt {
    font-size: 1.6rem;
    line-height: 3rem;
    letter-spacing: 0.2rem;
    font-weight: 500;
    width: 100%;
    padding: 2rem;
    padding-bottom: 0rem;
    text-align: left;
  }
  section#section_news .container .pages .page dl dd {
    font-size: 1.6rem;
    line-height: 3rem;
    letter-spacing: 0.2rem;
    font-weight: 500;
    width: 100%;
    padding: 2rem;
    padding-left: 2rem;
    text-align: left;
    white-space: normal;
  }
  section#section_news .container .pages .page dl .font_hide {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  section#section_news .container .button_all {
    position: absolute;
    width: 75%;
    left: 50%;
    transform: translateX(-50%);
    text-align: right;
    bottom: -5%;
  }
}
@media screen and (max-width: 400px) {
  html {
    font-size: 8px;
  }

  section#section_news {
    height: 110rem;
    margin-top: 0rem;
  }
  section#section_news .container .ornament_left {
    position: absolute;
    width: 30rem;
    height: 0.8rem;
    border-radius: 0;
  }
  section#section_news .container .content_all {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    top: 20rem;
  }
  section#section_news .container .content_all .tit {
    font-size: 2.7rem;
    line-height: 5rem;
    font-weight: 700;
    letter-spacing: 0.4rem;
    white-space: nowrap;
  }
  section#section_news .container .pages {
    position: relative;
    white-space: nowrap;
    width: 100%;
    transition-duration: 2s;
    left: 0rem;
    top: 25rem;
  }
  section#section_news .container .pages .page {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    margin-top: 5rem;
    width: 80%;
  }
  section#section_news .container .pages .page .fin {
    border-bottom: solid 0.1rem #585959;
  }
  section#section_news .container .pages .page dl {
    width: 100%;
    margin: 0rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    border-top: solid 0.1rem #585959;
    color: #000;
  }
  section#section_news .container .pages .page dl dt {
    font-size: 1.6rem;
    line-height: 3rem;
    letter-spacing: 0.2rem;
    font-weight: 500;
    width: 100%;
    padding: 2rem;
    padding-bottom: 0rem;
    text-align: left;
  }
  section#section_news .container .pages .page dl dd {
    font-size: 1.6rem;
    line-height: 3rem;
    letter-spacing: 0.2rem;
    font-weight: 500;
    width: 100%;
    padding: 2rem;
    padding-left: 2rem;
    text-align: left;
    white-space: normal;
  }
  section#section_news .container .pages .page dl .font_hide {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  section#section_news .container .button_all {
    position: absolute;
    width: 75%;
    left: 50%;
    transform: translateX(-50%);
    text-align: right;
  }
}
section#section_link {
  display: flex;
  justify-content: center;
  padding: 0rem;
  margin: 0rem;
  height: 40rem;
  margin-top: 0rem;
  background: linear-gradient(135deg, transparent 8rem, #CCC 0);
  margin-top: 15rem;
}
section#section_link .container {
  position: relative;
  width: 100%;
  max-width: 136.6rem;
}
section#section_link .container .content_all {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  top: 10rem;
}
section#section_link .container .content_all .tit {
  font-size: 3rem;
  line-height: 5rem;
  font-weight: 700;
  letter-spacing: 0.4rem;
  white-space: nowrap;
}
section#section_link .container .logo_all {
  position: relative;
  width: 50%;
  height: 15rem;
  border-radius: 0;
  background-color: #FFFFFF;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  margin-top: 15rem;
}
section#section_link .container .logo_all img {
  width: 60%;
  height: 15rem;
  border-radius: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
  object-position: center center;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  html {
    font-size: 10px;
  }

  section#section_link {
    height: 42rem;
    background: linear-gradient(135deg, transparent 8rem, #CCC 0);
    margin-top: 15rem;
  }
  section#section_link .container .content_all {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    top: 10rem;
  }
  section#section_link .container .content_all .tit {
    font-size: 3rem;
    line-height: 5rem;
    font-weight: 700;
    letter-spacing: 0.4rem;
    white-space: nowrap;
  }
  section#section_link .container .logo_all {
    position: relative;
    width: 50%;
    height: 15rem;
    border-radius: 0;
    background-color: #FFFFFF;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    margin-top: 15rem;
  }
  section#section_link .container .logo_all img {
    width: 70%;
    height: 15rem;
    border-radius: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
    object-position: center center;
    overflow: hidden;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 10px;
  }

  section#section_link {
    height: 42rem;
    background: linear-gradient(135deg, transparent 8rem, #CCC 0);
    margin-top: 15rem;
  }
  section#section_link .container .content_all {
    top: 10rem;
  }
  section#section_link .container .logo_all img {
    width: 80%;
    height: 15rem;
    border-radius: 0;
  }
}
@media screen and (max-width: 780px) {
  html {
    font-size: 9.5px;
  }

  section#section_link {
    background: linear-gradient(135deg, transparent 6rem, #CCC 0);
  }
  section#section_link .container .content_all {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    top: 8rem;
  }
  section#section_link .container .logo_all {
    position: relative;
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    margin-top: 12rem;
  }
  section#section_link .container .logo_all .logo {
    width: 15rem;
    height: 13rem;
    border-radius: 0;
  }
  section#section_link .container .logo_all img {
    width: 75%;
  }
}
@media screen and (max-width: 600px) {
  html {
    font-size: 9px;
  }

  section#section_link {
    background: linear-gradient(135deg, transparent 5rem, #CCC 0);
    height: 35rem;
  }
  section#section_link .container .content_all {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    top: 6.5rem;
  }
  section#section_link .container .logo_all {
    position: relative;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    margin-top: 11rem;
  }
  section#section_link .container .logo_all .logo {
    width: 15rem;
    height: 13rem;
    border-radius: 0;
  }
  section#section_link .container .logo_all img {
    width: 85%;
  }
}
@media screen and (max-width: 400px) {
  html {
    font-size: 8px;
  }

  section#section_link {
    background: linear-gradient(135deg, transparent 5rem, #CCC 0);
    height: 37rem;
  }
  section#section_link .container .content_all {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    top: 10rem;
  }
  section#section_link .container .content_all .tit {
    font-size: 2.7rem;
    line-height: 5rem;
    font-weight: 700;
    letter-spacing: 0.4rem;
    white-space: nowrap;
  }
  section#section_link .container .content_all {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    top: 6.5rem;
  }
  section#section_link .container .logo_all {
    position: relative;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    margin-top: 11rem;
  }
  section#section_link .container .logo_all .logo {
    width: 15rem;
    height: 13rem;
    border-radius: 0;
  }
  section#section_link .container .logo_all img {
    width: 90%;
  }
}
footer.jumbotron {
  display: flex;
  justify-content: center;
  padding: 0rem;
  margin: 0rem;
  background-color: #FFFFFF;
  margin-top: 10rem;
  white-space: nowrap;
}
footer.jumbotron .container {
  position: relative;
  width: 100%;
  max-width: 136.6rem;
  height: 20rem;
}
footer.jumbotron .container .jumbotron_all {
  width: 90%;
  height: 20rem;
  border-radius: 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.2rem;
  line-height: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
}
footer.jumbotron .container .jumbotron_all .logo_all {
  width: 26%;
  height: 20rem;
  border-radius: 0;
  float: left;
}
footer.jumbotron .container .jumbotron_all .logo_all .logo {
  display: inline-block;
  margin-left: 2rem;
  margin-top: 4rem;
}
footer.jumbotron .container .jumbotron_all .logo_all .logo img {
  width: 25rem;
  height: auto;
  border-radius: 0;
  text-align: center;
}
footer.jumbotron .container .jumbotron_all .logo_all .logo .sm {
  display: none;
}
footer.jumbotron .container .jumbotron_all .contact_all {
  width: 22%;
  height: 20rem;
  border-radius: 0;
  float: left;
  border-right: solid 0.1rem #8FD3F5;
  display: inline-block;
  margin-left: 2rem;
}
footer.jumbotron .container .jumbotron_all .contact_all .contact {
  margin-bottom: 1rem;
}
footer.jumbotron .container .jumbotron_all .contact_all .comp {
  margin-top: 5rem;
}
footer.jumbotron .container .jumbotron_all .nav_all {
  width: 8%;
  height: 20rem;
  border-radius: 0;
  display: inline-block;
  margin-left: 5rem;
  padding-left: 0rem;
  margin-top: 5rem;
}
footer.jumbotron .container .jumbotron_all .nav_all .nav {
  margin-bottom: 1rem;
}
footer.jumbotron .container .jumbotron_all .nav_all_01 {
  vertical-align: top;
}
footer.jumbotron .container .jumbotron_all .nav_all_02 {
  margin-left: 5rem;
  vertical-align: top;
}
footer.jumbotron .container .jumbotron_all .menu_all {
  width: 16%;
  height: 20rem;
  border-radius: 0;
  display: inline-block;
  margin-left: 3rem;
  border-left: solid 0.1rem #8FD3F5;
  list-style: none;
}
footer.jumbotron .container .jumbotron_all .menu_all .menu {
  margin-bottom: 1rem;
}
footer.jumbotron .container .jumbotron_all .menu_all .cont {
  margin-top: 4rem;
}
footer.jumbotron .container .jumbotron_all .logo_all li a, footer.jumbotron .container .jumbotron_all .contact_all li a, footer.jumbotron .container .jumbotron_all .nav_all li a, footer.jumbotron .container .jumbotron_all .menu_all li a {
  color: #000;
  text-decoration: none;
}

@media screen and (max-width: 1200px) {
  html {
    font-size: 10px;
  }

  footer.jumbotron {
    display: flex;
    justify-content: center;
    padding: 0rem;
    margin: 0rem;
    background-color: #FFFFFF;
    margin-top: 10rem;
    white-space: nowrap;
  }
  footer.jumbotron .container {
    position: relative;
    width: 100%;
    max-width: 136.6rem;
    height: 20rem;
  }
  footer.jumbotron .container .jumbotron_all {
    width: 90%;
    height: 20rem;
    border-radius: 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.2rem;
    line-height: 2.5rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
  }
  footer.jumbotron .container .jumbotron_all .logo_all {
    width: 35%;
    height: 20rem;
    border-radius: 0;
    float: left;
    border-right: solid 0.1rem #8FD3F5;
  }
  footer.jumbotron .container .jumbotron_all .logo_all .logo {
    display: inline-block;
    margin-left: 2rem;
    margin-top: 2rem;
  }
  footer.jumbotron .container .jumbotron_all .logo_all .logo img {
    width: 25rem;
    height: auto;
    border-radius: 0;
    text-align: center;
  }
  footer.jumbotron .container .jumbotron_all .contact_all {
    position: absolute;
    width: 35%;
    height: 20rem;
    border-radius: 0;
    float: left;
    display: inline-block;
    left: -2rem;
    top: 0rem;
  }
  footer.jumbotron .container .jumbotron_all .contact_all .contact {
    margin-bottom: 1rem;
    padding-left: 5rem;
    padding-top: 9rem;
  }
  footer.jumbotron .container .jumbotron_all .contact_all .comp {
    display: none;
  }
  footer.jumbotron .container .jumbotron_all .contact_all .url {
    padding-top: 0rem;
  }
  footer.jumbotron .container .jumbotron_all .nav_all {
    width: 13%;
    height: 20rem;
    border-radius: 0;
    display: inline-block;
    padding-left: 0rem;
  }
  footer.jumbotron .container .jumbotron_all .nav_all .nav {
    margin-bottom: 1rem;
  }
  footer.jumbotron .container .jumbotron_all .nav_all_01 {
    vertical-align: top;
    margin-top: 4rem;
    margin-left: 5rem;
  }
  footer.jumbotron .container .jumbotron_all .nav_all_02 {
    margin-top: 4rem;
    margin-left: 3rem;
    vertical-align: top;
  }
  footer.jumbotron .container .jumbotron_all .menu_all {
    width: 25%;
    height: 20rem;
    border-radius: 0;
    display: inline-block;
    margin-left: 1rem;
    border-left: solid 0.1rem #8FD3F5;
    list-style: none;
    padding-left: 5rem;
  }
  footer.jumbotron .container .jumbotron_all .menu_all .menu {
    margin-bottom: 1rem;
  }
  footer.jumbotron .container .jumbotron_all .menu_all .cont {
    margin-top: 4rem;
  }
  footer.jumbotron .container .jumbotron_all .logo_all li a, footer.jumbotron .container .jumbotron_all .contact_all li a, footer.jumbotron .container .jumbotron_all .nav_all li a, footer.jumbotron .container .jumbotron_all .menu_all li a {
    color: #000;
    text-decoration: none;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 10px;
  }

  footer.jumbotron {
    display: flex;
    justify-content: center;
    padding: 0rem;
    margin: 0rem;
    background-color: #FFFFFF;
    margin-top: 10rem;
    white-space: nowrap;
  }
  footer.jumbotron .container {
    position: relative;
    width: 100%;
    max-width: 136.6rem;
    height: 20rem;
  }
  footer.jumbotron .container .jumbotron_all {
    width: 90%;
    height: 20rem;
    border-radius: 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.2rem;
    line-height: 2.5rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
  }
  footer.jumbotron .container .jumbotron_all .logo_all {
    width: 40%;
    height: 20rem;
    border-radius: 0;
    float: left;
    border-right: solid 0.1rem #8FD3F5;
  }
  footer.jumbotron .container .jumbotron_all .logo_all .logo {
    display: inline-block;
    margin-left: 1rem;
    margin-top: 2rem;
  }
  footer.jumbotron .container .jumbotron_all .logo_all .logo img {
    width: 25rem;
    height: auto;
    border-radius: 0;
    text-align: center;
  }
  footer.jumbotron .container .jumbotron_all .contact_all {
    position: absolute;
    width: 40%;
    height: 20rem;
    border-radius: 0;
    float: left;
    display: inline-block;
    left: -2rem;
    top: 0rem;
  }
  footer.jumbotron .container .jumbotron_all .contact_all .contact {
    margin-bottom: 1rem;
    padding-left: 5rem;
    padding-top: 9rem;
  }
  footer.jumbotron .container .jumbotron_all .contact_all .comp {
    display: none;
  }
  footer.jumbotron .container .jumbotron_all .contact_all .url {
    padding-top: 0rem;
  }
  footer.jumbotron .container .jumbotron_all .nav_all {
    width: 13%;
    height: 20rem;
    border-radius: 0;
    display: inline-block;
    padding-left: 0rem;
  }
  footer.jumbotron .container .jumbotron_all .nav_all .nav {
    margin-bottom: 1rem;
  }
  footer.jumbotron .container .jumbotron_all .nav_all_01 {
    vertical-align: top;
    margin-top: 4rem;
    margin-left: 3rem;
  }
  footer.jumbotron .container .jumbotron_all .nav_all_02 {
    margin-top: 4rem;
    margin-left: 3rem;
    vertical-align: top;
  }
  footer.jumbotron .container .jumbotron_all .menu_all {
    width: 25%;
    height: 20rem;
    border-radius: 0;
    display: inline-block;
    margin-left: 1rem;
    border-left: solid 0.1rem #8FD3F5;
    list-style: none;
    padding-left: 2rem;
  }
  footer.jumbotron .container .jumbotron_all .menu_all .menu {
    margin-bottom: 1rem;
  }
  footer.jumbotron .container .jumbotron_all .menu_all .cont {
    margin-top: 4rem;
  }
  footer.jumbotron .container .jumbotron_all .logo_all li a, footer.jumbotron .container .jumbotron_all .contact_all li a, footer.jumbotron .container .jumbotron_all .nav_all li a, footer.jumbotron .container .jumbotron_all .menu_all li a {
    color: #000;
    text-decoration: none;
  }
}
@media screen and (max-width: 780px) {
  html {
    font-size: 9.5px;
  }

  footer.jumbotron .container .jumbotron_all {
    width: 90%;
    height: 20rem;
    border-radius: 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.2rem;
    line-height: 2.5rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
  }
  footer.jumbotron .container .jumbotron_all .logo_all {
    width: 60%;
    height: 20rem;
    border-radius: 0;
    float: left;
    border-right: none;
  }
  footer.jumbotron .container .jumbotron_all .logo_all .logo {
    display: inline-block;
    margin-left: 1rem;
    margin-top: 2rem;
  }
  footer.jumbotron .container .jumbotron_all .logo_all .logo img {
    width: 25rem;
    height: auto;
    border-radius: 0;
    text-align: center;
  }
  footer.jumbotron .container .jumbotron_all .contact_all {
    position: absolute;
    width: 60%;
    height: 20rem;
    border-radius: 0;
    float: left;
    display: inline-block;
    left: -2rem;
    top: 0rem;
    border: none;
  }
  footer.jumbotron .container .jumbotron_all .contact_all .contact {
    margin-bottom: 1rem;
    padding-left: 5rem;
    padding-top: 9rem;
  }
  footer.jumbotron .container .jumbotron_all .contact_all .comp {
    display: none;
  }
  footer.jumbotron .container .jumbotron_all .contact_all .url {
    padding-top: 0rem;
  }
  footer.jumbotron .container .jumbotron_all .nav_all {
    display: none;
  }
  footer.jumbotron .container .jumbotron_all .menu_all {
    width: 30%;
    height: 20rem;
    border-radius: 0;
    display: inline-block;
    margin-left: 1rem;
    border-left: solid 0.1rem #8FD3F5;
    list-style: none;
    padding-left: 5rem;
  }
  footer.jumbotron .container .jumbotron_all .menu_all .menu {
    margin-bottom: 1rem;
  }
  footer.jumbotron .container .jumbotron_all .menu_all .cont {
    margin-top: 4rem;
  }
  footer.jumbotron .container .jumbotron_all .logo_all li a, footer.jumbotron .container .jumbotron_all .contact_all li a, footer.jumbotron .container .jumbotron_all .nav_all li a, footer.jumbotron .container .jumbotron_all .menu_all li a {
    color: #000;
    text-decoration: none;
  }
}
@media screen and (max-width: 600px) {
  html {
    font-size: 9px;
  }

  footer.jumbotron {
    display: flex;
    justify-content: center;
    padding: 0rem;
    margin: 0rem;
    background-color: #FFFFFF;
    margin-top: 10rem;
    white-space: nowrap;
  }
  footer.jumbotron .container {
    position: relative;
    width: 100%;
    max-width: 136.6rem;
    height: 16rem;
  }
  footer.jumbotron .container .jumbotron_all {
    width: 90%;
    height: 16rem;
    border-radius: 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.2rem;
    line-height: 2.5rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
  }
  footer.jumbotron .container .jumbotron_all .logo_all {
    width: 50%;
    height: 16rem;
    border-radius: 0;
    float: left;
    border-right: none;
  }
  footer.jumbotron .container .jumbotron_all .logo_all .logo {
    display: inline-block;
    margin-left: 1rem;
    margin-top: 3rem;
  }
  footer.jumbotron .container .jumbotron_all .logo_all .logo img {
    width: 16rem;
    height: auto;
    border-radius: 0;
    text-align: center;
  }
  footer.jumbotron .container .jumbotron_all .logo_all .logo .xl {
    display: none;
  }
  footer.jumbotron .container .jumbotron_all .logo_all .logo .sm {
    display: block;
  }
  footer.jumbotron .container .jumbotron_all .contact_all {
    display: none;
  }
  footer.jumbotron .container .jumbotron_all .nav_all {
    display: none;
  }
  footer.jumbotron .container .jumbotron_all .menu_all {
    width: 30%;
    height: 16rem;
    border-radius: 0;
    display: inline-block;
    margin-left: 1rem;
    border-left: solid 0.1rem #8FD3F5;
    list-style: none;
    padding-left: 3rem;
  }
  footer.jumbotron .container .jumbotron_all .menu_all .menu {
    margin-bottom: 1rem;
  }
  footer.jumbotron .container .jumbotron_all .menu_all .cont {
    margin-top: 4rem;
  }
  footer.jumbotron .container .jumbotron_all .logo_all li a, footer.jumbotron .container .jumbotron_all .contact_all li a, footer.jumbotron .container .jumbotron_all .nav_all li a, footer.jumbotron .container .jumbotron_all .menu_all li a {
    color: #000;
    text-decoration: none;
  }
}
@media screen and (max-width: 400px) {
  html {
    font-size: 8px;
  }

  footer.jumbotron {
    display: flex;
    justify-content: center;
    padding: 0rem;
    margin: 0rem;
    background-color: #FFFFFF;
    margin-top: 10rem;
    white-space: nowrap;
  }
  footer.jumbotron .container {
    position: relative;
    width: 100%;
    max-width: 136.6rem;
    height: 16rem;
  }
  footer.jumbotron .container .jumbotron_all {
    width: 90%;
    height: 16rem;
    border-radius: 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.2rem;
    line-height: 2.5rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
  }
  footer.jumbotron .container .jumbotron_all .logo_all {
    width: 45%;
    height: 16rem;
    border-radius: 0;
    float: left;
    border-right: none;
  }
  footer.jumbotron .container .jumbotron_all .logo_all .logo {
    display: inline-block;
    margin-left: 0rem;
    margin-top: 3rem;
  }
  footer.jumbotron .container .jumbotron_all .logo_all .logo img {
    width: 15rem;
    height: auto;
    border-radius: 0;
    text-align: center;
  }
  footer.jumbotron .container .jumbotron_all .logo_all .logo .xl {
    display: none;
  }
  footer.jumbotron .container .jumbotron_all .logo_all .logo .sm {
    display: block;
  }
  footer.jumbotron .container .jumbotron_all .contact_all {
    display: none;
  }
  footer.jumbotron .container .jumbotron_all .nav_all {
    display: none;
  }
  footer.jumbotron .container .jumbotron_all .menu_all {
    width: 27%;
    height: 16rem;
    border-radius: 0;
    display: inline-block;
    margin-left: 1rem;
    border-left: solid 0.1rem #8FD3F5;
    list-style: none;
    padding-left: 2rem;
  }
  footer.jumbotron .container .jumbotron_all .menu_all .menu {
    margin-bottom: 1rem;
  }
  footer.jumbotron .container .jumbotron_all .menu_all .cont {
    margin-top: 4rem;
  }
  footer.jumbotron .container .jumbotron_all .logo_all li a, footer.jumbotron .container .jumbotron_all .contact_all li a, footer.jumbotron .container .jumbotron_all .nav_all li a, footer.jumbotron .container .jumbotron_all .menu_all li a {
    color: #000;
    text-decoration: none;
  }
}
footer.coparight {
  display: flex;
  justify-content: center;
  padding: 0rem;
  margin: 0rem;
  margin-top: 2rem;
}
footer.coparight .container {
  position: relative;
  width: 100%;
}
footer.coparight .container .coparight_all {
  width: 90%;
  height: 3rem;
  border-radius: 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0rem;
  margin-bottom: 5rem;
}
footer.coparight .container .coparight_all .coparight_1 {
  margin-left: 5rem;
  display: inline-block;
}