@charset "utf-8";
/* CSS Document */
/*--------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------- global -------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------*/
/* global common（ module > library > adjust ）*/

/*html {
overflow:auto;
overflow-y: scroll;
}
body{ }*/

/*--- main Wrap ------------------------------------------------------------------------------------------------------------------------------------*/
/*#mainWrp {	
	width:100%;
	height:auto;
}*/

body{ 
	width:100%;
	height:auto;
}

/*--- header ---------------------------------------------------------------------------------------------------------------------------------------*/
header {
	width: 100%;
	height: 64px;
	top:0;
	padding:10px 25px;
	z-index: 9999;
	position: fixed;

	/**background-color: rgba(255,255,255,0.9);*/
	/*background-color: #ffffff;*/
}

.imgLogo {
	height:50px;
	position:absolute;
}

/*--- H2 -------------------------------------------------------------------------------------------------------------------------------------------*/
h2 {
	font-size: 36px;
	letter-spacing: 0.15em;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	
	text-align: center;
	position: relative;
	
	margin: 45px 0 45px 0;
	
	z-index: 1;
	font-weight: 400;
	line-height: 1em;
	color: #955e30;
}

h2::before{
	/*bottom: 5%;
	left: 35%;*/
	width: 100px;
	height: 90px;
	transform: translate(-45%, -55%);
	
	position: absolute;
	z-index: -1;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	
}

.mk-c1::before{ background-image: url("../img/com/ttlH2-c1.png"); }
.mk-c2::before{ background-image: url("../img/com/ttlH2-c1.svg"); }

/*--- H3 -------------------------------------------------------------------------------------------------------------------------------------------*/
.ttl-l1 {
	font-size: 22px;
	font-weight: 500;
	padding: 5px 0 20px;
	letter-spacing: 0.1em;
}

.ttl-sdt {
	font-size: 24px !important;
	font-weight: 500;
	letter-spacing: 0.1em;
	
	position: relative;
  display: inline-block;
  margin-bottom: 1.2em;
  width: 100%;
}

.ttl-sdt::before {
  content: '';
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 40px;
  height: 3px;
  left: 50%;
		
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  	
	background: repeating-linear-gradient(-45deg, #955e30, #955e30 2px, #fff 2px, #fff 4px);
	
	/*background-color: black;*/
  border-radius: 1px;
}

/*--- footer----------------------------------------------------------------------------------------------------------------------------------------*/
footer {
	padding: 10px 0 14px 0;

	font-size:11px;
	font-size:1.1rem;
	text-align: center;

	/*color: #955e30;*/
	background-color: #955e30;
}

footer a {
	color: #fff!important;
	text-decoration: none;
}

.navFoot {
	max-width: 700px;
	justify-content: space-between;
	
	margin: auto;
	padding: 1px 6px 10px;
}

hr.libStyl-1 {
	border-top: 1px dashed #8c8b8b;
	border-bottom: 1px dashed #fff;
}

.wrpFoot {
	width: 90%;
	max-width: 600px;
	margin: auto;
}

.fotInnr {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.fotAddr {
	text-align: left;
	margin: 0 0 0 20px;
  font-size: 13px;
	color: #ffffff;
}

/*--- HR -------------------------------------------------------------------------------------------------------------------------------------------*/
hr.libStyl-2 {
  height: 8px;
  background-image: repeating-linear-gradient(-45deg, #955e30 0, #955e30 1px, #fff 0, #fff 6px);
  /*background-size: 20px 20px;*/
	width: 40%;
	margin: 80px auto;
}


/*--------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------module---------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------*/
/* global common（ module > library > adjust ）*/

/*--- container wrap -------------------------------------------------------------------------------------------------------------------------------*/
.mdCtner {
	height:auto;
	/*min-height: 280px;*/
	padding: 30px 0 0px;
}

/*--- contents wrap --------------------------------------------------------------------------------------------------------------------------------*/
.mdConts {
	max-width:1000px;
	width:95%;
	margin:auto;
}

/*--- module section Decoration --------------------------------------------------------------------------------------------------------------------*/
.mdConts-NA {
	max-width: 800px;
	width:95%;
	margin:auto;
}

/*--- title ----------------------------------------------------------------------------------------------------------------------------------------*/
.mdTtl-DF {
	font-size:28px;
	font-size:2.8rem;
	line-height:1.2em;
	letter-spacing: 0.1em;
	
	margin: 10px 0 40px 0;
	text-align:center;
	
	font-weight:bold;
	color:#01a994;
}

/*--- breadcrumb -----------------------------------------------------------------------------------------------------------------------------------*/
.mdBrcrm {
	/*width: 100%;*/
	
	margin: 10px auto;
	overflow: hidden ;
	
	font-size: 12px;
	font-size: 1.2rem;
	
	/*top: -80px;*/
}
.mdBrcrm li { display: inline-block; }

.mdBrcrm li:after {
	content: ">" ;
	padding: 0 8px ;
}
.mdBrcrm li:last-child:after { content: none ; }
.mdBrcrm li a { color:#1b0000; }
.mdBrcrm li a:hover { text-decoration:underline; }

/*--- header Title ---------------------------------------------------------------------------------------------------------------------------------*/

.mdHdttl {
	background-color: #fff;
	top: 261px;
	position: relative;
	width: 260px;
}

.mdHdttl p {
	font-size: 32px;
	font-weight: 500;
	font-family: 'Noto-Serif', serif;
	letter-spacing: 0.1em;
/*display: inline-block;
position: relative;*/
	padding: 20px 0 10px;
	margin: 0 0 0 60px;
}

.mdHdttl p span {
	margin-top: 3px;
	display: block;
	font-size: 14px;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

/*--- Normal Grloval menu --------------------------------------------------------------------------------------------------------------------------*/


.nlGvmenu {

	padding: 5px 0 0 0;
	
	float: right;
	text-align: center;
	font-size: 15px;
}


.nlGvmenu ul {
	
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	
}

.nlGvmenu ul li {
	line-height: 1em;
	margin: 0 0 0 24px; 
}


.nlGvmenu ul li a {
	color: #955e30;
}


/*--------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------library--------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------*/
/* global common（ module > library > adjust ）*/

/*--- button ----------------------------------------------------------------------------------------------------------------------------------------*/

.lbBtn-df {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #955e30;
  color: #fff;
	padding: 8px 26px 8px 8px;
	font-size: 12px;
	
	float: right;
	margin: 14px 0 0 0;
	
	display: flex;
}

.lbBtn-df::after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  margin: -4px 0 0 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*--- library flex ---------------------------------------------------------------------------------------------------------------------------------*/
.libFlex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
		
	/*flex-wrap: wrap;*/
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	
	justify-content: space-around;
}

/*--- library button -------------------------------------------------------------------------------------------------------------------------------*/
.libBtn {
	min-width:140px;
	padding: 7px 25px 3px;
	margin: 0 auto;
	display: inline-block;
	position:relative;
	text-align: center;
	 transition: background-color 1s;
 	-webkit-transition: background-color 1s;
	z-index:999;
}

/*--- library contents Bl01 ------------------------------------------------------------------------------------------------------------------------*/
.libBl01 {
	position:relative;	
	background: #F9F9F9;
	/*background:#f0f0f0;*/
}

/*--- library caption icon -------------------------------------------------------------------------------------------------------------------------*/
.libCpIcn {
	padding: 3px;
	font-size: 80%;
	font-weight: bold;
	color: #fff;
	margin-left: 5px;
}

/*--- library Text Decoration ＞Dot ----------------------------------------------------------------------------------------------------------------*/
.libTxdot-u {
	padding-top: .4em;
	background-position: top left -2px;
	background-repeat: repeat-x;
	background-size: 1.3em .3em;
	background-image: radial-gradient(.15em .15em at center center,orange,orange 100%,transparent);
}


.libTxtlin {
  align-items: center;
  text-align: center;
  justify-content: center;

  display: flex;
}

.libTxtlin:after {
  height: 1px;

  display: inline-block;
  vertical-align: middle;
  flex-grow: 1;

  content: "";
	
	background: #56C3E7;
}

.libTxtlin:after {
  margin-left: 10px;
}

/*--- library General parts table ------------------------------------------------------------------------------------------------------------------*/
.libTabl-ge {
	max-width:500px;
	width:90%;
	margin:0 auto;
}
.libTabl-ge th, .libTabl-ge td {
	padding:10px 15px;
}

.libTabl-ge th {
	width:30%;
	/*background:#f0f0f0;*/
	border-top:2px solid #f0f0f0;
	border-bottom:2px solid #f0f0f0;
}

.libTabl-ge td {
	width:70%;
	border-top:2px solid #f0f0f0;
	border-bottom:2px solid #f0f0f0;
}

/*--- library google map ---------------------------------------------------------------------------------------------------------------------------*/
.libGgmap {
	width:100%;
	height:400px;
	border:none;
}

/*--- library President name -----------------------------------------------------------------------------------------------------------------------*/

.lbpres {
	margin: 15px 0 0 0; 
	float:right;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	letter-spacing: 0.1em;
}

.lbpres span {
	padding: 0 0 0 6px;
	font-size: 140%;
	vertical-align: text-bottom; 
}

/*--- library anchorlink ---------------------------------------------------------------------------------------------------------------------------*/

span.lbAclk {
	 position: relative;
	 top: -100px;
	 display: block;
}

/*--- library imgFit ---------------------------------------------------------------------------------------------------------------------------------*/

.ofi { object-fit: cover; font-family: 'object-fit: cover;' }

.lbimgFit {
	width: 100%;
	/*height: 400px;*/
	object-fit: cover;
	font-family: 'object-fit: cover;';
	display: block;	
}

.lbFno-Dfx {
	float: none !important;
	display: flex;
}

/*--- library table 灰色 -----------------------------------------------------------------------------------------------------------------*/
.libTabl-ge {
	max-width:900px;
	width:90%;
	margin:0 auto;
}
.libTabl-ge th, .libTabl-ge td {
	padding:10px 15px;
}

.libTabl-ge th {
	width:30%;
	background:#f0f0f0;
	border-bottom:2px solid #ffffff;
}

.libTabl-ge td {
	width:70%;
	border-top:2px solid #f0f0f0;
	border-bottom:2px solid #f0f0f0;
}

/*--- library list symple -----------------------------------------------------------------------------------------------------------------*/
.libList-sm {
	display: block;
	max-width: 130px;
	margin: 0 auto;
}

.libList-sm dl {
	max-width:900px;
	width:90%;
	margin:0 auto;
}

.libList-sm dd, .libList-sm dt {
	padding:10px 15px;
}


.libList-sm dt {
	font-weight: bold;
}

.libList-sm dd {
	margin-left: 1em;
}

/*--- library 6image サムネ -------------------------------------------------------------------------------------------------------------------------*/

.lb6img {}

.lb6img img {
	width: 16.6666%;
	height: 100%;
}


/*--------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------common adjust--------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------*/
/* global common（ module > library > adjust ）*/

/*--- font -----------------------------------------------------------------------------------------------------------------------------------------*/
.adjFt-mn { font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }
.adjFt-sa { font-family: 'Noto Sans', sans-serif; }
.adjFt-sr { font-family: 'Noto Serif', serif; }

.adjFt-fuch { text-shadow:#ffffff 1px 1px 0px, #ffffff -1px 1px 0px, #ffffff 1px -1px 0px, #ffffff -1px -1px 0px; }
.adjFt-cl_w { color:#ffffff;}
.adjFt-wt_b { font-weight:bold; }
.adjFt-sz26 { font-size: 26px; line-height:1.1em;}
.adjFt-sz80 { font-size:80%;}

/*--- float ----------------------------------------------------------------------------------------------------------------------------------------*/
.adjAlg-c { text-align:center; }
.adjMgn-c { margin: 0 auto; }

.ajFlo-no { float: none !important; }

/*--- text ------------------------------------------------------------------------------------------------------------------------------------------*/

/*--- border ---------------------------------------------------------------------------------------------------------------------------------------*/
.adjClr-DfB1 {
	border: 1px solid #01a994;
	background:#ffffff;
	color:#01a994;
}

/*--- image size -----------------------------------------------------------------------------------------------------------------------------------*/
.adjImg-w20 { width:20px;	height:auto; }
.adjImg-w30 { width:30px;	height:auto; }
.adjImg-a95 { width:95%;	height:95%; }

/*--- adjust icon ----------------------------------------------------------------------------------------------------------------------------------*/
.far { margin:5px 4px 0 0; }

/*--- background color -----------------------------------------------------------------------------------------------------------------------------*/
.ajBgClr-W { background: #ffffff; }
.adjBgClr-O { background: #F93; }
.adjBgClr-B { background: #06C; }
.adjBgClr-R { background: #C03; }
.adjBgClr-G { background: #363; }
.adjBgClr-LB { background: #F0F7FC; }
.adjBgClr-DB { background: #C3E9F5; }

.ajBgClr-df { background: #f5f5ed; }

/*--- color ----------------------------------------------------------------------------------------------------------------------------------------*/
.adjClClr-TB { color: #56C3E7; }

/*#CFF4F3*/
/*#56C3E7*/
/*#F0F7FC*/

/*--- adjust padding -------------------------------------------------------------------------------------------------------------------------------*/
.ajPadd-0i { padding: 0 !important; }

.ajPadd-T40 { padding:40px 0px 0px 0px; }

.ajPadd-R80 { padding:0px 80px 0px 0px; }
.ajPadd-L80 { padding:0px 0px 0px 80px; }
.ajPadd-L40 { padding:0px 0px 0px 40px; }

.ajPadd-B30 { padding:0px 0px 30px 0px; }
.ajPadd-B50 { padding:0px 0px 50px 0px; }

.ajPadd-B00 {padding-bottom: 0px;}

/*--- adjust margin --------------------------------------------------------------------------------------------------------------------------------*/
.adjMrgn-0au { margin: 0 auto; }
.adjMrgn-t20 { margin-top:20px; }
.adjMrgn-t30 { margin-top:30px; }
.adjMrgn-t40 { margin-top:40px; }

.ajMrgn-R20 { margin:0px 20px 0px 0px; }
.ajMrgn-L20 { margin:0px 0px 0px 20px; }

.ajMrgn-B20 { margin:0px 0px 20px 0px; }
.ajMrgn-B30 { margin:0px 0px 30px 0px; }
.ajMrgn-B50 { margin: 0 auto 50px !important; }

.ajMrgn-0a40 { margin: 0 auto 40px; }

/*--- adjust height --------------------------------------------------------------------------------------------------------------------------------*/
.ajHght-h40 { height: 40px !important; }

/*--- adjust Right link ----------------------------------------------------------------------------------------------------------------------------*/
.adjRlnk {
	margin-top: 10px;
	display: block;
	text-align: right;
}

/*--- adjust width ---------------------------------------------------------------------------------------------------------------------------------*/
.ajWdth-34 {
	width: 340px !important;
}

.ajWdth-80 {
	max-width: 800px !important;
}

/*--- adjust section Decoration --------------------------------------------------------------------------------------------------------------------*/

.adDec-Lf {
	top: -55px;
	left: 5%;
  position: relative;
	z-index: 999;
}

.adDec-Rh {
	top: 35px;
	right: 5%;
	float: right;
  position: relative;
}

.adDec-Hd {
	top: 65%;
	right: 5%;
	float: right;
	position: absolute;
	z-index: 999;
}

/*************/
.adjAwe {
		margin-right: 8px;	
	
    text-decoration: none;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
}

/*--- library display contlor ----------------------------------------------------------------------------------------------------------------------*/
/*.libDisp-on {}
.libDisp-of { display:none; }*/

/*--------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------Other modules TEMPLATE-----------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------*/

/*-------------- pageTop  --------------*/
.scrollTop {
	position: fixed;
	right: 20px;
	bottom:65px;
	z-index:500;	
	opacity: 0;
	transition: all 0.4s ease-in-out 0s;
}
.scrollTop a {
	color: #fff;
	background: #955e30;
	border: dotted 1px #fff;
	padding: 20px 15px 10px;
 display: block;
}
.scrollTop a:after{
	content:"";
	display:block;
	width:20px;
	height:20px;
	border-top: #ffffff 3px solid;
	border-right: #ffffff 3px solid;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.scrollTop a:hover{
	/*background: #00b1d0;*/
}

/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------Local module index--------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/****************************************************************************************************************************************************/
/***** index page ***********************************************************************************************************************************/
/****************************************************************************************************************************************************/

/*--- slide logo -----------------------------------------------------------------------------------------------------------------------------------------------------*/
.container {
	max-width:1000px;
	width:95%;
	margin:auto;
	padding: 80px 0px 80px 0px;

	position: relative;
}

.container a, .container img {
	display: block;
}

.container > img {
	position: absolute;
	bottom: 30px;
	width: auto;
	right: 0;
	margin-right: 8px;
	z-index: 1;
	/*padding-right: 30px;*/
	/*transform: translate(0, -70%);*/
}

/****************************************************************************************************************************************************/
/***** product 製品紹介 *******************************************************************************************************************************/
/****************************************************************************************************************************************************/

/*--- Header image ---------------------------------------------------------------------------------------------------------------------------------*/
.hdrImg-pro {
	min-height: 180px;
	width: 100%;
	background: url("../img/pro/imgMain.jpg") no-repeat scroll center bottom;
	background-size: cover;
	position: relative;
}

.hdrWav {
	width: 100%;
	bottom: 0;
	position: absolute;
}

/****************************************************************************************************************************************************/
/***** about 会社概要 *********************************************************************************************************************************/
/****************************************************************************************************************************************************/

.hdrImg-abo {
	min-height: 340px;
	width: 100%;
	background: url("../img/abo/imgMain.jpg") no-repeat scroll center bottom;
	background-size: cover;
}

/*****事業紹介*****/

.adutCtner-sc01 {
	/*height: 400px;*/
	width: 100%;
	background: url("../img/abo/abo-imBc.jpg") no-repeat scroll center bottom;
	background-size: cover;
	
	display: block;
	position: relative;
	z-index: 99;
}

.adutConts {
	max-width:450px;
	width:95%;
	margin:auto;
	padding: 65px 0 0 0;
	display: block;
	position: sticky;
}

.adutConts p {
	padding: 20px 0;
}

.adutConts p:last-child {
	padding: 20px 0 8vw;
}

.modSubtxt {
	text-align: center;
	font-size: 14px;
	line-height: 24px;
}


/****inner contener********/
.abutInct {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	
	max-width: 1200px;
	
	margin: 0 auto;
	
	display: block;
	position: absolute;
}

.abutInct p {
	position: absolute;
	margin: 0 20px;
}

.modSimg-S011 {
	bottom: 140px;
	right: 0;
	padding-bottom: 45px;
}

.modSimg-S012 {
	top: 260px;
	left: 0;
	padding-bottom: 45px;
}

/*****歴　史*****/
.mdtmLine {
	list-style: none;
	width: 90%;
	margin: 0 auto;
	display: block;
}

.mdtmLine > li {
	overflow: hidden;
	margin: 0;
	position: relative;
}

 .tlDate {
	/*width: 90px;*/
	float: left;
	margin: 0 13px 0 0;
	text-align: right;
}

.tlcnts {
	width: 80%;
	float: left;
	border-left: 3px #f9efe6 solid;
	padding-left: 15px;
}

/*.tlcnts p {
	margin: 0 10px 0 0px
}*/

.tlcnts:before {
	content: '';
	width: 12px;
	height: 12px;
	background: #955e30;
	position: absolute;
	left: 53px;
  top: 4px;
	border-radius: 100%;
}



/*--- link posion --------------------------------------------------------------------------------------------------------------------------------------------------------*/

.btnPos-itm {
	position: absolute;
	bottom: 30px;
	width: auto;
	right: 0;
	margin-right: 8px;
	z-index: 1;
}

/*--- Text ---*/
.cmpTxt {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode:vertical-rl;   

	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

.adjText{
	/*font-size: 23px;
	line-height: 36px;*/
	
	font-size: 1.8vw;
	line-height: 140%;

	margin-top: 4vw;
}

/*--- Photo ---*/
.cmpPht{
	/*max-height: 620px;*/
}

.cmpPht img {
	float: right;
	margin-bottom: 40px;
}


/*--- index / Basicpolicy 4Col wtLine --------------------------------------------------------------------------------------------------------------*/
.modCol-4wl {}

.modCol-4wl ul{
	/*display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	height: calc(220px + 5.804vw);*/
}

.modCol-4wl li{
	height: 30vw;
	width: 25%;
	color: #fff;
	font-weight: 500;
	text-align: center;
	
	background-size: cover;
	background-position: center;
	position: relative;
}

.modCol-4wl dl{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

.modCol-4wl dt{
	font-size: 18px;
	
}

.modCol-4wl dd{
	margin-top: 6px;
}

.modCol-4wl a:link {
	color: #fff;
}

.libInn-wl {
	border: 1px solid #fff;
	width: 90%;
	height: 81.36%;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.bcImgP01{ background-image: url("../img/idx/imgSol-01.jpg");}
.bcImgP02{ background-image: url("../img/idx/imgSol-02.jpg");}
.bcImgP03{ background-image: url("../img/idx/imgSol-03.jpg");}
.bcImgP04{ background-image: url("../img/idx/imgSol-04.jpg");}

.lbDot {
	margin: 20px 0 30px;	
}

/*--- index / news ---------------------------------------------------------------------------------------------------------------------------------*/
.modNws {
	width:100%;
	height: 100%;
	max-height:200px;
	padding:10px; 
		
	overflow-y: scroll;
	 -webkit-overflow-scrolling: touch;

	background: #ffffff;
}

.modNws dt {
	color: #955e30;
	font-weight: 700;
}

/*.modNws dd:not(:last-child) {*/
.modNws dd {
    border-bottom: 3px dotted #f0ede8;
    padding-bottom: 2px;
    margin: 10px 0 10px 0;
}

.modNws li {
	padding:10px 20px;
	border-bottom:1px dashed #e4e4e4;
}

.modNws li:last-child {
	border-bottom:none;
}

.modNws li dt {
	width:185px;
    display: block;
}

.modNws li dd {
	width:calc(100% - 185px);
}

.modNws li dt time {
	width: calc(100% - 70px);
	display:inline-block;
}

/*--- index / 2Col SNS -----------------------------------------------------------------------------------------------------------------------------*/
.modCol-2hf {
	width: 400px;
  margin: 20px;
}

.adjHdr {
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 auto 20px;
}

.adjHdr span {
	display: block;
}

/*--- index / Cp characteristics 2Col --------------------------------------------------------------------------------------------------------------*/
.modCha-2 {
	margin: 30px auto 0;
}

.modCha-2 li {
	width: 460px;
	margin: 20px auto 20px;
	
}

/****************************************************************************************************************************************************/
/***** Solution 事業内容 ******************************************************************************************************************************/
/****************************************************************************************************************************************************/

/*--- index Header image ---------------------------------------------------------------------------------------------------------------------------*/
/*--- index ---*/
.hdrImg-sol {
	min-height: 340px;
	width: 100%;
	background: url("../img/sol/imgMain.jpg") no-repeat scroll center bottom;
	background-size: cover;
	position: relative;
}

/*--- print ---*/
.hdrImg-sl-u01 {
	min-height: 340px;
	width: 100%;
	background: url("../img/sol/imgMain-01.jpg") no-repeat scroll center bottom;
	background-size: cover;
	position: relative;
}

/*--- Common Frame ---------------------------------------------------------------------------------------------------------------------------------*/
.modFrTP-tx {
	width:calc(100% - 400px);
	/*padding:15px;*/
	/*padding: 0 10px 0 40px;*/
	text-align: justify;
}

.modFrTP-tx-Fl {
	width:100%;
	padding:15px;
}

.modFrTP-tx dt {
	font-size:22px;
	font-size:2.2rem;
	line-height:1.3em;
	color:#01a994;
}

.modFrTP-tx dd {
	padding:15px 0 30px;
	line-height:2em;
}

.modFrTP-ph {
	height:auto;
	width:400px;
	/*margin:0 auto 50px;*/
	position: relative;
}

/*--- Service contents -----------------------------------------------------------------------------------------------------------------------------*/
.modSvc {
  margin: 0;
  padding: 0;
}

.modSvc li {
	height:auto;

	margin: 0.4em;
  padding: 0 1em;

	border-radius: 20px;
		
  display: inline-block;
  white-space: nowrap;

	font-size: 15px;
	font-size: 1.5em;
	
	line-height: 30px;
	font-weight: bold;
		
	text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s;

  background-color: #fff;
}

/****************************************************************************************************************************************************/
/***** about 会社概要 *********************************************************************************************************************************/
/****************************************************************************************************************************************************/

/*--- index / Basic --------------------------------------------------------------------------------------------------------------------------------*/
.modCol-4bs ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.modCol-4bs li{
	width: 25%;
	position: relative;
}

.modCol-4bs li img {
	width: 100%;
	object-fit: cover;
}


/****************************************************************************************************************************************************/
/***** contact **************************************************************************************************************************************/
/****************************************************************************************************************************************************/

.hdrImg-con {
	min-height: 340px;
	width: 100%;
	background: url("../img/con/imgMain.jpg") no-repeat scroll center bottom;
	background-size: cover;
}

.libTelFx {
	padding: 0 0 10px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(245,193,159,0.3);
}

.libTelFx h3 {
	font-size: 22px;
	line-height: 20px;
	font-weight: 500;
	font-family: "Noto Sans Japanese";
	color: #955e30;
}

.libTelFx p:first-of-type{
	font-size: 26px;
	font-weight: 600;
  margin: 20px 0 10px 0;
}

.libTelFx p {
	font-size: 14px;
}

/****************************************************************************************************************************************************/
/***** privacypolicy ********************************************************************************************************************************/
/****************************************************************************************************************************************************/

.hdrImg-pri {
	min-height: 340px;
	width: 100%;
	background: url("../img/pri/imgMain.jpg") no-repeat scroll center bottom;
	background-size: cover;
}

.modPriv {
	padding:15px 0;
}
.modPriv dt {
	color:#01a994;
	font-size:16px;
	font-size:1.6rem;
	font-weight:bold;
	padding-bottom:0.3em;
}
.modPriv dd {
	padding-bottom:1em;
}

.notice {
	color:#8b0000;
	font-weight:bold;
	font-size:12px;
	font-size:1.2rem;
}

/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------- media screen module -----------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*--- <1300 ------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 1301px) { }

/*--- >1300 ------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1300px) {

/*****main v**************************************/
	.H2Idx { 
		font-size: 8.6vw;
		margin: -13vw 40px 0 30px;
	}

 }

/*--- >1100 ------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1100px) {

/*****main v**************************************/
	.H2Idx { 
		font-size: 9vw;
		margin: -14.5vw 40px 0 30px;
	}
	.adjText {  font-size: 1.9vw; }
}

/*--- >1000 ------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1000px) {
	
.modCol-3-thum li {
	width:33.333%;
	border-bottom:1px solid #f9f8f8;
}
.modCol-3-thum li:nth-child(3) {
	border-right:none;
}
.modCol-3-thum li:nth-child(4), 
.modCol-3-thum li:nth-child(5) {
	border-bottom:none;
}
.modCol-3-thum li:last-child {
	border-right:1px solid #f9f8f8;
	width:33.333%;
}

/*****main v**************************************/
	.H2Idx { font-size: 9vw; }
	.adjText {  
	font-size: 2.1vw;
	margin-top: 2vw;
	}

/*****about *************************************************/
	.abutInct {
		position: static;

		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		
		justify-content: center;
  	align-items: center;
	}	
	
	.abutInct p {
		width: 25%;
		position: static; 
	}

	.abutInct img {
		width: 100%;
		max-width: initial;
	}

}

/*--- >900 -----------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 900px) {
	
header { padding:10px 20px; }
	
/*----- library display contlor --------------*/
/*.libDisp-off { display:none; }*/
	
.sp-nav { display: block; }

/*.sr-only {
	position: absolute;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
	
.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	overflow: visible;
	clip: auto;
	width: auto;
	height: auto;
	margin: 0;
}*/

.modFrTP-ph {
	/*width:370px;*/
	height:auto;
	margin:0 auto 40px;
}
	
.modFrTP-tx {
	width:100%;
	padding:0 15px 15px;
}
	
.inner-bg-g { border-left:none; }

/*****solution > page ************************************/
.H3dt { text-align: center; }

/***** lib order *******************************************/
.lbOder-0 { order: 0; }
.lbOder-1 { order: 1; }

/***** adjust soliution ph **********************************/
.adjSol-ph-mg { margin: 30px auto 10px; }

.mdCol-2-w64 li {  width: 100%; }

.mdCol-2-txt {
	max-width: 1000px;
	width: 95% !important;
	margin: 40px auto;
	padding: 0 15px 15px;	
	/*padding: 30px 10% 10px 0;*/
}

	
}

/*-----------<800-----------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 800px){   
  .lbDsp-pc { display:block; }
  .lbDsp-sp { display:none; }
}

/*----------->800-----------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 800px) {
  .lbDsp-pc { display:none; }
  .lbDsp-sp { display:block; }
}

/*----------->660-----------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 660px) {

.center-a { text-align:left; }

/*.imgLogo { top:5px; }*/

.footer-nav > li {
	width:100%;
	padding: 0 10px 10px;
}

.dropmenu {
	position:absolute;
	top:57px;
	right:5px;
}

.modCol-3-thum li {
	width:50%;
	border-bottom:1px solid #f9f8f8;
}
.modCol-3-thum li:nth-child(3) {
	border-right:1px solid #f9f8f8;
}
.modCol-3-thum li:nth-child(2),
.modCol-3-thum li:nth-child(4)  {
	border-right:none;
}
.modCol-3-thum li:nth-child(4), 
.modCol-3-thum li:nth-child(5) {
	border-bottom:1px solid #f9f8f8;
}
.modCol-3-thum li:last-child {
	border-right:1px solid #f9f8f8;
	border-bottom:none;
	width:50%;
}

/*****main v**************************************/
	.H2Idx {
		font-size: 9.3w;
		margin: -14.5vw 20px 0 20px;
	 }
	
	.adjText {  
	font-size: 2.1vw;
	margin-top: 2vw;
	}

/*****solution**************************************/
.modCol-4wl li { 
width: 50%;
height: 35vw;
 }

/*****news****************************************/
.modNws li dt {
    width: 100%;
    text-align: left;
}   
.modNws li dt time {
	width: calc(100% - 425px);
	display: initial;
}

.modNws li dd {
    width: 100%;
    text-align: left;
}

/*--- adjust Right link ----------------------------------------------------------------------------------------------------------------------------*/
.adjRlnk {  text-align: center; }
	
}

/*----------->600-----------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 600px) {

/*****main v**************************************/
.modLst-2 li:nth-child(1) {
    width: 100%;
    float: none;

   margin: 40px 0 40px 0;
 }

.modLst-2 li:nth-child(2) {
    width: 100%;
    float: none;
}

.cmpTxt {
	writing-mode: horizontal-tb;
	text-align: center;
}

.H2Idx {
	margin: 0 0 20px 25px;
	line-height: 120%;
}

.adjText {
	font-size: 2.7vw;
}

/*--- library display contlor ----------------------------------------------------------------------------------------------------------------------*/
.libBr-of { display:none; }

.adjFt-sz20-u66 { font-size:20px; }
.adjFt-sz14-u66 { font-size:13px; }

/*--- recrute ------------------------------------------------------------------------------------------------------------------------------------------*/
.lbFrm-brk {
	font-size: 2.9vw;
}

/*************/	
.lb6img img { width: 50%; }	
	
}

/*----------->480-----------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {

.libTabl-ge th,
.libTabl-ge td {
	width:100%;
	display:block;
}
	
/*.bg-slider {
	min-height:520px;
}*/

.modCol-3-thum li {
	width:100%;
	border-right:none;
	border-bottom:1px solid #f9f8f8;
}
.modCol-3-thum li:last-child {
	border-right:none;
	border-bottom:none;
}
.modCol-3-thum li {
	width:100%;
	border-bottom:1px solid #f9f8f8;
}
.modCol-3-thum li:nth-child(3) {
	border-right:none;
}
.modCol-3-thum li:nth-child(4) {
	border-right:none;
}
.modCol-3-thum li:nth-child(4), 
.modCol-3-thum li:nth-child(5) {
	border-bottom:1px solid #f9f8f8;
}
.modCol-3-thum li:last-child {
	border-right:none;
	border-bottom:none;
	width:100%;
}

/*****solution**************************************/
.modCol-4wl li { 
width: 100%;
height: 52vw;
 }



}

/*----------->360-----------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 360px) {

.imgLogo {
	width:70%;
	height:auto;
}

.nb-map_bg03 { width: 100%; }

}