@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;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
html, body {
  margin: 0;
  overflow-x: hidden;
}
html {
  font-size: 10px;
}
body {
  box-sizing: border-box;
  overflow: hidden;
  font-size: 1.5rem;
}
nav.navbar.navbar-inverse {
  background-color: #000;
  border-bottom: none;
  padding: 0rem 1rem;
  margin: 0rem;
  margin-left: auto;
  margin-right: auto;
  height: 7rem;
  transition: 0.5s;
}
.hideUp nav.navbar.navbar-inverse {
  top: -10rem;
  transition: 0.5s;
}
nav.navbar.navbar-inverse .container {
  width: 100%;
}
nav.navbar.navbar-inverse .container .logo {
  position: absolute;
  height: 8rem;
  align-items: left;
  top: -0.3rem;
  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: -1.5rem;
}
nav.navbar.navbar-inverse .container a .point {
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0;
  border-radius: 100%;
  background-color: #FFFFFF;
  margin-left: calc(100% / 4);
  top: 4.3rem;
  opacity: 0;
  transition-duration: 0.5s;
}
nav.navbar.navbar-inverse .container a .point1 {
  margin-left: 30px;
}
nav.navbar.navbar-inverse .container a .point2 {
  margin-left: 69px;
  opacity: 1;
}
nav.navbar.navbar-inverse .container a .point3 {
  margin-left: 51px;
}
nav.navbar.navbar-inverse .container a .point4 {
  margin-left: 35px;
}
nav.navbar.navbar-inverse .container a .point5 {
  margin-left: calc(100% / 3.3);
}
nav.navbar.navbar-inverse .container a:hover .point {
  opacity: 1;
  margin-left: calc(100% / 3.3);
}
nav.navbar.navbar-inverse .container a:hover .point1 {
  margin-left: 30px;
}
nav.navbar.navbar-inverse .container a:hover .point2 {
  margin-left: 69px;
}
nav.navbar.navbar-inverse .container a:hover .point3 {
  margin-left: 51px;
}
nav.navbar.navbar-inverse .container a:hover .point4 {
  margin-left: 35px;
}
nav.navbar.navbar-inverse .container a:hover .point5 {
  margin-left: none;
}
@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, 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: 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: #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: 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: 5rem;
}
@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: 2rem;
  }
  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: 1.5rem;
  }
  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: 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: 5rem;
    border-radius: 0;
    margin-left: 1.5rem;
  }
  nav_phone .nav_container .botton .menu {
    font-size: 1.7rem;
    line-height: 7rem;
    margin-left: 5.5rem;
  }
}
header#header_service {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0rem;
  padding: 0rem;
  margin-top: 6rem;
}
header#header_service .container {
  background-color: #FFFFFF;
  max-width: 136.6rem;
  font-size: 0rem;
}
header#header_service .container .rings {
  position: relative;
  width: 47%;
  height: 50rem;
  display: inline-block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: nowrap;
  box-sizing: border-box;
}
header#header_service .container .rings .ring {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center center;
}
header#header_service .container .rings .ring_up {
  position: absolute;
  height: 27rem;
  animation: ringmove 4s 1;
}
header#header_service .container .rings .ring_right {
  position: absolute;
  height: 34.2rem;
  margin-left: 1.8rem;
  margin-top: 13.2rem;
  animation: ringmove3 4s 1;
}
header#header_service .container .rings .ring_left {
  position: absolute;
  height: 36.4rem;
  margin-left: -10.5rem;
  margin-top: 11rem;
  animation: ringmove2 4s 1;
}
header#header_service .container .rings .ring_other {
  margin-left: 11.9rem;
  animation: ringmove1 4s 1;
}
header#header_service .container .rings .ring_other_1 {
  margin-left: -6.1rem;
  animation: ringmove1 4s 1;
}
header#header_service .container .rings .font {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  animation: ringmove1 3s 1 forwards;
  animation-delay: 1.5s;
}
header#header_service .container .rings .font_up {
  height: 18rem;
  margin-top: 7rem;
  margin-left: 10rem;
}
header#header_service .container .rings .font_right {
  height: 9rem;
  margin-top: 33rem;
  margin-left: -5rem;
}
header#header_service .container .rings .font_left {
  height: 17rem;
  margin-top: 13rem;
  margin-left: -11rem;
}
header#header_service .container .explain {
  position: relative;
  width: 53%;
  display: inline-block;
  padding-left: 3rem;
  padding-bottom: 5rem;
  text-align: left;
  flex-wrap: nowrap;
  box-sizing: border-box;
}
header#header_service .container .explain h1 {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.4rem;
  margin-top: 10rem;
  margin-bottom: 3rem;
  animation: inmove2 2.5s 1 forwards;
  animation-delay: 1.3s;
  opacity: 0;
  white-space: nowrap;
}
header#header_service .container .explain .title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.3rem;
  line-height: 2.7rem;
  font-size: 1.7rem;
  margin-bottom: 1rem;
  opacity: 0;
  animation: inmove2 2.5s 1 forwards;
  animation-delay: 2.5s;
  display: inline-block;
  vertical-align: middle;
}
header#header_service .container .explain .buttom {
  width: 4rem;
  height: 5rem;
  border-radius: 0;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 1rem;
  margin-left: 0.5rem;
  opacity: 0;
  animation: inmove2 2.5s 1 forwards;
  animation-delay: 2.5s;
  margin: 0;
}
header#header_service .container .explain .buttom #pic1 {
  stroke: #000;
  stroke-width: 0.6rem;
  fill: none;
  stroke-linecap: round;
  transition-duration: 0.5s;
}
header#header_service .container .explain .buttom #pic1 .circle {
  display: none;
}
header#header_service .container .explain .buttom:hover #pic1 {
  fill: #000;
  stroke: #FFFFFF;
}
header#header_service .container .explain .buttom:hover #pic1 .circle {
  display: block;
}
header#header_service .container .explain p {
  width: 90%;
  font-size: 1.5rem;
  line-height: 3rem;
  letter-spacing: 0.2rem;
  opacity: 0;
  animation: inmove2 3s 1 forwards;
  animation-delay: 3s;
}
header#header_service .container .explain .toright {
  padding: 1rem;
  background-image: linear-gradient(135deg, #4ccdff 20%, #ffbad6 70%);
  background-repeat: no-repeat;
  background-size: 90% 0.15rem;
  opacity: 0;
  animation: inmove1 2s 1 forwards;
  animation-delay: 2s;
}
@keyframes ringmove {
  0% {
    opacity: 0;
    transform: rotate(90deg) scale(0.2) translateY(20rem) translateX(-18.5rem);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1) translateY(0rem) translateX(-18.5rem);
  }
}
@keyframes ringmove1 {
  0% {
    opacity: 0;
  }
  86% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ringmove2 {
  0% {
    opacity: 0;
    transform: rotate(90deg) scale(0.2) translateY(22rem) translateX(-11.2rem);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1) translateY(0rem) translateX(-11.2rem);
  }
}
@keyframes ringmove3 {
  0% {
    opacity: 0;
    transform: rotate(90deg) scale(0.2) translateY(20rem) translateX(-17.8rem);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1) translateY(0rem) translateX(-17.8rem);
  }
}
@keyframes inmove1 {
  0% {
    transform: translateX(200px);
    opacity: 0;
  }
  50% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes inmove2 {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  50% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes inmove3 {
  0% {
    transform: translateX(-200px);
    opacity: 0;
  }
  50% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@media screen and (max-width: 1200px) {
  header#header_service .container .rings {
    height: 53rem;
  }
  header#header_service .container .explain h1 {
    letter-spacing: 0.2rem;
  }
  header#header_service .container .explain p {
    width: 95%;
  }
  header#header_service .container .explain .toright {
    background-size: 97% 0.15rem;
  }
}
@media screen and (max-width: 1024px) {
  header#header_service .container {
    width: 100%;
  }
  header#header_service .container .rings {
    width: 48%;
    height: 50rem;
  }
  header#header_service .container .rings .ring_up {
    height: 24.3rem;
    animation: ringmove_lg 4s 1;
  }
  header#header_service .container .rings .ring_right {
    height: 30.8rem;
    margin-left: 1.7rem;
    margin-top: 11.5rem;
    animation: ringmove3_lg 4s 1;
  }
  header#header_service .container .rings .ring_left {
    height: 32.3rem;
    margin-left: -9.5rem;
    margin-top: 10rem;
    animation: ringmove2_lg 4s 1;
  }
  header#header_service .container .rings .ring_other {
    margin-left: 10.5rem;
    animation: ringmove1_lg 4s 1;
  }
  header#header_service .container .rings .ring_other_1 {
    margin-left: -5.5rem;
    animation: ringmove1_lg 4s 1;
  }
  header#header_service .container .rings .font_up {
    height: 16.2rem;
    margin-top: 6rem;
    margin-left: 8rem;
  }
  header#header_service .container .rings .font_right {
    height: 8.1rem;
    margin-top: 30rem;
    margin-left: -5rem;
  }
  header#header_service .container .rings .font_left {
    height: 15.3rem;
    margin-top: 13rem;
    margin-left: -11rem;
  }
  header#header_service .container .explain {
    width: 52%;
  }
  header#header_service .container .explain h1 {
    margin-top: 5rem;
    margin-bottom: 7.5rem;
  }
  header#header_service .container .explain span {
    display: block;
  }
  header#header_service .container .explain p {
    width: 95%;
  }
  header#header_service .container .explain .toright {
    background-image: linear-gradient(135deg, #4CD2FF 0%, #FFBFDB 100%);
    background-repeat: no-repeat;
    background-size: 95% 0.15rem;
  }
}
@keyframes ringmove_lg {
  0% {
    opacity: 0;
    transform: rotate(90deg) scale(0.2) translateY(20rem) translateX(-16.8rem);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1) translateY(0rem) translateX(-16.8rem);
  }
}
@keyframes ringmove1_lg {
  0% {
    opacity: 0;
  }
  86% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ringmove2_lg {
  0% {
    opacity: 0;
    transform: rotate(90deg) scale(0.2) translateY(22rem) translateX(-10rem);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1) translateY(0rem) translateX(-10rem);
  }
}
@keyframes ringmove3_lg {
  0% {
    opacity: 0;
    transform: rotate(90deg) scale(0.2) translateY(20rem) translateX(-16.5rem);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1) translateY(0rem) translateX(-16.5rem);
  }
}
@media screen and (max-width: 780px) {
  html {
    font-size: 9.5px;
  }
  header#header_service .container {
    width: 100%;
    margin: 0rem;
    text-align: right;
  }
  header#header_service .container .rings {
    position: relative;
    width: 22rem;
    height: 22rem;
    border-radius: 0;
    display: inline-block;
    text-align: right;
    margin-right: 3rem;
  }
  header#header_service .container .rings .ring_up {
    position: absolute;
    height: 14.4rem;
    animation: ringmove_md 4s 1;
  }
  header#header_service .container .rings .ring_right {
    position: absolute;
    height: 18.2rem;
    margin-left: 1.1rem;
    margin-top: 6.7rem;
    animation: ringmove3_md 4s 1;
  }
  header#header_service .container .rings .ring_left {
    position: absolute;
    height: 19.4rem;
    margin-left: -5.5rem;
    margin-top: 5.5rem;
    animation: ringmove2_md 4s 1;
  }
  header#header_service .container .rings .ring_other {
    margin-left: 6.4rem;
    animation: ringmove1_md 4s 1;
  }
  header#header_service .container .rings .ring_other_1 {
    margin-left: -3.2rem;
    animation: ringmove1_md 4s 1;
  }
  header#header_service .container .rings .font {
    display: none;
  }
  header#header_service .container .explain {
    position: relative;
    width: 100%;
    display: inline-block;
    padding-left: 3rem;
    padding-bottom: 5rem;
    text-align: left;
    margin-top: -20rem;
    margin-left: -5rem;
  }
  header#header_service .container .explain h1 {
    line-height: 5rem;
    margin-top: 5rem;
    margin-bottom: 4rem;
  }
  header#header_service .container .explain span {
    display: inline-block;
  }
  header#header_service .container .explain p {
    width: 95%;
  }
  header#header_service .container .explain .toright {
    background-image: linear-gradient(135deg, #4CD2FF 0%, #FFBFDB 100%);
    background-repeat: no-repeat;
    background-size: 95% 0.15rem;
  }
}
@keyframes ringmove_md {
  0% {
    opacity: 0;
    transform: rotate(90deg) scale(0.2) translateY(20rem) translateX(-9.9rem);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1) translateY(0rem) translateX(-9.9rem);
  }
}
@keyframes ringmove1_md {
  0% {
    opacity: 0;
  }
  86% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ringmove2_md {
  0% {
    opacity: 0;
    transform: rotate(90deg) scale(0.2) translateY(22rem) translateX(-6rem);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1) translateY(0rem) translateX(-6rem);
  }
}
@keyframes ringmove3_md {
  0% {
    opacity: 0;
    transform: rotate(90deg) scale(0.2) translateY(20rem) translateX(-9.5rem);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1) translateY(0rem) translateX(-9.5rem);
  }
}
@media screen and (max-width: 600px) {
  html {
    font-size: 9px;
  }
  header#header_service .container {
    width: 100%;
    margin: 0rem;
    text-align: right;
  }
  header#header_service .container .rings {
    position: relative;
    width: 22rem;
    height: 22rem;
    border-radius: 0;
    display: inline-block;
    text-align: right;
    margin-right: 0rem;
  }
  header#header_service .container .rings .ring_up {
    position: absolute;
    height: 14.4rem;
  }
  header#header_service .container .rings .ring_right {
    position: absolute;
    height: 18.2rem;
    margin-left: 1.2rem;
    margin-top: 6.7rem;
  }
  header#header_service .container .rings .ring_left {
    position: absolute;
    height: 19.4rem;
    margin-left: -5.5rem;
    margin-top: 5.5rem;
  }
  header#header_service .container .rings .ring_other {
    margin-left: 6.4rem;
  }
  header#header_service .container .rings .ring_other_1 {
    margin-left: -3.1rem;
  }
  header#header_service .container .rings .font {
    display: none;
  }
  header#header_service .container .explain h1 {
    line-height: 5rem;
    margin-top: 5rem;
    margin-bottom: 6rem;
  }
  header#header_service .container .explain span {
    display: block;
  }
}
@media screen and (max-width: 400px) {
  html {
    font-size: 8px;
  }
  header#header_service .container {
    width: 100%;
    margin: 0rem;
    text-align: right;
  }
  header#header_service .container .rings {
    position: relative;
    width: 17rem;
    height: 17rem;
    border-radius: 0;
    display: inline-block;
    text-align: right;
    margin-right: 0rem;
  }
  header#header_service .container .rings .ring_up {
    position: absolute;
    height: 13rem;
    animation: ringmove_xs 4s 1;
  }
  header#header_service .container .rings .ring_right {
    position: absolute;
    height: 16.4rem;
    margin-left: 0.9rem;
    margin-top: 6.7rem;
    animation: ringmove3_xs 4s 1;
  }
  header#header_service .container .rings .ring_left {
    position: absolute;
    height: 17.5rem;
    margin-left: -5.1rem;
    margin-top: 5.5rem;
    animation: ringmove2_xs 4s 1;
  }
  header#header_service .container .rings .ring_other {
    margin-left: 5.7rem;
    animation: ringmove1_xs 4s 1;
  }
  header#header_service .container .rings .ring_other_1 {
    margin-left: -3rem;
    animation: ringmove1_xs 4s 1;
  }
  header#header_service .container .rings .font {
    display: none;
  }
  header#header_service .container .explain h1 {
    line-height: 4rem;
    margin-top: 5rem;
    margin-bottom: 7.5rem;
  }
  header#header_service .container .explain span {
    display: block;
  }
  header#header_service .container .explain .title {
    font-size: 2rem;
    line-height: 4rem;
  }
  header#header_service .container .explain p {
    font-size: 1.8rem;
    line-height: 3.5rem;
  }
}
@keyframes ringmove_xs {
  0% {
    opacity: 0;
    transform: rotate(90deg) scale(0.2) translateY(20rem) translateX(-9rem);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1) translateY(0rem) translateX(-9rem);
  }
}
@keyframes ringmove1_xs {
  0% {
    opacity: 0;
  }
  86% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ringmove2_xs {
  0% {
    opacity: 0;
    transform: rotate(90deg) scale(0.2) translateY(22rem) translateX(-5.5rem);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1) translateY(0rem) translateX(-5.5rem);
  }
}
@keyframes ringmove3_xs {
  0% {
    opacity: 0;
    transform: rotate(90deg) scale(0.2) translateY(20rem) translateX(-8.5rem);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1) translateY(0rem) translateX(-8.5rem);
  }
}
@media screen and (max-width: 300px) {
  html {
    font-size: 7px;
  }
  header#header_service .container {
    width: 100%;
    margin: 0rem;
    text-align: right;
  }
  header#header_service .container .rings {
    position: relative;
    width: 15rem;
    height: 15rem;
    border-radius: 0;
    display: inline-block;
    text-align: right;
    margin-right: 0rem;
  }
  header#header_service .container .rings .ring_up {
    position: absolute;
    height: 10.4rem;
    animation: ringmove_xxs 4s 1;
  }
  header#header_service .container .rings .ring_right {
    position: absolute;
    height: 13.1rem;
    margin-left: 0.6rem;
    margin-top: 6rem;
    animation: ringmove3_xxs 4s 1;
  }
  header#header_service .container .rings .ring_left {
    position: absolute;
    height: 14rem;
    margin-left: -4.3rem;
    margin-top: 5.2rem;
    animation: ringmove2_xxs 4s 1;
  }
  header#header_service .container .rings .ring_other {
    margin-left: 4.5rem;
    animation: ringmove1_xxs 4s 1;
  }
  header#header_service .container .rings .ring_other_1 {
    margin-left: -2.4rem;
    animation: ringmove1_xxs 4s 1;
  }
  header#header_service .container .rings .font {
    display: none;
  }
  header#header_service .container .explain {
    padding-left: 1.5rem;
  }
  header#header_service .container .explain h1 {
    font-size: 3.2rem;
    line-height: 4rem;
    margin-top: 7rem;
    margin-bottom: 6rem;
  }
  header#header_service .container .explain span {
    display: block;
  }
  header#header_service .container .explain .title {
    font-size: 2.4rem;
    line-height: 4.5rem;
  }
  header#header_service .container .explain p {
    width: 100%;
    font-size: 2rem;
    line-height: 3.5rem;
  }
}
@keyframes ringmove_xxs {
  0% {
    opacity: 0;
    transform: rotate(90deg) scale(0.2) translateY(20rem) translateX(-7rem);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1) translateY(0rem) translateX(-7rem);
  }
}
@keyframes ringmove1_xxs {
  0% {
    opacity: 0;
  }
  86% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ringmove2_xxs {
  0% {
    opacity: 0;
    transform: rotate(90deg) scale(0.2) translateY(22rem) translateX(-4.5rem);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1) translateY(0rem) translateX(-4.5rem);
  }
}
@keyframes ringmove3_xxs {
  0% {
    opacity: 0;
    transform: rotate(90deg) scale(0.2) translateY(20rem) translateX(-6.8rem);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1) translateY(0rem) translateX(-6.8rem);
  }
}
@media screen and (max-width: 1280px) and (hover: none) and (pointer: coarse) {
  header#header_service {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 0rem;
    padding: 0rem;
    margin-top: 6rem;
  }
  header#header_service .container {
    background-color: #FFFFFF;
    max-width: 136.6rem;
    font-size: 0rem;
  }
  header#header_service .container .rings {
    position: relative;
    width: 47%;
    height: 50rem;
    display: inline-block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: nowrap;
    box-sizing: border-box;
  }
  header#header_service .container .rings .ring {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center center;
  }
  header#header_service .container .rings .ring_up {
    position: absolute;
    height: 27rem;
    animation: ringmove 4s 1;
  }
  header#header_service .container .rings .ring_right {
    position: absolute;
    height: 34.2rem;
    margin-left: 1.8rem;
    margin-top: 13.2rem;
    animation: ringmove3 4s 1;
  }
  header#header_service .container .rings .ring_left {
    position: absolute;
    height: 36.4rem;
    margin-left: -10.5rem;
    margin-top: 11rem;
    animation: ringmove2 4s 1;
  }
  header#header_service .container .rings .ring_other {
    margin-left: 11.9rem;
    animation: ringmove1 4s 1;
  }
  header#header_service .container .rings .ring_other_1 {
    margin-left: -6.1rem;
    animation: ringmove1 4s 1;
  }
  header#header_service .container .rings .font {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    animation: ringmove1 3s 1 forwards;
    animation-delay: 1.5s;
  }
  header#header_service .container .rings .font_up {
    height: 18rem;
    margin-top: 7rem;
    margin-left: 10rem;
  }
  header#header_service .container .rings .font_right {
    height: 9rem;
    margin-top: 33rem;
    margin-left: -5rem;
  }
  header#header_service .container .rings .font_left {
    height: 17rem;
    margin-top: 13rem;
    margin-left: -11rem;
  }
  header#header_service .container .explain {
    position: relative;
    width: 53%;
    display: inline-block;
    padding-left: 3rem;
    padding-bottom: 5rem;
    text-align: left;
    flex-wrap: nowrap;
    box-sizing: border-box;
  }
  header#header_service .container .explain h1 {
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: 0.4rem;
    line-height: 4rem;
    margin-top: 10rem;
    margin-bottom: 2rem;
    white-space: nowrap;
    animation: inmove1 2s 1 forwards;
    animation-delay: 1.5s;
    opacity: 0;
  }
  header#header_service .container .explain span {
    display: block;
  }
  header#header_service .container .explain .title {
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.3rem;
    line-height: 5rem;
    vertical-align: middle;
    font-size: 1.8rem;
    margin-bottom: 1rem;
    display: inline-block;
    opacity: 0;
    animation: inmove3 2s 1 forwards;
    animation-delay: 2s;
  }
  header#header_service .container .explain .buttom {
    width: 5rem;
    height: 5rem;
    border-radius: 0;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 1rem;
    text-align: center;
    margin-left: 0.5rem;
    opacity: 0;
    animation: inmove1 2s 1 forwards;
    animation-delay: 2s;
  }
  header#header_service .container .explain .buttom #pic1 {
    stroke: #FFFFFF;
    stroke-width: 0.6rem;
    fill: #000;
    stroke-linecap: round;
    transition-duration: 0.5s;
  }
  header#header_service .container .explain .buttom #pic1 .circle {
    display: block;
  }
  header#header_service .container .explain p {
    width: 90%;
    font-size: 1.5rem;
    line-height: 2.7rem;
    letter-spacing: 0.2rem;
    margin-bottom: 2rem;
    opacity: 0;
    animation: inmove2 3s 1 forwards;
    animation-delay: 3s;
  }
  header#header_service .container .explain .toright {
    padding: 1rem;
    background-image: linear-gradient(135deg, #4CD2FF 0%, #FFBFDB 100%);
    background-repeat: no-repeat;
    background-size: 90% 0.15rem;
    margin-top: 3rem;
    opacity: 0;
    animation: inmove1 2s 1 forwards;
    animation-delay: 2s;
  }
}
@media screen and (max-width: 1200px) and (hover: none) and (pointer: coarse) {
  header#header_service .container .rings {
    height: 53rem;
  }
  header#header_service .container .explain h1 {
    letter-spacing: 0.2rem;
  }
  header#header_service .container .explain .buttom #pic1 {
    stroke: #FFFFFF;
    stroke-width: 0.6rem;
    fill: #000;
    stroke-linecap: round;
    transition-duration: 0.5s;
  }
  header#header_service .container .explain .buttom #pic1 .circle {
    display: block;
  }
  header#header_service .container .explain p {
    width: 95%;
  }
  header#header_service .container .explain .toright {
    background-size: 97% 0.15rem;
  }
}
@media screen and (max-width: 1024px) and (hover: none) and (pointer: coarse) {
  header#header_service .container {
    width: 100%;
  }
  header#header_service .container .rings {
    width: 48%;
    height: 50rem;
  }
  header#header_service .container .rings .ring_up {
    height: 24.3rem;
    animation: ringmove_lg 4s 1;
  }
  header#header_service .container .rings .ring_right {
    height: 30.8rem;
    margin-left: 1.7rem;
    margin-top: 11.5rem;
    animation: ringmove3_lg 4s 1;
  }
  header#header_service .container .rings .ring_left {
    height: 32.3rem;
    margin-left: -9.5rem;
    margin-top: 10rem;
    animation: ringmove2_lg 4s 1;
  }
  header#header_service .container .rings .ring_other {
    margin-left: 10.5rem;
    animation: ringmove1_lg 4s 1;
  }
  header#header_service .container .rings .ring_other_1 {
    margin-left: -5.5rem;
    animation: ringmove1_lg 4s 1;
  }
  header#header_service .container .rings .font_up {
    height: 16.2rem;
    margin-top: 6rem;
    margin-left: 8rem;
  }
  header#header_service .container .rings .font_right {
    height: 8.1rem;
    margin-top: 30rem;
    margin-left: -5rem;
  }
  header#header_service .container .rings .font_left {
    height: 15.3rem;
    margin-top: 13rem;
    margin-left: -11rem;
  }
  header#header_service .container .explain {
    width: 52%;
  }
  header#header_service .container .explain .buttom #pic1 {
    stroke: #FFFFFF;
    stroke-width: 0.6rem;
    fill: #000;
    stroke-linecap: round;
    transition-duration: 0.5s;
  }
  header#header_service .container .explain .buttom #pic1 .circle {
    display: block;
  }
  header#header_service .container .explain p {
    width: 95%;
  }
  header#header_service .container .explain .toright {
    background-image: linear-gradient(135deg, #4CD2FF 0%, #FFBFDB 100%);
    background-repeat: no-repeat;
    background-size: 95% 0.15rem;
  }
}
@media screen and (max-width: 780px) and (hover: none) and (pointer: coarse) {
  html {
    font-size: 9.5px;
  }
  header#header_service .container {
    width: 100%;
    margin: 0rem;
    text-align: right;
  }
  header#header_service .container .rings {
    position: relative;
    width: 22rem;
    height: 22rem;
    border-radius: 0;
    display: inline-block;
    text-align: right;
    margin-right: 3rem;
  }
  header#header_service .container .rings .ring_up {
    position: absolute;
    height: 14.4rem;
    animation: ringmove_md 4s 1;
  }
  header#header_service .container .rings .ring_right {
    position: absolute;
    height: 18.2rem;
    margin-left: 1.1rem;
    margin-top: 6.7rem;
    animation: ringmove3_md 4s 1;
  }
  header#header_service .container .rings .ring_left {
    position: absolute;
    height: 19.4rem;
    margin-left: -5.5rem;
    margin-top: 5.5rem;
    animation: ringmove2_md 4s 1;
  }
  header#header_service .container .rings .ring_other {
    margin-left: 6.4rem;
    animation: ringmove1_md 4s 1;
  }
  header#header_service .container .rings .ring_other_1 {
    margin-left: -3.2rem;
    animation: ringmove1_md 4s 1;
  }
  header#header_service .container .rings .font {
    display: none;
  }
  header#header_service .container .explain {
    position: relative;
    width: 100%;
    display: inline-block;
    padding-left: 2rem;
    padding-bottom: 5rem;
    text-align: left;
    margin-top: -20rem;
    margin-left: -5rem;
  }
  header#header_service .container .explain h1 {
    line-height: 5rem;
    margin-top: 5rem;
    margin-bottom: 4rem;
  }
  header#header_service .container .explain span {
    display: block;
  }
  header#header_service .container .explain .buttom #pic1 {
    stroke: #FFFFFF;
    stroke-width: 0.6rem;
    fill: #000;
    stroke-linecap: round;
    transition-duration: 0.5s;
  }
  header#header_service .container .explain .buttom #pic1 .circle {
    display: block;
  }
  header#header_service .container .explain p {
    width: 95%;
  }
  header#header_service .container .explain .toright {
    background-image: linear-gradient(135deg, #4CD2FF 0%, #FFBFDB 100%);
    background-repeat: no-repeat;
    background-size: 95% 0.15rem;
  }
}
@media screen and (max-width: 600px) and (hover: none) and (pointer: coarse) {
  html {
    font-size: 9px;
  }
  header#header_service .container {
    width: 100%;
    margin: 0rem;
    text-align: right;
  }
  header#header_service .container .rings {
    position: relative;
    width: 22rem;
    height: 22rem;
    border-radius: 0;
    display: inline-block;
    text-align: right;
    margin-right: 0rem;
  }
  header#header_service .container .rings .ring_up {
    position: absolute;
    height: 14.4rem;
  }
  header#header_service .container .rings .ring_right {
    position: absolute;
    height: 18.2rem;
    margin-left: 1.2rem;
    margin-top: 6.7rem;
  }
  header#header_service .container .rings .ring_left {
    position: absolute;
    height: 19.4rem;
    margin-left: -5.5rem;
    margin-top: 5.5rem;
  }
  header#header_service .container .rings .ring_other {
    margin-left: 6.4rem;
  }
  header#header_service .container .rings .ring_other_1 {
    margin-left: -3.1rem;
  }
  header#header_service .container .rings .font {
    display: none;
  }
  header#header_service .container .explain h1 {
    line-height: 5rem;
    margin-top: 5rem;
    margin-bottom: 6rem;
  }
  header#header_service .container .explain span {
    display: block;
  }
  header#header_service .container .explain .buttom #pic1 {
    stroke: #FFFFFF;
    stroke-width: 0.6rem;
    fill: #000;
    stroke-linecap: round;
    transition-duration: 0.5s;
  }
  header#header_service .container .explain .buttom #pic1 .circle {
    display: block;
  }
}
@media screen and (max-width: 400px) and (hover: none) and (pointer: coarse) {
  html {
    font-size: 8px;
  }
  header#header_service .container {
    width: 100%;
    margin: 0rem;
    text-align: right;
  }
  header#header_service .container .rings {
    position: relative;
    width: 17rem;
    height: 17rem;
    border-radius: 0;
    display: inline-block;
    text-align: right;
    margin-right: 0rem;
  }
  header#header_service .container .rings .ring_up {
    position: absolute;
    height: 13rem;
    animation: ringmove_xs 4s 1;
  }
  header#header_service .container .rings .ring_right {
    position: absolute;
    height: 16.4rem;
    margin-left: 0.9rem;
    margin-top: 6.7rem;
    animation: ringmove3_xs 4s 1;
  }
  header#header_service .container .rings .ring_left {
    position: absolute;
    height: 17.5rem;
    margin-left: -5.1rem;
    margin-top: 5.5rem;
    animation: ringmove2_xs 4s 1;
  }
  header#header_service .container .rings .ring_other {
    margin-left: 5.7rem;
    animation: ringmove1_xs 4s 1;
  }
  header#header_service .container .rings .ring_other_1 {
    margin-left: -3rem;
    animation: ringmove1_xs 4s 1;
  }
  header#header_service .container .rings .font {
    display: none;
  }
  header#header_service .container .explain h1 {
    line-height: 4rem;
    margin-top: 5rem;
    margin-bottom: 7.5rem;
  }
  header#header_service .container .explain .tit_big, header#header_service .container .explain .tit_smail {
    display: none;
  }
  header#header_service .container .explain .tit_smail_1 {
    display: block;
  }
  header#header_service .container .explain .title {
    font-size: 2rem;
    line-height: 4rem;
  }
  header#header_service .container .explain .buttom #pic1 {
    stroke: #FFFFFF;
    stroke-width: 0.6rem;
    fill: #000;
    stroke-linecap: round;
    transition-duration: 0.5s;
  }
  header#header_service .container .explain .buttom #pic1 .circle {
    display: block;
  }
  header#header_service .container .explain p {
    font-size: 1.8rem;
    line-height: 3rem;
    font-weight: 300;
  }
}
@media screen and (max-width: 300px) and (hover: none) and (pointer: coarse) {
  html {
    font-size: 7px;
  }
  header#header_service .container {
    width: 100%;
    margin: 0rem;
    text-align: right;
  }
  header#header_service .container .rings {
    position: relative;
    width: 15rem;
    height: 15rem;
    border-radius: 0;
    display: inline-block;
    text-align: right;
    margin-right: 0rem;
  }
  header#header_service .container .rings .ring_up {
    position: absolute;
    height: 10.4rem;
    animation: ringmove_xxs 4s 1;
  }
  header#header_service .container .rings .ring_right {
    position: absolute;
    height: 13.1rem;
    margin-left: 0.6rem;
    margin-top: 6rem;
    animation: ringmove3_xxs 4s 1;
  }
  header#header_service .container .rings .ring_left {
    position: absolute;
    height: 14rem;
    margin-left: -4.3rem;
    margin-top: 5.2rem;
    animation: ringmove2_xxs 4s 1;
  }
  header#header_service .container .rings .ring_other {
    margin-left: 4.5rem;
    animation: ringmove1_xxs 4s 1;
  }
  header#header_service .container .rings .ring_other_1 {
    margin-left: -2.4rem;
    animation: ringmove1_xxs 4s 1;
  }
  header#header_service .container .rings .font {
    display: none;
  }
  header#header_service .container .explain {
    padding-left: 1.5rem;
  }
  header#header_service .container .explain h1 {
    font-size: 3.2rem;
    line-height: 4rem;
    margin-top: 7rem;
    margin-bottom: 6rem;
  }
  header#header_service .container .explain .tit_big, header#header_service .container .explain .tit_smail {
    display: none;
  }
  header#header_service .container .explain .tit_smail_1 {
    display: block;
  }
  header#header_service .container .explain .title {
    font-size: 2.4rem;
    line-height: 4.5rem;
  }
  header#header_service .container .explain .buttom #pic1 {
    stroke: #FFFFFF;
    stroke-width: 0.6rem;
    fill: #000;
    stroke-linecap: round;
    transition-duration: 0.5s;
  }
  header#header_service .container .explain .buttom #pic1 .circle {
    display: block;
  }
  header#header_service .container .explain p {
    width: 100%;
    font-size: 2rem;
    line-height: 3.5rem;
  }
}
section {
  position: relative;
  display: flex;
  justify-content: center;
}
/*検討*/
section .pages {
  padding: 0rem;
}
section#section_shape {
  position: relative;
  display: flex;
  justify-content: center;
  height: 44rem;
  background-image: url(../images/service_09.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
section#section_shape .container {
  max-width: 136.6rem;
  margin: 0rem;
  margin-bottom: 0rem;
}
section#section_shape .container .shape {
  display: none;
}
@media screen and (max-width: 1200px) {
  section#section_shape {
    height: 44rem;
    background-size: auto 95%;
    background-repeat: no-repeat;
    background-position: bottom center;
  }
  section#section_shape .container {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  sectio#section_shape {
    height: 44rem;
    background-size: auto 95%;
    background-repeat: no-repeat;
    background-position: bottom center;
  }
  sectio#section_shape .container {
    width: 100%;
  }
}
@media screen and (max-width: 780px) {
  html {
    font-size: 9.5px;
  }
  section#section_shape {
    position: relative;
    display: flex;
    justify-content: center;
    background-image: none;
  }
  section#section_shape .container {
    width: 100%;
    max-width: 136.6rem;
    margin: 0rem;
  }
  section#section_shape .container .shape {
    position: relative;
    display: block;
    width: 93%;
    height: 37rem;
    border-radius: 4rem;
    background-image: url(../images/service_md.jpg);
    background-size: auto 100%;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: bottom center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0rem;
  }
}
@media screen and (max-width: 600px) {
  html {
    font-size: 9px;
  }
  section#section_shape {
    position: relative;
    display: flex;
    justify-content: center;
    background-image: none;
    height: 30rem;
  }
  section#section_shape .container {
    width: 100%;
    max-width: 136.6rem;
    margin: 0rem;
  }
  section#section_shape .container .shape {
    position: relative;
    display: block;
    width: 93%;
    height: 30rem;
    border-radius: 3rem;
    background-image: url(../images/service_sm.jpg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0rem;
  }
}
/*-------------------共通------------------*/
h1.section_title {
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  line-height: 3rem;
}
h5.second_title {
  display: inline-block;
  font-size: 1.5rem;
  color: #333;
  line-height: 3rem;
  margin: 0;
  letter-spacing: 0.1rem;
}
.division1 {
  width: 100%;
  height: 3rem;
  border-radius: 0;
  border-top: solid 1px rgba(0, 0, 0, 0.3);
  margin-top: 1rem;
}
/*-------------------共通 end------------------*/
/*-------------------準共通 ------------------*/
.check_all .stile .strike1 {
  /*display: none;*/
}
.check_all .stile::before {
  position: absolute;
  content: "";
  bottom: 0;
  border: solid 0.1rem #000;
  right: 6px;
  transform: rotate(45deg);
  height: 160%;
  border-radius: 50px;
}
.check_all .stile::after {
  position: absolute;
  content: "";
  height: 20px;
  border: solid 1px;
  bottom: 0;
  left: 22%;
  top: 20%;
  border-radius: 50px;
}
@media screen and (max-width: 600px) {
  .phone_all .strike::before {
    bottom: 4px;
    right: -19px;
    height: 98%;
    position: absolute;
    content: "";
    border: solid 0.15rem #000;
    transform: rotate(45deg);
    border-radius: 50px;
  }
  .phone_all .strike::after {
    position: absolute;
    content: "";
    height: 12px;
    border: solid 1px;
    bottom: 0;
    left: 5px;
    top: 39%;
    border-radius: 50px;
  }
}
@media screen and (max-width: 400px) {
  .phone_all .strike::before {
    position: absolute;
    content: "";
    bottom: 0;
    border: solid 0.15rem #000;
    right: -18px;
    transform: rotate(45deg);
    height: 110%;
    border-radius: 50px;
  }
  .phone_all .strike::after {
    position: absolute;
    content: "";
    height: 14px;
    border: solid 1px;
    bottom: 0;
    left: 4px;
    top: 42%;
    border-radius: 50px;
  }
}
/*-------------------準共通 end　------------------*/
section#section_plm {
  position: relative;
  display: flex;
  justify-content: center;
}
section#section_plm .container {
  position: relative;
  max-width: 136.6rem;
  margin: 0 6%;
  padding: 0rem;
  z-index: 990;
}
section#section_plm .container .support {
  color: #000;
  font-size: 2.4rem;
  text-align: center;
  margin-top: 10rem;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  opacity: 1;
}
section#section_plm .container .plm_left {
  position: relative;
  display: inline-block;
  height: 70rem;
  width: 50%;
  text-align: left;
  box-sizing: border-box;
  flex-wrap: nowrap;
  vertical-align: top;
}
section#section_plm .container .plm_left .plm_cont {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}
section#section_plm .container .plm_left .plm_cont p {
  width: 100%;
  font-size: 1.5rem;
  line-height: 3rem;
  letter-spacing: 0.2rem;
}
section#section_plm .container .plm_left .plm_cont ul {
  margin-top: 3rem;
}
section#section_plm .container .plm_left .plm_cont ul li {
  font-size: 1.3rem;
  line-height: 3rem;
  font-weight: 400;
  list-style: none;
  margin-left: -3rem;
}
section#section_plm .container .plm_right {
  position: absolute;
  display: inline-block;
  width: 50%;
  height: 70rem;
  box-sizing: border-box;
  vertical-align: top;
}
section#section_plm .container .plm_right .logo {
  width: 90%;
  position: absolute;
  left: 60%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-left: -5rem;
}
section#section_plm .container .plm_right .logo .all {
  text-align: center;
}
section#section_plm .container .plm_right .logo .all .nx, section#section_plm .container .plm_right .logo .all .team, section#section_plm .container .plm_right .logo .all .mx, section#section_plm .container .plm_right .logo .all .en, section#section_plm .container .plm_right .logo .all .ca, section#section_plm .container .plm_right .logo .all .siem {
  width: 20rem;
  height: 6rem;
  border-radius: 0;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  vertical-align: middle;
}
section#section_plm .container .plm_right .logo .all .nx {
  background-image: url(../images/siemens_nx.png);
}
section#section_plm .container .plm_right .logo .all .team {
  background-image: url(../images/teamcenter.png);
  background-size: auto 60%;
}
section#section_plm .container .plm_right .logo .all .mx {
  height: 6rem;
  border-radius: 0;
  background-image: url(../images/mendix.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
}
section#section_plm .container .plm_right .logo .all .en {
  background-image: url(../images/enovia.png);
  background-size: auto 85%;
}
section#section_plm .container .plm_right .logo .all .ca {
  background-image: url(../images/catia.png);
  background-size: auto 85%;
}
section#section_plm .container .plm_right .logo .all .exper {
  width: 20rem;
  height: 10rem;
  border-radius: 0;
  background-image: url(../images/3dexperience.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  vertical-align: middle;
}
section#section_plm .container .plm_right .logo .all .siem {
  background-image: url(../images/siemens.png);
  background-size: auto 70%;
}
section#section_plm .container .button_plm_all {
  vertical-align: top;
  text-align: center;
  margin-top: 55rem;
}
section#section_plm .container .button_plm_all .button_plm {
  width: 40rem;
  height: 5rem;
  border-radius: 0;
  background-color: #000;
  text-align: center;
  font-size: 1.5rem;
  line-height: 5rem;
  cursor: pointer;
  color: #FFFFFF;
  vertical-align: top;
  display: inline-block;
}
section#section_plm .container .button_plm_all .ret {
  width: 5rem;
  height: 5rem;
  border-radius: 0;
  display: inline-block;
  text-align: center;
  margin-left: 0.5rem;
}
section#section_plm .container .button_plm_all .ret #pic2 {
  stroke: #000;
  stroke-width: 0.6rem;
  stroke-linecap: round;
}
section#section_plm .container .button_plm_all .ret #pic2 .circle {
  stroke: #000;
}
section#section_plm .container .button_plm_all .ret #pic2 .tick {
  stroke: #FFFFFF;
}
section#section_plm .popup_plm_plm {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
}
section#section_plm .popup_plm_plm .popup_container_plm {
  position: fixed;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  top: 0%;
  padding: 5rem;
  z-index: 999;
  animation: inout_plm 1s;
  overflow-y: scroll;
}
section#section_plm .popup_plm_plm ::-webkit-scrollbar {
  display: none;
}
section#section_plm .popup_plm_plm .popup_plm {
  width: 75%;
  background-color: #FFFFFF;
  border-radius: 5rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7%;
}
section#section_plm .popup_plm_plm .popup_plm .tit_1 {
  position: relative;
  width: 50%;
  height: 25rem;
  border-radius: 0;
  background: linear-gradient(90deg, #c2d7db 10%, #00aee8 80%);
  margin-left: auto;
  margin-right: auto;
}
section#section_plm .popup_plm_plm .popup_plm .tit_1 .tit_2 {
  width: 10rem;
  height: 25rem;
  border-radius: 0;
  background: linear-gradient(180deg, #c2d7db 23%, #00aee8 80%);
  margin-left: auto;
}
section#section_plm .popup_plm_plm .popup_plm .tit_1 .tit_3 {
  position: absolute;
  width: 10rem;
  height: 10rem;
  border-radius: 0;
  background: linear-gradient(0deg, #c2d7db 5%, #00aee8 80%);
  transform: translateX(-10rem);
  bottom: 0rem;
}
section#section_plm .popup_plm_plm .popup_plm h1 {
  font-family: source-sans-pro, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 0.4rem;
  margin-top: 7rem;
  text-align: center;
}
section#section_plm .popup_plm_plm .popup_plm h2 {
  font-family: source-sans-pro, sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-align: center;
  margin-bottom: 7rem;
}
section#section_plm .popup_plm_plm .popup_plm .table_all_phone {
  display: none;
}
section#section_plm .popup_plm_plm .popup_plm .table_all_web {
  display: block;
}
section#section_plm .popup_plm_plm .popup_plm .table_all_web table {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  border-collapse: collapse;
  vertical-align: top;
  margin-bottom: 8rem;
}
section#section_plm .popup_plm_plm .popup_plm .table_all_web table th, section#section_plm .popup_plm_plm .popup_plm .table_all_web table td {
  border: solid 0.1rem #000;
  padding: 0.4rem;
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
  line-height: 3rem;
  font-weight: 700;
  vertical-align: top;
  border: none;
}
section#section_plm .popup_plm_plm .popup_plm .table_all_web table th {
  width: 15rem;
  padding-right: 3rem;
  padding-left: 3rem;
  white-space: nowrap;
}
section#section_plm .popup_plm_plm .popup_plm .table_all_web table td {
  text-align: left;
  padding-left: 0rem;
}
section#section_plm .popup_plm_plm .popup_plm .table_all_web table td:before {
  content: "：";
  font-size: 1.5rem;
  margin-left: 1rem;
}
section#section_plm .popup_plm_plm .popup_plm .table_all_web table td .icon_one {
  width: 8rem;
  height: 8rem;
  border-radius: 0;
  position: absolute;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 7rem;
}
section#section_plm .popup_plm_plm .popup_plm .table_all_web table .car:before {
  display: none;
}
section#section_plm .popup_plm_plm .popup_plm .table_all_web table .car .icon_three {
  width: auto;
  height: 25rem;
  border-radius: 0;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 2rem;
}
section#section_plm .popup_plm_plm .popup_plm .table_all_web table ul {
  font-size: 1.5rem;
  line-height: 3rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  text-align: left;
  list-style: none;
  margin-left: -0.3rem;
  margin-bottom: 0.4rem;
}
section#section_plm .popup_plm_plm .popup_plm .qualification {
  position: relative;
  width: 50%;
  height: auto;
  border-radius: 3rem;
  margin-left: auto;
  margin-right: auto;
  border: solid 0.4rem #000;
  text-align: center;
  margin-top: 10rem;
  padding-bottom: 5rem;
}
section#section_plm .popup_plm_plm .popup_plm .qualification .icon_quali {
  position: absolute;
  width: 10rem;
  height: auto;
  border-radius: 0;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
  left: -3rem;
  top: -3rem;
}
section#section_plm .popup_plm_plm .popup_plm .qualification h3 {
  font-size: 2rem;
  font-weight: 800;
  line-height: 3rem;
  letter-spacing: 0.1rem;
  text-align: center;
  margin-top: 5rem;
}
section#section_plm .popup_plm_plm .popup_plm .qualification h4 {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 3rem;
  letter-spacing: 0.1rem;
  text-align: center;
}
section#section_plm .popup_plm_plm .popup_plm .qualification table {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  border-collapse: collapse;
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
  line-height: 2.5rem;
  font-weight: 700;
  vertical-align: bottom;
  margin-bottom: 2rem;
}
section#section_plm .popup_plm_plm .popup_plm .qualification table th, section#section_plm .popup_plm_plm .popup_plm .qualification table td {
  border: solid 0.1rem #000;
  padding: 0.4rem;
  vertical-align: bottom;
  border: none;
}
section#section_plm .popup_plm_plm .popup_plm .qualification table th {
  width: 80%;
  padding-right: 0rem;
  padding-left: 1rem;
  font-weight: normal;
  font-weight: 700;
  white-space: normal;
}
section#section_plm .popup_plm_plm .popup_plm .qualification table td {
  text-align: left;
  padding-left: 0rem;
  padding-right: 0rem;
}
section#section_plm .popup_plm_plm .popup_plm .qualification table td:before {
  content: "：";
  font-size: 1.5rem;
  margin-left: 1rem;
}
section#section_plm .popup_plm_plm .popup_plm .btn {
  width: 21rem;
  height: 5.5rem;
  border-radius: 3rem;
  background-color: #000;
  font-size: 1.8rem;
  line-height: 4rem;
  letter-spacing: 0.1rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7rem;
  margin-bottom: 5rem;
  cursor: pointer;
}
section#section_plm .popup_plm_plm .popup_plm a.plm {
  color: #FFFFFF;
  text-decoration: none;
}
section#section_plm .popup_plm_plm .popup_plm h5 {
  font-size: 1.3rem;
  line-height: 3rem;
  letter-spacing: 0.1rem;
  margin-left: auto;
  margin-right: auto;
}
section#section_plm .popup_plm_plm .popup_plm .tit_4 {
  position: relative;
  width: 50%;
  height: 25rem;
  border-radius: 0;
  background: linear-gradient(90deg, #c2d7db 10%, #00aee8 80%);
  margin-left: auto;
  margin-right: auto;
}
section#section_plm .popup_plm_plm .popup_plm .tit_4 .tit_5 {
  position: absolute;
  width: 25rem;
  height: 10rem;
  border-radius: 0;
  background: linear-gradient(90deg, #c2d7db 10%, #00aee8 80%);
  top: 0rem;
  right: 0rem;
}
section#section_plm .popup_plm_plm .popup_plm .tit_4 .tit_6 {
  position: absolute;
  width: 10rem;
  height: 10rem;
  border-radius: 0;
  background: linear-gradient(180deg, #c2d7db 10%, #00aee8 80%);
  bottom: 0rem;
}
section#section_plm .popup_plm_plm .popup_plm .popup_top_plm {
  position: fixed;
  bottom: 12%;
  right: calc(15% + 2rem);
  width: 7rem;
  height: 7rem;
  border-radius: 0;
  cursor: pointer;
  transition-duration: 0.2s;
}
section#section_plm .popup_plm_plm .popup_plm .popup_top_plm #pic_plm_top {
  fill: #000;
  stroke-width: 0.4rem;
  stroke-linecap: round;
}
section#section_plm .popup_plm_plm .popup_plm .popup_top_plm #pic_plm_top .tick_plm_top {
  stroke: #FFFFFF;
}
section#section_plm .popup_plm_plm .popup_plm .popup_top_plm .popup_close_plm {
  position: absolute;
  width: 7rem;
  height: 7rem;
  border-radius: 0;
  cursor: pointer;
  transition-duration: 0.2s;
}
section#section_plm .popup_plm_plm .popup_plm .popup_top_plm .popup_close_plm #pic_plm {
  fill: #000;
  stroke-width: 0.4rem;
  stroke-linecap: round;
}
section#section_plm .popup_plm_plm .popup_plm .popup_top_plm .popup_close_plm #pic_plm .tick_plm, section#section_plm .popup_plm_plm .popup_plm .popup_top_plm .popup_close_plm #pic_plm .tick_plm_1 {
  stroke: #FFFFFF;
}
section#section_plm .popup_plm_plm .popup_container_plm.popup_hide_plm {
  display: none;
}
section#section_plm .popup_plm_plm .button_plm.popup_hide_plm {
  display: none;
}
@keyframes inout_plm {
  0% {
    opacity: 0;
    transform: translateY(0rem) translateX(0rem) scale(1);
  }
  50% {
    opacity: 1;
    transform: translateY(0rem) translateX(0rem) scale(1.1);
  }
  100% {
    opacity: 1;
    transform: translateY(0rem) translateX(0rem) scale(1);
  }
}
@media screen and (max-width: 1200px) {
  section#section_plm .container {
    width: 100%;
  }
  section#section_plm .container .plm_left .plm_cont {
    width: 85%;
  }
  section#section_plm .container .plm_left .plm_cont ul .spci {
    white-space: nowrap;
  }
  section#section_plm .container .plm_right .logo {
    margin-left: -3rem;
  }
  section#section_plm .container .button_plm_all {
    margin-top: 55rem;
  }
  section#section_plm .container .button_plm_all .button_plm {
    width: 38rem;
    height: 5rem;
    border-radius: 0;
  }
  section#section_plm .popup_plm_plm .popup_plm {
    width: 85%;
  }
  section#section_plm .popup_plm_plm .popup_plm .tit_1 {
    width: 55%;
    height: 23rem;
    border-radius: 0;
  }
  section#section_plm .popup_plm_plm .popup_plm .tit_1 .tit_2 {
    width: 10rem;
    height: 23rem;
    border-radius: 0;
  }
  section#section_plm .popup_plm_plm .popup_plm .table_all_phone {
    display: none;
  }
  section#section_plm .popup_plm_plm .popup_plm .table_all_web {
    display: block;
  }
  section#section_plm .popup_plm_plm .popup_plm .table_all_web table {
    width: 65%;
  }
  section#section_plm .popup_plm_plm .popup_plm .qualification {
    width: 55%;
    height: auto;
    border-radius: 3rem;
  }
  section#section_plm .popup_plm_plm .popup_plm .qualification .icon_quali {
    position: absolute;
    width: 10rem;
    height: auto;
    border-radius: 0;
    left: -3rem;
    top: -3rem;
  }
  section#section_plm .popup_plm_plm .popup_plm .qualification table {
    width: 80%;
  }
  section#section_plm .popup_plm_plm .popup_plm .qualification table th, section#section_plm .popup_plm_plm .popup_plm .qualification table td {
    border: none;
  }
  section#section_plm .popup_plm_plm .popup_plm .qualification table th {
    width: 80%;
    padding-right: 0rem;
    padding-left: 1rem;
  }
  section#section_plm .popup_plm_plm .popup_plm .qualification table td {
    text-align: left;
    padding-left: 0rem;
    padding-right: 0rem;
  }
  section#section_plm .popup_plm_plm .popup_plm .qualification table td:before {
    content: "：";
    font-size: 1.5rem;
    margin-left: 1rem;
  }
  section#section_plm .popup_plm_plm .popup_plm .tit_4 {
    width: 55%;
    height: 23rem;
    border-radius: 0;
  }
  section#section_plm .popup_plm_plm .popup_plm .tit_4 .tit_5 {
    width: 23rem;
    height: 10rem;
    border-radius: 0;
  }
  section#section_plm .popup_plm_plm .popup_plm .tit_4 .tit_6 {
    width: 10rem;
    height: 10rem;
    border-radius: 0;
  }
  section#section_plm .popup_plm_plm .popup_plm .popup_top_plm {
    right: calc(11% + 2rem);
  }
}
@media screen and (max-width: 1024px) {
  section#section_plm .container {
    position: relative;
    width: 100%;
  }
  section#section_plm .container .plm_left .plm_cont ul .spci {
    white-space: normal;
  }
  section#section_plm .container .plm_right {
    position: absolute;
    display: inline-block;
    width: 50%;
    height: 70rem;
    box-sizing: border-box;
    vertical-align: top;
  }
  section#section_plm .container .plm_right .logo {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  section#section_plm .container .plm_right .logo .all {
    text-align: center;
    margin-left: 1rem;
  }
  section#section_plm .container .plm_right .logo .all .nx, section#section_plm .container .plm_right .logo .all .team, section#section_plm .container .plm_right .logo .all .mx, section#section_plm .container .plm_right .logo .all .en, section#section_plm .container .plm_right .logo .all .ca, section#section_plm .container .plm_right .logo .all .siem {
    width: 17rem;
    height: 7rem;
    border-radius: 0;
    background-size: auto 90%;
    display: inline-block;
    vertical-align: middle;
  }
  section#section_plm .container .plm_right .logo .all .team {
    background-size: auto 45%;
  }
  section#section_plm .container .plm_right .logo .all .mx {
    width: 17rem;
    height: 7rem;
    border-radius: 0;
    background-size: auto 86%;
    margin-bottom: 0rem;
    display: inline-block;
  }
  section#section_plm .container .plm_right .logo .all .en {
    background-size: auto 65%;
  }
  section#section_plm .container .plm_right .logo .all .ca {
    background-size: auto 65%;
  }
  section#section_plm .container .plm_right .logo .all .exper {
    width: 15rem;
    height: 10rem;
    border-radius: 0;
    background-size: auto 90%;
    display: inline-block;
    vertical-align: middle;
  }
  section#section_plm .container .plm_right .logo .all .siem {
    background-size: auto 55%;
  }
  section#section_plm .container .button_plm_all {
    vertical-align: top;
    text-align: center;
    margin-top: 55rem;
  }
  section#section_plm .container .button_plm_all .button_plm {
    width: 83%;
    height: 5rem;
    border-radius: 0;
  }
  section#section_plm .popup_plm_plm .popup_plm {
    width: 95%;
  }
  section#section_plm .popup_plm_plm .popup_plm .tit_1 {
    width: 60%;
    height: 22rem;
    border-radius: 0;
  }
  section#section_plm .popup_plm_plm .popup_plm .tit_1 .tit_2 {
    width: 9rem;
    height: 22rem;
    border-radius: 0;
  }
  section#section_plm .popup_plm_plm .popup_plm .tit_1 .tit_3 {
    width: 9rem;
    height: 9rem;
    border-radius: 0;
    transform: translateX(-9rem);
  }
  section#section_plm .popup_plm_plm .popup_plm .table_all_phone {
    display: none;
  }
  section#section_plm .popup_plm_plm .popup_plm .table_all_web {
    display: block;
  }
  section#section_plm .popup_plm_plm .popup_plm .table_all_web table {
    width: 70%;
  }
  section#section_plm .popup_plm_plm .popup_plm .table_all_web table th, section#section_plm .popup_plm_plm .popup_plm .table_all_web table td {
    border: none;
  }
  section#section_plm .popup_plm_plm .popup_plm .table_all_web table th {
    width: 10rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  section#section_plm .popup_plm_plm .popup_plm .table_all_web table td {
    text-align: left;
    padding-left: 0rem;
  }
  section#section_plm .popup_plm_plm .popup_plm .table_all_web table td:before {
    content: "：";
    font-size: 1.5rem;
    margin-left: 1rem;
  }
  section#section_plm .popup_plm_plm .popup_plm .table_all_web table td .icon_one {
    width: 7rem;
    height: 7rem;
    border-radius: 0;
    margin-left: 3rem;
  }
  section#section_plm .popup_plm_plm .popup_plm .table_all_web table .car:before {
    display: none;
  }
  section#section_plm .popup_plm_plm .popup_plm .table_all_web table .car .icon_three {
    width: auto;
    height: 20rem;
    border-radius: 0;
    margin-left: 2rem;
  }
  section#section_plm .popup_plm_plm .popup_plm .qualification {
    width: 65%;
    height: auto;
    border-radius: 3rem;
  }
  section#section_plm .popup_plm_plm .popup_plm .qualification .icon_quali {
    width: 9rem;
    height: auto;
    border-radius: 0;
    left: -2rem;
    top: -2rem;
  }
  section#section_plm .popup_plm_plm .popup_plm .qualification table {
    width: 85%;
  }
  section#section_plm .popup_plm_plm .popup_plm .qualification table th {
    width: 80%;
    padding-right: 0rem;
    padding-left: 1rem;
  }
  section#section_plm .popup_plm_plm .popup_plm .qualification table td {
    text-align: left;
    padding-left: 0rem;
    padding-right: 0rem;
  }
  section#section_plm .popup_plm_plm .popup_plm .qualification table td:before {
    content: "：";
    font-size: 1.5rem;
    margin-left: 0.5rem;
  }
  section#section_plm .popup_plm_plm .popup_plm .tit_4 {
    width: 60%;
    height: 22rem;
    border-radius: 0;
  }
  section#section_plm .popup_plm_plm .popup_plm .tit_4 .tit_5 {
    width: 22rem;
    height: 9rem;
    border-radius: 0;
  }
  section#section_plm .popup_plm_plm .popup_plm .tit_4 .tit_6 {
    width: 9rem;
    height: 9rem;
    border-radius: 0;
  }
  section#section_plm .popup_plm_plm .popup_plm .popup_top_plm {
    right: calc(9% + 2rem);
  }
}
@media screen and (max-width: 780px) {
  html {
    font-size: 9.5px;
  }
  section#section_plm .container {
    width: 100%;
  }
  section#section_plm .container .plm_left {
    position: relative;
    display: block;
    height: 50rem;
    width: 100%;
  }
  section#section_plm .container .plm_left .plm_cont {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
  }
  section#section_plm .container .plm_left .plm_cont h1 {
    display: inline-block;
    padding-left: 1rem;
  }
  section#section_plm .container .plm_left .plm_cont h5 {
    padding-left: 1rem;
  }
  section#section_plm .container .plm_left .plm_cont p {
    width: 100%;
    font-size: 1.5rem;
    line-height: 3rem;
    letter-spacing: 0.2rem;
    padding-left: 1rem;
    padding-right: 0.5rem;
  }
  section#section_plm .container .plm_left .plm_cont ul {
    margin-top: 3rem;
  }
  section#section_plm .container .plm_left .plm_cont ul li {
    font-size: 1.3rem;
    line-height: 3rem;
    font-weight: 400;
    list-style: none;
    margin-left: -3rem;
  }
  section#section_plm .container .plm_right {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 43rem;
  }
  section#section_plm .container .plm_right .logo {
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0%;
    margin-left: 0rem;
  }
  section#section_plm .container .plm_right .logo .all {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  section#section_plm .container .plm_right .logo .all .nx, section#section_plm .container .plm_right .logo .all .team, section#section_plm .container .plm_right .logo .all .mx, section#section_plm .container .plm_right .logo .all .en, section#section_plm .container .plm_right .logo .all .ca, section#section_plm .container .plm_right .logo .all .siem {
    width: 17.4rem;
    height: 8rem;
    border-radius: 0;
    background-size: auto 90%;
    display: inline-block;
    vertical-align: middle;
  }
  section#section_plm .container .plm_right .logo .all .team {
    background-size: auto 42%;
  }
  section#section_plm .container .plm_right .logo .all .mx {
    background-size: auto 85%;
    margin-bottom: 0rem;
    display: inline-block;
  }
  section#section_plm .container .plm_right .logo .all .en, section#section_plm .container .plm_right .logo .all .ca {
    background-size: auto 61%;
  }
  section#section_plm .container .plm_right .logo .all .exper {
    width: 17.5rem;
    height: 12rem;
    border-radius: 0;
    background-size: auto 90%;
    display: inline-block;
    vertical-align: middle;
  }
  section#section_plm .container .plm_right .logo .all .siem {
    background-size: auto 50%;
  }
  section#section_plm .container .button_plm_all {
    margin-top: 30rem;
  }
  section#section_plm .container .button_plm_all .button_plm {
    width: 75%;
    height: 5rem;
    border-radius: 0;
  }
  section#section_plm .popup_plm_plm .popup_container_plm {
    width: 105%;
  }
  section#section_plm .popup_plm_plm .popup_plm {
    width: 95%;
  }
  section#section_plm .popup_plm_plm .popup_plm .tit_1 {
    width: 65%;
    height: 20rem;
    border-radius: 0;
  }
  section#section_plm .popup_plm_plm .popup_plm .tit_1 .tit_2 {
    width: 9rem;
    height: 20rem;
    border-radius: 0;
  }
  section#section_plm .popup_plm_plm .popup_plm .tit_1 .tit_3 {
    width: 9rem;
    height: 9rem;
    border-radius: 0;
    transform: translateX(-9rem);
  }
  section#section_plm .popup_plm_plm .popup_plm .table_all_web {
    display: none;
  }
  section#section_plm .popup_plm_plm .popup_plm .table_all_phone {
    display: block;
  }
  section#section_plm .popup_plm_plm .popup_plm .table_all_phone table {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    border-collapse: collapse;
    vertical-align: bottom;
    margin-bottom: 8rem;
  }
  section#section_plm .popup_plm_plm .popup_plm .table_all_phone table th {
    border: solid 0.1rem #000;
    font-size: 1.5rem;
    letter-spacing: 0.2rem;
    line-height: 3rem;
    font-weight: 700;
    vertical-align: bottom;
    border: none;
    padding: 1rem;
    white-space: normal;
  }
  section#section_plm .popup_plm_plm .popup_plm .table_all_phone table th .icon_one {
    width: 10rem;
    height: 10rem;
    border-radius: 0;
    position: absolute;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 8rem;
  }
  section#section_plm .popup_plm_plm .popup_plm .table_all_phone table .car:before {
    display: none;
  }
  section#section_plm .popup_plm_plm .popup_plm .table_all_phone table .car .icon_three {
    width: auto;
    height: 22rem;
    border-radius: 0;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 2rem;
  }
  section#section_plm .popup_plm_plm .popup_plm .qualification {
    width: 70%;
    height: auto;
    border-radius: 3rem;
  }
  section#section_plm .popup_plm_plm .popup_plm .qualification table {
    width: 90%;
    margin-bottom: 1rem;
  }
  section#section_plm .popup_plm_plm .popup_plm .qualification table th {
    width: 80%;
  }
  section#section_plm .popup_plm_plm .popup_plm .qualification table td {
    text-align: left;
    padding-left: 0rem;
    padding-right: 0rem;
  }
  section#section_plm .popup_plm_plm .popup_plm .qualification table td:before {
    content: "：";
    font-size: 1.5rem;
    margin-left: 0.5rem;
  }
  section#section_plm .popup_plm_plm .popup_plm .tit_4 {
    width: 65%;
    height: 20rem;
    border-radius: 0;
  }
  section#section_plm .popup_plm_plm .popup_plm .tit_4 .tit_5 {
    width: 20rem;
    height: 9rem;
    border-radius: 0;
  }
  section#section_plm .popup_plm_plm .popup_plm .tit_4 .tit_6 {
    width: 9rem;
    height: 9rem;
    border-radius: 0;
  }
  section#section_plm .popup_plm_plm .popup_plm .popup_top_plm {
    right: calc(6% + 2rem);
  }
}
@media screen and (max-width: 600px) {
  html {
    font-size: 9px;
  }
  section#section_plm .container {
    width: 100%;
  }
  section#section_plm .container .support {
    margin-top: 10rem;
  }
  section#section_plm .container .plm_left {}
  section#section_plm .container .plm_left .plm_cont {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
  }
  section#section_plm .container .plm_left .plm_cont h1 {
    display: inline-block;
  }
  section#section_plm .container .plm_left .plm_cont p {
    width: 100%;
    font-size: 1.6rem;
    line-height: 3rem;
    letter-spacing: 0.2rem;
    padding-left: 1rem;
    padding-right: 0.5rem;
  }
  section#section_plm .container .plm_left .plm_cont ul {
    margin-top: 3rem;
  }
  section#section_plm .container .plm_left .plm_cont ul li {
    font-size: 1.4rem;
    line-height: 3rem;
    font-weight: 400;
    list-style: none;
    margin-left: -3rem;
  }
  section#section_plm .container .plm_right {
    position: relative;
    display: block;
    border: solid 0.1rem rgba(0, 0, 0, 0);
    width: 100%;
    height: 45rem;
  }
  section#section_plm .container .plm_right .logo {
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0%;
    margin-left: 0rem;
  }
  section#section_plm .container .plm_right .logo .all {
    text-align: center;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  section#section_plm .container .plm_right .logo .all .nx, section#section_plm .container .plm_right .logo .all .team, section#section_plm .container .plm_right .logo .all .mx, section#section_plm .container .plm_right .logo .all .en, section#section_plm .container .plm_right .logo .all .ca, section#section_plm .container .plm_right .logo .all .siem {
    width: 16rem;
    height: 8rem;
    border-radius: 0;
    background-size: auto 83%;
    display: inline-block;
    vertical-align: middle;
  }
  section#section_plm .container .plm_right .logo .all .team {
    background-size: auto 40%;
  }
  section#section_plm .container .plm_right .logo .all .mx {
    background-size: auto 80%;
    margin-bottom: 0rem;
    display: inline-block;
  }
  section#section_plm .container .plm_right .logo .all .en, section#section_plm .container .plm_right .logo .all .ca {
    background-size: auto 57%;
  }
  section#section_plm .container .plm_right .logo .all .exper {
    width: 12rem;
    height: 8rem;
    border-radius: 0;
    background-size: auto 100%;
    display: inline-block;
    vertical-align: middle;
  }
  section#section_plm .container .plm_right .logo .all .siem {
    background-size: auto 50%;
  }
  section#section_plm .container .button_plm_all {
    margin-top: 33rem;
  }
  section#section_plm .container .button_plm_all .button_plm {
    width: 70%;
    height: 5rem;
    border-radius: 0;
  }
  section#section_plm .popup_plm_plm .popup_container_plm {
    width: 110%;
  }
  section#section_plm .popup_plm_plm .popup_plm {
    width: 100%;
  }
  section#section_plm .popup_plm_plm .popup_plm .tit_1 {
    width: 65%;
    height: 15rem;
    border-radius: 0;
  }
  section#section_plm .popup_plm_plm .popup_plm .tit_1 .tit_2 {
    width: 7rem;
    height: 15rem;
    border-radius: 0;
  }
  section#section_plm .popup_plm_plm .popup_plm .tit_1 .tit_3 {
    width: 7rem;
    height: 7rem;
    border-radius: 0;
    transform: translateX(-7rem);
  }
  section#section_plm .popup_plm_plm .popup_plm h1 {
    font-size: 4.5rem;
  }
  section#section_plm .popup_plm_plm .popup_plm .table_all_web {
    display: none;
  }
  section#section_plm .popup_plm_plm .popup_plm .table_all_phone {
    display: block;
  }
  section#section_plm .popup_plm_plm .popup_plm .table_all_phone table {
    width: 70%;
  }
  section#section_plm .popup_plm_plm .popup_plm .table_all_phone table th {
    font-size: 1.6rem;
    border: none;
    padding: 1rem;
    white-space: normal;
  }
  section#section_plm .popup_plm_plm .popup_plm .table_all_phone table th .icon_one {
    width: 8rem;
    height: 8rem;
    border-radius: 0;
    position: absolute;
    margin-left: 3.5rem;
  }
  section#section_plm .popup_plm_plm .popup_plm .table_all_phone table .car:before {
    display: none;
  }
  section#section_plm .popup_plm_plm .popup_plm .table_all_phone table .car .icon_three {
    width: auto;
    height: 17rem;
    border-radius: 0;
    margin-left: 2rem;
  }
  section#section_plm .popup_plm_plm .popup_plm .qualification {
    width: 75%;
    height: auto;
    border-radius: 3rem;
    border: solid 0.3rem #000;
  }
  section#section_plm .popup_plm_plm .popup_plm .qualification .icon_quali {
    width: 8rem;
    height: auto;
    border-radius: 0;
    left: -3rem;
    top: -3rem;
  }
  section#section_plm .popup_plm_plm .popup_plm .qualification h3 {
    font-size: 2rem;
    font-weight: 800;
    line-height: 3rem;
    letter-spacing: 0.1rem;
    text-align: center;
    margin-top: 5rem;
  }
  section#section_plm .popup_plm_plm .popup_plm .qualification h4 {
    font-size: 1.7rem;
    font-weight: 800;
    line-height: 3rem;
    letter-spacing: 0.1rem;
    text-align: center;
  }
  section#section_plm .popup_plm_plm .popup_plm .qualification table {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 85%;
    border-collapse: collapse;
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
    line-height: 2.5rem;
    font-weight: 700;
    vertical-align: bottom;
    margin-bottom: 2rem;
  }
  section#section_plm .popup_plm_plm .popup_plm .qualification table th, section#section_plm .popup_plm_plm .popup_plm .qualification table td {
    border: solid 0.1rem #000;
    padding: 0.4rem;
    vertical-align: bottom;
    border: none;
    border-bottom: dashed 0.1rem #999;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  section#section_plm .popup_plm_plm .popup_plm .qualification table th {
    width: 75%;
  }
  section#section_plm .popup_plm_plm .popup_plm .qualification table td {
    text-align: left;
    padding-left: 0rem;
    padding-right: 0rem;
  }
  section#section_plm .popup_plm_plm .popup_plm .qualification table td:before {
    content: "：";
    font-size: 1.6rem;
    margin-left: 0rem;
  }
  section#section_plm .popup_plm_plm .popup_plm .tit_4 {
    width: 65%;
    height: 15rem;
    border-radius: 0;
  }
  section#section_plm .popup_plm_plm .popup_plm .tit_4 .tit_5 {
    width: 15rem;
    height: 7rem;
    border-radius: 0;
  }
  section#section_plm .popup_plm_plm .popup_plm .tit_4 .tit_6 {
    width: 7rem;
    height: 7rem;
    border-radius: 0;
  }
  section#section_plm .popup_plm_plm .popup_plm .popup_top_plm {
    right: calc(4% + 2rem);
  }
}
@media screen and (max-width: 400px) {
  html {
    font-size: 8px;
  }
  section#section_plm .container {
    width: 100%;
  }
  section#section_plm .container .plm_left {
    margin: 20% 0 10% 0;
  }
  section#section_plm .container .plm_left .plm_cont {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
  }
  section#section_plm .container .plm_left .plm_cont p {
    width: 100%;
    font-size: 1.7rem;
    line-height: 3.5rem;
    letter-spacing: 0.2rem;
  }
  section#section_plm .container .plm_left .plm_cont ul li {
    font-size: 1.5rem;
    line-height: 3.2rem;
    font-weight: 400;
    list-style: none;
    margin-left: -3rem;
  }
  section#section_plm .container .plm_right {
    position: relative;
    display: block;
    border: solid 0.1rem rgba(0, 0, 0, 0);
    width: 100%;
    height: 40rem;
  }
  section#section_plm .container .plm_right .logo {
    width: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: 0%;
    margin-left: 0rem;
  }
  section#section_plm .container .plm_right .logo .all {
    text-align: center;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  section#section_plm .container .plm_right .logo .all .nx, section#section_plm .container .plm_right .logo .all .team, section#section_plm .container .plm_right .logo .all .mx, section#section_plm .container .plm_right .logo .all .en, section#section_plm .container .plm_right .logo .all .ca, section#section_plm .container .plm_right .logo .all .siem {
    height: 6rem;
    border-radius: 0;
    background-size: auto 95%;
    vertical-align: middle;
  }
  section#section_plm .container .plm_right .logo .all .team {
    background-size: auto 50%;
  }
  section#section_plm .container .plm_right .logo .all .mx {
    background-size: auto 85%;
    margin-bottom: 0rem;
    display: inline-block;
  }
  section#section_plm .container .plm_right .logo .all .en, section#section_plm .container .plm_right .logo .all .ca {
    background-size: auto 70%;
  }
  section#section_plm .container .plm_right .logo .all .exper {
    width: 10rem;
    height: 10rem;
    border-radius: 0;
    background-size: auto 95%;
    display: inline-block;
    vertical-align: middle;
  }
  section#section_plm .container .plm_right .logo .all .siem {
    background-size: auto 55%;
  }
  section#section_plm .container .button_plm_all {
    margin-top: 5rem;
  }
  section#section_plm .container .button_plm_all .button_plm {
    width: 65%;
    height: 5rem;
    border-radius: 0;
  }
  section#section_plm .popup_plm_plm .popup_container_plm {
    width: 115%;
  }
  section#section_plm .popup_plm_plm .popup_plm {
    width: 100%;
    border-radius: 3rem;
  }
  section#section_plm .popup_plm_plm .popup_plm .tit_1 {
    width: 65%;
    height: 13rem;
    border-radius: 0;
  }
  section#section_plm .popup_plm_plm .popup_plm .tit_1 .tit_2 {
    width: 6rem;
    height: 13rem;
    border-radius: 0;
  }
  section#section_plm .popup_plm_plm .popup_plm .tit_1 .tit_3 {
    width: 6rem;
    height: 6rem;
    border-radius: 0;
    transform: translateX(-6rem);
  }
  section#section_plm .popup_plm_plm .popup_plm h1 {
    font-size: 4rem;
  }
  section#section_plm .popup_plm_plm .popup_plm h2 {
    font-size: 2.1rem;
  }
  section#section_plm .popup_plm_plm .popup_plm .table_all_web {
    display: none;
  }
  section#section_plm .popup_plm_plm .popup_plm .table_all_phone {
    display: block;
  }
  section#section_plm .popup_plm_plm .popup_plm .table_all_phone table {
    width: 80%;
  }
  section#section_plm .popup_plm_plm .popup_plm .table_all_phone table th {
    font-size: 1.7rem;
    line-height: 3.5rem;
  }
  section#section_plm .popup_plm_plm .popup_plm .table_all_phone table th .icon_one {
    width: 7rem;
    height: 7rem;
    border-radius: 0;
    margin-left: 1rem;
    margin-top: 4rem;
  }
  section#section_plm .popup_plm_plm .popup_plm .table_all_phone table .car:before {
    display: none;
  }
  section#section_plm .popup_plm_plm .popup_plm .table_all_phone table .car .icon_three {
    width: auto;
    height: 14rem;
    border-radius: 0;
    margin-left: 0rem;
  }
  section#section_plm .popup_plm_plm .popup_plm .qualification {
    position: relative;
    width: 75%;
    height: auto;
    border-radius: 3rem;
    margin-left: auto;
    margin-right: auto;
    border: solid 0.3rem #000;
    text-align: center;
    margin-top: 10rem;
    padding-bottom: 5rem;
  }
  section#section_plm .popup_plm_plm .popup_plm .qualification .icon_quali {
    position: absolute;
    width: 7rem;
    height: auto;
    border-radius: 0;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
    left: -2rem;
    top: -2.5rem;
    z-index: 9;
  }
  section#section_plm .popup_plm_plm .popup_plm .qualification h3 {
    font-size: 2rem;
    line-height: 3.5rem;
    z-index: 10;
  }
  section#section_plm .popup_plm_plm .popup_plm .qualification h4 {
    font-size: 1.7rem;
    line-height: 3.5rem;
  }
  section#section_plm .popup_plm_plm .popup_plm .qualification table {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    border-collapse: collapse;
    font-size: 1.7rem;
    letter-spacing: 0.1rem;
    line-height: 3.5rem;
    font-weight: 700;
    vertical-align: bottom;
    margin-bottom: 2rem;
  }
  section#section_plm .popup_plm_plm .popup_plm .qualification table th, section#section_plm .popup_plm_plm .popup_plm .qualification table td {
    border: solid 0.1rem #000;
    padding: 0.4rem;
    vertical-align: bottom;
    border: none;
    border-bottom: dashed 0.1rem #999;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  section#section_plm .popup_plm_plm .popup_plm .qualification table th {
    width: 75%;
  }
  section#section_plm .popup_plm_plm .popup_plm .qualification table td {
    text-align: left;
    padding-left: 0rem;
    padding-right: 0rem;
  }
  section#section_plm .popup_plm_plm .popup_plm .qualification table td:before {
    content: "：";
    font-size: 1.6rem;
    margin-left: 0rem;
  }
  section#section_plm .popup_plm_plm .popup_plm h5 {
    font-size: 1.4rem;
  }
  section#section_plm .popup_plm_plm .popup_plm .tit_4 {
    width: 65%;
    height: 13rem;
    border-radius: 0;
  }
  section#section_plm .popup_plm_plm .popup_plm .tit_4 .tit_5 {
    width: 13rem;
    height: 6rem;
    border-radius: 0;
  }
  section#section_plm .popup_plm_plm .popup_plm .tit_4 .tit_6 {
    width: 6rem;
    height: 6rem;
    border-radius: 0;
  }
  section#section_plm .popup_plm_plm .popup_plm .popup_top_plm {
    right: calc(2% + 2rem);
  }
}
section#section_salesforce {
  position: relative;
  display: flex;
  justify-content: center;
}
section#section_salesforce .container {
  position: relative;
  max-width: 136.6rem;
  margin: 0 6%;
  padding: 0rem;
}
section#section_salesforce .container .salesforce_left {
  position: relative;
  display: inline-block;
  height: 70rem;
  width: 50%;
  border: solid 0.1rem rgba(0, 0, 0, 0);
  text-align: left;
  box-sizing: border-box;
  flex-wrap: nowrap;
  vertical-align: top;
}
section#section_salesforce .container .salesforce_left .salesforce_cont {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}
section#section_salesforce .container .salesforce_left .salesforce_cont .icon, section#section_ai .container .ai_left .ai_cont .icon {
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 700;
  color: #333;
  margin: 0 0 -3rem 0;
}
section#section_salesforce .container .salesforce_left .salesforce_cont .check_phone {
  display: none;
}
section#section_salesforce .container .salesforce_left .salesforce_cont .check_all {
  box-sizing: border-box;
  vertical-align: top;
  text-align: center;
}
section#section_salesforce .container .salesforce_left .salesforce_cont .check_all .check {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 20rem;
  border-radius: 0;
  text-align: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
section#section_salesforce .container .salesforce_left .salesforce_cont .check_all .check_1, section#section_salesforce .container .salesforce_left .salesforce_cont .check_all .check_2, section#section_salesforce .container .salesforce_left .salesforce_cont .check_all .check_3 {
  width: 30%;
  vertical-align: top;
}
section#section_salesforce .container .salesforce_left .salesforce_cont .check_all h2 {
  font-size: 1.5rem;
  line-height: 3rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
}
section#section_salesforce .container .salesforce_left .salesforce_cont .check_all .stile {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 4rem;
  height: 4rem;
  border-radius: 0;
  border: solid 0.2rem #000;
  margin-left: auto;
  margin-right: auto;
  bottom: 0rem;
}
section#section_salesforce .container .salesforce_left .salesforce_cont p {
  width: 100%;
  font-size: 1.5rem;
  line-height: 3rem;
  letter-spacing: 0.2rem;
  margin-top: 5rem;
}
section#section_salesforce .container .salesforce_right {
  position: absolute;
  display: inline-block;
  border: solid 0.1rem rgba(0, 0, 0, 0);
  width: 50%;
  height: 70rem;
  box-sizing: border-box;
  vertical-align: top;
}
section#section_salesforce .container .salesforce_right .logo {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
section#section_salesforce .container .salesforce_right .logo .all {
  text-align: center;
  margin-left: -7rem;
}
section#section_salesforce .container .salesforce_right .logo .all .icon {
  display: inline-block;
  vertical-align: top;
}
section#section_salesforce .container .salesforce_right .logo .all .icon_plat {
  margin-left: 5rem;
}
section#section_salesforce .container .salesforce_right .logo .all .icon_sevice {
  display: block;
  margin-top: 3rem;
}
section#section_salesforce .container .salesforce_right .logo .all img {
  height: 5rem;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  margin-bottom: 1rem;
}
section#section_salesforce .container .salesforce_right .logo .all .tit {
  text-align: center;
  font-family: source-sans-pro, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  color: #1b68d3;
  display: block;
}
section#section_salesforce .container .salesforce_right .logo .all .slc {
  line-height: 3rem;
}
section#section_salesforce .container .button_salesforce_all {
  vertical-align: top;
  text-align: center;
  margin-top: 55rem;
}
section#section_salesforce .container .button_salesforce_all .button_salesforce {
  width: 40rem;
  height: 5rem;
  border-radius: 0;
  background-color: #000;
  text-align: center;
  font-size: 1.5rem;
  line-height: 5rem;
  cursor: pointer;
  color: #FFFFFF;
  vertical-align: top;
  display: inline-block;
}
section#section_salesforce .container .button_salesforce_all .ret {
  width: 5rem;
  height: 5rem;
  border-radius: 0;
  display: inline-block;
  text-align: center;
  margin-left: 0.5rem;
}
section#section_salesforce .container .button_salesforce_all .ret #pic2 {
  stroke: #000;
  stroke-width: 0.6rem;
  stroke-linecap: round;
}
section#section_salesforce .container .button_salesforce_all .ret #pic2 .circle {
  stroke: #000;
}
section#section_salesforce .container .button_salesforce_all .ret #pic2 .tick {
  stroke: #FFFFFF;
}
section#section_salesforce .popup_salesforce_salesforce {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
}
section#section_salesforce .popup_salesforce_salesforce .popup_container_salesforce {
  position: fixed;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  top: 0%;
  padding: 5rem;
  z-index: 999;
  animation: inout_salesforce 1s;
  overflow-y: scroll;
}
section#section_salesforce .popup_salesforce_salesforce ::-webkit-scrollbar {
  display: none;
}
section#section_salesforce .popup_salesforce_salesforce .popup_salesforce {
  width: 75%;
  background-color: #FFFFFF;
  border-radius: 5rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7%;
}
section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .tit_1 {
  position: relative;
  width: 50%;
  height: 25rem;
  border-radius: 0;
  background: linear-gradient(90deg, #c2d7db 10%, #00aee8 80%);
  margin-left: auto;
  margin-right: auto;
}
section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .tit_1 .tit_2 {
  width: 10rem;
  height: 25rem;
  border-radius: 0;
  background: linear-gradient(180deg, #c2d7db 23%, #00aee8 80%);
  margin-left: auto;
}
section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .tit_1 .tit_3 {
  position: absolute;
  width: 10rem;
  height: 10rem;
  border-radius: 0;
  background: linear-gradient(0deg, #c2d7db 5%, #00aee8 80%);
  transform: translateX(-10rem);
  bottom: 0rem;
}
section#section_salesforce .popup_salesforce_salesforce .popup_salesforce h1 {
  font-family: source-sans-pro, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 0.4rem;
  margin-top: 7rem;
  text-align: center;
}
section#section_salesforce .popup_salesforce_salesforce .popup_salesforce h2 {
  font-family: source-sans-pro, sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-align: center;
  margin-bottom: 7rem;
}
section#section_salesforce .popup_salesforce_salesforce .popup_salesforce h2 .icon_sale {
  position: absolute;
  height: 9rem;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 10rem;
  margin-top: -10rem;
}
section#section_salesforce .popup_salesforce_salesforce .popup_salesforce table {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  border-collapse: collapse;
  vertical-align: top;
  margin-bottom: 8rem;
}
section#section_salesforce .popup_salesforce_salesforce .popup_salesforce table th {
  border: solid 0.1rem #000;
  padding: 2rem;
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
  line-height: 3rem;
  font-weight: 700;
  vertical-align: top;
  border: none;
}
section#section_salesforce .popup_salesforce_salesforce .popup_salesforce table th .icon_sale_1 {
  height: 8.2rem;
  position: relative;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 50%;
  transform: translateX(-50%);
}
section#section_salesforce .popup_salesforce_salesforce .popup_salesforce table th .icon_sale_2 {
  height: 17.5rem;
  position: relative;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 50%;
  transform: translateX(-50%);
}
section#section_salesforce .popup_salesforce_salesforce .popup_salesforce table th .icon_sale_3 {
  height: 68rem;
  position: relative;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 50%;
  transform: translateX(-50%);
}
section#section_salesforce .popup_salesforce_salesforce .popup_salesforce table .tit {
  font-size: 1.8rem;
  line-height: 4rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
}
section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .qualification {
  position: relative;
  width: 50%;
  height: auto;
  border-radius: 3rem;
  margin-left: auto;
  margin-right: auto;
  border: solid 0.4rem #000;
  text-align: center;
  margin-top: 10rem;
  padding-bottom: 5rem;
}
section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .qualification .icon_quali {
  position: absolute;
  width: 10rem;
  height: auto;
  border-radius: 0;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
  left: -3rem;
  top: -3rem;
}
section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .qualification .sales_hidd_phone {
  display: none;
}
section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .qualification h3 {
  font-size: 2rem;
  font-weight: 800;
  line-height: 3rem;
  letter-spacing: 0.1rem;
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 2rem;
}
section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .qualification table {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  border-collapse: collapse;
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
  line-height: 2.5rem;
  font-weight: 700;
  vertical-align: bottom;
  margin-bottom: 1rem;
}
section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .qualification table th, section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .qualification table td {
  border: solid 0.1rem #000;
  padding: 0.4rem;
  vertical-align: bottom;
  border: none;
}
section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .qualification table th {
  width: 80%;
  padding-right: 0rem;
  padding-left: 1rem;
  font-weight: normal;
  font-weight: 700;
  white-space: normal;
}
section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .qualification table td {
  text-align: left;
  padding-left: 0rem;
  padding-right: 0rem;
}
section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .qualification table td:before {
  content: "：";
  font-size: 1.5rem;
  margin-left: 1rem;
}
section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .btn {
  width: 21rem;
  height: 5.5rem;
  border-radius: 3rem;
  background-color: #000;
  font-size: 1.8rem;
  line-height: 4rem;
  letter-spacing: 0.1rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10rem;
  margin-bottom: 10rem;
  cursor: pointer;
}
section#section_salesforce .popup_salesforce_salesforce .popup_salesforce a.salesforce {
  color: #FFFFFF;
  text-decoration: none;
}
section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .tit_4 {
  position: relative;
  width: 50%;
  height: 25rem;
  border-radius: 0;
  background: linear-gradient(90deg, #c2d7db 10%, #00aee8 80%);
  margin-left: auto;
  margin-right: auto;
}
section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .tit_4 .tit_5 {
  position: absolute;
  width: 25rem;
  height: 10rem;
  border-radius: 0;
  background: linear-gradient(90deg, #c2d7db 10%, #00aee8 80%);
  top: 0rem;
  right: 0rem;
}
section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .tit_4 .tit_6 {
  position: absolute;
  width: 10rem;
  height: 10rem;
  border-radius: 0;
  background: linear-gradient(180deg, #c2d7db 10%, #00aee8 80%);
  bottom: 0rem;
}
section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .popup_top_salesforce {
  position: fixed;
  bottom: 12%;
  right: calc(15% + 2rem);
  width: 7rem;
  height: 7rem;
  border-radius: 0;
  cursor: pointer;
  transition-duration: 0.2s;
}
section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .popup_top_salesforce #pic_salesforce_top {
  fill: #000;
  stroke-width: 0.4rem;
  stroke-linecap: round;
}
section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .popup_top_salesforce #pic_salesforce_top .tick_salesforce_top {
  stroke: #FFFFFF;
}
section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .popup_top_salesforce .popup_close_salesforce {
  position: fixed;
  width: 7rem;
  height: 7rem;
  border-radius: 0;
  cursor: pointer;
  transition-duration: 0.2s;
}
section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .popup_top_salesforce .popup_close_salesforce #pic_salesforce {
  fill: #000;
  stroke-width: 0.4rem;
  stroke-linecap: round;
}
section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .popup_top_salesforce .popup_close_salesforce #pic_salesforce .tick_salesforce, section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .popup_top_salesforce .popup_close_salesforce #pic_salesforce .tick_salesforce_1 {
  stroke: #FFFFFF;
}
section#section_salesforce .popup_salesforce_salesforce .popup_container_salesforce.popup_hide_salesforce {
  display: none;
}
section#section_salesforce .popup_salesforce_salesforce .button_salesforce.popup_hide_salesforce {
  display: none;
}
@keyframes inout_salesforce {
  0% {
    opacity: 0;
    transform: translateY(0rem) translateX(0rem) scale(1);
  }
  50% {
    opacity: 1;
    transform: translateY(0rem) translateX(0rem) scale(1.1);
  }
  100% {
    opacity: 1;
    transform: translateY(0rem) translateX(0rem) scale(1);
  }
}
@media screen and (max-width: 1200px) {
  section#section_salesforce .container {
    width: 100%;
  }
  section#section_salesforce .container .salesforce_left .salesforce_cont {
    width: 85%;
  }
  section#section_salesforce .container .button_salesforce_all {
    vertical-align: top;
    text-align: center;
    margin-top: 55rem;
  }
  section#section_salesforce .container .button_salesforce_all .button_salesforce {
    width: 38rem;
    height: 5rem;
    border-radius: 0;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce {
    width: 85%;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .tit_1 {
    width: 55%;
    height: 23rem;
    border-radius: 0;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .tit_1 .tit_2 {
    width: 10rem;
    height: 23rem;
    border-radius: 0;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce table {
    width: 65%;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .qualification {
    position: relative;
    width: 55%;
    height: auto;
    border-radius: 3rem;
    margin-left: auto;
    margin-right: auto;
    border: solid 0.4rem #000;
    text-align: center;
    margin-top: 10rem;
    padding-bottom: 4rem;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .qualification .icon_quali {
    position: absolute;
    width: 10rem;
    height: auto;
    border-radius: 0;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
    left: -3rem;
    top: -3rem;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .qualification table {
    width: 80%;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .qualification table th, section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .qualification table td {
    border: none;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .qualification table th {
    width: 80%;
    padding-right: 0rem;
    padding-left: 1rem;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .qualification table td {
    text-align: left;
    padding-left: 0rem;
    padding-right: 0rem;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .qualification table td:before {
    content: "：";
    font-size: 1.5rem;
    margin-left: 1rem;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .tit_4 {
    width: 55%;
    height: 23rem;
    border-radius: 0;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .tit_4 .tit_5 {
    width: 23rem;
    height: 10rem;
    border-radius: 0;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .tit_4 .tit_6 {
    width: 10rem;
    height: 10rem;
    border-radius: 0;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .popup_top_salesforce {
    right: calc(11% + 2rem);
  }
}
@media screen and (max-width: 1024px) {
  section#section_salesforce .container {
    width: 100%;
  }
  section#section_salesforce .container .salesforce_left .salesforce_cont {
    width: 90%;
  }
  section#section_salesforce .container .salesforce_left .salesforce_cont .check_all {
    box-sizing: border-box;
    vertical-align: top;
    text-align: center;
  }
  section#section_salesforce .container .salesforce_left .salesforce_cont .check_all .check {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 25rem;
    border-radius: 0;
    text-align: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  section#section_salesforce .container .salesforce_left .salesforce_cont .check_all .check_1, section#section_salesforce .container .salesforce_left .salesforce_cont .check_all .check_2, section#section_salesforce .container .salesforce_left .salesforce_cont .check_all .check_3 {
    width: 30%;
    vertical-align: top;
  }
  section#section_salesforce .container .button_salesforce_all {
    vertical-align: top;
    text-align: center;
    margin-top: 55rem;
  }
  section#section_salesforce .container .button_salesforce_all .button_salesforce {
    width: 83%;
    height: 5rem;
    border-radius: 0;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce {
    width: 95%;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .tit_1 {
    width: 60%;
    height: 22rem;
    border-radius: 0;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .tit_1 .tit_2 {
    width: 9rem;
    height: 22rem;
    border-radius: 0;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .tit_1 .tit_3 {
    width: 9rem;
    height: 9rem;
    border-radius: 0;
    transform: translateX(-9rem);
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce h2 .icon_sale {
    height: 8rem;
    margin-left: 8rem;
    margin-top: -10rem;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce table {
    width: 70%;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce table th {
    border: none;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce table th .icon_sale_1 {
    height: 8rem;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce table th .icon_sale_2 {
    height: 15rem;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce table th .icon_sale_3 {
    height: 60rem;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce table .tit {
    font-size: 1.8rem;
    line-height: 4rem;
    font-weight: 700;
    letter-spacing: 0.2rem;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .qualification {
    width: 60%;
    height: auto;
    border-radius: 3rem;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .qualification .icon_quali {
    width: 9rem;
    height: auto;
    border-radius: 0;
    left: -3.5rem;
    top: -3.5rem;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .qualification table {
    width: 85%;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .qualification table th, section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .qualification table td {
    border: solid 0.1rem #000;
    padding: 0.4rem;
    border: none;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .qualification table th {
    width: 80%;
    padding-right: 0rem;
    padding-left: 1rem;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .qualification table td {
    text-align: right;
    padding-left: 0rem;
    padding-right: 0rem;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .qualification table td:before {
    content: "：";
    font-size: 1.5rem;
    margin-left: 0.5rem;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .tit_4 {
    width: 60%;
    height: 22rem;
    border-radius: 0;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .tit_4 .tit_5 {
    width: 22rem;
    height: 9rem;
    border-radius: 0;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .tit_4 .tit_6 {
    width: 9rem;
    height: 9rem;
    border-radius: 0;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .popup_top_salesforce {
    right: calc(9% + 2rem);
  }
}
@media screen and (max-width: 780px) {
  html {
    font-size: 9.5px;
  }
  section#section_salesforce .container {
    width: 100%;
  }
  section#section_salesforce .container .salesforce_left {
    position: relative;
    display: block;
    height: 60rem;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    flex-wrap: nowrap;
    vertical-align: top;
  }
  section#section_salesforce .container .salesforce_left .salesforce_cont {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
  }
  section#section_salesforce .container .salesforce_left .salesforce_cont .check_all {
    box-sizing: border-box;
    vertical-align: top;
    text-align: center;
  }
  section#section_salesforce .container .salesforce_left .salesforce_cont .check_all .check {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 20rem;
    border-radius: 0;
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  section#section_salesforce .container .salesforce_left .salesforce_cont .check_all .check_1, section#section_salesforce .container .salesforce_left .salesforce_cont .check_all .check_2, section#section_salesforce .container .salesforce_left .salesforce_cont .check_all .check_3 {
    width: 30%;
    vertical-align: top;
  }
  section#section_salesforce .container .salesforce_left .salesforce_cont h2 {
    font-size: 1.5rem;
    line-height: 3rem;
    font-weight: 700;
    letter-spacing: 0.2rem;
  }
  section#section_salesforce .container .salesforce_left .salesforce_cont p {
    margin-top: 2rem;
  }
  section#section_salesforce .container .salesforce_right {
    position: relative;
    display: block;
    width: 100%;
    height: 40rem;
  }
  section#section_salesforce .container .salesforce_right .logo {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translateX(-50%);
  }
  section#section_salesforce .container .salesforce_right .logo .all {
    text-align: center;
    margin-left: 0rem;
  }
  section#section_salesforce .container .salesforce_right .logo .all .icon {
    display: inline-block;
    vertical-align: top;
  }
  section#section_salesforce .container .salesforce_right .logo .all .icon_plat {
    margin-left: 5rem;
  }
  section#section_salesforce .container .salesforce_right .logo .all .icon_sevice {
    display: inline-block;
    margin-top: 0rem;
    margin-left: 5rem;
  }
  section#section_salesforce .container .button_salesforce_all {
    vertical-align: top;
    text-align: center;
    margin-top: 18rem;
  }
  section#section_salesforce .container .button_salesforce_all .button_salesforce {
    width: 75%;
    height: 5rem;
    border-radius: 0;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_container_salesforce {
    width: 105%;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce {
    width: 95%;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .tit_1 {
    width: 65%;
    height: 20rem;
    border-radius: 0;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .tit_1 .tit_2 {
    width: 9rem;
    height: 20rem;
    border-radius: 0;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .tit_1 .tit_3 {
    width: 9rem;
    height: 9rem;
    border-radius: 0;
    transform: translateX(-9rem);
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce table {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    border-collapse: collapse;
    vertical-align: top;
    margin-bottom: 8rem;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce table th {
    border: solid 0.1rem #000;
    padding: 1rem;
    font-size: 1.5rem;
    letter-spacing: 0.2rem;
    line-height: 3rem;
    font-weight: 700;
    vertical-align: top;
    border: none;
    white-space: normal;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce table th .icon_sale_1 {
    height: 8rem;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce table th .icon_sale_2 {
    height: 15rem;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce table th .icon_sale_3 {
    height: 50rem;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .qualification {
    width: 70%;
    height: auto;
    border-radius: 3rem;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .qualification .sales_hidd_web {
    display: none;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .qualification .sales_hidd_phone {
    display: block;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .qualification table {
    width: 90%;
    margin-bottom: 1rem;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .qualification table th, section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .qualification table td {
    border: none;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .qualification table th {
    width: 80%;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .qualification table td {
    text-align: left;
    padding-left: 0rem;
    padding-right: 0rem;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .qualification table td:before {
    content: "：";
    font-size: 1.5rem;
    margin-left: 0.5rem;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .tit_4 {
    width: 65%;
    height: 20rem;
    border-radius: 0;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .tit_4 .tit_5 {
    width: 20rem;
    height: 9rem;
    border-radius: 0;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .tit_4 .tit_6 {
    width: 9rem;
    height: 9rem;
    border-radius: 0;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .popup_top_salesforce {
    right: calc(6% + 2rem);
  }
}
@media screen and (max-width: 600px) {
  html {
    font-size: 9px;
  }
  section#section_salesforce .container {
    width: 100%;
  }
  section#section_salesforce .container .salesforce_left {
    position: relative;
    display: block;
    height: 70rem;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    flex-wrap: nowrap;
    vertical-align: top;
  }
  section#section_salesforce .container .salesforce_left .salesforce_cont {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
  }
  section#section_salesforce .container .salesforce_left .salesforce_cont .icon {
    margin: 0 0 0rem 0;
  }
  section#section_salesforce .container .salesforce_left .salesforce_cont .check_web {
    display: none;
  }
  section#section_salesforce .container .salesforce_left .salesforce_cont .check_phone {
    display: block;
    width: 100%;
  }
  section#section_salesforce .container .salesforce_left .salesforce_cont .check_phone .phone_all {
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  section#section_salesforce .container .salesforce_left .salesforce_cont .check_phone .phone_all h2 {
    position: relative;
    height: 7rem;
    font-size: 1.6rem;
    line-height: 3rem;
    font-weight: 700;
    letter-spacing: 0.2rem;
    padding-left: 6.5rem;
  }
  section#section_salesforce .container .salesforce_left .salesforce_cont .check_phone .phone_all h2:before {
    position: absolute;
    content: "";
    width: 3rem;
    height: 3rem;
    border-radius: 0;
    border: solid 0.2rem #000;
    left: 1rem;
  }
  section#section_salesforce .container .salesforce_left .salesforce_cont .check_phone .phone_all .strike {
    position: absolute;
    height: 4rem;
    top: -1rem;
    left: 1.5rem;
  }
  section#section_salesforce .container .salesforce_left .salesforce_cont .check_phone .phone_all .strike2 {
    top: 8rem;
  }
  section#section_salesforce .container .salesforce_left .salesforce_cont .check_phone .phone_all .strike3 {
    top: 17rem;
  }
  section#section_salesforce .container .salesforce_left .salesforce_cont p {
    width: 100%;
    font-size: 1.6rem;
    line-height: 3rem;
    letter-spacing: 0.2rem;
    padding-left: 1rem;
    padding-right: 0.5rem;
    margin-top: 2rem;
  }
  section#section_salesforce .container .salesforce_right {
    position: relative;
    display: block;
    border: solid 0.1rem rgba(0, 0, 0, 0);
    width: 100%;
    height: 40rem;
  }
  section#section_salesforce .container .salesforce_right .logo {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translateX(-50%);
  }
  section#section_salesforce .container .salesforce_right .logo .all {
    text-align: center;
    margin-left: 0rem;
  }
  section#section_salesforce .container .salesforce_right .logo .all .icon {
    display: inline-block;
    vertical-align: top;
  }
  section#section_salesforce .container .salesforce_right .logo .all .icon_cloud {
    margin-left: -1rem;
  }
  section#section_salesforce .container .salesforce_right .logo .all .icon_plat {
    margin-left: 5rem;
  }
  section#section_salesforce .container .salesforce_right .logo .all .icon_sevice {
    display: block;
    margin-top: 0rem;
    margin-left: 0rem;
  }
  section#section_salesforce .container .button_salesforce_all {
    margin-top: 23rem;
  }
  section#section_salesforce .container .button_salesforce_all .button_salesforce {
    width: 70%;
    height: 5rem;
    border-radius: 0;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_container_salesforce {
    width: 110%;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce {
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 4rem;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .tit_1 {
    width: 65%;
    height: 15rem;
    border-radius: 0;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .tit_1 .tit_2 {
    width: 7rem;
    height: 15rem;
    border-radius: 0;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .tit_1 .tit_3 {
    width: 7rem;
    height: 7rem;
    border-radius: 0;
    transform: translateX(-7rem);
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce h1 {
    font-size: 4.5rem;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce h2 .icon_sale {
    position: absolute;
    height: 7rem;
    margin-left: 0rem;
    margin-top: -1rem;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce table {
    width: 70%;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce table th {
    padding: 1rem;
    font-size: 1.6rem;
    border: none;
    white-space: normal;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce table th .icon_sale_1 {
    height: 8rem;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce table th .icon_sale_2 {
    height: 15rem;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce table th .icon_sale_3 {
    height: 40rem;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .qualification {
    position: relative;
    width: 75%;
    height: auto;
    border-radius: 3rem;
    margin-left: auto;
    margin-right: auto;
    border: solid 0.3rem #000;
    text-align: center;
    margin-top: 10rem;
    padding-bottom: 5rem;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .qualification .icon_quali {
    position: absolute;
    width: 8rem;
    height: auto;
    border-radius: 0;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
    left: -3rem;
    top: -3rem;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .qualification .sales_hidd_web {
    display: none;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .qualification .sales_hidd_phone {
    display: block;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .qualification h3 {
    font-size: 2rem;
    font-weight: 800;
    line-height: 3rem;
    letter-spacing: 0.1rem;
    text-align: center;
    margin-top: 5rem;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .qualification table {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 85%;
    border-collapse: collapse;
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
    line-height: 2.5rem;
    font-weight: 700;
    vertical-align: bottom;
    margin-bottom: 0rem;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .qualification table th, section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .qualification table td {
    border: solid 0.1rem #000;
    padding: 0.4rem;
    vertical-align: bottom;
    border: none;
    border-bottom: dashed 0.1rem #999;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .qualification table .last {
    border-bottom: none;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .qualification table th {
    width: 75%;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .qualification table td {
    text-align: right;
    padding-left: 0rem;
    padding-right: 0rem;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .qualification table td:before {
    content: "：";
    font-size: 1.6rem;
    margin-left: 0rem;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .tit_4 {
    width: 65%;
    height: 15rem;
    border-radius: 0;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .tit_4 .tit_5 {
    width: 15rem;
    height: 7rem;
    border-radius: 0;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .tit_4 .tit_6 {
    width: 7rem;
    height: 7rem;
    border-radius: 0;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .popup_top_salesforce {
    right: calc(4% + 2rem);
  }
}
@media screen and (max-width: 400px) {
  html {
    font-size: 8px;
  }
  section#section_salesforce .container {
    width: 100%;
  }
  section#section_salesforce .container .salesforce_left {
    height: 60rem;
    margin: 20% 0 0 0;
  }
  section#section_salesforce .container .salesforce_left .salesforce_cont {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
  }
  section#section_salesforce .container .salesforce_left .salesforce_cont .icon {
    margin: 0 0 0 0;
    display: none;
  }
  section#section_salesforce .container .salesforce_left .salesforce_cont .check_web {
    display: none;
  }
  section#section_salesforce .container .salesforce_left .salesforce_cont .check_phone {
    display: block;
    width: 100%;
  }
  section#section_salesforce .container .salesforce_left .salesforce_cont .check_phone .phone_all {
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  section#section_salesforce .container .salesforce_left .salesforce_cont .check_phone .phone_all h2 {
    font-size: 1.7rem;
    line-height: 3.5rem;
    letter-spacing: 0.2rem;
    margin: 0 0 0 0;
  }
  section#section_salesforce .container .salesforce_left .salesforce_cont .check_phone .phone_all h2:before {
    position: absolute;
    content: "";
    width: 3rem;
    height: 3rem;
    border-radius: 0;
    border: solid 0.2rem #000;
    left: 1rem;
  }
  section#section_salesforce .container .salesforce_left .salesforce_cont .check_phone .phone_all .strike {
    top: -1rem;
  }
  section#section_salesforce .container .salesforce_left .salesforce_cont .check_phone .phone_all .strike2 {
    top: 6rem;
  }
  section#section_salesforce .container .salesforce_left .salesforce_cont .check_phone .phone_all .strike3 {
    top: 13rem;
  }
  section#section_salesforce .container .salesforce_left .salesforce_cont p {
    font-size: 1.7rem;
    line-height: 3.5rem;
    margin-top: 4rem;
  }
  section#section_salesforce .container .salesforce_right {
    position: relative;
    display: block;
    border: solid 0.1rem rgba(0, 0, 0, 0);
    width: 100%;
    height: 40rem;
  }
  section#section_salesforce .container .salesforce_right .logo {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translateX(-50%);
  }
  section#section_salesforce .container .salesforce_right .logo .all {
    text-align: center;
    margin-left: 0rem;
  }
  section#section_salesforce .container .salesforce_right .logo .all .icon {
    display: inline-block;
    vertical-align: top;
  }
  section#section_salesforce .container .salesforce_right .logo .all .icon_cloud {
    margin-left: -1rem;
  }
  section#section_salesforce .container .salesforce_right .logo .all .icon_plat {
    margin-left: 5rem;
  }
  section#section_salesforce .container .salesforce_right .logo .all .icon_sevice {
    display: block;
    margin-top: 0rem;
    margin-left: 0rem;
  }
  section#section_salesforce .container .button_salesforce_all {
    margin-top: 23rem;
  }
  section#section_salesforce .container .button_salesforce_all .button_salesforce {
    width: 65%;
    height: 5rem;
    border-radius: 0;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_container_salesforce {
    width: 115%;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce {
    width: 100%;
    border-radius: 3rem;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .tit_1 {
    width: 65%;
    height: 13rem;
    border-radius: 0;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .tit_1 .tit_2 {
    width: 6rem;
    height: 13rem;
    border-radius: 0;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .tit_1 .tit_3 {
    width: 6rem;
    height: 6rem;
    border-radius: 0;
    transform: translateX(-6rem);
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce h1 {
    font-size: 4rem;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce h2 {
    font-size: 2.1rem;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce h2 .icon_sale {
    height: 7rem;
    margin-left: -3rem;
    margin-top: 4rem;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce table {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    border-collapse: collapse;
    vertical-align: top;
    margin-bottom: 8rem;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce table th {
    font-size: 1.7rem;
    line-height: 3.5rem;
    padding: 2rem;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce table th .icon_sale_1 {
    height: 6rem;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce table th .icon_sale_2 {
    height: 11rem;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce table th .icon_sale_3 {
    height: 30rem;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce table .tit {
    font-size: 1.8rem;
    line-height: 4rem;
    font-weight: 700;
    letter-spacing: 0.2rem;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .qualification {
    width: 75%;
    height: auto;
    border-radius: 3rem;
    border: solid 0.4rem #000;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .qualification .icon_quali {
    position: absolute;
    width: 10rem;
    height: auto;
    border-radius: 0;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
    left: -2rem;
    top: -2.5re;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .qualification .sales_hidd_phone {
    display: none;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .qualification .sales_hidd_phone {
    display: block;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .qualification h3 {
    font-size: 2rem;
    font-weight: 800;
    line-height: 3rem;
    letter-spacing: 0.1rem;
    text-align: center;
    margin-top: 5rem;
    margin-bottom: 2rem;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .qualification table {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    border-collapse: collapse;
    font-size: 1.7rem;
    letter-spacing: 0.2rem;
    line-height: 3.5rem;
    font-weight: 700;
    vertical-align: bottom;
    margin-bottom: 0rem;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .qualification table th, section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .qualification table td {
    border: solid 0.1rem #000;
    padding: 0.4rem;
    vertical-align: bottom;
    border: none;
    border-bottom: dashed 0.1rem #999;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .qualification table th {
    width: 60%;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .qualification table td {
    text-align: right;
    padding-left: 0rem;
    padding-right: 0rem;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .qualification table td:before {
    content: "：";
    font-size: 1.7rem;
    margin-left: 1rem;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .tit_4 {
    width: 65%;
    height: 13rem;
    border-radius: 0;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .tit_4 .tit_5 {
    width: 13rem;
    height: 6rem;
    border-radius: 0;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .tit_4 .tit_6 {
    width: 6rem;
    height: 6rem;
    border-radius: 0;
  }
  section#section_salesforce .popup_salesforce_salesforce .popup_salesforce .popup_top_salesforce {
    right: calc(2% + 2rem);
  }
}
section#section_ggs {
  position: relative;
  display: flex;
  justify-content: center;
  /*  background-color: #ebebeb;*/
  background-color: #fff;
}
section#section_ggs .container {
  position: relative;
  max-width: 136.6rem;
  margin: 0 6%;
  padding: 0rem;
}
section#section_ggs .container .support {
  color: #000;
  font-size: 2.4rem;
  text-align: center;
  font-weight: 700;
  opacity: 1;
}
section#section_ggs .container .ggs_left {
  position: relative;
  display: inline-block;
  height: 80rem;
  width: 50%;
  border: solid 0.1rem rgba(0, 0, 0, 0);
  text-align: left;
  box-sizing: border-box;
  flex-wrap: nowrap;
  vertical-align: top;
}
section#section_ggs .container .ggs_left .ggs_cont {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}
section#section_ggs .container .ggs_left .ggs_cont .set_1 {
  display: inline-block;
}
section#section_ggs .container .ggs_left .ggs_cont .set_1 h4 {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 1rem;
  letter-spacing: 0.1rem;
  font-family: source-sans-pro, sans-serif;
  font-weight: 900;
}
section#section_ggs .container .ggs_left .ggs_cont .set_1 .ja {
  color: #1b68d3;
  padding-left: 1rem;
}
section#section_ggs .container .ggs_left .ggs_cont .set_1 .im {
  color: #091389;
}
section#section_ggs .container .ggs_left .ggs_cont .icon {
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 700;
  color: #333;
  margin: 0 0 -3rem 0;
}
section#section_ggs .container .ggs_left .ggs_cont .check_phone {
  display: none;
}
section#section_ggs .container .ggs_left .ggs_cont .check_all {
  box-sizing: border-box;
  vertical-align: top;
  text-align: center;
}
section#section_ggs .container .ggs_left .ggs_cont .check_all .check {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 21rem;
  border-radius: 0;
  text-align: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
section#section_ggs .container .ggs_left .ggs_cont .check_all .check_1, section#section_ggs .container .ggs_left .ggs_cont .check_all .check_2, section#section_ggs .container .ggs_left .ggs_cont .check_all .check_3 {
  width: 30%;
  vertical-align: top;
}
section#section_ggs .container .ggs_left .ggs_cont .check_all h2 {
  font-size: 1.5rem;
  line-height: 3rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
}
section#section_ggs .container .ggs_left .ggs_cont .check_all .stile {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 4rem;
  height: 4rem;
  border-radius: 0;
  border: solid 0.2rem #000;
  margin-left: auto;
  margin-right: auto;
  bottom: 0rem;
}
section#section_ggs .container .ggs_left .ggs_cont .check_all .stile .strike1 {
  height: 5.5rem;
  margin-top: -2rem;
}
section#section_ggs .container .ggs_left .ggs_cont p {
  width: 100%;
  font-size: 1.5rem;
  line-height: 3rem;
  letter-spacing: 0.2rem;
  padding-left: 1rem;
  padding-right: 0.5rem;
  margin-top: 5rem;
}
section#section_ggs .container .ggs_right {
  position: absolute;
  display: inline-block;
  border: solid 0.1rem rgba(0, 0, 0, 0);
  width: 50%;
  height: 80rem;
  box-sizing: border-box;
  vertical-align: top;
}
section#section_ggs .container .ggs_right .logo {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
section#section_ggs .container .ggs_right .logo .all {
  text-align: left;
  margin-top: 30rem;
  margin-left: 10%;
}
section#section_ggs .container .ggs_right .logo .all .icon {
  display: inline-block;
  vertical-align: top;
}
section#section_ggs .container .ggs_right .logo .all img {
  height: 8rem;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
}
section#section_ggs .container .ggs_right .logo .all .download {
  width: 20rem;
  height: 8rem;
  border-radius: 0;
  display: inline-block;
  vertical-align: top;
}
section#section_ggs .container .ggs_right .logo .all .download .dm {
  font-size: 1.5rem;
  line-height: 3.6rem;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
}
section#section_ggs .container .ggs_right .logo .all .download .dm .new {
  height: 2rem;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  vertical-align: middle;
}
section#section_ggs .container .ggs_right .logo .all .download .bnt_load {
  display: inline-block;
  border: solid 0.1rem #000;
  vertical-align: top;
  line-height: 3rem;
}
section#section_ggs .container .ggs_right .logo .all .download .load_1 {
  width: 5rem;
  height: 3.5rem;
  border-radius: 1rem;
  text-align: center;
}
section#section_ggs .container .ggs_right .logo .all .download .load_2 {
  width: 10rem;
  height: 3.5rem;
  border-radius: 1rem;
  text-align: center;
}
section#section_ggs .container .ggs_right .logo .all .download a {
  text-decoration: none;
  color: #000;
}
section#section_ggs .container .button_ggs_all {
  vertical-align: top;
  text-align: center;
  margin-top: 60rem;
}
section#section_ggs .container .button_ggs_all .button_ggs {
  width: 40rem;
  height: 5rem;
  border-radius: 0;
  background-color: #000;
  text-align: center;
  font-size: 1.5rem;
  line-height: 5rem;
  cursor: pointer;
  color: #FFFFFF;
  vertical-align: top;
  display: inline-block;
}
section#section_ggs .container .button_ggs_all .ret {
  width: 5rem;
  height: 5rem;
  border-radius: 0;
  display: inline-block;
  text-align: center;
  margin-left: 0.5rem;
}
section#section_ggs .container .button_ggs_all .ret #pic2 {
  stroke: #000;
  stroke-width: 0.6rem;
  stroke-linecap: round;
}
section#section_ggs .container .button_ggs_all .ret #pic2 .circle {
  stroke: #000;
}
section#section_ggs .container .button_ggs_all .ret #pic2 .tick {
  stroke: #FFFFFF;
}
section#section_ggs .popup_ggs_ggs {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
}
section#section_ggs .popup_ggs_ggs .popup_container_ggs {
  position: fixed;
  margin: 0rem auto;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  top: 0%;
  padding: 5rem;
  z-index: 999;
  animation: inout_ggs 1s;
  overflow-y: scroll;
}
section#section_ggs .popup_ggs_ggs ::-webkit-scrollbar {
  display: none;
}
section#section_ggs .popup_ggs_ggs .popup_ggs {
  width: 75%;
  background-color: #FFFFFF;
  border-radius: 5rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7%;
}
section#section_ggs .popup_ggs_ggs .popup_ggs .tit_1 {
  position: relative;
  width: 50%;
  height: 25rem;
  border-radius: 0;
  background: linear-gradient(90deg, #c2d7db 10%, #00aee8 80%);
  margin-left: auto;
  margin-right: auto;
}
section#section_ggs .popup_ggs_ggs .popup_ggs .tit_1 .tit_2 {
  width: 10rem;
  height: 25rem;
  border-radius: 0;
  background: linear-gradient(180deg, #c2d7db 23%, #00aee8 80%);
  margin-left: auto;
}
section#section_ggs .popup_ggs_ggs .popup_ggs .tit_1 .tit_3 {
  position: absolute;
  width: 10rem;
  height: 10rem;
  border-radius: 0;
  background: linear-gradient(0deg, #c2d7db 5%, #00aee8 80%);
  transform: translateX(-10rem);
  bottom: 0rem;
}
section#section_ggs .popup_ggs_ggs .popup_ggs h1 {
  font-family: source-sans-pro, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 0.4rem;
  margin-top: 7rem;
  text-align: center;
}
section#section_ggs .popup_ggs_ggs .popup_ggs h2 {
  font-family: source-sans-pro, sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-align: center;
  margin-bottom: 7rem;
}
section#section_ggs .popup_ggs_ggs .popup_ggs table {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  border-collapse: collapse;
  vertical-align: top;
  margin-top: 7rem;
  margin-bottom: 2rem;
}
section#section_ggs .popup_ggs_ggs .popup_ggs table th {
  border: solid 0.1rem #000;
  padding: 2rem;
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
  line-height: 3rem;
  font-weight: 700;
  vertical-align: top;
  border: none;
}
section#section_ggs .popup_ggs_ggs .popup_ggs table th .icon_ggs_1 {
  height: 25rem;
  position: relative;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 50%;
  transform: translateX(-50%);
}
section#section_ggs .popup_ggs_ggs .popup_ggs table th .icon_ggs_2 {
  height: 32rem;
  position: relative;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 50%;
  transform: translateX(-50%);
}
section#section_ggs .popup_ggs_ggs .popup_ggs table th ul {
  list-style: none;
}
section#section_ggs .popup_ggs_ggs .popup_ggs table th ul li {
  margin-left: -2.3rem;
}
section#section_ggs .popup_ggs_ggs .popup_ggs table .ggs_icon_fixed {
  position: relative;
}
section#section_ggs .popup_ggs_ggs .popup_ggs table .ggs_icon_fixed .icon_ggs_3 {
  position: absolute;
  height: 15rem;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  top: 3rem;
  right: 10rem;
}
section#section_ggs .popup_ggs_ggs .popup_ggs table .tit {
  font-size: 1.8rem;
  line-height: 4rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
}
section#section_ggs .popup_ggs_ggs .popup_ggs .language {
  width: 62%;
  height: 10rem;
  border-radius: 0;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  vertical-align: top;
}
section#section_ggs .popup_ggs_ggs .popup_ggs .language .language_all {
  position: absolute;
  right: 0rem;
}
section#section_ggs .popup_ggs_ggs .popup_ggs .language .language_all h5 {
  position: relative;
  width: 8rem;
  height: 8rem;
  border-radius: 0;
  border-radius: 100%;
  border: solid 0.3rem #000;
  display: inline-block;
  vertical-align: top;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  line-height: 8rem;
  font-weight: 800;
  text-align: center;
}
section#section_ggs .popup_ggs_ggs .popup_ggs .language .language_all .title_ggs_hidd_phone {
  display: none;
  border: none;
}
section#section_ggs .popup_ggs_ggs .popup_ggs .language .language_all .title_ggs_hidd_web {
  display: inline-block;
  border: none;
}
section#section_ggs .popup_ggs_ggs .popup_ggs .language .language_all .set_lang_1 {
  display: inline-block;
}
section#section_ggs .popup_ggs_ggs .popup_ggs .btn_pap {
  position: relative;
  width: 30rem;
  height: 12rem;
  border-radius: 1rem;
  border: solid 0.5rem #000;
  background: -webkit-radial-gradient(circle, #00aee8 0%, #FFFFFF 45%);
  margin-left: auto;
  margin-right: auto;
  margin-top: 7rem;
  margin-bottom: 1rem;
  cursor: pointer;
  overflow: hidden;
}
section#section_ggs .popup_ggs_ggs .popup_ggs .btn_pap .mask_circle {
  position: absolute;
  width: 25rem;
  height: 25rem;
  border-radius: 0;
  border-radius: 100%;
  background-color: #FFFFFF;
  right: 57%;
  top: -15%;
}
section#section_ggs .popup_ggs_ggs .popup_ggs .btn_pap .mask_squ {
  position: absolute;
  width: 15rem;
  height: 15rem;
  border-radius: 0;
  transform: rotate(45deg);
  background-color: #FFFFFF;
  left: 68%;
  top: -20%;
}
section#section_ggs .popup_ggs_ggs .popup_ggs a.ggs_pap {
  color: #000;
  text-decoration: none;
}
section#section_ggs .popup_ggs_ggs .popup_ggs a.ggs_pap .font_all {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
section#section_ggs .popup_ggs_ggs .popup_ggs a.ggs_pap .font_all .bnt_tit {
  display: inline-block;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  font-weight: 800;
  vertical-align: middle;
}
section#section_ggs .popup_ggs_ggs .popup_ggs a.ggs_pap .font_all #pic_ggs_left {
  height: 1.5rem;
  display: inline-block;
  stroke: #000;
  stroke-width: 0.3rem;
  stroke-linecap: round;
  fill: none;
  vertical-align: middle;
  margin-left: 0.5rem;
}
section#section_ggs .popup_ggs_ggs .popup_ggs .btn {
  width: 21rem;
  height: 5.5rem;
  border-radius: 3rem;
  background-color: #000;
  font-size: 1.8rem;
  line-height: 4rem;
  letter-spacing: 0.1rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7rem;
  margin-bottom: 10rem;
  cursor: pointer;
}
section#section_ggs .popup_ggs_ggs .popup_ggs a.ggs {
  color: #FFFFFF;
  text-decoration: none;
}
section#section_ggs .popup_ggs_ggs .popup_ggs .tit_4 {
  position: relative;
  width: 50%;
  height: 25rem;
  border-radius: 0;
  background: linear-gradient(90deg, #c2d7db 10%, #00aee8 80%);
  margin-left: auto;
  margin-right: auto;
}
section#section_ggs .popup_ggs_ggs .popup_ggs .tit_4 .tit_5 {
  position: absolute;
  width: 25rem;
  height: 10rem;
  border-radius: 0;
  background: linear-gradient(90deg, #c2d7db 10%, #00aee8 80%);
  top: 0rem;
  right: 0rem;
}
section#section_ggs .popup_ggs_ggs .popup_ggs .tit_4 .tit_6 {
  position: absolute;
  width: 10rem;
  height: 10rem;
  border-radius: 0;
  background: linear-gradient(180deg, #c2d7db 10%, #00aee8 80%);
}
section#section_ggs .popup_ggs_ggs .popup_ggs .popup_top_ggs {
  position: fixed;
  bottom: 12%;
  right: calc(15% + 2rem);
  width: 7rem;
  height: 7rem;
  border-radius: 0;
  cursor: pointer;
  transition-duration: 0.2s;
}
section#section_ggs .popup_ggs_ggs .popup_ggs .popup_top_ggs #pic_ggs_top {
  stroke: #000;
  stroke-width: 0.4rem;
  stroke-linecap: round;
}
section#section_ggs .popup_ggs_ggs .popup_ggs .popup_top_ggs #pic_ggs_top .tick_ggs_top {
  stroke: #FFFFFF;
}
section#section_ggs .popup_ggs_ggs .popup_ggs .popup_top_ggs .popup_close_ggs {
  position: fixed;
  width: 7rem;
  height: 7rem;
  border-radius: 0;
  cursor: pointer;
  transition-duration: 0.2s;
}
section#section_ggs .popup_ggs_ggs .popup_ggs .popup_top_ggs .popup_close_ggs #pic_ggs {
  stroke: #000;
  stroke-width: 0.4rem;
  stroke-linecap: round;
}
section#section_ggs .popup_ggs_ggs .popup_ggs .popup_top_ggs .popup_close_ggs #pic_ggs .tick_ggs, section#section_ggs .popup_ggs_ggs .popup_ggs .popup_top_ggs .popup_close_ggs #pic_ggs .tick_ggs_1 {
  stroke: #FFFFFF;
}
section#section_ggs .popup_ggs_ggs .popup_container_ggs.popup_hide_ggs {
  display: none;
}
section#section_ggs .popup_ggs_ggs .button_ggs.popup_hide_ggs {
  display: none;
}
@keyframes inout_ggs {
  0% {
    opacity: 0;
    transform: translateY(0rem) translateX(0rem) scale(1);
  }
  50% {
    opacity: 1;
    transform: translateY(0rem) translateX(0rem) scale(1.1);
  }
  100% {
    opacity: 1;
    transform: translateY(0rem) translateX(0rem) scale(1);
  }
}
@media screen and (max-width: 1200px) {
  section#section_ggs .container {
    width: 100%;
  }
  section#section_ggs .container .ggs_left .ggs_cont {
    width: 85%;
  }
  section#section_ggs .container .ggs_left .ggs_cont .check_all {
    box-sizing: border-box;
    vertical-align: top;
    text-align: center;
  }
  section#section_ggs .container .ggs_left .ggs_cont .check_all .check {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 23rem;
    border-radius: 0;
    text-align: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  section#section_ggs .container .ggs_left .ggs_cont .check_all .check_1, section#section_ggs .container .ggs_left .ggs_cont .check_all .check_2, section#section_ggs .container .ggs_left .ggs_cont .check_all .check_3 {
    width: 30%;
    vertical-align: top;
  }
  section#section_ggs .container .ggs_right .logo .all {
    text-align: center;
    margin-top: 40rem;
    margin-left: -16rem;
  }
  section#section_ggs .container .button_ggs_all {
    vertical-align: top;
    text-align: center;
    margin-top: 65rem;
  }
  section#section_ggs .container .button_ggs_all .button_ggs {
    width: 38rem;
    height: 5rem;
    border-radius: 0;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs {
    width: 85%;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs .tit_1 {
    width: 55%;
    height: 23rem;
    border-radius: 0;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs .tit_1 .tit_2 {
    width: 10rem;
    height: 23rem;
    border-radius: 0;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs table {
    width: 65%;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs table th {
    border: none;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs table th .icon_ggs_1 {
    height: 20rem;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs table th .icon_ggs_2 {
    height: 25rem;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs table th ul {
    list-style: none;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs table .ggs_icon_fixed .icon_ggs_3 {
    height: 13rem;
    top: 3rem;
    right: 8rem;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs .language {
    width: 65%;
    height: 10rem;
    border-radius: 0;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs .tit_4 {
    width: 55%;
    height: 23rem;
    border-radius: 0;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs .tit_4 .tit_5 {
    width: 23rem;
    height: 10rem;
    border-radius: 0;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs .tit_4 .tit_6 {
    width: 10rem;
    height: 10rem;
    border-radius: 0;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs .popup_top_ggs {
    right: calc(11% + 2rem);
  }
}
@media screen and (max-width: 1024px) {
  section#section_ggs .container {
    width: 100%;
  }
  section#section_ggs .container .ggs_left {
    height: 90rem;
  }
  section#section_ggs .container .ggs_left .ggs_cont {
    width: 90%;
  }
  section#section_ggs .container .ggs_left .ggs_cont .set_1 {
    display: inline-block;
  }
  section#section_ggs .container .ggs_left .ggs_cont .set_1 .ja {}
  section#section_ggs .container .ggs_left .ggs_cont .check_all {
    box-sizing: border-box;
    vertical-align: top;
    text-align: center;
  }
  section#section_ggs .container .ggs_left .ggs_cont .check_all .check {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 27rem;
    border-radius: 0;
    text-align: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  section#section_ggs .container .ggs_left .ggs_cont .check_all .check_1, section#section_ggs .container .ggs_left .ggs_cont .check_all .check_2, section#section_ggs .container .ggs_left .ggs_cont .check_all .check_3 {
    width: 30%;
    vertical-align: top;
  }
  section#section_ggs .container .ggs_right {
    height: 90rem;
  }
  section#section_ggs .container .ggs_right .logo .all {
    text-align: center;
    margin-top: 50rem;
    margin-left: -7rem;
  }
  section#section_ggs .container .button_ggs_all {
    vertical-align: top;
    text-align: center;
    margin-top: 75rem;
  }
  section#section_ggs .container .button_ggs_all .button_ggs {
    width: 83%;
    height: 5rem;
    border-radius: 0;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs {
    width: 95%;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs .tit_1 {
    width: 60%;
    height: 22rem;
    border-radius: 0;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs .tit_1 .tit_2 {
    width: 9rem;
    height: 22rem;
    border-radius: 0;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs .tit_1 .tit_3 {
    width: 9rem;
    height: 9rem;
    border-radius: 0;
    transform: translateX(-9rem);
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs table {
    width: 70%;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs table th .icon_ggs_1 {
    height: 22rem;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs table th .icon_ggs_2 {
    height: 25rem;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs table .ggs_icon_fixed .icon_ggs_3 {
    height: 12rem;
    top: 4rem;
    right: 8rem;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs table .tit {
    font-size: 1.8rem;
    line-height: 4rem;
    font-weight: 700;
    letter-spacing: 0.2rem;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs .language {
    width: 70%;
    height: 10rem;
    border-radius: 0;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs .tit_4 {
    width: 60%;
    height: 22rem;
    border-radius: 0;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs .tit_4 .tit_5 {
    width: 22rem;
    height: 9rem;
    border-radius: 0;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs .tit_4 .tit_6 {
    width: 9rem;
    height: 9rem;
    border-radius: 0;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs .popup_top_ggs {
    right: calc(9% + 2rem);
  }
}
@media screen and (max-width: 780px) {
  html {
    font-size: 9.5px;
  }
  section#section_ggs .container {
    width: 100%;
  }
  section#section_ggs .container .ggs_left {
    position: relative;
    display: block;
    height: 75rem;
    width: 100%;
    border: solid 0.1rem rgba(0, 0, 0, 0);
  }
  section#section_ggs .container .ggs_left .ggs_cont {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
  }
  section#section_ggs .container .ggs_left .ggs_cont h1 {
    display: inline-block;
  }
  section#section_ggs .container .ggs_left .ggs_cont h5 {
    padding-left: 1rem;
  }
  section#section_ggs .container .ggs_left .ggs_cont p {
    margin-top: 2rem;
  }
  section#section_ggs .container .ggs_left .ggs_cont .set_1 {}
  section#section_ggs .container .ggs_left .ggs_cont .set_1 h4 {}
  section#section_ggs .container .ggs_left .ggs_cont .set_1 .ja {
    padding-left: 0rem;
  }
  section#section_ggs .container .ggs_left .ggs_cont .set_1 .im {}
  section#section_ggs .container .ggs_left .ggs_cont .check_all {
    box-sizing: border-box;
    vertical-align: top;
    text-align: center;
  }
  section#section_ggs .container .ggs_left .ggs_cont .check_all .check {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 21rem;
    border-radius: 0;
    text-align: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  section#section_ggs .container .ggs_left .ggs_cont .check_all .check_1, section#section_ggs .container .ggs_left .ggs_cont .check_all .check_2, section#section_ggs .container .ggs_left .ggs_cont .check_all .check_3 {
    width: 30%;
    vertical-align: top;
  }
  section#section_ggs .container .ggs_right {
    position: relative;
    display: block;
    width: 100%;
    height: 25rem;
  }
  section#section_ggs .container .ggs_right .logo {
    width: calc(75% + 5.5rem);
    position: relative;
    left: 50%;
    top: 0%;
    transform: translate(-50%, 0%);
  }
  section#section_ggs .container .ggs_right .logo .all {
    text-align: left;
    margin-top: 0rem;
    margin-left: 0rem;
  }
  section#section_ggs .container .ggs_right .logo .all .download {
    width: 20rem;
    height: 8rem;
    border-radius: 0;
    display: inline-block;
    vertical-align: top;
    text-align: center;
  }
  section#section_ggs .container .button_ggs_all {
    vertical-align: top;
    text-align: center;
    margin-top: 3rem;
  }
  section#section_ggs .container .button_ggs_all .button_ggs {
    width: 75%;
    height: 5rem;
    border-radius: 0;
  }
  section#section_ggs .popup_ggs_ggs .popup_container_ggs {
    width: 105%;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs {
    width: 95%;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs .tit_1 {
    width: 65%;
    height: 20rem;
    border-radius: 0;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs .tit_1 .tit_2 {
    width: 9rem;
    height: 20rem;
    border-radius: 0;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs .tit_1 .tit_3 {
    width: 9rem;
    height: 9rem;
    border-radius: 0;
    transform: translateX(-9rem);
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs table {
    width: 70%;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs table th .icon_ggs_1 {
    height: 22rem;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs table th .icon_ggs_2 {
    height: 25rem;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs table .ggs_icon_fixed .icon_ggs_3 {
    height: 14rem;
    top: 3rem;
    right: 8rem;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs .language {
    width: 70%;
    height: 10rem;
    border-radius: 0;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs .tit_4 {
    width: 65%;
    height: 20rem;
    border-radius: 0;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs .tit_4 .tit_5 {
    width: 20rem;
    height: 9rem;
    border-radius: 0;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs .tit_4 .tit_6 {
    width: 9rem;
    height: 9rem;
    border-radius: 0;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs .popup_top_ggs {
    right: calc(6% + 2rem);
  }
}
@media screen and (max-width: 600px) {
  html {
    font-size: 9px;
  }
  section#section_ggs .container {
    width: 100%;
  }
  section#section_ggs .container .ggs_left {
    position: relative;
    display: block;
    height: 90rem;
    width: 100%;
    border: solid 0.1rem rgba(0, 0, 0, 0);
    margin-top: 3rem;
  }
  section#section_ggs .container .ggs_left .ggs_cont {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
  }
  section#section_ggs .container .ggs_left .ggs_cont h1 {
    font-size: 4.8rem;
    margin-bottom: 0rem;
  }
  section#section_ggs .container .ggs_left .ggs_cont .icon {
    font-size: 3.1rem;
    line-height: 3rem;
    font-weight: 700;
    color: #333;
    margin: 0 0 0rem 0;
  }
  section#section_ggs .container .ggs_left .ggs_cont .set_1 .ja {
    padding-left: 0rem;
    margin: 1rem 1rem 1rem 0;
  }
  section#section_ggs .container .ggs_left .ggs_cont .set_1 .im {
    margin: 1rem 1rem 1rem 0;
  }
  section#section_ggs .container .ggs_left .ggs_cont .check_web {
    display: none;
  }
  section#section_ggs .container .ggs_left .ggs_cont .check_phone {
    display: block;
    width: 100%;
  }
  section#section_ggs .container .ggs_left .ggs_cont .check_phone .phone_all {
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  section#section_ggs .container .ggs_left .ggs_cont .check_phone .phone_all h2 {
    position: relative;
    height: 7rem;
    font-size: 1.6rem;
    line-height: 3rem;
    font-weight: 700;
    letter-spacing: 0.2rem;
    padding-left: 6.5rem;
  }
  section#section_ggs .container .ggs_left .ggs_cont .check_phone .phone_all h2:before {
    position: absolute;
    content: "";
    width: 3rem;
    height: 3rem;
    border-radius: 0;
    border: solid 0.2rem #000;
    left: 1rem;
  }
  section#section_ggs .container .ggs_left .ggs_cont .check_phone .phone_all .strike {
    position: absolute;
    height: 4rem;
    top: -1rem;
    left: 1.5rem;
  }
  section#section_ggs .container .ggs_left .ggs_cont .check_phone .phone_all .strike2 {
    top: 8rem;
  }
  section#section_ggs .container .ggs_left .ggs_cont .check_phone .phone_all .strike3 {
    top: 17rem;
  }
  section#section_ggs .container .ggs_left p {
    font-size: 1.6rem;
    line-height: 3rem;
  }
  section#section_ggs .container .ggs_right {
    position: relative;
    display: block;
    border: solid 0.1rem rgba(0, 0, 0, 0);
    width: 100%;
    height: 25rem;
  }
  section#section_ggs .container .ggs_right .logo {
    width: calc(70% + 5.5rem);
    position: relative;
    left: 50%;
    top: 0%;
    transform: translate(-50%, 0%);
  }
  section#section_ggs .container .ggs_right .logo .all {
    text-align: left;
    margin-top: 0rem;
    margin-left: 0rem;
  }
  section#section_ggs .container .ggs_right .logo .all .download {
    width: 20rem;
    height: 8rem;
    border-radius: 0;
    display: inline-block;
    vertical-align: top;
    text-align: center;
  }
  section#section_ggs .container .button_ggs_all {
    vertical-align: top;
    text-align: center;
    margin-top: 3rem;
  }
  section#section_ggs .container .button_ggs_all .button_ggs {
    width: 70%;
    height: 5rem;
    border-radius: 0;
  }
  section#section_ggs .popup_ggs_ggs .popup_container_ggs {
    width: 110%;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs {
    width: 100%;
    border-radius: 4rem;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs .tit_1 {
    width: 65%;
    height: 15rem;
    border-radius: 0;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs .tit_1 .tit_2 {
    width: 7rem;
    height: 15rem;
    border-radius: 0;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs .tit_1 .tit_3 {
    width: 7rem;
    height: 7rem;
    border-radius: 0;
    transform: translateX(-7rem);
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs h1 {
    font-size: 4.5rem;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs table {
    width: 70%;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs table th {
    border: solid 0.1rem #000;
    font-size: 1.6rem;
    border: none;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs table th .icon_ggs_1 {
    height: 13rem;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs table th .icon_ggs_2 {
    height: 14rem;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs table .ggs_icon_fixed .icon_ggs_3 {
    height: 10rem;
    top: -6rem;
    right: 0rem;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs table .tit {
    font-size: 1.8rem;
    line-height: 4rem;
    font-weight: 700;
    letter-spacing: 0.2rem;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs .language {
    width: 70%;
    height: 10rem;
    border-radius: 0;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    vertical-align: top;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs .language .language_all {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs .language .language_all h5 {
    position: relative;
    width: 8.5rem;
    height: 8.5rem;
    border-radius: 0;
    border-radius: 100%;
    border: solid 0.3rem #000;
    display: inline-block;
    vertical-align: top;
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
    line-height: 8rem;
    font-weight: 800;
    text-align: center;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs .language .language_all .title_ggs_hidd_web {
    display: none;
    border: none;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs .language .language_all .title_ggs_hidd_phone {
    display: inline-block;
    border: none;
    line-height: 2rem;
    padding-top: 2rem;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs .language .language_all .set_lang_1 {
    display: inline-block;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs .language .language_all .set_lang_1 .eng {
    margin-left: -1.5rem;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs .btn_pap {
    position: relative;
    width: 27rem;
    height: 12rem;
    border-radius: 1rem;
    border: solid 0.4rem #000;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs .btn_pap .font_all {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs .btn_pap .font_all .bnt_tit {
    font-size: 1.7rem;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs .btn_pap .font_all #pic_ggs_left {
    height: 2rem;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs .tit_4 {
    width: 65%;
    height: 15rem;
    border-radius: 0;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs .tit_4 .tit_5 {
    width: 15rem;
    height: 7rem;
    border-radius: 0;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs .tit_4 .tit_6 {
    width: 7rem;
    height: 7rem;
    border-radius: 0;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs .popup_top_ggs {
    right: calc(4% + 2rem);
  }
}
@media screen and (max-width: 400px) {
  html {
    font-size: 8px;
  }
  section#section_ggs .container {
    width: 100%;
  }
  section#section_ggs .container .ggs_left {
    position: relative;
    display: block;
    height: 75rem;
    width: 100%;
    border: solid 0.1rem rgba(0, 0, 0, 0);
    margin: 20% 0 0 0;
  }
  section#section_ggs .container .ggs_left .ggs_cont {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
  }
  section#section_ggs .container .ggs_left .ggs_cont .icon {
    display: none;
  }
  section#section_ggs .container .ggs_left .ggs_cont .set_1 {
    display: inline-block;
  }
  section#section_ggs .container .ggs_left .ggs_cont .set_1 .icon.hojo img {
    width: 100px;
    display: block
  }
  section#section_ggs .container .ggs_left .ggs_cont .set_1 h4 {}
  section#section_ggs .container .ggs_left .ggs_cont .set_1 .im {}
  section#section_ggs .container .ggs_left .ggs_cont .check_web {
    display: none;
  }
  section#section_ggs .container .ggs_left .ggs_cont .check_phone {
    display: block;
    width: 100%;
  }
  section#section_ggs .container .ggs_left .ggs_cont .check_phone .phone_all {
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  section#section_ggs .container .ggs_left .ggs_cont .check_phone .phone_all h2 {
    position: relative;
    height: 7rem;
    font-size: 1.7rem;
    letter-spacing: 0.2rem;
    padding: 1rem 1rem 1rem 6.5rem;
    margin: 0 0 3% 0;
  }
  section#section_ggs .container .ggs_left .ggs_cont .check_phone .phone_all h2:before {
    position: absolute;
    content: "";
    width: 3rem;
    height: 3rem;
    border-radius: 0;
    border: solid 0.2rem #000;
    left: 1rem;
  }
  section#section_ggs .container .ggs_left .ggs_cont .check_phone .phone_all .strike {}
  section#section_ggs .container .ggs_left .ggs_cont .check_phone .phone_all .strike2 {
    top: 7.3rem;
  }
  section#section_ggs .container .ggs_left .ggs_cont .check_phone .phone_all .strike3 {
    top: 15.5rem;
  }
  section#section_ggs .container .ggs_left .ggs_cont p {
    font-size: 1.7rem;
    line-height: 3.5rem;
    margin-top: 4rem;
  }
  section#section_ggs .container .ggs_right {
    position: relative;
    display: block;
    border: solid 0.1rem rgba(0, 0, 0, 0);
    width: 100%;
    height: 35rem;
  }
  section#section_ggs .container .ggs_right .logo {
    width: calc(70% + 5.5rem);
    position: relative;
    left: 50%;
    top: 10%;
    transform: translate(-50%, 0%);
  }
  section#section_ggs .container .ggs_right .logo .all {
    text-align: left;
    margin-top: 0rem;
    margin-left: 0rem;
  }
  section#section_ggs .container .ggs_right .logo .all img {
    height: 8rem;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
  }
  section#section_ggs .container .ggs_right .logo .all .download {
    width: 20rem;
    height: 8rem;
    border-radius: 0;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-left: 0rem;
  }
  section#section_ggs .container .ggs_right .logo .all .download .dm {
    font-size: 1.7rem;
    line-height: 3.6rem;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
  }
  section#section_ggs .container .ggs_right .logo .all .download .dm .new {
    height: 2.5rem;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.5rem;
  }
  section#section_ggs .container .ggs_right .logo .all .download .bnt_load {
    display: inline-block;
    border: solid 0.1rem #000;
    vertical-align: top;
    line-height: 3rem;
    margin-top: 0.5rem;
  }
  section#section_ggs .container .ggs_right .logo .all .download .load_1 {
    width: 6rem;
    height: 3.5rem;
    border-radius: 1rem;
  }
  section#section_ggs .container .ggs_right .logo .all .download .load_2 {
    width: 11rem;
    height: 3.5rem;
    border-radius: 1rem;
    margin-left: 0.5rem;
  }
  section#section_ggs .container .button_ggs_all {
    vertical-align: top;
    text-align: center;
    margin-top: 6rem;
  }
  section#section_ggs .container .button_ggs_all .button_ggs {
    width: 70%;
    height: 5rem;
    border-radius: 0;
  }
  section#section_ggs .popup_ggs_ggs .popup_container_ggs {
    width: 115%;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs {
    width: 100%;
    border-radius: 3rem;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs .tit_1 {
    width: 65%;
    height: 13rem;
    border-radius: 0;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs .tit_1 .tit_2 {
    width: 6rem;
    height: 13rem;
    border-radius: 0;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs .tit_1 .tit_3 {
    width: 6rem;
    height: 6rem;
    border-radius: 0;
    transform: translateX(-6rem);
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs h1 {
    font-size: 4rem;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs table {
    width: 80%;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs table th {
    border: solid 0.1rem #000;
    font-size: 1.7rem;
    line-height: 3.5rem;
    border: none;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs table th .icon_ggs_1 {
    height: 8rem;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs table th .icon_ggs_2 {
    height: 10rem;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs table .ggs_icon_fixed .icon_ggs_3 {
    height: 8rem;
    top: -7rem;
    right: 0rem;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs table .tit {
    font-size: 1.8rem;
    line-height: 4rem;
    font-weight: 700;
    letter-spacing: 0.2rem;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs .language {
    width: 80%;
    height: 20rem;
    border-radius: 0;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    vertical-align: top;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs .language .language_all {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs .language .language_all h5 {
    position: relative;
    width: 9rem;
    height: 9rem;
    border-radius: 0;
    border-radius: 100%;
    border: solid 0.3rem #000;
    display: inline-block;
    vertical-align: top;
    font-size: 1.7rem;
    letter-spacing: 0.1rem;
    line-height: 8rem;
    font-weight: 800;
    text-align: center;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs .language .language_all .title_ggs_hidd_phone {
    display: none;
    border: none;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs .language .language_all .title_ggs_hidd_web {
    display: inline-block;
    border: none;
    line-height: 2rem;
    padding-top: 2rem;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs .language .language_all .set_lang_1 {
    display: block;
    margin-top: -6rem;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs .language .language_all .set_lang_1 .eng {
    margin-left: 1rem;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs .btn_pap {
    position: relative;
    width: 25rem;
    height: 12rem;
    border-radius: 1rem;
    border: solid 0.5rem #000;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs .btn_pap .font_all {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs .btn_pap .font_all .bnt_tit {
    font-size: 2rem;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs .btn_pap .font_all #pic_ggs_left {
    height: 2.5rem;
    stroke-width: 0.6rem;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs .tit_4 {
    width: 65%;
    height: 13rem;
    border-radius: 0;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs .tit_4 .tit_5 {
    width: 13rem;
    height: 6rem;
    border-radius: 0;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs .tit_4 .tit_6 {
    width: 6rem;
    height: 6rem;
    border-radius: 0;
  }
  section#section_ggs .popup_ggs_ggs .popup_ggs .popup_top_ggs {
    right: calc(2% + 2rem);
  }
}
section#section_mopa {
  position: relative;
  display: flex;
  justify-content: center;
  /*  background-color: #ebebeb;*/
  background-color: #fff;
}
section#section_mopa .container {
  position: relative;
  max-width: 136.6rem;
  margin: 0 6%;
  padding: 0rem;
}
section#section_mopa .container .mopa_left {
  position: relative;
  display: inline-block;
  height: 70rem;
  width: 50%;
  border: solid 0.1rem rgba(0, 0, 0, 0);
  text-align: left;
  box-sizing: border-box;
  flex-wrap: nowrap;
  vertical-align: top;
}
section#section_mopa .container .mopa_left .mopa_cont {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}
section#section_mopa .container .mopa_left .mopa_cont .set_2 {
  display: block;
}
section#section_mopa .container .mopa_left .mopa_cont .set_2 h4 {
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 0.1rem;
  font-family: source-sans-pro, sans-serif;
  font-weight: 500;
  color: #ff621d;
  display: inline-block;
  padding-left: 1.5rem;
}
section#section_mopa .container .mopa_left .mopa_cont .set_2 .comprise {
  padding-left: 0rem;
}
section#section_mopa .container .mopa_left .mopa_cont .icon {
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 700;
  color: #333;
  margin: 0 0 -3rem 0;
}
section#section_mopa .container .mopa_left .mopa_cont .check_phone {
  display: none;
}
section#section_mopa .container .mopa_left .mopa_cont .check_all {
  box-sizing: border-box;
  vertical-align: top;
  text-align: center;
}
section#section_mopa .container .mopa_left .mopa_cont .check_all .check {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 20rem;
  border-radius: 0;
  text-align: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
section#section_mopa .container .mopa_left .mopa_cont .check_all .check_1, section#section_mopa .container .mopa_left .mopa_cont .check_all .check_2, section#section_mopa .container .mopa_left .mopa_cont .check_all .check_3 {
  width: 30%;
  vertical-align: top;
}
section#section_mopa .container .mopa_left .mopa_cont .check_all h2 {
  font-size: 1.5rem;
  line-height: 3rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
}
section#section_mopa .container .mopa_left .mopa_cont .check_all .stile {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 4rem;
  height: 4rem;
  border-radius: 0;
  border: solid 0.2rem #000;
  margin-left: auto;
  margin-right: auto;
  bottom: 0rem;
}
section#section_mopa .container .mopa_left .mopa_cont .check_all .stile .strike1 {
  height: 5.5rem;
  margin-top: -2rem;
}
section#section_mopa .container .mopa_left .mopa_cont p {
  width: 100%;
  font-size: 1.5rem;
  line-height: 3rem;
  letter-spacing: 0.2rem;
  padding-left: 1rem;
  padding-right: 0.5rem;
  margin-top: 5rem;
}
section#section_mopa .container .mopa_right {
  position: absolute;
  display: inline-block;
  border: solid 0.1rem rgba(0, 0, 0, 0);
  width: 50%;
  height: 70rem;
  box-sizing: border-box;
  vertical-align: top;
}
section#section_mopa .container .mopa_right .logo {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
section#section_mopa .container .mopa_right .logo .all {
  text-align: left;
  margin-top: 30rem;
  margin-left: 10%;
}
section#section_mopa .container .mopa_right .logo .all .icon {
  display: inline-block;
  vertical-align: top;
}
section#section_mopa .container .mopa_right .logo .all img {
  height: 8rem;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
}
section#section_mopa .container .button_mopa_all {
  vertical-align: top;
  text-align: center;
  margin-top: 55rem;
}
section#section_mopa .container .button_mopa_all .button_mopa {
  width: 40rem;
  height: 5rem;
  border-radius: 0;
  background-color: #000;
  text-align: center;
  font-size: 1.5rem;
  line-height: 5rem;
  cursor: pointer;
  color: #FFFFFF;
  vertical-align: top;
  display: inline-block;
}
section#section_mopa .container .button_mopa_all .ret {
  width: 5rem;
  height: 5rem;
  border-radius: 0;
  display: inline-block;
  text-align: center;
  margin-left: 0.5rem;
}
section#section_mopa .container .button_mopa_all .ret #pic2 {
  stroke: #000;
  stroke-width: 0.6rem;
  stroke-linecap: round;
}
section#section_mopa .container .button_mopa_all .ret #pic2 .circle {
  stroke: #000;
}
section#section_mopa .container .button_mopa_all .ret #pic2 .tick {
  stroke: #FFFFFF;
}
section#section_mopa .popup_mopa_mopa {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
}
section#section_mopa .popup_mopa_mopa .popup_container_mopa {
  position: fixed;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  top: 0%;
  padding: 5rem;
  z-index: 999;
  animation: inout_mopa 1s;
  overflow-y: scroll;
}
section#section_mopa .popup_mopa_mopa ::-webkit-scrollbar {
  display: none;
}
section#section_mopa .popup_mopa_mopa .popup_mopa {
  width: 75%;
  background-color: #FFFFFF;
  border-radius: 5rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7%;
}
section#section_mopa .popup_mopa_mopa .popup_mopa .tit_1 {
  position: relative;
  width: 50%;
  height: 25rem;
  border-radius: 0;
  background: linear-gradient(90deg, #c2d7db 10%, #00aee8 80%);
  margin-left: auto;
  margin-right: auto;
}
section#section_mopa .popup_mopa_mopa .popup_mopa .tit_1 .tit_2 {
  width: 10rem;
  height: 25rem;
  border-radius: 0;
  background: linear-gradient(180deg, #c2d7db 23%, #00aee8 80%);
  margin-left: auto;
}
section#section_mopa .popup_mopa_mopa .popup_mopa .tit_1 .tit_3 {
  position: absolute;
  width: 10rem;
  height: 10rem;
  border-radius: 0;
  background: linear-gradient(0deg, #c2d7db 5%, #00aee8 80%);
  transform: translateX(-10rem);
  bottom: 0rem;
}
section#section_mopa .popup_mopa_mopa .popup_mopa h1 {
  font-family: source-sans-pro, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 0.4rem;
  margin-top: 7rem;
  text-align: center;
}
section#section_mopa .popup_mopa_mopa .popup_mopa h2 {
  font-family: source-sans-pro, sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-align: center;
  margin-bottom: 7rem;
}
section#section_mopa .popup_mopa_mopa .popup_mopa table {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  border-collapse: collapse;
  vertical-align: top;
  margin-top: 7rem;
  margin-bottom: 2rem;
}
section#section_mopa .popup_mopa_mopa .popup_mopa table th {
  border: solid 0.1rem #000;
  padding: 2rem;
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
  line-height: 3rem;
  font-weight: 700;
  vertical-align: top;
  border: none;
}
section#section_mopa .popup_mopa_mopa .popup_mopa table th .icon_mopa_1 {
  height: 40rem;
  position: relative;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 50%;
  transform: translateX(-50%);
}
section#section_mopa .popup_mopa_mopa .popup_mopa table th .icon_mopa_2 {
  height: 30rem;
  position: relative;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 50%;
  transform: translateX(-50%);
}
section#section_mopa .popup_mopa_mopa .popup_mopa table th .icon_mopa_3 {
  height: 20rem;
  position: relative;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 50%;
  transform: translateX(-50%);
}
section#section_mopa .popup_mopa_mopa .popup_mopa table th ul {
  list-style: none;
}
section#section_mopa .popup_mopa_mopa .popup_mopa table th ul li {
  margin-left: 2.5rem;
}
section#section_mopa .popup_mopa_mopa .popup_mopa table .tit {
  font-size: 1.8rem;
  line-height: 4rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
}
section#section_mopa .popup_mopa_mopa .popup_mopa table .spec_mopa {
  position: relative;
  font-size: 4rem;
  line-height: 8rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  padding-left: 5rem;
}
section#section_mopa .popup_mopa_mopa .popup_mopa table .spec_mopa_phone, section#section_mopa .popup_mopa_mopa .popup_mopa table .spec_mopa_phone_1 {
  display: none;
}
section#section_mopa .popup_mopa_mopa .popup_mopa .language {
  width: 62%;
  height: 10rem;
  border-radius: 0;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  vertical-align: top;
}
section#section_mopa .popup_mopa_mopa .popup_mopa .language .language_all {
  position: absolute;
  right: 0rem;
}
section#section_mopa .popup_mopa_mopa .popup_mopa .language .language_all h5 {
  position: relative;
  width: 8rem;
  height: 8rem;
  border-radius: 0;
  border-radius: 100%;
  border: solid 0.3rem #000;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0.1rem;
  line-height: 8rem;
  font-weight: 800;
  text-align: center;
}
section#section_mopa .popup_mopa_mopa .popup_mopa .language .language_all .title_mopa_hidd_phone {
  display: none;
  border: none;
}
section#section_mopa .popup_mopa_mopa .popup_mopa .language .language_all .title_mopa_hidd_web {
  display: inline-block;
  border: none;
}
section#section_mopa .popup_mopa_mopa .popup_mopa .language .language_all .set_lang_2 {
  display: inline-block;
}
section#section_mopa .popup_mopa_mopa .popup_mopa .btn {
  width: 21rem;
  height: 5.5rem;
  border-radius: 3rem;
  background-color: #ababab;
  font-size: 1.8rem;
  line-height: 4rem;
  letter-spacing: 0.1rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7rem;
  margin-bottom: 10rem;
  cursor: pointer;
}
section#section_mopa .popup_mopa_mopa .popup_mopa a.mopa {
  color: #FFFFFF;
  text-decoration: none;
}
section#section_mopa .popup_mopa_mopa .popup_mopa .tit_4 {
  position: relative;
  width: 50%;
  height: 25rem;
  border-radius: 0;
  background: linear-gradient(90deg, #c2d7db 10%, #00aee8 80%);
  margin-left: auto;
  margin-right: auto;
}
section#section_mopa .popup_mopa_mopa .popup_mopa .tit_4 .tit_5 {
  position: absolute;
  width: 25rem;
  height: 10rem;
  border-radius: 0;
  background: linear-gradient(90deg, #c2d7db 10%, #00aee8 80%);
  top: 0rem;
  right: 0rem;
}
section#section_mopa .popup_mopa_mopa .popup_mopa .tit_4 .tit_6 {
  position: absolute;
  width: 10rem;
  height: 10rem;
  border-radius: 0;
  background: linear-gradient(180deg, #c2d7db 10%, #00aee8 80%);
}
section#section_mopa .popup_mopa_mopa .popup_mopa .popup_top_mopa {
  position: fixed;
  bottom: 12%;
  right: calc(15% + 2rem);
  width: 7rem;
  height: 7rem;
  border-radius: 0;
  cursor: pointer;
  transition-duration: 0.2s;
}
section#section_mopa .popup_mopa_mopa .popup_mopa .popup_top_mopa #pic_mopa_top {
  stroke: #000;
  stroke-width: 0.4rem;
  stroke-linecap: round;
}
section#section_mopa .popup_mopa_mopa .popup_mopa .popup_top_mopa #pic_mopa_top .tick_mopa_top {
  stroke: #FFFFFF;
}
section#section_mopa .popup_mopa_mopa .popup_mopa .popup_top_mopa .popup_close_mopa {
  position: fixed;
  width: 7rem;
  height: 7rem;
  border-radius: 0;
  cursor: pointer;
  transition-duration: 0.2s;
}
section#section_mopa .popup_mopa_mopa .popup_mopa .popup_top_mopa .popup_close_mopa #pic_mopa {
  stroke: #000;
  stroke-width: 0.4rem;
  stroke-linecap: round;
}
section#section_mopa .popup_mopa_mopa .popup_mopa .popup_top_mopa .popup_close_mopa #pic_mopa .tick_mopa, section#section_mopa .popup_mopa_mopa .popup_mopa .popup_top_mopa .popup_close_mopa #pic_mopa .tick_mopa_1 {
  stroke: #FFFFFF;
}
section#section_mopa .popup_mopa_mopa .popup_container_mopa.popup_hide_mopa {
  display: none;
}
section#section_mopa .popup_mopa_mopa .button_mopa.popup_hide_mopa {
  display: none;
}
@keyframes inout_mopa {
  0% {
    opacity: 0;
    transform: translateY(0rem) translateX(0rem) scale(1);
  }
  50% {
    opacity: 1;
    transform: translateY(0rem) translateX(0rem) scale(1.1);
  }
  100% {
    opacity: 1;
    transform: translateY(0rem) translateX(0rem) scale(1);
  }
}
@media screen and (max-width: 1200px) {
  section#section_mopa .container {
    width: 100%;
  }
  section#section_mopa .container .mopa_left {
    height: 80rem;
  }
  section#section_mopa .container .mopa_left .mopa_cont {
    width: 85%;
  }
  section#section_mopa .container .mopa_left .mopa_cont .check_all {
    box-sizing: border-box;
    vertical-align: top;
    text-align: center;
  }
  section#section_mopa .container .mopa_left .mopa_cont .check_all .check {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 23rem;
    border-radius: 0;
    text-align: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  section#section_mopa .container .mopa_left .mopa_cont .check_all .check_1, section#section_mopa .container .mopa_left .mopa_cont .check_all .check_2, section#section_mopa .container .mopa_left .mopa_cont .check_all .check_3 {
    width: 30%;
    vertical-align: top;
  }
  section#section_mopa .container .mopa_right {
    height: 80rem;
  }
  section#section_mopa .container .mopa_right .logo .all {
    text-align: center;
    margin-top: 40rem;
    margin-left: -36rem;
  }
  section#section_mopa .container .button_mopa_all {
    vertical-align: top;
    text-align: center;
    margin-top: 65rem;
  }
  section#section_mopa .container .button_mopa_all .button_mopa {
    width: 38rem;
    height: 5rem;
    border-radius: 0;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa {
    width: 85%;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa .tit_1 {
    width: 55%;
    height: 23rem;
    border-radius: 0;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa .tit_1 .tit_2 {
    width: 10rem;
    height: 23rem;
    border-radius: 0;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa table {
    width: 65%;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa table th {
    border: solid 0.1rem #000;
    border: none;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa table th .icon_mopa_1 {
    height: 30rem;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa table th .icon_mopa_2 {
    height: 20rem;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa table th .icon_mopa_3 {
    height: 15rem;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa table th ul li {
    margin-left: -1.5rem;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa table .spec_mopa {
    position: relative;
    font-size: 4rem;
    line-height: 8rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    padding-left: 1rem;
    white-space: nowrap;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa .language {
    width: 65%;
    height: 10rem;
    border-radius: 0;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa .tit_4 {
    width: 55%;
    height: 23rem;
    border-radius: 0;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa .tit_4 .tit_5 {
    width: 23rem;
    height: 10rem;
    border-radius: 0;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa .tit_4 .tit_6 {
    width: 10rem;
    height: 10rem;
    border-radius: 0;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa .popup_top_mopa {
    right: calc(11% + 2rem);
  }
}
@media screen and (max-width: 1024px) {
  section#section_mopa .container {
    width: 100%;
  }
  section#section_mopa .container .mopa_left {
    height: 85rem;
  }
  section#section_mopa .container .mopa_left .mopa_cont {
    width: 90%;
  }
  section#section_mopa .container .mopa_left .mopa_cont set_2 {
    display: block;
  }
  section#section_mopa .container .mopa_left .mopa_cont set_2 h4 {
    font-size: 1.5rem;
    line-height: 2rem;
    padding-left: 1.5rem;
  }
  section#section_mopa .container .mopa_left .mopa_cont set_2 .comprise {
    padding-left: 0rem;
  }
  section#section_mopa .container .mopa_left .mopa_cont .check_all {
    box-sizing: border-box;
    vertical-align: top;
    text-align: center;
  }
  section#section_mopa .container .mopa_left .mopa_cont .check_all .check {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 26rem;
    border-radius: 0;
    text-align: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  section#section_mopa .container .mopa_left .mopa_cont .check_all .check_1, section#section_mopa .container .mopa_left .mopa_cont .check_all .check_2, section#section_mopa .container .mopa_left .mopa_cont .check_all .check_3 {
    width: 30%;
    vertical-align: top;
  }
  section#section_mopa .container .mopa_right {
    height: 85rem;
  }
  section#section_mopa .container .mopa_right .logo .all {
    text-align: center;
    margin-top: 45rem;
    margin-left: -28rem;
  }
  section#section_mopa .container .button_mopa_all {
    vertical-align: top;
    text-align: center;
    margin-top: 70rem;
  }
  section#section_mopa .container .button_mopa_all .button_mopa {
    width: 83%;
    height: 5rem;
    border-radius: 0;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa {
    width: 95%;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa .tit_1 {
    width: 60%;
    height: 22rem;
    border-radius: 0;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa .tit_1 .tit_2 {
    width: 9rem;
    height: 22rem;
    border-radius: 0;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa .tit_1 .tit_3 {
    width: 9rem;
    height: 9rem;
    border-radius: 0;
    transform: translateX(-9rem);
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa table {
    width: 70%;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa table th {
    border: solid 0.1rem #000;
    border: none;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa table th .icon_mopa_1 {
    height: 30rem;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa table th .icon_mopa_2 {
    height: 20rem;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa table th .icon_mopa_3 {
    height: 15rem;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa table th ul {
    list-style: none;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa table .spec_mopa {
    position: relative;
    font-size: 3.5rem;
    line-height: 7rem;
    padding-left: 1rem;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa .language {
    width: 70%;
    height: 10rem;
    border-radius: 0;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa .tit_4 {
    width: 60%;
    height: 22rem;
    border-radius: 0;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa .tit_4 .tit_5 {
    width: 22rem;
    height: 9rem;
    border-radius: 0;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa .tit_4 .tit_6 {
    width: 9rem;
    height: 9rem;
    border-radius: 0;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa .popup_top_mopa {
    right: calc(9% + 2rem);
  }
}
@media screen and (max-width: 780px) {
  html {
    font-size: 9.5px;
  }
  section#section_mopa .container {
    position: relative;
  }
  section#section_mopa .container .mopa_left {
    position: relative;
    display: inline-block;
    height: 70rem;
    width: 100%;
  }
  section#section_mopa .container .mopa_left .mopa_cont {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
  }
  section#section_mopa .container .mopa_left .mopa_cont h1 {}
  section#section_mopa .container .mopa_left .mopa_cont p {
    margin-top: 2rem;
  }
  section#section_mopa .container .mopa_left .mopa_cont set_2 {
    display: block;
  }
  section#section_mopa .container .mopa_left .mopa_cont set_2 h4 {
    font-size: 1.5rem;
    line-height: 2rem;
    display: inline-block;
    padding-left: 1.5rem;
  }
  section#section_mopa .container .mopa_left .mopa_cont set_2 .comprise {
    padding-left: 0rem;
  }
  section#section_mopa .container .mopa_left .mopa_cont .check_all {
    box-sizing: border-box;
    vertical-align: top;
    text-align: center;
  }
  section#section_mopa .container .mopa_left .mopa_cont .check_all .check {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 20rem;
    border-radius: 0;
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  section#section_mopa .container .mopa_left .mopa_cont .check_all .check_1, section#section_mopa .container .mopa_left .mopa_cont .check_all .check_2, section#section_mopa .container .mopa_left .mopa_cont .check_all .check_3 {
    width: 30%;
    vertical-align: top;
  }
  section#section_mopa .container .mopa_right {
    position: relative;
    display: block;
    width: 100%;
    height: 25rem;
  }
  section#section_mopa .container .mopa_right .logo {
    width: calc(75% + 5.5rem);
    position: relative;
    left: 50%;
    top: 0%;
    transform: translate(-50%, 0%);
  }
  section#section_mopa .container .mopa_right .logo .all {
    text-align: left;
    margin-top: 0rem;
    margin-left: 0rem;
  }
  section#section_mopa .container .button_mopa_all {
    vertical-align: top;
    text-align: center;
    margin-top: 3rem;
  }
  section#section_mopa .container .button_mopa_all .button_mopa {
    width: 75%;
    height: 5rem;
    border-radius: 0;
  }
  section#section_mopa .popup_mopa_mopa .popup_container_mopa {
    width: 105%;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa {
    width: 95%;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa .tit_1 {
    width: 65%;
    height: 20rem;
    border-radius: 0;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa .tit_1 .tit_2 {
    width: 9rem;
    height: 20rem;
    border-radius: 0;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa .tit_1 .tit_3 {
    width: 9rem;
    height: 9rem;
    border-radius: 0;
    transform: translateX(-9rem);
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa table {
    width: 70%;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa table th {
    border: solid 0.1rem #000;
    border: none;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa table th .icon_mopa_1 {
    height: 22rem;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa table th .icon_mopa_2 {
    height: 17rem;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa table th .icon_mopa_3 {
    height: 12rem;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa table th ul {
    list-style: none;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa table th ul li {
    margin-left: -1rem;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa table .spec_mopa {
    position: relative;
    font-size: 3.2rem;
    line-height: 6.4rem;
    font-weight: 700;
    letter-spacing: 0.05rem;
    padding-left: 2rem;
    white-space: nowrap;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa table .spec_mopa_web, section#section_mopa .popup_mopa_mopa .popup_mopa table .spec_mopa_phone_1 {
    display: none;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa table .spec_mopa_phone {
    display: block;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa .language {
    width: 70%;
    height: 10rem;
    border-radius: 0;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa .tit_4 {
    width: 65%;
    height: 20rem;
    border-radius: 0;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa .tit_4 .tit_5 {
    width: 20rem;
    height: 9rem;
    border-radius: 0;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa .tit_4 .tit_6 {
    width: 9rem;
    height: 9rem;
    border-radius: 0;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa .popup_top_mopa {
    right: calc(6% + 2rem);
  }
}
@media screen and (max-width: 600px) {
  html {
    font-size: 9px;
  }
  section#section_mopa .container {
    position: relative;
  }
  section#section_mopa .container .mopa_left {
    position: relative;
    display: block;
    height: 80rem;
    width: 100%;
    border: solid 0.1rem rgba(0, 0, 0, 0);
  }
  section#section_mopa .container .mopa_left .mopa_cont {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
  }
  section#section_mopa .container .mopa_left .mopa_cont .icon {
    display: none;
  }
  section#section_mopa .container .mopa_left .mopa_cont set_2 {
    display: block;
  }
  section#section_mopa .container .mopa_left .mopa_cont set_2 h4 {
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: 0.1rem;
    display: inline-block;
    padding-left: 1.5rem;
  }
  section#section_mopa .container .mopa_left .mopa_cont set_2 .comprise {
    padding-left: 0rem;
  }
  section#section_mopa .container .mopa_left .mopa_cont .check_web {
    display: none;
  }
  section#section_mopa .container .mopa_left .mopa_cont .check_phone {
    display: block;
    width: 100%;
  }
  section#section_mopa .container .mopa_left .mopa_cont .check_phone .phone_all {
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  section#section_mopa .container .mopa_left .mopa_cont .check_phone .phone_all h2 {
    position: relative;
    height: 7rem;
    font-size: 1.6rem;
    line-height: 3rem;
    font-weight: 700;
    letter-spacing: 0.2rem;
    padding-left: 6.5rem;
  }
  section#section_mopa .container .mopa_left .mopa_cont .check_phone .phone_all h2:before {
    position: absolute;
    content: "";
    width: 3rem;
    height: 3rem;
    border-radius: 0;
    border: solid 0.2rem #000;
    left: 1rem;
  }
  section#section_mopa .container .mopa_left .mopa_cont .check_phone .phone_all .strike {
    position: absolute;
    height: 4rem;
    top: -1rem;
    left: 1.5rem;
  }
  section#section_mopa .container .mopa_left .mopa_cont .check_phone .phone_all .strike2 {
    top: 8rem;
  }
  section#section_mopa .container .mopa_left .mopa_cont .check_phone .phone_all .strike3 {
    top: 17rem;
  }
  section#section_mopa .container .mopa_left .mopa_cont p {
    width: 100%;
    font-size: 1.6rem;
    line-height: 3rem;
    letter-spacing: 0.2rem;
    padding-left: 1rem;
    padding-right: 0.5rem;
  }
  section#section_mopa .container .mopa_right {
    position: relative;
    display: block;
    border: solid 0.1rem rgba(0, 0, 0, 0);
    width: 100%;
    height: 25rem;
  }
  section#section_mopa .container .mopa_right .logo {
    width: calc(70% + 5.5rem);
    position: relative;
    left: 50%;
    top: 0%;
    transform: translate(-50%, 0%);
  }
  section#section_mopa .container .mopa_right .logo .all {
    text-align: left;
    margin-top: 0rem;
    margin-left: 0rem;
  }
  section#section_mopa .container .button_mopa_all {
    vertical-align: top;
    text-align: center;
    margin-top: 3rem;
  }
  section#section_mopa .container .button_mopa_all .button_mopa {
    width: 70%;
    height: 5rem;
    border-radius: 0;
  }
  section#section_mopa .popup_mopa_mopa .popup_container_mopa {
    width: 110%;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa {
    width: 100%;
    border-radius: 4rem;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa .tit_1 {
    width: 65%;
    height: 15rem;
    border-radius: 0;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa .tit_1 .tit_2 {
    width: 7rem;
    height: 15rem;
    border-radius: 0;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa .tit_1 .tit_3 {
    width: 7rem;
    height: 7rem;
    border-radius: 0;
    transform: translateX(-7rem);
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa h1 {
    font-size: 4.5rem;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa table {
    width: 70%;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa table th {
    border: solid 0.1rem #000;
    font-size: 1.6rem;
    border: none;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa table th .icon_mopa_1 {
    height: 14rem;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa table th .icon_mopa_2 {
    height: 12rem;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa table th .icon_mopa_3 {
    height: 8rem;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa table th ul {
    list-style: none;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa table th ul li {
    margin-left: -1rem;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa table .spec_mopa {
    font-size: 3rem;
    line-height: 6rem;
    letter-spacing: 0.05rem;
    padding-left: 1rem;
    white-space: nowrap;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa table .spec_mopa_web, section#section_mopa .popup_mopa_mopa .popup_mopa table .spec_mopa_phone {
    display: none;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa table .spec_mopa_phone_1 {
    display: block;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa .language {
    width: 70%;
    height: 10rem;
    border-radius: 0;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    vertical-align: top;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa .language .language_all {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa .language .language_all h5 {
    position: relative;
    width: 8.5rem;
    height: 8.5rem;
    border-radius: 0;
    border-radius: 100%;
    border: solid 0.3rem #000;
    display: inline-block;
    vertical-align: top;
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
    line-height: 8rem;
    font-weight: 800;
    text-align: center;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa .language .language_all .title_mopa_hidd_web {
    display: none;
    border: none;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa .language .language_all .title_mopa_hidd_phone {
    display: inline-block;
    border: none;
    line-height: 2rem;
    padding-top: 2rem;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa .language .language_all .set_lang_1 {
    display: inline-block;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa .language .language_all .set_lang_1 .eng {
    margin-left: -1.5rem;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa .tit_4 {
    width: 65%;
    height: 15rem;
    border-radius: 0;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa .tit_4 .tit_5 {
    width: 15rem;
    height: 7rem;
    border-radius: 0;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa .tit_4 .tit_6 {
    width: 7rem;
    height: 7rem;
    border-radius: 0;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa .popup_top_mopa {
    right: calc(4% + 2rem);
  }
}
@media screen and (max-width: 400px) {
  html {
    font-size: 8px;
  }
  section#section_mopa {
    /*		padding: 0;*/
  }
  section#section_mopa .container {
    position: relative;
  }
  section#section_mopa .container .mopa_left {
    position: relative;
    display: block;
    /*    height: 75rem;*/
    width: 100%;
    border: solid 0.1rem rgba(0, 0, 0, 0);
    margin: 0;
  }
  section#section_mopa .container .mopa_left .mopa_cont {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
  }
  section#section_mopa .container .mopa_left .mopa_cont h1 {
    line-height: 3.5rem;
    margin-bottom: 1rem;
    display: block;
  }
  section#section_mopa .container .mopa_left .mopa_cont set_2 {
    display: block;
  }
  section#section_mopa .container .mopa_left .mopa_cont set_2 h4 {
    font-size: 1.6rem;
    line-height: 2rem;
    display: inline-block;
    padding-left: 1.5rem;
  }
  section#section_mopa .container .mopa_left .mopa_cont set_2 .comprise {
    padding-left: 0rem;
  }
  section#section_mopa .container .mopa_left .mopa_cont .check_web {
    display: none;
  }
  section#section_mopa .container .mopa_left .mopa_cont .check_phone {
    display: block;
    width: 100%;
  }
  section#section_mopa .container .mopa_left .mopa_cont .check_phone .phone_all {
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  section#section_mopa .container .mopa_left .mopa_cont .check_phone .phone_all h2 {
    position: relative;
    height: 7rem;
    font-size: 1.6rem;
    line-height: 3rem;
    font-weight: 700;
    letter-spacing: 0.2rem;
    padding-left: 6.5rem;
    margin: 0;
  }
  section#section_mopa .container .mopa_left .mopa_cont .check_phone .phone_all h2:before {
    position: absolute;
    content: "";
    width: 3rem;
    height: 3rem;
    border-radius: 0;
    border: solid 0.2rem #000;
    left: 1rem;
  }
  section#section_mopa .container .mopa_left .mopa_cont .check_phone .phone_all .strike {}
  section#section_mopa .container .mopa_left .mopa_cont .check_phone .phone_all .strike2 {
    top: 6rem;
  }
  section#section_mopa .container .mopa_left .mopa_cont .check_phone .phone_all .strike3 {
    top: 13rem;
  }
  section#section_mopa .container .mopa_left .mopa_cont p {
    font-size: 1.7rem;
    margin-top: 4rem;
    line-height: 3.5rem;
    letter-spacing: 0.2rem;
  }
  section#section_mopa .container .mopa_right {
    position: relative;
    display: inline-block;
    border: solid 0.1rem rgba(0, 0, 0, 0);
    width: 100%;
    height: 35rem;
  }
  section#section_mopa .container .mopa_right .logo {
    width: calc(70% + 5.5rem);
    position: relative;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
  }
  section#section_mopa .container .mopa_right .logo .all {
    text-align: left;
    margin-top: 0rem;
    margin-left: 0rem;
  }
  section#section_mopa .container .button_mopa_all {
    vertical-align: top;
    text-align: center;
    margin-top: 3rem;
  }
  section#section_mopa .container .button_mopa_all .button_mopa {
    width: 70%;
    height: 5rem;
    border-radius: 0;
  }
  section#section_mopa .popup_mopa_mopa .popup_container_mopa {
    width: 115%;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa {
    width: 100%;
    border-radius: 3rem;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa .tit_1 {
    width: 65%;
    height: 13rem;
    border-radius: 0;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa .tit_1 .tit_2 {
    width: 6rem;
    height: 13rem;
    border-radius: 0;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa .tit_1 .tit_3 {
    width: 6rem;
    height: 6rem;
    border-radius: 0;
    transform: translateX(-6rem);
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa h1 {
    font-size: 4rem;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa table {
    width: 80%;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa table th {
    border: solid 0.1rem #000;
    font-size: 1.7rem;
    line-height: 3.5rem;
    border: none;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa table th .icon_mopa_1 {
    height: 14rem;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa table th .icon_mopa_2 {
    height: 11rem;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa table th .icon_mopa_3 {
    height: 9rem;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa table th ul {
    list-style: none;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa table th ul li {
    margin-left: -2.5rem;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa table .spec_mopa {
    font-size: 2.8rem;
    line-height: 6.4rem;
    letter-spacing: 0.05rem;
    padding-left: 1rem;
    white-space: nowrap;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa table .spec_mopa_web, section#section_mopa .popup_mopa_mopa .popup_mopa table .spec_mopa_phone {
    display: none;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa table .spec_mopa_phone_1 {
    display: block;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa .language {
    width: 80%;
    height: 20rem;
    border-radius: 0;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    vertical-align: top;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa .language .language_all {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa .language .language_all h5 {
    position: relative;
    width: 9rem;
    height: 9rem;
    font-size: 1.7rem;
    letter-spacing: 0.1rem;
    line-height: 8rem;
    font-weight: 800;
    text-align: center;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa .language .language_all .title_mopa_hidd_phone {
    display: none;
    border: none;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa .language .language_all .title_mopa_hidd_web {
    display: inline-block;
    border: none;
    line-height: 2rem;
    padding-top: 2rem;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa .language .language_all .set_lang_1 {
    display: block;
    margin-top: -6rem;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa .language .language_all .set_lang_1 .eng {
    margin-left: 1rem;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa .tit_4 {
    width: 65%;
    height: 13rem;
    border-radius: 0;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa .tit_4 .tit_5 {
    width: 13rem;
    height: 6rem;
    border-radius: 0;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa .tit_4 .tit_6 {
    width: 6rem;
    height: 6rem;
    border-radius: 0;
  }
  section#section_mopa .popup_mopa_mopa .popup_mopa .popup_top_mopa {
    right: calc(2% + 2rem);
  }
}
section#section_goga {
  position: relative;
  display: flex;
  justify-content: center;
  /*  background-color: #ebebeb;*/
  background-color: #fff;
}
section#section_goga .container {
  position: relative;
  max-width: 136.6rem;
  margin: 0 6%;
  padding: 0rem;
}
section#section_goga .container .goga_left {
  position: relative;
  display: inline-block;
  height: 70rem;
  width: 50%;
  border: solid 0.1rem rgba(0, 0, 0, 0);
  text-align: left;
  box-sizing: border-box;
  flex-wrap: nowrap;
  vertical-align: top;
}
section#section_goga .container .goga_left .goga_cont {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}
section#section_goga .container .goga_left .goga_cont .set_3 {
  display: inline-block;
}
section#section_goga .container .goga_left .goga_cont .set_3 h4 {
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 0.1rem;
  font-family: source-sans-pro, sans-serif;
  font-weight: 500;
  color: #48a4f3;
  display: inline-block;
  padding-left: 1.5rem;
}
section#section_goga .container .goga_left .goga_cont .set_3 .comprise {
  padding-left: 3rem;
}
section#section_goga .container .goga_left .goga_cont .icon {
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 700;
  color: #333;
  margin: 0 0 -3rem 0;
}
section#section_goga .container .goga_left .goga_cont .check_phone {
  display: none;
}
section#section_goga .container .goga_left .goga_cont .check_all {
  box-sizing: border-box;
  vertical-align: top;
  text-align: center;
}
section#section_goga .container .goga_left .goga_cont .check_all .check {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 20rem;
  border-radius: 0;
  text-align: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
section#section_goga .container .goga_left .goga_cont .check_all .check_1, section#section_goga .container .goga_left .goga_cont .check_all .check_2, section#section_goga .container .goga_left .goga_cont .check_all .check_3 {
  width: 30%;
  vertical-align: top;
}
section#section_goga .container .goga_left .goga_cont .check_all h2 {
  font-size: 1.5rem;
  line-height: 3rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
}
section#section_goga .container .goga_left .goga_cont .check_all .stile {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 4rem;
  height: 4rem;
  border-radius: 0;
  border: solid 0.2rem #000;
  margin-left: auto;
  margin-right: auto;
  bottom: 0rem;
}
section#section_goga .container .goga_left .goga_cont .check_all .stile .strike1 {
  height: 5.5rem;
  margin-top: -2rem;
}
section#section_goga .container .goga_left .goga_cont p {
  width: 100%;
  font-size: 1.5rem;
  line-height: 3rem;
  letter-spacing: 0.2rem;
  padding-left: 1rem;
  padding-right: 0.5rem;
  margin-top: 5rem;
}
section#section_goga .container .goga_right {
  position: absolute;
  display: inline-block;
  border: solid 0.1rem rgba(0, 0, 0, 0);
  width: 50%;
  height: 70rem;
  box-sizing: border-box;
  vertical-align: top;
}
section#section_goga .container .goga_right .logo {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
section#section_goga .container .goga_right .logo .all {
  text-align: left;
  margin-top: 30rem;
  margin-left: 10%;
}
section#section_goga .container .goga_right .logo .all .icon {
  display: inline-block;
  vertical-align: top;
}
section#section_goga .container .goga_right .logo .all img {
  height: 8rem;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
}
section#section_goga .container .button_goga_all {
  vertical-align: top;
  text-align: center;
  margin-top: 55rem;
}
section#section_goga .container .button_goga_all .button_goga {
  width: 40rem;
  height: 5rem;
  border-radius: 0;
  background-color: #000;
  text-align: center;
  font-size: 1.5rem;
  line-height: 5rem;
  color: #FFFFFF;
  vertical-align: top;
  display: inline-block;
}
section#section_goga .container .button_goga_all .ret {
  width: 5rem;
  height: 5rem;
  border-radius: 0;
  display: inline-block;
  text-align: center;
  margin-left: 0.5rem;
}
section#section_goga .container .button_goga_all .ret #pic2 {
  stroke: #000;
  stroke-width: 0.6rem;
  stroke-linecap: round;
}
section#section_goga .container .button_goga_all .ret #pic2 .circle {
  stroke: #000;
}
section#section_goga .container .button_goga_all .ret #pic2 .tick {
  stroke: #FFFFFF;
}
@media screen and (max-width: 1200px) {
  section#section_goga .container {
    width: 100%;
  }
  section#section_goga .container .goga_left {
    height: 80rem;
  }
  section#section_goga .container .goga_left .goga_cont {
    width: 85%;
  }
  section#section_goga .container .goga_left .goga_cont .hidd_b {
    display: none;
  }
  section#section_goga .container .goga_right {
    height: 80rem;
  }
  section#section_goga .container .goga_right .logo .all {
    text-align: center;
    margin-top: 40rem;
    margin-left: -36rem;
  }
  section#section_goga .container .button_goga_all {
    vertical-align: top;
    text-align: center;
    margin-top: 65rem;
  }
  section#section_goga .container .button_goga_all .button_goga {
    width: 38rem;
    height: 5rem;
    border-radius: 0;
  }
}
@media screen and (max-width: 1024px) {
  section#section_goga .container {
    width: 100%;
  }
  section#section_goga .container .goga_left {
    height: 85rem;
  }
  section#section_goga .container .goga_left .goga_cont {
    width: 85%;
  }
  section#section_goga .container .goga_left .goga_cont .set_3 {}
  section#section_goga .container .goga_left .goga_cont .set_3 h4 {
    font-size: 1.5rem;
    line-height: 2rem;
    display: inline-block;
    padding-left: 1.5rem;
  }
  section#section_goga .container .goga_left .goga_cont .set_3 .comprise {
    padding-left: 0rem;
  }
  section#section_goga .container .goga_left .goga_cont .check_all {
    box-sizing: border-box;
    vertical-align: top;
    text-align: center;
  }
  section#section_goga .container .goga_left .goga_cont .check_all .check {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 23rem;
    border-radius: 0;
    text-align: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  section#section_goga .container .goga_left .goga_cont .check_all .check_1, section#section_goga .container .goga_left .goga_cont .check_all .check_2, section#section_goga .container .goga_left .goga_cont .check_all .check_3 {
    width: 30%;
    vertical-alin: top;
  }
  section#section_goga .container .goga_right {
    height: 85rem;
  }
  section#section_goga .container .goga_right .logo .all {
    text-align: center;
    margin-top: 40rem;
    margin-left: -28rem;
  }
  section#section_goga .container .button_goga_all {
    vertical-align: top;
    text-align: center;
    margin-top: 67rem;
  }
  section#section_goga .container .button_goga_all .button_goga {
    width: 83%;
    height: 5rem;
    border-radius: 0;
  }
}
@media screen and (max-width: 780px) {
  html {
    font-size: 9.5px;
  }
  section#section_goga .container {
    width: 100%;
  }
  section#section_goga .container .goga_left {
    position: relative;
    display: inline-block;
    height: 70rem;
    width: 100%;
    border: solid 0.1rem rgba(0, 0, 0, 0);
  }
  section#section_goga .container .goga_left .goga_cont {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
  }
  section#section_goga .container .goga_left .goga_cont h1 {
    display: inline-block;
  }
  section#section_goga .container .goga_left .goga_cont .set_3 h4 {
    padding-left: 1rem;
    margin-top: -1.5rem;
  }
  section#section_goga .container .goga_left .goga_cont .check_all {
    box-sizing: border-box;
    vertical-align: top;
    text-align: center;
  }
  section#section_goga .container .goga_left .goga_cont .check_all .check {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 20rem;
    border-radius: 0;
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  section#section_goga .container .goga_left .goga_cont .check_all .check_1, section#section_goga .container .goga_left .goga_cont .check_all .check_2, section#section_goga .container .goga_left .goga_cont .check_all .check_3 {
    width: 30%;
    vertical-align: top;
  }
  section#section_goga .container .goga_left .goga_cont .check_all h2 {
    font-size: 1.5rem;
    line-height: 3rem;
    font-weight: 700;
    letter-spacing: 0.2rem;
  }
  section#section_goga .container .goga_left .goga_cont .check_all .stile {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 4rem;
    height: 4rem;
    border-radius: 0;
    border: solid 0.1rem #000;
    margin-left: auto;
    margin-right: auto;
    bottom: 0rem;
  }
  section#section_goga .container .goga_left .goga_cont .check_all .stile .strike1 {
    height: 5.5rem;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: -2rem;
  }
  section#section_goga .container .goga_right {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 25rem;
  }
  section#section_goga .container .goga_right .logo {
    width: calc(75% + 5.5rem);
    position: relative;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
  }
  section#section_goga .container .goga_right .logo .all {
    text-align: left;
    margin-top: 0rem;
    margin-left: 0rem;
  }
  section#section_goga .container .button_goga_all {
    vertical-align: top;
    text-align: center;
    margin-top: 3rem;
  }
  section#section_goga .container .button_goga_all .button_goga {
    width: 75%;
    height: 5rem;
    border-radius: 0;
  }
}
@media screen and (max-width: 600px) {
  html {
    font-size: 9px;
  }
  section#section_goga .container {
    width: 100%;
  }
  section#section_goga .container .goga_left {
    position: relative;
    display: inline-block;
    height: 85rem;
    width: 100%;
    border: solid 0.1rem rgba(0, 0, 0, 0);
  }
  section#section_goga .container .goga_left .goga_cont {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
  }
  section#section_goga .container .goga_left .goga_cont h1 {
    font-size: 4.8rem;
    margin-bottom: 1rem;
    display: block;
  }
  section#section_goga .container .goga_left .goga_cont h4 {
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: 0.1rem;
    font-family: source-sans-pro, sans-serif;
    font-weight: 500;
    color: #48a4f3;
    display: inline-block;
    padding-left: 1.5rem;
  }
  section#section_goga .container .goga_left .goga_cont .set_3 .comprise {
    padding-left: 3rem;
  }
  section#section_goga .container .goga_left .goga_cont .icon {
    font-size: 3.1rem;
    line-height: 3rem;
    font-weight: 700;
    color: #333;
    margin: 0 0 0rem 0;
  }
  section#section_goga .container .goga_left .goga_cont .check_web {
    display: none;
  }
  section#section_goga .container .goga_left .goga_cont .check_phone {
    display: block;
    width: 100%;
  }
  section#section_goga .container .goga_left .goga_cont .check_phone .phone_all {
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  section#section_goga .container .goga_left .goga_cont .check_phone .phone_all h2 {
    position: relative;
    height: 7rem;
    font-size: 1.6rem;
    line-height: 3rem;
    font-weight: 700;
    letter-spacing: 0.2rem;
    padding-left: 6.5rem;
  }
  section#section_goga .container .goga_left .goga_cont .check_phone .phone_all h2:before {
    position: absolute;
    content: "";
    width: 3rem;
    height: 3rem;
    border-radius: 0;
    border: solid 0.2rem #000;
    left: 1rem;
  }
  section#section_goga .container .goga_left .goga_cont .check_phone .phone_all .strike {
    position: absolute;
    height: 4rem;
    top: -1rem;
    left: 1.5rem;
  }
  section#section_goga .container .goga_left .goga_cont .check_phone .phone_all .strike2 {
    top: 8rem;
  }
  section#section_goga .container .goga_left .goga_cont .check_phone .phone_all .strike3 {
    top: 17rem;
  }
  section#section_goga .container .goga_left .goga_cont p {
    width: 100%;
    font-size: 1.6rem;
    line-height: 3rem;
    letter-spacing: 0.2rem;
    padding-left: 1rem;
    padding-right: 0.5rem;
    margin-top: 2rem;
  }
  section#section_goga .container .goga_right {
    position: relative;
    display: inline-block;
    border: solid 0.1rem rgba(0, 0, 0, 0);
    width: 100%;
    height: 25rem;
  }
  section#section_goga .container .goga_right .logo {
    width: calc(70% + 5.5rem);
    position: relative;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
  }
  section#section_goga .container .goga_right .logo .all {
    text-align: left;
    margin-top: 0rem;
    margin-left: 0rem;
  }
  section#section_goga .container .button_goga_all {
    vertical-align: top;
    text-align: center;
    margin-top: 3rem;
  }
  section#section_goga .container .button_goga_all .button_goga {
    width: 70%;
    height: 5rem;
    border-radius: 0;
  }
}
@media screen and (max-width: 400px) {
  html {
    font-size: 8px;
  }
  section#section_goga {
    /*		padding: 0;*/
  }
  section#section_goga .container {
    width: 100%;
  }
  section#section_goga .container .goga_left {
    position: relative;
    display: inline-block;
    height: 70rem;
    width: 100%;
    border: solid 0.1rem rgba(0, 0, 0, 0);
    margin: 0;
  }
  section#section_goga .container .goga_left .goga_cont {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
  }
  section#section_goga .container .goga_left .goga_cont h4 {
    font-size: 1.6rem;
    line-height: 2rem;
    padding-left: 1.5rem;
    margin-top: 0rem;
  }
  section#section_goga .container .goga_left .goga_cont .comprise {
    padding-left: 0rem;
  }
  section#section_goga .container .goga_left .goga_cont .comprise {
    padding-left: 0rem;
  }
  section#section_goga .container .goga_left .goga_cont .icon {
    display: none;
  }
  section#section_goga .container .goga_left .goga_cont .check_web {
    display: none;
  }
  section#section_goga .container .goga_left .goga_cont .check_phone {
    display: block;
    width: 100%;
  }
  section#section_goga .container .goga_left .goga_cont .check_phone .phone_all {
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  section#section_goga .container .goga_left .goga_cont .check_phone .phone_all h2 {
    position: relative;
    height: 7rem;
    font-size: 1.6rem;
    line-height: 3rem;
    font-weight: 700;
    letter-spacing: 0.2rem;
    padding-left: 6.5rem;
    margin: 0;
  }
  section#section_goga .container .goga_left .goga_cont .check_phone .phone_all h2:before {
    position: absolute;
    content: "";
    width: 3rem;
    height: 3rem;
    border-radius: 0;
    border: solid 0.2rem #000;
    left: 1rem;
  }
  section#section_goga .container .goga_left .goga_cont .check_phone .phone_all .strike {
    position: absolute;
    height: 4rem;
    top: -1rem;
    left: 1.5rem;
  }
  section#section_goga .container .goga_left .goga_cont .check_phone .phone_all .strike2 {
    top: 6rem;
  }
  section#section_goga .container .goga_left .goga_cont .check_phone .phone_all .strike3 {
    top: 13rem;
  }
  section#section_goga .container .goga_left .goga_cont p {
    width: 100%;
    font-size: 1.6rem;
    line-height: 3rem;
    letter-spacing: 0.2rem;
    padding-left: 1rem;
    padding-right: 0.5rem;
    margin-top: 0rem;
  }
  section#section_goga .container .goga_right {
    position: relative;
    display: inline-block;
    border: solid 0.1rem rgba(0, 0, 0, 0);
    width: 100%;
    height: 25rem;
  }
  section#section_goga .container .goga_right .logo {
    width: calc(70% + 5.5rem);
    position: relative;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
  }
  section#section_goga .container .goga_right .logo .all {
    text-align: left;
    margin-top: 0rem;
    margin-left: 0rem;
  }
  section#section_goga .container .button_goga_all {
    vertical-align: top;
    text-align: center;
    margin-top: 3rem;
  }
  section#section_goga .container .button_goga_all .button_goga {
    width: 70%;
    height: 5rem;
    border-radius: 0;
  }
}
/* --------------ses,infra,ai共通------------ */
section#section_ses, section#section_infra, section#section_ai {
  position: relative;
  display: flex;
  justify-content: center;
}
section#section_ses .container, section#section_infra .container, section#section_ai .container {
  position: relative;
  max-width: 136.6rem;
  margin: 0 6%;
  padding: 0rem;
}
.container .support {
  color: #000;
  font-size: 2.4rem;
  text-align: center;
  font-weight: 700;
  opacity: 1;
  margin-top: 18rem;
}
.container .ses_left, .infra_left, .ai_left {
  position: relative;
  display: inline-block;
  height: 80rem;
  width: 50%;
  border: solid 0.1rem rgba(0, 0, 0, 0);
  text-align: left;
  box-sizing: border-box;
  flex-wrap: nowrap;
  vertical-align: top;
}
.container .ses_left .ses_cont, .container .infra_left .infra_cont, .ai_left .ai_cont {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}
.container .ses_left .ses_cont .icon, .container .infra_left .infra_cont .icon, .container .ai_left .ai_cont .icon {
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 700;
  color: #333;
  margin: 0 0 -3rem 0;
}
.container .ses_left .ses_cont .check_phone, .container .infra_left .infra_cont .check_phone, .container .ai_left .ai_cont .check_phone {
  display: none;
}
.container .ses_left .ses_cont .check_all, .container .infra_left .infra_cont .check_all, .ai_left .ai_cont .check_all {
  box-sizing: border-box;
  vertical-align: top;
  text-align: center;
}
.container .ses_left .ses_cont .check_all .check, .container .infra_left .infra_cont .check_all .check, .ai_left .ai_cont .check_all .check {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 15rem;
  border-radius: 0;
  text-align: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.container .ses_left .ses_cont .check_all .check_1, .container .ses_left .ses_cont .check_all .check_2, .container .ses_left .ses_cont .check_all .check_3, .container .infra_left .infra_cont .check_all .check_1, .container .infra_left .infra_cont .check_all .check_2, .container .infra_left .infra_cont .check_all .check_3, .container .ai_left .ai_cont .check_all .check_1, .container .ai_left .ai_cont .check_all .check_2, .container .ai_left .ai_cont .check_all .check_3 {
  width: 30%;
  vertical-align: top;
}
.container .ses_left .ses_cont .check_all h2, .container .ai_left .ai_cont .check_all h2 {
  font-size: 1.5rem;
  line-height: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
}
.container .infra_left .infra_cont .check_all h2 {
  font-size: 1.5rem;
  line-height: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  margin-top: 0;
}
.container .ses_left .ses_cont .check_all .stile {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 4rem;
  height: 4rem;
  border-radius: 0;
  border: solid 0.2rem #000;
  margin-left: auto;
  margin-right: auto;
  bottom: 2rem;
}
.container .infra_left .infra_cont .check_all .stile {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 4rem;
  height: 4rem;
  border-radius: 0;
  border: solid 0.2rem #000;
  margin-left: auto;
  margin-right: auto;
  bottom: -1rem;
}
.container .ai_left .ai_cont .check_all .stile {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 4rem;
  height: 4rem;
  border-radius: 0;
  border: solid 0.2rem #000;
  margin-left: auto;
  margin-right: auto;
  bottom: -5rem;
}
section#section_infra .container .infra_left .infra_cont .check_all .stile .strike1 {
  height: 5.5rem;
  margin-top: -2rem;
}
.container .ses_left .ses_cont p, .infra_cont p {
  width: 100%;
  font-size: 1.5rem;
  line-height: 3rem;
  letter-spacing: 0.2rem;
  margin-top: 4rem;
  margin-bottom: 0rem;
}
.container .ai_left .ai_cont p {
  width: 100%;
  font-size: 1.5rem;
  line-height: 3rem;
  letter-spacing: 0.2rem;
  margin-top: 7rem;
  margin-bottom: 0rem;
}
.container .ses_left .ses_cont ul, .container .infra_left .infla_cont ul, .container .ai_left .ai_cont ul {
  margin-top: 0rem;
  /*	white-space: pre-wrap; */
  word-break: break-all;
}
.container .ses_left .ses_cont ul li, .container .infra_left .infra_cont ul li, .container .ai_left .ai_cont ul li {
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: 400;
  list-style: none;
  margin-left: -3rem;
  letter-spacing: 0.1rem;
}
.container .ses_right, .infra_right, .ai_right {
  position: absolute;
  display: inline-block;
  border: solid 0.1rem rgba(0, 0, 0, 0);
  width: 50%;
  height: 70rem;
  box-sizing: border-box;
  vertical-align: top;
}
.container .ses_right .logo, .infra_right .logo, .ai_right .logo {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.container .ses_right .logo .all, .logo .all {
  text-align: center;
  margin-left: -8rem;
}
.container .ses_right .logo .all .icon, .logo .all .icon {
  display: inline-block;
  vertical-align: top;
}
.container .ses_right .logo .all img, .logo .all img {
  height: 10rem;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
}
.container .infra_right .logo .all .icon_infra img, .container .ai_right .logo .all .icon_ai img {
  width: 50%;
  height: auto;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
}
.container .button_ses_all, .container .button_infra_all, .container .button_ai_all {
  vertical-align: top;
  text-align: center;
  margin-top: 60rem;
}
.container .button_ses_all .button_ses, .button_infra_all .button_infra, .button_ai_all .button_ai {
  width: 40rem;
  height: 5rem;
  border-radius: 0;
  background-color: #000;
  text-align: center;
  font-size: 1.5rem;
  line-height: 5rem;
  cursor: pointer;
  color: #FFFFFF;
  vertical-align: top;
  display: inline-block;
}
.button_infra_all .button_infra a, .button_ai_all .button_ai a {
  color: #FFF;
}
.ret {
  width: 5rem;
  height: 5rem;
  border-radius: 0;
  display: inline-block;
  text-align: center;
  margin-left: 0.5rem;
}
.container .button_ses_all .ret #pic2, .container .button_infra_all .ret #pic2, .container .button_ai_all .ret #pic2 {
  stroke: #000;
  stroke-width: 0.6rem;
  stroke-linecap: round;
}
.container .button_ses_all .ret #pic2 .circle, .container .button_infra_all .ret #pic2 .circle, .container .button_ai_all .ret #pic2 .circle {
  stroke: #000;
}
.container .button_ses_all .ret #pic2 .tick, .container .button_infra_all .ret #pic2 .tick, section#section_ai .container .button_ai_all .ret #pic2 .tick {
  stroke: #FFFFFF;
}
section#section_ses .popup_ses_ses {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
}
section#section_ses .popup_ses_ses .popup_container_ses {
  position: fixed;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  top: 0%;
  padding: 5rem;
  z-index: 999;
  animation: inout_ses 1s;
  overflow-y: scroll;
}
section#section_ses .popup_ses_ses ::-webkit-scrollbar {
  display: none;
}
section#section_ses .popup_ses_ses .popup_ses {
  width: 75%;
  background-color: #FFFFFF;
  border-radius: 5rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7%;
}
section#section_ses .popup_ses_ses .popup_ses .tit_1 {
  position: relative;
  width: 50%;
  height: 25rem;
  border-radius: 0;
  background: linear-gradient(90deg, #c2d7db 10%, #00aee8 80%);
  margin-left: auto;
  margin-right: auto;
}
section#section_ses .popup_ses_ses .popup_ses .tit_1 .tit_2 {
  width: 10rem;
  height: 25rem;
  border-radius: 0;
  background: linear-gradient(180deg, #c2d7db 23%, #00aee8 80%);
  margin-left: auto;
}
section#section_ses .popup_ses_ses .popup_ses .tit_1 .tit_3 {
  position: absolute;
  width: 10rem;
  height: 10rem;
  border-radius: 0;
  background: linear-gradient(0deg, #c2d7db 5%, #00aee8 80%);
  transform: translateX(-10rem);
  bottom: 0rem;
}
section#section_ses .popup_ses_ses .popup_ses h1 {
  font-family: source-sans-pro, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 0.4rem;
  margin-top: 7rem;
  text-align: center;
}
section#section_ses .popup_ses_ses .popup_ses h2 {
  font-family: source-sans-pro, sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-align: center;
  margin-bottom: 7rem;
}
.popup_ses_ses .popup_ses table {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  border-collapse: collapse;
  vertical-align: top;
  margin-top: 10rem;
  margin-bottom: 2rem;
}
section#section_ses .popup_ses_ses .popup_ses table th {
  border: solid 0.1rem #000;
  padding: 2rem;
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
  line-height: 3rem;
  font-weight: 700;
  vertical-align: top;
  border: none;
}
section#section_ses .popup_ses_ses .popup_ses table th .icon_ses_1 {
  height: 21rem;
  position: relative;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 50%;
  transform: translateX(-50%);
}
section#section_ses .popup_ses_ses .popup_ses table th .icon_ses_2 {
  height: 14rem;
  position: relative;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 50%;
  transform: translateX(-50%);
}
section#section_ses .popup_ses_ses .popup_ses table .tit {
  font-size: 4rem;
  line-height: 4rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
}
section#section_ses .popup_ses_ses .popup_ses table .spec_ses {
  position: relative;
  font-size: 4rem;
  line-height: 8rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}
section#section_ses .popup_ses_ses .popup_ses table .spec_ses_phone {
  display: none;
}
section#section_ses .popup_ses_ses .popup_ses table .spec_ses_web {
  display: block;
}
section#section_ses .popup_ses_ses .popup_ses .btn {
  width: 21rem;
  height: 5.5rem;
  border-radius: 3rem;
  background-color: #000;
  font-size: 1.8rem;
  line-height: 4rem;
  letter-spacing: 0.1rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7rem;
  margin-bottom: 10rem;
  cursor: pointer;
}
section#section_ses .popup_ses_ses .popup_ses a.ses {
  color: #FFFFFF;
  text-decoration: none;
}
section#section_ses .popup_ses_ses .popup_ses .tit_4 {
  position: relative;
  width: 50%;
  height: 25rem;
  border-radius: 0;
  background: linear-gradient(90deg, #c2d7db 10%, #00aee8 80%);
  margin-left: auto;
  margin-right: auto;
}
section#section_ses .popup_ses_ses .popup_ses .tit_4 .tit_5 {
  position: absolute;
  width: 25rem;
  height: 10rem;
  border-radius: 0;
  background: linear-gradient(90deg, #c2d7db 10%, #00aee8 80%);
  top: 0rem;
  right: 0rem;
}
section#section_ses .popup_ses_ses .popup_ses .tit_4 .tit_6 {
  position: absolute;
  width: 10rem;
  height: 10rem;
  border-radius: 0;
  background: linear-gradient(180deg, #c2d7db 10%, #00aee8 80%);
}
section#section_ses .popup_ses_ses .popup_ses .popup_top_ses {
  position: fixed;
  bottom: 12%;
  right: calc(15% + 2rem);
  width: 7rem;
  height: 7rem;
  border-radius: 0;
  cursor: pointer;
  transition-duration: 0.2s;
}
section#section_ses .popup_ses_ses .popup_ses .popup_top_ses #pic_ses_top {
  stroke: #000;
  stroke-width: 0.4rem;
  stroke-linecap: round;
}
section#section_ses .popup_ses_ses .popup_ses .popup_top_ses #pic_ses_top .tick_ses_top {
  stroke: #FFFFFF;
}
section#section_ses .popup_ses_ses .popup_ses .popup_top_ses .popup_close_ses {
  position: fixed;
  width: 7rem;
  height: 7rem;
  border-radius: 0;
  cursor: pointer;
  transition-duration: 0.2s;
}
section#section_ses .popup_ses_ses .popup_ses .popup_top_ses .popup_close_ses #pic_ses {
  stroke: #000;
  stroke-width: 0.4rem;
  stroke-linecap: round;
}
section#section_ses .popup_ses_ses .popup_ses .popup_top_ses .popup_close_ses #pic_ses .tick_ses, section#section_ses .popup_ses_ses .popup_ses .popup_top_ses .popup_close_ses #pic_ses .tick_ses_1 {
  stroke: #FFFFFF;
}
section#section_ses .popup_ses_ses .popup_container_ses.popup_hide_ses {
  display: none;
}
section#section_ses .popup_ses_ses .button_ses.popup_hide_ses {
  display: none;
}
@keyframes inout_ses {
  0% {
    opacity: 0;
    transform: translateY(0rem) translateX(0rem) scale(1);
  }
  50% {
    opacity: 1;
    transform: translateY(0rem) translateX(0rem) scale(1.1);
  }
  100% {
    opacity: 1;
    transform: translateY(0rem) translateX(0rem) scale(1);
  }
}
@media screen and (max-width: 1200px) {
  section#section_ses .container, section#section_infra .container, section#section_ai .container {
    width: 100%;
  }
  .container .ses_left, .container .infra_left, .container .ai_left {
    height: 80rem;
  }
  .container .ses_left .ses_cont, .container .infra_left .infra_cont, .container .ai_left .ai_cont {
    width: 85%;
  }
  .container .infra_left .infra_cont h1, .container .ai_left .ai_cont h1 {
    font-size: 4rem;
    line-height: 50%;
    display: inline-block;
  }
  .container .ses_right, .container .infra_right, .container .ai_right {
    height: 80rem;
  }
  .container .button_ses_all, .container .button_infra_all, .container .button_ai_all {
    vertical-align: top;
    text-align: center;
    margin-top: 55rem;
  }
  .container .button_ses_all .button_ses, .container .button_infra_all .button_infra, .container .button_ai_all .button_ai {
    width: 38rem;
    height: 5rem;
    border-radius: 0;
  }
  .container .ai_right .logo .all .icon_ai img {
    width: 40%;
  }
  section#section_ses .popup_ses_ses .popup_ses {
    width: 85%;
  }
  section#section_ses .popup_ses_ses .popup_ses .tit_1 {
    width: 55%;
    height: 23rem;
    border-radius: 0;
  }
  section#section_ses .popup_ses_ses .popup_ses .tit_1 .tit_2 {
    width: 10rem;
    height: 23rem;
    border-radius: 0;
  }
  section#section_ses .popup_ses_ses .popup_ses table {
    width: 65%;
  }
  section#section_ses .popup_ses_ses .popup_ses table th {
    border: solid 0.1rem #000;
    border: none;
  }
  section#section_ses .popup_ses_ses .popup_ses table th .icon_ses_1 {
    height: 21rem;
  }
  section#section_ses .popup_ses_ses .popup_ses table th .icon_ses_2 {
    height: 14rem;
  }
  section#section_ses .popup_ses_ses .popup_ses .tit_4 {
    width: 55%;
    height: 23rem;
    border-radius: 0;
  }
  section#section_ses .popup_ses_ses .popup_ses .tit_4 .tit_5 {
    width: 23rem;
    height: 10rem;
    border-radius: 0;
  }
  section#section_ses .popup_ses_ses .popup_ses .tit_4 .tit_6 {
    width: 10rem;
    height: 10rem;
    border-radius: 0;
  }
  section#section_ses .popup_ses_ses .popup_ses .popup_top_ses {
    right: calc(11% + 2rem);
  }
}
@media screen and (max-width: 1024px) {
  section#section_ses .container {
    width: 100%;
  }
  .container .ses_left, .container .infra_left, .container .ai_left {
    height: 85rem;
  }
  .container .infra_left, .container .ai_left {
    height: 90rem;
  }
  .container .ses_left .ses_cont, .container .infra_left .infra_cont, .container .ai_left .ai_cont {
    width: 85%;
  }
  .container .infra_left .infra_cont p {
    margin-top: 7rem;
    line-height: 2.7rem;
  }
  .container .ai_left .ai_cont p {
    margin-top: 16rem;
    line-height: 2.7rem;
  }
  .container .ses_left .ses_cont .check_all, .container .infra_left .infra_cont .check_all, .container .ai_left .ai_cont .check_all {
    box-sizing: border-box;
    vertical-align: top;
    text-align: center;
  }
  .container .ai_left .ai_cont .check_all h2 {}
  .container .ses_left .ses_cont .check_all .check, .container .infra_left .infra_cont.check_all .check {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 17rem;
    border-radius: 0;
    text-align: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .container .ses_left .ses_cont .check_all .check_1, .container .ses_left .ses_cont .check_all .check_2, .container .ses_left .ses_cont .check_all .check_3 {
    width: 30%;
    vertical-align: top;
  }
  .container .ai_left .ai_cont .check_all .stile {
    top: 22rem;
  }
  .container .infra_left .infra_cont .check_all .stile {
    bottom: -3rem;
  }
  .container .ses_right, .infra_right {
    height: 85rem;
  }
  .container .ses_right .logo, .infra_right .logo {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .container .ses_right .logo .all, .container .infra_right .logo .all {
    margin-left: -6rem;
  }
  .container .ai_right .logo .all {
    width: 100%;
    margin: 0;
    margin-left: -7%;
  }
  .container .ses_right .logo .all .icon_ses img {
    height: 8.5rem;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
  }
  .container .button_ses_all {
    vertical-align: top;
    text-align: center;
    margin-top: 67rem;
  }
  .container .button_infra_all {
    vertical-align: top;
    text-align: center;
    margin-top: 60rem;
  }
  .container .button_ai_all {
    vertical-align: top;
    text-align: center;
    margin-top: 60rem;
  }
  .container .button_ses_all .button_ses, .container .button_infra_all .button_infra, .container .button_ai_all .button_ai {
    width: 83%;
    height: 5rem;
    border-radius: 0;
  }
  section#section_ses .popup_ses_ses .popup_ses {
    width: 95%;
  }
  section#section_ses .popup_ses_ses .popup_ses .tit_1 {
    width: 60%;
    height: 22rem;
    border-radius: 0;
  }
  section#section_ses .popup_ses_ses .popup_ses .tit_1 .tit_2 {
    width: 9rem;
    height: 22rem;
    border-radius: 0;
  }
  section#section_ses .popup_ses_ses .popup_ses .tit_1 .tit_3 {
    width: 9rem;
    height: 9rem;
    border-radius: 0;
    transform: translateX(-9rem);
  }
  section#section_ses .popup_ses_ses .popup_ses table {
    width: 70%;
  }
  section#section_ses .popup_ses_ses .popup_ses table th .icon_ses_1 {
    height: 18rem;
  }
  section#section_ses .popup_ses_ses .popup_ses table th .icon_ses_2 {
    height: 13rem;
  }
  section#section_ses .popup_ses_ses .popup_ses table .spec_ses {
    position: relative;
    font-size: 3.5rem;
    line-height: 7rem;
  }
  section#section_ses .popup_ses_ses .popup_ses .tit_4 {
    width: 60%;
    height: 22rem;
    border-radius: 0;
  }
  section#section_ses .popup_ses_ses .popup_ses .tit_4 .tit_5 {
    width: 22rem;
    height: 9rem;
    border-radius: 0;
  }
  section#section_ses .popup_ses_ses .popup_ses .tit_4 .tit_6 {
    width: 9rem;
    height: 9rem;
    border-radius: 0;
  }
  section#section_ses .popup_ses_ses .popup_ses .popup_top_ses {
    right: calc(9% + 2rem);
  }
}
@media screen and (max-width: 780px) {
  html {
    font-size: 9.5px;
  }
  section#section_ses .container, section#section_infra .container, section#section_ai .container {
    width: 100%;
  }
  .container .ses_left, .container .infra_left, .container .ai_left {
    position: relative;
    display: inline-block;
    height: 70rem;
    width: 100%;
    border: solid 0.1rem rgba(0, 0, 0, 0);
  }
  .container .ses_left .ses_cont, .container .infra_left .infra_cont, .container .ai_left .ai_cont {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
  }
  .container .ses_left .ses_cont h1 {
    display: inline-block;
  }
  .container .ses_left .ses_cont h5, .container .infra_left .infra_cont h5, .container .ai_left .ai_cont h5 {
    padding-left: 1rem;
  }
  .container .ses_left .ses_cont p, .container .infra_left .infra_cont p {
    margin-top: 3rem;
  }
  .container .ai_left .ai_cont p {
    margin-top: 7rem;
  }
  .container .ses_left .ses_cont .check_all .stile, .container .infra_left .infra_cont .check_all .stile {
    top: 64%;
  }
  .container .ai_left .ai_cont .check_all .stile {
    top: 95%;
  }
  .container .ses_right, .container .infra_right, .container .ai_right {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40rem;
    margin-top: 0rem;
  }
  .container .ses_right .logo, .container .infra_right .logo, .container .ai_right .logo {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translateX(-50%);
  }
  .container .ses_right .logo .all, .container .infra_right .logo .all, .container .ai_right .logo .all {
    text-align: center;
    margin-left: -3rem;
  }
  .container .ses_right .logo .all .icon_ses img, .container .infra_right .logo .all .icon_infra img .logo .all img, .container .ai_right .logo .all .icon_ai img .logo .all img {
    height: 10rem;
    display: inline-block;
  }
  .container .button_ses_all {
    vertical-align: top;
    text-align: center;
    margin-top: 20rem;
  }
  .container .button_infra_all {
    vertical-align: top;
    text-align: center;
    margin-top: 34rem;
  }
  .container .button_ai_all {
    vertical-align: top;
    text-align: center;
    margin-top: 34rem;
  }
  .container .button_ses_all .button_ses, .container .button_infra_all .button_infra, .container .button_ai_all .button_ai {
    width: 46rem;
    height: 5rem;
    border-radius: 0;
  }
  section#section_ses .popup_ses_ses .popup_container_ses {
    width: 105%;
  }
  section#section_ses .popup_ses_ses .popup_ses {
    width: 95%;
  }
  section#section_ses .popup_ses_ses .popup_ses .tit_1 {
    width: 65%;
    height: 20rem;
    border-radius: 0;
  }
  section#section_ses .popup_ses_ses .popup_ses .tit_1 .tit_2 {
    width: 9rem;
    height: 20rem;
    border-radius: 0;
  }
  section#section_ses .popup_ses_ses .popup_ses .tit_1 .tit_3 {
    width: 9rem;
    height: 9rem;
    border-radius: 0;
    transform: translateX(-9rem);
  }
  section#section_ses .popup_ses_ses .popup_ses table {
    width: 70%;
  }
  section#section_ses .popup_ses_ses .popup_ses table th {
    border: solid 0.1rem #000;
    border: none;
  }
  section#section_ses .popup_ses_ses .popup_ses table th .icon_ses_1 {
    height: 16rem;
  }
  section#section_ses .popup_ses_ses .popup_ses table th .icon_ses_2 {
    height: 12rem;
  }
  section#section_ses .popup_ses_ses .popup_ses table .spec_ses {
    position: relative;
    font-size: 3.2rem;
    line-height: 6.4rem;
    white-space: nowrap;
  }
  section#section_ses .popup_ses_ses .popup_ses .tit_4 {
    width: 65%;
    height: 20rem;
    border-radius: 0;
  }
  section#section_ses .popup_ses_ses .popup_ses .tit_4 .tit_5 {
    width: 20rem;
    height: 9rem;
    border-radius: 0;
  }
  section#section_ses .popup_ses_ses .popup_ses .tit_4 .tit_6 {
    width: 9rem;
    height: 9rem;
    border-radius: 0;
  }
  section#section_ses .popup_ses_ses .popup_ses .popup_top_ses {
    right: calc(6% + 2rem);
  }
}
@media screen and (max-width: 600px) {
  html {
    font-size: 9px;
  }
  section#section_ses .container, section#section_infra .container, section#section_ai .container {
    width: 100%;
    margin-top: 10%;
  }
  .container .ses_left, .container .infra_left {
    position: relative;
    display: inline-block;
    width: 100%;
    border: solid 0.1rem rgba(0, 0, 0, 0);
    margin-top: 10rem;
  }
  .container .ses_left .ses_cont, .container .infra_left .infra_cont, .container .ai_left .ai_cont {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
  }
  .container .ses_left .ses_cont h1, .container .infra_left .infra_cont h1, .container .ai_left .ai_cont h1 {
    display: inline-block;
  }
  .container .ses_left .ses_cont .check_web, .container .infra_left .infra_cont .check_web, .container .ai_left .ai_cont .check_web {
    display: none;
  }
  .container .ses_left .ses_cont .check_phone, .container .infra_left .infra_cont .check_phone, .container .ai_left .ai_cont .check_phone {
    display: block;
    width: 100%;
  }
  .container .ses_left .ses_cont .check_phone .phone_all, .container .infra_left .infra_cont .check_phone .phone_all, .container .ai_left .ai_cont .check_phone .phone_all {
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  .container .ses_left .ses_cont .check_phone .phone_all h2 {
    position: relative;
    height: 5rem;
    font-size: 1.7rem;
    line-height: 3rem;
    font-weight: 700;
    letter-spacing: 0.2rem;
    padding-left: 6.5rem;
  }
  .container .infra_left .infra_cont .check_phone .phone_all h2 {
    position: relative;
    height: 7rem;
    font-size: 1.6rem;
    line-height: 3rem;
    font-weight: 700;
    letter-spacing: 0.2rem;
    padding-left: 6.5rem;
  }
  .container .ai_left .ai_cont .check_phone .phone_all h2 {
    position: relative;
    height: 7rem;
    font-size: 1.6rem;
    line-height: 3rem;
    font-weight: 700;
    letter-spacing: 0.2rem;
    padding-left: 6.5rem;
    margin-top: 3rem;
  }
  .container .ses_left .ses_cont .check_phone .phone_all h2:before {
    position: absolute;
    content: "";
    width: 3rem;
    height: 3rem;
    border-radius: 0;
    border: solid 0.4rem #000;
    border-radius: 100%;
    left: 1rem;
  }
  .container .infra_left .infra_cont .check_phone .phone_all h2:before {
    position: absolute;
    content: "";
    width: 3rem;
    height: 3rem;
    border-radius: 0;
    border: solid 0.2rem #000;
    left: 1rem;
  }
  .container .ai_left .ai_cont .check_phone .phone_all h2:before {
    position: absolute;
    content: "";
    width: 3rem;
    height: 3rem;
    border-radius: 0;
    border: solid 0.2rem #000;
    left: 1rem;
  }
  .container .ses_left .ses_cont .check_phone .phone_all .strike {
    position: absolute;
    height: 4rem;
    top: 0rem;
    left: 1.5rem;
  }
  .container .infra_left .infra_cont .phone_all .strike, .container .ai_left .ai_cont .phone_all .strike {
    position: absolute;
    height: 4rem;
    top: -1rem;
    left: 1.5rem;
  }
  .container .ses_left .ses_cont .check_phone .phone_all .strike2 {
    top: 9rem;
  }
  .container .infra_left .infra_cont .phone_all .strike2 {
    top: 8rem;
  }
  .container .ai_left .ai_cont .phone_all .strike2 {
    top: 9rem;
  }
  .container .ses_left .ses_cont .check_phone .phone_all .strike3 {
    top: 18rem;
  }
  .container .infra_left .infra_cont .phone_all .strike3 {
    top: 17rem;
  }
  .container .ai_left .ai_cont .phone_all .strike3 {
    top: 19rem;
  }
  .container .ses_left .ses_cont p, .container .infra_left .infra_cont .infra_cont p, .container .ai_left .ai_cont .ai_cont p {
    width: 100%;
    font-size: 1.7rem;
    line-height: 3rem;
    letter-spacing: 0.2rem;
    padding-left: 1rem;
    padding-right: 0.5rem;
    margin-top: 3rem;
  }
  .container .ses_right, .infra_right, .ai_right {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 30rem;
  }
  .container .ses_right .logo {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 17%;
    transform: translateX(-50%);
  }
  .container .infra_right .logo {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translateX(-50%);
  }
  .container .ai_right .logo {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 14%;
    transform: translateX(-50%);
  }
  .container .ses_right .logo .all, .container .infra_right .logo .all {
    text-align: center;
    margin-left: -3rem;
  }
  .container .ai_right .logo .all {
    margin-left: 0rem;
  }
  .container .ses_right .logo .all .icon_ses img, .container .ai_right .logo .all .icon_ai img {
    height: 9rem;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    width: 40%;
    height: auto;
  }
  .container .infra_right .logo .all .icon_infra img {}
  .container .button_ses_all {
    vertical-align: top;
    text-align: center;
    margin-top: 18rem;
  }
  .container .button_infra_all {
    vertical-align: top;
    text-align: center;
    margin-top: 30rem;
  }
  .container .button_ses_all .button_ses, .container .button_infra_all .button_infra, .container .button_ai_all .button_ai {
    width: 70%;
    height: 5rem;
    border-radius: 0;
  }
  section#section_ses .popup_ses_ses .popup_container_ses {
    margin: 0 auto;
    width: 110%;
  }
  section#section_ses .popup_ses_ses .popup_ses {
    width: 100%;
    border-radius: 4rem;
  }
  section#section_ses .popup_ses_ses .popup_ses .tit_1 {
    width: 65%;
    height: 15rem;
    border-radius: 0;
  }
  section#section_ses .popup_ses_ses .popup_ses .tit_1 .tit_2 {
    width: 7rem;
    height: 15rem;
    border-radius: 0;
  }
  section#section_ses .popup_ses_ses .popup_ses .tit_1 .tit_3 {
    width: 7rem;
    height: 7rem;
    border-radius: 0;
    transform: translateX(-7rem);
  }
  section#section_ses .popup_ses_ses .popup_ses h1 {
    font-size: 4.5rem;
  }
  section#section_ses .popup_ses_ses .popup_ses table {
    width: 70%;
  }
  section#section_ses .popup_ses_ses .popup_ses table th {
    border: solid 0.1rem #000;
    font-size: 1.6rem;
    border: none;
  }
  section#section_ses .popup_ses_ses .popup_ses table th .icon_ses_1 {
    height: 12rem;
  }
  section#section_ses .popup_ses_ses .popup_ses table th .icon_ses_2 {
    height: 10rem;
  }
  section#section_ses .popup_ses_ses .popup_ses table .tit {
    font-size: 4rem;
    line-height: 4rem;
    font-weight: 700;
    letter-spacing: 0.2rem;
  }
  section#section_ses .popup_ses_ses .popup_ses table .spec_ses {
    font-size: 3rem;
    line-height: 6rem;
    letter-spacing: 0.05rem;
  }
  section#section_ses .popup_ses_ses .popup_ses table .spec_ses_web {
    display: none;
  }
  section#section_ses .popup_ses_ses .popup_ses table .spec_ses_phone {
    display: block;
  }
  section#section_ses .popup_ses_ses .popup_ses .tit_4 {
    width: 65%;
    height: 15rem;
    border-radius: 0;
  }
  section#section_ses .popup_ses_ses .popup_ses .tit_4 .tit_5 {
    width: 15rem;
    height: 7rem;
    border-radius: 0;
  }
  section#section_ses .popup_ses_ses .popup_ses .tit_4 .tit_6 {
    width: 7rem;
    height: 7rem;
    border-radius: 0;
  }
  section#section_ses .popup_ses_ses .popup_ses .popup_top_ses {
    right: calc(4% + 2rem);
  }
}
@media screen and (max-width: 500px) {
  .container .ses_right .logo, .container .infra_right .logo, .container .ai_right .logo {
    top: 25%;
  }
  .container .ses_right .logo .all .icon_ses img, .container .ai_right .logo .all .icon_ai img {
    width: 40%;
    height: auto;
  }
  .container .ai_left .ai_cont p {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 400px) {
  html {
    font-size: 8px;
  }
  section#section_ses .container, section#section_infra .container {
    width: 100%;
  }
  .container .ses_left {
    position: relative;
    display: block;
    height: 75rem;
    width: 100%;
    border: solid 0.1rem rgba(0, 0, 0, 0);
    margin: 20% 0 10% 0;
  }
  .container .infra_left {
    height: 90rem;
  }
  .container .ses_left .ses_cont, .container .infra_left .infra_cont {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
  }
  .container .ses_left .ses_cont h1 {
    display: block;
  }
  .container .infra_left .infra_cont h1 {
    display: block;
    font-size: 4rem;
    letter-spacing: 0;
  }
  .container .ses_left .ses_cont h5, .container .infra_left .infra_cont h5 {
    padding-left: 0rem;
  }
  .container .ai_left .ai_cont .icon {
    display: none;
  }
  .container .ses_left .ses_cont .check_web, .container .infra_left .infra_cont .check_web {
    display: none;
  }
  .container .ses_left .ses_cont .check_phone, .container .infra_left .infra_cont .check_phone {
    display: block;
    width: 100%;
  }
  .container .ses_left .ses_cont .check_phone .phone_all, .phone_all {
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  .container .ses_left .ses_cont .check_phone .phone_all h2 {
    padding: 1rem 1rem 1rem 6.5rem;
    margin: 0;
  }
  .container .infra_left .infra_cont .check_phone .phone_all h2 {
    position: relative;
    height: 7rem;
    font-size: 1.6rem;
    line-height: 3rem;
    font-weight: 700;
    letter-spacing: 0.2rem;
    padding-left: 6.5rem;
    margin: 0 auto;
  }
  .container .ai_left .ai_cont .check_phone .phone_all h2 {
    position: relative;
    height: 7rem;
    font-size: 1.6rem;
    line-height: 3rem;
    font-weight: 700;
    letter-spacing: 0.2rem;
    padding-left: 6.5rem;
    margin-top: 0;
  }
  .container .ses_left .ses_cont .check_phone .phone_all h2:before, .container .infra_left .infra_cont .check_phone .phone_all h2:before {}
  .container .ses_left .ses_cont .check_phone .phone_all .strike, .container .infra_left .infra_cont .check_phone .phone_all .strike {
    position: absolute;
    height: 4rem;
    top: -1rem;
    left: 1.5rem;
  }
  .container .ses_left .ses_cont .check_phone .phone_all .strike2, .container .infra_left .infra_cont .check_phone .phone_all .strike2 {
    top: 6rem;
  }
  .container .ses_left .ses_cont .check_phone .phone_all .strike3, .container .infra_left .infra_cont .check_phone .phone_all .strike3 {
    top: 13rem;
  }
  .container .ai_left .ai_cont .check_phone .phone_all .strike2 {
    top: 7rem;
  }
  .container .ai_left .ai_cont .check_phone .phone_all .strike3 {
    top: 15.5rem;
  }
  .container .ses_left .ses_cont p, .container .infra_left .infra_cont p {
    font-size: 1.7rem;
    line-height: 3.5rem;
    margin-top: 2rem;
  }
  .container .ses_right, .container .infra_right {
    position: relative;
    display: inline-block;
    border: solid 0.1rem rgba(0, 0, 0, 0);
    width: 100%;
    height: 25rem;
    margin-top: 0;
  }
  .container .ses_right .logo, .container .infra_right .logo {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translateX(-50%);
  }
  .container .ai_right .logo {
    top: 29%;
  }
  .container .ses_right .logo .all, .container .infra_right .logo .all {
    text-align: center;
    margin-left: 0rem;
  }
  .container .ses_right .logo .all img {
    height: 8rem;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
  }
  .container .infra_right .logo .all .icon_infra img {}
  .container .button_ses_all {
    vertical-align: top;
    text-align: center;
    margin-top: 15rem;
  }
  .container .button_infra_all {
    margin-top: 23rem;
  }
  .container .button_ses_all .button_ses, .container .button_infra_all .button_infra {
    width: 70%;
    height: 5rem;
    border-radius: 0;
  }
  section#section_ses .popup_ses_ses .popup_container_ses {
    width: 115%;
  }
  section#section_ses .popup_ses_ses .popup_ses {
    width: 100%;
    border-radius: 3rem;
  }
  section#section_ses .popup_ses_ses .popup_ses .tit_1 {
    width: 65%;
    height: 13rem;
    border-radius: 0;
  }
  section#section_ses .popup_ses_ses .popup_ses .tit_1 .tit_2 {
    width: 6rem;
    height: 13rem;
    border-radius: 0;
  }
  section#section_ses .popup_ses_ses .popup_ses .tit_1 .tit_3 {
    width: 6rem;
    height: 6rem;
    border-radius: 0;
    transform: translateX(-6rem);
  }
  section#section_ses .popup_ses_ses .popup_ses h1 {
    font-size: 4rem;
  }
  section#section_ses .popup_ses_ses .popup_ses table {
    width: 80%;
  }
  section#section_ses .popup_ses_ses .popup_ses table th {
    border: solid 0.1rem #000;
    font-size: 1.7rem;
    line-height: 3.5rem;
    border: none;
  }
  section#section_ses .popup_ses_ses .popup_ses table th .icon_ses_1 {
    height: 12rem;
  }
  section#section_ses .popup_ses_ses .popup_ses table th .icon_ses_2 {
    height: 10rem;
  }
  section#section_ses .popup_ses_ses .popup_ses table .tit {
    font-size: 3.2rem;
    line-height: 4rem;
    font-weight: 700;
    letter-spacing: 0.2rem;
  }
  section#section_ses .popup_ses_ses .popup_ses table .spec_ses {
    position: relative;
    font-size: 2.8rem;
    line-height: 6rem;
    letter-spacing: 0.05rem;
  }
  section#section_ses .popup_ses_ses .popup_ses table .spec_ses_web {
    display: none;
  }
  section#section_ses .popup_ses_ses .popup_ses table .spec_ses_phone {
    display: block;
  }
  section#section_ses .popup_ses_ses .popup_ses .tit_4 {
    width: 65%;
    height: 13rem;
    border-radius: 0;
  }
  section#section_ses .popup_ses_ses .popup_ses .tit_4 .tit_5 {
    width: 13rem;
    height: 6rem;
    border-radius: 0;
  }
  section#section_ses .popup_ses_ses .popup_ses .tit_4 .tit_6 {
    width: 6rem;
    height: 6rem;
    border-radius: 0;
  }
  section#section_ses .popup_ses_ses .popup_ses .popup_top_ses {
    right: calc(2% + 2rem);
  }
}
section#button {
  position: relative;
  display: flex;
  justify-content: center;
}
section#button .container {
  background-color: #FFFFFF;
  max-width: 136.6rem;
  margin: 0rem;
}
section#button .container .bnt_all {
  width: 65rem;
  height: 13rem;
  border-radius: 0;
  border: solid 0.1rem #000;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5%;
}
section#button .container .bnt_all h5 {
  font-size: 1.6rem;
  line-height: 12rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  padding-left: 4rem;
  display: inline-block;
  vertical-align: middle;
}
section#button .container .bnt_all .sv_hidd_phone, section#button .container .bnt_all .sv_hidd_phone_1 {
  display: none;
}
section#button .container .bnt_all .bnt {
  position: relative;
  width: 5rem;
  height: 5rem;
  border-radius: 0;
  border: solid 0.1rem #000;
  margin-left: 2rem;
  display: inline-block;
  vertical-align: middle;
}
/*mail 右からふわっと----*/
section#button .container .bnt_all .bnt {
  animation-name: fadeRightAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* ------mail 右からふわっと end */
section#button .container .bnt_all .bnt .trans_button_hide {
  width: 5rem;
  height: 5rem;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0);
}
section#button .container .bnt_all .bnt .trans_button {
  position: absolute;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0;
  border: solid 0.1rem #000;
  transform: rotate(45deg);
  border-top: none;
  border-left: none;
  left: 0.6rem;
  top: -1.7rem;
}
@media screen and (max-width: 1024px) {
  section#button .container {
    margin: 0 0 0 0;
  }
}
@media screen and (max-width: 780px) {
  html {
    font-size: 9.5px;
  }
  section#button .container .bnt_all {
    width: 50rem;
    height: 12rem;
    border-radius: 0;
    border: solid 0.1rem #000;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12%;
  }
  section#button .container .bnt_all h5 {
    font-size: 1.7rem;
    line-height: 3rem;
    letter-spacing: 0.1rem;
    padding: 2rem;
    padding-left: 6rem;
    display: inline-block;
    vertical-align: middle;
  }
  section#button .container .bnt_all .sv_hidd_web, section#button .container .bnt_all .sv_hidd_phone_1 {
    display: none;
  }
  section#button .container .bnt_all .sv_hidd_phone {
    display: inline-block;
  }
  section#button .container .bnt_all .bnt {
    position: relative;
    width: 5rem;
    height: 5rem;
    border-radius: 0;
    border: solid 0.1rem #000;
    margin-left: 3rem;
  }
}
@media screen and (max-width: 600px) {
  html {
    font-size: 9px;
  }
  section#button .container .bnt_all {
    width: 35rem;
    height: 12rem;
    border-radius: 0;
    border: solid 0.1rem #000;
    margin-left: auto;
    margin-right: auto;
  }
  section#button .container .bnt_all h5 {
    font-size: 1.6rem;
    line-height: 2.5rem;
    letter-spacing: 0.05rem;
    padding-left: 1.5rem;
    display: inline-block;
    vertical-align: middle;
  }
  section#button .container .bnt_all .sv_hidd_web, section#button .container .bnt_all .sv_hidd_phone_1 {
    display: none;
  }
  section#button .container .bnt_all .sv_hidd_phone {
    display: inline-block;
  }
  section#button .container .bnt_all .bnt {
    position: relative;
    width: 5rem;
    height: 5rem;
    border-radius: 0;
    border: solid 0.1rem #000;
    margin-left: 0rem;
  }
}
@media screen and (max-width: 400px) {
  html {
    font-size: 8px;
  }
  section#button {
    margin-top: 4rem;
  }
  section#button .container .bnt_all {
    width: 40rem;
    height: 16rem;
    border-radius: 0;
    border: solid 0.1rem #000;
    margin-left: auto;
    margin-right: auto;
  }
  section#button .container .bnt_all h5 {
    font-size: 1.7rem;
    line-height: 3rem;
    font-weight: 700;
    letter-spacing: 0.05rem;
    padding: 1rem;
    padding-left: 4rem;
    display: inline-block;
    vertical-align: middle;
  }
  section#button .container .bnt_all .sv_hidd_web, section#button .container .bnt_all .sv_hidd_phone {
    display: none;
  }
  section#button .container .bnt_all .sv_hidd_phone_1 {
    display: inline-block;
    width: 60%;
    padding: 9% 0 9% 8%;
    margin: auto;
  }
  section#button .container .bnt_all .bnt {
    margin-left: 5rem;
  }
}
section#section_wa {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 6rem 0rem;
}
section#section_wa .wari {
  width: 90%;
  height: 3rem;
  border-radius: 0;
  border-bottom: solid 0.05rem #000;
  margin-top: 0rem;
}
@media screen and (max-width: 780px) {
  section#section_wa {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  section#section_wa {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  section#section_wa {
    display: none;
  }
}
@media screen and (max-width: 300px) {
  section#section_wa {
    display: none;
  }
}
footer.jumbotron {
  background-color: #FFFFFF;
  position: relative;
  display: flex;
  justify-content: center;
  color: #000;
  background-image: url("../images/footer.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  margin-bottom: 0rem;
}
footer.jumbotron .container {
  max-width: 136.6rem;
  margin: 0rem;
  padding: 0rem;
}
footer.jumbotron .container a {
  color: #000;
  text-decoration: none;
}
footer.jumbotron .container ul {
  font-size: 1.3rem;
  letter-spacing: 0.2rem;
  font-weight: 400;
  list-style: none;
  position: absolute;
  display: inline-block;
  vertical-align: top;
  margin-top: -2%;
}
footer.jumbotron .container .g1 {
  margin-left: 10%;
}
footer.jumbotron .container .g2 {
  margin-left: 30%;
}
footer.jumbotron .container .g3 {
  margin-left: 57%;
}
footer.jumbotron .container .g4 {
  margin-left: 80%;
  margin-right: 5%;
}
footer.jumbotron .container li {
  padding-bottom: 1.6rem;
  width: 25rem;
}
footer.jumbotron .container .tit {
  font-size: 1.5rem;
  padding-bottom: 2.5rem;
  font-weight: 600;
}
footer.jumbotron .container .tit:before {
  display: inline-block;
  content: "•";
  position: absolute;
  left: 2rem;
}
footer.jumbotron .container .tit1 {
  padding-top: 2.5rem;
}
footer.jumbotron .container .coparight {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 20%;
  padding: 1rem;
}
footer.jumbotron .container .coparight .coparight1, footer.jumbotron .container .coparight .coparight2 {
  display: inline-block;
  margin-left: 0%;
}
footer.jumbotron .container .coparight .coparight2 {
  margin-left: 3%;
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 10px;
  }
  footer.jumbotron .container {
    width: 90%;
  }
  footer.jumbotron .container ul {
    letter-spacing: 0.1rem;
  }
  footer.jumbotron .container .g1 {
    margin-left: 0%;
  }
  footer.jumbotron .container .g2 {
    margin-left: 22%;
  }
  footer.jumbotron .container .g3 {
    margin-left: 55%;
  }
  footer.jumbotron .container .g4 {
    margin-left: 78%;
  }
  footer.jumbotron .container .coparight {
    margin-top: 23rem;
  }
  footer.jumbotron .container .coparight1, footer.jumbotron .container .coparight2 {
    margin-left: 0%;
  }
}
@media screen and (max-width: 780px) {
  html {
    font-size: 10px;
  }
  footer.jumbotron {
    background-image: none;
  }
  footer.jumbotron .container ul {
    display: none;
  }
  footer.jumbotron .container .coparight {
    margin-top: 0rem;
    margin-bottom: 20%;
  }
  footer.jumbotron .container .coparight .coparight1, footer.jumbotron .container .coparight .coparight2 {
    margin-left: 0%;
  }
  footer.jumbotron .container .coparight .coparight2 {
    margin-left: 1%;
  }
}
@media screen and (max-width: 600px) {
  html {
    font-size: 9px;
  }
  footer.jumbotron {
    background-image: none;
  }
  footer.jumbotron .container ul {
    display: none;
  }
  footer.jumbotron .container .coparight {
    margin-top: 0rem;
    margin-bottom: 25%;
  }
  footer.jumbotron .container .coparight .coparight1, footer.jumbotron .container .coparight .coparight2 {
    margin-left: 0%;
  }
  footer.jumbotron .container .coparight .coparight2 {
    margin-left: 1%;
  }
}
@media screen and (max-width: 400px) {
  html {
    font-size: 8px;
  }
  footer.jumbotron {
    background-image: none;
  }
  footer.jumbotron .container ul {
    display: none;
  }
  footer.jumbotron .container .coparight {
    margin-top: 0rem;
    margin-bottom: 30%;
  }
  footer.jumbotron .container .coparight .coparight1, footer.jumbotron .container .coparight .coparight2 {
    margin-left: 0%;
  }
  footer.jumbotron .container .coparight .coparight2 {
    margin-left: 1%;
  }
}
@media screen and (max-width: 300px) {
  html {
    font-size: 6px;
  }
  footer.jumbotron {
    background-image: none;
  }
  footer.jumbotron .container ul {
    display: none;
  }
  footer.jumbotron .container .coparight {
    margin-top: 0rem;
    margin-bottom: 40%;
  }
  footer.jumbotron .container .coparight .coparight1, footer.jumbotron .container .coparight .coparight2 {
    margin-left: 2%;
  }
  footer.jumbotron .container .coparight .coparight2 {
    margin-left: 1%;
  }
}
.floating {
  position: absolute;
}
.playing.tag {
  top: 20%;
  z-index: 100;
  display: inline;
  position: absolute;
  right: 0;
}
.playing.tag img {
  width: 160px;
  height: auto;
  cursor: pointer;
  transition: transform 0.3s ease;
  display: inline;
  margin-bottom: 1rem;
}
.playing.tag img:hover {
  transform: scale(1.05);
}
@media screen and (max-width: 780px) {
  .playing.tag {
    top: 15%;
    margin-right: 1rem;
  }
  .playing.tag img {
    width: 120px;
  }
}
@media screen and (max-width: 400px) {
  .playing.tag {
    top: 10%;
    margin-right: 0.5rem;
  }
  .playing.tag img {
    width: 100px;
  }
}
section#section_ggs .container .ggs_left .ggs_cont .icon.hojo {
  display: inline-block;
}
.icon.hojo {
  top: 20%;
  z-index: 100;
  display: inline;
}
.icon.hojo img {
  width: 120px;
  height: auto;
  cursor: pointer;
  transition: transform 0.3s ease;
  display: inline;
  margin-bottom: 1rem;
}