﻿@charset "utf-8";

/* kaso
-------------------------------------------------------------------*/
.kaso {
    margin-top: 80px;
}
.kaso .heading_wrap{
    position:relative;
    height:220px;
    background: rgb(54,125,210);
    background: linear-gradient(285deg, rgba(54,125,210,1) 45%, rgba(4,52,171,1) 55%);
    z-index: 5;
}
.introduction.press .heading_wrap {
    position:relative;
    height:220px;
    background: rgb(54,125,210);
    background: linear-gradient(285deg, rgba(54,125,210,1) 45%, rgba(4,52,171,1) 55%);
   
}
.introduction.press .heading_wrap::after {
    position: absolute;
    content: "";
    background: url(../img/company/introduction/press/mv.jpg);
    width: 50%;
    height: 220px;
    background-repeat: no-repeat;
    background-position: right;
}
.introduction.machine.heading_wrap {
    position:relative;
    height:220px;
    background: rgb(54,125,210);
    background: linear-gradient(285deg, rgba(54,125,210,1) 45%, rgba(4,52,171,1) 55%);
   
}
.introduction.machine.machine .heading_wrap::after {
    position: absolute;
    content: "";
    background: url(../img/company/introduction/machine/mv.jpg);
    width: 50%;
    height: 220px;
    background-repeat: no-repeat;
    background-position: right;
    z-index: 1;
}

.kaso .heading_wrap .heading_tit {
    position:absolute;
    font-size: 1.875rem;
    color:#fff;
    top:50%;
    left:0;
    right:0;
    transform:translateY(-50%);
    z-index: 2;
}
.kaso .btn_wrap {
    width: 90%;
    margin: 120px auto;
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
}
.kaso .btn_wrap .btn_link{
    margin: 0 1% 20px;
}
.kaso .btn_wrap .btn_link a{
    width:300px;
}
@media screen and (max-width: 768px) {
    .kaso {
        margin-top: 0;
    }
    .kaso .heading_wrap{
        height:140px;
    }
    .kaso .heading_wrap .heading_tit {
        font-size: 1.875rem;
        z-index: 3;
    }
    .kaso .btn_wrap {
        margin: 60px 0 40px;
    }
    .kaso .btn_wrap .btn_link{
        margin: 0 5px 10px;
    }
    .kaso .btn_wrap .btn_link a{
        width:160px;
    }
    .introduction.press .heading_wrap {
        position:relative;
        height:140px;
    }
    .introduction.press .heading_wrap::after,
    .introduction.machine.machine .heading_wrap::after{
        width: 30%;
        height: 140px;
        top: 0;
        right: 0px;
        background-size: cover;
        background-position: left;
    }
    .introduction.machine .heading_wrap {
        position:relative;
        height:140px;
    }
    .introduction.machine .heading_wrap::after {
        width: 30%;
        height: 140px;
        top: 0;
        background: url(../img/company/introduction/machine/mv_sp.jpg);
        right: 0px;
        background-size: cover;
    }
}
/* press
-------------------------------------------------------------------*/
.press .press_cont .press_wrap {
    margin-bottom: 100px;
}
.press .press_cont .press_wrap .press_img_wrap {
    margin-bottom: 100px;
}
.press .press_cont .press_wrap .h_style02 {
    font-size: 25px;
    text-align: center;
    color: #0434ab;
}
.press .press_cont .press_wrap .h_style02 span::before {
    top: 30px;
    left: 50%;
}
.press .press_cont .press_wrap .h_style02 span::after {
    top: 30px;
    left: 50%;
}
.press .press_cont .press_wrap .press_img_wrap .press_img {
    text-align: center;
    margin-bottom: 30px;
}
.press .press_cont .press_wrap .press_img_wrap p {
    width: 860px;
    font-size: 18px;
    line-height: 1.7;
    margin: 0 auto;
}
.press .press_cont .parts_wrap {
    background: #e5eef9;
    padding: 100px 0;
}
.press .press_cont .parts_wrap .parts_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff;
    padding: 50px;
}
.press .press_cont .parts_wrap .parts_list .parts_items {
    margin-bottom: 30px;
}
.press .press_cont .parts_wrap .parts_list .parts_items h3 {
    border-bottom: solid 1px #000;
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.press .press_cont .parts_wrap .parts_list .parts_items p {
    font-size: 16px;
    margin-bottom: 5px;
}
.press .press_cont .parts_wrap .parts_list .parts_items .parts_img {
    display: flex;
    justify-content: space-between;
}
.press .press_cont .parts_wrap .parts_list .parts_items .parts_img ul {
    position: relative;
    margin-right: 40px;
}
.press .press_cont .parts_wrap .parts_list .parts_items .parts_img ul::after {
    position: absolute;
    content: "▶";
    top: 92px;
    left: 167px;
    color: #0434ab;
}.press .press_cont .parts_wrap .parts_list .parts_items .parts_img ul li:first-child {
    margin-bottom: 13px;
}
.press .press_cont .parts_wrap .parts_list .parts_items:last-child .parts_img ul {
    width: 154px;
    display: flex;
    flex-wrap: wrap;
}
.press .press_cont .parts_wrap .parts_list .parts_items:last-child .parts_img ul li {
    margin-bottom: 0;
}
.press .press_cont .parts_wrap .parts_list .parts_items:last-child .parts_img ul li:first-child {
    margin-right: 5px;
}
@media screen and (max-width: 768px) {
    .press .press_cont .press_wrap {
        margin-bottom: 50px;
    }
    .press .press_cont .press_wrap .press_img_wrap {
        margin-bottom: 50px;
    }
    .press .press_cont .press_wrap .h_style02 {
        margin-bottom: 40px;
    }
    .press .press_cont .press_wrap .press_img_wrap .h_style02 {
        text-align: left;
    }
    .press .press_cont .press_wrap .press_img_wrap .press_img img {
        width: 100%;
    }
    .press .press_cont .press_wrap .press_img_wrap p {
        width: 100%;
    }
    .press .press_cont .press_wrap .application_wrap .application_img img {
        width: 100%;
    }
    .press .press_cont .parts_wrap {
        padding: 50px 0;
    }
    .press .press_cont .parts_wrap .parts_list {
        width: 95%;
        display: block;
        padding: 20px;
    }
    .press .press_cont .parts_wrap .parts_list .parts_items .parts_img img {
        width: 100%;
    }
    .press .press_cont .parts_wrap .parts_list .parts_items .parts_img ul::after {
        top: 43%;
        left: 114%;
    }
    .press .press_cont .parts_wrap .parts_list .parts_items:last-child .parts_img ul li:first-child {
        width: 47%;
    }
    .press .press_cont .parts_wrap .parts_list .parts_items:last-child .parts_img ul li:nth-child(2) {
        width: 47%;
    }
    .press .press_cont .parts_wrap .parts_list .parts_items:last-child .parts_img ul:first-child img {
        width: 100%;
    }
}
/* machine
-------------------------------------------------------------------*/
.machine .heading_wrap::after {
    position: absolute;
    content: "";
    background: url(../img/machine/mv01.jpg);
    width: 50%;
    height: 220px;
    background-repeat: no-repeat;
    background-position: right;
}
.machine .heading_wrap.auto::after {
    background: url(../img/machine/mv03.jpg);
    background-repeat: no-repeat;
    background-position: right;
}
.machine .heading_wrap.sort::after {
    background: url(../img/machine/mv04.jpg);
    background-repeat: no-repeat;
    background-position: right;
}
.machine.spring_machine .heading_wrap::after {
    background-image: url(../img/machine/mv02.jpg);
}
.machine .machine_cont {
    margin-bottom: 150px;
}
.machine .machine_cont .machine_wrap {
    margin-bottom: 50px;
}
.machine .machine_cont .machine_wrap .machine_tit {
    background: url(../img/machine/machine_tit_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 60px;
    margin-bottom: 20px;
}
.machine .machine_cont .machine_wrap .machine_tit.auto {
    background: url(../img/machine/machine_tit_bg_auto.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 60px;
    margin-bottom: 20px;
}
.machine .machine_cont .machine_wrap .machine_tit.sort {
    background: url(../img/machine/machine_tit_bg_sort.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 60px;
    margin-bottom: 20px;
}
.machine .machine_cont .machine_wrap .machine_tit .machine_title {
    font-size: 20px;
    padding: 17px;
}
.machine .machine_cont .machine_wrap .machine_list_wrap .h_style02_blu {
    font-size: 18px;
    color: #000;
}
.machine .machine_cont .machine_wrap .machine_list_wrap .machine_list {
    display: flex;
    flex-wrap: wrap;
}
.machine .machine_cont .machine_wrap:last-child .machine_list_wrap .machine_list {
    display: flex;
    justify-content: flex-start;
}
.machine .machine_cont .machine_wrap .machine_list_wrap .machine_list .machine_items {
    position: relative;
    margin-right: 29px;
    margin-bottom: 30px;
}
.machine .machine_cont .machine_wrap .machine_list_wrap .machine_list .machine_items a {
    text-decoration: none;
}
.machine .machine_cont .machine_wrap .machine_list_wrap .machine_list .machine_items:nth-child(4n) {
    margin-right: 0;
}
.machine .machine_cont .machine_wrap:last-child .machine_list_wrap .machine_list .machine_items:nth-child(4) {
    position: relative;
    margin-right: 0px;
    margin-bottom: 0px;
}
.machine .machine_cont .machine_wrap .machine_list_wrap .machine_list .machine_items h4 {
    height: 30px;
    background: #fff;
    font-size: 15px;
    text-align: left;
    padding: 5px 0;
    margin-bottom: 10px;
}
.machine .machine_cont .machine_wrap .machine_list_wrap .machine_list .machine_items .machine_img {
    border: solid 1px #0434ab;
    overflow: hidden;
}
.machine .machine_cont .machine_wrap .machine_list_wrap .machine_list .machine_items .machine_img img{
    transition:transform .4s;
}
.machine .machine_cont .machine_wrap .machine_list_wrap .machine_list .machine_items a:hover .machine_img img{
    transform:scale(1.05);
}
.machine .machine_cont .machine_wrap .machine_list_wrap .machine_list .machine_items .tit_wrap .link_txt {
    font-size: 18px;
    text-align: center;
    width: calc(100% - 44px);
}
.machine .machine_cont .machine_wrap .machine_list_wrap .machine_list .machine_items .tit_wrap {
    position: relative;
    height: 43px;
    background-color: rgba(255,255,255,0.8);
    padding: 0.7em 0;
    margin-top: -45px;
    top: 1px;
    left: 1px;
    width: calc(100% - 1px);
}
.machine .machine_cont .machine_wrap .machine_list_wrap .machine_list .machine_items .tit_wrap .link_arrow {
    width: 44px;
    height: 44px;
    border: solid 1px #0434ab;
    background-color: #fff;
    margin-left: auto;
    margin-top: -36px;
    transition: background .4s,color .4s;
}
.machine .machine_cont .machine_wrap .machine_list_wrap .machine_list .machine_items .tit_wrap .link_arrow.top-1px {
    margin-top: -37px;
}
.machine .machine_cont .machine_wrap .machine_list_wrap .machine_list .machine_items a:hover .tit_wrap .link_arrow {
    border: solid 1px #0434ab;
    background-color: #0434ab;
    transition:background .4s,color .4s;
}
.machine .machine_cont .machine_wrap .machine_list_wrap .machine_list .machine_items a:hover .tit_wrap .link_arrow::before {
    background:url(../img/common/icon_arrow_wht.png);
	right: 5px;
}
.machine .machine_cont .machine_wrap .machine_list_wrap .machine_list .machine_items .link_arrow::before {
    position: absolute;
    display: inline-block;
    content: "";
    width: 26px;
    height: 8px;
    background: url(../img/common/icon_arrow.png);
    top: 0;
    bottom: 0;
    right: 8px;
    margin: auto;
    z-index: 10;
    transition: right .4s;
}
.machine .machine_cont .machine_wrap .bane_tit {
    background: url(../img/machine/bane_tit_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 60px;
    margin-bottom: 20px;
}
.machine .machine_cont .machine_wrap .bane_tit .bane_title {
    font-size: 20px;
    padding: 17px;
}
.machine .machine_cont .machine_wrap .btn_link a {
    width: 500px;
    padding: 20px 0;
    margin: 0 auto;
}
.machine .pagenavi ul{
    display: flex;
    justify-content: space-between;
}
.machine .pagenavi ul li{
    width: 48%;
}

.machine .pagenavi a{
    position: relative;
    padding: 15px 36px;
    text-align: center;
    border: 1px solid #0434ab;
    background: #fff;
    color: #0434ab;
    transition: background .4s,color .4s;
    display: block;
    margin-bottom: 20px;
}
.machine .pagenavi a.red{
    position: relative;
    padding: 15px 0px;
    text-align: center;
    border: 1px solid red;
    background: red;
    color: #fff;
    transition: background .4s,color .4s;
    display: block;
    margin-bottom: 20px;
}
.machine .pagenavi a.red:before {
    background:none;
}
.machine .pagenavi a.red:hover {
    background: #fff;
    color:red;
}
.machine .pagenavi a.red:hover:before {
    background:none;
} 

.machine .pagenavi a:before {
    position: absolute;
    display: inline-block;
    content: "";
    width: 26px;
    height: 8px;
    background: url(../img/common/icon_arrow.png);
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    transition: right .4s;
}

.machine .pagenavi a:hover {
    background: #0434ab;
    color: #fff;
}

.machine .pagenavi a:hover:before {
    background: url(../img/common/icon_arrow_wht.png);
    right: 2px;
}

@media screen and (max-width: 768px) {
    .machine .machine_cont .machine_wrap .machine_tit {
        background: url(../img/machine/machine_tit_bg_sp.png);
        background-position: center;
        height: 60px;
    }
    .machine .machine_cont .machine_wrap .bane_tit {
        background: url(../img/machine/mane_tit_bg_sp.png);
        background-position: center;
        height: 60px;
    }
    .machine .heading_wrap::after{
        width: 36%;
        height: 140px;
        top: 0;
        right: 0px;
        background-size: cover;
        background-position: left;
    }
    .machine .machine_cont .machine_wrap .machine_list_wrap .machine_list .machine_items {
        width: 49%;
        margin-right: 5px;
        margin-bottom: 30px;
    }
    .machine .machine_cont .machine_wrap .machine_list_wrap .machine_list .machine_items .machine_img img {
        width: 100%;
    }
    .machine .machine_cont .machine_wrap .machine_list_wrap .machine_list .machine_items:nth-child(2n) {
        margin-right: 0;
    }
    .machine .machine_cont .machine_wrap .machine_list_wrap .machine_list .machine_items .tit_wrap {
        height: 35px;
        padding: 0.7em 0;
        margin-top: -35px;
        border-bottom: solid 1px #0434ab;
    }
    .machine .machine_cont .machine_wrap .machine_list_wrap .machine_list .machine_items .tit_wrap .link_arrow {
        width: 36px;
        height: 36px;
        margin-top: -27px;
    }
    .machine .machine_cont .machine_wrap .machine_list_wrap .machine_list .machine_items .tit_wrap .link_arrow.sp_-1px {
        margin-top: -28px;
    }
    .machine .machine_cont .machine_wrap .machine_list_wrap .machine_list .machine_items .tit_wrap .link_arrow.top-1px{
        margin-top: -28px;
    }
    .machine .machine_cont .machine_wrap .machine_list_wrap .machine_list .machine_items .link_arrow::before {
        right: 4px;
    }
    .machine .machine_cont .machine_wrap .machine_list_wrap .machine_list .machine_items .tit_wrap .link_txt {
        font-size: 12px;
        padding-right: 30px;
    }
    .machine .machine_cont .machine_wrap .btn_link a {
        width: 100%;
    }

    .machine .pagenavi ul{
        flex-direction: column;
    }
    .machine .pagenavi ul li{
        width: 100%;
    }
}
/* press_machine
-------------------------------------------------------------------*/
.press_machine .machine_lineup {
    position: relative;
}
.press_machine .machine_lineup_cont {
    position: relative;
    height: 1620px;
    margin-bottom: 50px;
    padding-top: 100px;
}
.press_machine .machine_lineup_cont:nth-child(2) {
    height: 1550px;
}
.press_machine .machine_lineup_cont:nth-child(3) {
    height: 1520px;
}
.press_machine .machine_lineup_cont:nth-child(4) {
    height: 1590px;
}
.press_machine .machine_lineup_cont:nth-child(5) {
    height: 1590px;
}
.press_machine .machine_lineup_cont:nth-child(6) {
    height: 1630px;
}
.press_machine .machine_lineup_cont:nth-child(7) {
    height: 1650px;
}
.press_machine .machine_lineup_cont:nth-child(8) {
    height: 1570px;
}
.press_machine .machine_lineup_cont:nth-child(9) {
    height: 2070px;
}
.machine_lineup_cont .machine_lineup_wrap {
    width: 70%;
    float: left;
}
.machine_lineup_cont .machine_lineup_wrap .machine_lineup_detail {
    margin-bottom: 50px;
}
.machine_lineup_cont .machine_lineup_wrap .machine_lineup_detail .machine_lineup_img {
    position: relative;
    border: solid 1px #0434ab;
    margin-bottom: 30px;
}
.machine_lineup_cont .machine_lineup_wrap .machine_lineup_detail .machine_lineup_img p {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    font-weight: 500;
}
.machine_lineup_cont .machine_lineup_wrap .machine_lineup_detail .machine_lineup_img .TP_tit01 {
    top: 8%;
    left: 68%;
}
.machine_lineup_cont .machine_lineup_wrap .machine_lineup_detail .machine_lineup_img .TP_tit02 {
    top: 4%;
    left: 23%;
}
.machine_lineup_cont .machine_lineup_wrap .machine_lineup_detail .machine_lineup_img .TP_tit03 {
    top: 49%;
    left: 23%;
}
.machine_lineup_cont .machine_lineup_wrap .machine_lineup_detail .machine_lineup_img img {
    width: 100%;
}
.machine_lineup_cont .machine_lineup_wrap .machine_lineup_detail .overview {
    display: flex;
    justify-content: space-between;
    max-width: 700px;
    margin: 0 auto;
}
.machine_lineup_cont .machine_lineup_wrap .machine_lineup_detail .overview .text {
    width: 60%;
}
.machine_lineup_cont .machine_lineup_wrap .machine_lineup_detail .overview .text.ajust {
    width: 64%;
}
.machine_lineup_cont .machine_lineup_wrap .machine_lineup_detail .overview .text h4 {
    font-size: 18px;
    margin-bottom: 10px;
}
.machine_lineup_cont .machine_lineup_wrap .machine_lineup_detail .overview .text p {
    font-size: 15px;
    line-height: 1.5;
}
.machine_lineup_cont .machine_lineup_wrap .machine_lineup_detail .overview .catalog {
    width: 30%;
}
.machine_lineup_cont .machine_lineup_wrap .machine_lineup_detail .overview .catalog .catalog_bnr a {
    text-decoration: none;
}
.machine_lineup_cont .machine_lineup_wrap .machine_lineup_detail .overview .catalog .catalog_bnr p {
    border:none;
    color:#fff;
    background: rgb(54,125,210);
    background: linear-gradient(108deg, rgba(54,125,210,1) 0%, rgba(4,52,171,1) 100%);
    padding: 10px 0 10px 55px;
    transition: .4s;
}
.machine_lineup_cont .machine_lineup_wrap .machine_lineup_detail .overview .catalog .catalog_bnr p span {
    position: relative;
    font-size: 15px;
    padding-left: 0px;
}
.machine_lineup_cont .machine_lineup_wrap .machine_lineup_detail .overview .catalog .catalog_bnr p span::before {
    width: 27px;
    height: 31px;
    position: absolute;
    content: "";
    top: -15px;
    left: -37px;
    background: url(../img/common/icon_pgf.png);
    background-repeat: no-repeat;
    background-size: auto;
}
.machine_lineup_cont .machine_lineup_wrap .machine_lineup_detail .overview .catalog .catalog_bnr p:hover {
    opacity: 0.7;
    transition: .4s;
}
.machine_right_wrap {
    position: absolute;
    width: 0px;
    float: right;
    top: 0;
    left: 600px;
    right: 0;
    margin: auto;
    padding-top: 100px;
}
.machine_right_wrap.fixed{
    position:fixed;
    top: 82px;
}
.machine_right_wrap .link_bar {
    width: 100%;
    margin-bottom: 20px;
    width: 200px;
    float: none;
    margin-left: auto;
}
.machine_right_wrap .bnr_wrap{
    width:200px;
    margin-left: auto;
}
.machine_right_wrap .link_bar p {
    background: #0434ab;
    padding: 5px 0;
    text-align: center;
    color: #fff;
}
.machine_right_wrap .link_bar .accordion {
    margin-bottom: 0;
}
.machine_right_wrap .link_bar .accordion dt {
    background: #fff;
    border-bottom: solid 1px #ddd;
    padding: 5px;
    cursor: pointer;
    transition:background .4s, color .4s;
}
.machine_right_wrap .link_bar .accordion dt:hover{
    background:#0434ab;
    color:#fff;
}
.machine_right_wrap .link_bar .accordion dl dt::before {
    display: none;
}
.machine_right_wrap .link_bar .accordion dl dt::after {
    display: none;
}
.machine_right_wrap .link_bar .accordion .tab_machine {
    display: grid;
}
.machine_right_wrap .link_bar .accordion dd a {
    position:relative;
    overflow:hidden;
    width: 100%;
    text-decoration: none;
    margin-left: 10px;
    cursor: pointer;
    display:inline-block;
}
.machine_right_wrap .link_bar .accordion dd a:before{
    position:absolute;
    display:inline-block;
    content:"";
    width:100%;
    height:1px;
    background:#0434ab;
    left: -100%;
    bottom:0;
    transition:left .4s;
}
.machine_right_wrap .link_bar .accordion dd a:hover:before{
    left:0;
}
.machine_right_wrap .bnr_wrap li {
    margin-bottom: 10px;
}
 table.color_g {
    background: #a8a8a8;
}
.specification .specification_table .color_b {
    background: #e7eef9;
    border: solid 1px #a8a8a8;
    padding: 10px;
    font-size:0.9rem;
}
.specification .specification_table .color_b.TP {
    padding: 10px 2px;
}
.specification .specification_table .color_b var{
    font-style: normal;	
}
.specification .specification_table .color_w {
    background: #fff;
    border: solid 1px #a8a8a8;
    padding: 10px;
}
.press_machine .machine_btn_wrap {
    margin-top: 100px;
    margin-bottom: 100px;
}
.press_machine .machine_btn_wrap .btn_link.bg_blu a {
    width: 400px;
    padding: 15px 36px;
    margin: 0 auto 30px;
}
.press_machine .machine_btn_wrap .btn_link.bg_wh a {
    width: 400px;
    padding: 15px 24px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .press_machine .machine_lineup_cont {
        height: 1720px;
        margin-bottom: 0;
    }
    .press_machine .machine_lineup_cont:nth-child(2) {
        height: 1660px;
    }
    .press_machine .machine_lineup_cont:nth-child(3) {
        height: 1630px;
    }
    .press_machine .machine_lineup_cont:nth-child(4) {
        height: 1680px;
    }
    .press_machine .machine_lineup_cont:nth-child(5) {
        height: 1680px;
    }
    .press_machine .machine_lineup_cont:nth-child(6) {
        height: 1720px;
    }
    .press_machine .machine_lineup_cont:nth-child(7) {
        height: 1910px;
    }
    .press_machine .machine_lineup_cont:nth-child(8) {
        height: 1140px;
    }
    .press_machine .machine_lineup_cont:nth-child(9) {
        height: 2020px;
    }
    .machine_lineup_cont .machine_lineup_wrap {
        width: 100%;
    }
    .machine_right_wrap {
        width: 100%;
        float: right;
        left: auto;
    }
    .machine_lineup_cont .machine_lineup_wrap .machine_lineup_detail .machine_lineup_img p {
        font-size: 15px;
    }
    .machine_lineup_cont .machine_lineup_wrap .machine_lineup_detail .machine_lineup_img .TP_tit01 {
        top: 85%;
        left: 65%;
    }
    .machine_lineup_cont .machine_lineup_wrap .machine_lineup_detail .machine_lineup_img .TP_tit02 {
        top: 46%;
        left: 23%;
    }
    .machine_lineup_cont .machine_lineup_wrap .machine_lineup_detail .machine_lineup_img .TP_tit03 {
        top: 88%;
        left: 37%;
    }
    .machine_lineup_cont .machine_lineup_wrap .machine_lineup_detail .overview {
        display: block;
        justify-content: space-between;
    }
    .machine_lineup_cont .machine_lineup_wrap .machine_lineup_detail .overview .text {
        width: 100%;
        margin-bottom: 20px;
    }
    .machine_lineup_cont .machine_lineup_wrap .machine_lineup_detail .overview .catalog {
        width: 100%;
    }
    .specification .specification_table {
        display: block;
        overflow-y: scroll;
    }
    .press_machine .machine_btn_wrap {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .machine_right_wrap .bnr_wrap {
        width: 100%;
        text-align: center;
        margin-bottom: 60px;
    }
    .press_machine .machine_btn_wrap .btn_link.bg_blu a {
        width: 100%;
        padding: 15px 36px;
        margin: 0 auto 30px;
    }
    .press_machine .machine_btn_wrap .btn_link.bg_wh a {
        width: 100%;
        padding: 15px 36px;
        margin: 0 auto;
    }
    .machine_right_wrap .link_bar {
        width: 100%;
        margin-bottom: 20px;
        float: none;
        margin-left: auto;
    }
    .machine_right_wrap.fixed{
        position:inherit;
        top: 0px;
    }
    .machine_right_wrap {
        position: inherit;
        margin: auto;
        padding-top: 100px;
    }
}
/* spring_machine
-------------------------------------------------------------------*/
.spring_machine .machine_lineup {
    position: relative;
}
.spring_machine .machine_lineup_cont {
    position: relative;
    height: 1570px;
    padding-top: 100px;
    margin-bottom: 50px;
}
.spring_machine .machine_lineup_cont:nth-child(2) {
    height: 1510px;
}
.spring_machine .machine_lineup_cont:nth-child(3) {
    height: 1530px;
}
.spring_machine .machine_lineup_cont:nth-child(4) {
    height: 1470px;
}
.spring_machine .machine_lineup_cont:nth-child(5) {
    height: 1470px;
}
.spring_machine .machine_lineup_cont:nth-child(6) {
    height: 1490px;
}
.spring_machine .machine_lineup_cont:nth-child(7) {
    height: 1530px;
}
.spring_machine .machine_lineup_cont:nth-child(8) {
    height: 1470px;
}
.spring_machine .machine_lineup_cont:nth-child(9) {
    height: 1530px;
}
.spring_machine .machine_lineup_cont:nth-child(10) {
    height: 1470px;
}
.spring_machine .machine_lineup_cont:nth-child(11) {
    height: 1470px;
}
.spring_machine .machine_lineup_cont:nth-child(12) {
    height: 1470px;
}
.spring_machine .machine_lineup_cont:nth-child(13) {
    height: 1470px;
}
.spring_machine .machine_lineup_cont:nth-child(14) {
    height: 1620px;
}
.spring_machine .machine_lineup_cont:nth-child(15) {
    height: 1560px;
}
.spring_machine .machine_lineup_cont:nth-child(16) {
    height: 1560px;
}
.spring_machine .machine_lineup_cont:nth-child(17) {
    height: 1720px;
}
.spring_machine .machine_btn_wrap {
    margin-top: 100px;
}
.spring_machine .machine_btn_wrap .btn_link.bg_blu a {
    width: 400px;
    padding: 15px 36px;
    margin: 0 auto 30px;
}
.spring_machine .machine_btn_wrap .btn_link.bg_wh a {
    width: 400px;
    padding: 15px 36px;
    margin: 0 auto;
}
.spring_machine .machine_btn_wrap {
    margin-top: 100px;
    margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
    .spring_machine .machine_lineup_cont {
        height: 1700px;
        padding-top: 60px;
        margin-bottom: 0;
    }
    .spring_machine .machine_lineup_cont:nth-child(2) {
        height: 1630px;
    }
    .spring_machine .machine_lineup_cont:nth-child(3) {
        height: 1660px;
    }
    .spring_machine .machine_lineup_cont:nth-child(4) {
        height: 1610px;
    }
    .spring_machine .machine_lineup_cont:nth-child(5) {
        height: 1620px;
    }
    .spring_machine .machine_lineup_cont:nth-child(6) {
        height: 1600px;
    }
    .spring_machine .machine_lineup_cont:nth-child(7) {
        height: 1640px;
    }
    .spring_machine .machine_lineup_cont:nth-child(8) {
        height: 1590px;
    }
    .spring_machine .machine_lineup_cont:nth-child(9) {
        height: 1640px;
    }
    .spring_machine .machine_lineup_cont:nth-child(10) {
        height: 1600px;
    }
    .spring_machine .machine_lineup_cont:nth-child(11) {
        height: 1610px;
    }
    .spring_machine .machine_lineup_cont:nth-child(12) {
        height: 1610px;
    }
    .spring_machine .machine_lineup_cont:nth-child(13) {
        height: 1610px;
    }
    .spring_machine .machine_lineup_cont:nth-child(14) {
        height: 1740px;
    }
    .spring_machine .machine_lineup_cont:nth-child(15) {
        height: 1700px;
    }
	.spring_machine .machine_lineup_cont:nth-child(16) {
        height: 1700px;
    }
    .spring_machine .machine_lineup_cont:nth-child(17) {
        height: 1680px;
    }
    .spring_machine .machine_btn_wrap .btn_link.bg_blu a {
        width: 100%;
        padding: 15px 36px;
        margin: 0 auto 30px;
    }
    .spring_machine .machine_btn_wrap .btn_link.bg_wh a {
        width: 100%;
        padding: 15px 36px;
        margin: 0 auto;
    }
}
/* company
-------------------------------------------------------------------*/
.company_wrap {
    display: flex;
    flex-wrap: wrap;
    width: 654px;
    justify-content: center;
    padding-top: 50px;
    margin-bottom: 75px;
    margin: 0 auto 75px;
}
.company_wrap .wrap_display {
    margin-right: 36px;
    margin-bottom: 100px;
}
.company_wrap .wrap_display:nth-child(2) {
    margin-right: 0px;
}
.company_wrap .wrap_display:nth-child(3) {
    margin-right: 36px;
}
.company_wrap .wrap_display:nth-child(4) {
    margin-bottom: 0;
}
.company_wrap .wrap_display:last-child {
    margin-right: 0;
    margin-bottom: 0;
}
.company_wrap .wrap_display .detail_link  {
    position: relative;
    border: solid 1px #0434ab;
}
.company_wrap .wrap_display .detail_link .tit_wrap {
    position: absolute;
    width: 100%;
    height: 60px;
    background-color: rgba(255,255,255,0.8);
    padding: 1em 0;
    margin-top: -60px;
}
.company_wrap .wrap_display .detail_link .tit_wrap .link_txt {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.company_wrap .wrap_display .detail_link .tit_wrap .link_arrow {
    width: 61px;
    height: 61px;
    border: solid 1px #0434ab;
    background-color: #fff;
    margin-left: calc(100% - 60px);;
    margin-top: -44px;
    transition:background .4s,color .4s;
}
.company_wrap .wrap_display:hover .detail_link .tit_wrap .link_arrow {
    border: solid 1px #0434ab;
    background-color: #0434ab;
    transition:background .4s,color .4s;
}
.company_wrap .wrap_display .detail_link .tit_wrap .link_arrow::before {
    position: absolute;
    display: inline-block;
    content: "";
    width: 26px;
    height: 8px;
    background: url(../img/common/icon_arrow.png);
    top: 0;
    bottom: 0;
    right: 17px;
    margin: auto;
    z-index: 10;
    transition: right .4s;
}
.company_wrap .wrap_display:hover .detail_link .tit_wrap .link_arrow::before {
    background:url(../img/common/icon_arrow_wht.png);
	right: 10px;
}
@media screen and (max-width: 768px) {
    .company_wrap {
        width: 100%;
    }
    .company_wrap .wrap_display {
        margin-right: 0;
        margin-bottom: 50px;
    }
    .company_wrap .wrap_display:nth-child(3) {
        margin-right: 0px;
    }
    .company_wrap .wrap_display:nth-child(4) {
        margin-bottom: 50px;
    }
    .company_wrap .wrap_display .detail_link .img_wrap img {
        width: 100%;
    }
    .company_wrap .wrap_display .detail_link .tit_wrap .link_txt {
        font-size: 20px;
        padding-right: 45px;
    }
    .company_wrap .wrap_display .detail_link .tit_wrap .link_arrow {
        width: 61px;
        height: 61px;
        margin-top: -42px;
    }
}
/* message
-------------------------------------------------------------------*/
.message .message_wrap{
    margin-bottom: 170px;
}
.message .message_wrap .message_inner {
    margin-bottom: 100px;
}
.message .message_wrap .message_inner .message_midasi {
    display: flex;
    margin-bottom: 50px;
}
.message .message_wrap .message_inner .message_midasi .midasi_mt {
    width: 100%;
    background: #fbfbfb;
}
.message .message_wrap .message_inner .message_midasi .midasi_mt ul {
    padding: 70px 0 0 90px;
}
.message .message_wrap .message_inner .message_midasi .midasi_mt .h_style02 {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.7;
    letter-spacing: 2px;
}
.message .message_wrap .message_inner .message_midasi .midasi_mt .h_style02 span {
    font-size: 15px;
    font-weight: normal;
    color: #000;
}
.message .message_wrap .message_inner .m_txt p {
    font-size: 16px;
    line-height: 1.7;
}
@media screen and (max-width: 768px) {
    .message .message_wrap .message_inner {
        margin-bottom: 70px;
    }
    .message .message_wrap .message_inner .message_midasi {
        display: block;
        margin-bottom: 30px;
    }
    .message .message_wrap .message_inner .message_midasi .midasi_img img {
        width: 100%;
    }
    .message .message_wrap .message_inner .message_midasi .midasi_mt ul {
        padding: 30px 20px;
    }
    .message .message_wrap .message_inner .message_midasi .midasi_mt .h_style02 {
        font-size: 20px;
    }
    .message .message_wrap .message_inner .message_midasi .midasi_mt .h_style02 span {
        text-align: right;
        font-size: 12px;
        padding-top: 30px;
    }
    .message .message_wrap .message_inner .m_txt p {
        font-size: 14px;
    }
}
/* outline
-------------------------------------------------------------------*/
.outline .outline_wrap{
    margin-bottom:75px;
}
.outline .location_wrap .location_detail .img_wrap,
.outline .location_wrap .location_detail .address_wrap{
    display:inline-block;
    vertical-align: top;
}
.outline .location_wrap .location_detail .img_wrap{
    margin-right:40px;
}
.outline .location_wrap .location_detail .address_wrap p{
    font-size:1.125rem;
    line-height:1.6; 
}
.outline .location_wrap .location_detail .address_wrap .map_wrap{
    width:377px;
    margin-top: 14px;
}
.outline .location_wrap .location_col2{
    display:flex;
    justify-content:space-between;
}
.outline .location_wrap .location_col2 > *{
    width:46%;
}
@media screen and (max-width: 768px) {
    .outline .outline_wrap{
        margin-bottom:45px;
    }
    .outline .location_wrap .location_detail{
        margin-bottom:20px;
    }
    .outline .location_wrap .location_detail .img_wrap{
        margin-right:0;
        margin-bottom:10px;
    }
    .outline .location_wrap .location_detail .img_wrap,
    .outline .location_wrap .location_detail .address_wrap{
        display:block;
    }
    .outline .location_wrap .location_detail .img_wrap img{
        width:100%;
    }
    .outline .location_wrap .location_detail .address_wrap p{
        font-size:1rem;
    }
    .outline .location_wrap .location_detail .address_wrap .map_wrap{
        width:100%;
    }
    .outline .location_wrap .location_col2{
        display:block;
    }
    .outline .location_wrap .location_col2 > *{
        width:100%;
    }
}
/* history
-------------------------------------------------------------------*/
.history .history_wrap {
    margin-bottom: 150px;
    /* position: relative; */
}
.history .history_wrap .history_inner {
    width: 800px;
    margin: 0 auto 50px;
}

.history .heading_tit span {
    font-size: 23px;
}
.history .history_wrap .history_inner .img {
    text-align: right;
}
.history .history_wrap .history_inner .history_title {
    display: flex;
}
.history .history_wrap .history_inner .history_title > *{
    width:50%;
}
.history .history_wrap .history_inner .history_title .title_right {
    padding-left: 5%;
}
.history .history_wrap .history_inner .history_left_01 {
    width: 50%;
    float: left;
    margin-bottom: 10px;
}
.history .history_wrap .history_inner .history_center_01 {
    width: 10px;
    height: 315px;
    background: #ddd;
    position: absolute;
    left: 50%;
}
.history .history_wrap .history_inner .history_right_01 {
    width: 35%;
    float: right;
    margin-top: 150px;
}
.history .history_wrap .history_inner  p {
    position: relative;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 10px;
}
.history .history_wrap .history_inner  p span {
    font-weight: normal;
    display:inline-block;
    letter-spacing:-0.03em;
    white-space:nowrap;
}
.history .history_wrap .history_inner .right_bar {
    position: relative;
}
.history .history_wrap .history_inner .right_bar::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    top: 4px;
    left: -125px;
    border: solid 2px #fff;
    border-radius: 50px;
    background: #1555c0;
    z-index: 2;
}
.history .history_wrap .history_inner .right_bar::after {
    position: absolute;
    content: "";
    width: 105px;
    height: 3px;
    top: 11px;
    left: -114px;
    background: #1555c0;
    z-index: 2;
}
.history .history_wrap .history_inner .history_center_02 {
    width: 10px;
    height: 450px;
    background: #ddd;
    position: absolute;
    /* bottom: -125px; */
    top: 620px;
    left: 50%;
}
.history .history_wrap .history_inner .left_bar {
    position: relative;
    clear:both;
}
.history .history_wrap .history_inner .left_bar::before {
    position: absolute;
    content: "";
    width: 115px;
    height: 3px;
    top: 11px;
    right: -4px;
    background: #1555c0;
    z-index: 2;
}
.history .history_wrap .history_inner .left_bar::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    top: 4px;
    right: -14px;
    border: solid 2px #fff;
    border-radius: 50px;
    background: #1555c0;
    z-index: 1;
}
.history .history_wrap .history_inner .history_left_02 {
    width: 50.1%;
    float: left;   
}
.history .history_wrap .history_inner .history_left_02 div {
    /* display: flex;  */
}
.history .history_wrap .history_inner .history_left_02 div p {
    margin-right: 20px;
}
.history .history_wrap .history_inner .history_right_02 {
    width: 34.8%;
    float: right;
    margin-top: 230px;
}
.history .history_wrap .history_inner .history_left_03 {
    width: 50.2%;
    height: 785px;
    float: left;
    background: #fff;
}
.history .history_wrap .history_inner .history_center_03 {
    width: 10px;
    height: 1100px;
    background: #ddd;
    position: absolute;
    top: 1000px;
    left: 50%;
}
.history .history_wrap .history_inner .history_right_03 {
    width: 34.8%;
    float: right;
    margin-top: 100px;
}
.history .history_wrap .history_inner .history_right_03 .right_03_1 {
    /* display: flex; */
}
.history .history_wrap .history_inner .history_right_03 .right_03_3 {
    margin-bottom: 50px;
}
.history .history_wrap .history_inner .history_right_03 .right_03_4 {
    margin-bottom: 50px;
}
.history .history_wrap .history_inner .history_left_04 {
    float: left;
    width: 50.2%;
    height: 30px;
    background: #fff;
}
.history .history_wrap .history_inner .history_center_04 {
    width: 250px;
    height: 50px;
    background: #8d9ac6;
    position: absolute;
    text-align: center;
    padding: 0.7em 0;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    margin: 1391px 0px 0;
}
.history .history_wrap .history_inner .history_right_04 {
    float: right;
    width: 34.8%;
    height: 30px;
    background: #fff;
}
.history .history_wrap .history_inner .history_left_05 {
    width: 50.1%;
    float: left;
    margin-top: 80px;
}
.history .history_wrap .history_inner .history_center_05 {
    width: 10px;
    height: 323px;
    background: #ddd;
    position: absolute;
    top: 1900px;
    left: 50%;
}
.history .history_wrap .history_inner .history_right_05 {
    width: 34.8%;
    float: right;
    margin-top: 199px;
}
.history .history_wrap .history_inner .history_left_06 {
    width: 50.1%;
    float: left;
    margin-top: 170px;
}
.history .history_wrap .history_inner .history_center_06 {
    width: 10px;
    height: 304px;
    background: #ddd;
    position: absolute;
    top: 2133px;
    left: 50%;
}
.history .history_wrap .history_inner .history_right_06 {
    width: 34.8%;
    float: right;
    margin-top: 52px;
}
.history .history_wrap .history_inner .history_left_07 {
    width: 50.1%;
    height: 860px;
    float: left;
    background: #fff;
}
.history .history_wrap .history_inner .history_center_07 {
    width: 10px;
    height: 860px;
    background: #ddd;
    position: absolute;
    top: 2300px;
    left: 50%;
}
.history .history_wrap .history_inner .history_right_07 {
    width: 34.8%;
    float: right;
    margin-top: 20px;
    /* margin-right: -278px; */
}
.history .history_wrap .history_inner .history_left_08 {
    width: 50.1%;
    float: left;
    margin-top: 52px;
}
.history .history_wrap .history_inner .history_center_08 {
    width: 10px;
    height: 460px;
    background: #ddd;
    position: absolute;
    top: 3080px;
    left: 50%;
}
.history .history_wrap .history_inner .history_right_08 {
    width: 34.8%;
    float: right;
    margin-top: 50px;
}
.history .history_wrap .history_inner .history_left_09 {
    width: 50.1%;
    height: 520px;
    float: left;
    background: #fff;
}
.history .history_wrap .history_inner .history_center_09 {
    width: 10px;
    height: 460px;
    background: #ddd;
    position: absolute;
    top: 3400px;
    left: 50%;
}
.history .history_wrap .history_inner .history_right_09 {
    width: 35%;
    float: right;
    margin-top: 50px;
}
.history .history_wrap .history_inner .history_left_10 {
    width: 50.0%;
    float: left;
    margin-top: 30px;
}
.history .history_wrap .history_inner .history_left_10 .left_10_2 {
    margin-top: 77px;
}
.history .history_wrap .history_inner .history_center_10 {
    width: 10px;
    height: 470px;
    background: #ddd;
    position: absolute;
    top: 3750px;
    left: 50%;
}
.history .history_wrap .history_inner .history_right_10 {
    float: right;
    width: 34.8%;
    margin-top: 24px;
}
.history .history_wrap .history_inner .history_left_11 {
    float: left;
    width: 50.1%;
    height: 150px;
    background: #fff;
}
.history .history_wrap .history_inner .history_center_11 {
    width: 250px;
    height: 50px;
    background: #8d9ac6;
    position: absolute;
    top: 4170px;
    /* bottom: 0px; */
    text-align: center;
    padding: 0.7em 0;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
}
.history .history_wrap .history_inner .history_right_11 {
    width: 38.7%;
    height: 150px;
    float: right;
    background: #fff;
}
.history .history_wrap .history_inner .history_left_12 {
    width: 50.1%;
    float: left;
    margin-top: 30px;
}
.history .history_wrap .history_inner .history_right_12 {
    width: 34.8%;
    float: right;
    margin-top: 30px;
}
.history .history_wrap .history_inner .history_center_12 {
    width: 10px;
    height: 300px;
    background: #ddd;
    position: absolute;
    top: 4220px;
    left: 50%;
}
.history .history_wrap .history_inner .history_left_13 {
    width: 50.1%;
    height: 300px;
    float: left;
}
.history .history_wrap .history_inner .history_center_13 {
    width: 10px;
    height: 16px;
    background: #ddd;
    position: absolute;
    top:4544px;
    left: 50%;
}
.history .history_wrap .history_inner .history_center_13:before {
    content:"";
    width: 10px;
    height: 16px;
    background: #ddd;
    position: absolute;
    top: -20px;
}
.history .history_wrap .history_inner .history_center_13:after {
    content:"";
    width: 10px;
    height: 16px;
    background: #ddd;
    position: absolute;
    top: 20px;
}
.history .history_wrap .history_inner .history_right_13 {
    width: 34.8%;
    height: 230px;
    float: right;
}
.history .btn_wrap {
    width: 90%;
    margin: 120px auto;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
    .history .history_wrap .history_inner .history_center_04 {
        bottom: -967px;
        text-align: center;
        padding: 0.7em 0;
        left: 50%;
        transform: translateX(-50%);
        color: #fff;
    }
    .history .history_wrap .history_inner .history_left_07 {
        height: 0px;
    }
    .history .history_wrap .history_inner .history_center_10 {
        width: 10px;
        height: 1238px;
        background: #ddd;
        position: absolute;
        bottom: -3460px;
        left: 50%;
    }
    .history .history_wrap .history_inner .history_center_13 {
        width: 10px;
        height: 16px;
        background: #ddd;
        position: absolute;
        bottom: -3508px;
        left: 50%;
    }
    .history .history_wrap .history_inner .history_center_12 {
        width: 10px;
        height: 18px;
        background: #ddd;
        position: absolute;
        bottom: -3485px;
        left: 50%;
    }
}
@media screen and (max-width: 767px) {
    .history .history_wrap .history_inner {
        width: 100%;
        margin: 0 auto 50px;
    }
    .history .history_wrap .history_inner .history_title .title_right {
        /* margin-left: 20%; */
    }
    .history .history_wrap .history_inner  p {
        font-size: 10px;
    }
    .history .history_wrap .history_inner .history_left_01_img img {
        width: 93%;
    }
    .history .history_wrap .history_inner .left_bar::before {
        width: 30px;
        top: 6px;
        right: 0px;
    }
    .history .history_wrap .history_inner .left_bar::after {
        width: 13px;
        height: 13px;
        top: -1px;
    }
    .history .history_wrap .history_inner .right_bar::before {
        width: 13px;
        height: 13px;
        left: -45%;
    }
    .history .history_wrap .history_inner .right_bar::after {
        width: 22%;
        top: 11px;
        left: -41%;
    }
    .history .history_wrap .history_inner .history_right_01 {
        margin-top: 90px;
    }
    .history .history_wrap .history_inner .history_left_02 div {
        display: block; 
    }
    .history .history_wrap .history_inner .history_center_02 {
        top: 490px;
    }
    .history .history_wrap .history_inner .history_right_03 .right_03_1 {
        display: block;
    }
    .history .history_wrap .history_inner .history_center_03 {
        height: 904px;
        top: 910px;
    }
    .history .history_wrap .history_inner .img img {
        width: 90%;
    }
    .history .history_wrap .history_inner .history_center_04 {
        margin: 1290px 0px 0;
        padding: 0.9em 0;
    }
    .history .history_wrap .history_inner .history_center_04 .t_box {
        font-size: 14px;
        line-height: 1.4;
    }
    .history .history_wrap .history_inner .history_left_05 {
        float: left;
        margin-top: 85px;
    }
    .history .history_wrap .history_inner .history_center_05 {
        height: 320px;
        top: 1700px;
    }
    .history .history_wrap .history_inner .history_center_06 {
    height: 300px;
    top: 1880px;
    }
    .history .history_wrap .history_inner .history_left_07 {
        width: 50.1%;
        height: 700px;
        float: left;
        background: #fff;
    }
    .history .history_wrap .history_inner .history_center_07 {
        height: 730px;
        top: 2040px;
    }
    .history .history_wrap .history_inner .history_left_08 {
        margin-top: 5px;
    }
    .history .history_wrap .history_inner .history_center_08 {
        height: 370px;
        top: 2600px;
    }
    .history .history_wrap .history_inner .history_right_08 {
        margin-top: 0px;
    }
    .history .history_wrap .history_inner .history_left_09 {
    width: 50.1%;
    height: 400px;
    float: left;
    background: #fff;
    }
    .history .history_wrap .history_inner .history_center_09 {
        height: 460px;
        top: 2860px;
    }
    .history .history_wrap .history_inner .history_center_10 {
        height: 300px;
        top: 3320px;
    }
    .history .history_wrap .history_inner .history_center_11 .t_box {
        font-size: 14px;
        padding: 0.3em 0;
    }
    .history .history_wrap .history_inner .history_center_11 {
        top: 3540px;
    }
    .history .history_wrap .history_inner .history_left_12 {
        margin-top: 35px;
    }
    .history .history_wrap .history_inner .history_center_12 {
        height: 210px;
        top: 3600px;
    }
    .history .history_wrap .history_inner .history_center_13 {
        height: 16px;
        top: 3835px;
    }
    .history .history_wrap .history_inner .history_left_02_img img {
        width: 93%;
    }
    .history .history_wrap .history_inner p span{
        white-space:normal;
    }
    
}
/* philosophy
-------------------------------------------------------------------*/

.philosophy_wrap {
    margin-bottom:75px;
}
.philosophy_wrap .philosophy_mt {
    width: 100%;
    background: #dfe5f4;
    padding: 100px 0;
}
.philosophy_wrap .philosophy_mt .mt_box {
    background: #fff;
    width: 1000px;
    margin: 0 auto;
}
.philosophy_wrap .philosophy_mt .mt_box ul {
    padding: 50px 0;
}
.philosophy_wrap .philosophy_mt .mt_box ul li {
    margin-bottom: 30px;
}
.philosophy_wrap .philosophy_mt .mt_box .h_style02 {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: #0434ab;
    margin-bottom: 5px;
}
.philosophy_wrap .philosophy_mt .mt_box ul li p {
    font-size: 18px;
    line-height: 1.6;
}
.philosophy_wrap .philosophy_table {
    margin-top: 100px;
}
.philosophy_wrap .philosophy_table .table_style dl:first-of-type {
    border-top: none;
}
.philosophy_wrap .philosophy_table .table_style dl {
    height: 141px;
    padding-left: 73px;
    background: #dfe5f4;
}
.philosophy_wrap .philosophy_table .table_style dt {
    width: 0;
    line-height: 5.5;
    color: #0434ab;
    padding: 21px 30px;
}
.philosophy_wrap .philosophy_table .table_style dd {
    height: 140px;
}
.philosophy_wrap .philosophy_table .table_style dd p:first-of-type {
    color: #0434ab;
}
@media screen and (max-width: 768px) {
    .philosophy_wrap .philosophy_mt {
        padding: 50px 10px;
    }
    .philosophy_wrap .philosophy_mt .mt_box {
        width: 100%;
        margin: 0 auto;
    }
    .philosophy_wrap .philosophy_mt .mt_box ul {
        padding: 30px 20px;
    }
    .philosophy_wrap .philosophy_mt .mt_box .h_style02 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .philosophy_wrap .philosophy_mt .mt_box ul li p {
        font-size: 15px;
        line-height: 1.6;
    }
    .philosophy_wrap .philosophy_table .table_style dl {
        height: 200px;
        padding-left: 0;
        background: #dfe5f4;
    }
    .philosophy_wrap .philosophy_table .table_style dt {
        width: 100%;
        line-height: 0;
    }
    .philosophy_wrap .philosophy_table .table_style dd {
        height: 156px;
    }
    .philosophy_wrap .philosophy_table .table_style dd p:first-of-type {
        font-size: 16px;
        margin-bottom: 5px;
    }
}
/* introduction
-------------------------------------------------------------------*/
.introduction_wrap {
    margin-bottom:75px;
}
.introduction_wrap .disc {
    margin-bottom: 50px;
}
.introduction_wrap .disc p {
    font-size: 17px;
}
.introduction_wrap .introduction_inner {
    display: flex;
    justify-content: space-between;
}
.introduction_wrap .introduction_inner .inner_left {
    margin-right: 50px;
}
.introduction_wrap .introduction_inner .img_introduction {
    margin-bottom: 30px;
}
.introduction_wrap .introduction_inner .txt {
    height: 230px;
    font-size: 16px;
    line-height: 1.8;
}
.introduction_wrap .introduction_inner .btn_link a {
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .introduction_wrap .disc p {
        line-height: 1.7;
    }
    .introduction_wrap .introduction_inner {
        display: block;
        margin-bottom: 100px;
    }
    .introduction_wrap .introduction_inner .inner_left {
        margin-right: 0;
        margin-bottom: 70px;
    }
    .introduction_wrap .introduction_inner .img_introduction img {
        width: 100%;
    }
    .introduction_wrap .introduction_inner .inner_right .txt {
        height: 300px;
    }
}
/* press
-------------------------------------------------------------------*/
.introduction.press .press_wrap {
    margin-bottom:150px;
}
 .disc {
    margin-top: 70px;
    margin-bottom: 70px;
}
 .disc .h_style02 {
    text-align: center;
    font-size: 22px;
    color: #0434ab;
}
.disc .h_style02 span {
    padding-top: 34px;
    text-align: left;
    font-size: 1.1rem;
    line-height: 1.7;
    color: #000;
}
.disc .h_style02 span::before {
    left: 50%;
}
.disc .h_style02 span::after {
    left: 50%;
}
.introduction.press .press_wrap .press_img {
    display: flex;
    justify-content: space-between;
}
.introduction.press .press_wrap .press_img li {
    list-style: none;
}
@media screen and (max-width: 768px) {
    .introduction.press .press_wrap {
        margin-bottom: 50px;
    }
    .disc {
        margin-top: 50px;
        margin-bottom: 30px;
    }
    .disc .h_style02 {
        text-align: left;
        font-size: 21px;
        line-height: 1.7;
    }
    .introduction.press .press_wrap .press_img {
        display: block;
        margin-bottom: 100px;
    }
    .introduction.press .press_wrap .press_img img {
        width: 100%;
    }
    .introduction.press .press_wrap .press_img li {
        margin-bottom: 20px;
    }
}
/*introduction_machine
-------------------------------------------------------------------*/
.introduction.machine .machine_wrap {
    margin-bottom:150px;
}
.introduction.machine .disc .h_style02 {
    line-height: 1.7;
    margin-bottom: 50px;
}
.introduction.machine .disc .h_style02 span {
    padding-top: 50px;
    font-family: 'Noto Sans JP';
    font-weight: normal;
}
.introduction.machine .machine_wrap .machine_inner .press_area {
    margin-bottom: 100px;
}
.introduction.machine .machine_wrap .machine_inner .press_area .machine_tit_press {
    height: 68px;
    background: url(../img/company/introduction/machine/img_tit.png);
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 20px;
    padding: 1em;
    margin-bottom: 20px;
}
.introduction.machine .machine_wrap .machine_inner .press_area .machine_tit_bane {
    height: 68px;
    background: url(../img/company/introduction/machine/img_tit_02.png);
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 20px;
    padding: 1em;
    margin-bottom: 20px;
}
.introduction.machine .machine_wrap .machine_inner .press_area .machine_tit_jidou {
    height: 68px;
    background: url(../img/company/introduction/machine/img_tit_03.png);
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 20px;
    padding: 1em;
    margin-bottom: 20px;
}
.introduction.machine .machine_wrap .machine_inner .press_area .machine_tit_hansou {
    height: 68px;
    background: url(../img/company/introduction/machine/img_tit_04.png);
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 20px;
    padding: 1em;
    margin-bottom: 20px;
}
.introduction.machine .machine_wrap .machine_inner .press_area .machine_txt {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 50px;
}
.introduction.machine .machine_wrap .machine_inner .press_area .machine_img {
    display: flex;
    justify-content: center;
}
.introduction.machine .machine_wrap .machine_inner .press_area .machine_img ul li {
    margin-right: 30px;
   margin-bottom: 30px;
}
.introduction.machine .machine_wrap .machine_inner .press_area .machine_img ul p {
    text-align: center;
    padding-right: 50px;
}
.introduction.machine .machine_wrap .machine_inner .press_area .area_flex .area_left {
   margin-bottom: 50px;
}
.introduction.machine .machine_wrap .machine_inner .press_area .area_flex p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 50px;
}
.introduction.machine .machine_wrap .machine_inner .press_area .area_flex li {
    list-style: none;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .introduction.machine .machine_wrap {
        margin-bottom:50px;
    }
    .introduction.machine .machine_wrap .machine_inner .press_area .machine_tit_press {
        background: url(../img/company/introduction/machine/img_tit_sp.png);
        background-position: center;
    }
    .introduction.machine .machine_wrap .machine_inner .press_area .machine_tit_bane {
        background: url(../img/company/introduction/machine/img_tit_02_sp.png);
        background-position: center;
    }
    .introduction.machine .machine_wrap .machine_inner .press_area .machine_tit_jidou {
        background: url(../img/company/introduction/machine/img_tit_03_sp.png);
        background-position: center;
    }
    .introduction.machine .machine_wrap .machine_inner .press_area .machine_tit_hansou {
        background: url(../img/company/introduction/machine/img_tit_04_sp.png);
        background-position: center;
    }
    .introduction.machine .machine_wrap .machine_inner .press_area .machine_img {
        display: block;
    }
    .introduction.machine .machine_wrap .machine_inner .press_area .machine_img img {
        width: 70%;
        /* margin: 0 auto; */
    }
    .introduction.machine .machine_wrap .machine_inner .press_area .machine_img ul {
        margin-bottom: 30px;
    }
    .introduction.machine .machine_wrap .machine_inner .press_area .machine_img ul li {
        margin-right: 0;
        margin-bottom: 10px;
        text-align: center;
     }
    .introduction.machine .machine_wrap .machine_inner .press_area .machine_img ul p {
        padding-right: 25px;
    }
    .introduction.machine .machine_wrap .machine_inner .press_area .area_flex {
        display: block;
    }
    .introduction.machine .machine_wrap .machine_inner .press_area .area_flex .area_left {
        margin-right: 0;
        margin-bottom: 100px;
    }
    .introduction.machine .machine_wrap .machine_inner .press_area .area_flex img {
        width: 100%;
    }
    .introduction.machine .machine_wrap .machine_inner .press_area .area_flex p {
        margin-bottom: 25px;
    }
}

/* inquiry
-------------------------------------------------------------------*/
.inquiry .tell_link{
    margin-bottom: 50px;
}
.inquiry .tell_link a{
    width: 75%;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 32px 76px 24px;
	display: block;
	border: 1px solid #0434ab;
	background: #fff;
	font-size:1rem;
	z-index: 0;
	text-align: center;
}
.inquiry .tell_link a:hover{
    text-decoration: none;
}
.inquiry .tell_link a div{
    color: #0434ab;
    font-size: 1.25rem;
    margin-bottom: 10px;
}
.inquiry .tell_link a div span{
    display: inline-block;
    margin-left: 60px;
    font-size: 2.5rem;
    font-weight: 600;
    vertical-align: sub;
}

.inquiry .btn_link a{
    padding: 36px 125px
}
.kaso.inquiry  .btn_wrap .btn_link a{
    width:347px;
}
.kaso.inquiry  .btn_wrap > *{
    margin:0 4%;
}
.kaso.inquiry .btn_wrap {
    margin: 60px 0 80px;
}
.kaso.inquiry .inquiry_wrap:last-of-type .btn_wrap {
    margin: 60px 0 140px;
}
.inquiry .table_style p{
    padding-bottom: 28px;
}
.inquiry .table_style dl{
    background: #fff;
    border-bottom:#192232 solid 1px;
    padding-left: 30%;
} 
.inquiry .table_style dl:first-of-type{
	border-top:#192232 solid 1px;
}
.inquiry .table_style dt{
    width: 30%;
    padding: 32px 30px 32px 10px;
    text-align: left;
    font-family: 'Noto Sans JP',  "游ゴシック Medium", "Yu Gothic Medium" ,"游ゴシック体", "Yu Gothic", YuGothic , 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
} 
.inquiry .table_style dd{
    padding: 32px 0;
}
.inquiry .table_style dd.flex {
    display: flex;
}
.inquiry .table_style dd > div {
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.inquiry .table_style dd > div:last-child {
    margin-right: 0px;
}
.inquiry .table_style dd > div p {
    padding-bottom: 0;
    margin-right: 10px;
    font-size: 14px;
}
.inquiry .table_style dd > div input[type="text"] {
    width: 260px;
}
.inquiry .kiboubi input[type="text"]{
    display: inline-block;
    width: 70%;
    margin: 0 0 0 22px;
}
.inquiry .upload span{
    display: inline-block;
    margin-right: 2em;
    vertical-align: bottom;
}
.inquiry .tit_blue{
    color:#003399;
    font-size: 1.375rem;
}
.inquiry .table_style dl.bottom_none{
    border-bottom: none;
}
.inquiry .doui{
    background-color: #e5eaf5;
    padding: 40px 50px;
    margin: 32px 0 64px;
}
.inquiry .doui h5{
    color: #003399;
    font-size: 1.15rem;
    margin-bottom: 24px;
}
.inquiry .doui a{
    color:#0098e2 ;
}
.inquiry .submit-wrap.bg_blu{
    position: relative;
    width: 36%;
}
.btn_wrap .inquiry .submit-wrap.bg_blu{
    position: relative;
    margin: 0 10%;
    width: 36%;
}
.inquiry .submit-wrap.bg_blu input{
    width: 100%;
	display: block;
	padding: 36px 125px;
	font-size:1rem;
	z-index: 0;
	text-align: center;
    border:none;
	color:#fff;
	background: rgb(54,125,210);
	background: linear-gradient(108deg, rgba(54,125,210,1) 0%, rgba(4,52,171,1) 100%);
}
.inquiry .submit-wrap.bg_blu:before{
	position:absolute;
	display:inline-block;
	content:"";
	width: 26px;
	height: 8px;
	background-image:url(../img/common/icon_arrow_wht.png);
	top: 0;
	bottom: 0;
	right: 10px;
	margin:auto;
	z-index: 10;
	transition:right .4s;
}
.inquiry .submit-wrap.bg_blu:hover:before{
	background:url(../img/common/icon_arrow_wht.png);
	right:2px;
}


@media screen and (max-width: 768px) {
    .kaso.inquiry  .btn_wrap .btn_link a{
        width:90%;
        margin: 0 auto;
        padding: 22px;
    }
    .kaso.inquiry  .btn_wrap .btn_link{
        margin: 0 0 20px;
    }
    .kaso.inquiry .btn_wrap .btn_link + div{
        margin: 0 0 20px;
    }
    .kaso.inquiry .btn_wrap {
        display: block;
        margin: 30px 0 40px;
    }
    .kaso.inquiry .inquiry_wrap:last-of-type .btn_wrap {
        margin: 30px 0 70px;
    }
    .inquiry .tell_link a{
        padding:28px 14px 28px;
    }
    .inquiry .tell_link a div span{
        font-size:1.5rem;
        margin-left:0;
    }
    .inquiry .table_style dl{
        padding: 0;
    }
    .inquiry .table_style dt{
        width: 100%;
        padding: 10px;
    }
    .inquiry .table_style dd.flex {
        display: block;
    }
    .inquiry .table_style dd > div {
        margin-right: 0px;
        margin-bottom: 10px
    }
    .inquiry .doui{
        padding: 20px 10px;
        margin: 32px 0 64px;
    }
    .inquiry .doui h5{
        margin-bottom: 14px;
    }
    .inquiry .submit-wrap.bg_blu{
        width: 90%;
    }
    .inquiry .submit-wrap.bg_blu input{
        width: 100%;
        padding: 22px;
    }
    .inquiry .submit-wrap.bg_blu:before{

    }
}
/* inquiry finish
-------------------------------------------------------------------*/
.inquiry.finish .txt_blue{
    color:#003399;
    font-size: 1.375rem;
    margin-bottom: 40px;
}
.inquiry.finish .inquiry_wrap p{
    font-size: 1.125rem;
    line-height: 2.2;
    margin-bottom: 75px;
}
.inquiry.finish .btn_link{
    margin-bottom: 150px;
}
.inquiry.finish .btn_link a{
    padding: 8px 36px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .inquiry.finish .txt_blue{
        margin-bottom: 20px;
    }
    .inquiry.finish p{
        margin-bottom: 35px;
    }
    .inquiry.finish .btn_link{
        margin-bottom: 75px;
    }
    .inquiry.finish .btn_link a{
        padding: 8px 23px;
    }
    
}
/* privacy
-------------------------------------------------------------------*/
.privacy .sitewrap {
    margin-bottom: 150px;
}
.privacy footer .sitewrap {
    margin-bottom: 0px;
}
.privacy .privacy_wrap .privacy_cont01 .cont01_list h3 {
    border-bottom: solid 1px #0434ab;
    font-size: 18px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    color: #0434ab;
}
.privacy .bg_blue {
    background: #e7eef9;
    padding: 20px 40px;
}
.privacy .privacy_wrap .list_tight {
    text-align: right;
}
.privacy .privacy_wrap .list_tight p {
    line-height: 1.5;
}
.privacy .privacy_wrap .privacy_cont03 .bg_blue ul li {
    color: #0434ab;
}
.privacy .privacy_wrap a {
    text-decoration: underline;
    color: #0434ab;
}
.privacy .privacy_wrap  dl {
    display: flex;
    margin-bottom: 10px;
}
.privacy .privacy_wrap  dt {
    padding-right: 20px;
}
.privacy .btn_link a {
    width: 300px;
    margin: 0 auto;
}
.privacy #a_link {
    padding-top: 100px;
    margin-top: -60px;
}
.privacy #p_link {
    padding-top: 100px;
    margin-top: -60px;
}

.privacy_cont05 table{
    width: 100%;
    border-collapse: collapse;
    border:1px solid #333;
}
.privacy_cont05 table tr{
    height: 30px;
    border-collapse: collapse;
    border:1px solid #333;
}
.privacy_cont05 table th{
    background-color: #e7eef9;
    text-align: center;
    border-collapse: collapse;
    border:1px solid #333;
}
.privacy_cont05 table td{
    border-collapse: collapse;
    border:1px solid #333;
    padding: 5px 20px 5px;
}


@media screen and (max-width: 768px) {
    .privacy .sitewrap {
        margin-bottom: 50px;
    }
    .privacy .btn_link a {
        width: auto;
    }
}

/* special_contents
-------------------------------------------------------------------*/
.special_contents .special_contents_wrap {
    margin-bottom: 200px;
}
.special_contents .special_contents_wrap .special_col2 {
    display: flex;
    justify-content: space-between;
}
.special_contents .special_contents_wrap .special_col2 .special_items {
    width: 460px;
}
.special_contents .special_contents_wrap .special_col2 .special_items .special_img {
    margin-bottom: 30px;
}
.special_contents .special_contents_wrap .special_col2 .special_items .special_img .youtube_movie{
    width: 100%;
    aspect-ratio: 16 / 9;
}
.special_contents .special_contents_wrap .special_col2 .special_items .special_img .youtube_movie iframe{
    width: 100%;
    height:100%;
}
.special_contents .special_contents_wrap .special_col2 .special_items .special_text{
    margin-bottom:60px;
}
.special_contents .special_contents_wrap .special_col2 .special_items .special_text p {
    font-size: 17px;
    line-height: 1.7;
}
@media screen and (max-width: 768px) {
    .special_contents .special_contents_wrap {
        margin-bottom: 50px;
    }
    .special_contents .special_contents_wrap .special_col2 {
        display: block;
    }
    .special_contents .special_contents_wrap .special_col2 .special_items {
        width: 100%;
        margin-bottom: 30px;
    }
    .special_contents .special_contents_wrap .special_col2 .special_items .special_img img {
        width: 100%;
    }
}

/* new_employee
-------------------------------------------------------------------*/
.newemployee_cont .img_wrap .wrap-item{
    margin-bottom:60px;
}
.newemployee_cont .img_wrap .wrap-item #employee_videoStage {
    width:100%
}

/* 20221222ado*/
.inquiry .table_style .errmsg {
    color: red;
}
.doui p.errmsg {
    color: red;
}

.inquiry .table_style dd > div.userName {
    position: relative;
}
.inquiry .table_style dd > div.userName .errmsg {
    position: absolute;
    top: 40px;
    left: 25px;
}