@charset "utf-8";
::selection {
    background: #ccc !important;
}
::-moz-selection {
    background: #ccc !important;
}
html {
	font-size: 62.5%;
}
body .page_tmp{
	margin: 0 auto;
	padding: 0;
	-webkit-text-size-adjust: 100%;
	font-size: 1.6rem;
	line-height: 1.5;
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
.page_tmp h1 {
    font-size: 38px;
    font-size: calc(2.8rem + ((1vw - 0.64rem) * 2.1429));
    line-height: 1.3;
}
.page_tmp h2 {
    font-size: 36px;
    font-size: calc(2.8rem + ((1vw - 0.64rem) * 0.7143));
    line-height: 1.3;
}
.page_tmp h3, .page_tmp .txtCap {
    font-size: 18px;
    font-size: calc(1.8rem + ((1vw - 0.64rem) * 0.7143));
    line-height: 1.6;
}
.page_tmp .TitM{
	font-size: 26px;
    font-size: calc(2.6rem + ((1vw - 0.64rem) * 0.7143));
    line-height: 1.3;
}
.page_tmp p{
    line-height: 1.6;
}
@media (min-width:1200px) {
.page_tmp h1 {
	font-size: 3.8rem;
}
.page_tmp h2 {
	font-size: 3.6rem;
}
.page_tmp h3,.page_tmp .txtCap {
	font-size: 2.0rem;
}
.page_tmp .TitM {
	font-size: 2.8rem;
}
}
@media screen and (max-width:640px) {
.page_tmp h1{
	font-size:2.4rem;
}
.page_tmp h2 {
	font-size: 2.4rem;
}
.page_tmp h3, .page_tmp .txtCap {
	font-size: 1.8rem;
}
.page_tmp .TitM {
	font-size: 2.0rem;
}
}

.page_tmp .col_rd{color:#ec3642;}
.page_tmp .inblock{ display:inline-block;}

@media screen and (max-width:417px) {
.page_tmp .no-br br{ display:none;}
}
@media screen and (min-width:418px) {
.page_tmp .no-br-pc br{ display:none;}
}

.page_tmp .txtLink{
	color: #0000CC;
	text-decoration:none !important;
}
.page_tmp .txtLink:hover{
	#000000;
}
.page_tmp .listLink{
	margin:0;
	padding:0;
	list-style:none;
}
.page_tmp .txtLink,
.page_tmp .listLink li a{
	color: #0000CC;
}
.page_tmp .txtLink:hover,
.page_tmp .listLink li a:hover{
	color:#000000;
}
.page_tmp .listLink li{
	display:inline-block;
	padding:8px;
}
.page_tmp .listLink li a,
.page_tmp .listLink li a:hover{
	text-decoration:none !important;
}
.page_tmp .listLink li a:before{
 text-shadow:none;
 font-family:"Font Awesome 5 Free";
 content:"\f0da";
 font-weight:900;
 color: #333333;
 padding-right:5px;
}

.btnS{
	width:auto;
	display:inline-block;
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding: 8px 20px;
	border-radius:25px; 
    -webkit-border-radius:25px; 
    -moz-border-radius:25px;
	text-decoration:none;
	text-align:center;
	transition: 0.9s;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	text-decoration:none !important;
}
.btnS:hover {
	text-decoration:none !important;
}
.btn_rd{
	color: #ffffff;	
	background:#ec3642;	
	border: 2px solid #ec3642;
}
.btn_rd:hover{
	color:#ffffff;
	background:#d63131;
	border: 2px solid #d63131;
}
.btn_wt{
	color:#ec3642;
	background:#FFFFFF;
	border: 2px solid #ec3642;
}
.btn_wt:hover{
	color:#ffffff;
	background:#d63131;
	border: 2px solid #d63131;
}
@media screen and ( max-width: 813px ) {
.btnS{
	width:100%;
}
}

.btnW{
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.btnMain {
	width:100%;
	max-width:400px;
	margin:15px;
	position: relative;
  display:inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  padding: 2rem 6rem;
  border:1px solid #ec3642;  
  border-radius:2px;
  color:#FFFFFF;
  background:#ec3642 !important;
  box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	text-decoration:none !important;
	font-size:20px;
	font-weight:bold;  
}
.btnMain:hover{
	color:#d63131;
	border:1px solid #d63131;
	text-decoration:none !important;
}
.btnMain .btnMainIn {
	position: relative;
}
.btnMain::before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	background:#ffffff;
}
.btnMain:hover::before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-webkit-transform: translateX(0%);
	transform: translateX(0%);  
}
.btn-angle::after {
  position: absolute;
  content: "\f054";
  font-family:'Font Awesome 5 Free';
  font-weight: 900;
  top: 50%;
  right:10px;
  left: auto;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and ( max-width: 813px ) {
.btnMain{
	width:100%;
	max-width:100%;
	margin:15px 0;
	font-size:18px;
}
}
.i_circle{
	position: relative;
	display:inline-block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background:#ec3642;
	text-align:center;
	line-height: 60px;
}
.i_circle .fas{
	position: absolute;
	display: inline-block;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width :60px;
	text-align:center;
	font-size:30px;
}
.Center{
	margin:0 auto;
	text-align:center;
}

.page_tmp .InnBg{
	width:100%;
	background:#FFFFFF;
	color:#000000;
}
.page_tmp .Inn{
	width:95%;
	max-width:1200px;
	margin:0 auto;
	padding:0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}


@media screen and ( min-width: 813px ) {
.page_tmp .col2Box{
	margin:0 auto;
	padding:15px 0;
	display:-webkit-box;
  	display:-ms-flexbox;
	display:flex;
	align-items: flex-start;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.page_tmp .col2Box .Item1{
	-webkit-flex-basis:50%;
	-ms-flex-basis:50%;
	flex-basis:50%;
}
.page_tmp .col2Box .Item2{
	-webkit-flex-basis:50%;
	-ms-flex-basis:50%;
	flex-basis:50%;
}
.page_tmp .col2Box .Item1,
.page_tmp .col2Box .Item2{
	padding:10px;
}
}

.page_tmp .col5Box{
	list-style:none;
	margin:0 auto;
	padding:15px 0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.page_tmp .col5Box .Items{
	padding:10px;
}
.page_tmp .col5Box .ItemsBox{
	background:#FFFFFF;
	border-radius:3px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.page_tmp .col5Box .ItemsBox .txtBox{
	padding:15px 15px 10px;	
}
.page_tmp .col5Box .ItemsBox .btnBox{
	padding:15px;	
}
.page_tmp .col5Box .ItemsBox .btnBox .btnS{
	font-size:15px;
	padding:3px 15px;
}
@media screen and ( min-width: 640px ) {
.page_tmp .col5Box{
	display:-webkit-box;
  	display:-ms-flexbox;
	display:flex;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap:wrap;
	flex-wrap: wrap;
}
.page_tmp .col5Box .Items{
	-webkit-flex-basis:50%;
	-ms-flex-basis:50%;
	flex-basis:50%;
	margin-bottom:15px;
}
}
@media screen and ( min-width: 813px ) {
.page_tmp .col5Box{
	display:-webkit-box;
  	display:-ms-flexbox;
	display:flex;
	align-items: flex-start;
}
.page_tmp .col5Box .Items{
	-webkit-flex-basis:20%;
	-ms-flex-basis:20%;
	flex-basis:20%;
}
}

.page_tmp  hr{
	margin: 20px 0;
	padding: 0;
	border: 0;
	height: 1px;
	background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#ccc), to(transparent));
	background-image: linear-gradient(to right, transparent, #ccc, transparent);
}
.page_tmp dl.kanren{
	margin:0;
	padding:0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;	
}
.page_tmp dl.kanren dt{
	margin:0;
	padding:5px 8px;
	font-size:14px;
	background:#333333;
	color:#FFFFFF;
	display:block;	
}
.page_tmp dl.kanren dd{
	margin:0;
	padding:0;	
}
@media screen and (min-width:640px) {
.page_tmp dl.kanren{
	display:-webkit-box;
  	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.page_tmp dl.kanren dt{
	display:inline-block;
	margin-right:5px;
}
}
.page_tmp dl.kanrenPage{
	margin:0;
	padding:0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;	
}
.page_tmp dl.kanrenPage dt{
	margin:0 0 5px;
	padding:5px 8px;
	font-size:14px;
	background:#333333;
	color:#FFFFFF;
	display: inline-block;	
}
.page_tmp dl.kanrenPage dd{
	margin:0;
	padding:0;	
}

.page_tmp .titImg::before{
	content:'';
	display: inline-block;
	width: 50px;
	height: 50px;
	background-image:url(../img/i-sigmanest.png);
	background-size: contain;
	vertical-align: middle;
	margin-right:10px;
	position:relative;
	top:-5px;
}
@media screen and (max-width:640px) {
.page_tmp .titImg::before{
	display:block;
	width: 40px;
	height: 40px;
	text-align:center;
	margin:0 auto;
}
}
.page_tmp .titIcon::before{
	content:'';
	display:block;
	width: 40px;
	height: 40px;
	background-image:url(../img/i-sigmanest.png);
	background-size: contain;
	vertical-align: middle;
	text-align:center;
	margin:0 auto 10px;
}

.page_tmp .i_check{
	position:relative;
	margin: 0 0 20px 20px;
	padding-left:20px;
	font-weight:bold;
}
.page_tmp .i_check::before{
	position: absolute;
    top: 0;
	left:-20px;
	content:'';
	display: block;
	width: 35px;
	height: 35px;
	margin: 0;
	background: url(../img/5m/i_check.png) center center no-repeat;
	background-size: 35px 35px;
}
@media screen and (max-width:640px) {
.page_tmp .i_check{
	padding-left:10px;
}
.page_tmp .i_check::before{
	width: 25px;
	height: 25px;
	background-size: 25px 25px;
}
}

.page_tmp .listCheck{
	list-style:none;
	margin:0 5px;
	padding:0;
}
.page_tmp .listCheck li{
	margin: 0 0 15px;
	margin-left:1.2em;
	text-indent:-1.2em;
}
.page_tmp .listCheck li:before{
 text-shadow:none;
 font-family:"Font Awesome 5 Free";
 content:"\f013";
 font-weight:900;
 color: #333333;
 padding-right:5px;
}

/*****fade******/
@media screen and (min-width:640px) {
.page_tmp .anim-txt.slidein.is-animated {
  animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
}
@keyframes slideIn {
  0% {
    transform: translateX(-380px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  80%,100% {
    opacity: 1;
  }
}
/*youtube*/
.page_tmp .movie {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.page_tmp .movie iframe,
.page_tmp .movie video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/********************

  5メリット index

*********************/
.page_advantages{
	color:#FFFFFF;
}

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

  5メリット page

*********************/
.page_5m h2,.page_5m h3,.page_5m h4,.page_5m p{
	color:#000000;
}
.page_5m .HeadBox{
	margin:0 auto;
	padding:0;
	position:relative;
	z-index:0;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center bottom;
}
.page_5m .page_material{
	background-image: url(../img/5m/material_header.jpg);	
}
.page_5m .page_manpower{
	background-image: url(../img/5m/manpower_header.jpg);	
}
.page_5m .page_motion{
	background-image: url(../img/5m/motion_header.jpg);	
}
.page_5m .page_manage{
	background-image: url(../img/5m/manage_header.jpg);	
}
.page_5m .page_machine{
	background-image: url(../img/5m/machine_header.jpg);	
}
.page_5m .HeadBox::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.5);
	background: -moz-linear-gradient(top, rgba(0,0,0,0.9), rgba(0,0,0,0) 30%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.9), rgba(0,0,0,0) 30%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.9), rgba(0,0,0,0) 30%);
	z-index: -1;
}
.page_5m .HeadBoxIn{
	width:95%;
	max-width:1200px;
	margin:0 auto;
	padding:60px 0 80px;
	text-align:center;
}

.page_5m .HeadBox h1{
	text-align: center;
	text-align:left;
	font-weight:bold;
	letter-spacing:-1px;
	color:#ffffff;
	text-shadow:2px 1px 1px rgba(0,0,0,0.9);
}
.page_5m .HeadBox p{
	text-align:left;
	margin-bottom:15px;
	display:block;
	font-size:32px;
	color:#FFFFFF;
	text-shadow:2px 1px 1px rgba(0,0,0,0.5);
}
@media screen and (max-width:640px) {
.page_5m .HeadBox h1{
	text-align:center;
}
.page_5m .HeadBox p{
	font-size:18px;
	text-align:center;
}
}

