@charset "UTF-8";
@media (max-width: 1000px) {
  /*****************************
   *
   *settings
   *
   ***************************** */
  .trans_txt_parent .inner {
    overflow: hidden; }
  .trans_txt_parent s {
    display: inline-block;
    transform: translateY(100px); }

  .scroll_fadein {
    transform: translateY(100px);
    opacity: 0; }

  body .ib {
    width: 100%; }
  body .sp_content {
    display: block !important; }
  body .pc_content {
    display: none !important; }

  .panlist.common {
    margin-top: 60px; }
  .panlist .ib {
    padding: 20px 24px 0; }
    .panlist .ib a, .panlist .ib span.single {
      font-size: 14px; }
      .panlist .ib a:before, .panlist .ib span.single:before {
        position: relative;
        top: -1px; }

  .head_tit {
    height: 160px;
    margin-top: 60px; }
    .head_tit.pt2 {
      height: 160px; }
      .head_tit.pt2 .ib h1 span {
        font-size: 14px; }
        .head_tit.pt2 .ib h1 span:before {
          width: 8px;
          height: 8px;
          margin-right: 10px;
          position: relative;
          top: 1px; }
    .head_tit.single .ib h1 {
      font-size: 26px; }
      .head_tit.single .ib h1 em {
        font-size: 16px; }
    .head_tit .ib {
      padding: 50px 24px; }
      .head_tit .ib h1 {
        font-size: 32px; }
        .head_tit .ib h1 span {
          font-size: 14px; }
    .head_tit img.dot1, .head_tit img.dot2, .head_tit img.dot3 {
      display: none; }

  .fake_header {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    top: 0;
    left: 0;
    display: none; }
    .fake_header.active {
      display: block; }
      .fake_header.active:after {
        width: 100%;
        height: 100%; }
    .fake_header:after {
      content: "";
      position: absolute;
      width: 0%;
      height: 0%;
      transition: 0.4s ease;
      top: 0;
      right: 0;
      z-index: 1;
      background: #3f3f3f; }
    .fake_header .ib {
      height: auto;
      z-index: 3;
      padding: 15px 24px;
      display: flex; }
      .fake_header .ib .close:before {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 3;
        content: "";
        font-size: 40px;
        font-weight: 400;
        color: #fff;
        font-family: "material icons"; }
      .fake_header .ib .logos {
        align-items: center;
        display: flex;
        line-height: 0.7; }
        .fake_header .ib .logos .th {
          width: auto;
          padding-right: 16px;
          margin-right: 16px;
          border-right: 1px solid #fff;
          border-color: #fff; }
          .fake_header .ib .logos .th img {
            width: 144px; }
        .fake_header .ib .logos .hi {
          width: 45px;
          display: block; }
          .fake_header .ib .logos .hi img {
            width: 100%; }
    .fake_header .sns {
      width: calc(100% - 48px);
      position: relative;
      z-index: 2;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin: 40px auto; }
      .fake_header .sns p {
        font-weight: bold;
        margin-top: 40px;
        color: #fff;
        width: 100%;
        font-size: 14px;
        margin-bottom: 0px;
        text-align: center; }
      .fake_header .sns a.a {
        width: 100%;
        padding: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        color: #fff;
        font-weight: bold;
        background: #E6001B;
        transition: 0.4s ease; }
        .fake_header .sns a.a:hover {
          transform: translateY(-10px); }
        .fake_header .sns a.a img {
          margin-right: 8px; }
      .fake_header .sns .buttons {
        width: 200px;
        margin: 10px auto 10px;
        display: flex;
        justify-content: space-between;
        align-items: center; }
    .fake_header nav {
      position: relative;
      z-index: 2;
      flex-wrap: wrap;
      display: flex; }
      .fake_header nav:nth-of-type(2) {
        display: flex;
        width: 100%;
        justify-content: center;
        border-bottom: 1px solid #888; }
        .fake_header nav:nth-of-type(2) a {
          font-size: 14px;
          width: auto;
          width: calc(100% / 3);
          padding: 20px;
          text-align: center;
          color: #fff;
          border-right: 1px solid #888; }
          .fake_header nav:nth-of-type(2) a:last-child {
            display: none;
            border-right: none; }
      .fake_header nav:nth-of-type(1) {
        border-top: 1px solid #888; }
        .fake_header nav:nth-of-type(1) a {
          color: #fff;
          padding: 20px;
          width: 50%;
          border-bottom: 1px solid #888;
          border-right: 1px solid #888;
          position: relative; }
          .fake_header nav:nth-of-type(1) a:after {
            content: "";
            font-size: 20px;
            position: absolute;
            right: 10px;
            font-family: "material icons";
            top: calc(50% - 10px);
            color: #666; }
          .fake_header nav:nth-of-type(1) a:nth-of-type(2n) {
            border-right: none; }

  header {
    min-height: 60px;
    height: auto;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%; }
    header .ib {
      padding: 12px 24px;
      height: auto; }
      header .ib .spbtn {
        position: absolute;
        right: 20px;
        top: calc(50% - 6px);
        width: 30px;
        height: 12px; }
        header .ib .spbtn span {
          height: 3px;
          width: 100%;
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          background: #000; }
          header .ib .spbtn span:nth-of-type(2) {
            top: auto;
            bottom: 0; }
      header .ib .logos {
        line-height: 0.8; }
        header .ib .logos .th {
          width: auto;
          padding-right: 16px;
          margin-right: 16px;
          position: relative; }
          header .ib .logos .th img {
            width: 144px;
            position: relative;
            top: 3px; }
        header .ib .logos .hi {
          width: 45px; }
          header .ib .logos .hi img {
            width: 100%; }
      header .ib nav:not(.sub) {
        display: none; }
      header .ib .sub_menu {
        display: none; }
      header .ib nav.sub {
        display: none; }

  #fv_new {
    height: 430px;
    margin-top: 60px; }
    #fv_new .fv_slide2 .swiper-slide {
      width: 100%;
      height: 100%; }
      #fv_new .fv_slide2 .swiper-slide .box {
        height: auto;
        bottom: 30px;
        width: 90%;
        background: rgba(255, 255, 255, 0.9); }
        #fv_new .fv_slide2 .swiper-slide .box h2 {
          font-size: 28px; }
        #fv_new .fv_slide2 .swiper-slide .box p {
          font-size: 14px; }
      #fv_new .fv_slide2 .swiper-slide.top {
        padding: 30px; }
        #fv_new .fv_slide2 .swiper-slide.top .effect {
          display: none; }
        #fv_new .fv_slide2 .swiper-slide.top .inner h2 span {
          letter-spacing: 0.1rem;
          height: auto;
          padding: 5px 10px;
          font-size: 28px;
          margin-bottom: 10px; }
        #fv_new .fv_slide2 .swiper-slide.top .inner p {
          margin: 20px 0; }
        #fv_new .fv_slide2 .swiper-slide.top .inner .biz_row .row {
          height: auto;
          padding: 4px 20px;
          margin-bottom: 8px; }
          #fv_new .fv_slide2 .swiper-slide.top .inner .biz_row .row span {
            font-size: 20px; }
          #fv_new .fv_slide2 .swiper-slide.top .inner .biz_row .row:after {
            width: 5px; }

  #content .target_top .ib {
    padding: 20px 24px; }
    #content .target_top .ib .target_list {
      margin-top: -40px; }
      #content .target_top .ib .target_list .box {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
        padding: 5px; }
        #content .target_top .ib .target_list .box .txt p {
          font-size: 16px; }
  #content .ib {
    padding: 35px 24px; }
    #content .ib h2 {
      font-size: 24px;
      margin-top: 30px;
      margin-bottom: 70px; }
      #content .ib h2.bdb {
        padding-bottom: 20px;
        margin-bottom: 40px; }
      #content .ib h2.dot {
        line-height: 1.4;
        margin: 30px auto; }
        #content .ib h2.dot:before, #content .ib h2.dot:after {
          width: 8px;
          height: 8px; }
    #content .ib h3 {
      font-size: 20px;
      margin: 30px 0; }
      #content .ib h3.bdb {
        font-size: 20px;
        padding-bottom: 10px; }

  a.btn {
    font-size: 14px;
    margin: 35px 0 !important; }
    a.btn.sp_tac {
      justify-content: center; }

  #content .whats_new {
    z-index: 3;
    position: relative; }
    #content .whats_new .ib .sq {
      display: none; }
    #content .whats_new .news_content .tabs {
      justify-content: space-between; }
      #content .whats_new .news_content .tabs span {
        font-size: 14px;
        margin-right: 10px; }
        #content .whats_new .news_content .tabs span:last-child {
          margin-right: 0; }
        #content .whats_new .news_content .tabs span:before {
          display: none; }
  #content .news_list .box .row {
    padding: 15px 0;
    flex-wrap: wrap; }
    #content .news_list .box .row .date {
      font-size: 14px;
      width: auto;
      margin-right: 10px; }
    #content .news_list .box .row p {
      margin-top: 4px;
      font-size: 14px;
      width: 100%;
      padding-right: 40px;
      line-height: 1.5; }
    #content .news_list .box .row .cat {
      font-size: 12px;
      min-width: 90px;
      margin-right: 0; }
  #content .aboutus .ib .au_block {
    margin-left: -24px;
    height: auto; }
    #content .aboutus .ib .au_block.a1 {
      margin-bottom: -60px; }
      #content .aboutus .ib .au_block.a1 .imgs .txt {
        padding-top: 136px;
        top: -120px;
        z-index: 1;
        position: relative; }
    #content .aboutus .ib .au_block .imgs {
      flex-wrap: wrap; }
      #content .aboutus .ib .au_block .imgs.i2 .txt {
        width: 100%;
        margin-right: 0;
        padding: 30px 24px; }
      #content .aboutus .ib .au_block .imgs.i2 .img.i1 {
        height: 212px;
        clip-path: polygon(40px 0, 100% 0, 100% 100%, 0% 100%);
        width: calc(100vw - 50px); }
      #content .aboutus .ib .au_block .imgs .txt {
        padding: 30px 24px;
        width: 100%; }
        #content .aboutus .ib .au_block .imgs .txt a.btn {
          margin-bottom: 0 !important; }
      #content .aboutus .ib .au_block .imgs .au_sp {
        position: relative;
        z-index: 3;
        display: block;
        width: 100%;
        height: auto; }
  #content .top_target {
    height: auto;
    margin: 0; }
    #content .top_target .ib {
      padding: 35px 24px;
      flex-wrap: wrap; }
      #content .top_target .ib a {
        border-radius: 100px;
        height: 100px;
        width: 100%;
        margin-bottom: 20px;
        font-size: 16px;
        padding-bottom: 40px; }
        #content .top_target .ib a:last-child {
          margin-bottom: 0; }
        #content .top_target .ib a:before {
          border-radius: 100px; }
        #content .top_target .ib a:after {
          bottom: 10px; }
        #content .top_target .ib a svg {
          display: none; }
  #content .product_scroll {
    height: 120px; }
  #content .examples .ib {
    padding-bottom: 40px; }
    #content .examples .ib h2 {
      margin-top: 20px; }
  #content .column_list {
    margin-top: 30px; }
    #content .column_list .swiper-wrapper {
      lign-items: stretch; }
      #content .column_list .swiper-wrapper .box {
        height: auto; }
    #content .column_list .box {
      width: 260px; }
      #content .column_list .box .txt .cat a {
        padding: 2px 12px 1px;
        padding-top: 3px;
        font-size: 11px; }
    #content .column_list.sp1 {
      flex-wrap: wrap;
      margin-bottom: 20px; }
      #content .column_list.sp1 .box {
        width: 100%;
        align-content: baseline;
        display: flex;
        align-items: center;
        padding: 19px 13px 12px;
        margin-bottom: 10px;
        background: #f1f1f1;
        justify-content: space-between; }
        #content .column_list.sp1 .box .img {
          width: 128px; }
        #content .column_list.sp1 .box .txt {
          min-height: inherit;
          width: calc(100% - 140px);
          padding: 0; }
          #content .column_list.sp1 .box .txt a.ar {
            font-size: 13px; }
          #content .column_list.sp1 .box .txt .date {
            font-size: 13px;
            margin: 7px 0; }
            #content .column_list.sp1 .box .txt .date span {
              margin-right: 5px; }
          #content .column_list.sp1 .box .txt h3 {
            font-size: 14px;
            margin: 7px 0; }
  #content .our_products {
    margin-top: 50px; }
    #content .our_products .product_inner {
      width: 100vw;
      margin-left: -24px;
      padding: 40px 24px; }
      #content .our_products .product_inner h3 {
        margin-bottom: 50px; }
      #content .our_products .product_inner .row {
        flex-wrap: wrap; }
        #content .our_products .product_inner .row form {
          margin-bottom: 12px;
          width: 100%; }
        #content .our_products .product_inner .row a {
          width: 100%; }
      #content .our_products .product_inner .t_list {
        flex-wrap: wrap; }
        #content .our_products .product_inner .t_list a {
          height: 116px;
          margin-bottom: 20px; }
          #content .our_products .product_inner .t_list a:last-child {
            margin-bottom: 0; }

  #content .hi_sp {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto; }
  #content .merit_list {
    margin-top: -10px;
    width: calc(100vw - 38px);
    margin-left: -10px;
    margin-bottom: 30px; }
    #content .merit_list .row {
      width: 100%;
      margin-bottom: 50px; }
      #content .merit_list .row:before {
        left: 23px;
        top: 10px;
        height: 100%; }
      #content .merit_list .row h3 {
        font-size: 24px; }
        #content .merit_list .row h3 s {
          font-size: 23px; }
        #content .merit_list .row h3 .num {
          margin-top: -60px;
          width: 46px;
          font-size: 23px;
          height: 40px;
          letter-spacing: -0.05rem; }
        #content .merit_list .row h3 span {
          width: calc(100% - 66px); }
          #content .merit_list .row h3 span s {
            font-size: 23px; }
      #content .merit_list .row p {
        padding-left: 66px;
        margin-bottom: 0; }
  #content .hibino_merit {
    position: relative;
    z-index: 2; }
    #content .hibino_merit .ib .merit_right {
      display: none; }
    #content .hibino_merit .ib h2 em {
      font-size: 28px;
      letter-spacing: -0.05rem; }
  #content .hibino_content {
    position: relative; }
    #content .hibino_content:after {
      content: "";
      position: absolute;
      z-index: 1;
      position: absolute;
      top: 100px;
      width: 100%;
      height: calc(100% + 100px);
      left: 0;
      background: linear-gradient(#282828, #282828, #fff); }
    #content .hibino_content .red_circle {
      width: 952px;
      top: 1300px;
      left: calc(50% - 476px); }
    #content .hibino_content .ib .events {
      padding: 20px;
      margin-top: 30px;
      z-index: 3;
      position: relative; }
      #content .hibino_content .ib .events h3 {
        margin-bottom: 20px; }
      #content .hibino_content .ib .events p {
        font-size: 16px;
        line-height: 1.7; }
    #content .hibino_content .ib .hex_box {
      width: 100vw;
      margin-left: -24px;
      padding: 32px 24px;
      height: auto;
      z-index: 44;
      background: url(../img/company/hex3.svg) 50% 0% no-repeat;
      background-size: 526px auto; }
      #content .hibino_content .ib .hex_box .hex2 {
        display: none; }
      #content .hibino_content .ib .hex_box p {
        margin: 10px 0;
        font-size: 14px;
        line-height: 1.4; }
      #content .hibino_content .ib .hex_box .red_ellipse {
        width: 100%;
        height: 123px; }
        #content .hibino_content .ib .hex_box .red_ellipse p {
          font-size: 18px; }
      #content .hibino_content .ib .hex_box .st_tri3 {
        width: 96px;
        margin: 10px auto; }
      #content .hibino_content .ib .hex_box .logo_w {
        width: 203px;
        margin-top: 0; }
      #content .hibino_content .ib .hex_box .bullet {
        flex-wrap: wrap;
        width: 100%;
        width: 216px;
        margin: 0 auto; }
        #content .hibino_content .ib .hex_box .bullet .box {
          width: 100%;
          border-right: none;
          border-bottom: 1px solid #E6001B;
          height: 74px;
          align-items: center;
          display: flex;
          justify-content: flex-start;
          font-weight: nowrap; }
          #content .hibino_content .ib .hex_box .bullet .box img {
            height: 48px;
            margin-right: 12px; }
          #content .hibino_content .ib .hex_box .bullet .box p {
            width: auto; }
    #content .hibino_content .ib .logo {
      width: 154px; }
    #content .hibino_content .ib .tit {
      font-size: 24px;
      text-align: center; }
    #content .hibino_content .world {
      width: 180%;
      left: -40%; }
  #content .hibino_intro {
    margin-top: 20px; }
    #content .hibino_intro .row {
      flex-wrap: wrap;
      justify-content: flex-end;
      margin-bottom: 50px; }
      #content .hibino_intro .row:nth-of-type(2) .img {
        margin-right: auto;
        margin-left: -24px; }
      #content .hibino_intro .row:nth-of-type(2) .txt {
        padding-right: 0; }
        #content .hibino_intro .row:nth-of-type(2) .txt h3 br {
          display: none; }
      #content .hibino_intro .row .img {
        margin-left: auto;
        height: auto;
        margin-right: -24px;
        width: calc(50vw + 36%);
        aspect-ratio: 1/0.62; }
      #content .hibino_intro .row .txt {
        width: 100%;
        padding-left: 0;
        padding-top: 20px; }
        #content .hibino_intro .row .txt h3 {
          font-size: 28px; }
          #content .hibino_intro .row .txt h3:before {
            width: 96px;
            height: 96px;
            left: -24px;
            top: -60px; }

  #content .ib.ovh {
    overflow: hidden; }
  #content .menu_list_s .box {
    width: 100%;
    margin-bottom: 30px;
    height: auto; }
    #content .menu_list_s .box p {
      margin-bottom: 0; }
  #content .st_menu .st_menu_list {
    flex-wrap: wrap;
    margin-bottom: 0; }
    #content .st_menu .st_menu_list .box {
      width: 100%;
      height: auto;
      margin-bottom: 30px; }
      #content .st_menu .st_menu_list .box .img {
        height: auto;
        aspect-ratio: 1/0.64; }
      #content .st_menu .st_menu_list .box .txt {
        padding: 24px; }
        #content .st_menu .st_menu_list .box .txt p {
          height: auto; }
        #content .st_menu .st_menu_list .box .txt .tit_outer {
          height: auto; }
        #content .st_menu .st_menu_list .box .txt .tit {
          margin-top: 0;
          font-size: 18px; }
        #content .st_menu .st_menu_list .box .txt h3 {
          font-size: 18px; }
        #content .st_menu .st_menu_list .box .txt a.btn_black {
          margin-top: 10px;
          margin-bottom: 0; }
  #content .st_sol .logo {
    margin-top: 140px;
    width: 225px; }
  #content .st_sol .sol_list {
    margin: 80px 0; }
    #content .st_sol .sol_list .row {
      flex-wrap: wrap;
      margin-bottom: 50px; }
      #content .st_sol .sol_list .row:last-child {
        margin-bottom: 0; }
      #content .st_sol .sol_list .row .l, #content .st_sol .sol_list .row .r {
        width: 100%; }
        #content .st_sol .sol_list .row .l .sol_tit .num, #content .st_sol .sol_list .row .r .sol_tit .num {
          width: 43px;
          height: 43px;
          margin-right: 10px; }
          #content .st_sol .sol_list .row .l .sol_tit .num em, #content .st_sol .sol_list .row .r .sol_tit .num em {
            font-size: 16px; }
        #content .st_sol .sol_list .row .l .sol_tit p, #content .st_sol .sol_list .row .r .sol_tit p {
          margin-bottom: 0; }
          #content .st_sol .sol_list .row .l .sol_tit p span, #content .st_sol .sol_list .row .r .sol_tit p span {
            font-size: 23px;
            line-height: 1.7; }
      #content .st_sol .sol_list .row .l {
        margin-top: 0px; }
      #content .st_sol .sol_list .row .r {
        margin-top: 30px; }
  #content .st_sol .st_tri2 {
    width: 97px; }
  #content .st_sol .tit {
    font-size: 28px;
    text-align: center; }
  #content .st_sol .st_point {
    flex-wrap: wrap;
    width: 100%;
    height: auto; }
    #content .st_sol .st_point a {
      width: 100%;
      border-radius: 100px;
      margin-right: 0;
      margin-bottom: 10px;
      padding: 12px 20px;
      flex-wrap: nowrap; }
      #content .st_sol .st_point a:after {
        right: 14px;
        left: auto;
        font-size: 30px;
        top: calc(50% - 15px); }
      #content .st_sol .st_point a span.num {
        font-size: 23px;
        position: relative;
        top: 0;
        left: 0;
        margin-right: 14px; }
      #content .st_sol .st_point a p {
        font-size: 16px;
        text-align: left;
        margin: 0; }
  #content .st_sq.st1 {
    width: 140px;
    height: 140px;
    top: 20px;
    left: 0; }
  #content .st_sq.st2 {
    position: relative;
    top: 0;
    left: 0;
    width: 300px;
    left: -24px; }
  #content .st_sq.st3 {
    position: relative;
    left: auto;
    top: 0;
    width: 280px;
    float: right;
    margin-top: 20px;
    margin-right: -24px;
    margin-bottom: 40px; }
  #content .ib .st_df {
    margin-top: 40px;
    flex-wrap: wrap;
    margin-bottom: 30px; }
    #content .ib .st_df .l, #content .ib .st_df .r {
      width: 100%; }
      #content .ib .st_df .l h2, #content .ib .st_df .r h2 {
        font-size: 28px;
        margin-bottom: 20px; }

  #content p.tal_sp {
    text-align: left !important; }
  #content.subpage .ib {
    padding: 30px 24px; }
  #content .thumb_list {
    margin: 30px 0;
    display: flex; }
    #content .thumb_list.staff {
      justify-content: space-between; }
      #content .thumb_list.staff a {
        width: 100%;
        margin-right: 0; }
        #content .thumb_list.staff a .img {
          aspect-ratio: 1/1; }
        #content .thumb_list.staff a p {
          flex-wrap: wrap; }
          #content .thumb_list.staff a p em {
            width: 100%;
            text-align: left;
            font-size: 14px; }
    #content .thumb_list a {
      margin-bottom: 15px;
      width: 100%;
      display: flex; }
      #content .thumb_list a:before, #content .thumb_list a:after {
        width: 14px;
        height: 14px;
        display: none; }
      #content .thumb_list a .img {
        width: 40%;
        aspect-ratio: 1/0.85; }
      #content .thumb_list a p {
        width: 60%;
        font-size: 16px;
        padding: 15px;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        text-align: left;
        position: relative;
        align-content: center; }
        #content .thumb_list a p:after {
          content: "";
          font-family: "material icons";
          position: absolute;
          right: 10px;
          color: #E6001B;
          top: calc(50% - 14px); }
  #content .company_nav {
    margin: 40px 0; }
    #content .company_nav a {
      width: 48%;
      height: 72px;
      margin-bottom: 14px !important; }
      #content .company_nav a:hover:after {
        right: 5px; }
      #content .company_nav a:after {
        right: 10px; }
      #content .company_nav a p {
        font-size: 16px;
        line-height: 1.5; }
  #content .message_content {
    margin: 40px 0;
    flex-wrap: wrap;
    flex-direction: column-reverse; }
    #content .message_content .l, #content .message_content .r {
      width: 100%; }
      #content .message_content .l .name, #content .message_content .r .name {
        margin-top: 20px;
        margin-bottom: 30px; }
      #content .message_content .l .img, #content .message_content .r .img {
        aspect-ratio: 1/1; }
        #content .message_content .l .img img, #content .message_content .r .img img {
          object-position: top; }
  #content .custmer_list {
    margin: 40px 0; }
    #content .custmer_list a {
      width: 100%;
      font-size: 18px;
      margin-bottom: 10px; }
  #content .hist_content {
    margin-bottom: 100px; }
    #content .hist_content:before {
      display: none; }
    #content .hist_content .row .year {
      text-align: center; }
    #content .hist_content .row .inner_row {
      margin-top: 20px; }
      #content .hist_content .row .inner_row .box:before, #content .hist_content .row .inner_row .box:after {
        display: none; }
  #content table {
    margin: 30px 0; }
    #content table + h3.bdb {
      margin-top: 40px; }
    #content table tbody td, #content table tbody th {
      display: block !important;
      width: 100% !important;
      padding: 15px 15px;
      border: none; }
    #content table tbody th {
      background: #f1f1f1; }
    #content table tbody td {
      font-size: 15px; }
  #content iframe#map {
    height: 350px;
    margin: 40px 0; }
    #content iframe#map + p {
      font-size: 15px;
      margin-bottom: 60px; }
  #content .brand_list {
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 0; }
    #content .brand_list .box {
      width: 47%;
      margin: 0; }
      #content .brand_list .box p {
        font-weight: bold; }
      #content .brand_list .box .img {
        min-height: max-content; }
      #content .brand_list .box img {
        height: auto !important;
        width: 100%; }
  #content .rous_con {
    height: auto;
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0; }
    #content .rous_con .img {
      display: none; }
    #content .rous_con .txt {
      padding-left: 0;
      position: relative;
      width: 100%;
      background: #fff;
      padding-bottom: 0; }
      #content .rous_con .txt img {
        margin-left: auto;
        margin: 20px auto !important;
        display: block; }
      #content .rous_con .txt h4 {
        text-align: center;
        padding-bottom: 8px;
        border-bottom: 1px solid #ccc; }
    #content .rous_con + p {
      padding: 20px;
      background: #f1f1f1; }

  #content .data_question .box {
    width: 100%; }
    #content .data_question .box.w .q_rows .q_row span {
      font-size: 17px; }
    #content .data_question .box h3 {
      margin-bottom: 20px; }
    #content .data_question .box p {
      font-size: 16px; }
    #content .data_question .box .chart_inner {
      padding: 20px 0; }
  #content .data_content .row {
    flex-wrap: wrap; }
    #content .data_content .row.mgb .col .box .inner img {
      margin: 0 auto; }
    #content .data_content .row.wide .col .box .inner img {
      margin-right: 0; }
    #content .data_content .row .col {
      width: 100%; }
      #content .data_content .row .col .box {
        height: auto;
        padding: 20px;
        padding-top: 40px; }
        #content .data_content .row .col .box.pdb {
          padding-bottom: 35px; }
        #content .data_content .row .col .box.mgb {
          margin-bottom: 20px; }
        #content .data_content .row .col .box:has(.data7) {
          padding-top: 66px; }
        #content .data_content .row .col .box .data7 {
          margin-left: 0;
          margin-right: 0; }
        #content .data_content .row .col .box.s {
          height: auto; }
        #content .data_content .row .col .box img {
          max-width: 100%;
          width: auto !important;
          margin: 0 auto 0px !important;
          max-height: 110px; }
        #content .data_content .row .col .box .inner {
          flex-wrap: wrap; }
          #content .data_content .row .col .box .inner .data_txt {
            width: 100%; }
          #content .data_content .row .col .box .inner.ii .data_txt {
            width: auto; }
          #content .data_content .row .col .box .inner.ii img {
            margin-right: 20px; }
        #content .data_content .row .col .box p.remark {
          left: 20px;
          font-size: 13px;
          bottom: 10px; }
        #content .data_content .row .col .box h4 {
          font-size: 20px; }
        #content .data_content .row .col .box .data_txt {
          margin: 20px 0 30px;
          line-height: 1; }
          #content .data_content .row .col .box .data_txt em {
            font-size: 20px; }
          #content .data_content .row .col .box .data_txt span {
            font-size: 72px; }
            #content .data_content .row .col .box .data_txt span em {
              font-size: 20px; }

  .product_nav {
    margin-top: 60px;
    height: auto; }
    .product_nav .ib {
      width: 100%; }
      .product_nav .ib .links {
        width: 100%; }
        .product_nav .ib .links a {
          padding: 13px 8px;
          font-size: 13px;
          border-right: 1px solid #666;
          width: 28%; }
          .product_nav .ib .links a:nth-of-type(2) {
            width: 44%; }
    .product_nav form {
      display: none; }

  #content .side_content {
    width: 100%; }
  #content .main_content h3 {
    width: 100%; }
  #content .main_content .tabs {
    width: 100%;
    right: 0;
    position: relative;
    margin-top: -10px;
    margin-bottom: 30px; }
    #content .main_content .tabs span {
      width: 49.8%;
      font-size: 15px;
      padding: 12px;
      line-height: 1.3; }
  #content .product_list {
    justify-content: space-between; }
    #content .product_list.single .box {
      margin-bottom: 10px; }
    #content .product_list .box {
      width: 48%;
      margin-right: 0;
      margin-bottom: 10px; }
      #content .product_list .box a .thumb {
        border: 1px solid #ccc; }
      #content .product_list .box a p {
        margin-top: 10px;
        font-size: 15px; }
  #content .cat_list_category a {
    margin-right: 0;
    height: 50px;
    margin-bottom: 10px; }
  #content .cat_nav {
    flex-wrap: wrap;
    margin: 40px 0; }
    #content .cat_nav a {
      width: 100%;
      margin-bottom: 10px;
      margin-right: 0;
      height: 50px; }
  #content .maker-list {
    padding: 0; }
    #content .maker-list li {
      width: 50%;
      padding: 0 0px;
      margin-bottom: 30px; }
      #content .maker-list li .img {
        padding: 0 6px;
        height: auto; }

  #content .grey_content.contact {
    margin-left: -24px; }
    #content .grey_content.contact .ib {
      padding: 20px 24px !important; }
  #content .az_nav {
    width: 100%;
    margin: 35px 0; }
    #content .az_nav .box {
      width: 18%;
      margin-right: 2%;
      margin-bottom: 5px;
      height: 60px; }
      #content .az_nav .box:nth-of-type(10n) {
        margin-right: 2%; }
  #content .az_outer {
    margin: 35px 0; }
    #content .az_outer section {
      flex-wrap: wrap; }
      #content .az_outer section .az_head {
        margin-bottom: 10px;
        width: 50px;
        height: 50px;
        margin: 10px auto; }
      #content .az_outer section .az_list {
        padding-left: 0; }
        #content .az_outer section .az_list li {
          font-size: 15px; }
          #content .az_outer section .az_list li a {
            font-size: 16px; }

  #content .target_slide_container {
    margin: 40px 0;
    margin-left: -24px; }
    #content .target_slide_container .swiper-pagination.t_slide span {
      margin: 0 5px; }
    #content .target_slide_container .target_slide .swiper-slide {
      width: 90%; }
  #content .soudan_bnr {
    margin-top: 20px;
    margin-bottom: -30px;
    width: 100vw;
    margin-left: -24px;
    padding: 40px;
    background: #333; }
    #content .soudan_bnr p {
      font-size: 18px;
      margin: 0; }
  #content .grey_box_list {
    margin-top: 70px; }
    #content .grey_box_list .box {
      margin-bottom: 20px;
      padding: 20px; }
      #content .grey_box_list .box h4 {
        line-height: 1.5;
        margin-bottom: 20px;
        font-size: 18px; }
        #content .grey_box_list .box h4 br {
          display: none; }
      #content .grey_box_list .box p {
        font-size: 16px;
        margin-bottom: 0; }
        #content .grey_box_list .box p br {
          display: none; }
  #content .product_list .row {
    height: auto;
    justify-content: center; }
    #content .product_list .row .img {
      width: 100%;
      max-width: 330px;
      margin-bottom: 20px;
      height: auto;
      aspect-ratio: 1/0.6; }
    #content .product_list .row .txt {
      width: 100%; }
      #content .product_list .row .txt h4 {
        font-size: 20px;
        margin-bottom: 10px; }
      #content .product_list .row .txt p {
        font-size: 16px; }
  #content .service_list {
    background: url(../img/target/bg2.jpg);
    background-size: 1000px; }
    #content .service_list:after {
      display: none; }
    #content .service_list .ib {
      padding-bottom: 10px; }
      #content .service_list .ib .sl_bullet {
        margin-top: 30px;
        width: 100%; }
        #content .service_list .ib .sl_bullet .box h3 {
          font-size: 18px;
          margin-bottom: 20px; }
        #content .service_list .ib .sl_bullet .box p {
          font-size: 15px; }
      #content .service_list .ib .inner {
        width: 100%;
        max-width: 300px;
        height: auto;
        justify-content: space-between; }
        #content .service_list .ib .inner .box {
          width: 100%;
          aspect-ratio: 1/1;
          margin: 0;
          height: auto;
          margin-bottom: 20px; }
          #content .service_list .ib .inner .box span {
            width: calc(100% - 50px);
            aspect-ratio: 1/1;
            height: auto; }
            #content .service_list .ib .inner .box span img {
              margin: 10px auto; }
            #content .service_list .ib .inner .box span p {
              font-size: 15px; }
  #content .target_point {
    margin: 30px 0;
    background: none;
    height: auto;
    flex-wrap: wrap;
    padding: 0; }
    #content .target_point .box {
      width: 100%;
      background: #f1f1f1;
      border-radius: 12px;
      margin-bottom: 40px;
      padding: 40px 30px; }
      #content .target_point .box p {
        font-size: 18px;
        margin-bottom: 0; }
      #content .target_point .box .w {
        border: 1px solid #E6001B;
        width: 70px;
        height: 70px;
        top: -20px;
        left: 20px; }
  #content .target_intro {
    flex-wrap: wrap;
    height: auto;
    width: 100vw;
    margin-left: -24px; }
    #content .target_intro .txt {
      width: calc(100% - 24px);
      padding-left: 0;
      margin-top: 20px;
      padding-left: 24px; }
      #content .target_intro .txt p.red {
        font-size: 18px;
        border: none;
        padding-top: 0; }
      #content .target_intro .txt h2 {
        font-size: 24px;
        margin-top: 20px;
        margin-bottom: 30px; }
      #content .target_intro .txt p {
        font-size: 16px;
        border-top: 1px solid #ccc;
        padding-top: 20px; }
    #content .target_intro .img {
      width: calc(100% - 24px); }

  #content.product.single .youtube_container {
    width: 100vw;
    margin-left: -24px;
    margin: 30px 0; }
    #content.product.single .youtube_container .ib {
      width: 100%;
      padding: 20px 24px; }
      #content.product.single .youtube_container .ib iframe {
        margin: 0; }
  #content.product.single .buttons_large {
    height: auto;
    flex-wrap: wrap;
    margin: 30px 0;
    height: auto; }
    #content.product.single .buttons_large a {
      margin-right: 0;
      width: 100%;
      padding: 15px 20px;
      font-size: 16px;
      margin-bottom: 10px;
      margin-top: 0 !important; }
      #content.product.single .buttons_large a:nth-of-type(2) {
        margin-bottom: 0 !important; }
  #content.product.single .buttons_medium {
    margin: 30px 0;
    flex-wrap: wrap; }
    #content.product.single .buttons_medium a {
      width: 100%;
      margin-right: 0;
      font-size: 16px;
      text-align: center;
      justify-content: center; }
  #content.product.single .product_slider_thumbs {
    margin-top: 16px; }
    #content.product.single .product_slider_thumbs .swiper-slide {
      width: 80px;
      border: 1px solid #ccc;
      height: 60px; }
  #content.product.single .product_slider {
    height: 300px; }
    #content.product.single .product_slider .swiper-slide {
      padding: 20px;
      align-items: center;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex; }
      #content.product.single .product_slider .swiper-slide img {
        width: 100%;
        height: auto; }
  #content.product.single .product_inner {
    margin: 30px 0; }
  #content.product.single .product_detail_nav {
    flex-wrap: wrap;
    padding-bottom: 10px; }
    #content.product.single .product_detail_nav .btns {
      justify-content: space-between; }
      #content.product.single .product_detail_nav .btns a {
        width: 49%;
        margin-right: 0;
        min-width: inherit;
        font-size: 14px; }
    #content.product.single .product_detail_nav .cat {
      width: 100%;
      padding-bottom: 15px; }
      #content.product.single .product_detail_nav .cat a {
        margin-right: 16px;
        font-size: 14px; }
        #content.product.single .product_detail_nav .cat a:last-child {
          margin-right: 0; }
  #content.product.single h2 {
    font-size: 24px;
    line-height: 1.4;
    margin-top: 40px; }
  #content.product.single .meta .cat a {
    margin-right: 4px; }

  #content.contact .df_list {
    flex-wrap: wrap;
    margin: 30px 0; }
    #content.contact .df_list .box {
      border-right: none;
      padding: 0;
      width: 100%;
      border-bottom: 1px solid #ccc;
      margin-bottom: 20px; }
      #content.contact .df_list .box:last-child {
        border-bottom: none; }
      #content.contact .df_list .box a + p {
        font-size: 14px;
        line-height: 1.5; }
      #content.contact .df_list .box h4 {
        font-size: 17px;
        margin-bottom: 20px; }
  #content.contact h3.center {
    border-bottom: 1px solid #E6001B;
    padding-bottom: 10px; }
  #content.contact .remark {
    margin-top: 20px;
    margin-bottom: 20px; }
  #content.contact .contact_inner table p {
    margin: 0; }
  #content.contact .contact_inner table tr:last-child td {
    padding-bottom: 0; }
  #content.contact .contact_inner table tr td {
    padding: 15px 0; }
  #content.contact .contact_inner p span {
    font-size: 16px !important; }

  #content .support_df {
    flex-wrap: wrap; }
    #content .support_df .side {
      width: 100%;
      padding-top: 20px; }
      #content .support_df .side .sticky .a_link {
        margin-bottom: 20px; }
        #content .support_df .side .sticky .a_link a {
          font-size: 15px;
          padding: 5px 0; }
    #content .support_df .main .block {
      margin-bottom: 60px; }
    #content .support_df .main h2 {
      margin-bottom: 30px; }
      #content .support_df .main h2 img {
        height: 40px; }
      #content .support_df .main h2.txt {
        font-size: 24px; }

  #content .product_scroll {
    height: 180px; }
  #content .job_block {
    flex-wrap: wrap;
    justify-content: space-between; }
    #content .job_block a {
      width: 48%;
      padding: 20px;
      margin-right: 0; }
      #content .job_block a img {
        height: 45px;
        width: auto; }
  #content .job_detail .job_part .row .bullet span, #content .job_detail .job_part .row .bullet a {
    font-size: 16px; }
  #content .job_detail .job_part .row h4 {
    font-size: 20px;
    margin: 25px 0; }
  #content .job_detail .job_part .row h3 span {
    display: flex;
    align-items: center;
    padding: 0;
    padding: 14px;
    border: none;
    border-radius: 0;
    display: block;
    background: #fff3f4;
    margin-left: -24px;
    padding-left: 24px;
    width: calc(100vw - 24px); }
    #content .job_detail .job_part .row h3 span img {
      height: 35px;
      margin: 0;
      margin-right: 10px;
      position: relative;
      top: 2px; }
    #content .job_detail .job_part .row h3 span:before, #content .job_detail .job_part .row h3 span:after {
      display: none; }
  #content .job_detail #map {
    height: 300px; }
  #content .job_detail table tr th {
    border: none; }
  #content .job_detail .rous_con .sol {
    display: none; }
  #content .job_detail .rous_con .img {
    display: block;
    height: 180px;
    top: 0;
    left: -24px;
    width: calc(100vw - 24px);
    position: relative;
    margin-bottom: 40px; }
    #content .job_detail .rous_con .img .en_tit {
      font-size: 66px;
      position: absolute;
      left: 24px;
      bottom: -40px; }
  #content .job_detail .rous_con .txt {
    z-index: 3;
    width: 100%;
    width: 100%; }
    #content .job_detail .rous_con .txt .en_tit {
      margin-top: -100px;
      font-size: 60px;
      display: none; }
    #content .job_detail .rous_con .txt p {
      width: 100%; }
    #content .job_detail .rous_con .txt h4 {
      margin-bottom: 20px;
      text-align: left !important; }

  #content.single .ib {
    padding: 30px 24px; }
    #content.single .ib .bottom_buttons {
      margin-bottom: -30px; }
      #content.single .ib .bottom_buttons .ib .df {
        flex-wrap: wrap; }
        #content.single .ib .bottom_buttons .ib .df .box {
          width: 100%;
          padding-right: 24px;
          border-right: none;
          padding-bottom: 30px;
          border-bottom: 1px solid #ccc; }
          #content.single .ib .bottom_buttons .ib .df .box h2 {
            margin-bottom: 30px; }
          #content.single .ib .bottom_buttons .ib .df .box:last-child {
            padding-right: 0;
            padding-left: 0;
            margin-top: 30px; }
          #content.single .ib .bottom_buttons .ib .df .box a.btn_black {
            margin-top: 30px; }
    #content.single .ib .single_inner .eye_img {
      margin: 30px 0; }
      #content.single .ib .single_inner .eye_img img {
        height: auto;
        margin: 0; }
    #content.single .ib .single_inner .meta .cat a {
      font-size: 12px; }
    #content.single .ib .single_inner .meta .date span {
      font-size: 15px;
      margin-right: 5px; }
  #content .pagination {
    margin: 40px 0; }
    #content .pagination ul {
      padding-left: 0; }
  #content .news_list.sub {
    margin: 30px 0; }
  #content .cat_list_tab {
    margin: 30px 0;
    flex-wrap: wrap; }
    #content .cat_list_tab a {
      width: max-content;
      font-size: 14px;
      margin-right: 10px; }

  footer .ib {
    padding: 30px 0 20px;
    flex-wrap: wrap; }
    footer .ib .l, footer .ib .r {
      width: 100%; }
      footer .ib .l p.copy, footer .ib .r p.copy {
        margin-top: 10px; }
      footer .ib .l .sns, footer .ib .r .sns {
        width: calc(100% - 48px);
        margin: -20px auto 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        footer .ib .l .sns p, footer .ib .r .sns p {
          margin-top: 0;
          margin-bottom: 0; }
        footer .ib .l .sns .buttons, footer .ib .r .sns .buttons {
          width: calc(100% - 130px); }
        footer .ib .l .sns a.a, footer .ib .r .sns a.a {
          margin-bottom: 30px; }
      footer .ib .l .logo, footer .ib .r .logo {
        width: 243px;
        margin: 15px auto; }
      footer .ib .l h3, footer .ib .r h3 {
        text-align: center; }
      footer .ib .l p, footer .ib .r p {
        font-size: 14px;
        text-align: center; }
      footer .ib .l nav, footer .ib .r nav {
        flex-wrap: wrap;
        display: flex;
        width: 100%; }
        footer .ib .l nav:nth-of-type(2), footer .ib .r nav:nth-of-type(2) {
          padding: 20px;
          display: flex;
          width: 100%;
          justify-content: center; }
          footer .ib .l nav:nth-of-type(2) a, footer .ib .r nav:nth-of-type(2) a {
            font-size: 14px;
            width: auto;
            margin-right: 20px; }
            footer .ib .l nav:nth-of-type(2) a:last-child, footer .ib .r nav:nth-of-type(2) a:last-child {
              display: none; }
        footer .ib .l nav:nth-of-type(1), footer .ib .r nav:nth-of-type(1) {
          border-top: 1px solid #888; }
          footer .ib .l nav:nth-of-type(1) a, footer .ib .r nav:nth-of-type(1) a {
            padding: 15px 20px;
            width: 50%;
            border-bottom: 1px solid #888;
            border-right: 1px solid #888;
            position: relative; }
            footer .ib .l nav:nth-of-type(1) a:after, footer .ib .r nav:nth-of-type(1) a:after {
              content: "";
              font-size: 20px;
              position: absolute;
              right: 10px;
              font-family: "material icons";
              top: calc(50% - 10px);
              color: #666; }
            footer .ib .l nav:nth-of-type(1) a:nth-of-type(2n), footer .ib .r nav:nth-of-type(1) a:nth-of-type(2n) {
              border-right: none; } }
/*736pxend */

/*# sourceMappingURL=style_sp.css.map */
