.mobile{
	display: none;
}
.hidden{
	/*display: none;*/
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.m20{
    margin:20px !important;
}
.mb30{
	margin-bottom:30px !important;
}
.ml100{
    margin-left:100px;
}
.mr100{
    margin-right: 100px;
}
.pb50{
    padding-bottom:50px !important;
}
.pt10{
	padding-top:1px !important;
}
.mt25{
    margin-top:25px !important;
}
.mb50{
    margin-bottom: 50px !important;
}
body{
	background-color: #ECECEC;
    
    background-image: repeating-radial-gradient(circle at center center, transparent 0px, transparent 13px,rgba(0,0,0,0.03) 13px, rgba(0,0,0,0.03) 24px,transparent 24px, transparent 62px,rgba(0,0,0,0.03) 62px, rgba(0,0,0,0.03) 96px),repeating-radial-gradient(circle at center center, rgb(255,255,255) 0px, rgb(255,255,255) 14px,rgb(255,255,255) 14px, rgb(255,255,255) 18px,rgb(255,255,255) 18px, rgb(255,255,255) 28px,rgb(255,255,255) 28px, rgb(255,255,255) 32px); background-size: 21px 21px;

}
/*slider*/
div.slidesWrapper{
	width:100%;
    height: 40vw;
	margin: auto;
	position: relative;
	z-index: 1 !important;
}
div.slides {
	width:100%;
    height: 40vw;
	margin: auto;
	position: relative;
	z-index: 1 !important;
}
div.slides img{
	width:100%;
	height: 40vw;
	object-fit: cover !important;
}
button.slick-prev {
	background: url("../images/arrow_prev.svg") no-repeat;
	background-size: 20px;
	left: 35px;
}
div.presenWrapper button.slick-prev{
	left: 35px;
}
button.slick-prev:hover {
	background-image: url(../images/arrow_prev_on.svg) !important;
}
button.slick-next {
	background: url("../images/arrow_next.svg") no-repeat;
	background-size: 20px;
	right: 35px;
}
div.presenWrapper button.slick-next{
	right: 35px;
}
button.slick-next:hover {
	background-image: url(../images/arrow_next_on.svg) !important;
}
button.slick-arrow {
	text-indent: -9999px;
	position: absolute;
	width: 20px;
	height: 40px;
	top: calc(20vw - 20px);
	z-index: 1;
	border: none;
	cursor: pointer;
}
div.presenWrapper button.slick-arrow{
    top:280px;
}
ul.slick-dots {
	width: 100%;
	height: 20px;
	text-align: center;
	overflow: hidden;
	position: absolute;
	bottom: 20px;
}
div.presenWrapper ul.slick-dots{
    bottom:-20px;
}
ul.slick-dots li {
	text-indent: -9999px;
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: var(--sub-color);
	border-radius: 10px;
	margin: 5px;
}
li.slick-active {
	background-color: var(--main-color) !important;
}
/*end of slider*/

#headerWrapper {
    width:100%;
    min-width: var(--min-width);
    height: var(--header-height);
    background:#fff;
}
div#header{
    width:100%;
    min-width:var(--min-width);
    max-width:var(--max-width);
    margin:auto;
    height: var(--header-height);
    position: relative;
}
div#header h1{
    padding-top:40px;
    background:url("../images/logo.svg") center top no-repeat;
    background-size:442px;
    width:442px;
    text-align: center;
    position: absolute;
    top:10px;
    bottom:0;
    left:10px;
    margin:auto;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
div#header p.inquiry{
    width:160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size:14px;
    position: absolute;
    top:30px;
    right:10px;
}
div#header p.inquiry a{
    width:100%;
    height: 100%;
    display: block;
    background:var(--button-color);
    color:#fff;
    border-bottom:none;
}
div#header p.inquiry a:hover{
    background:var(--button-hover-color);
    text-decoration: none !important;
    border-bottom:none;
}
div#header a{
    color:#000;
}
div.navWrapper{
    width: 100%;
    min-width: var(--min-width);
    background-image: radial-gradient(circle at center center, transparent,rgb(33,33,33)),repeating-linear-gradient(135deg, rgb(33,33,33) 0px, rgb(33,33,33) 2px,transparent 2px, transparent 10px,rgb(33,33,33) 10px, rgb(33,33,33) 11px,transparent 11px, transparent 21px),repeating-linear-gradient(45deg, rgb(47,47,47) 0px, rgb(47,47,47) 4px,transparent 4px, transparent 8px),linear-gradient(90deg, rgb(33,33,33),rgb(33,33,33));
    height: 80px;
    overflow: hidden;
}
ul.nav{
    width:var(--min-width);
    height: 40px;
    margin:20px auto;
    display: flex;
    justify-content: space-around;
}
ul.nav li{
    width:150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
ul.nav li a{
    width:100%;
    height: 100%;
    display: block;
    color:#fff;
    border-radius: var(--border-radius);
}
ul.nav li.active a,
ul.nav li:hover a{
    background:#fff;
    color:var(--main-color);
}

h2.top {
    width:100%;
    min-width:var(--min-width);
    text-align: center;
    font-size:28px;
    height: 60px;
    line-height: 60px;
    color:#fff;
    margin:var(--margin-top) auto var(--margin-top);
}
div.contents{
    width:var(--min-width);
    margin:var(--margin-top) auto var(--margin-bottom);
    background:#fff;
    box-shadow: var(--box-shadow);
    box-sizing:border-box;
    padding:var(--margin-top);
    border-radius: var(--border-radius);
    height: auto;
    overflow: hidden;
}


#footerWrapper {
    width:100%;
    min-width: var(--min-width);
    /*background:var(--footer-color);*/
    padding:var(--margin-top) 0;
    background-image: radial-gradient(circle at center center, transparent,rgb(33,33,33)),repeating-linear-gradient(135deg, rgb(33,33,33) 0px, rgb(33,33,33) 2px,transparent 2px, transparent 10px,rgb(33,33,33) 10px, rgb(33,33,33) 11px,transparent 11px, transparent 21px),repeating-linear-gradient(45deg, rgb(47,47,47) 0px, rgb(47,47,47) 4px,transparent 4px, transparent 8px),linear-gradient(90deg, rgb(33,33,33),rgb(33,33,33));
}
#footer{
    width:var(--min-width);
    margin:auto;
}
#footer h2{
    font-size:24px;
    color:#fff;
    text-align: center;
}
#footer ul{
    display: flex;
    justify-content: space-around;
    margin:var(--margin-top) auto;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
    padding: 15px 0;
}
#footer ul a{
    color:#fff;
}
div.map{
    width:100%;
    height: 350px;
    margin:10px auto;
}
p.copy{
    font-size:12px;
    color:#fff;
    text-align: center;
}

div.topNewsWrapper {
    display: flex;
    justify-content: space-between;
}
div.topNews{
    width:calc(50% - 20px);
}
div.topNews h3{
    font-size:18px;
    font-weight: bold;
    color:#fff;
    text-indent: 20px;
    line-height: 2.5em;
}
div.topNews h3.blue{
    background-image: repeating-linear-gradient(315deg, rgba(0,0,0,0.04) 0px, rgba(0,0,0,0.04) 2px,transparent 2px, transparent 4px),linear-gradient(315deg, rgb(165, 230, 235),rgb(29, 32, 232));
}
div.topNews h3.green{
    background-image: repeating-linear-gradient(315deg, rgba(0,0,0,0.04) 0px, rgba(0,0,0,0.04) 2px,transparent 2px, transparent 4px),linear-gradient(315deg, rgb(173,235,165),rgb(25,204,28));
}
div.topNews ul{
    padding:10px;
    background:#efefef;
}
div.topNews li{
    align-items: center;
    margin-bottom:20px;
}
div.topNews li a{
    border-bottom:1px solid #333;
}
div.topNews ul span.date{
    display: block;
    font-size:14px;
}
div.topNews ul span.category{
    font-size:12px;
    padding:2px 10px;
    background:#ccc;
    display: inline-block;
    width:70px;
    text-align: center;
    margin-right: 10px;
    font-weight: bold;
    margin-left: 10px;
}
p.more{
    text-align: center;
    width:60%;
    margin:30px auto 0;
    height: 2.5em;
}
p.more a{
    display: block;
    width:100%;
    height: 100%;
    border:2px solid #333;
    line-height: 2.5em;
    border-radius: 1.25em;
}
p.more a:hover{
    background:#ccc;
}
div.bannerWrapper {
    width:100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top:100px;
}
div.bannerWrapper img{
    width: calc(50% - 20px);
    width:440px;
    height: auto;
    margin-bottom: 20px;
}
div.bannerWrapper img:hover{
    opacity: 0.8;
}

div.h2Wrapper {
    width:100%;
    min-width:var(--min-width);
    height: 100px;
    background-image: repeating-linear-gradient(135deg, rgba(0,0,0,0.03) 0px, rgba(0,0,0,0.03) 2px,transparent 2px, transparent 4px),linear-gradient(45deg, rgb(18, 105, 233),rgb(166, 255, 155));
    margin-top:10px;
}
div.h2Wrapper h2{
    width:var(--min-width);
    height: 100px;
    line-height: 100px;
    font-size:32px;
    position: relative;
    text-indent: 30px;
    margin:auto;
    color:#fff;
}
div.h2Wrapper h2::before{
    content: "";
    width:4px;
    height: 50px;
    position: absolute;
    background:#fff;
    margin:auto;
    top:0;
    bottom:0;
    left:0;
}

h3.general {
    width:100%;
    font-size:24px;
    border-bottom:3px solid #ccc;
    margin-bottom:25px;
    color:var(--sub-color);
    font-weight: bold;
}
h3.general + p{
    font-size:18px;
    margin:25px 0 50px 100px;
}
div.flow{
    background:#efefef;
    margin:25px auto 50px 100px;
    box-sizing: border-box;
    padding:20px;
    position: relative;
}
div.flow::after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 12.5px 0 12.5px;
    border-color: var(--sub-color) transparent transparent transparent;
    position: absolute;
    margin:auto;
    left:0;
    right:0;
    bottom:-35px;
}
div.flow:last-child::after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 12.5px 0 12.5px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    margin:auto;
    left:0;
    right:0;
    bottom:-35px;
}
div.flow h4{
    background:var(--sub-color);
    line-height: 40px;
    color:#fff;
    text-indent: 20px;
    margin-bottom:20px;
}
div.flow h4 span{
    font-size:20px;
    padding-right: 20px;
    font-style: italic;
}
div.flow p{
    padding-left:250px;
    background-position: left 50px top;
    background-repeat: no-repeat;
    background-size:150px;
    min-height: 180px;
}
div.flow.flow1 p{
    background-image:url("../images/step1.svg");
}
div.flow.flow2 p{
    background-image:url("../images/step2.svg");
}
div.flow.flow3 p{
    background-image:url("../images/step3.svg");
}
div.flow.flow4 p{
    background-image:url("../images/step4.svg");
}
div.flow.flow5 p{
    background-image:url("../images/step5.svg");
}





div.ceo{
    width:100%;
    overflow: hidden;
    margin-bottom:50px;
}
div.ceo img{
    float: left;
    margin-right: 25px;
}

ul.shaze {
    width:640px;
    margin:25px auto 50px;
    font-family: serif;
    font-size:24px;
}

dl.company {
    border-bottom:1px solid #ccc;
    overflow: hidden;
    margin-left:100px;
    clear: both;
}
dl.company dt,
dl.company dd{
    border-top:1px solid #ccc;
    padding:10px;
}
dl.company dt{
    width:150px;
    float:left;
    clear: both;
}
dl.shop {
    border-bottom:1px solid #ccc;
    overflow: hidden;
    margin-left:100px;
    clear: both;
    margin-bottom: 50px;
}
dl.shop dt,
dl.shop dd{
    border-top:1px solid #ccc;
    padding:10px;
}
dl.shop dt{
    width:250px;
    float:left;
    clear: both;
}
dl.shop dd{
    width:calc(100% - 250px - 40px);
    float:right;
}

ul.switch {
    width:var(--min-width);
    margin:25px auto;
    display: flex;
    justify-content: space-around;
}
ul.switch li{
    width:200px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
    box-shadow: 3px 3px 9px rgba(0,0,0,0.35)
}
ul.switch li a{
    display: block;
    width:100%;
    height: 100%;
}
ul.switch li.active,
ul.switch li:hover{
    background:var(--sub-color);
}
ul.switch li.active a,
ul.switch li:hover a{
    color:#fff;
}


div.imgWrapper img{
    width:100%;
    margin:25px auto;
}

ul.tabs {
    margin:25px 100px;
    display: flex;
    justify-content: space-between;
}
div.interview{
    margin:25px 100px;
}

div.staffPhoto {
    display: flex;
    justify-content: space-around;
    margin-bottom: 25px;
}
div.staffPhoto img{
    width:320px;
    height: 240px;
    object-fit: cover;
}

div.staff p{
    text-align: center;
    margin-top:10px;
}
div.staff img:hover{
    box-shadow: 3px 3px 9px rgba(0,0,0,0.35);
}
.ui-tabs-active img{
    box-shadow: 3px 3px 9px rgba(0,0,0,0.35);
}
dl.qa{
    
}
dl.qa dt{
    font-weight: bold;
}
dl.qa dd{
    margin-left:50px;
}
dl.qa dt:before {
    content: "Q ";
    font-family: "policy";
    color: pink;
    font-size: 30px;
}
dl.qa dd:before {
    content: "A ";
    font-family: "policy";
    color: skyblue;
    font-size: 30px;
}
div.welfare{
    width:calc(33% - 40px);
    border:10px solid #ccc;
    margin-bottom:20px;
}
div.welfare img{
    width:100%;
    height: auto;
    object-fit: cover;
}
div.welfare h4{
    font-size:18px;
    line-height: 3em;
    text-align: center;
    background:#042E8A;
    color:#fff;
}
div.welfare p{
    padding:15px;
    text-align:justify;
}
p.welfare{
    color:#042E8A;
    font-size:24px;
    text-align: center;
    margin:50px auto;
}
div.recruit3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin:25px 100px;
}

div.recruitWrapper {
    width:100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
dl.recruit{
    width:calc(50% - 20px);
    box-sizing: border-box;
    padding:10px;
    border:1px solid #ccc;
    border-radius: 4px;
}
dl.recruit dt{
    font-weight: bold;
    padding:10px;
}
dl.recruit dd{
    padding:10px;
    border-bottom: 1px solid #ccc;
    padding-left:20px;
}

p.entry {
    width:180px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin:10px auto;
}
p.entry a{
    background:var(--sub-color);
    display: block;
    width:100%;
    height: 100%;
    color:#fff;
}

div.main {
    width:640px;
    float: right;
}

div.productWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
div.product{
    width:calc(33% - 10px);
    box-sizing: border-box;
    padding:10px;
    border:1px solid #ccc;
    border-radius: 4px;
    margin:5px;
}
div.product img{
    width:100%;
    transform: scale(1);
    transition: transform 0.2s;
}
div.product img:hover{
    transform: scale(1.05);
    transition: transform 0.2s;
}
div.product p{
    margin-top:10px;
}



div.side {
    width:calc(100% - 640px - 20px);
    float: left;
}
div.side ul{
    margin-bottom: 50px;
}
div.side input[type=checkbox]{
    width:16px;
    height: 16px;
    border:2px solid #333;
    margin-right: 15px;
    border-radius: 2px;
}
div.side input[type=checkbox]:checked{
    background:#333;
}
div.side label{
    cursor: pointer;
}

div.shop {
    width:100%;
}
div.shop img{
    float: left;
    margin-bottom: 25px;    
}
div.shop h3{
    display: inline-block;
    font-size:24px;
    padding-left: 20px;
    color:var(--sub-color);
}

div.shopMap {
    width:100%;
    height: 400px;
}
