@charset "utf-8";

/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  layout.css
 style info :  レイアウトファイル
 admin info :  apricot-design

//////////////////////////////////////////////////////////*/

/*
0:Base
------------------------------------------------------------
*/
body {
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	color: #000;
	font-size: 12px;
	line-height: 1.8em;
	text-align: left;
	letter-spacing: 0.06em;
	-webkit-text-size-adjust: 100%;
}
.win body {
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
}
a, a:link, a:active, a:visited {
	text-decoration: none;
	color: #000;
	transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
}
a:hover {
	color: #999;
}
a:focus {
	outline: none;
}
a:hover, a:active {
	outline: 0;
}
.opacity:hover{
	transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
	-moz-opacity: .7;
	-ms-opacity: .7;
	-webkit-opacity: .7;
	opacity: .7;
}
img{
    vertical-align: top;
}
.sp{
	display: none;
}
.pc{
	display: block;
}
#topcontrol {
    background: url(../images/pagetop.svg) no-repeat center;
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
    right: 20px!important;
    bottom: 20px!important;
}
/*
1:Base
------------------------------------------------------------
*/
#containerWrap {
    overflow: hidden;
}
#container {

}
#content {

}
.inner {
    max-width: 1235px;
    width: 90%;
    margin: 0 auto;
    position: relative;
}
.inner2 {
    width: 95%;
    margin: 0 auto;
    position: relative;
    max-width: 1400px;
}
.inner3 {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
	position:relative;
	z-index: 0;
}
.inner4{
	max-width: 1130px;
	width: 90%;
	margin: 0 auto;
}
.inner93 {
    width: 93%;
    margin: 0 auto;
}
.mainImg {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.section {
	margin-bottom: 80px;
	overflow: hidden;
}
.box {
	overflow: hidden;
}
.pan-box {
    overflow: hidden;
    width: 95%;
    margin: 30px auto 15px;
}
#breadcrumbList {
    float: right;
    margin-top: 20px;
}
#breadcrumbList img{
    width: 18px;
	height: 16px;
    vertical-align: text-bottom;
}
#breadcrumbList span {
	margin: 0 5px;
}
.rec-pan {
    float: none!important;
    width: 95%;
    margin: 0 auto 50px;
    clear: both;
}
.secound {
    overflow: hidden;
    margin: 0 0 100px;
    clear: both;
    position: relative;
}
.secound img{
	width: 100%;
}
.recImg{
	margin-bottom: 0!important;
}
.wp-pagenavi {
	font-size: 1.4em;
}
span.current {
    margin-right: 1.5%;
    background: #000;
    text-align: center;
    width: 40px;
    color: #fff;
    border-radius: 10px;
    display: inline-block;
    padding: 8px 0;
}
a.page.larger, a.previouspostslink, a.page.smaller, span.extend, span.extend, a.nextpostslink, a.first {
    margin-right: 1.5%;
    background: #acacac;
    text-align: center;
    width: 40px;
    color: #fff;
    border-radius: 10px;
    display: inline-block;
    padding: 8px 0;
}
ul.pagenation {
    letter-spacing: -.5em;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	font-size: 1.2em;
	padding: 3% 0;
	margin-bottom: 6%;
	overflow: hidden;
}
ul.pagenation li {
    display: inline-block;
    width: 45%;
    vertical-align: top;
    letter-spacing: normal;
}
ul.pagenation li:last-child{
    text-align: right;
	float: right;
}
ul.pagenation li a{
	position: relative;
	padding-left: 8%;
}
ul.pagenation li:last-child a{
	padding-right: 8%;
	padding-left: 0;
}
ul.pagenation li a:before{
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 11px;
	width: 1px;
	background: #000;
}
ul.pagenation li a:after{
	position: absolute;
	content: '';
	background: url(../images/left.svg) no-repeat left;
	background-size: 13px 13px;
	width: 13px;
	height: 13px;
	left: 2px;
	top: 0;
	bottom: 0;
	margin: auto;
}
ul.pagenation li:last-child a::before{
	left: auto;
	right: 0;
}
ul.pagenation li:last-child a::after{
	background: url(../images/right.svg) no-repeat left;
	background-size: 13px 13px;
	right: 2px;
	left: auto;
}
#main {
	float: left;
	width: 66.5%;
}
#sub {
    float: right;
    width: 26.5%;
    background: #f9f9f9;
    padding: 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	font-size: 1.1em;
}





.sectionC {
	margin-bottom: 2em;
	clear: both;
	overflow: hidden;
	text-align:center;
}
.leftCol {
	float:left;
	padding: 10px;
	width: 265px;
}
.rightCol {
	float:right;
	padding: 10px;
	width: 380px;
}
.leftBox {
	float: left;
}
.rightBox {
	float: right;
}
.ate {
	padding:15px;
	border: 1px dotted #1d1d1d;
}
article {
	background-color: #fff;
	padding-bottom: 2em;
}
/*
2:h_tag
------------------------------------------------------------
*/
h2.topTi {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size: 3.5em;
    position: absolute;
    top: 60%;
    right: 3%;
    bottom: 0;
    margin: auto;
    line-height: 1.3em;
    height: 110px;
    z-index: 2;
    color: #666;
}
h2.topTi span{
	display: block;
	font-size: .4em;
}

ul.slides li:nth-child(2) h2.topTi{
	color:#FFF;
}

h2.recruitTi {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 120px;
    width: 1000px;
    font-size: 3.7em;
    font-family: 'Lato', sans-serif;
    z-index: 2;
    color: #fff;
    font-style: italic;
	line-height: 1.3em;
	text-align: center;
	max-width: 90%;
}
h2.recruitTi span{
	display: block;
    font-size: .5em;
    line-height: 1em;
    margin-top: 1em;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-style: normal;
}
h2.mainTi {
    font-size: 2.6em;
    font-family: 'Lato', sans-serif;
	line-height: 1.3em;
	display: inline-block;
	color: #555;
}
h2.mainTi span {
    font-size: .6em;
    margin-left: 30px;
	padding-left: 30px;
	position: relative;
}
h2.mainTi span:after{
	content: '';
	position: absolute;
	background: #000;
	height: 60px;
	width: 1px;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
h2.lineR {
    border-right: 1px solid #000;
    padding-right: 30px;
}
h2.mainTi2 {
    position: absolute;
    bottom: 0;
	right: 0;
	left: 0;
    top: 0;
    margin: auto;
    color: #fff;
    text-align: center;
    font-size: 2.9em;
    line-height: 1em;
    height: 80px;
}
h2.mainTi2 span{
	font-size: .5em;
	display: block;
	font-family: 'Lato', sans-serif;
    font-style: italic;
	margin-top: .5em;
}
h3.topTi {
	text-align: center;
    font-size: 2.8em;
    line-height: 1.3em;
    margin-bottom: 30px;
}
h3.topTi span{
	font-size: .3em;
    letter-spacing: 2px;
    display: block;
    font-family: 'Lato', sans-serif;
    font-style: normal;
}
h3.topTi2 {
    font-size: 2.3em;
    line-height: 1.7em;
    letter-spacing: .1em;
}
h3.topTi2 span{
    font-size: .425em;
    display: block;
	font-family: 'Lato', sans-serif;
    line-height: 1.8em;
    margin-top: 5%;
}
h3.mainTi {
    font-size: 2.0em;
    text-align: center;
    position: relative;
    line-height: 1.8em;
    padding: 20px 0;
    letter-spacing: .1em;
    margin-bottom: 40px;
}
h3.mainTi span{
	font-size: .5em;
    letter-spacing: 2px;
    display: block;
    font-family: 'Lato', sans-serif;
    font-style: normal;
}
h3.mainTi:before{
	position: absolute;
	content: '';
	background: #000;
	width: 35px;
	height: 1px;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
h3.mainTi:after{
	position: absolute;
	content: '';
	background: #000;
	width: 35px;
	height: 1px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
h3.title {
    text-align: center;
    position: relative;
    font-size: 2.4em;
    line-height: 1.3em;
    font-weight: bold;
    padding-bottom: 20px;
    margin-bottom: 50px;
}
h3.title:after{
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #000;
	height: 2px;
	width: 45px;
}
h3.title2 {
    font-size: 3em;
    font-family: 'Lato', sans-serif;
    margin-bottom: 15px;
    line-height: 1.3em;
}
h3.title2 span {
    font-size: .45em;
    display: block;
    position: relative;
    line-height: 1em;
    margin-bottom: 10px;
}
h3.title2 span:before{
	position: absolute;
    content: '';
    background: #000;
    left: -35px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 25px;
    height: 1px;
}
h3.txtTi {
    text-align: center;
    font-size: 2.4em;
    line-height: 1.3em;
    font-weight: bold;
    margin-bottom: 50px;
}
h3.txtTi span {
    display: block;
    position: relative;
    font-size: .4em;
    font-family: 'Lato', sans-serif;
    padding-top: 25px;
    margin-top: 20px;
    line-height: 1em;
}
h3.txtTi span:after{
    position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #000;
	height: 2px;
	width: 45px;
}
h3.companyTi {
    text-align: center;
    font-size: 4.6em;
    font-family: 'Lato', sans-serif;
    letter-spacing: .15em;
    line-height: 1.3em;
    margin-bottom: 35px;
}
h3.visionTi {
    font-size: 2.75em;
    line-height: 1.3em;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
	letter-spacing: .1em;
}
h3.visionTi:before{
	position: absolute;
	content: '';
	background: #000;
	bottom: 5px;
	left: 0;
	right: 0;
	margin: auto;
	width: 30px;
	height: 1px;
}
h3.visionTi:after{
	position: absolute;
	content: '';
	background: #000;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 30px;
	height: 1px;
}
h3.visionTi span {
    display: block;
    font-size: .5em;
    font-family: 'Lato', sans-serif;
    letter-spacing: .05em;
}
h4.topTi {
    text-align: center;
    font-size: 2.1em;
    letter-spacing: .05em;
    margin-bottom: 30px;
    line-height: 2.0em;
}
h4.topTi2 {
	font-size: 6.5em;
    line-height: 1em;
    float: left;
    font-family: 'Lato', sans-serif;
    margin-top: 150px;
	width: 37%;
}
h4.topTi2 span {
    font-size: .2em;
    display: block;
    line-height: 1em;
    margin-top: 10px;
}
h4.topTi2_2 {
    float: none;
    margin-bottom:60px;
    width: 100%;
}
h4.mainTi {
    text-align: center;
    font-size: 2em;
    margin-bottom: 30px;
}
h4.mainTi span{
    position: relative;
    display: block;
    font-size: .6em;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    margin-top: 1em;
    padding-top: 1em;
}
h4.mainTi span:before{
	position: absolute;
	content: '';
	background: #000;
	height: 1px;
	width: 50px;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
h4.mainTi2 {
	font-size: 1.75em;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 35px;
}
h4.mainTi2:after {
	position: absolute;
    content: '';
    background: #000;
    width: 30px;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
h4.subTi {
    font-size: 1.7em;
    background: #f9f9f9;
    padding: 20px 1em;
    margin-bottom: 30px;
}
h4.title {
    border-left: 4px solid #000;
    line-height: 1.3em;
    padding: 5px 20px;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 2%;
    letter-spacing: .1em;
}
h4.title2 {
    font-size: 1.6em;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 35px;
    line-height: 1.3em;
}
h4.title2:after{
	position: absolute;
	content: '';
	background: #000;
	height: 1px;
	width: 30px;
	left: 0;
	bottom: 0;
}
h4.companyTi {
    text-align: center;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size: 3.5em;
    line-height: 1.3em;
    margin-bottom: 80px;
    letter-spacing: .1em;
}
h4.companyTi span{
	display: block;
	font-size: .8em;
	line-height: 1.3em;
}
/*
3:Common style
------------------------------------------------------------
*/
.btn {
    text-align: center;
    color: #fff!important;
    display: block;
    background: rgba(0,0,0,.7);
    font-weight: bold;
    font-size: 1.1em;
    width: 320px;
    margin: 0 auto;
    padding: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.btn:hover{
	letter-spacing: .15em;
	background: rgba(0,0,0,.3);
}
.btn2 {
    background: #3f3f3f;
    text-align: center;
    width: 200px;
    display: block;
    margin: 0 auto;
    padding: 17px;
    border-radius: 40px;
    color: #fff!important;
    font-size: 1.4em;
	position: relative;
}
.btn2:before{
	position: absolute;
	content: '';
	height: 11px;
	width: 1px;
	right: 6%;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
}
.btn2:after {
	position: absolute;
	content: '';
	right: 7%;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url(../images/right3.svg) no-repeat center;
	background-size: 13px 13px;
	width: 13px;
	height: 13px;
}
.btn2:hover {
    letter-spacing: .2em;
    background: rgba(63, 63, 63,.3);
}
.btn2.wide {
    width: 350px;
    border-radius: 10px;
    padding: 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.btnW {
    text-align: center;
    color: #000!important;
    display: block;
    background: #f4f4f4;
    font-weight: bold;
    font-size: 1.1em;
    width: 320px;
    margin: 0 auto;
    padding: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.btnW:hover{
	letter-spacing: .15em;
	background: #ccc;
}
.name {
    font-size: 1.2em;
    line-height: 2em;
}
img.photoC {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.map {
	margin-bottom: -10px;
}
a.more_02 {
    text-decoration: underline;
}
a.more_02:hover {
    opacity: .5;
}

.alignleft {
	float: left;
	padding: 0 15px 15px 0;
}
.alignright {
	float: right;
	padding: 0 0 15px 15px;
}
.aligncenter {
	display: block;
	margin:0 auto;
}
.photoL {
	float: left;
	padding: 0 15px 15px 0;
}
.photoL p {
	overflow: auto;
}
.photoR {
	float: right;
	padding: 0 0 15px 15px;
}
.photoR p {
	overflow: auto;
}
.tel {
	font-size: 124%;
	color: #111;
}
.disc {
	padding-bottom: 0px;
	font-size: 93%;
	line-height: 1.6em;
}

.more {
	float: right;
	padding: 10px 15px;
	text-align: center;
}
.more a {
}
.more a:hover {
}
.hr {
	clear: both;
	height: 1px;
	margin: 1em 0;
	border-top: #999 1px dotted;
}
.bold {
	font-weight: bold;
	font-size: 108%;
	padding-bottom: 10px;
}
.day {

}
.priceMini {
	font-size: 77%;
	text-align:right;
}
.imgTi {
	margin-bottom: 15px;
}
.imgTi0 {
	margin-bottom: 0px;
}
.imgTi5 {
	padding-bottom: 5px;
}
.imgTi10 {
	padding-bottom: 10px;
}
.imgTi15 {
	padding-bottom: 15px;
}
.imgTi20 {
	padding-bottom: 20px;
}

/*
4:Header
------------------------------------------------------------
*/
h1 {
	font-size: .65em;
    font-weight: bold;
    /*width: 700px;*/
}
h1 span{
	display: block;
    text-align: left;
    margin-bottom: -12px;
    line-height: 1.3em;
    margin-left: 73px;
    letter-spacing: 0.001rem;
    width: 300px;
    color: #CCC;
}
h1 a:hover {
	color: #000;
}
.logo {
	width: 390px;
}
@media screen and (-ms-high-contrast: none) {
    *::-ms-backdrop, .logo { width: auto; }
  }
header{

}
#headerBox {
	width: 95%;
    margin: 20px auto 0;
}
#headerLeft {
	float: left;
	width: 300px;
}
#headerRight {
	float: right;
	width: 615px;
	margin-bottom:7px;
}
.headerLang {
    float: right;
    width: 605px;
    overflow: hidden;
    margin-bottom: 15px;
}
.header-contact {
    float: left;
    font-size: 1.1em;
    font-weight: bold;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #000;
    line-height: 1em;
}
.header-contact img{
	width: 20px;
	height: 14px;
	margin-right: 10px;
}
.header-contact a:hover{
	color: #b73b44;
}
ul.hNavi {
	line-height: 1em;
    float: left;
    font-size: 1.1em;
    letter-spacing: -.5em;
    font-weight: bold;
    width: 240px;
	text-align: center;
}
ul.hNavi li {
    display: inline-block;
    width: 33.33%;
    letter-spacing: normal;
    vertical-align: top;
	position: relative;
}
ul.hNavi li:last-child{
	margin-right: 0;
}
ul.hNavi li:after{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 15px;
    content: "";
    -moz-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    background: #000;
}
ul.hNavi li:last-child::after {
	width: 0;
	height: 0;
}
ul.hNavi li a:hover{
    color: #b73b44;
}
input[type="text"].serch-box {
	padding: 1%!important;
	border: none;
	float: right;
    width: 190px;
    font-size: .9em;
    line-height: 1em;
    background: url(../images/search.svg) no-repeat right;
	background-size: 11px 11px;
}
#gnavi {
    width: 620px;
    text-align: center;
    letter-spacing: -.5em;
    font-size: 1.15em;
    font-family: 'Lato', sans-serif;
    float: left;
    margin: 5px 0 0;
}
#gnavi li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	margin-right: 8%;
	padding-bottom: 15px;
	position: relative;
}
#gnavi li:last-child{
    margin-right: 0;
}
#gnavi >li:hover a{
	color: #b73b44;
}
.rec-btn {
    float: right;
    width: 150px;
}
.product-btn {
    width: 60%;
    margin: 0 auto 20px;
}
.rec-btn,.product-btn {
    background: #e60012;
    text-align: center;
    border-radius: 20px;
    font-size: 1.15em;
}
.rec-btn:hover,.product-btn:hover{
	background: #7bbe35;
}
.rec-btn a,.product-btn a{
	color: #fff;
	display: block;
	padding: 6px 10px;
}
.pdf-btn{
    text-align: center;
}
.pdf-btn a{
    text-decoration: underline;
}
#headerBox2 {
	width: 95%;
    margin: 25px auto 0;
	position: relative;
}
#headerBox2 #headerLeft {
	margin-bottom: 10px;
}
#headerBox2 #headerRight {
	width: 700px;
}
#headerBox2 #gnavi{
	margin-top: 35px;
	width: 700px;
}
#headerBox2 #gnavi li{
	margin-right: 4%;
	position: relative;
}
#gnavi li:after{
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 15px 10px 15px;
	border-color: transparent transparent #3f3f3f transparent;
	bottom: 0;
	opacity: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#headerBox #gnavi li:first-child::after, #headerBox #gnavi li:last-child::after, #headerBox2 #gnavi li:first-child::after, #headerBox2 #gnavi li:nth-child(n+5)::after {
	border: none;
}
#gnavi li:hover::after {
	opacity: 1;
}
#gnavi li.active{
	position: relative;
}
#gnavi li.active:before{
	position: absolute;
	content: '';
	background: #000;
	height: 1px;
	width: 100%;
	bottom: 10px;
}
#gnavi li dl{
    opacity: 0;
    overflow: hidden;
    position: absolute;
    bottom: -140px;
    background: #3f3f3f;
    color: #fff;
    font-size: .9em;
    width: 750px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    z-index: -1;
}
#headerBox #gnavi li dl {
	width: 590px;
}
#headerBox #gnavi li dl a, headerBox2 #gnavi li dl a{
	color: #fff;
}
#headerBox #gnavi li dl a:hover, headerBox2 #gnavi li dl a:hover {
	color: #988f77;
}
#gnavi li:hover dl{
	opacity: 1;
	z-index: 5
}
#gnavi li dl.list2{
	left: -100px;
}
#gnavi li dl.list3 {
    left: -205px;
}
#gnavi li dl.list4 {
    left: -382px;
}
#gnavi li dl.list5 {
    left: -60px;
	top:35px;
	bottom: -170px;
}
#gnavi li dl.list6 {
    left: -152px;
}
#gnavi li dl.list7 {
    left: -248px;
}
#gnavi li dt{
    font-size: 1.4em;
    border-right: 1px solid #fff;
    text-align: center;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 5%;
    margin-right: 5%;
}
#gnavi li dt a{
	color: #fff;
}
#gnavi li dt a:hover{
	color: #988f77;
}
#gnavi li dd{
	float: left;
	text-align: left;
}
#gnavi li dd a{
	display: block;
	color: #fff;
	padding-left: 20px;
	position: relative;
}
#gnavi li dd a:hover{
	color: #988f77;
}
#gnavi li dd a:after{
	position: absolute;
	content: '';
	background: url(../images/right3.svg) no-repeat center;
	background-size: 10px 10px;
	width: 10px;
	height: 10px;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.globalnavi-thin {
    background: #fff;
    position: fixed;
    width: 100%;
    display: none;
    z-index: 5;
    top: 0;
    padding: 25px 2.5% 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.globalnavi-thin #gnavi li:after {
    border-width: 0;
}


/*
5:Common table
------------------------------------------------------------
*/
.basicTable  {
    width: 100%;
    font-size: 1.2em;
    line-height: 1.8em;
}
.basicTable th {
	padding: 2% 3%;
    width: 20%;
    border-bottom: 1px solid #dbdbdb;
    font-weight: bold;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
}
.basicTable td {
    padding: 2% 3%;
    width: 80%;
    border-bottom: 1px solid #dbdbdb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.basicTable2  {
	width: 100%;
    font-size: 1.2em;
}
.basicTable2 th {
	padding: 1% 0;
    width: 20%;
    font-weight: normal;
    text-align: left;
}
.basicTable2 td {
	padding: 1% 0;
    width: 80%;
}
.basicTable3 {
    width: 100%;
    font-size: 1.1em;
}
.basicTable3 th {
	padding: 3%;
    width: 35%;
    font-weight: bold;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: #ed9c8d;
    color: #fff;
    font-size: 1.3em;
    vertical-align: top;
	border-bottom: 20px solid #fff;
}
.basicTable3 td {
	padding: 3%;
    width: 65%;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 2em;
    background: #fce2de;
    border-bottom: 20px solid #fff;
}
table.recruitTable {
    width: 75%;
    margin: 0 auto;
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 6%;
    border-top: 1px solid #000;
    line-height: 2em;
}
table.recruitTable th {
    padding: 1%;
    border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}
table.recruitTable th:last-child{
	border-right: none;
}
table.recruitTable td {
	vertical-align: middle;
	padding: 3%;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}
table.recruitTable td:last-child{
	border-right: none;
}
table.recruitTable2 {
    width: 100%;
    border-top: 1px solid #acacac;
    background: #fcfcfc;
    border-left: 1px solid #acacac;
	font-size: 1.2em;
	margin-bottom: 100px;
}
table.recruitTable2 th {
	border-bottom: 1px solid #acacac;
    border-right: 1px solid #acacac;
    padding: 2%;
    vertical-align: top;
    font-weight: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 20%;
}
table.recruitTable2 td {
	padding: 2%;
    border-bottom: 1px solid #acacac;
    border-right: 1px solid #acacac;
    width: 80%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
table.workTable {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    width: 100%;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	text-align: center;
	font-size: 1.1em;
	margin-bottom: 3%;
}
table.workTable th, table.workTable td {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 1%;
}
table.workTable th {
	width: 14.2%;
	width: calc(100% / 7);
	font-weight: normal;
}
table.workTable.w60 {
	width: 57.5%;
}
table.workTable.w60 th{
	width: 25%;
}




/*
6:Common UL
------------------------------------------------------------
*/
ul.bnrList {
	margin-bottom: 2em;
	margin-right:-20px;
	overflow:hidden;
}
ul.bnrList li {
	padding-bottom: 10px;
	float:left;
	margin-right:20px;
}
ul.blogList li {
	padding-bottom: 8px;
	border-bottom: 1px dotted #666;
	margin-bottom: 8px;
	padding-left: 10px;
}
ul.basicList {
	margin-bottom: 2em;
}
ul.basicList li {
	padding: 0 0 5px 20px;
	background: url(migi3.png) no-repeat 0 3px;
	margin-bottom: 5px;
}
ul.photo {

}
ul.photo li {
	float:left;
	margin-right: 22px;
	margin-bottom: 20px;
	width: 225px;
}
ul.photo li img {
	width: 225px;
	height: auto;
}

/*
7:Common DL
------------------------------------------------------------
*/
dl.basicList {
	margin-bottom:2em;
	width: 100%;
}
dl.basicList dt {
	clear: left;
 	float: left;
	margin: 0 0 0.8em;
	width: 12.5em;
	border-left: solid 2px #CCC;
 	padding-left: 5px;
 	overflow: hidden;
 	color: #000;
}
dl.basicList dd {
	margin-bottom: 0.8em;
	margin-left: 12.5em;
	overflow: hidden;
}
dl.menuList {
	width: 265px;
	height: 240px;
}
dl.menuList dt {
	width: 265px;
	padding-bottom: 5px;
}
dl.menuList dd {
	width: 265px;
	padding-bottom: 15px;
	text-align: left;
	line-height: 1.6em;
}

/*
8:top
------------------------------------------------------------
*/
.gray-wrap {
    background: #e5e5e5;
	overflow: hidden;
}
#ticker {
	width: 95%;
    margin: 20px auto;
    font-size: 1.15em;
}
#ticker ul{
	width: 100%;
}
#ticker li p {
	display: inline-block;
}
#ticker li p.day{
	margin-right: 2%;
}
img.bg-right {
    position: absolute;
    right: -90px;
    top: -95px;
    width: 190px;
	z-index: -1;
}
ul.top-list {
    letter-spacing: -.5em;
	margin-bottom: 30px;
	text-align: center;
}
ul.top-list li {
	letter-spacing: normal;
	vertical-align: top;
	display: inline-block;
	width: 30%;
	text-align: left;
	margin-right: 5%;
}
ul.top-list li:last-child{
	margin-right: 0;
}
ul.top-list li a{
	color: #000!important;
}
ul.top-list li dt {
	max-height: 250px;
	margin-bottom: 7%;
	overflow: hidden;
}
ul.top-list li dt img{
	width: 100%;
	height: auto;
}
ul.top-list li dd .ti {
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 3%;
}
ul.top-list li .day{
	margin-bottom: 1%;
}
p.topP {
    text-align: center;
    line-height: 2.2em;
    font-size: 1.2em;
}
ul.top-list2 {
    letter-spacing: -.5em;
    overflow: hidden;
}
ul.top-list2 li {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	width: 33.333%;
	width: calc(100% / 3);
	text-align: center;
	color: #fff;
	opacity: 1;
}
ul.top-list2 li:first-child{
	background: url(../images/top_04.jpg) no-repeat center;
	background-size: cover;
}
ul.top-list2 li:nth-child(2){
	background: url(../images/top_05.jpg) no-repeat center;
	background-size: cover;
}
ul.top-list2 li:last-child{
	background: url(../images/top_06.jpg) no-repeat center;
	background-size: cover;
}
ul.first-list li:first-child{
	background: url(../images/re_top_01.jpg) no-repeat center;
	background-size: cover;
}
ul.first-list li:nth-child(2){
	background: url(../images/top_02.jpg) no-repeat center;
	background-size: cover;
}
ul.first-list li:last-child{
	background: url(../images/top_03.jpg) no-repeat center;
	background-size: cover;
}
ul.top-list2 li:hover{
	opacity: .5;
	 transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
}
ul.top-list2 li a{
    color: #fff!important;
    height: 360px;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
    justify-content: center;
    align-items: center;
}
img.bg-left {
    position: absolute;
    left: 5%;
    top: -162px;
    width: 190px;
    z-index: -1;
}
.top-box .rightBox{
    max-width: 850px;
    width: 60%;
}
ul.top-product {
    letter-spacing: -.5em;
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 30px;
}
ul.top-product li {
	display: inline-block;
    letter-spacing: .02em;
    vertical-align: top;
    width: 49%;
    margin: 0 2% 2% 0;
    line-height: 1.3em;
	min-height: 220px;
}
ul.top-product li:nth-child(2n){
	margin-right: 0;
}
ul.top-product li:first-child {
    background: #f4f4f4 url(../images/top-product_01.png) no-repeat 80% top;
    background-size: 3%;
}
ul.top-product li:nth-child(2) {
    background: #f4f4f4 url(../images/top-product_02c.png) no-repeat 80% bottom;
    background-size: 4.2%;
}
ul.top-product li:nth-child(3) {
    background: #f4f4f4 url(../images/top-product_03.png) no-repeat 80% top;
    background-size: auto 85%;
}
ul.top-product li:last-child {
    background: #f4f4f4 url(../images/top-product_04b.png) no-repeat 80% top;
    background-size: 11.5%;
}
ul.top-product li:hover{
	background-color: #ccc;
	transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
}
ul.top-product li a{
	display: block;
    padding: 70px 15% 50px;
    position: relative;
    color: #000;
    line-height: 2.0em;
}
ul.top-product li:last-child a, ul.top-product li:nth-child(3) a {
    padding: 70px 10% 75px 10%;
}
ul.top-product li a:after{
	content: '';
    position: absolute;
    right: 7%;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/right.svg) no-repeat;
    width: 25px;
    height: 20px;
}
ul.top-product li span{
    display: block;
    font-size: .6em;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    margin-top: 4%;
	letter-spacing: normal;
}
.top-box {
    margin-bottom: 60px;
}
.flexslider .slides img.sp{
	display: none;
}


.download {
    position: fixed;
    right: 0;
    bottom: 10%;
    z-index: 1;
    text-align: center;
    background: #3f3f3f;
    line-height: 1.3em;
}
.download a {
    color: #FFF;
    width: 120px;
    padding: 20px 20px 20px 0;
	display: block;
}
.download:before{
	position: absolute;
	content: '';
	height: 11px;
	width: 1px;
	right: 6%;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
}

.download a:after {
    content: '';
    position: absolute;
    right: 7%;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/right3.svg) no-repeat center;
    width: 25px;
    height: 20px;
}
.download :hover {
    letter-spacing: .2em;
    background: #e60012;
}



/*
9:side
------------------------------------------------------------
*/
.sideTi {
    font-size: 1.35em;
    color: #3f3f3f;
    padding-left: 35px;
    border-bottom: 1px solid #3f3f3f;
    font-family: 'Lato', sans-serif;
    padding-bottom: 4%;
    font-weight: bold;
    margin-bottom: 8%;
	position: relative;
}
.sideTi:before{
position: absolute;
    content: '';
    background: url(../images/sideIcon.svg) no-repeat;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
}
ul.menu {
	width: 90%;
    margin: 0 auto 15%;
}
ul.menu li {
    width: 100%;
    display: block;
    margin-bottom: 5%;
	position: relative;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
ul.menu li a:before {
	position: absolute;
    content: '';
    top: 7px;
    left: 0;
    margin: auto;
    width: 5px;
    height: 5px;
    border: 0px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}






/*
10:Footer
------------------------------------------------------------
*/
#footerWrap {
	width: 100%;
    overflow: hidden;
	padding: 80px 0 0;
	background: #f9f9f9;
}
#footer {

}
.footer-logo {
    width: 300px;
    margin-bottom: 20px;
    display: block;
    padding-top: 7px;
	color: #000!important;
}
.footer-logo img{
	width: 100%;
}
.footer-logo span{
	display: block;
    font-size: .1em;
    font-weight: bold;
    margin-bottom: -30px;
    text-align: left;
    line-height: 1.3em;
    margin-left: 70px;
    width: 300px;
    color: #CCC;
}
.footerBox {
    width: 95%;
    overflow: hidden;
    margin: 0 auto 60px;
}
.footerLeft {
    float: left;
    width: 500px;
    margin-bottom: 30px;
	/*margin-right: 130px;*/
}
.footerRight {
	float: left;
	width: 870px;
}
ul.fList {
	width: 100%;
	font-size: 1.2em;
	line-height:1.5em;
}
ul.fList >li:last-child {
    float: left;
    width: 40%;
}
ul.fList >li:first-child, ul.fList >li:nth-child(2) {
    float: left;
    width: 30%;
}
ul.fList li ul li {
	margin-bottom: 10px;
	padding-left: 20px;
	position: relative;
}
ul.fList li:first-child ul li:nth-child(3), ul.fList li:first-child ul li:nth-child(4), ul.fList li:first-child ul li:nth-child(5), ul.fList li:first-child ul li:nth-child(6), ul.fList li:first-child ul li:nth-child(7), ul.fList li:nth-child(2) ul li:nth-child(2), ul.fList li:nth-child(2) ul li:nth-child(3), ul.fList li:nth-child(2) ul li:nth-child(4), ul.fList li:nth-child(2) ul li:nth-child(6), ul.fList li:nth-child(2) ul li:nth-child(5), ul.fList li:nth-child(2) ul li:last-child{
	margin-left: 1em;
}
ul.fList li ul li a:before{
	content: '';
    position: absolute;
    background: url(../images/right2.svg) no-repeat center;
    background-size: 10px 10px;
    width: 10px;
    height: 10px;
    z-index: 1;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.copy {
    text-align: center;
    font-size: 1.1em;
    background: #000;
    padding: 1em;
    color: #fff;
}

/* recruit */
.recruite-bg {
    background: url(../images/footer-bg.jpg) no-repeat top;
    background-size: cover;
    padding: 100px 0;
    color: #fff;
	background-attachment: fixed;
}
.recruit-footer {
    background: url(../images/recruit-footer.jpg)no-repeat top;
    background-size: cover;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size: 2.85em;
    line-height: 1.3em;
    padding: 150px 0;
	margin-bottom: 100px;
}
ul.recF-list {
    letter-spacing: -.5em;
    vertical-align: top;
    text-align: center;
	margin-bottom: 100px;
}
ul.recF-list li{
	letter-spacing: normal;
    vertical-align: top;
    width: 48%;
    margin: 0 4% 3% 0;
    display: inline-block;
}
ul.recF-list li:first-child{
	background: url(../images/recruitBnr_01.jpg) no-repeat top;
	background-size: 100%;
}
ul.recF-list li:nth-child(2){
	margin-right: 0;
	background: url(../images/recruitBnr_02.jpg) no-repeat top;
	background-size: 100%;
}
ul.recF-list li:last-child{
	margin-bottom: 0;
	background: url(../images/recruitBnr_03.jpg) no-repeat top;
	background-size: 100%;
}
ul.recF-list li a{
	display: block;
    padding: 6% 0;
}
ul.recF-list li p{
	position: relative;
    background: rgba(255,255,255,.6);
    font-weight: bold;
    width: 70%;
    margin: 0 auto;
    font-size: 2em;
    line-height: 1.3em;
    padding: 3% 0;
	letter-spacing: .05em;
}
ul.recF-list li p:before {
	position: absolute;
    content: '';
    background: url(../images/right.svg) no-repeat center;
    background-size: 13px 13px;
    width: 13px;
    right: 7%;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 13px;
}
ul.recF-list li p span{
    display: block;
    font-size: .65em;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    line-height: 1em;
    margin-top: 7px;
}
.contactF {
    width: 940px;
    margin: 0 auto 100px;
    text-align: center;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    position: relative;
    padding: 5% 5% 4%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	max-width: 90%;
}
.contactF h4{
    display: table;
    text-align: center;
    white-space: nowrap;
	width: 100%;
    font-size: 2.7em;
    line-height: 1.2em;
    margin-bottom: 1%;
    position: absolute;
	content: '';
    top: -40px;
    left: 0;
    right: 0;
    margin: auto;
}
.contactF h4:after, .contactF h4:before {
    content: '';
    display: table-cell;
    width: 50%;
    background: -webkit-linear-gradient(transparent 50%, currentColor 50%, currentColor -webkit-calc(50% + 1px), transparent -webkit-calc(50% + 1px));
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, currentColor), color-stop(currentColor calc(50% + 1px)), to(transparent calc(50% + 1px)));
    background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 1px), transparent calc(50% + 1px));
    -webkit-background-clip: padding;
    background-clip: padding;
	background-size: 100% calc(100%);
}
.contactF h4:after {
    border-left: 1em solid #fff;
    }
.contactF h4:before {
    border-right: 1em solid #fff;
}
.contactF h4 span{
	font-size: .5em;
    display: block;
    font-family: 'Lato', sans-serif;
    font-style: italic;
}
.contactF p{
	font-size: 1.3em;
    margin-bottom: 25px;
}
.contactF ul{
	width: 90%;
	margin: 0 auto;
	text-align: center;
	letter-spacing: -.5em;
	font-size: 1.45em;
}
.contactF ul li{
	letter-spacing: normal;
	vertical-align: top;
	width: 48%;
	margin-right: 4%;
	display: inline-block;
	background: #3f3f3f;
	border-radius: 10px;
}
.contactF ul li:hover {
	letter-spacing: .2em;
	opacity: .3;
}
.contactF ul li:last-child{
	margin-right: 0;
	background: #e60012;
}
.contactF ul li a{
	color: #fff;
    padding: 7%;
    position: relative;
    display: block;
}
.contactF ul li a:before{
	position: absolute;
	content: '';
	background: url(../images/right3.svg) no-repeat center;
	background-size: 13px 13px;
    width: 13px;
	right: 7%;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 13px;
}
.contactF ul li a:after{
	position: absolute;
    content: '';
    height: 11px;
    width: 1px;
    right: 6%;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}
#footerWrap2 {
    width: 100%;
    overflow: hidden;
    background: #3f3f3f;
}
#footerWrap2 .footerLeft{
    height: 485px;
    background: #fff;
    padding: 10% 3% 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 500px;
    margin-right: 0;
}
#footerWrap2 .footerBox {
    width: 95%;
    overflow: hidden;
    margin: 0 auto;
}
#footerWrap2 .footerRight {
	margin: 4% 5% 0;
	width: 500px;
}
ul.fList2 {
	letter-spacing: -.5em;
	font-size: 1.1em;
	color: #fff;
}
ul.fList2 >li{
    display: inline-block;
    vertical-align: top;
    width: 50%;
    letter-spacing: normal;
}
ul.fList2 li a{
	color: #fff;
}
ul.fList2 li a:hover{
	color: #988f77;
}
ul.fList2 li ul li{
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}
ul.fList2 li ul li:before{
    position: absolute;
    content: '';
    background: url(../images/right3.svg) no-repeat center;
    background-size: 10px 10px;
    width: 10px;
    height: 10px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
ul.fList2 li ul li:nth-child(1), ul.fList2 li:first-child ul li:nth-child(4){
	font-size: 1.15em;
	font-weight: bold;
	padding-left: 0;
}
ul.fList2 li ul li:nth-child(1)::before, ul.fList2 li:first-child ul li:nth-child(4)::before {
	background: none;
}
ul.fList2 li:first-child ul li:nth-child(4) {
	margin-top: 2em;
}
ul.fList2 li:last-child ul li:nth-child(2){
	margin-bottom: 2em;
}
.copy2 {
    text-align: center;
    font-size: 1.1em;
    padding: 1em;
    background: #fff;
}





/*
11:option/contactform
------------------------------------------------------------
*/
table.contactform  {
    width: 95%;
    margin: 0 auto;
    border-top: 1px solid #acacac;
	font-size: 1.2em;
	margin-bottom: 50px;
}
table.contactform th {
	padding: 5% 3%;
    width: 27%;
    border-bottom: 1px solid #acacac;
    font-weight: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	text-align: left;
}
table.contactform th span{
	margin-left: 1em;
}
table.contactform td {
    padding: 3%;
    width: 75%;
    border-bottom: 1px solid #acacac;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="text"] {
    width: 60%;
    border-radius: 10px;
    padding: 1em;
    border: 1px solid #acacac;
    margin-right: 1em;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
span.mwform-tel-field input {
    width: 17%!important;
	margin: 0;
}
span.mwform-zip-field input {
    width: 18%!important;
    margin-left: 1em;
}
td.ken input{
	width: 30%;
}
table.contactform td select {
    width: 40%;
    border-radius: 10px;
    padding: 1em;
    border: 1px solid #acacac;
    margin-right: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
textarea {
    width: 100%;
    border-radius: 10px;
    padding: 1em;
    border: 1px solid #acacac;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: 200px;
}
input.contactBtn {
    background: #e60012 url(../images/right4.svg) no-repeat 95%;
    border: none;
    width: 350px;
    margin: 0 auto 2%;
    display: block;
    padding: 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    font-size: 1.45em;
    color: #fff;
    font-weight: bold;
    letter-spacing: .1em;
    background-size: 20px 11px;
}
input.contactBtn:hover{
	background: rgba(230, 0, 18, .5) url(../images/right4.svg) no-repeat 95%;
	background-size: 20px 11px;
}


/*
12:option/wordpress
------------------------------------------------------------
*/
dl.message-box {
    overflow: hidden;
    margin-bottom: 100px;
}
dl.message-box dt {
	float: right;
	width: 26%;
}
dl.message-box dt img {
}
dl.message-box dd {
    float: left;
    width: 70%;
    font-size: 1.2em;
    line-height: 2.2em;
}
.GeometryWrap {
    background: url(../images/messageBg.jpg) no-repeat top;
    background-size: cover;
	padding: 80px 0;
	margin-bottom: 80px;
}
p.secoundP {
    font-size: 1.6em;
    text-align: center;
    line-height: 2.2em;
    letter-spacing: .1em;
}
.historyWrap {
    background: url(../images/historyBg.jpg) no-repeat top;
    background-size: cover;
    padding: 100px 0 80px;
	color: #fff;
	margin-bottom: 100px;
}
ul.linkList {
    letter-spacing: -.5em;
    width: 900px;
    margin: 0 auto;
    text-align: center;
    max-width: 100%;
}
ul.linkList li{
	letter-spacing: normal;
	vertical-align: top;
	width: 46%;
	margin-right: 8%;
	border: 1px solid #e0e0e0;
	display: inline-block;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	text-align: left;
}
ul.linkList li:last-child{
	margin-right: 0;
}
ul.linkList li:hover{
	background: #ccc;
	transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
}
ul.linkList li a {
	position: relative;
	display: block;
	padding: 4%;
	overflow: hidden;
	color: #000;
}
ul.linkList li a:before {
	position: absolute;
    content: '';
    width: 1px;
    height: 11px;
    background: #000;
    right: 4%;
    top: 0;
    bottom: 0;
    margin: auto;
}
ul.linkList li a:after {
	position: absolute;
    content: '';
    background: url(../images/right.svg) no-repeat center;
    width: 13px;
    height: 13px;
    background-size: 13px 13px;
    right: 5%;
    top: 0;
    bottom: 0;
    margin: auto;
}
ul.linkList li dl {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.linkList li dt{
    float: left;
    width: 32%;
    margin-right: 5%;
}
ul.linkList li dt img{
	width: 100%;
}
ul.linkList li dd {
	float: right;
    width: 63%;
    font-size: 1.4em;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 1.3em;
}
ul.linkList li dd span {
	font-family: 'Lato', sans-serif;
    display: block;
    font-size: .65em;
    font-weight: normal;
    margin-top: 5px;
}
.recuit-header{
    position: absolute;
    top: -25px;
    right: -40px;
    overflow: hidden;
    width: 360px;
}
.site-back {
	font-size: 1.1em;
    float: left;
    margin: 15px 0;
}
.site-back img {
	width: 12px;
    height: 12px;
    vertical-align: inherit;
    margin-right: 10px;
}
p.entry {
    background: #e60012;
    width: 200px;
    text-align: center;
    font-size: 1.3em;
    font-family: 'Lato', sans-serif;
    float: right;
}
p.entry:hover{
	background: #7bbe35;
}
.entry a{
	display: block;
	padding: 5%;
	color: #fff;
}
.grayWrap {
    background: #f7f7f7;
	padding: 80px 0;
	margin-bottom: 80px;
}
img.bg-center {
    position: absolute;
    right: 0;
    top: -165px;
    width: 190px;
    left: 0;
    margin: auto;
    height: 780px;
    z-index: -1;
}
.recruitP {
    font-size: 1.6em;
    text-align: center;
    line-height: 2.8em;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
.target {
	opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
	transition: all .5s ease;
}
.target.show{
	opacity: 1;
}
ul.newsList {
/*  background: #f7f7f7;*/
    padding: 4%;
    margin-bottom: 4%;
	font-size: 1.2em;
}
ul.newsList li{
    display: block;
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
    padding: 15px 2em;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
ul.newsList li:first-child{
	padding-top: 0;
}
ul.newsList li span {
	margin-right: 2em;
}
.knowWrap {
	background: url(../images/knowBg.jpg)no-repeat top;
    background-size: cover;
    padding: 200px 0;
    overflow: hidden;
    margin-bottom: 100px;
}
dl.knowInner {
    color: #fff;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}
dl.knowInner dd{
	position: absolute;
	left: -10%;
	top: 0;
	bottom: 0;
	margin: auto;
}
dl.knowInner dd h3{
    font-size: 2.45em;
    line-height: 1.3em;
    margin-bottom: 40px;
}
dl.knowInner dd h3 span{
    display: block;
    font-size: .45em;
    margin-top: 20px;
    padding-top: 20px;
    line-height: 1em;
    position: relative;
    margin-bottom: 30px;
}
dl.knowInner dd h3 span:before{
	position: absolute;
	content: '';
	background: #fff;
	width: 50px;
	height: 1px;
	left: 0;
	top: 0;
}
.square {
    border-radius: 0;
}
dl.knowInner dd .btn2 {
	background: #000;
}
dl.knowInner dd .btn2:hover{
	letter-spacing: .2em;
    background: rgba(0, 0, 0,.3);
}
dl.knowInner dt{
	float: right;
    width: 75%;
    font-size: 1.2em;
    line-height: 2.3em;
}
ul.aboutList {
	letter-spacing: -.5em;
    font-size: 2.7em;
	margin-bottom: 30px;
}
ul.aboutList li {
    letter-spacing: normal;
    vertical-align: top;
    width: 48%;
    margin: 0 4% 4% 0;
    display: inline-block;
}
ul.aboutList li:nth-child(1){
	background: url(../images/about_01.jpg) no-repeat top;
}
ul.aboutList li:nth-child(2){
	background: url(../images/about_02.jpg) no-repeat top;
	margin-right: 0;
}
ul.aboutList li:nth-child(3){
	background: url(../images/about_03.jpg) no-repeat top;
}
ul.aboutList li:nth-child(4){
	background: url(../images/about_04.jpg) no-repeat top;
	margin-right: 0;
}
ul.aboutList li a{
    color: #fff;
    display: block;
    padding: 110px 5%;
    text-align: center;
	line-height: 1.3em;
}
ul.aboutList li a span{
	display: block;
    font-size: .5em;
    font-family: 'Lato', sans-serif;
    line-height: 1em;
    margin-top: 15px;
	letter-spacing: .1em;
}
.f14 {
    font-size: 1.1em;
    line-height: 2.2em;
}
ul.miryoku-list {
    letter-spacing: -.5em;
	margin-bottom: 50px;
}
ul.miryoku-list li {
    letter-spacing: normal;
	vertical-align: top;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	margin-bottom: 5%;
}
ul.miryoku-list li dt{
	float: left;
    width: 53%;
}
ul.miryoku-list li:nth-child(2n) dt{
	float: right;
}
ul.miryoku-list li dd{
    width: 40%;
    float: right;
    font-size: 1.1em;
    line-height: 2em;
	margin-top: 5%;
}
ul.miryoku-list li:nth-child(2n) dd{
    float: left;
}
ul.miryoku-list li dd h4{
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.8em;
	margin-bottom: 4%;
}
ul.system-list {
    letter-spacing: -.5em;
    font-size: 1.1em;
    line-height: 2em;
}
ul.system-list li{
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	width: 48%;
	margin-right: 4%;
}
ul.system-list li:last-child{
	margin-right: 0;
}
ul.system-list li .system-img{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	margin-bottom: 3%;
}
.system-img a{
	padding: 21% 5%;
    display: block;
}
ul.system-list li:first-child .system-img{
	background: url(../images/system_01.jpg) no-repeat center;
	background-size: 100%;
}
ul.system-list li:last-child .system-img{
	background: url(../images/system_02.jpg) no-repeat center;
	background-size: 100%;
}
ul.system-list li p{
    text-align: center;
    color: #fff;
    font-size: 2.2em;
    line-height: 1.3em;
}
ul.system-list li p span {
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: .5em;
    line-height: 1em;
    margin-top: 10px;
}
.gray-box {
    background: #f7f7f7;
    padding: 1em;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 2em;
    margin-bottom: 5%;
}
ul.studyList {
    letter-spacing: -.5em;
    width: 90%;
    margin: 0 auto 5%;
	font-size: 1.1em;
}
ul.studyList li{
	display: inline-block;
	vertical-align: top;
	width: 30%;
	margin-right: 5%;
	letter-spacing: normal;
}
ul.studyList li:last-child{
	margin-right: 0;
}
ul.studyList li img{
	width: 100%;
}
ul.fukurikouseiList >li {
    overflow: hidden;
    width: 100%;
    margin-bottom: 7%;
	font-size: 1.1em;
	line-height: 2em;
}
ul.fukurikouseiList li dt{
	float: left;
	width: 30%;
}
ul.fukurikouseiList li dt img{
	width: 100%;
	margin-bottom: 10px;
}
ul.fukurikouseiList li dd {
	float: right;
	width: 67%;
}
ul.fukurikouseiList li dd dl{
	text-align: center;
	overflow: hidden;
	margin-top: 3%;
}
ul.fukurikouseiList li dd dt {
    background: #e67a65;
    position: relative;
    color: #fff;
    padding: 6px 0;
    display: inline-block;
    width: 18%;
    text-align: center;
}
ul.fukurikouseiList li dd dt:after{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 16px;
    border-color: transparent transparent transparent #e67b65;
    right: -16px;
    top: 0;
    bottom: 0;
    margin: auto;
}
ul.fukurikouseiList li dd dd {
    background: #f4c6bd;
    text-align: center;
    color: #3f3f3f;
    width: 82%;
    padding: 6px 0;
}
/*ul.fukurikouseiList >li:nth-child(3) dt {
	width: 38%;
}
ul.fukurikouseiList >li:nth-child(3) dd {
	width: 57%;
}
ul.fukurikouseiList >li:nth-child(3) dd ul{
	letter-spacing: -.5em;
	text-align: center;
}
ul.fukurikouseiList >li:nth-child(3) dd li {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin-right: 5%;
    letter-spacing: normal;
}
ul.fukurikouseiList >li:nth-child(3) dd li:last-child{
	margin-right: 0;
}
ul.fukurikouseiList >li:nth-child(3) dd li img{
	margin-bottom: 10px;
	width: 100%;
}*/
.unline {
    border-bottom: 1px solid #000;
    display: inline-block;
    margin-bottom: 10px;
}
ul.infoList {
    margin-bottom: 20px;
    overflow: hidden;
}
ul.infoList li {
    border-bottom: 1px solid #dbdbdb;
    font-size: 1.2em;
    padding: 0 2.5% 2.5%;
    margin-bottom: 2.5%;
}
ul.infoList li span{
	margin-right: 4%;
}
.txt-box {
    margin-bottom: 7%;
    font-size: 1.2em;
    line-height: 2.2em;
}
.txt-box img {
	max-width: 100%;
	max-height: 500px;
	width: auto;
	height: auto;
}
ul.workList {
    background: #f7f7f7;
    padding: 3% 5% 2%;
    text-align: center;
    font-size: 1.45em;
    font-weight: bold;
    letter-spacing: -.5em;
	margin-bottom: 50px;
}
ul.workList li{
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	padding: 0 4%;
	position: relative;
	border-left: 1px solid #000;
}
ul.workList li:last-child{
	border-right: 1px solid #000;
}
ul.workList li.active{
	position: relative;
}
ul.workList li.active:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 6px 0 6px;
    border-color: #000000 transparent transparent transparent;
    top: -15px;
    left: 0;
    right: 0;
    margin: auto;
}
dl.work-box {
    overflow: hidden;
    margin-bottom: 50px;
	font-size: 1.1em;
	line-height: 2em;
}
dl.work-box dt {
	float: right;
	width: 43%;
}
dl.work-box dt img{

}
dl.work-box dd {
	float: left;
	width: 52%;
}
dl.work-box dd .subTi {
	font-size: 1.3em;
	line-height: 2em;
}
p.nyusya {
    display: inline-block;
    border: 1px solid #000;
    padding: 5px 1em;
    border-radius: 20px;
    font-size: 1.2em;
    margin-bottom: 1%;
}
dl.work-box2 {
    overflow: hidden;
	font-size: 1.1em;
}
dl.work-box2 dt {
	float: left;
	width: 39%;
}
dl.work-box2 dt img{
	width: 100%;
}
dl.work-box2 dd {
	float: right;
	width: 57%;
}
dl.work-box2 dd .title {
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.6em;
    margin-bottom: 3%;
}
dl.work-box2 dd p{
	margin-bottom: 7%;
}
.gray-box2 {
    background: #f9f9f9;
    text-align: center;
    font-size: 1.7em;
    padding: 2%;
    margin-bottom: 3%;
	letter-spacing: .1em;
}
.gray-box3 {
    background: #f9f9f9;
    padding: 2% 3% 1%;
	font-size: 1.2em;
	overflow: hidden;
	margin-bottom: 5%;
}
.gray-box3 dl{
	margin-bottom: 10px;
	overflow: hidden;
}
.gray-box3 dt{
	float: left;
	width: 15%;
}
.gray-box3 dd {
float: right;
    width: 80%;
    border-left: 1px solid #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.gray-box3 dd li{
	border-right: 1px solid #000;
    display: inline-block;
    padding: 0 15px;
}
.idBox {
	padding-top: 120px;
    margin-top: -120px;
}
ul.columnList {
    font-size: 1.2em;
}
ul.columnList li{
	width: 100%;
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 4%;
	padding-bottom: 4%;
}
ul.columnList li span{
	margin-right: 5%;
}
ul.columnList li dl{
	overflow: hidden;
}
ul.columnList li dt {
	float: left;
	overflow: hidden;
	max-height: 90px;
	width: 35%;
	height: auto;
}
ul.columnList li dt img{
	width: 100%;
	height: auto;
}
ul.columnList li dd {
	float: right;
	width: 60%;
}
ul.secoundList {
	letter-spacing: -.5em;
}
ul.secoundList li {
    width: 48%;
    margin-right: 4%;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
}
ul.secoundList li span {
    display: block;
    font-size: .8em;
    margin-bottom: 5%;
}
ul.secoundList li:nth-child(2n){
	margin-right: 0;
}
dl.policyList {
    overflow: hidden;
	margin-bottom: 3%;
	font-size: 1.2em;
}
dl.policyList dt{
	width: 100%;
    background: #666;
    font-size: 1.375em;
    color: #fff;
    margin-bottom: 2%;
    padding: 2%;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 2.0rem;
}
dl.policyList dd{
	width: 94%;
	margin: 0 auto;
	line-height: 2em;
}
dl.policyList dd img{
	float: left;
	margin-right: 3%;
}
dl.policyList dd .subTi {
    text-align: center;
    font-size: 1.1em;
    line-height: 1.8em;
    letter-spacing: .1em;
    margin-bottom: 2%;
}
dl.policyList dd .small {
    font-size: .75em;
}
dl.policyList dd .title {
	font-size: 1.15em;
	font-weight: bold;
	margin-bottom: 1%;
}
dl.policyList.second dt {
    background: #FFF;
    color: #666;
    border: 1px solid #666;
}
.contactBox {
    width: 600px;
    margin: 0 auto;
    border: 1px solid #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3%;
    font-size: 1.2em;
    line-height: 2em;
}
.companyBox {
    background: url(../images/companyImg.jpg)no-repeat top;
    background-size: cover;
    padding: 100px 0;
	color: #fff;
	position: relative;
	margin-bottom: 80px;
}
p.verticalP {
	display: block;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size: 3.15em;
    line-height: 1.5em;
	width: 900px;
    margin: 0 auto;
    font-weight: 100;
    letter-spacing: .05em;
	position: absolute;
	top: 130px;
	left: 0;
	right: 0;
	margin: auto;
    text-align: center;
}
.companyBox .topP{
	line-height: 2.7em;
	margin-top: 230px;
}
.logo-secound {
    width: 200px;
    margin: 0 auto 30px;
    display: block;
}
ul.groupList {
    width: 100%;
    font-size: 1.2em;
    margin-bottom: 30px;
    overflow: hidden;
}
ul.groupList li {
    width: 100%;
	overflow: hidden;
	margin-bottom: 5%;
}
ul.groupList li dt {
	float: left;
	width: 44%;
}
ul.groupList li dt img{
	width: 100%;
}
ul.groupList li dd {
	float: right;
	width: 51%;
	line-height: 2em;
}
ul.groupList li dd h4{
	font-size: 1.4em;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 30px;
}
ul.groupList li dd h4:after{
	position: absolute;
	content: '';
	background: #000;
	width: 30px;
	height: 1px;
	left: 0;
	bottom: 0;
}
ul.groupList li dd h4 span {
    display: block;
    font-size: .7em;
    line-height: 1em;
    margin-top: 1em;
}

ul.groupList li dd .btn {
    padding: 10px;
    width: 200px;
    float: left;
    font-size: 13px;
    line-height: 1em;
}
ul.groupList li dd .btn img{
    width: 20px;
    height: 25px;
    vertical-align: middle;
    margin-right: 10px;
}
.worldWrap {
    background: #f7f7f7 url(../images/world.svg) no-repeat center 3%;
    background-size: 615px 300px;
	margin-bottom: 0;
}
ul.worldList {
    font-size: 12px;
	letter-spacing: -.5em;
	margin-bottom: 0;
}
ul.worldList li {
    width: 48%;
	letter-spacing: normal;
    margin-right: 4%;
    display: inline-block;
    vertical-align: top;
}
ul.worldList li:nth-child(2n){
	margin-right: 0;
}
ul.worldList li dt{
	width: 30%;
}
ul.worldList li dd{
	width: 65%;
}
ul.worldList li dd .btn {
    padding: 8px;
    width: 150px;
    float: left;
    font-size: 12px;
    line-height: 1em;
}
ul.worldList li dd .btn img {
    width: 10px;
    height: 15px;
    margin-right: 10px;
}
ul.worldList li dd h4 {
	padding-bottom: 15px;
	margin-bottom: 20px;
}
p.workplaceTi {
    font-size: 1.6em;
    text-align: center;
    line-height: 1.8em;
    margin-bottom: 80px;
    letter-spacing: .1em;
}
ul.staffList {
    letter-spacing: -.5em;
	text-align: center;
	margin: 80px 0;
}
ul.staffList li {
    letter-spacing: normal;
	vertical-align: top;
	display: inline-block;
	width: 30%;
	margin-right: 5%;
}
ul.staffList li:last-child{
	margin-right: 0;
}
ul.staffList li img{
	width: 100%;
	margin-bottom: 5%;
}
ul.staffList li span {
	display: block;
	font-size: 1.3em;
	margin-bottom: 3%;
}
ul.catalogList2 li {
    font-size: 1.2em;
    margin-bottom: 4%;
    border-bottom: 1px solid #3f3f3f;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	overflow: hidden;
	width: 100%;
}
ul.catalogList2 li span{
	float: right;
	font-size: .85em;
	margin-left: 2em;
	margin-bottom: 4%;
}
ul.catalogList2 li a{
	display: block;
	background: url(../images/download.svg) no-repeat left 10%;
	padding-left: 40px;
	background-size: 20px 20px;
	padding-bottom: 4%;
}
.grayWrap2 {
    background: #f9f9f9;
    padding: 3% 0;
	margin-bottom: 50px;
}
ul.needle-list {
    letter-spacing: -.5em;
	font-size: .9em;
	line-height: 2em;
}
ul.needle-list li{
	display: inline-block;
	vertical-align: top;
	letter-spacing: .1em;
	width: 47%;
	margin: 0 6% 6% 0;
}
ul.needle-list li:nth-child(2n) {
	margin-right: 0;
}
ul.needle-list li dt{
	float: left;
	width: 27%;
}
ul.needle-list li dt img{
	width:100%;
}
ul.needle-list li dd {
	float: right;
	width: 65%;
}
ul.needle-list li h3{
	font-size: 1.8em;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
ul.needle-list li h3:after{
	position: absolute;
	content: '';
	width: 30px;
	height: 1px;
	background: #000;
	left: 0;
	bottom: 0;
}
dl.business-box {
    overflow: hidden;
    margin-bottom: 1%;
    font-size: 1.15em;
    line-height: 2em;
    background: #f7f7f7;
    padding: 2%;
}
dl.business-box dt{
	float: left;
    width: 25%;
    font-weight: bold;
    margin-right: 3%;
}
dl.business-box dd{
    float: right;
    width: 72%;
}
.vosion-img {
    position: relative;
	margin-bottom: 150px;
}
.vosion-img img{
	width: 100%;
}
.vosion-img p{
    background: #fff;
    position: absolute;
    width: 90%;
    top: 280px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 1.2em;
    text-align: center;
    line-height: 2.2em;
    padding: 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.outlineWrap {
	background: url(../images/outlineBg.jpg) no-repeat center;
    background-size: cover;
    padding: 80px 0;
    margin-bottom: 80px;
    color: #fff;
}
.outlineWrap2b {
	background: url(../images/outline2Bg-t.jpg) no-repeat center;
    background-size: cover;
    padding: 80px 0;
    margin-bottom: 80px;
}
.outlineWrap h3.mainTi:before ,.outlineWrap h3.mainTi:after{
	background: #fff;
}
ul#dd100 dd {
    width: 100%;
}
ul.catalogList {
    letter-spacing: -.5em;
	font-size: 1.3em;
	margin-bottom: 50px;
	font-weight: bold;
}
ul.catalogList li {
    letter-spacing: normal;
    vertical-align: top;
    display: inline-block;
    width: 22.5%;
    margin-right: 3.33%;
	position: relative;
}
ul.catalogList li:before{
	position: absolute;
	content: '';
	background: #000;
	width: 1px;
	height: 12px;
	right: 0;
	bottom: 5px;
}
ul.catalogList li:after {
    position: absolute;
    content: '';
    background: url(../images/right.svg) no-repeat right;
    width: 15px;
    height: 12px;
    right: 2px;
    bottom: 5px;
}
ul.catalogList li:last-child{
	margin-right: 0;
}
ul.catalogList li img{
	margin-bottom: 15px;
	width: 100%;
}
ul.contact-list {
    letter-spacing: -.5em;
}
ul.contact-list {
	text-align:center;
}
ul.contact-list li {
    letter-spacing: normal;
    vertical-align: top;
    display: inline-block;
    color: #000;
    cursor: pointer;
    font-size: 1.15em;
    width: 23%;
    margin-right: 2.66%;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
	background-color: #f4f4f4
}
ul.contact-list li {
    margin-bottom: 2.66%;
	text-align: left;
}
ul.contact-list li:nth-child(3) a, ul.contact-list li:nth-child(4) a, ul.contact-list li:nth-child(5) a {
    padding: 40px 30px 40px 30px;
}
ul.contact-list li:first-child{
    background-image: url(../images/top-product_01.png), url(../images/right.svg);
    background-size: 2.7% auto, 15px 12px;
    background-repeat: no-repeat;
    background-position: 80% top, 93% center;
}
ul.contact-list li:nth-child(2){
    background-image: url(../images/top-product_02c.png), url(../images/right.svg);
    background-size: 4% auto, 15px 12px;
	background-repeat: no-repeat;
    background-position: 80% bottom, 93% center;
}
ul.contact-list li:nth-child(3){
	background-image: url(../images/top-product_03.png), url(../images/right.svg);
    background-size: auto 85%, 15px 12px;
	background-repeat: no-repeat;
    background-position: 80% top, 93% center;
}
ul.contact-list li:nth-child(4){
    background-image: url(../images/top-product_04b.png), url(../images/right.svg) !important;
    background-size: 10% auto, 15px 12px !important;
    background-repeat: no-repeat;
    background-position: 80% top, 93% center !important;
}
ul.contact-list li:last-child{
	margin-right: 0;
    background-image: url(../images/right.svg);
    background-size: 15px 12px;
    background-repeat: no-repeat;
    background-position: 93% center;
}
ul.contact-list li:hover{
    background-color: #ccc;
}
ul.contact-list li.active{
    background-color: #ccc;
	position: relative;
}
ul.contact-list li span{
	display: block;
	font-size: .55em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-weight: normal;
}
ul.contact-list li a{
	padding: 30px;
	display: block;
}
ul.link_list {
    letter-spacing: -.5em;
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 80px;
}
ul.link_list li {
    letter-spacing: normal;
    vertical-align: top;
    display: inline-block;
    width: 22%;
    margin-right: 4%;
}
ul.link_list li a {
    padding-bottom: 15px;
    position: relative;
}
ul.link_list li a:after {
    position: absolute;
    content: '';
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
    width: 6px;
    height: 6px;
}
ul.link_list li:last-child {
    margin-right: 0;
}
.border_box {
    border-top: 3px solid #666;
    border-bottom: 3px solid #666;
}




/*
13:option/tab
------------------------------------------------------------
*/
ul.tab,ul.tab2 {
    letter-spacing: -.5em;
}
ul.tab2{
	text-align:center;
}
ul.tab li,ul.tab2 li {
    letter-spacing: normal;
    vertical-align: top;
    display: inline-block;
    color: #000;
    cursor: pointer;
    font-size: 1.15em;
    width: 23%;
    margin-right: 2.66%;
    font-weight: bold;
    padding: 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
	background-color: #f4f4f4
}
ul.tab2 li {
    margin-bottom: 2.66%;
	text-align: left;
}
ul.tab li:first-child,ul.tab2 li:first-child{
    background-image: url(../images/top-product_01.png), url(../images/right.svg);
    background-size: 2.7% auto, 15px 12px;
    background-repeat: no-repeat;
    background-position: 80% top, 93% center;
}
ul.tab li:nth-child(2) ,ul.tab2 li:nth-child(2){
    background-image: url(../images/top-product_02c.png), url(../images/right.svg);
    background-size: 4% auto, 15px 12px;
	background-repeat: no-repeat;
    background-position: 80% bottom, 93% center;
}
ul.tab li:nth-child(3),ul.tab2 li:nth-child(3){
	background-image: url(../images/top-product_03.png), url(../images/right.svg);
    background-size: auto 85%, 15px 12px;
	background-repeat: no-repeat;
    background-position: 80% top, 93% center;
}
ul.tab li:last-child,ul.tab2 li:nth-child(4){
    background-image: url(../images/top-product_04b.png), url(../images/right.svg);
    background-size: 10% auto, 15px 12px;
    background-repeat: no-repeat;
    background-position: 80% top, 93% center;
}
ul.tab li:last-child,ul.tab2 li:last-child{
	margin-right: 0;
}
ul.tab2 li:last-child{
    background-image: url(../images/right.svg);
    background-size: 15px 12px;
    background-repeat: no-repeat;
    background-position: 93% center;
}
ul.tab li:hover,ul.tab2 li:hover{
    background-color: #ccc;
}
ul.tab li.active,ul.tab2 li.active{
    background-color: #ccc;
	position: relative;
}
ul.tab li.active:before {
    position: absolute;
    bottom: -70px;
    left: 0;
    right: 0;
    content: '';
    width: 40px;
    height: 40px;
    border-left: 1px dotted #231815;
    border-bottom: 1px dotted #231815;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    margin: auto;
}
ul.tab li.active:after {
    position: absolute;
    content: '';
    background-color: #fff;
    bottom: -52px;
    left: 0;
    right: 0;
    margin: auto;
    width: 57px;
    height: 2px;
	z-index: 1;
}
ul.tab li:last-child, ul.tab li:nth-child(3) {
    padding: 3% 3% 5% 3%;
}
ul.tab li span,ul.tab2 li span{
	display: block;
	font-size: .55em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-weight: normal;
}
div.tabContent {
    border: 1px dotted #231815;
    padding: 4% 0;
    width: 100%;
    display: none;
    margin-top: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	margin-bottom: 50px;
}
div.tabContentImg {
	display: none;
	margin-bottom: 30px;
}
div.tabContentImg img {
    width: 100%;
}
div.active {
    display: block;
}
div.tabContent dl{
	overflow: hidden;
}
div.tabContent dt{
	float: left;
	width: 30%;
}
div.tabContent dt img{
    height: 280px;
    width: auto;
    margin: 5% auto 0;
    display: block;
}
div.tabContent dd {
	float: right;
	width: 70%;
	font-size: 1.1em;
	line-height: 2em;
}
div.tabContent dd h3 {
    font-size: 1.85em;
    letter-spacing: .1em;
    padding-bottom: 20px;
    margin-bottom: 25px;
    position: relative;
}
div.tabContent dd h3:after{
	position: absolute;
	content: '';
	background: #000;
	height: 1px;
	width: 30px;
	left: 0;
	bottom: 0;
}
div.tabContent dd h3 span{
	font-size: .5em;
	margin-left: 2em;
	letter-spacing: normal;
}
div.tabContent dd p{
	line-height: 2em;
	font-size: 1.15em;
	margin-bottom: 3%;
}
div.tabContent dd .btn {
    font-size: .9em;
    margin: 4% auto;
	width:80%;
}
.clear {
    clear:both;
}
span.made {
    font-size: 1.2em;
    margin-bottom: 10px;
    display: block;
}





/*
14:original
------------------------------------------------------------
*/
.m10 {
    margin-bottom: 10px!important;
}
.m50{
	margin-bottom: 50px!important;
}
.p80 {
	padding-top: 80px;
}
.m80 {
    margin-bottom: 80px!important;
}
.m100 {
	margin-bottom: 100px;
}
.accordionbox{
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #acacac;
    margin-bottom: 6%;
	font-size: 1.2em;
	line-height: 1.8rem;
}
.accordionlist dt{
    display: block;
    padding: 3%;
    border-top: 1px solid #acacac;
    padding-left: 10px;
    float: left;
    cursor: pointer;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.accordionlist dt .title{
	float: left;
    font-size: 1.15em;
    position: relative;
    padding-left: 3em;
}
.accordionlist dt .title:before{
	content: 'Q.';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
    font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	font-style: italic;
}
.accordionlist dd{
    width: 100%;
    display: none;
    position: relative;
    overflow: hidden;
    padding: 0 4em 3%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.accordionlist dd:before{
	content: 'A.';
	position: absolute;
	left: 1.5%;
	top: 0;
	bottom: 0;
	margin: auto;
    font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 1.7em;
	font-style: italic;
}
.accordion_icon,
.accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.accordion_icon {
    position: relative;
    width: 20px;
    height: 20px;
    background: #000;
    float: right;
    border-radius: 100%;
}
.accordion_icon span {
    position: absolute;
    left: 0;
    width: 10px;
    height: 2px;
    background-color: #fff;
    right: 0;
    margin: auto;
}
.accordion_icon span:nth-of-type(1) {
    top: 9px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
    top: 9px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.accordion_icon.active span:nth-of-type(1) {
	display: none;
}
.accordion_icon.active span:nth-of-type(2) {
	top: 9px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
#maparea {
    height: 350px;
}

/*
15:Anniversary
------------------------------------------------------------
*/
.logo_100 {
	height: 60px;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
	left: 0;
}

ul.anniversary_list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

ul.anniversary_list li{
	margin-right: 2rem;
}

ul.anniversary_list li:last-child{
	position: relative;
    margin-right: 0;
    width: 82px;
}
.bana_anniversary{
    position: fixed;
    width: 160px;
    z-index: 1;
    right: 0;
    top: 55%;
}

.bana_anniversary a{
    display: block;
    transition: .3s;
}

.bana_anniversary a:hover{
    opacity: .8;
}

.bana_anniversary img{
    width: 100%;
}

.bana_anniversary_sp{
    display: none;
}
.organtec{
	text-align:center;
	margin-bottom:80px;
}


/*
cookie同意
------------------------------------------------------------
*/
.gCookieParts {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    min-width: 1240px;
    background: rgba(156,192,203,.95);
    text-align: center;
    z-index: 200;
}
.gCookieParts_inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}
.gCookieParts_body {
    flex-grow: 1;
    flex-shrink: 1;
}
.gCookieParts_body a {
    text-decoration: underline;
}

.gCookieParts_btns {
    margin: 0;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}
.gCookieParts_btn {
    margin: 0 0 0 20px;
    width: 200px;
    flex-grow: 0;
    flex-shrink: 0;
}
.gCookieParts_btn .btn {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 9px 10px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    color: inherit;
    border: 1px solid transparent;
    background: #333;
    color: #fff;
    font-size: 1.1428571429rem;
    font-weight: 700;
    line-height: 1.6;
    border-radius: 2px;
    transition: all .4s;
}
.gCookieParts_btn .btn-black {
    background: #333;
}
.gCookieParts_btn .btn-gray {
    background: #888;
}

