@charset "UTF-8";


/* ---------------------------------------------------------
------------------------------------------------------------
 環境・制度について System
------------------------------------------------------------
--------------------------------------------------------- */
.pc-only-inlineblock {
  display: inline-block;
}
.sp-only-inlineblock {
  display: none;
}


.page-works.system .kv .inner{
  background: url("../images/system/kv01.jpg");
}
/*.system_bg_wrap{
  background: url("../images/system/system_bg.jpg") top center repeat-y;
  background-size: auto;
}*/
.system_box {
  margin-bottom: 40px;
}
.system_box:nth-child(even) {
  background: #f6f6f6;
}
.system_box:nth-child(even) .culture-ttl {
  padding-top: 70px;
}
.system_box:last-child {
  background: #fff;
}
.system_box .inner{
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.system_box .inner .bg_image01 {
  position: absolute;
  top: -65px;
  left: -75px;
}
.system_box .inner .bg_image02 {
  position: absolute;
  bottom: 0px;
  right: -40px;
  z-index: -1;
}
.system_box .inner .bg_image03 {
  position: absolute;
  top: 32%;
  left: -125px;
  z-index: -1;
}
.system_title{
  text-align: left;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.8;
  padding: 40px 20px 50px;
}
.system_container{
  /*position: relative;*/
  width: 100%;
  /*margin-bottom: 100px;*/
  display: flex;
  justify-content: space-between;
}
.system_container .txt_wrap{
  /*border: 1px solid #a6a6a6;*/
  /*background: #f8f8f9;*/
  padding: 30px 30px;
  /*padding-right: 280px;*/
  width: 470px;
  box-sizing: border-box;
}
.system_container .txt_wrap .title{
  font-size: 28px;
  font-family: "Noto Sans Japanese";
  color: #333;
  font-weight: bold;
  line-height: 2.0;
  /*border-bottom: 2px solid #a6a6a6;*/
  position: relative;
  margin-bottom: 20px;
  width: 460px;
}
/*.system_container .txt_wrap .title::after{
  content:"";
  position: absolute;
  display: block;
  bottom: -2px;
  left: 0;
  width: 80px;
  height: 2px;
  background: #2395d4 0 0 no-repeat;
  border-right: 1px solid #fff;
}*/
.system_container .txt_wrap .system_list{
  margin: 20px 0px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.system_container .txt_wrap .system_list.content2 {
  display: block;
}
.system_container .txt_wrap .system_list>li{
  width: 100%;
  font-size: 14px;
  line-height: 23px;
  color: #333;
}
.system_container .txt_wrap .txt{
  font-size: 14px;
  line-height: 23px;
  color: #333;
}
.system_container .img_wrap{
  /*position: absolute;
  right: 0;
  bottom: -50px;
  z-index: 10;*/
  width: 470px;
  padding: 35px 0px;
}
.system_container .img_wrap img {
  width: 100%;
}
.awards_list{
  margin: 0 0 80px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.awards_list>li{
  width: 300px;
  border: 2px solid #f8f8f9;
}
.awards_list>li .logo{
  width: 100%;
  padding: 30px 0;
  background: #fff;
  text-align: center;
}
.awards_list>li .logo>img{
  max-width: 100%;
  height: auto;
}
.awards_list>li .txt{
  background: #f8f8f9;
  padding: 40px 0;
  text-align: center;
  font-size: 14px;
  line-height: 23px;
}
.inner-940{
width: 1000px;
max-width: 100%;
margin-left: auto;
margin-right: auto;
padding: 0 15px;
}
/* 環境制度タイトル */
.culture-ttl {
width:1000px;
max-width: 100%;
margin-left:auto;
margin-right:auto;
padding-top:30px;
margin-bottom:15px;
}
.culture-ttl h2 {
    font-size: 23px;
    position: relative;
	text-align: center;
	padding-bottom:10px;
}
.culture-ttl h2:after {
    background: #0D88CE;
    bottom: -5px;
    content: "";
    height: 3px;
    left: 45%;
    position: absolute;
    width: 10%;
}


/* SP
----------------------------------------------------------- */
@media (max-width:768px) {
.pc-only-inlineblock {
  display: none;
}
.sp-only-inlineblock {
  display: inline-block;
}

.system_box:nth-child(even) .culture-ttl {
  padding-top: 45px;
}

.page-system.system .kv .inner{
}
.system_bg_wrap{
}
.system_box {
}
.system_box .inner{
  width: 90%;
}
.system_container{
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  display: block;
}
.system_container .txt_wrap{
  padding: 20px 20px;
  padding-right: 20px;
  width: 100%;
}
.system_container .txt_wrap .title{
  width: 100%;
	font-size: 22px;
  font-family: "Noto Sans Japanese";
}
.system_container .txt_wrap .title::after{
}
.system_container .txt_wrap .system_list{
  width: 100%;
  display: block;
}
.system_container .txt_wrap .system_list>li{
	width: 100%;
}
.system_container .txt_wrap .txt{
}
.system_container .img_wrap{
  position: static;
  right: 0;
  bottom: 0;
  width: 100%;
}
.system_container .img_wrap.sp-only-inlineblock {
  padding: 0 0 20px;
}
.system_container .img_wrap>img{
  width: 100%;
  height: auto;
}
.awards_list{
  display: block;
  margin: 60px 0;
}
.awards_list>li{
  width: 100%;
  margin-bottom: 20px;
}
.awards_list>li .logo{
  padding: 20px 0;
}
.awards_list>li .logo>img{
  max-width: 90%;
}
.awards_list>li .txt{
  padding: 20px 0;
}

.inner-940{
width: 100%;
margin-left: auto;
margin-right: auto;
}
/* 環境制度タイトル */
.culture-ttl {
width:100%;
margin-left:auto;
margin-right:auto;
padding-top:45px;
margin-bottom:15px;
}
.culture-ttl h2 {
    font-size: 23px;
    position: relative;
	text-align: center;
}
.culture-ttl h2:after {
    background: #0D88CE;
    bottom: -5px;
    content: "";
    height: 3px;
    left: 45%;
    position: absolute;
    width: 10%;
}	
.culture-ttl2 {
width:100%;
margin-left:auto;
margin-right:auto;
padding-top:0px;
margin-bottom:15px;
}
.culture-ttl2 h2 {
    font-size: 23px;
    position: relative;
	text-align: center;
	padding-bottom: 10px;
}
.culture-ttl2 h2:after {
    background: #0D88CE;
    bottom: -5px;
    content: "";
    height: 3px;
    left: 45%;
    position: absolute;
    width: 10%;
}
	
}
/* ---------------------------------------------------------
------------------------------------------------------------
 数字で見るMinoriソリューションズ
------------------------------------------------------------
--------------------------------------------------------- */
.page-works.graph .kv .inner{
  background: url("../images/graph/kv01.jpg");
}
.graph_bg_wrap{
  background: url("../images/graph/graph_bg.png") top left repeat;
}
.graph_list_wrap{
  padding: 40px 0 50px;
  background: #fff;
}
.graph_list_wrap .inner{
  max-width: 1000px;
  margin: 0 auto;
}
.graph_list_wrap .inner .graph_list{
  display: flex;
  flex-wrap: wrap;
}
.graph_list_wrap .inner .graph_list>li{
  max-width: 317px;
}
.page-works.graph .banner{
  text-align: center;
  padding: 40px 0;
}

.graph_list_wrap .inner table {
  max-width: 939px;
  margin: auto;
}
.graph_list_wrap .inner table td {
  vertical-align: top;
}
.graph_list_wrap .inner table td:nth-child(1) {
  max-width: 312px;
}
.graph_list_wrap .inner table td:nth-child(2) {
  max-width: 317px;
}
.graph_list_wrap .inner table td:nth-child(3) {
  max-width: 310px;
}
.graph_list_wrap .inner ul {
  width: 100%;
  overflow: hidden;
}
.graph_list_wrap .inner ul li.single {
  width: 100%;
}
.graph_list_wrap .inner ul li.double {
  width: 50%;
  float: left;
}
.graph_list_wrap .inner ul li img {
  width: 100%;
}



/* SP
----------------------------------------------------------- */
@media (max-width:768px) {
.graph_list_wrap .inner{
  width: 90%;
}
.graph_list_wrap .inner .graph_list{
  justify-content: center;
}
.page-works.graph .banner img{
  width: 100%;
  height: auto;
}
}

/* ---------------------------------------------------------
------------------------------------------------------------
 環境・制度について System
------------------------------------------------------------
--------------------------------------------------------- */
.page-works.development .kv .inner{
  background: url("../images/development/kv01.jpg");
}
.page-works.development .links > .inner{
  background: none;
}
.development_txt{
  padding: 30px 40px;
  font-size: 14px;
  line-height: 23px;
  width: 1000px;
  margin: 0 auto;
}
.development_sec{
  margin-bottom: 60px;
  border-top: 1px solid #a6a6a6;
  padding: 50px 0;
}
.development_sec .inner{
  width: 1000px;
  margin: 0 auto;
}
.development_sec .txt{
  font-size: 14px;
  line-height: 23px;
  padding: 0 40px;
}
.development_sec .sec_title{
  padding: 10px 0;
  font-size: 27px;
  font-family: "Noto Sans Japanese";
  text-align: center;
  font-weight: bold;
}
.development_sec .sub_title{
  font-size: 20px;
  font-family: "Noto Sans Japanese";
  text-align: center;
  font-weight: bold;
  padding-top: 20px;
  margin-bottom: 30px;
}
.development_sec .box_list>li{
  background: #f3f2ee;
  border: 0;
  padding: 40px 0px;
  box-shadow: 14px 14px 0 #a6a6a6;
  margin: 40px 0 60px;
}
.development_sec .box_list>li .title{
  font-size: 22px;
  font-family: "Noto Sans Japanese";
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.development_sec .box_list>li .list_title{
  font-size: 18px;
  font-family: "Noto Sans Japanese";
  font-weight: bold;
  margin-bottom: 15px;
}
.development_sec .box_list>li .lower_wrap{
  padding: 30px 40px 0;
  margin-top: 20px;
  border-top: 1px solid #a6a6a6;
}
.development_sec .box_list>li .lower_wrap .flex_container{
  display: flex;
}
.development_sec .box_list>li .lower_wrap .flex_container .wrap{
  margin-right: 30px;
}
.development_sec .box_list>li .lower_wrap .flex_list{
  display: flex;
  flex-wrap: wrap;
}
.development_sec .box_list>li .lower_wrap .flex_list>li{
  margin: 0 20px 8px 0;
  font-size: 14px;
  line-height: 23px;
}
.development_sec .img_wrap.center{
  padding: 40px 0 0px;
  text-align: center;
}
.development_sec .img_wrap.center img{
  max-width: 100%;
  height: auto;
}
.development .system_container{
  width: 1000px;
  margin: 40px auto 100px;
}
.development .system_container .txt_wrap{
  background: #f3f2ee;
  border: 0;
  padding: 80px 0px;
  box-shadow: 14px 14px 0 #a6a6a6;
}
.development .system_container .txt_wrap .title{
  border: 0;
  width: 560px;
  font-size: 23px;
  font-family: "Noto Sans Japanese";
  padding-left: 40px;
}
.development .system_container .txt_wrap .title::after{
  display: none;
}
.development .system_container .img_wrap{
  box-shadow: 14px 14px 0 #a6a6a6
}
@media (max-width:768px) {
.development_txt{
  padding: 20px 20px;
  width: 90%;
  margin: 0 auto;
}
.development_sec{
}
.development_sec .inner{
  width: 90%;
}
.development_sec .txt{
  font-size: 14px;
  line-height: 23px;
  padding: 0 20px;
}
.development_sec .box_list>li{
  box-shadow: 10px 10px 0 #a6a6a6;
}
.development_sec .box_list>li .lower_wrap .flex_container{
  flex-wrap: wrap;
}
.development_sec .box_list>li .lower_wrap .flex_container .wrap{
  margin-right: 0px;
  margin-bottom: 20px;
}
.development .system_container{
  width: 90%;
  margin: 40px auto 60px;
}
.development .system_container .txt_wrap{
  background: #f3f2ee;
  border: 0;
  padding: 40px 0px;
  box-shadow: 10px 10px 0 #a6a6a6;
}
.development .system_container .img_wrap{
  box-shadow: 10px 10px 0 #a6a6a6;
}
.development .system_container .txt_wrap .title{
  width: 100%;
  font-size: 20px;
  font-family: "Noto Sans Japanese";
  padding-left: 20px;
}
}
