@media (max-width: 1470px) {
  .all_follow_sec > ._menu {
    max-width: 180px;
    left: 3%;
  }
  .all_follow_sec > ._menu a {
    font-size: 16px;
  }
}
@media (max-width: 1370px) {
  .all_sub_intro {
    max-width: 1100px;
  }

  .all_follow_sec ._menu {
    display: none;
  }
  .all_follow_sec ._main {
    max-width: 1100px;
  }

  /*top 1370*/
  .top_mv_head > span {
    font-size: 8.76vw;
  }

  .top_technology {
    padding-top: calc(220px + 10vw);
  }

  .top_product ._slide {
    /*width: 105.8%;*/
  }

  /*product 1370px*/
  .product_intro ._main {
    max-width: 1100px;
  }
}
@media (max-width: 1220px) {
  .all_sub_fv_bg div {
    width: 105.8%;
  }

  .all_sub_intro_bg_text {
    left: -5.8%;
  }

  .all_follow_sec ._main {
    padding-left: 5%;
  }

  .all_white_bg {
    padding: 180px 7% 160px;
  }

  /*product 1220*/
  .product_intro ._main {
    padding-left: 5%;
  }
}
@media (max-width: 1160px) {
  #container {
    padding-top: 80px;
  }

  /*header 1160*/
  #header {
    height: 80px;
  }
  #header ._content {
    background: #fff;
    width: 100%;
    height: calc(100% - 80px);
    padding: 0 5.2% 75px;
    position: fixed;
    right: 0;
    top: 80px;
    display: block;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
    overflow: auto;
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0s 0.4s ease;
    transition: opacity 0.4s ease, -webkit-transform 0s 0.4s ease;
    transition: opacity 0.4s ease, transform 0s 0.4s ease;
    transition: opacity 0.4s ease, transform 0s 0.4s ease, -webkit-transform 0s 0.4s ease;
  }
  #header ._list {
    height: auto;
    display: block;
  }
  #header ._list > li {
    height: auto;
    display: block;
  }
  #header ._list > li:nth-child(n+2) {
    margin: 0;
  }
  #header ._list a {
    padding: 18px 0;
    border-bottom: 1px #DDD solid;
    font-size: 18px;
  }
  #header ._list a:before {
    content: "";
    background: url(../images/header_arrow.svg) no-repeat center/16px 12px;
    width: 16px;
    height: 12px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
  }
  #header ._list a:after {
    display: none;
  }
  #header .all_foot_contact_bottom {
    display: block;
    margin-top: 50px;
    display: block;
    text-align: center;
  }
  #header .all_foot_contact_bottom ._left {
    width: 100%;
    padding: 0;
  }
  #header .all_foot_contact_bottom ._right {
    width: 100%;
    margin-top: 25px;
    padding: 0;
    border: none;
  }
  #header .all_foot_contact_bottom ._right a {
    margin: 0 auto;
  }
  #header .all_foot_contact_bottom ._sec {
    margin-top: 8px;
  }
  #header .all_foot_contact_bottom .all_text {
    letter-spacing: 0;
    font-weight: 700;
    font-size: 16px;
  }
  #header .all_foot_contact_bottom ._tel a {
    color: #222020;
    letter-spacing: 0;
  }
  #header .all_foot_contact_bottom ._tel a span:nth-child(1) {
    font-size: 20px;
  }
  #header .all_foot_contact_bottom ._tel a span:nth-child(2) {
    font-size: 34px;
  }
  #header .all_foot_contact_bottom ._contact {
    margin-left: 0;
  }
  #header .all_foot_contact_bottom ._contact .all_contact_button {
    width: 275px;
    max-width: 100%;
    height: 60px;
    border-radius: 30px;
  }
  #header .all_foot_contact_bottom ._contact .all_contact_button:before, #header .all_foot_contact_bottom ._contact .all_contact_button:after {
    display: none;
  }
  #header .all_foot_contact_bottom ._contact .all_contact_button._hover {
    background: #E31E23;
    color: #fff;
  }

  ._list + ._contact {
    display: none;
  }

  .header_ham {
    background: #E31E23;
    width: 48px;
    height: 48px;
    position: relative;
    display: block;
    border-radius: 50%;
  }
  .header_ham:before, .header_ham:after {
    content: "";
    background: #fff;
    width: 20px;
    height: 2px;
    position: absolute;
    left: 14px;
    display: block;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
  .header_ham:before {
    top: 19px;
  }
  .header_ham:after {
    bottom: 19px;
  }

  #wrapper._header_open ._content {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0s ease;
    transition: opacity 0.4s ease, -webkit-transform 0s ease;
    transition: opacity 0.4s ease, transform 0s ease;
    transition: opacity 0.4s ease, transform 0s ease, -webkit-transform 0s ease;
  }
  #wrapper._header_open .header_ham:before {
    -webkit-transform: translateY(4px) rotate(200deg);
            transform: translateY(4px) rotate(200deg);
  }
  #wrapper._header_open .header_ham:after {
    -webkit-transform: translateY(-4px) rotate(-200deg);
            transform: translateY(-4px) rotate(-200deg);
  }

  /*footer 1024*/
  #footer {
    padding: 90px 0 70px;
  }
  #footer .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .footer_right {
    width: 100%;
  }

  .footer_left {
    width: 100%;
    margin-top: 90px;
  }

  .footer_bottom {
    margin-top: 55px;
  }
  .footer_bottom ._copyright {
    margin-top: 7px;
  }
}
@media (max-width: 1024px) {
  .all_page_top {
    right: 5.2%;
    bottom: 100px;
  }
  .all_page_top button img:nth-child(1) {
    opacity: 0;
  }
  .all_page_top button img:nth-child(2) {
    opacity: 1;
  }
  .all_page_top button .all_font_poppins {
    opacity: 1;
  }

  /*top 1024*/
  .top_mv ._text_box ._top .all_square_anime {
    padding-bottom: 2.93vw;
  }
  .top_mv ._text_box ._bottom {
    margin-top: -1.17vw;
  }
  .top_mv ._title {
    font-size: 2.344vw;
  }

  .top_technology {
    padding: 175px 0 258px;
  }
  .top_technology ._img {
    margin: 0 auto;
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: none;
            transform: none;
  }
  .top_technology ._main_sec {
    width: 100%;
    margin-top: 90px;
  }

  .top_product ._head .all_text {
    width: calc(100% - 350px);
    padding: 0;
  }
  .top_product ._link_pc {
    display: none;
  }
  .top_product ._link_tb {
    margin-top: 60px;
    display: block;
  }
  .top_product ._link_tb a {
    margin-left: auto;
  }

  .top_news .content {
    width: 94.66%;
    margin: 0;
  }
  .top_news ._inner {
    width: 88.73%;
    display: block;
  }
  .top_news ._left {
    width: 100%;
  }
  .top_news ._right {
    width: 100%;
    margin-top: 50px;
    border-top: 1px #EFEFEF solid;
  }
  .top_news ._link_pc {
    display: none;
  }
  .top_news ._link_tb {
    display: block;
  }
  .top_news ._link_tb a {
    margin: 0 auto;
  }

  .top_news_category_list {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top_news_category_list li,
.top_news_category_list li:nth-child(n+2) {
    margin-top: 8px;
    margin-right: 8px;
  }

  .top_foot_link {
    width: 100%;
  }

  /*strength 1024*/
  .strength_main_certificate {
    display: block;
  }
  .strength_main_certificate ._left {
    margin: 0 auto;
  }
  .strength_main_certificate ._right {
    width: 100%;
    max-width: 340px;
    margin: 15px auto 0;
  }

  /*company 1024*/
  .company_d_list._history dl._hover:after {
    opacity: 0;
  }
}
@media (max-width: 768px) {
  .all_foot_contact_top ._bottom {
    font-size: 54px;
  }

  .all_foot_contact_bottom {
    margin-top: 32px;
    display: block;
    text-align: center;
  }
  .all_foot_contact_bottom ._left {
    width: 100%;
    padding: 0;
  }
  .all_foot_contact_bottom ._right {
    width: 100%;
    margin-top: 30px;
    padding: 0;
    border: none;
  }
  .all_foot_contact_bottom ._right a {
    margin: 0 auto;
  }
  .all_foot_contact_bottom ._sec {
    margin-top: 8px;
  }
  .all_foot_contact_bottom .all_text {
    font-size: 20px;
  }
  .all_foot_contact_bottom ._tel a {
    letter-spacing: 0;
  }
  .all_foot_contact_bottom ._tel a span:nth-child(1) {
    font-size: 20px;
  }
  .all_foot_contact_bottom ._tel a span:nth-child(2) {
    font-size: 38px;
  }
  .all_foot_contact_bottom ._contact .all_contact_button {
    max-width: 296px;
  }

  /*top 768*/
  .top_technology ._img {
    width: 93.5%;
    padding-top: 149%;
    -webkit-transform: translateX(3%);
            transform: translateX(3%);
  }
  .top_technology ._img img:nth-child(1) {
    width: 50%;
  }
  .top_technology ._img img:nth-child(2) {
    width: 94.2%;
  }

  .top_product ._head {
    display: block;
  }
  .top_product ._head .all_text {
    width: 100%;
    margin-top: 40px;
  }

  /*technology 768*/
  .technology_sec .all_table_sec {
    width: 105.8%;
  }

  /*strength 768*/
  .strength_main_list li {
    display: block;
  }
  .strength_main_list li ._img {
    width: 100%;
    margin: 0 auto;
  }
  .strength_main_list li ._text {
    width: 100%;
    margin-top: 50px;
    padding: 0;
  }
  .strength_main_list ._number {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  /*product 768*/
  .product_intro ._dott_bg {
    margin-top: 32px;
    padding: 50px 20px 75px;
    overflow: hidden;
  }
  .product_intro ._dott_bg ._text_sec {
    width: 100%;
    position: relative;
  }
  .product_intro ._dott_bg ._text_sec ._text {
    padding: 0;
    border-bottom: none;
    text-align: center;
    font-size: 28px;
  }
  .product_intro ._dott_bg ._car {
    width: 100%;
    margin-top: -19%;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
  .product_intro ._dott_bg ._car ._point_list li {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
  .product_intro ._dott_bg ._car ._point_list li ._circle {
    border: none;
  }
  .product_intro ._dott_bg ._car ._point_list li.active::before {
    width: 3.2vw;
    height: 3.2vw;
  }
  .product_intro ._dott_bg ._car ._point_list li.active::after {
    width: 4.8vw;
    height: 4.8vw;
  }
  .product_intro ._dott_bg ._notice {
    margin-top: -18%;
    padding: 0;
    position: relative;
    z-index: 2;
    text-align: center;
    line-height: 1.6em;
    font-size: 15px;
    color: #fff;
  }
  .product_intro ._dott_bg ._notice._pc {
    display: none;
  }
  .product_intro ._dott_bg ._notice._sp {
    display: block;
  }
  .product_intro ._dott_bg ._list {
    width: 82%;
    margin: 30px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .product_intro ._dott_bg ._list li {
    width: 41.2%;
    position: relative;
    left: 0 !important;
    top: 0 !important;
    -webkit-transform: none;
            transform: none;
  }
  .product_intro ._dott_bg ._list li:nth-child(2n) {
    margin-left: 17.6%;
  }
  .product_intro ._dott_bg ._list li:nth-child(n+3) {
    margin-top: 70px;
  }
  .product_intro ._dott_bg ._list a {
    position: relative;
    display: block;
    -webkit-transition: -webkit-box-shadow 0.4s ease;
    transition: -webkit-box-shadow 0.4s ease;
    transition: box-shadow 0.4s ease;
    transition: box-shadow 0.4s ease, -webkit-box-shadow 0.4s ease;
  }
  .product_intro ._dott_bg ._list a ._img {
    position: relative;
    z-index: 2;
  }
  .product_intro ._dott_bg ._list a:after {
    content: "";
    background: #E31E23;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    position: absolute;
    left: -2px;
    top: -2px;
    display: block;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .product_intro ._dott_bg ._list a._on:after {
    opacity: 1;
    -webkit-box-shadow: rgba(255, 0, 0, 0.91) 0 0 40px;
            box-shadow: rgba(255, 0, 0, 0.91) 0 0 40px;
  }
  .product_intro ._dott_bg ._list .all_text {
    font-size: 15px;
  }

  .product_intro ._dott_bg:after {
    opacity: 1;
  }

  .product_intro_dott_text {
    margin-top: 20px;
    text-align: center;
    line-height: 1;
    font-size: 24px;
    color: #fff;
  }

  .product_intro ._dott_bg ._list .all_text {
    font-size: 14px;
  }

  /*company 768*/
  .company_access_column {
    display: block;
  }
  .company_access_column ._img {
    width: 100%;
  }
  .company_access_column ._text {
    width: 100%;
    margin-top: 40px;
  }

  /*news 768*/
  .news_page_navi {
    position: relative;
    display: block;
  }
  .news_page_navi .navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .news_page_navi ._button {
    position: absolute;
    top: -75px;
  }
  .news_page_navi ._back {
    left: 0;
  }
  .news_page_navi ._next {
    right: 0;
  }

  /*article 768*/
  .article .news_page_navi {
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .article .news_page_navi ._button {
    top: -60px;
  }

  /*contact 768*/
  .contact_table th {
    width: 100%;
    min-width: auto;
    padding: 40px 0 0;
    display: block;
  }
  .contact_table th p ._require {
    margin-left: 10px;
    position: static;
  }
  .contact_table tbody tr:nth-child(1) th {
    padding-top: 0;
  }
  .contact_table td {
    width: 100%;
    padding: 15px 0 0;
    display: block;
  }
  .contact_table ._no_box th {
    padding: 40px 0 0;
  }

  .confirm .contact_table th {
    padding: 35px 0 0;
  }
  .confirm .contact_table td {
    padding-top: 10px;
  }

  .contact_confirm_back {
    margin-top: 30px;
  }

  /*footer 768*/
  .footer_right ._list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer_right ._list > li {
    width: 33.33%;
  }
  .footer_right ._list > li:nth-child(n+4) {
    margin-top: 25px;
  }
}
@media (max-width: 600px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  .all_text {
    letter-spacing: 0;
  }

  .all_title {
    font-size: 24px;
  }

  .all_title2 {
    line-height: 1.78;
    font-size: 18px;
  }
  .all_title2 + .all_text {
    margin-top: 15px;
  }

  .all_title_row {
    padding-left: 15px;
  }
  .all_title_row ._top {
    margin-bottom: 5px;
    font-size: 12px;
  }
  .all_title_row ._bottom {
    font-size: 24px;
  }

  .all_border_title ._main {
    margin-top: 7px;
    font-size: 54px;
  }

  .all_title_border_bottom {
    padding-bottom: 15px;
    border-width: 1px;
    font-size: 24px;
  }
  .all_title_border_bottom + .all_text {
    margin-top: 20px;
  }

  .all_title_border_bottom:after {
    width: 56px;
    height: 1px;
    bottom: -1px;
  }

  .all_breadcrumb {
    display: none;
  }

  .all_sub_fv {
    padding: 90px 0 38px;
  }
  .all_sub_fv .all_border_title ._main {
    margin-top: 0;
    padding-left: 18px;
  }
  .all_sub_fv .all_border_title ._main:after {
    width: 4px;
  }
  .all_sub_fv .all_border_title ._head {
    padding-left: 18px;
    font-size: 16px;
  }

  .all_sub_fv_bg div {
    height: auto;
    padding-top: 79.4%;
  }

  .all_sub_wrapper {
    padding-bottom: 0;
  }

  .all_sub_intro {
    /*margin-top: -115px;
    padding: 188px 0 72px;*/
    padding: 88px 0 72px;
  }
  .all_sub_intro ._title {
    letter-spacing: 0;
    font-size: 28px;
  }
  .all_sub_intro ._title + .all_text {
    margin-top: 15px;
  }
  .all_sub_intro ._bg_text {
    font-size: 100px;
  }

  .all_sub_intro_bg_text {
    display: none;
  }

  .all_sub_intro_column {
    display: block;
  }
  .all_sub_intro_column ._left {
    width: 100%;
    line-height: 1.8;
  }
  .all_sub_intro_column ._right {
    width: 100%;
    margin-top: 12px;
  }

  .all_follow_sec ._main {
    padding: 88px 0;
  }
  .all_follow_sec ._main:before {
    content: "";
    background: #fff;
    width: 10%;
    height: 100%;
    position: absolute;
    right: 100%;
    top: 0;
    display: block;
  }

  .all_news_list a {
    padding: 30px 0 25px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .all_news_list ._arrow {
    display: none;
  }
  .all_news_list time {
    width: 88px;
  }
  .all_news_list ._title {
    width: 100%;
    margin-top: 12px;
  }

  .all_table_sec {
    margin-top: 35px;
  }

  .all_list_circle {
    margin-top: 38px;
  }
  .all_list_circle li {
    line-height: 1.75;
  }
  .all_list_circle li:nth-child(n+2) {
    margin-top: 5px;
  }

  .all_white_bg {
    padding: 70px 6%;
  }

  .all_gray_bg {
    padding: 60px 0 120px;
  }

  /*top 600*/
  @-webkit-keyframes topMvTextBoxBorderMove {
    0% {
      height: 0;
      top: 0;
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
    }
    40% {
      height: calc(100% + 170px);
      top: 0;
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
    }
    60% {
      height: calc(100% + 170px);
      top: 0;
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
    }
    100% {
      height: calc(100% + 170px);
      top: 0;
      -webkit-transform: scale(1, 0);
              transform: scale(1, 0);
    }
  }
  @keyframes topMvTextBoxBorderMove {
    0% {
      height: 0;
      top: 0;
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
    }
    40% {
      height: calc(100% + 170px);
      top: 0;
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
    }
    60% {
      height: calc(100% + 170px);
      top: 0;
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
    }
    100% {
      height: calc(100% + 170px);
      top: 0;
      -webkit-transform: scale(1, 0);
              transform: scale(1, 0);
    }
  }
  .top_mv .content {
    margin-top: 8vw;
  }
  .top_mv ._text_box {
    padding-left: 18px;
  }
  .top_mv ._text_box:after {
    width: 6px;
    height: calc(100% + 170px);
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
  .top_mv ._text_box ._top .all_square_anime {
    padding-bottom: 2.6vw;
  }
  .top_mv ._text_box ._bottom {
    margin-top: 3vw;
  }
  .top_mv ._title {
    font-size: 4.8vw;
  }
  .top_mv._anime ._text_box:after {
    top: calc(100% + 175px);
  }
  .top_mv ._mv {
    width: 89.33%;
    max-width: none;
    height: 446px;
    margin-top: 40px;
  }
  .top_mv ._mv ._slide1 {
    background-image: url(../images/top_mv_slide1_sp.jpg);
  }
  .top_mv ._mv ._slide2 {
    background-image: url(../images/top_mv_slide2_sp.jpg);
  }
  .top_mv ._mv ._slide3 {
    background-image: url(../images/top_mv_slide3_sp.jpg);
  }
  .top_mv ._mv ._scroll {
    width: 100px;
    position: fixed;
    right: 20px;
    top: calc(100vh - 130px);
    -webkit-transform: none;
            transform: none;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  .top_mv ._mv ._scroll img {
    width: 100%;
  }
  .top_mv ._mv ._scroll._opacity {
    opacity: 0;
  }

  .top_mv_head {
    line-height: 1;
  }
  .top_mv_head > span {
    font-size: 9.5vw;
  }

  .top_mv_right_top {
    width: 28%;
    padding: 22px 0 12px;
  }
  .top_mv_right_top:after {
    width: 6px;
    left: 76%;
  }

  .top_strength {
    background: #EDEDED;
    margin-top: -35px;
    padding: 112px 0 185px;
  }
  .top_strength .all_title {
    margin: 30px 0 0;
  }
  .top_strength .all_title + .all_text {
    margin: 12px 0 0;
  }
  .top_strength ._link {
    margin-top: 55px;
  }

  .top_strength_list {
    width: 88%;
    margin: 55px auto 0;
  }
  .top_strength_list li {
    width: 100%;
  }
  .top_strength_list li:nth-child(n+2) {
    margin-top: 35px;
  }
  .top_strength_list ._text {
    letter-spacing: 0;
    font-size: 20px;
  }

  .top_technology {
    padding: 60px 0 120px;
  }
  .top_technology:before {
    width: 50%;
    height: 60px;
  }
  .top_technology ._main_sec {
    margin-top: 55px;
  }
  .top_technology .all_title {
    margin-top: 28px;
  }
  .top_technology ._link {
    margin-top: 50px;
  }

  .top_product {
    padding: 120px 0 240px;
  }
  .top_product:before {
    width: 50%;
    height: 60px;
  }
  .top_product:after {
    display: none;
  }
  .top_product ._slide {
    margin-top: 52px;
  }
  .top_product ._slide ul{
	  display:block;
}
  .top_product ._slide .swiper-slide {
    width: 280px;
  }
  .top_product ._slide ._name {
    margin: 5px 0 15px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .top_product ._slide .all_text_smaller {
    margin-top: 12px;
  }

  .top_product_slide_controls {
    margin-top: 30px;
  }
  .top_product_slide_controls ._bar {
    width: calc(100% - 110px);
  }
  .top_product_slide_controls ._button {
    width: 40px;
    height: 40px;
  }
  .top_product_slide_controls ._button img {
    width: 11px;
  }
  .top_product_slide_controls ._prev {
    margin-right: 6px;
  }

  .top_news {
    margin-top: -120px;
  }
  .top_news .content {
    padding: 115px 0 120px;
  }
  .top_news ._right {
    margin-top: 30px;
  }
  .top_news ._link {
    margin-top: 60px;
  }

  .top_news_category_list {
    margin-top: 10px;
  }

  .top_foot_link {
    padding-bottom: 120px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top_foot_link ._sec {
    width: 100%;
  }
  .top_foot_link a {
    height: 269px;
    padding: 0;
  }
  .top_foot_link ._link {
    margin-top: 35px;
  }

  /*strength 600*/
  .strength .all_sub_wrapper {
    padding-bottom: 120px;
  }

  .strength .all_sub_fv_bg div {
    background-image: url(../images/strength_bg_sub_fv_sp.jpg);
  }

  .strength_intro_slider_sec {
    margin-top: 52px;
  }

  .strength_intro_slider .swiper-slide {
    width: 200px;
  }

  .strength_main {
    padding: 80px 0 0;
  }
  .strength_main .all_title_row ._top {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .strength_main .all_title_row ._bg_text {
    left: auto;
    right: -4%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: right;
    line-height: 0.7;
    font-size: 120px;
  }

  .strength_main_list {
    margin-top: 52px;
    position: relative;
    z-index: 3;
  }
  .strength_main_list li ._text {
    margin-top: 35px;
  }
  .strength_main_list > li:nth-child(n+2) {
    margin-top: 80px;
  }
  .strength_main_list > li:nth-child(2n) ._number {
    right: 0;
  }
  .strength_main_list ._number {
    right: 0;
    bottom: 0;
    top: auto;
    font-size: 90px;
    -webkit-transform: none;
            transform: none;
  }
  .strength_main_list .all_text {
    margin-top: 18px;
  }

  .strength_main_achievement {
    margin-top: 22px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .strength_main_achievement ._left {
    width: 73px;
  }
  .strength_main_achievement ._left .all_text_smaller {
    font-size: 10px;
  }
  .strength_main_achievement ._right {
    width: 244px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .strength_main_achievement ._right ._right_img {
    width: 50px;
  }
  .strength_main_achievement ._right .all_text {
    width: calc(100% - 60px);
    margin-top: 0;
    font-size: 10px;
  }

  .strength_main_certificate {
    padding: 30px 25px 20px;
  }
  .strength_main_certificate ._right {
    font-size: 14px;
  }
  .strength_main_certificate ._right dt {
    width: 85px;
  }
  .strength_main_certificate ._right dd {
    width: calc(100% - 85px);
  }

  /*technology 600*/
  .technology .all_sub_fv_bg div {
    background-image: url(../images/technology_bg_sub_fv_sp.jpg);
  }

  .technology_container + .technology_container {
    margin-top: 65px;
  }

  .technology_sec {
    margin-top: 40px;
  }
  .technology_sec + .technology_sec {
    margin-top: 72px;
  }
  .technology_sec .all_title_row + .all_text {
    margin-top: 18px;
  }

  .technology_intro_list {
    margin-top: 40px;
  }
  .technology_intro_list li:nth-child(n+2) {
    margin-top: 32px;
  }
  .technology_intro_list img {
    margin-top: 25px;
  }
  .technology_intro_list .all_text {
    margin-top: 10px;
  }

  .technology_list {
    margin-top: 38px;
  }
  .technology_list li {
    width: 47%;
  }
  .technology_list li:nth-child(2n) {
    margin-left: 6%;
  }
  .technology_list li:nth-child(n+3) {
    margin-top: 35px;
  }
  .technology_list ._name {
    margin-top: 15px;
  }
  .technology_list ._name + .all_text {
    margin-top: 5px;
    line-height: 1.67;
    font-size: 15px;
  }

  /*product 600*/
  .product .all_sub_fv_bg div {
    background-image: url(../images/product_bg_sub_fv_sp.jpg);
  }

  .product .all_sub_intro ._bg_text {
    left: -6px;
  }

  .product_intro ._main {
    padding: 75px 0 0;
  }

  .product_intro ._main:before {
    content: "";
    background: #fff;
    width: 10%;
    height: 100%;
    position: absolute;
    right: 100%;
    top: 0;
    display: block;
  }

  .product .all_follow_sec ._main {
    margin-top: 0;
    padding-top: 78px 0 88px;
  }

  .product_column {
    margin-top: 28px;
    display: block;
  }
  .product_column ._bottom {
    margin-top: 25px;
    padding-top: 20px;
  }
  .product_column ._img {
    width: 100%;
    max-width: none;
  }
  .product_column ._img ._caption {
    left: 10px;
  }
  .product_column ._text {
    width: 100%;
    margin-top: 22px;
  }
  .product_column ._dlist dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product_column ._dlist ._vertical_list {
    max-width: 335px;
  }
  .product_column ._dlist ._vertical_list li {
    width: 13.73%;
  }
  .product_column ._dlist ._vertical_list li:nth-child(n+2) {
    margin-left: 7.8%;
  }

  /*company 600*/
  .company_sec + .company_sec {
    margin-top: 80px;
  }

  .company .all_sub_fv_bg div {
    background-image: url(../images/company_bg_sub_fv_sp.jpg);
  }

  .company_message_column {
    margin-top: 38px;
    display: block;
  }
  .company_message_column ._left {
    width: 100%;
    margin-top: 0;
  }
  .company_message_column ._right {
    width: 100%;
    max-width: none;
    margin-top: 20px;
    position: relative;
    z-index: 2;
  }
  .company_message_column ._right ._img {
    width: 105.8%;
  }

  .company_message_ceo {
    margin-top: 15px;
  }
  .company_message_ceo ._position {
    font-size: 17px;
  }
  .company_message_ceo ._name {
    margin-top: 2px;
    font-size: 19px;
  }

  .company_d_list {
    width: 105.8%;
    margin-top: 25px;
    position: relative;
    z-index: 2;
  }
  .company_d_list .all_text {
    line-height: 1.73;
    font-size: 15px;
  }
  .company_d_list dl {
    padding: 10px 0;
  }
  .company_d_list dt {
    width: 105px;
  }
  .company_d_list dd {
    width: calc(100% - 130px);
  }
  .company_d_list._history dt {
    font-size: 32px;
  }
  .company_d_list._history .all_text {
    line-height: 2;
    font-size: 16px;
  }

  .company_highlight {
    margin-top: 25px;
  }
  .company_highlight ._graph_sec {
    display: block;
  }
  .company_highlight ._graph_sec ._graph:nth-child(2) {
    margin-top: 50px;
  }
  .company_highlight ._graph {
    width: 100%;
  }

  .company_access_column {
    margin-top: 25px;
  }
  .company_access_column .all_title2 {
    font-size: 20px;
  }
  .company_access_column ._text {
    margin-top: 25px;
  }
  .company_access_column ._info {
    margin-top: 12px;
  }
  .company_access_column ._info ._sec {
    padding: 8px 0;
  }

  .company_access_map {
    width: 100vw;
    height: 259px;
    margin-top: 30px;
    position: relative;
    z-index: 2;
    -webkit-transform: translateX(-5.3%);
            transform: translateX(-5.3%);
  }

  .company_highlight_history {
    margin-top: 55px;
    padding: 20px;
  }
  .company_highlight_history ._inner {
    display: block;
  }
  .company_highlight_history ._sec {
    width: 100%;
  }

  .company_highlight_history ._inner:after {
    display: none;
  }

  .company_highlight_history ._sec:nth-child(2) {
    margin-top: 25px;
  }

  .company_highlight_history ._list {
    margin-top: 18px;
  }

  .company_highlight_history ._sec:nth-child(1) ._list dl:nth-child(n+2),
.company_highlight_history ._sec:nth-child(2) ._list dl:nth-child(n+2) {
    margin-top: 10px;
  }

  .company_highlight_history ._list dl {
    padding: 12px;
  }

  .company_highlight_history ._list dl:before,
.company_highlight_history ._list dl:after {
    display: none;
  }

  .company_highlight_history ._list dd {
    letter-spacing: -0.01em;
  }

  .company_highlight_history ._sec:nth-child(1) ._list dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .company_highlight_history ._sec:nth-child(1) ._list dt {
    text-align: left;
  }

  .company_highlight_history ._sec:nth-child(1) ._list dd {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .company_highlight_history ._last_border {
    display: none;
  }

  /*news 600*/
  .news_tab_list {
    width: 100%;
    padding: 20px 5.2% 28px;
  }

  .news .all_news_list {
    margin-top: 60px;
  }

  .news .all_news_list ._title {
    width: 100%;
  }

  .news .all_news_list ._category {
    width: auto;
    margin-right: 10px;
  }

  .news_page_navi {
    margin-top: 90px;
    padding-bottom: 120px;
  }

  .news_page_navi ._list li,
.news_page_navi .page-numbers li {
    margin-right: 12px;
  }

  .news_page_navi ._list li ._carrent,
.news_page_navi ._list li .current,
.news_page_navi .page-numbers li ._carrent,
.news_page_navi .page-numbers li .current,
.news_page_navi ._list li a,
.news_page_navi .page-numbers li a {
    width: 38px;
    height: 38px;
    font-size: 14px;
  }

  /*article 600*/
  .article_title {
    font-size: 24px;
  }

  .article_content {
    margin-top: 40px;
  }
  .article_content p {
    margin-top: 10px;
  }
  .article_content h2 {
    padding-left: 15px;
    font-size: 20px;
  }
  .article_content h2 + p {
    margin-top: 15px;
  }
  .article_content h2:after {
    width: 2px;
  }
  .article_content h3 {
    margin-top: 40px;
    font-size: 18px;
  }
  .article_content h3 + p {
    margin-top: 15px;
  }
  .article_content .wp-block-image {
    margin-top: 30px;
  }
  .article_content .wp-block-image figcaption {
    margin-top: 10px;
    font-size: 12px;
  }
  .article_content .wp-block-gallery {
    margin-top: 30px;
  }
  .article_content .wp-block-buttons {
    margin-top: 30px;
  }
  .article_content ul {
    margin-top: 30px;
  }

  /*contact 600*/
  .contact_flow + .all_text {
    margin-top: 45px;
  }

  /*privay 600*/
  .privacy_list li + li {
    margin-top: 30px;
  }

  .privacy_list ._title {
    padding-left: 25px;
    font-size: 18px;
  }

  .privacy_list ._title + .all_text_small {
    margin-top: 10px;
  }

  /*footer 600*/
  .footer_right ._list > li {
    width: 50%;
  }
  .footer_right ._list > li:nth-child(n+3) {
    margin-top: 25px;
  }
}
@media (max-width: 1160px) {
	._logo img{
		width:160px;
	}
}