@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.font_Oswald {
  font-family: 'Oswald', sans-serif; }

/*■01.RESET HTML*/
img {
  margin: 0px;
  padding: 0px;
  border: 0px;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast; }

a {
  color: #000027;
  text-decoration: underline;
  transition: all 0.3s;
  -webkit-transition: all 0.3s; }
  a:hover {
    text-decoration: none; }

html {
  overflow-y: auto; }

#wrapper {
  box-sizing: border-box;
  overflow: hidden; }

body {
  font-family: Meiryo, sans-serif;
  color: #000027;
  line-height: normal;
  font-size: 14px; }
  body p {
    line-height: 1.8; }

@media screen and (max-width: 767px) {
  body {
    font-size: 14px; } }
.container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative; }

/*■02.CLEAR FLOAT*/
.clearfix {
  display: inline-block; }
  .clearfix:after {
    clear: both;
    display: block;
    content: " ";
    height: 0px;
    visibility: hidden; }

/* Hide these rules from IE-mac \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

.hidden {
  display: none; }

/*■03.USE MEDIA*/
.pull-left {
  float: left; }

.pull-right {
  float: right; }

.media, .media-body {
  overflow: hidden; }

.media-text:after {
  clear: both;
  display: block;
  content: "";
  height: 0px;
  visibility: hidden; }

/*■05.FLEX*/
.flex {
  display: flex;
  flex-wrap: wrap; }

.flex_jus_center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.flex_jus_between {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.flex_jus_end {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end; }

/*align-items*/
.flex_align_item_start {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; }

.flex_align_item_end {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end; }

.flex_align_item_center {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none; }

/* ▽ PC-TAB layout ========== */
@media screen and (min-width: 768px) {
  .pc {
    display: block !important; }

  .sp {
    display: none !important; } }
@media screen and (max-width: 767px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; } }
@media screen and (max-width: 767px) {
  a[href*="tel:"] {
    pointer-events: auto;
    cursor: pointer; } }
@media screen and (max-width: 1200px) {
  .container {
    box-sizing: border-box;
    padding: 0 2%; } }
/*■--------------------CM CSS--------------------*/
.a_absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9; }

.cm-arr {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  height: 2px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s; }
  .cm-arr:after {
    content: '';
    position: absolute;
    top: -2px;
    right: 0px;
    margin: auto;
    width: 0;
    height: 0;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: all 0.3s;
    -webkit-transition: all 0.3s; }
  .cm-arr.arr_blue {
    background: #0c1c5c; }
    .cm-arr.arr_blue:after {
      border: solid #0c1c5c;
      border-width: 0 2px 2px 0; }
  .cm-arr.arr_back {
    right: auto;
    left: 10px; }
    .cm-arr.arr_back:after {
      right: auto;
      left: 0;
      transform: rotate(135deg);
      -webkit-transform: rotate(135deg); }
  .cm-arr.arr_down {
    transform: rotate(90deg); }

.style_ttl01 {
  position: relative;
  text-align: center;
  font-size: 32px;
  padding-bottom: 15px;
  margin-bottom: 40px; }
  .style_ttl01 span {
    display: block;
    font-size: 20px;
    font-family: "Oswald", sans-serif;
    color: #0d1e5f;
    letter-spacing: 1px; }
  .style_ttl01:after {
    position: absolute;
    content: "";
    background: #0d1e5f;
    width: 35px;
    height: 3px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
  .style_ttl01.ttl_white {
    color: #fff; }
    .style_ttl01.ttl_white span {
      color: #fff; }
    .style_ttl01.ttl_white:after {
      background: #fff; }
  .style_ttl01.no_border {
    padding-bottom: 0; }
    .style_ttl01.no_border:after {
      background: none; }

@media screen and (max-width: 767px) {
  .style_ttl01 {
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 5%; }
    .style_ttl01 span {
      font-size: 17px; } }
.style_btn01 a, .style_btn01 .style_submit {
  position: relative;
  display: inline-block;
  background: #fff;
  width: 200px;
  min-width: 200px;
  margin-top: 40px;
  border: 3px solid #0c1c5c;
  border-radius: 30px;
  padding: 10px 25px;
  font-size: 16px;
  color: #0d1d5e;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
  box-sizing: border-box; }
.style_btn01 a .cm-arr, .style_btn01 .style_submit .cm-arr {
  background: #0c1c5c; }
.style_btn01 a .cm-arr:after, .style_btn01 .style_submit .cm-arr:after {
  border: solid #0c1c5c;
  border-width: 0 2px 2px 0; }
.style_btn01 a.blue_active, .style_btn01 .style_submit.blue_active {
  background: #0c1c5c;
  color: #ffe425; }
.style_btn01 a.blue_active .cm-arr, .style_btn01 .style_submit.blue_active .cm-arr {
  background: #ffe425; }
.style_btn01 a.blue_active .cm-arr:after, .style_btn01 .style_submit.blue_active .cm-arr:after {
  border: solid #ffe425;
  border-width: 0 2px 2px 0; }
.style_btn01 a.btn01_active, .style_btn01 .style_submit.btn01_active {
  background: #ffe425;
  border: 3px solid #ffe425; }

@media screen and (min-width: 768px) {
  .style_btn01 a.blue_active:hover, .style_btn01 .style_submit.blue_active:hover {
    background: #ffe425;
    border: 3px solid #ffe425;
    color: #000027; }
  .style_btn01 a.blue_active:hover .cm-arr, .style_btn01 .style_submit.blue_active:hover .cm-arr {
    background: #0c1c5c; }
  .style_btn01 a.blue_active:hover .cm-arr:after, .style_btn01 .style_submit.blue_active:hover .cm-arr:after {
    border: solid #0c1c5c;
    border-width: 0 2px 2px 0; } }
@media screen and (min-width: 768px) {
  .style_btn01 a:hover, .style_btn01 .style_submit:hover {
    background: #ffe425;
    border: 3px solid #ffe425; }
  .style_btn01 a.btn01_active:hover, .style_btn01 .style_submit.btn01_active:hover {
    background: #fff;
    border: 3px solid #0c1c5c; } }
@media screen and (max-width: 767px) {
  .style_btn01 {
    text-align: center; }
    .style_btn01 a {
      border: 2px solid #0c1c5c;
      margin-top: 5%;
      font-size: 15px;
      padding: 8px 20px; } }
.ttl_search {
  background: url("../images/icon_search.png") no-repeat top 5px left;
  font-size: 18px;
  padding-left: 25px;
  margin: 50px 0 25px; }

@media screen and (max-width: 767px) {
  .ttl_search {
    font-size: 16px;
    margin: 5% 0 3%; } }
.box_thumbs {
  margin-top: 60px; }
  .box_thumbs .ttl_thumbs {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .box_thumbs .ttl_thumbs .ttl_search {
      margin-top: 0; }
    .box_thumbs .ttl_thumbs .close_open {
      position: relative;
      width: 110px;
      border: 3px solid #0c1c5c;
      border-radius: 30px;
      padding: 10px 30px; }
  .box_thumbs .cont_thumbs {
    display: none; }

@media screen and (max-width: 767px) {
  .box_thumbs {
    margin-top: 5%; }
    .box_thumbs .ttl_thumbs .close_open {
      width: 90px;
      padding: 8px 20px;
      border: 2px solid #0c1c5c; } }
.close_open {
  position: relative;
  box-sizing: border-box;
  cursor: pointer; }
  .close_open:before {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    content: "";
    margin: auto;
    width: 14px;
    height: 2px;
    background: #0d1d5e; }
  .close_open:after {
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 0;
    content: "";
    margin: auto;
    width: 2px;
    height: 14px;
    background: #0d1d5e;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
  .close_open .txt_close {
    display: none; }
  .close_open .txt_open {
    display: inline-block; }
  .close_open.opened:after {
    webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  .close_open.opened .txt_close {
    display: inline-block; }
  .close_open.opened .txt_open {
    display: none; }

.box_thumbs_larger {
  border: 1px solid #c2c9d2;
  margin-bottom: 50px; }
  .box_thumbs_larger .ttl_thumbs_larger {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #c2c9d2;
    padding: 10px 10px 10px 20px;
    cursor: pointer; }
    .box_thumbs_larger .ttl_thumbs_larger .ttl_search {
      background: url("../products/images/icon_search.png") no-repeat top 5px left;
      font-size: 22px;
      padding-left: 40px;
      margin: 0; }
    .box_thumbs_larger .ttl_thumbs_larger .close_open {
      width: 35px;
      height: 35px;
      border-radius: 0;
      background: #fff;
      border: 1px solid #0c1c5c;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0; }
    .box_thumbs_larger .ttl_thumbs_larger.opened .close_open:after {
      webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
  .box_thumbs_larger .cont_thumbs_larger {
    display: none;
    padding: 2% 8%;
    background: #fff;
    box-sizing: border-box; }
    .box_thumbs_larger .cont_thumbs_larger .ttl_search:first-child {
      margin-top: 0; }

@media screen and (max-width: 767px) {
  .box_thumbs_larger {
    margin-bottom: 5%; }
    .box_thumbs_larger .ttl_thumbs_larger {
      padding: 10px; }
      .box_thumbs_larger .ttl_thumbs_larger .ttl_search {
        background: url("../products/images/icon_search.png") no-repeat top 5px left;
        background-size: 20px;
        font-size: 18px;
        padding-left: 30px; }
      .box_thumbs_larger .ttl_thumbs_larger .close_open {
        width: 25px;
        height: 25px; }
        .box_thumbs_larger .ttl_thumbs_larger .close_open:after {
          right: 11px; }
        .box_thumbs_larger .ttl_thumbs_larger .close_open:before {
          right: 5px; }
    .box_thumbs_larger .cont_thumbs_larger {
      padding: 2%; } }
.style_table01 {
  width: 100%;
  margin-top: 35px; }
  .style_table01 tr th, .style_table01 tr td {
    border-top: 1px solid #c2c9d2;
    padding: 15px 0;
    text-align: left;
    vertical-align: top; }
  .style_table01 tr th {
    width: 160px; }
  .style_table01 tr td {
    width: calc(100% - 160px); }
    .style_table01 tr td .list_check {
      display: flex;
      flex-wrap: wrap; }
      .style_table01 tr td .list_check li {
        margin-right: 35px;
        margin-bottom: 20px; }
.page-en .style_table01 tr th {
  width: 240px; 
}
.page-en .style_table01 tr td {
  width: calc(100% - 240px);
}
@media screen and (min-width: 768px) {
  .style_table01 tr:last-child th, .style_table01 tr:last-child td {
    border-bottom: 1px solid #c2c9d2; } }
@media screen and (max-width: 767px) {
  .style_table01 {
    margin-top: 5%; }
    .style_table01 tr th, .style_table01 tr td {
      display: block;
      width: 100% !important;
      text-align: left;
      padding: 10px 0; }
    .style_table01 tr th {
      border-bottom: none;
      padding-bottom: 0; }
    .style_table01 tr td {
      border-top: none; }
      .style_table01 tr td .list_check li {
        margin-right: 15px;
        min-width: 16%;
        width: auto;
        margin-bottom: 10px; }
    .style_table01 tr:last-child {
      border-bottom: 1px solid #c2c9d2; } }
.sec_banner {
  padding: 60px 0 100px; }
  .sec_banner .list_banner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .page-en .sec_banner .list_banner, 
    .page-cn .sec_banner .list_banner {
      justify-content: center;
    }
    .sec_banner .list_banner li {
      width: 50%;
      border-left: 1px solid #d2d8e2;
      border-right: 1px solid #d2d8e2;
      padding: 0 4%;
      box-sizing: border-box; }
      .sec_banner .list_banner li:nth-child(2) {
        border-left: none; }
      .sec_banner .list_banner li a {
        width: 100%;
        color: #fff;
        height: 400px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: column;
        text-align: center;
        padding: 5% 20%;
        box-sizing: border-box;
        text-decoration: none; }
        .sec_banner .list_banner li a h3 {
          font-size: 20px;
          text-align: center;
          margin-bottom: 20px; }
          .sec_banner .list_banner li a h3 span {
            display: block;
            font-size: 36px;
            font-family: "Oswald", sans-serif; }
        .sec_banner .list_banner li a:hover {
          color: #ffe425; }
      .sec_banner .list_banner li.banner_company a {
        background: url("../images/company_bg.jpg") no-repeat center/cover; }
      .sec_banner .list_banner li.banner_recruit a {
        background: url("../images/recruit_bg.jpg") no-repeat center/cover; }
      .sec_banner .list_banner li.banner_device a {
        background: url("../products/images/device_bg.jpg") no-repeat center/cover; }
      .sec_banner .list_banner li.banner_results a {
        background: url("../products/images/results_bg.jpg") no-repeat center/cover; }

@media screen and (max-width: 767px) {
  .sec_banner {
    padding: 10% 0; }
    .sec_banner .list_banner li {
      width: 100%;
      padding: 0;
      border: none !important;
      margin-bottom: 5%; }
      .sec_banner .list_banner li a {
        height: auto;
        min-height: 250px;
        padding: 5% 10%; }
        .sec_banner .list_banner li a h3 {
          font-size: 17px;
          margin-bottom: 4%; }
          .sec_banner .list_banner li a h3 span {
            font-size: 25px; } }
.sec_contact {
  background: url("../images/contact_bg.jpg") no-repeat top center/cover;
  padding: 60px 0;
  box-sizing: border-box; }
  .sec_contact .tel_contact {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #fff; }
    .sec_contact .tel_contact li {
      display: flex;
      justify-content: start;
      align-items: center;
      flex-flow: column;
      width: 50%; }
      .sec_contact .tel_contact li:first-child {
        position: relative; }
        .sec_contact .tel_contact li:first-child:after {
          position: absolute;
          content: "";
          background: #909090;
          width: 2px;
          height: 70%;
          right: 0;
          top: 20%; }
    .sec_contact .tel_contact h3 {
      font-size: 16px;
      text-align: center;
      font-weight: 500;
      letter-spacing: 1px;
      margin-bottom: 15px; }
    .sec_contact .tel_contact .tel {
      position: relative;
      background: url("../common_img/ico_tel.png") no-repeat center left;
      padding-left: 40px; }
      .sec_contact .tel_contact .tel a {
        font-size: 40px;
        color: #fff;
        font-family: "Oswald", sans-serif; }
      .sec_contact .tel_contact .tel p {
        line-height: normal; }
    .sec_contact .tel_contact .mail h3 {
      margin-bottom: 30px; }
    .sec_contact .tel_contact .mail .btn-mail {
      position: relative;
      width: 75%;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 3px solid #fff;
      border-radius: 50px;
      font-size: 16px;
      padding: 20px 60px;
      color: #fff;
      font-weight: bold;
      text-decoration: none; }
      .sec_contact .tel_contact .mail .btn-mail:after {
        position: absolute;
        content: "";
        background: url("../common_img/ico_mail.png") no-repeat center;
        background-size: 15px;
        width: 15px;
        height: 11px;
        top: 50%;
        transform: translateY(-50%);
        left: 40px; }
      .sec_contact .tel_contact .mail .btn-mail:before {
        position: absolute;
        content: "";
        height: 10px;
        width: 10px;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        top: 50%;
        transform: translateY(-50%) rotate(-45deg);
        right: 40px; }

@media screen and (min-width: 768px) {
  .sec_contact .tel_contact {
    width: 1000px;
    margin: auto; } }
@media screen and (min-width: 768px) {
  .sec_contact .tel_contact .mail .btn-mail:hover {
    border: 3px solid #ffe425; } }
@media screen and (max-width: 767px) {
  .sec_contact {
    padding: 10% 0; }
    .sec_contact .tel_contact li {
      width: 100%; }
      .sec_contact .tel_contact li:first-child {
        padding-bottom: 5%;
        margin-bottom: 5%; }
        .sec_contact .tel_contact li:first-child:after {
          width: 50%;
          height: 1px;
          top: auto;
          bottom: 0;
          left: 25%; }
    .sec_contact .tel_contact h3 {
      font-size: 15px;
      margin-bottom: 2% !important; }
    .sec_contact .tel_contact .mail .btn-mail {
      width: 80%;
      font-size: 15px;
      padding: 15px 30px; }
      .sec_contact .tel_contact .mail .btn-mail:before {
        right: 15px; }
      .sec_contact .tel_contact .mail .btn-mail:after {
        left: 15px; } }
/*■--------------------HEADER--------------------*/
#cm-header {
  position: relative;
  padding: 20px;
  z-index: 99999999; }
  #cm-header .inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box; }
    #cm-header .inner .logo {
      width: 234px; }
    #cm-header .inner .header-links {
      width: calc(100% - 250px);
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      #cm-header .inner .header-links .cm-phone {
        margin-right: 10px; }
      #cm-header .inner .header-links .time {
        font-size: 11px;
        color: #fff;
        margin-right: 15px; }
  #cm-header .gnav {
    display: flex;
    justify-content: flex-end;
    border-top: 1px solid #fff;
    margin-top: 20px;
    z-index: 4;
    position: relative; }
    #cm-header .gnav li {
      margin-left: 40px; }
      #cm-header .gnav li a {
        position: relative;
        display: block;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        text-decoration: none;
        padding: 10px 0;
        color: #fff;
        font-weight: bold;
        margin: 12px 0; }
      #cm-header .gnav li .dropdown-txt {
        position: relative;
        display: block;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        text-decoration: none;
        padding: 22px 0;
        color: #fff;
        font-weight: bold; }

    #cm-header .gnav .dropdown.opened .submenu {
      display: block;
      /* opacity: 1;
      visibility: visible; */
      z-index: 9999; }
    #cm-header .gnav li .submenu .container {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      align-items: center;
      width: 100%;
      padding: 20px; }
    #cm-header .gnav li .submenu .left {
      width: 20%;
      text-align: center;
      padding: 30px; }
      #cm-header .gnav li .submenu .left p {
        font-size: 20px;
        font-weight: bold; }

.submenu-menu {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  border-left: 1px solid #000;
  padding: 10px; }

.submenu-menu-box {
  width: 33%;
  padding-left: 3%; }
  .submenu-menu-box ul {
    min-width: 35%; }
  .submenu-menu-box.w2cols {
    width: 40%; }
  .submenu-menu-box.w2cols_60 {
    width: 60%; }
  .submenu-menu-box.w2cols_50 {
    width: 50%; }
  .submenu-menu-box.w2cols_100 {
    width: 100%; }
  .submenu-menu-box p a {
    display: inline-block;
    padding-right: 40px;
    border-bottom: 1px solid #000;
    margin-bottom: 20px; }
    .submenu-menu-box p a span {
      position: relative;
      display: inline-block;
      padding-left: 20px;
      font-size: 16px;
      transition: all 0.5s;
      -webkit-transition: all 0.5s; }
      .submenu-menu-box p a span:after {
        content: '';
        position: absolute;
        top: 12px;
        left: 0px;
        margin: auto;
        width: 0;
        height: 0;
        border: solid #0c1c5c;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transition: all 0.3s;
        -webkit-transition: all 0.3s; }

#cm-header .gnav li .submenu li {
  margin-left: 0; }
#cm-header .gnav li .submenu a {
  color: #000; }
#cm-header .gnav li .submenu .submenu-menu-box li a {
  position: relative;
  padding-left: 15px;
  font-weight: normal; }
  #cm-header .gnav li .submenu .submenu-menu-box li a:before {
    content: '';
    position: absolute;
    top: 18px;
    left: 0;
    width: 0;
    height: 0;
    border: solid #0c1c5c;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: all 0.3s;
    -webkit-transition: all 0.3s; }
#cm-header .gnav li .sub_link {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  width: 240px;
  padding: 20px;
  box-sizing: border-box;
  background: #ffe425;
  display: none;
  z-index: 999; }
  #cm-header .gnav li .sub_link li {
    text-align: center;
    border-bottom: 1px solid #fff;
    margin-left: 0; }
    #cm-header .gnav li .sub_link li a {
      padding: 10px;
      color: #000027;
      font-weight: bold; }
#cm-header .gnav .cm-phone, #cm-header .gnav .language {
  display: none; }
#cm-header .navTrigger {
  display: none; }

@media screen and (min-width: 1025px) {
  #cm-header .gnav li .submenu {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    background: #ffe425;
    display: none;
    /* opacity: 0;
    visibility: hidden; */
    transition: all 0.5s;
    -webkit-transition: all 0.5s; }
    #cm-header .gnav li .submenu li a:hover {
      text-decoration: underline;
      color: #000; }
    #cm-header .gnav li .submenu .submenu-menu-box a:hover span {
      padding-right: 45px; }
  #cm-header .gnav li > a:hover, #cm-header .gnav li > .dropdown-txt:hover {
    color: #ffe425; }
  #cm-header .gnav li > a:hover:after, #cm-header .gnav li > .dropdown-txt:hover:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 5px;
    background: #ffe425;
    border-radius: 50%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    width: 5px;
    margin: auto; } }
@media screen and (min-width: 768px) {
  #cm-header .gnav li .sub_link li a:hover {
    background: #fff; }
    #cm-header .gnav li .sub_link li a:hover:after {
      background: none; } }
@media screen and (max-width: 1024px) {
  #cm-header {
    position: relative;
    background: #fff; }
    #cm-header .inner .logo {
      width: 30%; }
    #cm-header .inner .header-links {
      width: 70%; }
      #cm-header .inner .header-links .cm-phone, #cm-header .inner .header-links .time, #cm-header .inner .header-links .language {
        display: none; }
      #cm-header .inner .header-links .list_btn {
        width: 108px;
        margin-right: 2%; }
        #cm-header .inner .header-links .list_btn li {
          width: 50%; }
          #cm-header .inner .header-links .list_btn li a {
            height: 54px; }
            #cm-header .inner .header-links .list_btn li a span.cm_text {
              display: none; }
            #cm-header .inner .header-links .list_btn li a span.ico {
              margin-bottom: 0; }
            #cm-header .inner .header-links .list_btn li a.btn-recruit {
              background: #ddd;
              border: 2px solid #ddd; }
              #cm-header .inner .header-links .list_btn li a.btn-recruit .ico {
                background: url("../common_img/sp_h_ico_recruit.png") no-repeat center left;
                background-size: 27px;
                width: 27px;
                height: 22px; }
            #cm-header .inner .header-links .list_btn li a.btn-mail .ico {
              background: url("../common_img/sp_h_ico_mail.png") no-repeat center left;
              background-size: 30px;
              width: 30px;
              height: 22px; }
    #cm-header .gnav {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      background: #fff;
      z-index: 999;
      opacity: 0;
      visibility: hidden;
      transition: all 0.5s;
      -webkit-transition: all 0.5s;
      border: none;
      padding: 10px 20px 200px;
      margin-top: 0;
      display: block; }
      #cm-header .gnav.opened {
        opacity: 1;
        visibility: visible;
        height: 100vh;
        overflow-y: auto; }
      #cm-header .gnav .flex {
        display: block;
        width: 100%; }
        #cm-header .gnav .flex li {
          margin: 0 !important; }
          #cm-header .gnav .flex li a, #cm-header .gnav .flex li .dropdown-txt {
            display: block;
            width: 100%;
            padding: 10px 0;
            border-bottom: 1px solid #ffe425;
            position: relative;
            font-size: 14px;
            font-weight: bold;
            text-shadow: none;
            color: #000027; }
          #cm-header .gnav .flex li.sub_menu a {
            border-bottom: none;
            padding-bottom: 0; }
          #cm-header .gnav .flex li .sub_link {
            position: relative;
            display: block;
            width: 100%;
            background: #fff;
            padding: 0 0 0 20px; }
            #cm-header .gnav .flex li .sub_link li {
              text-align: left;
              border-bottom: none; }
              #cm-header .gnav .flex li .sub_link li a {
                border-bottom: none; }
                #cm-header .gnav .flex li .sub_link li a:after {
                  position: absolute;
                  content: "";
                  height: 5px;
                  width: 5px;
                  background: #ffe425;
                  border-radius: 50%;
                  transition: all 0.3s;
                  -webkit-transition: all 0.3s;
                  top: 50%;
                  transform: translateY(-50%);
                  left: 0; }
      #cm-header .gnav .cm-phone {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        padding: 15px 0; }
        #cm-header .gnav .cm-phone a {
          background: url("../common_img/sp_h_ico_tel.png") no-repeat center left;
          background-size: 20px;
          font-size: 32px;
          color: #000000; }
        #cm-header .gnav .cm-phone p {
          text-align: left;
          font-size: 11px;
          font-weight: bold; }
      #cm-header .gnav .language {
        display: flex;
        width: 100%;
        justify-content: center;
        margin-right: 0; }
        #cm-header .gnav .language li {
          margin-left: 0; }
          #cm-header .gnav .language li a {
            color: #000027;
            border-color: #000027;
            height: 36px; }
          #cm-header .gnav .language li:first-child a {
            border-right: none;
            border-bottom: 1px solid #000027; }
    #cm-header .navTrigger {
      transform: rotate(0deg);
      transition: .5s ease-in-out;
      cursor: pointer;
      display: block;
      border: 1px solid #0d1d5e;
      width: 54px;
      height: 54px;
      position: relative;
      display: block; }
      #cm-header .navTrigger span {
        display: block;
        position: absolute;
        height: 3px;
        width: 30px;
        background: #0d1d5e;
        opacity: 1;
        left: 0;
        right: 0;
        margin: auto;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transition: .25s ease-in-out; }
        #cm-header .navTrigger span:nth-child(1) {
          top: 15px;
          transform-origin: left center; }
        #cm-header .navTrigger span:nth-child(2) {
          top: 0;
          bottom: 0;
          margin: auto;
          transform-origin: left center; }
        #cm-header .navTrigger span:nth-child(3) {
          bottom: 14px;
          transform-origin: left center; }
      #cm-header .navTrigger.active span:nth-child(1) {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        left: 9px;
        top: 13px; }
      #cm-header .navTrigger.active span:nth-child(2) {
        opacity: 0; }
      #cm-header .navTrigger.active span:nth-child(3) {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        left: 7px;
        bottom: 14px; } }
@media screen and (max-width: 1024px) {
  #cm-header .gnav li .submenu {
    display: none;
    background: #ffe425; }
    #cm-header .gnav li .submenu.opened {
      /* display: block; */ }
    #cm-header .gnav li .submenu .container {
      display: block; }
    #cm-header .gnav li .submenu .left {
      width: 100%;
      padding: 10px; }

  .submenu-menu {
    width: 100%;
    display: block;
    padding: 10px;
    padding-top: 0;
    border: none; }

  .submenu-menu-box {
    width: 100% !important;
    padding: 0; }
    .submenu-menu-box p a {
      margin-bottom: 0; }

  #cm-header .gnav .submenu-menu ul {
    width: 100%;
    /* margin-bottom: 20px; */ }
  #cm-header .gnav .flex li a {
    border-bottom: 1px solid #fff;
    display: block; }
  #cm-header .gnav .flex li p a {
    border-bottom-color: #000; }

  .submenu-menu-box.w2cols {
    width: 100%; } }
@media screen and (max-width: 767px) {
  #cm-header {
    padding: 2%;
    box-sizing: border-box; }
    #cm-header.h_fixed {
      animation: scrolltop 0.8s;
      animation-iteration-count: 1;
      position: fixed;
      width: 100%;
      top: 0;
      z-index: 9999; }
    #cm-header .inner .logo {
      width: 40%;
      box-sizing: border-box;
      height: auto; }
    #cm-header .inner .header-links {
      width: 60%; }
      #cm-header .inner .header-links .list_btn {
        width: 88px;
        margin-right: 4%; }
        #cm-header .inner .header-links .list_btn li a {
          height: 44px; }
    #cm-header .gnav .cm-phone {
      flex-wrap: wrap; }
      #cm-header .gnav .cm-phone p {
        margin-top: 10px; }
    #cm-header .gnav .submenu-menu .submenu-menu-box {
      margin-bottom: 20px;
      width: 100% !important; }

  .submenu-menu-box p a span:before {
    top: 12px;
    bottom: auto; }

  #cm-header .gnav .submenu-menu ul {
    margin-bottom: 0;
    margin-left: 10px; } }
@media screen and (max-width: 480px) {
  #cm-header .navTrigger {
    width: 44px;
    height: 44px; }
    #cm-header .navTrigger span {
      width: 26px; }
      #cm-header .navTrigger span:nth-child(1) {
        top: 11px; }
      #cm-header .navTrigger span:nth-child(3) {
        bottom: 11px; }
    #cm-header .navTrigger.active span:nth-child(1) {
      top: 10px;
      left: 8px; }
    #cm-header .navTrigger.active span:nth-child(3) {
      bottom: 10px;
      left: 8px; } }
.language {
  display: flex;
  flex-wrap: wrap;
  width: 70px;
  margin-right: 15px; }
  .language li a {
    display: inline-block;
    width: 70px;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 2px; }
  .language li:first-child a {
    border-bottom: none;
    font-weight: lighter;
    letter-spacing: 1px;
    padding: 2px 2px 5px; }

@media screen and (min-width: 768px) {
  .language li:hover a {
    background: #ffe425;
    color: #000027; } }
.cm-phone {
  text-align: center;
  line-height: normal; }
  .cm-phone a {
    display: inline-block;
    background: url("../common_img/h_ico_tel.png") no-repeat center left;
    font-family: "Oswald", sans-serif;
    font-size: 32px;
    color: #fff;
    padding-left: 28px;
    line-height: 1; }

.list_btn {
  display: flex;
  width: 240px; }
.header_en .list_btn,
.header_cn .list_btn {
  width: 120px;
}
.header_en .list_btn li,
.header_cn .list_btn li {
  width: 100% !important;
}
@media screen and (max-width: 1024px) {
  .header_en .list_btn,
  .header_cn .list_btn {
    width: 54px !important;
  }
}
@media screen and (max-width: 767px) {
  .header_en .list_btn,
  .header_cn .list_btn {
    width: 44px !important;
  }
}
  .list_btn li {
    width: 50%; }
    .list_btn li a {
      height: 80px;
      display: flex;
      align-items: center;
      justify-content: center;
      align-content: center;
      flex-wrap: wrap;
      text-align: center;
      text-decoration: none !important;
      color: #000027; }
      .list_btn li a span {
        display: block;
        width: 100%; }
        .list_btn li a span.ico {
          display: flex;
          align-items: center;
          justify-content: center;
          margin-bottom: 5px; }
        .list_btn li a span.cm_text {
          font-family: "Barlow", sans-serif;
          font-weight: bold;
          letter-spacing: 2px;
          font-size: 16px; }
      .list_btn li a.btn-recruit {
        background: #fff;
        border: 2px solid #fff; }
        .list_btn li a.btn-recruit .ico {
          background: url("../common_img/h_ico_recruit.png") no-repeat center left;
          background-size: 13px;
          width: 13px;
          height: 11px; }
      .list_btn li a.btn-mail {
        border: 2px solid #ffe425;
        background: #ffe425; }
        .list_btn li a.btn-mail .ico {
          background: url("../common_img/h_ico_mail.png") no-repeat center left;
          background-size: 13px;
          width: 13px;
          height: 9px; }

@media screen and (min-width: 768px) {
  .list_btn li a.btn-recruit:hover {
    background: #ffe425; } }
@media screen and (min-width: 768px) {
  .list_btn li a.btn-mail:hover {
    background: #fff; } }
.lock_scroll {
  overflow: hidden;
  position: relative;
  height: 100%; }

/*■--------------------FOOTER--------------------*/
#cm-footer {
  background: #051141;
  color: #fff; }
  #cm-footer .cm-footer_infor {
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; }
    #cm-footer .cm-footer_infor .left-footer_infor {
      width: 33%; }
  #cm-footer .JWJ-logo-wrapper img {
    width: 150px; }
  #cm-footer .language {
    margin-top: 20px;
    width: auto; }
    #cm-footer .language li {
      width: 70px; }
      #cm-footer .language li a {
        height: 30px; }
      #cm-footer .language li:first-child a {
        border-bottom: 1px solid #fff;
        border-right: none; }
  #cm-footer .sitemap {
    width: 67%;
    display: flex;
    justify-content: flex-end; }
    #cm-footer .sitemap ul {
      margin-left: 10%; }
      #cm-footer .sitemap ul li a {
        display: inline-block;
        color: #fff;
        text-decoration: none;
        margin-bottom: 10px; }
  #cm-footer .copy_right {
    background: #020b2d;
    text-align: center;
    font-size: 12px;
    color: #fff;
    padding: 20px 0; }
  #cm-footer #page-top {
    position: fixed;
    z-index: 20;
    right: 30px;
    bottom: 20px; }

.left-footer_infor .image_container {
  gap: 15px;
}
.left-footer_infor .image_container > figure {
  width: 8%;
}
.left-footer_infor .image-credit {
  text-align: right;
  font-size: 10px;
  color: rgb(255 255 255 / 60%);
}
.left-footer_infor .image-credit a {
  color: rgb(255 255 255 / 60%);
}


@media screen and (min-width: 768px) {
  #cm-footer .sitemap ul li a:hover {
    color: #ffe425; } }
@media screen and (max-width: 1024px) {
  #cm-footer .container {
    width: 100%; } }
@media screen and (max-width: 767px) {
  #cm-footer .cm-footer_infor {
    padding: 10% 0; }
    #cm-footer .cm-footer_infor .left-footer_infor {
      width: 100%; }
    #cm-footer .cm-footer_infor .sitemap {
      width: 100%;
      margin-top: 5%;
      flex-wrap: wrap;
      justify-content: space-between; }
      #cm-footer .cm-footer_infor .sitemap ul {
        margin-left: 0;
        width: 45%; }
        #cm-footer .cm-footer_infor .sitemap ul:first-child {
          width: 100%; }
  #cm-footer .copy_right {
    padding: 10px 0;
    font-size: 10px; }
  #cm-footer #page-top {
    right: 2%; }
    #cm-footer #page-top img {
      width: 50px; } 
  }
@media screen and (min-width: 768px) {
  .logo {
    transition: all 0.25s;
    -webkit-transition: all 0.25s; }
    .logo:hover {
      transform: translateY(-3px);
      -webkit-transform: translateY(-3px);
      transition: all 0.25s;
      -webkit-transition: all 0.25s; } }
@media screen and (max-width: 767px) {
  #wrapper, .container {
    width: 100% !important;
    min-width: inherit !important; } }
@media screen and (max-width: 320px) {
  body {
    width: 320px; } }
.tab-wrapper {
  margin-top: 80px; }
  .tab-wrapper .tab {
    display: flex;
    justify-content: space-between; }
    .tab-wrapper .tab li {
      width: 48%; }
      .tab-wrapper .tab li a {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 50px;
        background: #e8ecf1;
        width: 100%;
        text-align: center;
        text-decoration: none; }
        .tab-wrapper .tab li a:after {
          position: absolute;
          content: "";
          width: 0;
          height: 0;
          border-top: 50px solid #fff;
          border-left: 30px solid transparent;
          top: 0;
          right: 0; }
        .tab-wrapper .tab li a:before {
          position: absolute;
          content: "";
          width: 0;
          height: 0;
          border-top: 50px solid #fff;
          border-right: 30px solid transparent;
          top: 0;
          left: 0px; }
        .tab-wrapper .tab li a .icon_search {
          background: url("../images/icon_search.png") no-repeat top 5px left;
          padding-left: 25px;
          font-size: 18px;
          font-weight: bold; }
      .tab-wrapper .tab li.active a, .tab-wrapper .tab li a:hover {
        background: #0d1d5e; }
      .tab-wrapper .tab li.active a .icon_search, .tab-wrapper .tab li a:hover .icon_search {
        background: url("../images/icon_search_white.png") no-repeat top 5px left;
        color: #fff; }
  .tab-wrapper .tab_content {
    border: 1px solid #0d1d5e;
    padding: 50px 30px;
    box-sizing: border-box; }
    .tab-wrapper .tab_content .ttl_item {
      font-size: 22px;
      color: #0d1d5e;
      border-bottom: 1px solid #0d1d5e;
      padding-bottom: 10px;
      margin-bottom: 35px; }
      .tab-wrapper .tab_content .ttl_item .txt_small {
        display: inline-block;
        font-size: 14px;
        padding-left: 20px; }
      .tab-wrapper .tab_content .ttl_item .style_btn01 {
        display: inline-block;
        padding-left: 20px; }
        .tab-wrapper .tab_content .ttl_item .style_btn01 .btn01_blue {
          min-width: 110px;
          width: auto;
          background: #0d1d5e;
          border: 1px solid #0d1d5e;
          color: #fff;
          font-size: 14px;
          padding: 5px 30px 5px 5px;
          margin-top: 0; }
        .tab-wrapper .tab_content .ttl_item .style_btn01 a .cm-arr:after {
          border: solid #fff;
          border-width: 0 2px 2px 0; }

@media screen and (min-width: 768px) {
  .tab-wrapper .tab_content .ttl_item .style_btn01 .btn01_blue:hover {
    background: #fff;
    color: #0d1d5e; }
  .tab-wrapper .tab_content .ttl_item .style_btn01 a:hover .cm-arr {
    background: #0d1d5e; }
    .tab-wrapper .tab_content .ttl_item .style_btn01 a:hover .cm-arr:after {
      border: solid #0d1d5e;
      border-width: 0 2px 2px 0; } }
@media screen and (max-width: 767px) {
  .tab-wrapper {
    margin-top: 10%; }
    .tab-wrapper .tab li a .icon_search {
      font-size: 16px; }
    .tab-wrapper .tab_content {
      padding: 5% 2%; }
      .tab-wrapper .tab_content .ttl_item {
        font-size: 18px;
        margin-bottom: 5%; } }

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