/*page1 module*/
html {
    font-size: 16px;
    font-style: normal;
    font-family: 'system-ui','SimHei', Verdana, Tahoma, Arial, sans-serif;
    font-weight: normal;
}

html,
body {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
}

body {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none;
    -moz-user-select: none;
}

form,
ul,
ol,
li,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6,
img,
div,
span,
input,
textarea,
tr,
td,
th,
caption,
select {
    padding: 0;
    margin: 0;
    border: 0;
}

input,
select,
textarea,
option {
    font-family: 'system-ui','SimHei', Verdana, Tahoma, Arial, sans-serif;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
}

ul,
ol,
li {
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
    blr: expression(this.onFocus=this.blur());
    -webkit-tap-highlight-color: transparent;
    display: block;
}

a:focus,
input:focus,
textarea:focus {
    outline: none;
    -moz-outline: none;
}

a:link {
    text-decoration: none;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    font-size: 0;
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
}

input {
    border-radius: 0;
}

img {
    display: block;
    pointer-events: none;
}

/*sprite module*/
.mayekawa-sprite,
.header .wrapper .logo {
    background-image: url('../images/sprite-mayekawa.png');
    background-repeat: no-repeat;
}

.header .wrapper .process {
    background-image: url('../images/sprite-all.png');
    background-repeat: no-repeat;
}

.footer .wrapper .logo {
    background-image: url('../images/sprite-foot.png');
    background-repeat: no-repeat;
}

/*page3 module*/
@keyframes detail {
    0% {
        top: 90px;
    }

    100% {
        top: -1px;
    }
}

@-webkit-keyframes detail {
    0% {
        top: 90px;
    }

    100% {
        top: -1px;
    }
}

.header {
    width: 100%;
    height: 136px;
    min-width: 1200px;
}

.header .wrapper {
    width: 1200px;
    position: relative;
    margin: 0 auto;
}

.header .wrapper .nav {
    position: absolute;
    top: 120px;
    left: 0px;
    color: #555;
    font-size: 14px;
}

.header .wrapper .nav a {
    float: left;
    color: #00BFB3;
}

.header .wrapper .logo {
    background-position: 0 0px;
    height: 80px;
    width: 460px;
    position: absolute;
    top: 25px;
    left: 0;
}

.header .wrapper .process {
    background-position: 0 0px;
    height: 59px;
    width: 395px;
    position: absolute;
    top: 30px;
    right: 0;
}

.banner {
    background: url("../images/mayekawa_01.jpg") no-repeat center center;
    margin-top: 20px;
    height: 512px;
    min-width: 1206px;
}

.vdofrm {
    margin: 30px auto 0;
    width: 1029px;
    /* height: 676px; */
}

.vdo {
    min-width: 1029px;
    /* height: 676px; */
}

.vdoFnt {
    margin-top: 12px;
    font-weight: 700;
    text-align: center;
    font-size: 14px;
}

.about1 {
    background: url("../images/mayekawa_02.jpg") no-repeat center center;
    margin-top: 80px;
    height: 931px;
    min-width: 1210px;
}

.about1 .wrapper {
    width: 1090px;
    height: 80px;
    padding-top: 28px;
    color: #53565A;
    margin: 0 auto;
    position: relative;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
}

.about1 .wrapper .pdf {
    width: 316px;
    height: 40px;
    position: absolute;
    top: 200px;
    right: 33px;
}

.about1 .wrapper .pdf:hover {
    background-color: #fff;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: 0.2;
}

.about1 .wrapper2 {
    /* background: url("../images/mayekawa_02.jpg") no-repeat top right; */
    width: 1040px;
    height: 260px;
    left: -20px;
    padding-top: 2px;
    margin: 0 auto;
    position: relative;
    text-align: left;
    color: #545454;
    font-size: 14px;
    line-height: 20px;
}

.about1 .wrapper2 .net {

    display: inline;
    text-decoration: underline;
    color: red;
}

.global1 {
    background: url("../images/mayekawa_03.jpg") no-repeat center center;
    margin-top: 30px;
    height: 731px;
    min-width: 1210px;
}

.global1 .comp0 {
    top: 160px;
    margin: 0 auto;
    width: 840px;
    font-size: 24px;
    line-height: 24px;
    position: relative;
    color: red;

}

.global1 .comp1 {
    top: 180px;
    margin: 0 auto;
    width: 840px;
    position: relative;
    color: #545454;
    font-size: 16px;
    line-height: 20px;
}

.global1 .comp2 {
    top: 242px;
    margin: 0 auto;
    left: 260px;
    width: 450px;
    position: relative;
    color: #545454;
    font-size: 16px;
    line-height: 28px;
}

.global2 {
    background: url("../images/mayekawa_04.jpg") no-repeat center center;
    margin-top: 80px;
    height: 1161px;
    min-width: 1211px;
}

.global2 .busy0 {
    top: 20px;
    width: 840px;
    position: relative;
    margin: 0 auto;
    color: red;
    font-size: 24px;
}

.global2 .busy1 {
    top: 40px;
    width: 840px;
    position: relative;
    margin: 0 auto;
    color: #545454;
    font-size: 14px;
    line-height: 24px;
}

.global2 .busy02 {
    top: 80px;
    width: 840px;
    position: relative;
    margin: 0 auto;
    color: red;
    font-size: 24px;
}

.global2 .busy2 {
    top: 100px;
    width: 840px;
    position: relative;
    margin: 0 auto;
    color: #545454;
    font-size: 14px;
    line-height: 24px;
}

.global3 {
    background: url("../images/mayekawa_05.jpg") no-repeat center center;
    margin-top: 30px;
    height: 1172px;
    min-width: 1212px;
}

.global3 .g3Left {
    position: relative;
    float: left;
    width: 120px;
    top: 50px;
    margin: 0 auto;
    color: red;
    font-size: 14px;
    line-height: 30px;
}

.global3 .g3Right {
    position: relative;
    float: left;
    width: 600px;
    top: 50px;
    margin: 0 auto;
    color: #545454;
    font-size: 14px;
    line-height: 30px;
}

.global4 {
    background: url("../images/mayekawa_06.jpg") no-repeat center center;
    margin-top: 80px;
    height: 985px;
    min-width: 1211px;
}

.global4 .g4dtl {
    position: relative;
    width: 1020px;
    top: 140px;
    margin: 0 auto;
    color: #545454;
    font-size: 14px;
    line-height: 28px;
}

.environment .wrapper {
    width: 1200px;
    height: 300px;
    margin: 25px auto 5px auto;
}

.environment .wrapper .swiper-container {
    width: 1200px;
    height: 290px;
}

.environment .wrapper .swiper-container .swiper-slide .environment_list {
    width: 1080px;
    height: 290px;
    margin: 0 auto;
}

.environment .wrapper .swiper-container .swiper-slide .environment_list .environment_detail {
    width: 340px;
    margin-left: 25px;
    float: left;
}

.environment .wrapper .swiper-container .swiper-slide .environment_list .environment_detail p {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
    color: #b1997d;
}

.environment .wrapper .swiper-container .swiper-slide .environment_list .environment_detail:first-child {
    margin-left: 0px;
}

.environment .wrapper .swiper-container .swiper-button-prev,
.environment .wrapper .swiper-container .swiper-container-rtl .swiper-button-next {
    background-image: url("../images/prev1.png");
}

.environment .wrapper .swiper-container .swiper-button-next,
.environment .wrapper .swiper-container .swiper-container-rtl .swiper-button-prev {
    background-image: url("../images/next1.png");
}

.environment .wrapper .swiper-container .swiper-button-next,
.environment .wrapper .swiper-container .swiper-button-prev {
    background-size: 38px 70px;
    height: 70px;
    width: 38px;
    margin-top: -50px;
}

.global5 {
    background: url("../images/mayekawa_07.jpg") no-repeat center center;
    margin-top: 30px;
    height: 876px;
    min-width: 1211px;
}

.sales .wrapper {
    min-width: 1200px;
    height: 300px;
    padding-top: 50px;
    margin: 20px auto 5px auto;
    background: #F9F9F9;
}

.sales .wrapper .swiper-container {
    width: 1200px;
    height: 290px;
}

.sales .wrapper .swiper-container .swiper-slide .sales_list {
    width: 1080px;
    height: 290px;
    margin: 0 auto;
}

.sales .wrapper .swiper-container .swiper-slide .sales_list .sales_detail {
    width: 340px;
    margin-left: 25px;
    float: left;
}

.sales .wrapper .swiper-container .swiper-slide .sales_list .sales_detail p {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
    color: #b1997d;
}

.sales .wrapper .swiper-container .swiper-slide .sales_list .sales_detail:first-child {
    margin-left: 0px;
}

.sales .wrapper .swiper-container .swiper-button-prev,
.sales .wrapper .swiper-container .swiper-container-rtl .swiper-button-next {
    background-image: url("../images/prev2.png");
}

.sales .wrapper .swiper-container .swiper-button-next,
.sales .wrapper .swiper-container .swiper-container-rtl .swiper-button-prev {
    background-image: url("../images/next2.png");
}

.sales .wrapper .swiper-container .swiper-button-next,
.sales .wrapper .swiper-container .swiper-button-prev {
    background-size: 38px 70px;
    height: 70px;
    width: 38px;
    margin-top: -50px;
}

.sales .salesTitle {
    height: 50px;
    margin: 0px auto;
    min-width: 1200px;
    text-align: center;
    line-height: 50px;
    font-weight: 800;
}

.action .wrapper {
    min-width: 1200px;
    height: 300px;
    padding-top: 50px;
    margin: 20px auto 5px auto;
    background: #F9F9F9;
}

.action .wrapper .swiper-container {
    width: 1200px;
    height: 290px;
}

.action .wrapper .swiper-container .swiper-slide .action_list {
    width: 1080px;
    height: 290px;
    margin: 0 auto;
}

.action .wrapper .swiper-container .swiper-slide .action_list .action_detail {
    width: 340px;
    margin-left: 25px;
    float: left;
}

.action .wrapper .swiper-container .swiper-slide .action_list .action_detail p {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
    color: #b1997d;
}

.action .wrapper .swiper-container .swiper-slide .action_list .action_detail:first-child {
    margin-left: 0px;
}

.action .wrapper .swiper-container .swiper-button-prev,
.action .wrapper .swiper-container .swiper-container-rtl .swiper-button-next {
    background-image: url("../images/prev2.png");
}

.action .wrapper .swiper-container .swiper-button-next,
.action .wrapper .swiper-container .swiper-container-rtl .swiper-button-prev {
    background-image: url("../images/next2.png");
}

.action .wrapper .swiper-container .swiper-button-next,
.action .wrapper .swiper-container .swiper-button-prev {
    background-size: 38px 70px;
    height: 70px;
    width: 38px;
    margin-top: -50px;
}


.global7 {
    background: url("../images/mayekawa_08.jpg") no-repeat center center;
    margin-top: 30px;
    height: 881px;
    min-width: 1210px;
}
.global8 {
    background: url("../images/mayekawa_09.jpg") no-repeat center center;
    margin-top: 30px;
    height: 872px;
    min-width: 1211px;
}
.global9 {
    background: url("../images/mayekawa_10.jpg") no-repeat center center;
    margin-top: 30px;
    height: 879px;
    min-width: 1211px;
}
.global10 {
    background: url("../images/mayekawa_11.jpg") no-repeat center center;
    margin-top: 80px;
    height: 1858px;
    min-width: 1211px;
}
.global7 .daiyu {
    top: 180px;
    position: relative;
    margin: 0 auto;
    padding-left: 40px;
    width: 1150px;
    height: 105px;
}

.global7 .daiyu .daiyu1 {
    margin-left: 95px;
    width: 150px;
    position: relative;
    float: left;
    color: #545454;
    font-size: 14px;
}

.global7 .daiyu .daiyu2 {
    margin-left: 75px;
    width: 200px;
    position: relative;
    float: left;
    color: #545454;
    font-size: 14px;
    line-height: 25px;
}

.global7 .daiyu .daiyu3 {
    margin-left: 108px;
    width: 200px;
    position: relative;
    float: left;
    color: #545454;
    font-size: 14px;
    line-height: 25px;
}

.global7 .daiyu .daiyu4 {
    margin-left: 60px;
    width: 220px;
    position: relative;
    float: left;
    color: #545454;
    font-size: 14px;
    line-height: 26px;
}

.benefit {
    background: url("../images/mayekawa_12.jpg") no-repeat top center;
    margin-top: 80px;
    height: 81px;
    min-width: 1211px;
}



.jobfrm {
    margin: 0 auto 100px;
    min-width: 1030px;

    /*    -webkit-box-shadow: 10px 8px 12px 2px rgb(72 72 72 / 1);
    box-shadow: 10px 8px 12px 2px rgb(72 72 72 / 1); */
}

.jobTtl {
    margin: 0px auto;
    padding-top: 10px;
    font-size: 36px;
    font-weight: 600;
    width: fit-content;
}

.jobTable {
    position: relative;
    margin: 0 auto;
    width: 1030px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 60px;
    flex-wrap: wrap;
}

.jobCol {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 450px;
    padding-left: 70px;
}

.jobLeft {
    padding-left: 60px;
}

.jobRow {
    position: relative;
    margin: 50px auto;
    width: 1070px;
    padding-left: 40px;
}

.appLeft {
    position: relative;
    margin-right: 140px;
    margin-left: 40px;
    width: 361px !important;
    float: left;
}

.appRight {
    position: relative;
    float: left;
    width: 385px;
}

.appfrm a {
    font-size: 16px;
    color: #fff;
    /*    font-weight: 600; */
    letter-spacing: 1px;
    width: 320px;
    height: 54px;
    line-height: 54px;
    margin-top: 50px;
    background-color: #8B0027;

    border: 1px solid #8B0027;
    text-align: center;
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    border-radius: 28px;
}

.appfrm a:hover {

    filter: brightness(1.1);
}
.jobId{
    margin-top: 4px;
    font-size: 20px;
    color: #0150A3;
    margin-bottom: 20px;
}
.dtlDv {
    margin-right: 140px;
    margin-left: 40px;
    width: 361px !important;
}

.jobTable .jobCol .jobdetail {

    position: relative;
    font-size: 14px;
    float: left;
    width: 430px;
}

.jobTable .jobCol .jobdetail .tit .text {
    font-size: 14px;
    color: #0046B2;
    line-height: 20px;
}

.jobTable .jobCol .jobdetail p {
    font-size: 24px;
    font-weight: bold;
    color: #8B0027;

    margin-top: 2px;
}

.jobTable .jobCol .jobdetail b {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    color: #000000;
}

.jobTable .jobCol .jobdetail p span {
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
    color: #000000;
}



.footer {
    border-top: 3px solid #000;
    margin-top: 50px;
}

.footer .wrapper {
    width: 1200px;
    height: 110px;
    position: relative;
    margin: 0 auto;
}

.footer .wrapper .logo {
    margin-top: 24px;
    background-position: 0 0;
    height: 43px;
    width: 215px;
    float: left;
}

.footer .wrapper .mid-part {
    margin-top: 20px;
    margin-left: 20px;
    float: left;
}

.footer .wrapper .mid-part p {
    font-size: 14px;
    color: #000;
    line-height: 24px;
}

.footer .wrapper .mid-part p a {
    display: block;
    float: left;
    color: #000;
    font-size: 14px;
}

.footer .wrapper .right-part {
    margin-top: 20px;
    float: right;
    width: 564px;
}

.footer .wrapper .right-part p {
    font-size: 14px;
    line-height: 24px;
    color: #000;
}

.footer .wrapper .right-part p a {
    display: inline-block;
    color: #000;
    font-size: 14px;
}