@font-face {
    font-family: 'Futura';
    src: url(./font/Futura-Bold.otf);
}

/*@font-face {
    font-family: 'Kozuka';
    src: url(./font/Kozuka.otf);
}*/
html, body {
    /*font-family: 'Kozuka';*/
    font-family: sans-serif;
}
.container {
    max-width: 1000px;
    padding-left: 0;
    padding-right: 0;
}

.c-black {
    color: #000;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

header .navbar {
    transition: all ease .3s;
}

header .navbar.active {
    padding-top: 1rem !important;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);
}

.ff-pr {
    /*font-family: 'Kozuka';*/
    font-family: sans-serif;
}

.ff-fu {
    font-family: "Futura";
}

.bg-white {
    background-color: #fff
}

.bg-black {
    background-color: #000
}

.nav-ul {
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
}

.nav-ul li {
    /* margin-right: 60px;
    margin-left: 60px; */
    position: relative;
    overflow: visible;
}

.nav-ul li a {
    line-height: 32px;
    font-size: 26px;
    color: #333;
    font-weight: bold;
    font-family: "Futura"
}
.nav-ul li.nav-item .sub{
    transition: background-color .5s ease,border-color .2s ease,color .2s ease,transform .2s ease-in-out,fill .1s ease-in-out,opacity .2s ease-in-out;
    opacity: 0;
    position: absolute;
    width: 150%;
    background-color: #fff;
}
.nav-ul li.nav-item .sub .nav-link {
    font-size: 20px;
    line-height: 20px;
}
.nav-ul li.nav-item .active .sub .nav-link {
    color: rgba(0,0,0,.9);
}
.nav-ul li.nav-item:hover .sub,
.nav-ul li.nav-item:focus .sub {
    opacity: 1.0;
}

.foot-logo {
    width: 50%;
}

.text-blue {
    color: #365f9c
}

.flex-full {
    flex: 0 0 100%;
}

.part1-logo {
    width: 310px;
}

.part1-logo-div {
    padding: 60px 50px 20px;
}

.logo-plus {
    text-align: left;
}

.index-logo-1 {
    padding-right: 40px;
}

.index-logo-2 {
    padding-top: 40px;
    padding-bottom: 20px;
}

.com-slogan {
    font-size: 32px;
    font-family: "Arial black";
}

.com-title {
    font-size: 54px;
    font-weight: bold;
    font-family: "Tw Cen MT";
    color: #000;
    letter-spacing: 2px;
}

.scroll {
    position: relative;
    width: 80px;
    height: 100px;
}

.scroll img {
    position: absolute;
    left: 0;
    animation: scrollImg 2s ease-in-out infinite;
}

.flex-grow {
    flex-grow: 1
}

.list-part li:last-child {
    margin-bottom: 0!important;
}

.list-part li a {
    color: #fff;
    font-size: 14px;
    /*font-family: 'Kozuka';*/
    font-family: sans-serif;
    font-weight: 900;
}

footer {
    font-size: 20px;
    color: #251e1c
}

footer.pb-md-5 {
    padding-bottom: 120px !important;
}

footer .link {
    order: 2;
}

footer .row footer .copyright {
    order: 1;
}
footer .copyright {
    /*font-family: 'Kozuka';*/
    font-family: sans-serif;
    font-size: 20px;
}

.foot-link {
    margin-bottom: 0;
    justify-content: center;
}

.foot-link li {
    margin-left: 0.75rem;
}

.foot-link li a,
.foot-link li a:visited {
    color: #251e1c !important;
}

.foot-link li:first-child {
    margin-left: 0;
}

.foot-img {
    width: 37.2%;
    margin-left: auto;
    margin-right: auto;
}

.foot-phone {
    margin-left: auto;
    margin-right: auto;
    font-family: 'Futura';
    font-size: 32px
}

.foot-phone img {
    width: 100%;
    max-width: 382px;
    height: auto;
}

.foot-img img {
    width: 100%;
    max-width: 490px;
    height: auto;
}

.section2 .section-title {
    top: 160px;
    right: 70px;
}
.section2 h2.section-title,
.section2 .list-part li a {
    font-family: 'Futura';
    letter-spacing: 1px;
}

.section2 .list-part li {
    margin-bottom: 40px;
}

.section2 .list-part li a {
    font-size: 25px;
    font-weight: 900;
}

.section3 .section-title {
    top: 60px;
    left: 270px;
    font-size: 47px;
    font-family: 'Futura';
    letter-spacing: 1px;
}
.section9 .section-title {
    top: 160px;
    left: 270px;
    font-size: 47px;
    font-family: 'Futura';
    letter-spacing: 1px;
}
.page-home .section3 .section-title {
    top: 160px;
    left: 270px;
}

.section3 .list-part li {
    margin-bottom: 0px;
}

.section4 .section-title {
    top: 55px;
    right: 70px;
    font-family: 'Futura';
    letter-spacing: 1px;
}
.section8 .section-title {
    top: 155px;
    right: 70px;
    font-family: 'Futura';
    letter-spacing: 1px;
}
.page-home .section4 .section-title {
    top: 155px;
    right: 70px;
}
.page-home .google-map {
    width: 100%;
    max-width: 1000px;
    height: 300px;
}

.section-title {
    font-size: 47px;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, .3);
}

.d-md-column {
    flex-direction: column;
}


/* == about us */

.about-slogan {
    font-size: 145px;
    font-weight: bold;
    font-family: Arial;
    line-height: 1;
}

.about-section2-title {
    font-family: "Futura";
    top: 90px;
    left: 60px;
    right: 0;
    text-align: left;
    font-size: 60px;
    font-weight: bold;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, .3);
}

.about-section2-des {
    bottom: 30px;
    left: 80px;
    right: 0;
    text-align: left;
    font-size: 20px;
}

.about-section2-des div {
    margin-top: 10px;
    /*font-family: 'Kozuka Gothic Pr6N';*/
    font-family: sans-serif;
    font-weight: 900;
}

.page-aboutus .section1 .intro {
    text-align: center;
    font-size: 24px;
    line-height: 52px;
}

.about-section2-intro {
    text-align: center;
    font-size: 24px;
    line-height: 52px;
}

.about-section2-intro2 {
    padding: 50px 0 0px;
    font-size: 18px;
    line-height: 2;
    /*font-family: 'Kozuka Gothic Pr6N';*/
    font-family: sans-serif "Osaka-mono", "MS Gothic", "monospace";
    font-weight: 900;
    color: #000;
}

.about-section2-intro2 p {
    padding-bottom: 30px;
}

.about-section2-sign {
    margin-top: -20px;
}

.about-section2-intro3 {
    font-size: 18px;
    /*font-family: 'Kozuka Gothic Pr6N';*/
    font-family: sans-serif;
    color: #000;
    font-weight: 900;
}

.about-section2-intro3 h1 {
    padding: 50px 0 30px;
    font-weight: 900;
    font-size: 50px;
}

.about-section2-intro3 .intro-subtitle {
    font-size: 60px;
    font-weight: 900;
    letter-spacing: -2px;
}

.about-section2-intro3 p {
    padding-bottom: 30px;
    font-weight: 900;
}

.about-section2-intro3-li .col-6 {
    font-size: 18px;
    padding: 4px 30px;
}

.page-aboutus .section3 .section-title {
    right: 60px;
    left: auto;
}

.page-aboutus .section3 .list-part {
    padding-left: 40px;
    margin-bottom: 0;
}

.page-aboutus .section3 .section-desc {
    margin-top: 80px;
    font-family: "Kozuka";
}

.page-aboutus .section3 .section-desc dt p {
    margin-right: 66px;
    text-align: left;
    font-size: 18px;
    line-height: 26px;
    padding-left: 6rem;
    white-space: nowrap;
    /*font-family: 'Kozuka Gothic Pr6N';*/
    font-family: sans-serif;
    color: #000;
}

.page-aboutus .section3 .section-desc dd {
    margin-bottom: 30px;
}

.page-aboutus .section3 .section-desc dd p {
    margin-right: 60px;
    font-size: 15px;
    line-height: 26px;
    /*font-family: 'Kozuka Gothic Pr6N';*/
    font-family: sans-serif;
    color: #000;
}

.page-aboutus .section4 .date,
.page-aboutus .section4 .year {
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
    /*font-family: 'Kozuka Gothic Pr6N';*/
    font-family: sans-serif;
    color: #000;
    font-weight: 900;
}

.page-aboutus .section4 .date {
    margin-left: 50px;
}
.page-aboutus .section4 .date.mleft {
    margin-left: 41px;
}

.page-aboutus .section4 .desc {
    margin-left: 50px;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 28px;
    /*font-family: 'Kozuka Gothic Pr6N';*/
    font-family: sans-serif;
    color: #000;
}

.page-aboutus .section4 .section-desc {
    margin-top: 80px;
}

.page-aboutus .section4 .section-desc .more {
    margin: 50px 0 160px;
    font-size: 24px;
}

.page-aboutus .section-desc p {
    margin-bottom: 0;
    line-height: 56px;
}

.page-aboutus .section4 .section-title {
    left: 70px;
}

.page-aboutus .section4 .list-part {
    text-align: right;
    padding-right: 60px;
}

.page-aboutus .section5 {
    margin-top: 100px;
    padding-top: 100px;
}

.page-aboutus .section5-title {
    font-size: 92px;
    font-family: 'Futura';
}

.page-aboutus .section5-logo {
    padding-top: 70px;
    padding-bottom: 30px;
}
.page-aboutus .section5-logo img {
    width: 100%;
}

.page-aboutus .section5-company {
    padding-top: 70px;
}
.page-aboutus .section5-company .slogan {
    padding-top: 20px;  
}

.page-aboutus .section5-slogan {
    padding-bottom: 20px;
}
.page-aboutus .about-section5-right img{
    width: 100%;
}

.about-section5-row {
    padding-top: 230px;
    /*font-family: 'Kozuka Gothic Pr6N';*/
    font-family: sans-serif;
    font-weight: 900;
    color: #000;
}

.about-section5-left {
    font-size: 18px;
    line-height: 2;
}

.page-aboutus .section2 {
    padding-top: 70px;
}
.page-aboutus .section3,
.page-aboutus .section4 {
    padding-top: 100px;
}
.page-aboutus .section6 {
    margin-top: 100px;
    padding-top: 100px;
}

.page-aboutus .section6-title {
    font-size: 80px;
    font-family: 'Futura';
}

.page-aboutus .section6-logo {
    padding-top: 50px;
    padding-bottom: 10px;
}

.page-aboutus .section6-intro {
    padding: 60px 0 10px;
    font-size: 18px;
    line-height: 2;
    /*font-family: 'Kozuka Gothic Pr6N';*/
    font-family: sans-serif;
    font-weight: 900;
    color: #000;
}


/* business */

.page-business .section1 .title {
    margin-top: 130px;
    margin-bottom: 20px;
    font-size: 38px;
    font-family: 'Futura'
}

.page-business .section1-chart {
    padding-top: 100px;
}

.page-business .section1 .title-sub {
    margin-bottom: 20px;
    font-size: 70px;
    font-family: 'Futura';
}

.page-business .section1 .intro {
    margin-top: 80px;
    margin-bottom: 80px;
    font-size: 18px;
    line-height: 30px;
    /*font-family: 'Kozuka Gothic Pr6N';*/
    font-family: sans-serif;
    font-weight: 900;
    color: #000;
}


.page-business .section2 {
    padding-top: 70px !important;
    /*font-family: 'Kozuka Gothic Pr6N';*/
    font-family: sans-serif;
    color: #000;
}

.page-business .section2 .title {
    top: 130px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 80px;
    /*font-family: 'Kozuka Gothic Pr6N';*/
    font-family: sans-serif;
	font-weight:900;
    white-space: nowrap;
}


.page-business .section2 .title::after {
    content: '';
    position: absolute;
    width: 250px;
    height: 250px;
    background-color: #095ca2;
    border-radius: 100%;
    left: 50%;
    top: -75px;
    transform: translate(-50%);
    z-index: -1;
}

.page-business .section2.construct .title {
    letter-spacing: 20px;
}

.page-business .section2.construct .title::after {
    background-color: #63a445;
}

.page-business .section2.leap .title {
    top: 160px
}

.leap-spec-p br {
    display: none;
}

.page-business .section2.leap .title::after {
    background-color: #bf0018;
}

.page-business .section2 .des-bottom {
    margin-bottom: 0;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 55px;
    line-height: 1.3;
    /*font-family: 'Kozuka Gothic Pr6N';*/
    font-family: sans-serif;
    font-weight: 900;
    white-space: nowrap;
}

.page-business .section2 .intro {
    margin-top: 50px;
    margin-bottom: 80px;
    font-size: 25px;
    line-height: 50px;
}

.page-business .section2 .intro-title {
    margin-top: 70px;
    font-size: 40px;
    /*font-family: 'Kozuka Gothic Pr6N';*/
    font-family: sans-serif;
    color: #000;
}

.page-business .section2 .intro-subtitle {
    font-size: 38px;
    /*font-family: 'Kozuka Gothic Pr6N';*/
    font-family: sans-serif;
    color: #000;
}

.page-business .section2 .intro-des {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.8;
    /*font-family: 'Kozuka Gothic Pr6N';*/
    font-family: sans-serif;
    color: #000;
}

.page-business .section2 .intro-des p {
    font-weight: 900;
}

.page-business .business-title {
    margin-top: 100px;
    margin-bottom: 10px;
    font-size: 52px;
    color: #000;
    font-weight: 900;
}

.block-feature {
    font-size: 18px;
    line-height: 2;
}

.block-feature h1 {
    margin-top: 120px;
    font-size: 80px;
}

.section2.construct .block-feature h1 {
    font-size: 60px;
}

.block-feature h3 {
    margin: 40px 0;
    font-size: 24px;
    color: #000;
    font-weight: 600;
}

.block-feature img {
    height: auto;
}

.block-feature p {
    /*font-family: 'Kozuka Gothic Pr6N';*/
    font-family: sans-serif;
    margin-bottom: 50px;
    color: #000;
    font-weight: 900;
}

.block-feature p:last-child {
    margin-bottom: 0;
}

.feature-subtitle {
    font-size: 36px;
}

.business-list-lr {
    padding: 50px 0;
    font-size: 18px;
    line-height: 1.5;
    /*font-family: 'Kozuka Gothic Pr6N';*/
    font-family: sans-serif;
    color: #000;
    font-weight: 600;
}


.leapspace .intro-des {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.8;
    /*font-family: 'Kozuka Gothic Pr6N';*/
    font-family: sans-serif;
    color: #000;
    font-weight: 900;
}


.leapspace .business-title {
    font-size: 50px;
}

.leapspace-slogan {
    margin: 20px auto 50px;
}

.ensure .business-title {
    font-size: 60px;
}

.ensure .intro-des {
    font-size: 24px;
    line-height: 1.6;
    /*font-family: 'Kozuka Gothic Pr6N';*/
    font-family: sans-serif;
    color: #000;
    font-weight: 900;
}

.appeal {
    margin-top: 200px;
}

.appeal .intro-subtitle {
    font-size: 36px;
}

.appeal .intro-title {
    font-size: 116px;
}

.page-business .gallery-more,
.page-aboutus .gallery-more {
    margin-top: 30px;
    margin-bottom: 80px;
    font-size: 24px;
    font-family: "Futura";
}

.page-business .section4 .title {
    margin-top: 70px;
    margin-bottom: 0;
    font-size: 100px;
    line-height: 1;
    font-family: "Futura"
}

.page-business .section4 .title-cn {
    margin-top: 20px;
    margin-bottom: 50px;
    font-size: 37px;
}

.page-business .section4 .intro {
    font-size: 25px;
    line-height: 50px;
    padding-left: 300px;
}

.page-business .section5 .title {
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 80px;
    font-weight: normal;
    font-family: 'Myriad Pro';
    line-height: 1;
}

.page-business .section5 .title-cn {
    top: 170px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 40px;
    font-family: '小塚ゴシック Pr6N'
}

.page-business .section5 .title-bottom {
    margin-bottom: 0;
    bottom: 110px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 154px;
    line-height: 1;
    white-space: nowrap;
}

.page-business .section5 .des-bottom {
    margin-bottom: 0;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 38px;
    line-height: 1;
    font-family: "Tw Cen MT"
}

.page-business .section5 .intro {
    font-size: 25px;
    line-height: 50px;
}

.page-business .section-img-txt .thumb-l {
    flex: 0 0 25%;
    order: 1
}

.page-business .section-img-txt .thumb-r {
    flex: 0 0 25%;
    order: 3;
}

.page-business .section-img-txt .thumb-c {
    flex-grow: 1;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 24px;
    line-height: 1.8;
    order: 2;
    flex: 0 0 50%;
}

.page-business .section-img-txt .title {
    margin-top: 100px;
    margin-bottom: 30px;
    font-size: 100px;
    line-height: 1;
    font-family: "Tw Cen MT";
}

.page-business .section-img-txt .title-cn {
    margin-bottom: 60px;
    font-size: 36px;
    line-height: 1;
}

.page-business .section9 .title {
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 80px;
    font-family: "Tw Cen MT";
    white-space: nowrap;
}

.page-business .section9 .title-cn {
    top: 170px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 40px;
}

.page-business .section9 .title-bottom {
    margin-bottom: 0;
    bottom: 110px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 180px;
    line-height: 1;
    white-space: nowrap;
}

.page-business .section9 .des-bottom {
    margin-bottom: 0;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 38px;
    line-height: 1;
    font-family: "Tw Cen MT"
}

.page-business .section9 .intro {
    margin-top: 50px;
    margin-bottom: 80px;
    font-size: 25px;
    line-height: 50px;
}

.page-business .section13 .title {
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 100px;
    line-height: 1;
}

.page-business .section13 .title+p {
    margin-bottom: 50px;
    font-size: 36px;
    line-height: 50px;
    color: #000;
}

.page-business .section13 .more {
    margin-top: 30px;
    margin-bottom: 60px;
    font-size: 34px;
    line-height: 1;
    font-family: "Tw Cen MT"
}

.navbar-brand {
    font-family: 'Futura';
    font-size: 42px;
}

.navbar-light .navbar-toggler {
    padding: 0;
    border: 0 solid #000;
}

.navbar-light .navbar-toggler-icon {
    width: 1.8em;
    height: 1.2em;
    background-image: url('./img/toggle-icon.png')
}


/* page slide */

.page-slide .section1 {
    padding-top: 120px;
}

.page-slide .section2 .logo {
    width: 168px;
}

.swiper-container {
    padding-bottom: 40px;
}

.swiper-wrapper {}

.swiper-slide {
    width: 963px;
    transition-timing-function: linear;
}

#recruit h3 {
	text-align:center;
	font-size:28px;
	font-weight:bold;
	color:#333;
	background:none;
	line-height:140%;
}
#recruit #sub a {
	border-bottom:none;
}
#recruit #sub table {
	border-collapse: collapse;
	width:100%;
}
#recruit #sub th.t_top {
	border-top: #2AA2D6 4px solid;
}
#recruit #sub th {
	border-bottom: #b3b3b3 1px dotted;
	text-align: left;
	padding: 10px;
	font-weight: normal;
}
#recruit #sub td.t_top {
	border-top: #b3b3b3 4px solid;
}
#recruit #sub td {
	border-bottom: #b3b3b3 1px dotted;
	text-align: left;
	padding: 10px;
}
#recruit .oubo { 
    margin:30px 0;
}
#recruit #sub hr {
    margin-bottom: 1.4rem;
    clear: both;
    height: 1px;
    border: none;
    border-top: 1px #666 solid;
    margin-top: 1.4rem;
}
#recruit .about {
	background:#00335D;
    margin-right: 20px;
}
#recruit .about:hover, #recruit .entry:hover {
	background:#666;
}
#recruit .entry {
	background:#C00;
}
#recruit .about, #recruit .entry {
    display: inline-block;
    width: 470px;
}
#recruit .about a, .entry a {
	color:#FFF !important;
	font-weight:bold;
	text-align:center !important;
	display:block;
	padding:1rem;
	font-size:22px !important;
    text-decoration: none;
}
#recruit .about a:hover, .entry a:hover,
#recruit .about a:focus, .entry a:focus {
    text-decoration: none;
}


/* page-contact */

.page-contact .breadcrumb {
    background-color: #fff;
    margin-bottom: 0;
    padding: 0rem 1.5rem 0.5rem;
    font-size: 14px;
}
.page-contact .red {
    color: #ff0000;
}
.page-contact .contact {
    font-size: 15px;
}
.page-contact .contact .form-control.error {
    border-color: #ff0000;
}
.page-contact .contact p.error {
    color: #ff0000;
    margin-top: 0.5rem;
}
.page-contact .contact .privacy {
    font-size: 10px;
    border: solid 1px #ccc;
    height: 55px;
    overflow: auto;
    padding: 5px;
    letter-spacing: normal;
    line-height: 150%;
    margin-bottom: 20px;
}

.page-contact label.required {
    font-weight: bold;
}
.page-home .section9 .section-title{
    font-size: 32px;
    font-family: 'Futura';
    letter-spacing: 1px;
    margin-top: 3rem;
}
.page-home .section9 .youtube {
    margin: 1.5rem 0;
}
.page-home .section9 .youtube iframe{
    width: 560px;
}

@media only screen and (max-width:1200px) {
    .swiper-slide {
        width: 770px;
    }
}

@media only screen and (max-width:980px) {
    .swiper-slide {
        width: 471px;
    }
}

@media only screen and (max-height:480px) {
    .swiper-slide {
        width: 471px;
    }
}

.swiper-slide img {
    width: 100%;
    border-radius: 4px;
}

.swiper-slide .title {
    position: absolute;
    transform: rotate(90deg);
    transform-origin: left top;
    left: -3px;
    font-size: 11px;
    color: rgb(102, 102, 102);
}

.swiper-button-next,
.swiper-button-prev {
    width: 86px;
    height: 112px;
    background-size: 86px 112px;
    margin-top: -56px;
    outline: none;
}

.swiper-button-next {
    /* background-image: url(img/cursor-next.png); */
}

.swiper-button-prev {
    /* background-image: url(img/cursor-prev.png); */
}

.swiper-pagination-bullet {
    background: none;
    opacity: 1;
    margin: 0 6px !important;
    width: 9px;
    height: 9px;
    position: relative;
    outline: none;
    vertical-align: middle;
}

.swiper-pagination-bullet span {
    width: 3px;
    height: 3px;
    background: #CCC;
    display: block;
    border-radius: 50%;
    margin-top: 3px;
    margin-left: 3px;
}

.swiper-pagination-bullet i {
    background: #000;
    height: 1px;
    width: 20px;
    position: absolute;
    top: 4px;
    transform: scaleX(0);
    transform-origin: left;
    z-index: 3;
    transition-timing-function: linear;
}

.swiper-pagination-bullet-active span,
.swiper-pagination-bullet:hover span {
    width: 9px;
    height: 9px;
    margin-top: 0;
    margin-left: 0;
    background: #000;
    position: relative;
    z-index: 1;
}

.swiper-pagination-bullet-active i {
    animation: middle 6s;
}

.swiper-pagination-bullet:first-child.swiper-pagination-bullet-active i {
    animation: first 6s;
}

.swiper-pagination-bullet:last-child.swiper-pagination-bullet-active i {
    animation: last 6s;
}

@keyframes first {
    0% {
        transform: scaleX(0.5);
        left: 0px;
    }
    /*091*/
    100% {
        transform: scaleX(1);
        left: 2px;
    }
    /*0915*/
}

@keyframes last {
    0% {
        transform: scaleX(0.7);
        left: -10px;
    }
    /*1090*/
    20% {
        transform: scaleX(0.3);
        left: 2px;
    }
    /*090*/
    100% {
        transform: scaleX(0.3);
        left: 0px;
    }
    /*090*/
}

@keyframes middle {
    0% {
        transform: scaleX(0.7);
        left: -10px;
    }
    /*1091*/
    20% {
        transform: scaleX(0.45);
        left: 2px;
    }
    /*092*/
    100% {
        transform: scaleX(1);
        left: 2px;
    }
    /*0913*/
}

@keyframes scrollImg {
    0% {
        top: 0px;
    }
    50% {
        top: 20px;
    }
    100% {
        top: 0;
    }
}
@media (max-width: 1300px){
    .part1-logo-div {
        padding: 160px 50px 80px;
    }
}
/** iPad */
@media only screen
  and (min-width: 760px)
  and (max-width: 960px){
    .part1-logo-div {
        padding: 40px 20px 40px;
    }
    .part1-logo-div .index-logo-1{
        width: 30%;
    }
    .part1-logo-div .logo-plus {
        width: 70%;
    }
    .part1-logo-div .index-logo-1 img,
    .part1-logo-div .logo-plus img {
        width: 100%;
    }
    .part1-logo-div .index-logo-2 {
        padding-top: 10px;
    }
    .section2 .s-left,
    .section2 .s-right,
    .section3 .s-left,
    .section3 .s-right,
    .section4 .s-left,
    .section4 .s-right {
        width: 50%;
    }
    .section2 .s-right > .pt-md-5 {
        padding-top: 0 !important;
    }
    .section2 .s-right > .mt-md-5 {
        padding-top: 0 !important;
    }
    .section2 .s-right ul {
        margin-bottom: 0;
    }
    .section2 .section-title {
        font-size: 32px;
        top: 6rem;
        right: 1.5rem;
    }
    .section2 .list-part li {
        margin-bottom: 1.5rem;
    }
    .section3 .s-left .my-md-5 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important;
    }
    .section3 .s-left .my-md-5 ul.pt-md-4 {
        padding-top: 0px !important;
    }
    .section3 .list-part li {
        margin-bottom: 1.3rem;
    }
    .section3 .list-part li a {
        font-size: 20px;
    }
    .section3 .section-title {
        top: 6rem;
        left: 5rem;
    }
    .section4 .section-title {
        top: 4.5rem;
        right: 5rem;
    }
    .section4 .s-right .my-md-5{
        margin-bottom: 1rem !important;
        margin-top: 1rem !important;
        padding-top: 0 !important;
    }
    .section4 .s-right .my-md-5 ul.pr-md-4 {
        padding-right: 10rem !important;
    }
    .about-section2-intro2 p,
    .about-section2-intro3 p,
    .about-section5-row .about-section5-left,
    .page-aboutus .section6-intro {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .about-section5-row .about-section5-right {
        text-align: center;
        margin-bottom: 2rem;
    }
    .page-aboutus .section6 .section6-imgs .section6-logo {
        padding-top: 4rem;
        padding-bottom: 3rem;
    }
    .page-aboutus .section6 .section6-imgs .col-5 {
        flex: 0 0 25%;
        max-width: 25%;
        padding-left: 1rem;
    }
    .page-aboutus .section6 .section6-imgs .col-7 {
        flex: 0 0 75%;
        max-width: 75%;
        padding-right: 1rem;
    }
    .page-aboutus .section6 .section6-imgs img {
        width: 95%;
    }
    .section3 .section-desc .col-sm-4{
        flex: 0 0 25%;
        max-width: 25%;
    }
    .section3 .section-desc .col-sm-8{
        flex: 0 0 75%;
        max-width: 75%;
    }
    .page-aboutus .section3 .section-desc dd p {
        font-size: 22px;
        padding-left: 3rem;
    }
    .page-aboutus .section3 .section-desc dt p {
        padding: 0;
        font-size: 22px;
        text-align: right;
        margin-right: 0rem;
    }
    .page-aboutus .section4 .date, 
    .page-aboutus .section4 .year {
        font-size: 1.2rem;
    }
    .page-aboutus .section4 .date {
        margin-left: 1rem;
    }
    .page-aboutus .section4 .date.mleft {
        margin-left: 0.7rem;
    }
    .page-business .section1 .section1-company img {
        width: 100%;
    }
    .page-business .section1 .section1-chart img {
        width: 95%;
    }
    .page-business .section1 .section1-chart,
    .page-business .section1 .section1-intro,
    .page-business .section2 .intro-des p,
    .page-business .leapspace .intro-des p{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .page-business .section2 .title {
        font-size: 5rem;
    }
    .page-business .section2 .des-bottom {
        font-size: 3rem;
    }
    .page-business .section2 .des-bottom.min-dec {
        font-size: 3rem;
    }
    
    .page-business .section2 .intro-title {
        font-size: 2.2rem;
    }
    .page-business .section2 .intro-subtitle {
        font-size: 2.1rem;
    }
    .page-business .block-feature .row {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .page-business .section2 .block-feature img {
        width: 100%;
    }
    .page-business .block-feature .img-sm-half{
        width: 100%;
    }
    .page-business .block-feature p {
        font-size: 1.2rem;
        margin-bottom: 1rem;
    }
    .page-business .section3 .business-list-lr .col-md-3 {
        flex: 0 0 35%;
        max-width: 35%;
    }
    .page-business .section3 .business-list-lr .offset-md-3 {
        margin-left: 15%;
    }
    .page-business .section3 .business-list-lr .col-md-3 .pl-md-5 {
        padding-left: 1rem !important;
    }
    .page-business .block-feature h3 {
        margin: 2rem 0;
        font-size: 2.3rem;
    }
    .page-business .leapspace img{
        width: 100%;
    }
    .page-business .leapspace-slogan img {
        width: 95%;
    }
    .page-business .appeal .intro-title{
        font-size: 5rem;
    }
    .page-business .ensure .intro-des {
        font-size: 24px;
    }
    footer .copyright {
        font-size: 1rem;
        padding-left: 0px !important;
    }
    .foot-link li a {
        font-size: 1rem;
    }
}
@media (min-width: 768px) {
    .foot-logo {
        width: 467px;
    }
    .d-md-flex-column {
        flex-direction: column;
    }
    .flex-md-center {
        align-items: center;
    }
    .gallery-more .txt {
        padding-top: 5px;
        text-align: left;
    }
    .gallery-more .img img {
        width: 32px;
        height: auto;
    }
}

@media (max-width: 575.98px) {
    header .nav-ul li {
        margin-left: 30px;
    }
    .nav-ul li.nav-item .sub{
        position: relative;
        width: 100%;
        opacity: 1.0;
        margin-left: 25px;
    }
    .part1-logo {
        width: 130px;
    }
    .part1-logo-div {
        padding: 0px 30px 0px;
    }
    .logo-plus {
        text-align: center;
    }
    .index-logo-1 {
        padding-right: 0px;
    }
    .index-logo-1 img {
        width: 60%;
    }
    .index-logo-2 {
        padding: 10px 0 20px;
    }
    .index-logo-2 img {
        width: 80%;
    }
    .index-logo-3 img {
        width: 70%;
    }
    .index-logo-4 {
        padding-top: 10px;
    }
    .index-logo-4 img {
        width: 78%;
    }
    .page-home .com-title {
        margin-top: .5rem;
        font-size: 24px;
    }
    .page-home .com-slogan {
        margin-top: 1.5rem;
        font-size: 16px;
    }
    .scroll {
        width: 8%;
    }
    .page-home .section2 .section-title {
        top: 50%;
        right: 40px;
        transform: translateY(-50%);
        font-size: 32px;
        white-space: nowrap;
    }
    .page-home .section2 .list-part li {
        margin-bottom: 1rem;
        text-align: center;
        font-size: 24px;
    }
    .page-home .section2 .s-right {
        background-color: #fff;
    }
    .page-home .section2 .s-right ul {
        margin-top: 2rem;
        padding: 0;
    }
    .page-home .section2 .s-right li a {
        color: #000;
    }
    .page-home .section3 .section-title {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 38px;
    }
    .page-home .section3 .d-flex-toggle {
        flex-direction: column;
    }
    .page-home .section3 .s-left {
        order: 3;
        background-color: #fff;
    }
    .page-home .section3 .s-right {
        order: 2;
    }
    .page-home .section3 .s-left li a {
        color: #000;
    }
    .page-home .section3 .s-left li {
        text-align: center;
    }
    .page-home .section4 .section-title {
        top: 50%;
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%);
        font-size: 38px;
    }
    .page-home .section4 .s-right {
        background-color: #fff;
    }
    .page-home .section4 .s-right li {
        text-align: center;
    }
    .page-home .section4 .s-right li a {
        color: #000;
    }
    .page-home .section9 .youtube {
        margin-left: 1rem;
        margin-right: 2rem;
    }
    .page-home .section9 .youtube iframe {
        width: 100%;
    }
    footer {
        font-size: 14px;
    }
    footer.pb-md-5 {
        padding-bottom: 60px !important;
        padding-left: 0 !important;
    }
    .page-business .section1 .thumb {
        padding: 0 20px;
        flex-wrap: wrap;
    }
    .page-business .thumb {
        padding: 0 20px;
    }
    .page-business .section1 .thumb>div {
        padding: 5px;
        flex: 0 0 50%;
    }
    .page-business .section3 .thumb {
        padding: 0 20px;
        flex-wrap: wrap;
    }
    .page-business .section3 .thumb>div {
        padding: 5px;
        flex: 0 0 50%;
    }
    /* business */
    .page-business .section1-company {
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-business .section1-company img {
        width: 90%;
    }
    .page-business .section1 .title {
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 18px;
    }
    .page-business .section1-chart {
        padding: 30px 25px 0;
    }
    .page-business .section1-chart img {
        width: 100%;
    }
    .page-business .section1 .title-sub {
        margin-bottom: 20px;
        font-size: 32px;
    }
    .page-business .section1 .intro {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 12px;
        line-height: 1.8;
    }
    .page-business .section1-intro {
        padding-top: 15px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
        width: 80%;
        font-size: 12px;
        font-weight: bold;
    }
    .page-business .section1 .intro br {
        display: none;
    }
    .page-business .section2 .title {
        font-size: 30px;
        top: 50px;
        white-space: nowrap;
    }
    .page-business .section2 .title:after {
        width: 80px;
        height: 80px;
        top: -20px
    }
    .page-business .section2 .title-cn {
        top: 5rem;
        font-size: 18px;
    }
    .page-business .section2 .title-bottom {
        bottom: 2.2rem;
        font-size: 76px;
    }
    .page-business .section2 .des-bottom {
        bottom: 30px;
        font-size: 18px;
    }
    .page-business .section2 .intro {
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 0 20px;
        font-size: 14px;
        line-height: 1.8;
    }
    .page-business .section2 .intro-title {
        margin-top: 20px;
        font-size: 14px;
    }
    .page-business .section2 .intro-subtitle {
        margin-top: 10px;
        font-size: 12px;
    }
    .page-business .section2 .intro-des {
        margin-top: 10px;
        margin-bottom: 20px;
        padding-left: 40px;
        padding-right: 40px;
        font-size: 12px;
    }
    .page-business .gallery-more,
    .page-aboutus .gallery-more {
        margin-top: 1rem;
        margin-bottom: 1rem;
        font-size: 16px;
    }
    .page-business .gallery-more img,
    .page-aboutus .gallery-more img {
        width: 18px;
        vertical-align: baseline;
    }
    .page-business .gallery-more .txt,
    .page-aboutus .gallery-more .txt {
        text-align: left;
    }
    .page-business .section4 .title {
        margin-top: 1rem;
        font-size: 40px;
        white-space: nowrap;
    }
    .page-business .section4 .title-cn {
        margin-bottom: 2rem;
        font-size: 18px;
    }
    .page-business .section4 .intro {
        padding-left: 4rem;
        font-size: 12px;
        line-height: 1.2;
    }
    .page-business .section5 .title {
        font-size: 32px;
        top: 1.6rem;
        white-space: nowrap;
    }
    .page-business .section5 .title-cn {
        top: 4rem;
        font-size: 18px;
    }
    .page-business .section5 .title-bottom {
        bottom: 2.4rem;
        font-size: 60px;
    }
    .page-business .section5 .des-bottom {
        bottom: 1rem;
        font-size: 20px;
    }
    .page-business .section5 .intro {
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 0 20px;
        font-size: 14px;
        line-height: 1.8;
    }
    .page-business .section-img-txt .thumb-l {
        flex: 0 0 50%;
        padding-right: .3rem;
    }
    .page-business .section-img-txt .thumb-r {
        flex: 0 0 50%;
        padding-left: 0.3rem;
    }
    .page-business .section-img-txt .thumb-c {
        flex-grow: 1;
        padding-left: .8rem;
        padding-right: .8rem;
        margin-top: 1rem;
        font-size: 16px;
        line-height: 1.6;
        flex: 0 0 100%;
        order: 4
    }
    .page-business .section-img-txt .title {
        margin-top: 2rem;
        margin-bottom: 1rem;
        font-size: 40px;
    }
    .page-business .section-img-txt .title-cn {
        margin-bottom: 2rem;
        font-size: 18px;
    }
    .page-business .section9 .title {
        font-size: 32px;
        top: 1.6rem;
        white-space: nowrap;
    }
    .page-business .section9 .title-cn {
        top: 4rem;
        font-size: 18px;
    }
    .page-business .section9 .title-bottom {
        bottom: 2.4rem;
        font-size: 60px;
    }
    .page-business .section9 .des-bottom {
        bottom: 1rem;
        font-size: 20px;
    }
    .page-business .section9 .intro {
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 0 20px;
        font-size: 14px;
        line-height: 1.8;
    }
    .page-business .section13 .title {
        margin-top: 5rem;
        margin-bottom: 1rem;
        font-size: 40px;
    }
    .page-business .section13 .title+p {
        margin-bottom: 2rem;
        font-size: 14px;
        line-height: 1.8;
    }
    .page-business .section13 .more {
        margin-top: 1.5rem;
        margin-bottom: 3.6rem;
        font-size: 18px;
    }
    .page-business .business-title {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 36px;
    }
    div {
        box-sizing: border-box;
    }
    .block-feature h1 {
        margin-top: 30px;
        font-size: 36px;
    }
    .block-feature h3 {
        margin: 0px 0 20px;
        font-size: 16px;
    }
    .img-sm-fluid {
        width: 100%;
        height: auto;
    }
    .img-sm-half {
        width: 60%;
        height: auto;
        margin: 0 auto 15px;
    }
    .block-feature p {
        width: 72%;
        margin: 10px auto 0;
        font-size: 12px;
        font-weight: bold;
        text-align: center
    }
    .lr-gap {
        padding-left: 30px;
        padding-right: 30px;
    }
    .business-list-lr {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 45px;
        padding-right: 45px;
        font-size: 12px;
    }
    .business-list-lr .col-6 {
        padding-right: 0;
        white-space: nowrap;
    }
    .page-business .section2.construct .title {
        letter-spacing: 4px;
    }
    .section2.construct .block-feature h1 {
        font-size: 40px;
    }
    .feature-subtitle {
        margin-top: 20px;
        font-size: 20px;
    }
    .page-business .section2 {
        margin-top: 30px !important;
    }
    .page-business .section2.leap .title {
        top: 50px;
    }
    .page-business .leapspace .business-title {
        font-size: 16px;
    }
    .leapspace-slogan {
        margin-bottom: 20px;
    }
    .leapspace-slogan img {
        width: 64%;
    }
    .leapspace .intro-des {
        margin-top: 10px;
        padding: 0 20px;
        font-size: 12px;
    }
    .page-business .ensure .business-title {
        font-size: 18px;
    }
    .leap-spec-p {
        font-weight: bold;
        white-space: nowrap
    }
    .leap-spec-p br {
        display: block
    }
    .ensure .intro-des {
        margin-top: 10px;
        padding: 0 20px;
        font-size: 12px;
    }
    .appeal {
        margin-top: 30px;
    }
    .appeal .intro-subtitle {
        font-size: 16px;
    }
    .appeal .intro-title {
        font-size: 30px;
    }
    .appeal .block-feature h1 {
        font-size: 30px;
    }
    .appeal .block-feature h3 {
        margin: 10px 0 20px;
        font-size: 16px;
    }
    .appeal .block-feature p {
        margin-top: 10px;
        font-size: 12px;
    }
    .appeal-more {
        font-size: 12px;
        padding-right: 20px;
    }
    .appeal .block-feature .appeal-more-show {
        width: 100%;
        margin-top: 30px;
        justify-content: center
    }
    .appeal-more img {
        width: 28px;
        height: auto
    }
    /* aboutus */
    .page-aboutus .section2 {
        padding-top: 70px;
    }
    .page-aboutus .section3, .page-aboutus .section4,
    .page-business #section-little-rental-warehouse{
        padding-top: 75px;
    }
    .page-aboutus #section-top-message.mt-5 {
        padding-top: 85px;
        margin-top: 0 !important;
    }
    .page-aboutus .section1 .about-slogan {
        margin-bottom: .2rem;
        font-size: 54px;
        white-space: nowrap;
    }
    .page-aboutus .section1 .com-title {
        font-size: 16px;
    }
    .page-aboutus .section1 .com {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .page-aboutus .section1 .intro {
        padding-left: 2rem;
        padding-right: 2rem;
        font-size: 12px;
        line-height: 1.8;
    }
    .page-aboutus .section2 .about-section2-title {
        top: 2.5rem;
		   left:10px;
        font-size: 30px;
    }
    .page-aboutus .section2 .about-section2-des {
        bottom: -5.2rem;
        color: #000;
        font-size: 16px;
        font-weight: bold;
    }
    .page-aboutus .section2 .about-section2-intro {
        padding-left: 2rem;
        padding-right: 2rem;
        font-size: 12px;
        line-height: 1.8;
    }
    .about-section2-intro2 {
        padding: 80px 35px 30px;
        font-size: 12px;
    }
    .about-section2-intro2 p {
        padding-bottom: 6px;
    }
    .about-section2-sign img {
        width: 40%;
    }
    .about-section2-intro3 {
        padding: 15px 35px 10px;
        font-size: 12px;
    }
    .about-section2-intro3 .intro-subtitle {
        font-size: 24px;
    }
    .about-section2-intro3 h1 {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 24px;
    }
    .about-section2-intro3 p {
        padding-bottom: 6px;
    }
    .about-section2-intro3-li .col-6 {
        font-size: 12px;
        padding: 4px 10px;
    }
    .page-aboutus .section5 {
        margin-top: 50px;
        padding-top: 30px;
    }
    .page-aboutus .section5-title {
        font-size: 30px;
    }
    .page-aboutus .section5-logo {
        padding-top: 30px;
        padding-bottom: 10px;
    }
    .page-aboutus .section5-logo img {
        width: 50%;
    }
    .page-aboutus .section5-slogan {
        padding-bottom: 10px;
    }
    .page-aboutus .section5-slogan img {
        width: 100%;
    }
    .page-aboutus .section5-company img {
        width: 100%;
    }
    .section5-imgs {
        margin-top: 60px;
        margin-bottom: 40px;
        padding-left: 35px;
        padding-right: 35px;
        overflow: hidden;
    }
    .section5-imgs .col-8 {
        padding-right: 0;
    }
    .section5-img-1 {
        padding: 0;
    }
    .section5-img-1 img {
        width: 100%;
    }
    .section5-img-2 img {
        width: 100%;
    }
    .section5-img-3 img {
        width: 100%;
    }
    .about-section5-row {
        padding-top: 30px;
    }
    .about-section5-left {
        padding-left: 30px;
        padding-right: 30px;
        font-size: 12px;
    }
    .about-section5-right {
        padding: 20px 15px;
        text-align: center;
    }
    .page-aboutus .about-section5-right img {
        width: 80%;
        margin-top: 20px;
    }
    .page-aboutus .section6 {
        margin-top: 0;
        padding-top: 30px;
    }
    .page-aboutus .section6-logo {
        padding-top: 20px;
        padding-bottom: 10px;
        text-align: center;
    }
    .page-aboutus .section6-logo img {
        width: 100%;
    }
    .page-aboutus .section6-slogan {
        text-align: center;
    }
    .page-aboutus .section6-slogan img {
        width: 100%;
    }
    .page-aboutus .section6-intro {
        padding: 20px 35px 40px;
        font-size: 12px;
    }
    .page-aboutus .section6-intro br {
        display: none;
    }
    .page-aboutus .section6-title {
        font-size: 30px;
    }
    .section6-imgs {
        margin-top: 20px;
        margin-bottom: 10px;
        padding-left: 45px;
        padding-right: 45px;
    }
    .page-aboutus .section3 .s-right {
        order: 1;
    }
    .page-aboutus .section3 .s-left {
        order: 2;
        background-color: #fff;
    }
    .page-aboutus .section3 .s-right img {
        width: 100%;
        height: 150px;
    }
    .page-aboutus .section3 .list-part {
        padding: 0;
    }
    .page-aboutus .section3 .list-part li {
        text-align: center;
    }
    .page-aboutus .section3 .list-part li a {
        color: #000;
    }
    .page-aboutus .section3 .section-title {
        margin: 0;
        top: 50%;
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%);
        font-size: 38px;
    }
    .page-aboutus .section-desc .col-sm-4 {
        flex: 0 0 33.33%
    }
    .page-aboutus .section-desc .col-sm-8 {
        flex: 0 0 66.66%;
        padding-left: 0;
    }
    .page-aboutus .section-desc dt {
        padding-left: 1.5rem;
    }
    .page-aboutus .section3 .section-desc {
        margin-top: 2rem;
    }
    .page-aboutus .section3 .section-desc dt p {
        margin: 0;
        text-align: left;
        font-size: 12px;
        line-height: 1.8;
        padding-left: 0;
        white-space: normal;
    }
    .page-aboutus .section3 .section-desc dd {
        margin-bottom: 1rem;
    }
    .page-aboutus .section3 .section-desc dd p {
        margin: 0;
        text-align: left;
        font-size: 12px;
        line-height: 1.8;
    }
    .page-aboutus .section4 .section-desc {
        margin-top: 2rem;
    }
    .page-aboutus .section4 .section-desc .col-sm-3 {
        flex: 0 0 33.33%;
        padding-right: 0;
    }
    .page-aboutus .section4 .section-desc .col-sm-9 {
        flex: 0 0 66.66%;
        padding-left: 0;
    }
    .page-aboutus .section4 .date,
    .page-aboutus .section4 .date.mleft,
    .page-aboutus .section4 .year {
        margin: 0;
        text-align: left;
        font-size: 12px;
        line-height: 1.8;
        display: inline-block;
        vertical-align: middle;
    }
    .page-aboutus .section4 .year {
        margin-right: 0px;
        width: 54px;
    }
    .page-aboutus .section4 .section-desc dd {
        margin-bottom: 1rem;
    }
    .page-aboutus .section4 .section-desc dd p {
        margin: 0;
        text-align: left;
        font-size: 12px;
        line-height: 1.8;
    }
    .page-aboutus .section4 .s-left img {
        width: 100%;
        height: 150px;
    }
    .page-aboutus .section4 .section-title {
        margin: 0;
        top: 50%;
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%);
        font-size: 32px;
    }
    .page-aboutus .section4 .s-right {
        background-color: #fff;
    }
    .page-aboutus .section4 .list-part {
        padding: 0;
    }
    .page-aboutus .section4 .list-part li {
        text-align: center;
    }
    .page-aboutus .section4 .list-part li a {
        color: #000;
    }
    .page-slide .section2 .com-slogan {
        font-size: 24px;
    }
    .page-slide .section2 .com-title {
        font-size: 24px;
    }
    .page-slide .section2 .logo {
        width: 128px;
    }
    .page-slide .section1 {
        padding-top: 100px;
    }
	.container .pt-md-5 .mt-5 .section1 #sub th.t_top {
		border-top: #2AA2D6 4px solid;
	}
	.container .pt-md-5 .mt-5 .section1 #sub th{
		border-bottom: #B3B3B3 1px dotted;
		text-align: left;
		padding: 10px;
		font-weight: normal;
	}
    #recruit .about, 
    #recruit .entry {
        display: block;
        width: 80%;
        margin: 15px auto;
    }
    /** Access */ 
    .page-home .section1-company .sp-pic {
        width: 100%;
    }
    .page-home .section1-company .sp-title {
        max-width: 750px;
    }
    
    /** Recruit */
    .page-recruit .section1-company > img {
        width: 100%;
    }
    .page-recruit .section1 .pt-5{
        padding-top: 1rem !important;
    }
    .page-recruit .mt-5#section-mechanical-equipment{
        margin-top: 1rem !important;
    }

    .page-recruit .section2 .block-feature img {
        width: 90%;
    }
    .page-recruit .section2 .block-feature p {
        width: 85%;
        font-size: 15px;
    }

    .page-recruit .intro-des > p,
    .page-recruit .intro-des > h3 {
        padding: 0 1.5rem;
    }

    footer {
        padding-bottom: 60px;
        font-size: 9px;
        text-align: center;
    }
    footer li a {
        white-space: nowrap;
        letter-spacing: -2px;
    }
    footer .link {
        order: 2;
        margin-top: 0!important;
        margin-bottom: 0.5rem !important;
    }
    footer .link ul {
        margin-bottom: 0;
    }
    footer .link ul li {
        margin: 0 8px;
    }
    footer .copyright {
        font-size: 10px;
        margin-top: 0!important;
        order: 3;
        white-space: nowrap;
        letter-spacing: -1px;
    }
    header .navbar.active {
        padding-top: 0rem !important;
    }
    .navbar-brand {
        font-size: 23px;
    }
    .navbar-brand img {
        width: 28px;
    }
    .foot-img {
        width: 60%;
    }
    .foot-phone {
        font-size: 16px;
    }
}