@charset "utf-8";

/*
Theme Name: ls-solution
Theme URI: http://www.solution-sy.com/
Author: Xiez
Author URI: https://xiezsama.com/
Description: This is a default wordpress themes
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: 0 0;
  box-sizing: border-box;
}

:after, :before {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Yu Gothic","游ゴシック","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333333;
  width: 100%;
  overflow-x: hidden;
  background: #ccc;
}

.mincho {
  font-family: Georgia, "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", HGS明朝E, "MS Mincho", serif;
}

address, caption, code, figcaption, pre, th {
  font-weight: normal;
  font-style: normal;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none;
}

fieldset, iframe, img {
  border: 0;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

caption, th {
  text-align: left;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

button {
  background: 0 0;
  border: 0;
  box-sizing: content-box;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: inherit;
  overflow: visible;
  vertical-align: inherit;
}

button:disabled {
  cursor: default;
}

audio:not([controls]) {
  display: none;
}

:focus[data-focus-method=mouse]:not(input):not(textarea):not(select), :focus[data-focus-method=touch]:not(input):not(textarea):not(select) {
  outline: 0;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

a, a:link, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: none;
}

ul {
  list-style: none;
}

em {
  font-style: normal;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}

input::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}

::-webkit-scrollbar {
  width: 6px;
  background-color: #f3f3f3;
  border-left: 1px solid #dddddd;
}

::-webkit-scrollbar:hover {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background-color: #666;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #333;
}

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
  display: none;
}

/* /Start Reset Css */
/* hasbg css */
/* if u want to change function for JQcode , plase open function.js file , search function's name , that name is css's name */
/* css for function hasbg */
.hasbg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.hasbg:after {
  display: block;
  content: "";
  padding-top: 100%;
}

.hasbg>img {
  display: none;
}

/* /hasbg */
/* sp mobile-btn */
.sp-wrapper {
  display: none;
}

@media screen and (max-width: 980px) {

  .mobile-btn {
    display: block;margin-right:20px;
  }

  .mobile-btn div {
    width: 30px;
    height: 20px;
    background: none;
    cursor: pointer;
    display: block;
    position: relative;
    right: 0;
    top: 0;
    transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  }

  .mobile-btn div span {
    width: 30px;
    height: 2px;
    top: 9px;
    background: #00569e;
    display: block;
    position: absolute;
    z-index: 5;
    left: 50%;
    margin: 0 0 0 -15px;
    transform-origin: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
  }

  .mobile-btn div span:nth-child(1) {
    -moz-transform: translateY(-9px);
    -webkit-transform: translateY(-9px);
    -o-transform: translateY(-9px);
    -ms-transform: translateY(-9px);
    transform: translateY(-9px);
  }

  .mobile-btn div span:nth-child(3) {
    -moz-transform: translateY(9px);
    -webkit-transform: translateY(9px);
    -o-transform: translateY(9px);
    -ms-transform: translateY(9px);
    transform: translateY(9px);
  }

  .mobile-btn .active {
    transform: translateX(-300px) rotate(180deg);
  }

  .mobile-btn .active span:nth-child(1) {
    transform: rotate3d(0, 0, 1, -40deg) !important;
    transform-origin: 0.71429px center !important;
    width: 20px !important;
  }

  .mobile-btn .active span:nth-child(3) {
    transform: rotate3d(0, 0, 1, 40deg) !important;
    transform-origin: 0.71429px center !important;
    width: 20px !important;
  }

  .sp-wrapper-move {
    transform: translateX(0px) !important;
  }

  .sp-wrapper {
    width: 300px;
    height: 100vh;
    position: fixed;
    z-index: 60;
    background: #333;
    right: 0;
    top: 0;
    transform: translateX(300px);
    transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
    display: block;
  }

  .sp-wrapper .sp-heading {
    width: 100%;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
  }

  .sp-wrapper nav > ul {
    padding: 0 15px;
  }

  .sp-wrapper nav > ul > li:first-child {
    border-top: 1px solid #5d5d5d;
  }

  .sp-wrapper nav > ul > li {
    border-bottom: 1px solid #5d5d5d;
  }

  .sp-wrapper nav > ul > li > a {
    color: #fff;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 15px 0;
    text-transform: uppercase;
    transition: .3s;
  }
  .sp-wrapper nav > ul > li > a span:last-child { display: none;}
  .sp-wrapper nav > ul > li > a:hover {
    background: #f2f2f2;
    color: #000;
  }
  .sp-wrapper nav > ul > li ul.sub-menu { padding-bottom: 10px;}
  .sp-wrapper nav > ul > li ul.sub-menu li { padding:5px 0;}
  .sp-wrapper nav > ul > li ul.sub-menu li a { color: #f1f1f1; text-align: center; display: block; font-size: 12px;}
}


.logged-in .sp-wrapper {
  height: calc(100vh - 32px);
  top: auto;
  bottom: 0;
}

@media screen and (max-width:782px) {
  .logged-in .sp-wrapper {
    height: calc(100vh - 46px);
  }
}

@media screen and (max-width:782px) {
  body.logged-in .mobile-btn {
    top: 65px;
  }
}

@media screen and (max-width:600px) {
  .mobile-btn.wordpress-logged-in {
    top: 20px !important;
  }

  .sp-wrapper.wordpress-logged-in {
    height: 100vh;
  }
}

/* /sp mobile-btn */



/* fonts */
@font-face {
	font-family: 'conv_agopus';
	src: url('fonts/agopus.eot');
	src: local('☺'), url('fonts/agopus.woff') format('woff'), url('fonts/agopus.ttf') format('truetype'), url('fonts/agopus.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* /fonts */


/* common */
.title-type-1 { text-align: center; color: #4f71a4; margin-bottom: 40px;}
.title-type-1 span { font-size: 12px; font-weight: bold;}
.title-type-1 h2 { font-size: calc(26px + 0.520833333333333vw); font-family: 'conv_agopus'; text-transform: uppercase; letter-spacing: 5px;}

@media screen and (max-width:1010px) {
  .title-type-1 { margin-bottom: 20px;}
}


.title-type-2 { text-align: center; color: #4f71a4; margin:80px auto;}
.title-type-2 span { font-size: calc(16px + 0.2vw); font-weight: bold;} /* 20 - 32 */
.title-type-2 h2 { font-size: calc(24px + 1.4vw); font-family: 'conv_agopus'; text-transform: uppercase; letter-spacing: 10px; font-weight: normal; line-height: 1.1;} /* 36 - 90 */

@media screen and (max-width:1010px) {
  .title-type-2 { margin:40px auto;}
  .title-type-2 h2 { letter-spacing: 5px;}
}
@media screen and (max-width:470px) {
  .title-type-2 h2 { letter-spacing: 2px;}
}



.title-type-3 { margin-bottom: 40px;}
.title-type-3 h2 { font-size: calc(16px + 0.4vw); color: #062f6e; letter-spacing: 2px; border-left: 3px solid #062f6e; padding-left: .5em; line-height: 1.1;} /* 16 - 35 */
@media screen and (max-width:1010px) {
  .title-type-3 { margin-bottom: 20px;}
  .title-type-3 h2 { letter-spacing: 1px;}
}

.more { text-align: center;}
.more a { display: inline-flex; width: 200px; height: 45px; align-items: center; justify-content: center; border:1px solid #fff; font-size: 14px; color: #fff; text-transform: uppercase; text-decoration: none; font-weight: bold;}
.more a:after { content: ""; display: block; width: 7px; height: 7px; border:solid #fff; border-width: 1px 1px 0 0; transform: rotate(45deg); margin-left: 7px; margin-top: -1px;}
/* /common */


/* table */
.table-type-1 { width: 100%; font-size: 18px;}
.table-type-1 caption { text-align: right!important;}
.table-type-1 tr:not(:last-child) { border-bottom:1px dashed #fff;}
.table-type-1 tr > * { padding:10px 0;}
.table-type-1 tr .column-1 { min-width: 90px;}
@media screen and (max-width:1010px) {
  .table-type-1 { width: 100%; font-size: 14px;}
}

.table-type-2 { border:solid #e4e4e4; border-width:1px 1px 0 0; width: 100%; color: #444444; background: #fff;}
.table-type-2 tr > * {border:solid #e4e4e4; border-width:0 0 1px 1px ; padding:20px; line-height: 1.8;}
.table-type-2 tr td.column-1 { font-weight: bold; background: #f5f5f5; min-width: 180px; width: 25%;}

.table-type-2 caption { text-align: right!important;}
.table-type-2 caption a { margin-top: 10px;}
@media screen and (max-width:900px) {
  .table-type-2 tr > * { padding:10px;}
}
@media screen and (max-width:570px) {
  .table-type-2 tr td.column-1 {  min-width: 100px;}
}
/* /table */


/* wrapper css */
.wrapper {
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
  position: relative;
  left: 0;
  z-index: 20;
  width: 100%;
  background: #fff;
}

.wrapper .wrapperbg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 69;
  background: rgba(0, 0, 0, 0.5);
}

.wrapper-move {
  overflow: hidden;
  left: -300px;
}

/* /wrapper css */


/* header */
@-webkit-keyframes headermove{
	0%{
	    top:-100px;
	}
	100%{
	    top:0px;
	}
}
header {  background-color: rgba(255, 255, 255, 0.851); padding-left: 40px; display: flex; justify-content: flex-end;}
header .main { width: 100%; display: flex; justify-content: space-between; align-items: center;}
header .main .site-logo a { display: block; line-height: 0; padding:15px 0;}
header .main .site-logo a img {width: 10.395833vw; min-width: 59px; min-height: 30px;}
header.header2 {position:fixed;top:0;left:0;z-index:100;width:100%;height:auto;box-shadow: 0 0 8px rgba(0,0,0,0.5);background:#fff;
	/*-webkit-animation:headermove .5s linear 1 0s;
  	-moz-animation:headermove .5s linear 1 0s;
  	-ms-animation:headermove .5s linear 1 0s;
  	-o-animation:headermove .5s linear 1 0s;
  	animation:headermove .5s linear 1 0s;*/
}
header.indexBan{background: rgba(255, 255, 255, 0.5);position: fixed;z-index: 99;width: 100%;}
header.indexBan.header2{background: rgba(255, 255, 255, 1);}
header.header2 .main .site-logo a img{width:100px;}
header.header2 .main .main-navigation > ul > li > a > span:nth-child(1){font-size:14px;}
header.header2 .main .main-navigation > ul > li > a > span:nth-child(2){font-size:12px;}
@media screen and (max-width:1010px) {
  header { padding-left: 20px;}
}
/* /header */



/* nav */
.main-navigation { height: 100%;}
.main-navigation > ul { display: flex; height: 100%;}
.main-navigation > ul > li { display: flex; align-items: center; position: relative;}
.main-navigation > ul > li:hover ul.sub-menu { display: block;}
.main-navigation > ul > li > a { text-align: center; text-decoration: none; padding:.5em 3.645833333333331vw; display: block;}
.main-navigation > ul > li:not(:last-child) > a { border-right: 1px solid #fff;}
.main-navigation > ul > li:last-child > a { height: 100%; background: #062f6e; display: flex; align-items: center; justify-content: center; flex-direction: column; color: #fff; font-size: calc(10px + 0.3124vw); text-transform: uppercase; font-weight: bold;}
.main-navigation > ul > li:last-child > a > span { color: #fff!important; font-size: calc(20px + 1.0416666vw)!important; font-weight: normal!important; margin-bottom: 0!important;}
.main-navigation > ul > li > a > span { display: block; font-weight: bold; line-height: 1; transition: .3s; white-space: nowrap;}
.main-navigation > ul > li > a > span:nth-child(1) { color: #484848; font-size: calc(14px + 0.3125vw); margin-bottom: .5em;}
.main-navigation > ul > li > a > span:nth-child(2) { text-transform: uppercase; font-size: calc(10px + 0.3124vw); color: #03608c;}
.main-navigation > ul > li > a:hover > span { transform: translateY(-10px);}

.main-navigation > ul > li > ul.sub-menu { display: none; position: absolute; top: 100%; left: 50%;z-index:20; transform: translateX(-50%);}
.main-navigation > ul > li > ul.sub-menu > li { padding-top: 1px;}
.main-navigation > ul > li > ul.sub-menu > li > a { background-color: rgba(255, 255, 255, 0.851); color: #03608c; font-size: calc(10px + 0.3124vw); font-weight: bold; display: block; padding:10px 20px; white-space:nowrap; text-decoration: none; position: relative;}
.main-navigation > ul > li > ul.sub-menu > li > a:before { content: ""; display: block; position: absolute; width: 5px; height: 5px; left: 8px; border:solid #ff0000; border-width: 1px 1px 0 0; top: 50%; transform: rotate(45deg); margin-top: -3px; opacity: 0; transition: .3s;}
.main-navigation > ul > li > ul.sub-menu > li > a:hover:before { opacity: 1;}
@media screen and (max-width:980px) {
  .main-navigation ul{ display: none;}
  .main-navigation{display:flex;align-items:center;}
}
/* /nav */


/* banner */
.index .homebanner{position:relative;width:100%;overflow:hidden;height:100vh;}
.index .homebanner .swiper-container{width:100%;height:100%;}
.index .homebanner .swiper-container .swiper-slide>figure{width:100%;height:100%;}
.index .homebanner .swiper-container .swiper-slide>a>figure{width:100%;height:100%;}
.index .homebanner .swiper-container .swiper-slide>figure:after{padding-top:0;width:100%;height:100%;background:rgba(0,0,0,0);}
.index .homebanner .swiper-container .swiper-slide>a>figure:after{padding-top:0;width:100%;height:100%;background:rgba(0,0,0,0);}
.index .homebanner .swiper-container .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#062f6e;}
.index .homebanner .slogan{position:absolute;top:0;left:50%;z-index:20;padding:0 40px;width:100%;max-width:1600px;height:auto;
	-webkit-transform:translate(-50%,0%);margin-top:250px;
	transform:translate(-50%,0%);
}
.index .homebanner .slogan.sty{margin-top:200px;right:0;left:auto;transform:none;}
.index .homebanner .slogan.sty>h1{align-items:flex-end;}

.index .homebanner .slogan>h1{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0;}
.index .homebanner .slogan>h1>p{font-family:'Noto Serif JP',serif;font-size:calc(18px + 2vw);color:#fff;text-align:center;} 
.index .homebanner .slogan.sty>h1>p{color:#064ea8;}
.index .homebanner .slogan>h1>p>span{opacity:0;
	-webkit-transition:0.8s;
	transition:0.8s;
}
.index .homebanner .slogan>h1>p>span.showOpacity{opacity:1;}
@media screen and (max-width:1010px) {
	.index .homebanner{height:80vh !important;}
	.index .homebanner .slogan { padding:0 20px;}
}
@media screen and (max-width:740px) {
	.index .homebanner{height:70vh !important;min-height:500px;}
}
@media screen and (max-width:425px) {
	.index .homebanner .slogan,.index .homebanner .slogan.sty{margin-top:100px;}
}
/* /banner */




/* concept */
.index .concept { margin:80px auto; padding:0 40px;}
.index .concept .main { width: 100%; max-width: 1040px; margin:0 auto;}
.index .concept .main .subtitle h3 { text-align: center; font-size: calc(18px + 0.4854166666666661vw); line-height: 1.8; font-weight: bold; margin-bottom: 40px;}
.index .concept .main .content { font-size: calc(12px + 0.23vw); line-height: 1.8; text-align: center;}
.index .concept .main .content p:not(:first-child) { margin-top: 1em;}
@media screen and (max-width:1010px) {
  .index .concept { margin:40px auto; padding:0 20px;}
  .index .concept .main .subtitle h3 { margin-bottom: 20px; line-height: 1.6;}
  .index .concept .main .subtitle h3 { line-height: 1.6;}
  .index .concept .main .content { line-height: 1.6;}
}
/* /concept */


/* business */
.index .business { padding:80px 40px; background: #fff;}
.index .business .main { width: 100%; max-width: 1720px; margin:0 auto; overflow: hidden; background: #fff;}
.index .business .main > .layout > a { float: left; width: 25%; display: block; text-decoration: none; transition: .3s;}
.index .business .main > .layout > a:hover { background: #f1f1f1;}
.index .business .main > .layout > a:hover .title { padding:0;}
.index .business .main > .layout > a { border-left: 1px solid #e2e2e2;}
.index .business .main > .layout > a figure { position: relative;}
.index .business .main > .layout > a figure:after { padding-top: 70%; background: rgba(0,0,0,0.2); position: relative; z-index: 10;}
.index .business .main > .layout > a figure:before { content: ""; display: block; width: calc(100% - 10px); height: 100%; left: 0; top: 0; position: absolute; z-index: 20;}

.index .business .main > .layout > a:nth-child(1) figure:before {background: url(img/business-subtitle-6.png) right 2% top/auto 98.9% no-repeat;}
.index .business .main > .layout > a:nth-child(2) figure:before {background: url(img/business-subtitle-7.png) right 2% top/auto 98.9% no-repeat;}
.index .business .main > .layout > a:nth-child(3) figure:before {background: url(img/business-subtitle-8.png) right 2% top/auto 98.9% no-repeat;}
.index .business .main > .layout > a:nth-child(4) figure:before {background: url(img/business-subtitle-9.png) right 2% top/auto 98.9% no-repeat;}

.index .business .main > .layout > a .title {  transition: .3s;}
.index .business .main > .layout > a .title h4 { text-align: center; font-size: calc(12px + 0.23vw); color: #fff;  background: #062f6e; padding:10px 0;}
.index .business .main > .layout > a .content { font-size: calc(12px + 0.23vw); padding:20px; color: #000; line-height: 1.8;}

@media screen and (max-width:1440px) {
  .index .business .main > .layout > a .title { font-size: calc(12px + 0.23vw); }
  .index .business .main > .layout > a .content { font-size: 14px; padding:10px;}
}
@media screen and (max-width:1280px) {
  .index .business .main > .layout > a { width: 33.33333333333333%;}
}
@media screen and (max-width:1010px) {
  .index .business { padding: 40px 20px;}
}
@media screen and (max-width:720px) {
  .index .business .main > .layout > a { width: 50%;}
}
@media screen and (max-width:470px) {
  .index .business .main > .layout > a .title { padding:0;}
  .index .business .main > .layout > a .title h4 { font-size: 13px;}
  .index .business .main > .layout > a .content { font-size: 12px;}
}
@media screen and (max-width:370px) {
  .index .business .main > .layout > a { width: 100%; border:none;}
}
/* /business */

/* news */
.index .news { background: #f8f2f2; padding:80px 0; display: flex;}
.index .news .news-title { width: 30%; min-width: 300px; background: #fff; display: flex; flex-shrink: 0; align-items: center; justify-content: center;}
.index .news .news-title .title-type-1 { color: #d64f47; margin-bottom: 0;}
.index .news .news-title .title-type-1 img { margin:0 auto 1em; width: 50px; height: auto;}
.index .news .news-content { width: 70%; padding-left:40px;}
.index .news .news-content > a { display: block; background: #fff; border-left:10px solid #fa4238; padding: 20px 40px; text-decoration: none; color: #444444; font-size: calc(12px + 0.23vw); line-height: 1.6; transition: .3s;}
.index .news .news-content > a:not(:first-child) { margin-top: 10px;}
.index .news .news-content > a > span { display: block;}
.index .news .news-content > a:hover { border-left: 20px solid #fa4238;}
@media screen and (max-width:1010px) {
  .index .news { padding:40px 0;}
  .index .news .news-content { padding-left: 20px;}
  .index .news .news-content > a { padding: 10px 20px; font-size: 14px;}
}
@media screen and (max-width:720px) {
  .index .news { flex-direction: column;}
  .index .news .news-title { width: 100%; margin-bottom: 20px; background: none;}
  .index .news .news-content { width: 100%;}
  .index .news .news-content > a {border-left: 5px solid #fa4238; padding: 10px 15px;}
  .index .news .news-content > a:hover { border-left: 10px solid #fa4238;}
}
/* /news */


/* recruit */
.index .recruit { display: flex; flex-direction: row-reverse;}
.index .recruit .recruit-content { width: 30%; min-width: 300px; flex-shrink: 0;}
.index .recruit .recruit-content .title-type-1 { margin-bottom: 0; padding:80px 20px;}
.index .recruit .recruit-content .content { padding:40px 20px; background: #062f6e; color: #fff; font-size: calc(12px + 0.23vw); line-height: 1.8;}
.index .recruit .recruit-content .more { margin-top: 20px;}
.index .recruit .recruit-gallery { width: 70%;}
.index .recruit .recruit-gallery:after { display: none;}
@media screen and (max-width:1010px) {
  .index .recruit .recruit-content .title-type-1 { padding:40px 20px;}
  .index .recruit .recruit-content .content { font-size: 14px;}
}
@media screen and (max-width:720px) {
  .index .recruit { flex-direction: column;}
  .index .recruit .recruit-content { width: 100%;}
  .index .recruit .recruit-gallery { width: 100%;}
  .index .recruit .recruit-gallery:after { display: block; padding-top: 50%;}
}
/* /recruit */


/* access */
.index .access { display: flex; flex-direction: row; padding:80px 0; background: #f8f2f2;}
.index .access .access-content { width: 30%; min-width: 300px; flex-shrink: 0; background: #fff;}
.index .access .access-content .title-type-1 { margin-bottom: 0; padding:80px 20px;}
.index .access .access-content .table { background: #062f6e; padding:40px 20px; color: #fff; margin-bottom: 0;}
.index .access .access-content .table a { color: #fff;}

.index .access .access-map { width: 70%; position: relative;}
.index .access .access-map:after { display: none;}
.index .access .access-map iframe { position: absolute; width: 100%; height: 100%; left: 0; top: 0;}

@media screen and (max-width:1010px) {
  .index .access { padding:40px 0;}
  .index .access .access-content .title-type-1 { padding:40px 20px;}
  .index .access .access-content .content { font-size: 14px;}
}
@media screen and (max-width:720px) {
  .index .access { flex-direction: column;}
  .index .access .access-content { width: 100%;}
  .index .access .access-map { width: 100%; min-height: 300px;}
  .index .access .access-map:after { display: block; padding-top: 50%;}
}
/* /access */




/* footer */
footer { background: #062f6e;}
footer .footer-main { width: 100%; max-width:1600px; margin:0 auto; padding: 80px 40px 40px; display: flex; justify-content: center; align-items: center; border-bottom: 1px solid #05204a;}
footer .footer-main .logo { width: 50%; max-width: 300px;}
footer .footer-main .logo a img { width: 100%;}
footer .footer-main .contact { display: flex; flex-direction: column; width: 50%; max-width: 300px; padding-left: 40px;}
footer .footer-main .contact a { width: 100%; max-width: 300px; height: 50px; display: flex; align-items: center; justify-content: center; border:1px solid #fff; margin:10px auto; color: #fff; text-decoration: none; font-size: 18px; font-weight: bold; text-transform: uppercase;}
footer .footer-main .contact a span { font-size: 30px; font-weight: normal; margin-right: 10px;}

footer .footer-nav { width: 100%; max-width:1600px; margin:0 auto; padding: 40px 40px 80px; border-top: 1px solid #0948a9;}
footer .footer-nav > ul { width: 100%; max-width: 1300px; margin:0 auto; display: flex; flex-wrap: wrap; align-items: flex-start;}
footer .footer-nav > ul > li { width: calc(100% / 5); padding:5px 0; position: relative;}
footer .footer-nav > ul > li:nth-child(3) { width: calc(100% / 5 * 3);}
footer .footer-nav > ul > li:nth-child(5) { width: calc(100% / 5 * 4)}
footer .footer-nav > ul > li > a {font-size: calc(12px + 0.23vw); line-height: 1.8; color: #fff; font-weight: bold; display: inline-flex; align-items: center;}
footer .footer-nav > ul > li > a:before { content: ""; display: block; width: 10px; height: 10px; border:solid #fff; border-width: 2px 2px 0 0; transform: rotate(45deg); margin-right: 10px; margin-top: -1px;}
footer .footer-nav > ul > li > ul.sub-menu { display: flex; flex-wrap: wrap; position: absolute; left: 0; top: 100%; width: 100%; z-index: 30;}
footer .footer-nav > ul > li > ul.sub-menu > li { width: 33.3333333333333%; padding:5px 0;}
footer .footer-nav > ul > li > ul.sub-menu > li > a {font-size: calc(10px + 0.3124999999999998vw);; line-height: 1.8; color: #fff; font-weight: bold; display: inline-flex; align-items: center; white-space: nowrap;}
footer .footer-nav > ul > li > ul.sub-menu > li > a:before { content: ""; display: block; width: 8px; height: 8px; border:solid #fff; border-width: 2px 2px 0 0; transform: rotate(45deg); margin-right: 10px; margin-top: -1px;}

footer .footer-copyright { background: #fa4238; color: #fff; padding:10px 40px;}
footer .footer-copyright p { width: 100%; max-width: 1520px; margin:0 auto; text-align: right;}

@media screen and (max-width:1245px) {
  footer .footer-nav > ul > li > ul.sub-menu > li { width: 50%;}
}
@media screen and (max-width:1010px) {
  footer .footer-main { padding: 40px 20px 20px;}
  footer .footer-nav {padding: 20px 20px 80px;}
}
@media screen and (max-width:840px) {
  footer .footer-nav > ul > li { width: 100%; order: 1;}
  footer .footer-nav > ul > li > ul.sub-menu { position: relative; padding-left: 1em;}
  footer .footer-nav > ul > li.menu-item-has-children { order: 10; width: 100%;}
}
@media screen and (max-width:525px) {
  footer .footer-main { flex-direction: column;}
  footer .footer-main .contact { padding-left: 0px; width: 100%;}
  footer .footer-nav > ul > li > ul.sub-menu > li { width: 100%;}
}
/* /footer */



/* page */
.page .banner { position: relative;}
.page .banner figure { min-height: 30vh; position: relative; z-index: 10; background-position: top center;}
.page .banner figure:after { padding-top: 30%;}
.page .banner figure:before { content: ""; display: block; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background-color: rgba(3, 96, 140, .5);}
.page .banner .slogan { position: absolute; z-index: 30; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 100%; max-width: 1600px; padding:0 40px;}
.page .banner .slogan h1 { font-size: calc(18px + 0.8vw); color: #fff; line-height: 1.1; padding-left: .7em; border-left:5px solid #fff;}

.page .breadcrumbs { background: #f8f2f2; font-size: 14px; line-height: 1; padding:10px 40px;}
.page .breadcrumbs .breadcrumbs-main { width: 100%; max-width: 1520px; margin:0 auto;}
.page .breadcrumbs .breadcrumbs-main a { color: #062f6e; display: inline-flex; align-items: center;}
.page .breadcrumbs .breadcrumbs-main a:after { content: ""; display: block; width: 8px; height: 8px; border:solid #062f6e; border-width: 1px 1px 0 0; transform: rotate(45deg); margin-right: 10px; margin-top: -1px; margin-left: 10px;}

@media screen and (max-width:1010px) {
  .page .banner .slogan h1 { border-left: 3px solid #fff;}
  .page .banner .slogan { padding:0 20px;}
  .page .breadcrumbs { padding:10px 20px;}
}
@media screen and (max-width:470px) {
  .page .breadcrumbs { font-size: 12px;}
  .page .breadcrumbs .breadcrumbs-main a:after {width: 5px; height: 5px; margin-left: 5px; margin-right: 5px;}
}
/* /page */


/* recruit */
.page-recruit .recruit-main {font-size: calc(12px + 0.23vw); line-height: 1.8; width: 100%; max-width: 1600px; padding:0 40px; margin:0 auto 1em;}
.page-recruit .recruit-table { width: 100%; max-width: 1600px; padding:0 40px; font-size: calc(12px + 0.23vw); line-height: 1.8; margin:0 auto 80px;}
@media screen and (max-width:1010px) {
  .page-recruit .recruit-main {padding:0 20px;}
  .page-recruit .recruit-table { padding:0 20px; margin:0 auto 40px;}
}
/* /recruit */


/* company */
.page-company .philosophy { margin:80px auto 100px; padding:0 40px; width: 100%; max-width: 1600px;}
.page-company .philosophy .main { display: flex; flex-direction: row; align-items: flex-start;}

.page-company .philosophy .main > * { width: 50%;}
.page-company .philosophy .main .gallery { position: relative; z-index: 20;}
.page-company .philosophy .main .gallery:after { padding-top: 70%;}
.page-company .philosophy .main .content { background: #f0f0f0; padding: 40px; font-size: 18px; line-height: 1.6; position: relative; z-index: 10; transform: translateY(100px);}
.page-company .philosophy .main .content>p{text-indent:2em;}
.page-company .philosophy .main .content:after { content: ""; position: absolute; display: block; width:100px; height: 100%; bottom: 0; left: -100px; background: #f0f0f0;}
@media screen and (max-width:1010px) {
  .page-company .philosophy { margin:40px auto; padding:0 20px;}
  .page-company .philosophy .main .content { font-size: calc(12px + 0.23vw); padding:20px;}
  .page-company .philosophy .main .content:after { width: 50px; left: -50px;}
}
@media screen and (max-width:700px) {
  .page-company .philosophy .main { display: block;}
  .page-company .philosophy .main .gallery { float: left; width: 200px; margin-left: 20px; margin-top: 20px; margin-right: 10px; margin-bottom: 10px;}
  .page-company .philosophy .main .content { font-size: 14px; transform: none; width: 100%;}
  .page-company .philosophy .main .content:after { display: none;}
}
@media screen and (max-width:400px) {
  .page-company .philosophy .main .gallery { width: 120px;}
}


.page-company .philosophy .main.companyMain{display:block;}
.page-company .philosophy .main.companyMain>img{margin:0 auto;width:100%;max-width:560px;}
.page-company .philosophy .main.companyMain>dl{margin:60px auto 0;width:100%;max-width:1100px;display:flex;align-items:center;justify-content:space-between;}
.page-company .philosophy .main.companyMain>dl>dt{width:calc(50% - 20px);}
.page-company .philosophy .main.companyMain>dl>dt>img{margin:0 auto;width:100%;max-width:400px;}
.page-company .philosophy .main.companyMain>dl>dd{width:calc(50% - 20px);line-height:1.8;font-size:calc(12px + 0.23vw);}
@media screen and (max-width:1010px) {
	.page-company .philosophy .main.companyMain>img{max-width:460px;}
	.page-company .philosophy .main.companyMain>dl{margin:40px auto 0;}
	.page-company .philosophy .main.companyMain>dl>dt{width:calc(50% - 10px);}
	.page-company .philosophy .main.companyMain>dl>dt>img{max-width:360px;}
	.page-company .philosophy .main.companyMain>dl>dd{width:calc(50% - 10px);}
}
@media screen and (max-width:730px) {
	.page-company .philosophy .main.companyMain>img{max-width:360px;}
	.page-company .philosophy .main.companyMain>dl{display:block;}
	.page-company .philosophy .main.companyMain>dl>dt{margin:0 auto;width:100%;max-width:320px;}
	.page-company .philosophy .main.companyMain>dl>dd{margin-top:20px;width:100%;}
}


.page-company .company { padding:80px 40px; width: 100%;background:#eaf6ff;}
.page-company .company > * { width: 100%; max-width: 1520px; margin:0 auto;}
.page-company .company .title-type-3 { margin-bottom: 40px;}
.page-company .company .table { font-size: calc(12px + 0.23vw); line-height: 1.8;}


@media screen and (max-width:1010px) {
  .page-company .company .title-type-3 { margin-bottom: 20px;}
  .page-company .company { padding:40px 20px;}
}


.page-company .googlemap { padding:80px 40px;}
.page-company .googlemap .googlemap-main { position: relative; width: 100%; max-width: 1520px; margin:0 auto; min-height: 30vh;}
.page-company .googlemap .googlemap-main iframe { width: 100%; height: 100%; position: absolute;}
.page-company .googlemap .googlemap-main:after { content: ""; display: block; padding-top:30%;}
@media screen and (max-width:1010px) {
  .page-company .googlemap { padding:40px 20px;}
}



.page-company .points { padding:80px 40px; background: #f8f2f2;}
.page-company .points .main-points { width: 100%; max-width: 1520px; margin:0 auto;}
.page-company .points .main-points .content { display: flex; align-items: center;}
.page-company .points .main-points .content .table { margin-bottom: 0; padding-left: 40px;}
.page-company .points .main-points .content .table .table-type-1 tr:not(:last-child) {    border-bottom: 1px dashed #ccc;}
@media screen and (max-width:1010px) {
  .page-company .points { padding:40px 20px;}
  .page-company .points .main-points .content .table { padding-left: 20px;}
}
@media screen and (max-width:700px) {
  .page-company .points .main-points .content { flex-direction: column;}
  .page-company .points .main-points .content .table { padding-left: 0; margin-top: 20px;}
}



.page-company .organization { margin:80px auto; padding:0 40px;}
.page-company .organization .main-organization { width: 100%; max-width: 1520px; margin:0 auto;}
@media screen and (max-width:1010px) {
  .page-company .organization { margin:40px auto; padding:0 20px;}
}
/* /company */



/* oem-business */
.page-oem-business .about { margin: 80px auto; padding: 0 40px;}
.page-oem-business .about .about-main { width: 100%; max-width: 1520px; margin:0 auto; display: flex;}
.page-oem-business .about .about-main .content { width: 60%; padding-right: 40px; font-size: calc(12px + 0.23vw); line-height: 1.8;}
.page-oem-business .about .about-main .content>p{margin-top:20px;}
.page-oem-business .about .about-main .content>p:first-of-type{margin-top:0px;}
.page-oem-business .about .about-main .gallery { width: 40%;}
.page-oem-business .about .about-main .gallery:after { display: none;}
@media screen and (max-width:1010px) {
  .page-oem-business .about { margin: 40px auto; padding: 0 20px;}
  .page-oem-business .about .about-main .content { padding-right: 20px;}
}
@media screen and (max-width:600px) {
  .page-oem-business .about .about-main { display: block;}
  .page-oem-business .about .about-main .content { width: 100%; padding-right: 0;}
  .page-oem-business .about .about-main .gallery { width: 100%;}
  .page-oem-business .about .about-main .gallery:after { padding-top: 70%; display: block;}
}


/* oem-business */
.shincu { margin: 80px auto; padding: 0 40px; max-width: 1520px;}
.shincu .title-type-2 h2 { font-size: calc(20px + 0.4vw); color: #062f6e; letter-spacing: 2px; padding-left: .5em; line-height: 1.1; margin: 0 0 20px;}
.shincu .title-type-3 h2 { font-size: calc(16px + 0.4vw); color: #062f6e; letter-spacing: 2px; border-left: 3px solid #062f6e; padding-left: .5em; line-height: 1.1; margin: 0 0 20px;} 
.shincu .recycling{display: grid; justify-content: center;}
.shincu .recycling img{margin: 40px auto;}
.shincu .scrap{margin: 40px auto;}
.shincu .scrap ul{display: grid; grid-template-columns: repeat(6, 1fr); gap:2rem; margin: 20px auto;}
.shincu .shincu-foot{margin: 40px auto;position: relative; max-width: 1200px;}
.shincu .shincu-foot p{font-size: calc(16px + 0.4vw); color: #062f6e; text-align: center;position: absolute;top: 45%;left: 30%;transform: translate(-20%, -50%);z-index: 10; line-height: 2; font-weight: bold;}

.shincu .shincu-foot figure {
  min-height: 20vh;
  position: relative;
  z-index: 5;
  background-position: top center;
}
.shincu .shincu-foot figure::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, .7);
}

.sp-none{ display: block;}
.shincu .about-main { width: 100%; max-width: 1520px; margin:0 auto; display: flex;}
.shincu .about-main .content { width: 60%; padding-right: 40px; font-size: calc(12px + 0.23vw); line-height: 1.8;}
.shincu .about-main .content>p{margin-top:20px;}
.shincu .about-main .content>p:first-of-type{margin-top:0px;}
.shincu .about-main .gallery { width: 40%;}
.shincu .about-main .gallery:after { display: none;}
@media screen and (max-width:1010px) {
  .shincu { margin: 40px auto; padding: 0 20px;}
  .shincu .title-type-2 h2 { text-align: left; padding: 0;}
  .shincu .about-main .content { padding-right: 20px;}
}
@media screen and (max-width:600px) {
  .sp-none{ display: none;}
  .shincu .scrap ul{grid-template-columns: repeat(3, 1fr); gap:1rem;}
  .shincu .shincu-foot p{top: 0;left: 0;transform: none; position: relative; text-align: left;}
  .shincu .about-main { display: block;}
  .shincu .about-main .content { width: 100%; padding-right: 0;}
  .shincu .about-main .gallery { width: 100%;}
  .shincu .about-main .gallery:after { padding-top: 70%; display: block;}
}

/* agency */
.mb2{margin-bottom:2rem}.mt5{margin-top:5rem}.ml10{margin:0 0 0 1rem !important}@media screen and (min-width: 768px){.ml10{margin:0 0 0 calc(10% + 10vh) !important}}.agency{margin:5rem auto}.agency-col{max-width:1520px;margin:3rem auto;padding:0 .5rem}.agency-bg{background:rgba(214,232,244,.3);margin:1rem auto;padding:1rem}@media screen and (min-width: 768px){.agency-bg{margin:5rem auto}}.agency .bg-bule{background:#d6e8f4}.agency .bg-green{background:#e3f1f4}.agency-btn{background:linear-gradient(90deg, rgba(11, 197, 246, 0.85) 0%, rgba(15, 108, 167, 0.85) 100%);border-radius:12rem;font-size:2rem;text-align:center;margin:2rem auto;width:98%}@media screen and (min-width: 768px){.agency-btn{width:50%;margin:3rem auto}}.agency-btn a{color:#fff;display:block;font-size:2.2rem;letter-spacing:1px;padding:2rem}@media screen and (min-width: 768px){.agency-btn a{font-size:3rem;padding:2rem 4rem}}.agency .col-2-12{display:flex;flex-direction:column;align-items:center;gap:2rem;margin:2rem auto 0}@media screen and (min-width: 768px){.agency .col-2-12{display:grid;grid-template-columns:1fr 2fr}}.agency .col-2-13{display:flex;flex-direction:column;align-items:center;gap:2rem;margin:2rem auto 0}@media screen and (min-width: 768px){.agency .col-2-13{display:grid;grid-template-columns:1fr 3fr}}.agency .col-2-31{display:flex;flex-direction:column-reverse;align-items:center;gap:2rem;margin:2rem auto 0}@media screen and (min-width: 768px){.agency .col-2-31{display:grid;grid-template-columns:3fr 1fr;margin:0 0 0 calc(10% + 20vh)}}.agency-cvg{width:100%;max-width:320px}@media screen and (min-width: 768px){.agency-cvg{max-width:480px}}.agency-img{margin:auto;display:flex;justify-content:center}.agency .tit-h2{text-align:center;color:#4f71a4;margin:0 0 2rem}.agency .tit-h3{text-align:center;color:#4f71a4;margin:0 0 1rem}.agency .txt-center{padding:0 .5rem;text-align:left}@media screen and (min-width: 768px){.agency .txt-center{text-align:center}}.agency .txt-line-h24{line-height:2}@media screen and (min-width: 768px){.agency .txt-line-h24{line-height:2.4}}.agency-ul{display:grid;align-content:center;margin:0 0 2rem;padding:1rem 2rem 0}.agency-list{list-style-type:disc;margin:0 0 1rem}.agency-list::marker{color:#124282}.agency .square{background:#124282;color:#fff;font-weight:normal;display:inline-flex;margin:0 0 0 1rem;padding:1rem 2rem;text-align:center}@media screen and (min-width: 768px){.agency .square{margin:0 0 0 5rem}}.agency-rely{counter-increment:number 0;width:100%}@media screen and (min-width: 768px){.agency-rely{padding:1rem 5%}}.agency-rely-box{margin:3rem auto}.agency-rely-box dd{margin:auto}@media screen and (min-width: 768px){.agency-rely-box dd{width:56%}}.agency-rely-tit{font-size:1.6rem;font-weight:normal;order:1}@media screen and (min-width: 768px){.agency-rely-tit{font-size:2rem;position:relative;padding:0 0 1rem 9rem}}.agency-rely-tit::after{border-style:solid;border-color:rgba(0,0,0,0) rgba(0,0,0,0) #124282 #124282;border-width:0 0 1px 10rem;margin:auto 1rem;position:absolute;top:33%}@media screen and (min-width: 768px){.agency-rely-tit::after{content:""}}.agency-rely-tit::before{color:#d0e6fc;counter-increment:number 1;content:"0" counter(number) ".";font-size:2.4rem;font-style:italic;font-family:"ヒラギノ明朝 ProN W3",HiraMinProN-W3,游明朝体,"Yu Mincho",YuMincho,HG明朝E,"ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif}@media screen and (min-width: 768px){.agency-rely-tit::before{font-size:5.5rem;position:absolute;top:-3rem;left:3rem;z-index:-10}}.agency-service-bg{background:rgba(214,232,244,.3);margin:-3rem 0 0;padding:2rem}@media screen and (min-width: 768px){.agency-service-bg{margin:-6rem 0 0 calc(5% + 10vh);flex:0 0 auto;width:55%}}.agency-flow-box{margin:3rem calc(4% - 5vw) 0;padding:1rem;position:relative}@media screen and (min-width: 768px){.agency-flow-box{margin:3rem calc(20% - 7vw) 0}}.agency-flow-box::after{content:"";border-style:solid;border-color:#bfdfe6 rgba(0,0,0,0) #bfdfe6 rgba(0,0,0,0);border-width:1.5rem 1.5rem 0 1.5rem;margin:auto 1rem;position:absolute;bottom:-2rem;left:42%}@media screen and (min-width: 768px){.agency-flow-box::after{left:46%}}.agency-flow-box:last-child::after{content:none}.agency-flow-tit{border-bottom:solid 2px #fff;color:#124282;font-weight:bold;margin:0 0 1rem;padding:0 1rem .5rem}.agency-flow dd{padding:1rem}


.page-oem-business .handling-items  { margin: 0 auto; padding: 80px 40px; background: #f8f2f2;}
.page-oem-business .handling-items .handling-items-main { width: 100%; max-width: 1520px; margin:0 auto;}
.page-oem-business .handling-items .handling-items-main .content { overflow: hidden;}
.page-oem-business .handling-items .handling-items-main .content ul { margin-left: -40px; margin-top: -40px;}
.page-oem-business .handling-items .handling-items-main .content ul li { float: left; width: 20%; padding-left: 40px; padding-top: 40px;}
.page-oem-business .handling-items .handling-items-main .content ul li p {font-size: calc(12px + 0.23vw); line-height: 1.8; font-weight: bold; text-align: center;}

@media screen and (max-width:1010px) {
  .page-oem-business .handling-items  { padding:40px 20px;}
  .page-oem-business .handling-items .handling-items-main .content ul { margin-left: -20px; margin-top: -20px;}
  .page-oem-business .handling-items .handling-items-main .content ul li { padding-left: 20px; padding-top: 20px;}
}
@media screen and (max-width:780px) {
  .page-oem-business .handling-items .handling-items-main .content ul li { width: 33.333333333333333%;}
}
@media screen and (max-width:450px) {
  .page-oem-business .handling-items .handling-items-main .content ul li { width: 50%;}
}
@media screen and (max-width:370px) {
  .page-oem-business .handling-items .handling-items-main .content ul li { width: 100%;}
}



.page-oem-business .plant { margin:80px auto; padding:0 40px;}
.page-oem-business .plant .plant-main { width: 100%; max-width: 1520px; margin:0 auto;}
.page-oem-business .plant .plant-main .content { overflow: hidden;}
.page-oem-business .plant .plant-main .content .content-main { margin-left: -40px; margin-top: -40px; display: flex; flex-wrap: wrap;}
.page-oem-business .plant .plant-main .content .content-main .item { width: 50%; padding-left: 40px; padding-top: 40px; float: left;}
.page-oem-business .plant .plant-main .content .content-main .item h3 {font-size: calc(12px + 0.4895833333333327vw); margin-bottom: .5em;}
.page-oem-business .plant .plant-main .content .content-main .item .table { background: #f0f0f0; padding:40px;}
.page-oem-business .plant .plant-main .content .content-main .item .table table tr { border-color: #333;}

@media screen and (max-width:1010px) {
  .page-oem-business .plant { margin:40px auto; padding:0 20px;}
  .page-oem-business .plant .plant-main .content .content-main { margin-left: -20px; margin-top: -20px; }
  .page-oem-business .plant .plant-main .content .content-main .item { padding-left: 20px; padding-top: 20px;}
  .page-oem-business .plant .plant-main .content .content-main .item .table { padding:20px;}
}
@media screen and (max-width:500px) {
  .page-oem-business .plant .plant-main .content .content-main .item { width: 100%;}
}


.page-oem-business .step { padding:80px 40px;  background: #f8f2f2;}
.page-oem-business .step .step-main { width: 100%; max-width: 1520px; margin:0 auto;}
@media screen and (max-width:1010px) {
  .page-oem-business .step { padding:40px 20px;}
}
/* /oem-business */




/* mechanical-business */
.page-mechanical-business .about { margin: 80px auto; padding: 0 40px;}
.page-mechanical-business .about .about-main { width: 100%; max-width: 1520px; margin:0 auto; display: flex;}
.page-mechanical-business .about .about-main .content { width: 60%; padding-right: 40px; font-size: calc(12px + 0.23vw); line-height: 1.8;}
.page-mechanical-business .about .about-main .gallery { width: 40%;}
.page-mechanical-business .about .about-main .gallery:after { display: none;}
@media screen and (max-width:1010px) {
  .page-mechanical-business .about { margin: 40px auto; padding: 0 20px;}
  .page-mechanical-business .about .about-main .content { padding-right: 20px;}
}
@media screen and (max-width:600px) {
  .page-mechanical-business .about .about-main { display: block;}
  .page-mechanical-business .about .about-main .content { width: 100%; padding-right: 0;}
  .page-mechanical-business .about .about-main .gallery { width: 100%;}
  .page-mechanical-business .about .about-main .gallery:after { padding-top: 70%; display: block;}
}


.page-mechanical-business .links { padding:0px 40px 80px;}
.textcribe{text-align:center;font-size:20px;font-weight:bold;line-height:1.8;}
.page-mechanical-business .links .title-type-1{margin-top:60px;}
.page-mechanical-business .links .links-main { width: 100%; max-width: 1520px; margin:0 auto;}
.page-mechanical-business .links .links-main .title-type-1 h2 { background: #fc4237; color: #fff; line-height: 1.1; padding:10px 0;}
.page-mechanical-business .links .links-main .content { overflow: hidden;}
.page-mechanical-business .links .links-main .content ul { margin-left: -40px; margin-top: -40px;}
.page-mechanical-business .links .links-main .content ul li { padding-left: 40px; padding-top: 40px; width: 25%; float: left;}

@media screen and (max-width:1010px) {
  .page-mechanical-business .links { padding:40px 20px;}
  .page-mechanical-business .links .links-main .content ul { margin-left: -20px; margin-top: -20px;}
  .page-mechanical-business .links .links-main .content ul li { padding-left: 20px; padding-top: 20px;}
	.textcribe{font-size:18px;}
}
@media screen and (max-width:750px) {
  .page-mechanical-business .links .links-main .content ul li { width: 33.33333333333333%;}
	.textcribe{font-size:16px;}
}
@media screen and (max-width:570px) {
  .page-mechanical-business .links .links-main .content ul li { width: 50%;}
}
@media screen and (max-width:370px) {
  .page-mechanical-business .links .links-main .content ul li { width: 100%;}
}




.page-mechanical-business .goods { padding:0 40px; margin:80px auto;}
.page-mechanical-business .goods .goods-main { width: 100%; max-width: 1520px; margin:0 auto;}
.page-mechanical-business .goods .goods-main .content .subtitle { margin-bottom: .5em;}
.page-mechanical-business .goods .goods-main .content .subtitle h3 {font-size: calc(12px + 0.4895833333333327vw); color: #444444; margin-top: 1em;}
.page-mechanical-business .goods .goods-main .content .text {font-size: calc(12px + 0.23vw); line-height: 1.8; color: #7d7d7d; margin-bottom: 1em;}
.page-mechanical-business .goods .goods-main .content .item { overflow: hidden;}
.page-mechanical-business .goods .goods-main .content .item ul { margin-left: -40px; margin-top: -40px;}
.page-mechanical-business .goods .goods-main .content .item ul li { padding-left: 40px; padding-top: 40px; float: left; width: 25%;}
.page-mechanical-business .goods .goods-main .content .item ul li p { display: block; background-size: 100% auto; border:2px solid #062f6e;}
.page-mechanical-business .goods .goods-main .content .item ul li p:after { padding-top: 80%;}

@media screen and (max-width:1010px) {
  .page-mechanical-business .goods { padding:0 20px; margin:40px auto;}
  .page-mechanical-business .goods .goods-main .content .item ul { margin-left: -20px; margin-top: -20px;}
  .page-mechanical-business .goods .goods-main .content .item ul li { padding-left: 20px; padding-top: 20px;}
}
@media screen and (max-width:1010px) {
  .page-mechanical-business .goods .goods-main .content .item ul li { width: 50%;}
}
@media screen and (max-width:370px) {
  .page-mechanical-business .goods .goods-main .content .item ul li { width: 100%;}
}




.page-mechanical-business .fllow { padding:80px 40px; background: #f8f2f2;}
.page-mechanical-business .fllow .title-type-3 { width: 100%; max-width: 1520px; margin-left:auto; margin-right: auto;}
.page-mechanical-business .fllow .main { width: 100%; max-width: 1520px; margin:0 auto; line-height: 2; font-weight: bold; font-size: calc(12px + 0.23vw);}
/* /mechanical-business */



/* page-contact */
.page-contact .main { width: 100%; max-width: 1600px; margin:80px auto; padding:0 40px; font-size: calc(12px + 0.23vw); line-height: 1.8;}
.page-contact .main .text { margin-bottom: 1em;}
.page-contact .main .text span { color: #ff0000;}
.page-contact .main .table  { margin-bottom: 0; border:solid #e2e2e2; border-width:0 0 1px 1px;}
.page-contact .main .table dl > * { border:solid #e2e2e2; border-width:1px 1px 0 0; padding:20px;}
.page-contact .main .table dl { display: flex;}
.page-contact .main .table dl dt { width: 30%; background: #f5f5f5; font-weight: bold;}
.page-contact .main .table dl dt span { color: #ff0000;}
.page-contact .main .table dl dd { width: 70%;}

.page-contact .main .send { text-align: center; margin-top: 1em;}

@media screen and (max-width:1100px) {
  .page-contact .main { margin:40px auto; padding:0 20px;}
}
@media screen and (max-width:600px) {
  .page-contact .main .table dl { display: block;}
  .page-contact .main .table dl > * { width: 100%!important; padding:10px;}
}

/* /page-contact */


/* page-necessary-business */
.page-necessary-business .links { margin:80px auto; padding:0 40px;}
.page-necessary-business .links-main { width: 100%; max-width: 1520px; margin:0 auto; overflow: hidden; margin-bottom: 40px;}
.page-necessary-business .links-main .item-main { margin-left: -40px; margin-top: -40px; display: flex; flex-wrap: wrap;}
.page-necessary-business .links-main .item { padding-left: 40px; padding-top: 40px; float: left; width: 33.333333333333333333%; display: flex; align-items: flex-start;}
.page-necessary-business .links-main .item figure { width: 35%; margin-right: 20px;}
.page-necessary-business .links-main .item figure:after { padding-top:80%;}
.page-necessary-business .links-main .item ul { line-height: 1.8;}
.page-necessary-business .links-main .item ul li a { font-size: calc(12px + 0.23vw); line-height: 1.8; color: #333; text-decoration: none;}

.page-necessary-business .links .content { font-size: calc(12px + 0.23vw); line-height: 1.8; width: 100%; max-width: 1520px; margin:0 auto; }

@media screen and (max-width:1280px) {
  .page-necessary-business .links-main .item ul li a { font-size: calc(12px + 0.23vw);}
}
@media screen and (max-width:1010px) {
  .page-necessary-business .links { margin:40px auto; padding:0 20px;}
  .page-necessary-business .links-main { margin-bottom: 20px;}
  .page-necessary-business .links-main .item { width: 50%;}
}
@media screen and (max-width:600px) {
  .page-necessary-business .links-main .item { width: 100%;}
}
@media screen and (max-width:460px) {
  .page-necessary-business .links-main .item { flex-wrap: wrap;}
  .page-necessary-business .links-main .item figure { width: 100%; margin-right: 0; margin-bottom: 20px;}
  .page-necessary-business .links-main .item ul { width: 100%;}
}

.page-necessary-business .merchandise { padding:80px 40px; background: #f8f2f2;}
.page-necessary-business .merchandise .merchandise-main { width: 100%; max-width: 1520px; margin:0 auto; display: flex; align-items: center;}
.page-necessary-business .merchandise .merchandise-main .main { width: 70%; padding-right: 40px; font-size: calc(12px + 0.23vw); line-height: 1.8;}
.page-necessary-business .merchandise .merchandise-main .main h3 { margin-top: 1em; font-size: calc(12px + 0.4895833333333327vw);}
.page-necessary-business .merchandise .merchandise-main .gallery { width: 30%;}


@media screen and (max-width:1040px) {
  .page-necessary-business .merchandise { padding:40px 20px;}
  .page-necessary-business .merchandise .merchandise-main .main { padding-right: 20px;}
}
@media screen and (max-width:800px) {
  .page-necessary-business .merchandise .merchandise-main { display: block;}
  .page-necessary-business .merchandise .merchandise-main > * { width: 100%!important;}
  .page-necessary-business .merchandise .merchandise-main .main { padding-right: 0; margin-bottom: 20px;}
  .page-necessary-business .merchandise .merchandise-main .gallery img { margin:0 auto;}
}

.page-necessary-business .route { margin:80px auto; padding:0 40px;}
.page-necessary-business .route .route-main { width: 100%; max-width: 1520px; margin:0 auto;}
.page-necessary-business .route .route-main .content ul { display: flex; justify-content: space-between;}
.page-necessary-business .route .route-main .content ul li { width: calc(50% - 20px);}
.page-necessary-business .route .route-main .content ul li img { margin:0 auto;}

@media screen and (max-width:1010px) {
  .page-necessary-business .route { margin:40px auto; padding:0 20px;}
}
@media screen and (max-width:680px) {
  .page-necessary-business .route .route-main .content ul { display: block;}
  .page-necessary-business .route .route-main .content ul li { width: 100%;}
}


.page-necessary-business .support { padding:80px 40px; background: #f8f2f2;}
.page-necessary-business .support .support-main { width: 100%; max-width: 1520px; margin:0 auto;}
.page-necessary-business .support .support-main .gallery  { margin-bottom: 40px;}
.page-necessary-business .support .support-main .gallery ul { display: flex; justify-content: space-between;}
.page-necessary-business .support .support-main .gallery ul li { width: calc(50% - 20px);}
.page-necessary-business .support .support-main .gallery ul li h3 { margin-bottom: 1em; font-size: calc(12px + 0.4895833333333327vw); text-align: center; color: #fff; background: #062f6e; line-height: 2;}
.page-necessary-business .support .support-main .gallery ul li img { margin:0 auto;}

.page-necessary-business .support .support-main .content {font-size: calc(12px + 0.23vw); line-height: 1.8;}
.page-necessary-business .support .support-main .content h3 { font-size: calc(12px + 0.4895833333333327vw); margin-bottom: .3em;}



@media screen and (max-width:1010px) {
  .page-necessary-business .support .support-main .gallery  { margin-bottom: 20px;}
  .page-necessary-business .support { padding:40px 20px;}
}
@media screen and (max-width:680px) {
  .page-necessary-business .support .support-main .gallery ul { display: block;}
  .page-necessary-business .support .support-main .gallery ul li { width: 100%;}
  .page-necessary-business .support .support-main .gallery ul li:nth-child(1) { margin-bottom: 20px;}
}



.page-necessary-business .visitors { padding:0 40px;  margin:80px auto;}
.page-necessary-business .visitors .visitors-main { width: 100%; max-width: 1520px; margin:0 auto; display: flex; align-items: center;}
.page-necessary-business .visitors .visitors-main .main { width: 70%; padding-right: 40px; font-size: calc(12px + 0.23vw); line-height: 1.8;}
.page-necessary-business .visitors .visitors-main .main h3 { margin-top: 1em; font-size: calc(12px + 0.4895833333333327vw);}
.page-necessary-business .visitors .visitors-main .gallery { width: 30%;}


@media screen and (max-width:1040px) {
  .page-necessary-business .visitors { padding:0 20px; margin:40px auto;}
  .page-necessary-business .visitors .visitors-main .main { padding-right: 20px;}
}
@media screen and (max-width:800px) {
  .page-necessary-business .visitors .visitors-main { display: block;}
  .page-necessary-business .visitors .visitors-main > * { width: 100%!important;}
  .page-necessary-business .visitors .visitors-main .main { padding-right: 0; margin-bottom: 20px;}
  .page-necessary-business .visitors .visitors-main .gallery img { margin:0 auto;}
}



.page-necessary-business .service { padding:80px 40px; background: #f8f2f2;}
.page-necessary-business .service > * { width: 100%; max-width: 1520px; margin-left: auto; margin-right: auto;}
@media screen and (max-width:1010px) {
  .page-necessary-business .service { padding:40px 20px; }
}


.page-necessary-business .inbound { padding:0 40px; margin:80px auto;}
.page-necessary-business .inbound > * { width: 100%; max-width: 1520px; margin-left: auto; margin-right: auto;}
@media screen and (max-width:1010px) {
  .page-necessary-business .inbound { padding:0px 20px; margin:40px auto;}
}
/* /page-necessary-business */



/* logistics-business */
.page-logistics-business .import { margin:80px auto; padding:0 40px; width: 100%; max-width: 1600px;}
.page-logistics-business .import .title { margin-bottom: 40px;}
.page-logistics-business .import .title h2 { text-align: center; font-size: calc(18px + 0.8854166666666661vw); line-height: 1.8; font-weight: bold; color: #062f6e;}
.page-logistics-business .import .content { width: 100%; display: flex;}
.page-logistics-business .import .content > div { width: 50%;}
.page-logistics-business .import .content > div.left { padding-right: 20px;}
.page-logistics-business .import .content > div.right { padding-left: 20px;}
.page-logistics-business .import .content > div h3 { font-size: calc(12px + 0.4895833333333327vw); margin-bottom: 1em;}
.page-logistics-business .import .content > div ul {font-size: calc(12px + 0.23vw); line-height: 1.8; margin:1em auto;}
.page-logistics-business .import .content > div p {font-size: calc(12px + 0.23vw); line-height: 1.8;}

@media screen and (max-width:1010px) {
  .page-logistics-business .import { margin:40px auto; padding:0 20px;}
  .page-logistics-business .import .title { margin-bottom: 20px;}
  .page-logistics-business .import .content > div.left { padding-right: 10px;}
  .page-logistics-business .import .content > div.right { padding-left: 10px;}
}
@media screen and (max-width:680px) {
  .page-logistics-business .import .content { display: block;}
  .page-logistics-business .import .content > div { width: 100%; padding:0!important;}
}




.page-logistics-business .import-export { padding:0 40px;  margin:80px auto;}
.page-logistics-business .import-export .import-export-main-1 { width: 100%; max-width: 1520px; margin:0 auto 40px; display: flex; align-items: center;}
.page-logistics-business .import-export .import-export-main-1 .main { width: 70%; padding-right: 40px; font-size: calc(12px + 0.23vw); line-height: 1.8;}
.page-logistics-business .import-export .import-export-main-1 .main h3 { margin-top: 1em; font-size: calc(12px + 0.4895833333333327vw);}
.page-logistics-business .import-export .import-export-main-1 .gallery { width: 30%;}

.page-logistics-business .import-export .import-export-main-2 { width: 100%; max-width: 1520px; margin:0 auto; display: flex; align-items: center; flex-direction:row-reverse;}
.page-logistics-business .import-export .import-export-main-2 .main { width: 70%; padding-left: 40px; font-size: calc(12px + 0.23vw); line-height: 1.8;}
.page-logistics-business .import-export .import-export-main-2 .main h3 { margin-top: 1em; font-size: calc(12px + 0.4895833333333327vw);}
.page-logistics-business .import-export .import-export-main-2 .gallery { width: 30%;}
.page-logistics-business .import-export .import-export-main-2 .gallery ul { display: flex; justify-content: space-between;}
.page-logistics-business .import-export .import-export-main-2 .gallery ul li { width: calc(50% - 20px);}

@media screen and (max-width:1040px) {
  .page-logistics-business .import-export { padding:0 20px; margin:40px auto;}
  .page-logistics-business .import-export .import-export-main-1 { margin:0 auto 20px;}
  .page-logistics-business .import-export .import-export-main-1 .main { padding-right: 20px;}
  .page-logistics-business .import-export .import-export-main-2 .gallery ul li { width: calc(50% - 10px);}
  .page-logistics-business .import-export .import-export-main-2 .main { padding-left: 20px;}
}
@media screen and (max-width:800px) {
  .page-logistics-business .import-export .import-export-main-1 ,.page-logistics-business .import-export .import-export-main-2 { display: block;}
  .page-logistics-business .import-export .import-export-main-1 > * { width: 100%!important;}
  .page-logistics-business .import-export .import-export-main-2 > * { width: 100%!important;}
  .page-logistics-business .import-export .import-export-main-1 .main { padding-right: 0; margin-bottom: 20px;}
  .page-logistics-business .import-export .import-export-main-2 .main { padding-left: 0;}
  .page-logistics-business .import-export .import-export-main-2 .gallery { margin-top: 20px;}
  .page-logistics-business .import-export .import-export-main-1 .gallery img { margin:0 auto;}
}




.page-logistics-business .overseas { padding:0 40px;  margin:80px auto;}
.page-logistics-business .overseas .overseas-main { width: 100%; max-width: 1520px; margin:0 auto 40px; display: flex; align-items: center;}
.page-logistics-business .overseas .overseas-main .main { width: 70%; padding-right: 40px; font-size: calc(12px + 0.23vw); line-height: 1.8;}
.page-logistics-business .overseas .overseas-main .main h3 { margin-top: 1em; font-size: calc(12px + 0.4895833333333327vw);}
.page-logistics-business .overseas .overseas-main .gallery { width: 30%;}


@media screen and (max-width:1040px) {
  .page-logistics-business .overseas { padding:0 20px; margin:40px auto;}
  .page-logistics-business .overseas .overseas-main { margin:0 auto 20px;}
  .page-logistics-business .overseas .overseas-main .main { padding-right: 20px;}
}
@media screen and (max-width:800px) {
  .page-logistics-business .overseas .overseas-main { display: block;}
  .page-logistics-business .overseas .overseas-main > * { width: 100%!important;}
  .page-logistics-business .overseas .overseas-main .main { padding-right: 0; margin-bottom: 20px;}
  .page-logistics-business .overseas .overseas-main .gallery img { margin:0 auto;}
}




.page-logistics-business .implementation { padding:80px 40px; background: #f8f2f2;}
.page-logistics-business .implementation > .title h2 { text-align: center;
    font-size: calc(18px + 0.8854166666666661vw);
    line-height: 1.8;
    font-weight: bold;
    color: #062f6e;}

.page-logistics-business .implementation-main , .page-logistics-business .implementation-main-2 { width: 100%; max-width: 1520px; margin:0 auto;}

.page-logistics-business .implementation-main .subtitle h3  { font-size: calc(12px + 0.4895833333333327vw); display: flex; align-items: center; line-height: 1; margin-bottom: .5em;}
.page-logistics-business .implementation-main .subtitle h3 span { background: #ff0000; color: #fff; padding:4px 5px; font-size: calc(12px + 0.3895833333333327vw); line-height: 1; margin-right: 10px;}
.page-logistics-business .implementation-main .content {font-size: calc(12px + 0.23vw);
    line-height: 1.8;}
    .page-logistics-business .implementation-main .content .gallery  { overflow: hidden; margin-bottom: 40px;}
    .page-logistics-business .implementation-main .content .gallery ul { margin-left: -40px; margin-top: -40px;}
    .page-logistics-business .implementation-main .content .gallery ul li { padding-left: 40px; padding-top: 40px; float: left; width: 33.333333333333%;}
      .page-logistics-business .implementation-main .content .gallery ul li div:after { padding-top: 70%;}


      .page-logistics-business .implementation-main-2 { margin-top: 40px;}
      .page-logistics-business .implementation-main-2 .title-type-3 { margin-bottom: 0}
      .page-logistics-business .implementation-main-2 .content {    font-size: calc(12px + 0.23vw);
    line-height: 1.8; display: flex; flex-wrap: wrap;}
    .page-logistics-business .implementation-main-2 .content  > * { width: 50%; margin:1em auto;}

    @media screen and (max-width:1010px) {
      .page-logistics-business .implementation { padding:40px 20px; }
        .page-logistics-business .implementation-main-2 .content  > * { width: 100%; margin:1em auto;}
    }

    @media screen and (max-width:800px) {
    .page-logistics-business .implementation-main .content .gallery ul li  { width: 50%;}
    .page-logistics-business .implementation-main .subtitle h3 { font-size: 18px;}
    .page-logistics-business .implementation-main .content .gallery ul { margin-left: -20px; margin-top: -20px;}
    .page-logistics-business .implementation-main .content .gallery ul li { padding-left: 20px; padding-top: 20px;}
    }
    @media screen and (max-width:370px) {
  .page-logistics-business .implementation-main .content .gallery ul li  { width: 100%;}
    }
/* /logistics-business */

/*logistics-businessNew*/
.logistics-businessNew{padding:0 40px 60px;}
.logistics-businessNew .logistics-businessNewDl{display:flex;align-items:center;margin:0 auto;width:100%;max-width:1520px;}
.logistics-businessNew .logistics-businessNewDl:not(:first-child){margin-top:40px;}
.logistics-businessNew .logistics-businessNewDl>dt{width:30%;}
.logistics-businessNew .logistics-businessNewDl>dd{padding-right:40px;width:70%;line-height:1.8;font-size:calc(12px + 0.23vw);}
.logistics-businessNew .logistics-businessNewDl.logistics-businessNewDls{
	-webkit-box-orient:horizontal;
	-webkit-box-direction:reverse;
	-moz-box-orient:horizontal;
	-moz-box-direction:reverse;
	-ms-flex-direction:row-reverse;
	flex-direction:row-reverse;
}
.logistics-businessNew .logistics-businessNewDl.logistics-businessNewDls>dd{padding-left:40px;padding-left:40px;}
.logistics-businessNew .logistics-businessNewD{margin:40px auto 0;width:100%;max-width:1520px;line-height:1.8;font-size:calc(12px + 0.23vw);}
@media screen and (max-width:1040px){
	.logistics-businessNew{padding:0 20px 40px;}
	.logistics-businessNew .logistics-businessNewDl:not(:first-child){margin-top:30px;}
	.logistics-businessNew .logistics-businessNewDl>dd{padding-right:20px;}
	.logistics-businessNew .logistics-businessNewDl.logistics-businessNewDls>dd{padding-left:20px;}
	.logistics-businessNew .logistics-businessNewD{margin:30px auto 0;}
}
@media screen and (max-width:800px){
	.logistics-businessNew .logistics-businessNewDl{display:block;}
	.logistics-businessNew .logistics-businessNewDl>dd{padding:0 !important;width:100%;}
	.logistics-businessNew .logistics-businessNewDl>dt{margin-top:20px;width:100%;}
	.logistics-businessNew .logistics-businessNewDl>dt>img{width:100%;}
}


/* news start */
.newsli .banner { position: relative;}
.newsli .banner figure { min-height: 30vh; position: relative; z-index: 10; background-position: top center;}
.newsli .banner figure:after { padding-top: 30%;}
.newsli .banner figure:before { content: ""; display: block; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background-color: rgba(3, 96, 140, .5);}
.newsli .banner .slogan { position: absolute; z-index: 30; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 100%; max-width: 1600px; padding:0 40px;}
.newsli .banner .slogan h1 { font-size: calc(18px + 0.8vw); color: #fff; line-height: 1.1; padding-left: .7em; border-left:5px solid #fff;}

.newsli .breadcrumbs { background: #f8f2f2; font-size: 14px; line-height: 1; padding:10px 40px;}
.newsli .breadcrumbs .breadcrumbs-main { width: 100%; max-width: 1520px; margin:0 auto;}
.newsli .breadcrumbs .breadcrumbs-main a { color: #062f6e; display: inline-flex; align-items: center;}
.newsli .breadcrumbs .breadcrumbs-main a:after { content: ""; display: block; width: 8px; height: 8px; border:solid #062f6e; border-width: 1px 1px 0 0; transform: rotate(45deg); margin-right: 10px; margin-top: -1px; margin-left: 10px;}

@media screen and (max-width:1010px) {
  .newsli .banner .slogan h1 { border-left: 3px solid #fff;}
  .newsli .banner .slogan { padding:0 20px;}
  .newsli .breadcrumbs { padding:10px 20px;}
}
@media screen and (max-width:470px) {
  .newsli .breadcrumbs { font-size: 12px;}
  .newsli .breadcrumbs .breadcrumbs-main a:after {width: 5px; height: 5px; margin-left: 5px; margin-right: 5px;}
}

.newsBox{max-width: 1600px;margin:auto;padding:80px 40px;}
.newsBox>.newsTit{text-align:center;border-bottom:1px solid gray;padding-bottom:20px;}
.newsBox>.newsTit>h5{font-size:calc(14px + 0.3125vw);}
.newsBox>.newsTit>p{font-size:14px;margin-top:20px;color:gray;}
.newsBox>.newsCont{margin-top:20px;}

@media screen and (max-width:1010px) {
	.newsBox{padding:40px 20px;}
/* 	.newsBox>.newsTit>h5{font-size:16px;} */
}

.pagenav { display: flex; justify-content: center; margin-top: 40px;}
.pagenav > * { padding:5px 10px; border:1px solid #333;text-decoration:none; color:#333;}
.pagenav > *:not(:first-child) { margin-left:10px;}
.pagenav > a:hover { background:#333; color:#fff; text-decoration:none;}
.pagenav > span { background:#333; color:#fff!important;}


.newsBox>ul>li{padding:20px 0;border-bottom:1px dashed gray;}
.newsBox>ul>li>a{color:#000;}
.newsBox>ul>li>a:hover{color:#4a8aeb;text-decoration:none;}
.newsBox>ul>li>a>.newsHea{display:flex;align-items:center;justify-content:space-between;}
.newsBox>ul>li>a>.newsHea>p{color:#fff;background:#062f6e;text-align:center;width:100px;padding:3px 0;}
.newsBox>ul>li>a>.newsHea>h5{font-size:18px;width:calc(100% - 110px);}
.newsBox>ul>li>a>.newsCont{font-size:16px;margin-top:7px;}
@media screen and (max-width:1010px) {
	.newsBox>ul>li>a>.newsHea>p{width:90px;}
	.newsBox>ul>li>a>.newsHea>h5{font-size:16px;width:calc(100% - 105px);}
	.newsBox>ul>li>a>.newsCont{font-size:14px;}
}
@media screen and (max-width:580px) {
	.newsBox>ul>li>a>.newsHea{display:block;}
	.newsBox>ul>li>a>.newsHea>h5{width:100%;margin-top:7px;}
}
/* news end */



/* page-brand-business */

.page-brand-business .route { margin:80px auto; padding:0 40px;}
.page-brand-business .route .route-main { width: 100%; max-width: 700px; margin: 0px auto;}
.page-brand-business .route .route-main .content ul { display: flex; justify-content: space-between;}
.page-brand-business .route .route-main .content ul li img { margin:0 auto;}
.page-brand-business .route .route-main .content ul li img { box-shadow: 20px 20px 50px 0 rgba(0, 0, 0, .3);}
.page-brand-business .route .route-main .content ul li:hover img { opacity: 0.8;}


@media screen and (max-width:1010px) {
  .page-brand-business .route { margin:40px auto; padding:0 20px;}
}
@media screen and (max-width:680px) {
  .page-brand-business .route .route-main .content ul { display: block;}
  .page-brand-business .route .route-main .content ul li { width: 100%;}
}

/* page-brand-business */


/* /page-kanzenseiha */

.page-kanzenseiha .box {position: relative; margin:0px auto;}
.page-kanzenseiha .box ul  {
  position: absolute;
  top: 61%;
  left: 75%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: scale(0.6) translate(-50%,-50%);
  z-index: 0;
}

.page-kanzenseiha .box ul a.btn_08 li {
  position: relative;
  display: block;
  transform: translate(0, -10%);
  overflow: hidden;
  z-index: 30;
}

.page-kanzenseiha .box ul a.btn_08 li::before {
  content: "";
  position: absolute;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transform: rotate(45deg);
  z-index: 30;
}

.page-kanzenseiha .box ul a.btn_08::after, a.btn_08 li {
  transition-property: transform;
  transition-duration: 0.3s;
}
.page-kanzenseiha .box ul a.btn_08:hover::after, a.btn_08:hover li {
  transform: translate(0, 0);
}

.page-kanzenseiha .box ul a.btn_08:hover li::before {
  animation: shine 1s ease-in-out 1;
}
@keyframes shine {
  0% {
    transform: scale(1) rotate(45deg);
    opacity: 0;
  }
  10% {
    transform: scale(1) rotate(45deg);
    opacity: 0.5;
  }
  20% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  80% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.page-kanzenseiha {
  position: relative;
  }

.page-kanzenseiha img {
  width: 100%;
  }

/* page-kanzenseiha */


/* /page-mask */

.page-mask img { margin:0px auto;}

/* page-mask */


/* /page-overseas-business */

.page-overseas-business img { margin:0px auto;}

/* page-overseas-business */




/*


*/
