/*--------------------------------------------
Font
---------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700,800");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
/* Pretendard */
@font-face {
  font-family: "Pretendard";
  font-weight: 900;
  font-display: swap;
  src: local("Pretendard Black"), url("../fonts/Pretendard/Pretendard-Black.woff2") format("woff2"), url("../fonts/Pretendard/Pretendard-Black.woff") format("woff"), url("../fonts/Pretendard/Pretendard-Black.ttf") format("truetype");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-display: swap;
  src: local("Pretendard ExtraBold"), url("../fonts/Pretendard/Pretendard-ExtraBold.woff2") format("woff2"), url("../fonts/Pretendard/Pretendard-ExtraBold.woff") format("woff"), url("../fonts/Pretendard/Pretendard-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-display: swap;
  src: local("Pretendard Bold"), url("../fonts/Pretendard/Pretendard-Bold.woff2") format("woff2"), url("../fonts/Pretendard/Pretendard-Bold.woff") format("woff"), url("../fonts/Pretendard/Pretendard-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-display: swap;
  src: local("Pretendard SemiBold"), url("../fonts/Pretendard/Pretendard-SemiBold.woff2") format("woff2"), url("../fonts/Pretendard/Pretendard-SemiBold.woff") format("woff"), url("../fonts/Pretendard/Pretendard-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-display: swap;
  src: local("Pretendard Medium"), url("../fonts/Pretendard/Pretendard-Medium.woff2") format("woff2"), url("../fonts/Pretendard/Pretendard-Medium.woff") format("woff"), url("../fonts/Pretendard/Pretendard-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-display: swap;
  src: local("Pretendard Regular"), url("../fonts/Pretendard/Pretendard-Regular.woff2") format("woff2"), url("../fonts/Pretendard/Pretendard-Regular.woff") format("woff"), url("../fonts/Pretendard/Pretendard-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-display: swap;
  src: local("Pretendard Light"), url("../fonts/Pretendard/Pretendard-Light.woff2") format("woff2"), url("../fonts/Pretendard/Pretendard-Light.woff") format("woff"), url("../fonts/Pretendard/Pretendard-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 200;
  font-display: swap;
  src: local("Pretendard ExtraLight"), url("../fonts/Pretendard/Pretendard-ExtraLight.woff2") format("woff2"), url("../fonts/Pretendard/Pretendard-ExtraLight.woff") format("woff"), url("../fonts/Pretendard/Pretendard-ExtraLight.ttf") format("truetype");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  font-display: swap;
  src: local("Pretendard Thin"), url("../fonts/Pretendard/Pretendard-Thin.woff2") format("woff2"), url("../fonts/Pretendard/Pretendard-Thin.woff") format("woff"), url("../fonts/Pretendard/Pretendard-Thin.ttf") format("truetype");
}
/* text */
h1, h2, h3, h4 {
  letter-spacing: -0.2px;
}

a, p {
  letter-spacing: -0.2px;
}

h1, h2, h3, h4, h5, h6, a, p, th, td, div, span, label, input, select, textarea, button, li, label {
  font-family: "Pretendard", sans-serif;
}

.opensans {
  font-family: "Pretendard", sans-serif;
}

.mont {
  font-family: "Montserrat", sans-serif;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.bold {
  font-weight: 700;
}

.normal {
  font-weight: 400;
}

.light {
  font-weight: 300;
}

.bold5 {
  font-weight: 500;
}

.bold6 {
  font-weight: 600;
}

.bold8 {
  font-weight: 800;
}

.bold9 {
  font-weight: 900;
}

/* reset */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  overflow-y: scroll;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul, dl, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table, th, td {
  border-spacing: 0;
  border-collapse: collapse;
}

a, a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

img {
  border: 0;
}

h1, h2, h3, h4, h5, h6, strong, th {
  font-weight: 700;
  line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6, strong, p, label, a {
  line-height: 1.5em;
  word-break: keep-all;
}

p > a {
  color: inherit;
}

body {
  background: #fff;
  color: #000;
  overflow-x: hidden;
  overflow-y: scroll;
}

address {
  font-style: normal;
}

label {
  cursor: pointer;
  vertical-align: middle;
}

input {
  vertical-align: middle;
}

input::-ms-clear {
  display: none;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset;
}

input[type=button], input[type=submit], button {
  cursor: pointer;
}

::placeholder {
  color: #b7b7b7;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #b7b7b7;
}

/*layout*/
.inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

body {
  min-width: 320px;
}

.hide {
  display: none;
}

/* Common */
.ts {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.o-hd {
  overflow: hidden;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.hidden {
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  display: block;
}

.blind {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  overflow: hidden;
  visibility: hidden;
}

.visible {
  visibility: visible;
  opacity: 1;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.nx-table {
  display: table;
  width: 100%;
}

.nx-td {
  display: table-cell;
}

.cursor {
  cursor: pointer !important;
}

.no-result {
  text-align: center;
  padding: 100px 20px;
  background: #eee;
  font-size: 16px;
  text-align: center;
}

.ul-left {
  overflow: hidden;
}

.ul-left > li {
  float: left;
}

.ul-left-bar > li {
  position: relative;
}

.ul-left-bar > li:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 4px;
  width: 1px;
  height: 10px;
  background: #fff;
}

.ul-left-bar > li:last-child:after {
  display: none;
}

.video_wrap {
  position: relative;
  padding-top: 56.2%;
}

.video_wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.mask {
  position: fixed;
  display: block;
  visibility: hidden;
  opacity: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1510;
  -webkit-transition: opacity 0.25s linear, visibility 0.25s linear;
  transition: opacity 0.25s linear, visibility 0.25s linear;
}

.mask.show {
  visibility: visible;
  opacity: 1;
}

.notice_txt {
  background: #fff;
  text-align: center;
  padding: 80px 20px;
  font-size: 14px;
  color: #444;
  border-top: 1px solid #ebebeb;
}

.notice_txt.bottom_brd {
  border-top: 0;
  border-bottom: 1px solid #ebebeb;
}

.editor_contents img {
  max-width: 100%;
}

.ic {
  display: inline-block;
  vertical-align: middle;
  top: -1px;
  position: relative;
}

/* m_menu */
.m_nav {
  position: absolute;
  display: none;
  width: 28px;
  top: 50%;
  margin-top: -13px;
  right: 20px;
}

.header.mMenuDir_left .m_nav {
  right: auto;
  left: 20px;
}

.m_nav > .lines {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 3px;
  background-color: #333;
  margin: 0;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  vertical-align: middle;
}

.m_nav > .lines:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  top: 8px;
  width: 28px;
  height: 3px;
  background-color: #333;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.m_nav > .lines:after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  top: -8px;
  width: 28px;
  height: 3px;
  background-color: #333;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

/* m_menu type1 */
.mMenu_type1 {
  position: fixed;
  display: block;
  width: 290px;
  height: 100%;
  top: 0;
  bottom: 0;
  background: #fff;
  overflow-x: hidden;
  z-index: 1520;
  -webkit-transition: transform 0.4s linear, visibility 0.4s linear;
  transition: transform 0.4s linear, visibility 0.4s linear;
}

.mMenu_type1.left {
  visibility: hidden;
  left: 0;
  box-shadow: 3px 0 12px rgba(0, 0, 0, 0.15);
  -ms-transform: translateX(-315px);
  transform: translateX(-315px);
}

.mMenu_type1.right {
  visibility: hidden;
  right: 0;
  box-shadow: -3px 0 12px rgba(0, 0, 0, 0.15);
  -ms-transform: translateX(315px);
  transform: translateX(315px);
}

.mMenu_type1.left.show {
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.mMenu_type1.right.show {
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.mMenu_type1 .wrapper {
  height: calc(100vh - 110px);
  overflow-y: auto;
}

.mMenu_type1 .mShortmenu > li > a {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  font-weight: 400;
}

.mMenu_type1 .mShortmenu > li {
  padding: 3px 8px;
}

.mMenu_type1 .mShortmenu > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 0;
  width: 1px;
  height: 10px;
  background: rgba(255, 255, 255, 0.5);
}

.mMenu_type1 .mShortmenu > li:first-child:before {
  display: none;
}

.mMenu_type1 .mHeader {
  display: table;
  width: 100%;
  overflow: hidden;
  margin-bottom: 18px;
  background: #2a6144;
  position: relative;
  height: 75px;
}

.mMenu_type1 .mHeader .close {
  position: absolute;
  width: 46px;
  height: 46px;
  text-indent: -9999px;
  vertical-align: top;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 0;
}

.mMenu_type1 .mHeader .close:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 9px;
  top: 22px;
  width: 28px;
  height: 2px;
  background-color: #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mMenu_type1 .mHeader .close:after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 9px;
  top: 22px;
  width: 28px;
  height: 2px;
  background-color: #fff;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mMenu_type1 .mHeader .mShortmenu {
  display: table-cell;
  vertical-align: middle;
}

.mMenu_type1 .mHeader .mShortmenu > li {
  position: relative;
  float: left;
  padding-top: 0;
  padding-bottom: 0;
}

.mMenu_type1 .mHeader .mShortmenu > li:first-child {
  padding-left: 18px;
}

.mMenu_type1 .mHeader .mShortmenu > li > a {
  line-height: 46px;
  font-size: 15px;
}

.mMenu_type1 .mHeader .mShortmenu > li > a:hover {
  text-decoration: underline;
}

.mMenu_type1 .mContents {
  padding: 0 18px;
}

.mMenu_type1 .mContents .navi > li {
  position: relative;
  border-bottom: 1px solid #ddd;
  padding-left: 18px;
  padding-right: 18px;
  overflow: hidden;
}

.mMenu_type1 .mContents .navi > li > a {
  display: block;
  width: 195px;
  position: relative;
  font-size: 17px;
  font-weight: 700;
  color: #444;
  padding: 11px 0 11px 0;
}

.mMenu_type1 .mContents .navi > li > a:hover, .mMenu_type1 .mContents .navi > li.act > a {
  color: #ff6825;
}

.mMenu_type1 .mContents .navi > li > .child_button {
  position: absolute;
  display: block;
  top: 12px;
  right: 12px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  border: 0;
  font-size: 0;
  text-indent: -999px;
  cursor: pointer;
  -webkit-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  background: transparent;
}

.mMenu_type1 .mContents .navi > li > .child_button:before {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background: #aaa;
  position: absolute;
  top: 9px;
  right: 1px;
}

.mMenu_type1 .mContents .navi > li > .child_button:after {
  content: "";
  display: block;
  width: 2px;
  height: 18px;
  background: #aaa;
  position: absolute;
  top: 1px;
  right: 9px;
}

.mMenu_type1 .mContents .navi > li > .child_button:hover:before {
  background: #555;
}

.mMenu_type1 .mContents .navi > li > .child_button:hover:after {
  background: #555;
}

.mMenu_type1 .mContents .navi > li.open > .child_button {
  background-position: 0 -20px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mMenu_type1 .mContents .navi > li > .sub-nav {
  display: none;
  border-top: 1px dotted #ddd;
}

.mMenu_type1 .mContents .navi > li .sub-nav {
  padding: 6px 15px;
}

.mMenu_type1 .mContents .navi > li .sub-nav a {
  display: block;
  font-size: 14px;
  color: #555;
  padding: 5px 0;
}

.mMenu_type1 .mContents .navi > li .sub-nav ul li.act a {
  color: #ff6825;
  text-decoration: underline;
}

.mMenu_type1 .mContents .navi > li .sub-nav a:hover {
  color: #ff6825;
}

.mMenu_type1 .mContents .navi > li .sub-nav .child_button {
  display: none;
}

.mMenu_type1 .mContents .navi > li > .sub-nav .sub-nav a:before {
  content: "- ";
}

.mMenu_type1 .mFooter {
  display: table;
  width: 100%;
  height: 110px;
  background: #fff;
  padding: 0 18px;
  border-top: 1px solid #cdcdcd;
}

.mMenu_type1 .mFooter .nx-td {
  vertical-align: middle;
}

@media (max-width: 970px) {
  .header_bar .nx-table {
    display: block;
  }
  .branding {
    display: block;
  }
  .main_navigation, .quick_menu {
    display: none;
  }
  .m_nav {
    display: block;
  }
  .header.mMenuDir_left .branding {
    padding: 14px 20px;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .mMenu_type1 .mHeader {
    height: 65px;
  }
}
/* btn */
.btn {
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

/* sub01_ABOUT US */
.sub01_conts_wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: url("../images/vis_sub01_01.png") 50% 0 no-repeat;
  background-size: 100%;
}

.sub01_business {
  margin: 120px auto 0;
  background-color: rgba(245, 245, 245, 0.8);
  padding: 0 200px;
}
.sub01_business .bus_wrap {
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin: 0 auto;
  padding: 80px 0;
}
.sub01_business .bus_wrap li {
  text-align: center;
  margin: 0 auto;
}
.sub01_business .bus_wrap li div {
  width: 285px;
  height: 285px;
  border-radius: 285px;
  background-color: #fff !important;
  border: 1px solid #333;
  font-size: 30px;
  font-weight: 800;
  padding-top: 180px;
  text-align: center;
}
.sub01_business .bus_wrap li div.data {
  background: url("../images/sub01_img1.png") 50% 30% no-repeat;
}
.sub01_business .bus_wrap li div.ai {
  background: url("../images/sub01_img2.png") 50% 30% no-repeat;
}
.sub01_business .bus_wrap li div.solution {
  background: url("../images/sub01_img3.png") 50% 30% no-repeat;
}
.sub01_business .bus_wrap li .cont_list {
  margin-top: 20px;
}
.sub01_business .bus_wrap li .cont_list li {
  font-size: 18px;
  line-height: 30px;
}

.sub01_info {
  margin: 0 auto;
}
.sub01_info .info_wrap {
  max-width: 1350px;
  position: relative;
  height: 600px;
  margin: 30px auto 0;
}
.sub01_info .info_wrap dl {
  display: block;
  position: absolute;
  text-align: center;
}
.sub01_info .info_wrap dl dt {
  display: inline-block;
  font-size: 25px;
  font-weight: 400;
  line-height: 70px;
  margin-top: 50px;
  border-bottom: 1px solid #ccc;
}
.sub01_info .info_wrap dl dd {
  font-size: 30px;
  font-weight: 800;
  margin-top: 30px;
}
.sub01_info .info_wrap dl dd span {
  display: block;
  font-size: 18px;
  font-weight: 300;
  line-height: 35px;
}
.sub01_info .info_wrap dl dd p {
  margin-top: 35px;
}
.sub01_info .info_wrap dl.company {
  top: 0;
  left: 0;
  width: 385px;
  height: 385px;
  border-radius: 385px;
  background-color: #2a6144;
  color: #fff;
}
.sub01_info .info_wrap dl.estab {
  top: 50px;
  left: 420px;
  width: 240px;
  height: 240px;
  border-radius: 240px;
  background-color: #fff;
  border: 1px solid #333;
}
.sub01_info .info_wrap dl.estab dt {
  font-size: 22px !important;
}
.sub01_info .info_wrap dl.estab dd {
  font-size: 24px !important;
}
.active {
  color: #ff6825; 
}
.sub01_info .info_wrap dl.ceo {
  top: 200px;
  left: 700px;
  width: 240px;
  height: 240px;
  border-radius: 240px;
  background-color: #fff;
  border: 1px solid #333;
}
.sub01_info .info_wrap dl.ceo dt {
  font-size: 22px !important;
}
.sub01_info .info_wrap dl.ceo dd {
  font-size: 24px !important;
}
.sub01_info .info_wrap dl.friend {
  top: 30px;
  left: 1000px;
  width: 350px;
  height: 350px;
  border-radius: 350px;
  background-color: #f3f3f3;
}

@media (max-width: 1200px) {
  .sub01_business {
    margin: 50px auto 0;
    padding: 0 20px;
  }
  .sub01_business .bus_wrap {
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 30px 0;
  }
  .sub01_business .bus_wrap li div {
    width: 100%;
    height: 45px;
    border-radius: 60px;
    background-color: #fff !important;
    padding: 10px 0 0 10px;
    text-align: center;
    font-size: 22px;
  }
  .sub01_business .bus_wrap li div.data {
    background: url("../images/sub01_img1.png") 10% 50% no-repeat;
    background-size: 50px;
  }
  .sub01_business .bus_wrap li div.ai {
    background: url("../images/sub01_img2.png") 10% 50% no-repeat;
    background-size: 50px;
  }
  .sub01_business .bus_wrap li div.solution {
    background: url("../images/sub01_img3.png") 10% 50% no-repeat;
    background-size: 50px;
  }
  .sub01_business .bus_wrap li .cont_list {
    margin-top: 10px 0 0 0;
    padding-bottom: 15px;
  }
  .sub01_business .bus_wrap li .cont_list li {
    font-size: 16px;
    line-height: 28px;
  }
  .sub01_info {
    margin: 20px auto;
  }
  .sub01_info .info_wrap {
    margin: 0 auto;
    height: auto;
    padding-top: 20px;
  }
  .sub01_info .info_wrap dl {
    display: block !important;
    position: static;
    text-align: center;
    margin: 20px auto;
    padding: 30px 0;
  }
  .sub01_info .info_wrap dl dt {
    display: inline-block;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 10px;
    border-bottom: 1px solid #ccc;
  }
  .sub01_info .info_wrap dl dd {
    font-size: 22px;
    font-weight: 800;
    margin-top: 30px;
  }
  .sub01_info .info_wrap dl dd span {
    display: block;
    font-size: 16px;
    font-weight: 300;
    line-height: 35px;
  }
  .sub01_info .info_wrap dl dd p {
    margin-top: 10px;
  }
  .sub01_info .info_wrap dl dd p img {
    width: 50%;
  }
  .sub01_info .info_wrap dl.company {
    width: 250px;
    height: 250px;
    border-radius: 385px;
    background-color: #2a6144;
    color: #fff;
  }
  .sub01_info .info_wrap dl.estab {
    width: 180px;
    height: 180px;
    border-radius: 284px;
    background-color: #fff;
    border: 1px solid #333;
  }
  .sub01_info .info_wrap dl.ceo {
    width: 180px;
    height: 180px;
    border-radius: 284px;
    background-color: #fff;
    border: 1px solid #333;
  }
  .sub01_info .info_wrap dl.friend {
    clear: both;
    width: 220px;
    height: 220px;
    border-radius: 350px;
    background-color: #f3f3f3;
  }
}
.sub01_main_business {
  margin: 120px auto 0;
  background-color: rgba(245, 245, 245, 0.8);
  padding: 0 200px;
}
.sub01_main_business p {
  text-align: center;
  padding-top: 80px;
  font-size: 30px;
  font-weight: 800;
  color: #b8b8b8;
  line-height: 40px;
}
.sub01_main_business .bus_wrap {
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin: 0 auto;
  padding: 80px 0;
}
.sub01_main_business .bus_wrap li {
  text-align: center;
  margin: 0 auto;
}
.sub01_main_business .bus_wrap li div {
  width: 330px;
  height: 330px;
  border-radius: 330px;
  color: #fff;
  background-color: #2a6144 !important;
  border: 20px solid #e1e7e4;
  font-size: 33px;
  font-weight: 800;
  line-height: 300px;
  text-align: center;
}
.sub01_main_business .bus_wrap li div.data {
  background: url("../images/sub01_img4.png") 86% 86% no-repeat;
}
.sub01_main_business .bus_wrap li div.ai {
  background: url("../images/sub01_img5.png") 86% 86% no-repeat;
}
.sub01_main_business .bus_wrap li div.solution {
  background: url("../images/sub01_img6.png") 86% 86% no-repeat;
}
.sub01_main_business .bus_wrap li .cont_list {
  margin: 30px 0 0 60px;
}
.sub01_main_business .bus_wrap li .cont_list li {
  width: 100%;
  height: auto;
  font-size: 22px;
  font-weight: 500;
  background: url("../images/bull_dott2.png") left 8px no-repeat;
  padding-left: 10px;
  margin: 13px 5px !important;
  color: #333;
  text-align: left;
}
.sub01_main_business .bus_wrap li .cont_list li span {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

@media (max-width: 970px) {
  .sub01_main_business {
    margin: 30px auto 0;
    padding: 0 20px;
  }
  .sub01_main_business p {
    padding-top: 50px;
    font-size: 20px;
    font-weight: 800;
    line-height: 30px;
  }
  .sub01_main_business .bus_wrap {
    display: block !important;
    position: static;
    text-align: center;
    padding: 20px 0;
  }
  .sub01_main_business .bus_wrap li div {
    width: 100%;
    height: 70px;
    border-radius: 60px;
    border: 10px solid #e1e7e4;
    font-size: 22px;
    line-height: 50px;
    margin-top: 20px;
  }
  .sub01_main_business .bus_wrap li .cont_list {
    margin: 10px 0 10px 60px;
  }
  .sub01_main_business .bus_wrap li .cont_list li {
    font-size: 16px;
    padding-left: 10px;
    margin: 7px 5px !important;
    text-align: left;
  }
  .sub01_main_business .bus_wrap li .cont_list li span {
    font-size: 14px;
  }
}
.sub01_vision {
  margin: 120px auto 0;
  background: url("../images/main_busi_bg.png") top right no-repeat #eee;
  background-size: cover;
  padding: 110px 200px;
}
.sub01_vision .vision_wrap {
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin: 0 auto;
  padding: 80px 0;
}
.sub01_vision .vision_wrap li {
  text-align: center;
  margin: 0 auto;
}
.sub01_vision .vision_wrap li div {
  width: 120px;
  border-radius: 30px;
  text-align: center;
  font-size: 24px;
  line-height: 40px;
  margin: 0 auto;
}
.sub01_vision .vision_wrap li div.v23 {
  background-color: #fff;
  border: 1px solid #ccc;
}
.sub01_vision .vision_wrap li div.v24 {
  background-color: #ccc;
  border: 1px solid #ccc;
}
.sub01_vision .vision_wrap li div.v25 {
  background-color: #2a6144;
  border: 1px solid #2a6144;
  color: #fff;
}
.sub01_vision .vision_wrap li .conts {
  margin: 30px 0 0 0;
}
.sub01_vision .vision_wrap li .conts dt {
  font-size: 35px;
  font-weight: 800;
  line-height: 50px;
}
.sub01_vision .vision_wrap li .conts dd {
  font-size: 24px;
  font-weight: 400;
  color: #666;
  background: url("../images/btn_arrow04.png") 50% 35% no-repeat;
  padding-top: 100px;
}

@media (max-width: 970px) {
  .sub01_vision {
    margin: 50px auto 0;
    padding: 30px 20px 50px;
  }
  .sub01_vision .vision_wrap {
    display: block !important;
    position: static;
    padding: 0;
  }
  .sub01_vision .vision_wrap li {
    width: 100%;
  }
  .sub01_vision .vision_wrap li div {
    width: 100px;
    border-radius: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    margin: 40px auto 0;
  }
  .sub01_vision .vision_wrap li .conts {
    margin: 10px 0 0 0;
  }
  .sub01_vision .vision_wrap li .conts dt {
    font-size: 24px;
    line-height: 30px;
  }
  .sub01_vision .vision_wrap li .conts dd {
    font-size: 18px;
    background: none;
    padding-top: 10px;
  }
}
.sub02_bigdata {
  max-width: 1280px;
  height: 654px;
  margin: 120px auto;
  background: url("../images/sub02_bigdata_img.png") center top no-repeat;
  background-size: 100%;
  font-size: 0;
}

.sub02_ai {
  max-width: 1280px;
  height: 494px;
  margin: 120px auto;
  background: url("../images/sub02_ai_img.png") center top no-repeat;
  background-size: 100%;
  font-size: 0;
}

@media (max-width: 700px) {
  .sub02_bigdata {
    height: 400px;
    margin: 50px auto 0;
    background: url("../images/sub02_bigdata_img.png") center top no-repeat;
    background-size: 100%;
  }
  .sub02_ai {
    height: 300px;
    margin: 50px auto 0;
    background: url("../images/sub02_ai_img.png") center top no-repeat;
    background-size: 100%;
  }
}
@media (max-width: 500px) {
  .sub02_bigdata {
    height: 250px;
  }
  .sub02_ai {
    height: 200px;
  }
}
.sub03_cerebro {
  margin: 30px auto 0;
  padding: 0 200px;
}
.sub03_cerebro .cerebro_wrap {
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin: 0 auto;
  padding: 80px 0;
}
.sub03_cerebro .cerebro_wrap li {
  text-align: center;
  margin: 0 auto;
}
.sub03_cerebro .cerebro_wrap li div {
  width: 300px;
  height: 300px;
  border-radius: 300px;
  background-color: #fff !important;
  border: 1px solid #333;
  font-size: 25px;
  font-weight: 300;
  padding-top: 90px;
  text-align: center;
}
.sub03_cerebro .cerebro_wrap li div span {
  display: block;
  font-size: 30px;
  font-weight: 800;
  margin-top: 20px;
}

@media (max-width: 970px) {
  .sub03_cerebro {
    margin: 10px auto 0;
    padding: 0 20px;
  }
  .sub03_cerebro .cerebro_wrap {
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 50px 0;
  }
  .sub03_cerebro .cerebro_wrap li {
    padding-bottom: 20px;
  }
  .sub03_cerebro .cerebro_wrap li div {
    width: 100%;
    height: 120px;
    border-radius: 200px;
    font-size: 20px;
    font-weight: 300;
    padding-top: 25px;
  }
  .sub03_cerebro .cerebro_wrap li div br {
    display: none;
  }
  .sub03_cerebro .cerebro_wrap li div span {
    display: block;
    font-size: 30px;
    font-weight: 800;
    margin-top: 10px;
  }
}
.sub03_features {
  margin: 0 auto;
  padding: 0 200px;
}
.sub03_features .f_wrap {
  max-width: 1400px;
  min-width: 1000px;
  height: 450px;
  margin: 30px auto 0;
  border: 1px solid #ccc;
  border-radius: 20px;
  text-align: center;
}
.sub03_features .f1_fast {
  display: flex;
  justify-content: center;
}
.sub03_features .f1_fast .bencmark {
  width: 55%;
  padding: 10px 20px;
}
.sub03_features .f1_fast .kolas {
  width: 45%;
  background-color: #f7f7f7;
  padding: 10px 20px;
  border-radius: 0 20px 20px 0;
}
.sub03_features .f1_fast .kolas dl dt {
  padding: 10px 30px 10px 30px !important;
  line-height: 16px;
}
.sub03_features .f1_fast h2 {
  font-size: 30px;
  font-weight: 800;
  margin-top: 60px;
  line-height: 50px;
}
.sub03_features .f1_fast .fast_conts {
  display: flex;
  justify-content: center;
}
.sub03_features .f1_fast dl {
  margin: 50px 10px 20px 10px;
}
.sub03_features .f1_fast dl.r_arrow {
  margin-right: 5px !important;
  padding-right: 70px;
  background: url("../images/arrow_st2_r.png") right 50% no-repeat;
}
.sub03_features .f1_fast dl dt {
  font-size: 18px;
  font-weight: 500;
  padding: 15px 8px 20px 8px;
  margin-bottom: 25px;
  border-bottom: 1px solid #000;
}
.sub03_features .f1_fast dl dt span {
  font-size: 14px;
  font-weight: 400;
}
.sub03_features .f1_fast dl dd strong {
  font-size: 30px;
  font-weight: 800;
  color: #ff6825;
  line-height: 33px;
}
.sub03_features .f1_fast dl dd p {
  margin-top: 25px;
  color: #666;
  font-weight: 400;
}
.sub03_features .f1_fast dl dd div {
  float: left;
}
.sub03_features .f2_bigdata {
  display: flex;
  justify-content: center;
}
.sub03_features .f2_bigdata ul {
  margin-top: 30px;
}
.sub03_features .f2_bigdata ul li {
  float: left;
}
.sub03_features .f2_bigdata ul li div {
  width: 366px;
  height: 86px;
  padding-right: 146px;
  margin: 30px 0;
  text-align: right;
}
.sub03_features .f2_bigdata ul li div.bdata {
  background: url("../images/f2_bigdata01.png") right 50% no-repeat;
}
.sub03_features .f2_bigdata ul li div.sdata {
  background: url("../images/f2_bigdata02.png") right 50% no-repeat;
}
.sub03_features .f2_bigdata ul li div.udata {
  background: url("../images/f2_bigdata03.png") right 50% no-repeat;
}
.sub03_features .f2_bigdata ul li div.udata {
  background: url("../images/f2_bigdata03.png") right 50% no-repeat;
}
.sub03_features .f2_bigdata ul li div h2 {
  font-size: 25px;
  font-weight: 800;
  line-height: 43px;
}
.sub03_features .f2_bigdata ul li div p {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}
.sub03_features .f2_bigdata ul li div p span {
  font-size: 18px;
  font-weight: 400;
}
.sub03_features .f2_bigdata ul li.idata {
  background: url("../images/arrow_st3_r.png") right 50% no-repeat;
  padding-right: 70px;
  margin: 30px 36px 0 0;
  font-size: 0;
}
.sub03_features .f2_bigdata ul li.mystique {
  width: 320px;
  height: 320px;
  background-color: #f6f6f6;
  text-align: center;
  padding-top: 80px;
  margin-top: 30px;
  border-radius: 320px;
}
.sub03_features .f3_analysis ul {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  padding: 0 50px 0 100px;
}
.sub03_features .f3_analysis ul li {
  width: 20%;
  text-align: left;
}
.sub03_features .f3_analysis ul li dl dt {
  font-size: 24px;
  font-weight: 800;
  line-height: 85px;
  margin-bottom: 15px;
}
.sub03_features .f3_analysis ul li dl dt span {
  padding-right: 10px;
}
.sub03_features .f3_analysis ul li dl dd {
  font-size: 16px;
  font-weight: 400;
  line-height: 31px;
  color: #666;
  padding-left: 15px;
}
.sub03_features .f3_analysis ul li dl dd.strong_r {
  display: block;
  width: 130px;
  font-size: 16px;
  color: #ff6825;
  border: 1px solid #ff6825;
  border-radius: 20px;
  line-height: 33px;
  text-align: center;
  margin: 15px 0 0 10px;
  padding: 0 !important;
}
.sub03_features .f4_env ul {
  display: flex;
  justify-content: center;
}
.sub03_features .f4_env ul li.user {
  width: 50%;
  background: url("../images/f4_env01.png") right 30px no-repeat;
}
.sub03_features .f4_env ul li.server {
  width: 50%;
  height: 448px;
  background: url("../images/f4_env02.png") right 30px #f7f7f7 no-repeat;
  border-radius: 0 20px 20px 0;
}
.sub03_features .f4_env ul li h2 {
  font-size: 30px;
  font-weight: 800;
  margin: 60px 0 20px 0;
  line-height: 50px;
}
.sub03_features .f4_env ul li dl dt {
  font-size: 22px;
  font-weight: 600;
  color: #ff6825;
  margin-top: 13px;
  line-height: 25px;
}
.sub03_features .f4_env ul li dl dd {
  font-size: 20px;
  line-height: 38px;
  color: #666;
}
.sub03_features .f5_ext {
  margin-bottom: 150px;
}
.sub03_features .f5_ext div {
  margin-top: 45px;
}
.sub03_features .f5_ext p {
  font-size: 18px;
  line-height: 27px;
}

@media (max-width: 970px) {
  .sub03_features {
    margin: 0 auto;
    padding: 0 20px;
  }
  .sub03_features .f_wrap {
    max-width: 640px;
    min-width: 320px;
    height: auto;
    margin: 20px auto 0;
    border: 1px solid #ccc;
    border-radius: 20px;
    text-align: center;
  }
  .sub03_features .f1_fast {
    display: block;
  }
  .sub03_features .f1_fast .bencmark {
    width: 100%;
    padding: 10px 20px;
  }
  .sub03_features .f1_fast .kolas {
    width: 100%;
    background-color: #f7f7f7;
    padding: 10px 20px;
    border-radius: 0 0 20px 20px;
  }
  .sub03_features .f1_fast .kolas dl dt {
    height: 50px;
    padding: 10px 10px 10px 10px !important;
    line-height: 16px;
  }
  .sub03_features .f1_fast h2 {
    font-size: 22px;
    font-weight: 800;
    margin-top: 20px;
    line-height: 25px;
  }
  .sub03_features .f1_fast .fast_conts {
    display: flex;
    justify-content: center;
  }
  .sub03_features .f1_fast dl {
    margin: 20px 5px 20px 5px;
  }
  .sub03_features .f1_fast dl.r_arrow {
    margin-right: 5px !important;
    padding-right: 40px;
    background: url("../images/arrow_st2_r.png") right 50% no-repeat;
    background-size: 20px;
  }
  .sub03_features .f1_fast dl dt {
    height: 40px;
    font-size: 13px;
    font-weight: 500;
    padding: 0 5px 10px 5px;
    margin-bottom: 25px;
    border-bottom: 1px solid #000;
  }
  .sub03_features .f1_fast dl dt span {
    font-size: 13px;
    font-weight: 400;
  }
  .sub03_features .f1_fast dl dd strong {
    font-size: 20px !important;
    font-weight: 800;
    color: #ff6825;
    line-height: 18px;
  }
  .sub03_features .f1_fast dl dd p {
    font-size: 12px;
    margin-top: 10px;
    color: #666;
    font-weight: 400;
  }
  .sub03_features .f1_fast dl dd div {
    float: left;
  }
  .sub03_features .f1_fast dl dd span {
    font-size: 12px;
  }
  .sub03_features .f2_bigdata {
    display: block;
  }
  .sub03_features .f2_bigdata ul {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    margin: 30px auto;
    background: url("../images/f2_bigdata04.png") center 50% no-repeat;
    background-size: 100px;
    text-align: center;
  }
  .sub03_features .f2_bigdata ul li {
    width: 33%;
    display: inline-block;
    margin: 0 auto;
    clear: left;
  }
  .sub03_features .f2_bigdata ul li div {
    width: 100%;
    height: auto;
    padding-right: 0;
    margin: 10px 5px 0 10px;
    padding-right: 10px;
    text-align: right;
  }
  .sub03_features .f2_bigdata ul li div.bdata {
    background: none;
    background-color: #fff;
  }
  .sub03_features .f2_bigdata ul li div.sdata {
    background: none;
    background-color: #fff;
  }
  .sub03_features .f2_bigdata ul li div.udata {
    background: none;
    background-color: #fff;
  }
  .sub03_features .f2_bigdata ul li div.udata {
    background: none;
    background-color: #fff;
  }
  .sub03_features .f2_bigdata ul li div h2 {
    font-size: 17px;
    line-height: 20px;
  }
  .sub03_features .f2_bigdata ul li div p {
    font-size: 12px;
    line-height: 16px;
  }
  .sub03_features .f2_bigdata ul li div p span {
    font-size: 12px;
  }
  .sub03_features .f2_bigdata ul li.idata {
    width: 35% !important;
    height: 100px;
    background: url("../images/arrow_st3_r.png") 90% 50% no-repeat;
    background-size: 10px;
    padding-right: 0px;
    margin: auto 0;
    font-size: 0;
  }
  .sub03_features .f2_bigdata ul li.idata img {
    display: none;
  }
  .sub03_features .f2_bigdata ul li.mystique {
    width: 90px;
    height: 90px;
    padding-top: 10px;
    margin: auto 10px auto 0;
  }
  .sub03_features .f2_bigdata ul li.mystique img {
    width: 50px;
  }
  .sub03_features .f3_analysis ul {
    margin: 40px 0 0 0;
    padding: 0 20px 30px 20px;
    display: flex;
    justify-content: center;
    align-content: stretch;
    flex-wrap: wrap;
  }
  .sub03_features .f3_analysis ul li {
    width: 31%;
    margin: 5px 3px;
  }
  .sub03_features .f3_analysis ul li dl dt {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .sub03_features .f3_analysis ul li dl dt span {
    padding-right: 4px;
  }
  .sub03_features .f3_analysis ul li dl dt span img {
    width: 40px;
  }
  .sub03_features .f3_analysis ul li dl dd {
    font-size: 12px;
    line-height: 18px;
  }
  .sub03_features .f3_analysis ul li dl dd.strong_r {
    width: 80%;
    font-size: 12px;
    line-height: 20px;
    margin: 12px 0 0 10px;
  }
  .sub03_features .f3_analysis ul li:last-child {
    width: 40%;
  }
  .sub03_features .f4_env ul {
    display: block;
  }
  .sub03_features .f4_env ul li {
    padding: 30px 10px 20px 10px;
  }
  .sub03_features .f4_env ul li.user {
    width: 100%;
    background-size: 20%;
  }
  .sub03_features .f4_env ul li.server {
    width: 100%;
    height: auto;
    background-size: 20%;
    border-radius: 0 0 20px 20px;
  }
  .sub03_features .f4_env ul li h2 {
    font-size: 22px;
    margin: 0px 0 20px 0;
    line-height: 20px;
  }
  .sub03_features .f4_env ul li dl dt {
    font-size: 16px;
    margin-top: 10px;
    line-height: 23px;
  }
  .sub03_features .f4_env ul li dl dd {
    font-size: 14px;
    line-height: 18px;
  }
  .sub03_features .f5_ext {
    margin-bottom: 50px;
    padding-bottom: 20px;
  }
  .sub03_features .f5_ext div {
    margin-top: 30px;
  }
  .sub03_features .f5_ext div img {
    width: 100%;
  }
  .sub03_features .f5_ext p {
    font-size: 13px;
    line-height: 20px;
  }
}
.sub04_map {
  margin: 30px auto 0;
  padding: 0 200px;
  height: 800px;
}

.sub04_address {
  min-width: 1200px;
  display: flex;
  justify-content: center;
  margin: 80px auto 0;
  background-color: rgba(245, 245, 245, 0.8);
  padding: 100px 200px;
}
.sub04_address div {
  width: 50%;
  text-align: center;
}
.sub04_address div dl {
  text-align: left;
}
.sub04_address div dl dt {
  font-size: 45px;
  font-weight: 800;
  line-height: 75px;
}
.sub04_address div dl dd {
  font-size: 26px;
  font-weight: 500;
  line-height: 45px;
}

@media (max-width: 970px) {
  .sub04_map {
    margin: 30px auto 0;
    padding: 0 20px;
    height: 300px;
  }
  .sub04_address {
    min-width: 320px;
    display: block;
    margin: 30px auto 0;
    background-color: rgba(245, 245, 245, 0.8);
    padding: 30px 50px;
  }
  .sub04_address div {
    width: 100%;
    text-align: left;
    padding: 10px 0;
  }
  .sub04_address div img {
    width: 180px;
    padding-bottom: 10px;
  }
  .sub04_address div dl {
    text-align: left;
    padding-top: 5px;
  }
  .sub04_address div dl dt {
    font-size: 25px;
    line-height: 27px;
  }
  .sub04_address div dl dd {
    font-size: 16px;
    line-height: 25px;
  }
}
/* sub */
.sub_visual {
  align-items: center;
  position: relative;
  width: 100%;
  height: 350px;
  min-width: 320px;
  margin: 0 auto;
}
.sub_visual .sub01 {
  height: 100%;
  background: url("../images/vis_sub01.png") 50% 50% no-repeat;
  background-size: cover;
}
.sub_visual .sub02 {
  height: 100%;
  background: url("../images/vis_sub02.png") 50% 50% no-repeat;
  background-size: cover;
}
.sub_visual .sub03 {
  height: 100%;
  background: url("../images/vis_sub03.png") 50% 50% no-repeat;
  background-size: cover;
}
.sub_visual .sub04 {
  height: 100%;
  background: url("../images/vis_sub04.png") 50% 50% no-repeat;
  background-size: cover;
}

.subTitle {
  max-width: 1920px;
  height: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0 200px;
}
.subTitle h1 {
  position: absolute;
  bottom: 30px;
  font-size: 70px;
  line-height: 1.2;
  color: #fff;
  font-weight: 800;
}
.subTitle h1 span {
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  opacity: 0.8;
  font-weight: 200;
  padding: 0 0 0 10px;
}

@media (max-width: 970px) {
  .sub_visual {
    height: 250px;
  }
  .subTitle {
    padding: 0 50px;
  }
  .subTitle h1 {
    font-size: 50px;
  }
  .subTitle h1 span {
    display: block;
    font-size: 18px;
    padding: 0;
  }
}
.sub_navi {
  align-items: center;
  position: relative;
  height: 70px;
  margin: 0 auto;
  padding: 0 100px;
  border-bottom: 1px solid #555;
  text-align: center;
}
.sub_navi ul {
  display: flex;
  justify-content: center;
  max-width: 1920px;
  height: 100%;
  margin: 0 auto;
}
.sub_navi ul li {
  border-right: 1px solid #e9e9e9;
}
.sub_navi ul li a {
  display: block;
  font-size: 18px;
  line-height: 70px;
  color: #a3a3a3;
  font-weight: 700;
  padding: 0 75px 0 40px;
  background: url("../images/icon_sm_off.png") 85% 50% no-repeat;
}
.sub_navi ul li a.on {
  background: url("../images/icon_sm_on.png") 85% 50% no-repeat;
  color: #000;
  font-weight: 700;
}
.sub_navi ul li a:hover {
  background: url("../images/icon_sm_on.png") 85% 50% no-repeat;
  color: #000;
  font-weight: 700;
}
.sub_navi ul li a.link_home {
  background: url("../images/btn_home.png") 50% 50% no-repeat;
  font-size: 0 !important;
  width: 72px !important;
  padding: 0 !important;
}
.sub_navi ul li a.link_home:hover {
  background: url("../images/btn_home_on.png") 50% 50% no-repeat;
}
.sub_navi ul li:first-child {
  border-left: 1px solid #e9e9e9;
}

@media (max-width: 970px) {
  .sub_navi {
    position: relative;
    width: 100%;
    height: auto;
    text-align: left;
    padding: 0;
  }
  .sub_navi ul {
    display: block;
    text-align: left;
  }
  .sub_navi ul li {
    display: block;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #eee;
    text-align: left;
  }
  .sub_navi ul li a {
    display: block;
    font-size: 16px;
    line-height: 50px;
    padding: 0 0 0 20px;
    background: url("../images/icon_sm_off.png") 95% 50% no-repeat;
  }
  .sub_navi ul li a.on {
    background: url("../images/icon_sm_on.png") 95% 50% no-repeat;
  }
  .sub_navi ul li a:hover {
    background: url("../images/icon_sm_on.png") 95% 50% no-repeat;
  }
  .sub_navi ul li a.link_home {
    display: none;
  }
  .sub_navi ul li a.link_home:hover {
    display: none;
  }
  .sub_navi ul li:first-child {
    display: none;
  }
}
.sub_conts_wrap {
  align-items: center;
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.sub_txt {
  max-width: 1920px;
  height: 100%;
  margin: 0 auto;
  padding: 130px 20px 0 20px;
  text-align: center;
  font-size: 24px;
  line-height: 40px;
}
.sub_txt span {
  display: inline-block;
}

@media (max-width: 970px) {
  .sub_txt {
    padding: 50px 20px 0 20px;
    font-size: 16px;
    line-height: 23px;
  }
  .sub_txt span.txt50 {
    font-size: 28px;
    font-weight: 800;
    line-height: 38px;
  }
  .sub_txt span.txt35 {
    font-size: 16px;
    font-weight: 800;
    line-height: 23px;
  }
  .sub_txt span.txt30 {
    font-size: 16px;
    line-height: 23px;
  }
  .sub_txt span.txt20 {
    font-size: 14px;
    line-height: 20px;
  }
}
.tc_green {
  color: #2a6144;
}

.txt50 {
  font-size: 50px;
  font-weight: 800;
  line-height: 80px;
}

.txt40 {
  font-size: 40px;
  font-weight: 800;
  line-height: 50px;
}

.txt35 {
  font-size: 35px;
  font-weight: 800;
  line-height: 50px;
}

.txt30 {
  font-size: 30px;
  line-height: 45px;
}

.txt20 {
  font-size: 20px;
  line-height: 30px;
}

.mgt10 {
  margin-top: 10px !important;
}

.mgt20 {
  margin-top: 20px !important;
}

.mgt30 {
  margin-top: 30px !important;
}

.mgt40 {
  margin-top: 40px !important;
}

.pdt10 {
  padding-top: 10px !important;
}

.plr13 {
  padding: 0 13px !important;
}

.mgl30 {
  margin-left: 30px !important;
}

.margin0 {
  margin: 0 !important;
}

body {
  min-width: 320px;
  color: #333;
}

/* header */
.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: background 0.3s ease, box-shadow 0.3s ease;
  transition: background 0.3s ease, box-shadow 0.3s ease;
  z-index: 1501;
}

.header_bar {
  position: relative;
  padding: 0 100px;
}

.header_bar > .nx-table {
  max-width: 1920px;
  margin: 0 auto;
}

.branding {
  vertical-align: middle;
}

.branding > a {
  background: url("../images/brading_white.png") no-repeat;
  display: block;
  width: 258px;
  height: 60px;
  font-size: 0;
}

.branding > a > img {
  display: block;
  height: auto;
}

.main_navigation {
  vertical-align: middle;
}

/* Main menu */
.main_nav {
  margin: 0 auto;
  max-width: 850px;
  padding: 0 10px;
}

.main_nav:after {
  content: "";
  display: block;
  clear: both;
}

.main_nav > li {
  float: left;
  position: relative;
  text-align: center;
  width: 25%;
}

.main_nav > li > a {
  display: block;
  position: relative;
  line-height: 110px;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  padding: 0 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main_nav > li.act > a {
  font-weight: 700;
  color: #ff6825;
}

.main_nav > li > a:hover {
  color: #ff6825;
}

.main_nav > li .child_button {
  display: none;
}

.main_nav .sub-nav {
  display: none;
}

.header.floating {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  background: #fff;
}

.header.floating .branding > a {
  background: url("../images/brading.png") no-repeat;
  display: block;
  width: 258px;
  height: 60px;
  font-size: 0;
}

.header.floating .main_nav > li > a {
  color: #333;
  line-height: 85px;
}

.header.floating .main_nav > li > a:hover {
  color: #ff6825;
}

.header.floating .main_nav > li.act > a {
  color: #ff6825;
}

.fullMenu_wrap {
  position: relative;
}

.fullMenu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1550;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.home .fullMenu {
  border-top: 0px solid #dddddd !important;
}

.header.floating .fullMenu {
  border-top: 1px solid #ddd;
}

.fullMenu.show {
  opacity: 1;
  visibility: visible;
}

.fullMenu .inner {
  max-width: 1000px;
  padding: 0;
}

.fullMenu .navi .child_button {
  display: none !important;
}

.fullMenu .navi:after {
  content: "";
  display: block;
  clear: both;
}

.fullMenu .navi > li {
  float: left;
  width: 25%;
  text-align: left;
  min-height: 293px;
  padding: 35px 0 0 35px;
  position: relative;
}

.fullMenu .navi > li.act {
  background: #ff6825;
}

.fullMenu .navi > li:before {
  content: "";
  display: block;
  width: 1px;
  top: 40px;
  bottom: 48px;
  background-color: rgba(255, 255, 255, 0.2);
  left: 0;
  position: absolute;
}

.fullMenu .navi > li.act:before {
  display: none;
}

.fullMenu .navi > li:last-child:after {
  content: "";
  display: block;
  width: 1px;
  top: 40px;
  bottom: 48px;
  background-color: rgba(255, 255, 255, 0.2);
  right: 0;
  position: absolute;
}

.fullMenu .navi > li > a {
  font-size: 20px;
  line-height: 1.4;
  color: #ff6825;
  font-weight: 700;
}

.fullMenu .navi > li > a:hover {
  text-decoration: underline;
}

.fullMenu .navi > li.act > a {
  color: #fff;
}

.fullMenu .navi > li > .sub-nav {
  padding-top: 18px;
}

.fullMenu .navi > li > .sub-nav > ul > li {
  padding-bottom: 13px;
}

.fullMenu .navi > li > .sub-nav > ul > li > a {
  font-size: 17px;
  line-height: 1.4;
  color: #999;
  font-weight: 400;
  position: relative;
}

.fullMenu .navi > li.act > .sub-nav > ul > li > a {
  color: #fff;
}

.fullMenu .navi > li.act > .sub-nav > ul > li.act > a:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.7);
  left: 0;
  bottom: -2px;
  position: absolute;
}

.fullMenu .navi > li > .sub-nav > ul > li > a:hover {
  color: #fff;
}

.fullMenu .navi > li.act > .sub-nav > ul > li.act > a:hover {
  text-decoration: none;
}

.fullMenu .navi > li .sub-nav .sub-nav > ul {
  margin-top: 8px;
}

.fullMenu .navi > li .sub-nav .sub-nav > ul > li {
  padding: 2px 0;
}

.fullMenu .navi > li .sub-nav .sub-nav > ul > li > a {
  position: relative;
  display: block;
  font-size: 14px;
  color: #666;
}

.fullMenu .navi > li .sub-nav .sub-nav > ul > li > a:hover {
  text-decoration: underline;
}

.fullMenu .navi > li .sub-nav .sub-nav > ul > li > a:before {
  content: "- ";
}

.fullMenu .navi > li.act .sub-nav .sub-nav > ul > li > a {
  color: #fff;
}

.header.floating .fullMenu {
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.15);
}

@media (max-width: 970px) {
  .header_bar {
    padding: 0 20px;
  }
  .header {
    background: #fff;
  }
  .branding {
    padding: 12px 0;
  }
  .branding > a {
    background: url("../images/brading.png") no-repeat;
    background-size: 100%;
    display: block;
    width: 150px;
    height: 50px;
    font-size: 0;
  }
  #wrap:before {
    content: "";
    position: relative;
    display: block;
    height: 74px;
    background: #fff;
  }
  .header.floating .branding > a {
    background: url("../images/brading.png") no-repeat;
    background-size: 100%;
    display: block;
    width: 150px;
    height: 50px;
    font-size: 0;
  }
}
/* Main Visual */
.main_visual {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100vh;
  min-width: 320px;
  margin: 0 auto;
  background: url("../images/vis01.png") 50% 50% no-repeat;
  background-size: cover;
}
.main_visual .txtArea {
  height: 280px;
  text-align: center;
}
.main_visual .txtArea h2 {
  font-size: 70px;
  line-height: 1.2;
  color: #fff;
  font-weight: 800;
}
.main_visual .txtArea p {
  font-size: 22px;
  line-height: 1.5;
  color: #fff;
  opacity: 0.6;
  font-weight: 200;
  padding-top: 42px;
}

@media (max-width: 970px) {
  .main_visual {
    height: 500px;
  }
  .main_visual .txtArea {
    height: 160px;
  }
  .main_visual .txtArea h2 {
    font-size: 40px;
  }
  .main_visual .txtArea p {
    font-size: 16px;
    padding-top: 25px;
  }
}
@media (max-width: 640px) {
  .main_visual {
    height: 400px;
  }
  .main_visual .txtArea {
    height: 150px;
  }
  .main_visual .txtArea h2 {
    font-size: 35px;
  }
  .main_visual .txtArea p {
    font-size: 14px;
    padding-top: 25px;
  }
}
/* Main Business */
.main_business {
  width: 100%;
  height: 910px;
  background: url("../images/main_busi_bg.png") top right no-repeat #eee;
  background-size: cover;
  overflow: hidden;
}

.main_business h1 {
  display: block;
  font-size: 48px;
  font-weight: 900;
  color: #333;
  line-height: 100px;
  text-align: center;
  margin-top: 100px;
}

.main_business p {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #888;
  line-height: 25px;
  text-align: center;
  margin-top: 10px;
}

.business_wrap {
  width: 1160px;
  margin: 30px auto 0;
}
.business_wrap ul.bus_cont {
  display: flex;
  justify-content: space-between;
}
.business_wrap ul.bus_cont li {
  width: 340px;
  height: 420px;
  margin-left: 40px;
  margin-top: 50px;
  background-color: #fff;
}
.business_wrap ul.bus_cont li div {
  width: 340px;
  height: 220px;
  text-align: center;
}
.business_wrap ul.bus_cont li div a {
  display: block;
  height: 100%;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 220px;
}
.business_wrap ul.bus_cont li div a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.business_wrap ul.bus_cont li div.data {
  background: url("../images/main_busi01.png") no-repeat;
}
.business_wrap ul.bus_cont li div.ai {
  background: url("../images/main_busi02.png") no-repeat;
}
.business_wrap ul.bus_cont li div.solution {
  background: url("../images/main_busi03.png") no-repeat;
}
.business_wrap ul.bus_cont li ul.cont_list {
  margin: 20px 0 0 33px;
}
.business_wrap ul.bus_cont li ul.cont_list li {
  width: 100%;
  height: auto;
  font-size: 18px;
  font-weight: 600;
  background: url("../images/bull_dott1.png") left 8px no-repeat;
  padding-left: 10px;
  margin: 11px 5px !important;
  color: #333;
}
.business_wrap ul.bus_cont li ul.cont_list li span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.business_wrap ul.bus_cont li:first-child {
  margin-left: 0px !important;
}

@media (max-width: 1280px) {
  .main_business p {
    font-size: 16px;
  }
  .business_wrap {
    width: 900px;
    margin: 30px auto 0;
  }
  .business_wrap ul.bus_cont li {
    width: 280px;
    height: 420px;
    margin-left: 40px;
    margin-top: 50px;
    background-color: #fff;
  }
  .business_wrap ul.bus_cont li div {
    width: 280px;
    height: 220px;
    text-align: center;
  }
}
@media (max-width: 970px) {
  .main_business {
    height: auto;
    padding-bottom: 40px;
  }
  .main_business p {
    font-size: 14px;
    line-height: 20px;
    padding: 0 20px;
  }
  .business_wrap {
    width: 100vw;
    margin: 30px auto 0;
  }
  .business_wrap ul.bus_cont {
    display: block;
    margin: 10px 0 0 20px !important;
    padding-right: 20px;
  }
  .business_wrap ul.bus_cont li {
    width: 100%;
    height: 300px;
    background-color: #fff;
    margin: 20px 0 0 0 !important;
  }
  .business_wrap ul.bus_cont li div {
    width: 100%;
    height: 130px;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    line-height: 130px;
    text-align: center;
  }
  .business_wrap ul.bus_cont li div a {
    line-height: 130px;
  }
  .business_wrap ul.bus_cont li div.data {
    background: url("../images/main_busi01.png") 50% 50% no-repeat;
    background-size: cover;
  }
  .business_wrap ul.bus_cont li div.ai {
    background: url("../images/main_busi02.png") 50% 50% no-repeat;
    background-size: cover;
  }
  .business_wrap ul.bus_cont li div.solution {
    background: url("../images/main_busi03.png") 50% 50% no-repeat;
    background-size: cover;
  }
  .business_wrap ul.bus_cont li ul.cont_list {
    margin: 0 0 0 33px;
  }
  .business_wrap ul.bus_cont li ul.cont_list li {
    width: 100%;
    height: auto;
    font-size: 16px;
    font-weight: 600;
    background: url("../images/bull_dott1.png") left 8px no-repeat;
    padding-left: 10px;
    margin: 11px 5px !important;
    color: #333;
  }
  .business_wrap ul.bus_cont li ul.cont_list li span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
  .business_wrap ul.bus_cont li:first-child {
    margin-left: 0px !important;
  }
  .business_wrap ul.bus_cont li:nth-child(2) {
    height: 270px;
  }
  .business_wrap ul.bus_cont li:last-child {
    height: 250px;
  }
}
@media (max-width: 640px) {
  .main_business h1 {
    font-size: 40px;
    margin-top: 30px;
    line-height: 80px;
  }
}
/* Main About Company */
.main_company {
  position: relative;
  width: 1920px;
  min-width: 1280px;
  height: 568px;
  background: url("../images/main_about_company.png") top right no-repeat;
  margin: 200px auto 0;
}

.about {
  width: 40%;
  height: 630px;
  margin-left: 15%;
}
.about h1 {
  display: block;
  font-size: 48px;
  font-weight: 900;
  color: #333;
  line-height: 80px;
  text-align: left;
  padding: 50px 70px 0 0;
}
.about ul {
  width: 95%;
  border-top: 2px solid #333;
  margin-top: 30px;
}
.about ul li {
  overflow: hidden;
  height: 100px;
  padding: 30px 10px 15px 0;
  border-bottom: 1px dotted #bbb;
}
.about ul li dl {
  display: flex;
  margin-left: 70px;
}
.about ul li dl dt {
  width: 150px;
  font-size: 22px;
  font-weight: 700;
  color: #333;
  line-height: 38px;
}
.about ul li dl dd {
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  padding-top: 10px;
}
.about ul li:last-child {
  border-bottom: 0 !important;
}

.vision {
  position: absolute;
  top: 100px;
  right: 400px;
}
.vision a {
  width: 400px;
  height: 300px;
  display: block;
  font-size: 35px;
  font-weight: 300;
  color: #fff;
  opacity: 0.6;
  line-height: 50px;
  letter-spacing: 8px;
  margin: 180px 0 0 0;
  padding-left: 110px;
  background: url("../images/btn_arrow03.png") 72% 65px no-repeat;
}
.vision a:hover {
  opacity: 1;
}

@media (max-width: 1910px) {
  .main_company {
    width: 100%;
  }
  .about ul {
    width: 80%;
  }
}
@media (max-width: 1650px) {
  .about ul {
    width: 70%;
  }
}
@media (max-width: 1510px) {
  .about {
    width: 60%;
    height: 630px;
    margin-left: 10%;
  }
  .about h1 {
    font-size: 33px;
  }
  .about ul {
    width: 45%;
  }
  .about ul li dl {
    display: block;
    margin-left: 30px;
  }
  .about ul li dl dt {
    width: 150px;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    line-height: 20px;
  }
  .about ul li dl dd {
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    padding-top: 5px;
  }
}
@media (max-width: 1280px) {
  .about {
    width: 60%;
    height: 630px;
    margin-left: 5%;
  }
  .about h1 {
    font-size: 33px;
  }
  .about ul {
    width: 45%;
  }
  .about ul li dl {
    display: block;
    margin-left: 30px;
  }
  .about ul li dl dt {
    width: 150px;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    line-height: 20px;
  }
  .about ul li dl dd {
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    padding-top: 5px;
  }
}
@media (max-width: 970px) {
  .main_company {
    min-width: 320px;
    background: none;
    margin-top: 0px;
  }
  .about {
    width: 90%;
    height: 630px;
    margin-left: 5%;
  }
  .about h1 {
    font-size: 33px;
    line-height: 50px;
    text-align: left;
    padding-top: 40px;
  }
  .about ul {
    width: 100%;
  }
  .about ul li dl {
    display: block;
    margin-left: 30px;
  }
  .about ul li dl dt {
    width: 150px;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    line-height: 20px;
  }
  .about ul li dl dd {
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    padding-top: 5px;
  }
  .vision {
    display: none !important;
  }
}
/*************************************/
/* F o o t e r
/*************************************/
#btn_top {
  position: fixed;
  width: 42px;
  height: 42px;
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #333;
  text-indent: -9999px;
  border-radius: 40px;
  bottom: 20px;
  right: 20px;
  z-index: 99990;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  font-size: 0;
}

#btn_top:before {
  content: "";
  position: relative;
  display: block;
  top: 17px;
  left: 15px;
  width: 10px;
  height: 10px;
  border: 2px solid #333;
  border-right: 0;
  border-top: 0;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#btn_top.show {
  visibility: visible;
  opacity: 1;
}

.footer {
  background: #f0f0f0;
  margin: 0 auto 0;
}

.footer_wrap {
  position: relative;
  max-width: 1550px;
  margin: 0 auto;
  padding: 0 50px;
}

.ft_address {
  width: 98%;
  padding: 50px 0;
}
.ft_address .addressArea ul {
  padding-top: 20px;
}
.ft_address .addressArea ul li {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  padding: 0 0 7px 90px;
}
.ft_address .addressArea ul li span {
  position: absolute;
  left: 0;
  font-weight: 300;
}
.ft_address .copy {
  font-size: 15px;
  line-height: 1.3;
  padding-top: 30px;
  line-height: 25px;
}

.ft_navi {
  position: absolute;
  top: 50px;
  right: 50px;
}
.ft_navi .linkArea {
  display: inline-block;
}
.ft_navi .linkArea ul {
  display: flex;
}
.ft_navi .linkArea ul li {
  padding: 0 30px;
  position: relative;
}
.ft_navi .linkArea ul li a {
  display: block;
  font-size: 16px;
  line-height: 35px;
  color: #333;
  font-weight: 600;
}
.ft_navi .linkArea ul li a:hover {
  text-decoration: underline;
}
.ft_navi .linkArea ul li .ft_submenu {
  display: block;
}
.ft_navi .linkArea ul li .ft_submenu li {
  display: block;
  border-right: 0;
  padding: 0;
}
.ft_navi .linkArea ul li .ft_submenu li a {
  display: block;
  font-size: 15px;
  font-weight: 300;
  color: #888;
}

@media (max-width: 1100px) {
  .footer {
    margin: 0 auto 0;
  }
  .ft_navi {
    display: none;
  }
}
@media (max-width: 640px) {
  .footer_wrap {
    padding: 0 30px;
  }
  .ft_logo img {
    width: 130px;
  }
  .ft_address {
    padding: 30px 0;
  }
  .ft_address .copy {
    font-size: 13px;
    padding-top: 10px;
  }
}
div > img:hover {
  color: #19177e;
  color: #221fa9;
  color: #100f53;
}

/*# sourceMappingURL=style.css.map */
