@charset "UTF-8";

/*
------------------------------------------------------------------------------------------------------------------------
Set out
------------------------------------------------------------------------------------------------------------------------
*/


@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}


html {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}
@media all and (-ms-high-contrast: none)  {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
@media all and (-ms-high-contrast: active) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}




button {
	outline:none;
}

*:not(select):not(input), *:before, *:after {
    margin: 0;
    padding: 0;
	border: 0;
    -webkit-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
html {
  font-size: 62.5%;
  overflow-x:hidden;
}
html, body, article {
	width:100%;
	margin:0;
	padding:0;
	font-size: 62.5%;
}
body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
	-webkit-font-feature-settings : "palt";
	        font-feature-settings : "palt";
	letter-spacing: 0.05em;
	font-weight: bold;
	color: #1A1A1A;
	height:100%;
	font-size:1.6rem;
	line-height:1.7;
	-webkit-text-size-adjust: 100%;
	margin:0 !important;
}

.clearfix:after,header nav ul {
    content:"";
    display:block;
    clear:both;
}
.clear {clear:both;}

img {
	max-width:100%;
	margin:0;
	padding:0;
	vertical-align:bottom;
}

a {text-decoration:none; color:#333;}
/*a:hover img {opacity:0.7;}
.logo a:hover img {opacity:1;}*/
h1 a img { vertical-align:middle;}
h1,h2,h3,h4,h5,h6 {letter-spacing:normal;}
li {list-style-type:none;}
.align {text-align:center;}
.align_left {text-align:left;}
.align_right {text-align:right;}

.bold {font-weight:bold;}
.font_s {font-size:1.2rem;}
.mb10 { margin-bottom:10px;}
.mb20 { margin-bottom:20px;}
.mb30 { margin-bottom:30px;}
.mb40 { margin-bottom:40px;}
.mb50 { margin-bottom:50px;}
.mb60 { margin-bottom:60px;}
.mb70 { margin-bottom:70px;}
.mb80 { margin-bottom:80px;}
.in,.in2 {display:none;}


@media screen and (max-width:768px){
body {font-size:1.3rem;}
.in {display:block;}
img.in {display:inline-block;}
br.in {line-height:0;}
.out {display:none;}
}



@media screen and (max-width:480px){
.in2 {display:block;}
br.in2 {line-height:0;}
.out2 {display:none;}
}




/*
------------------------------------------------------------------------------------------------------------------------
layout
------------------------------------------------------------------------------------------------------------------------
*/
.wrap {
	max-width:80%;
	margin-left:auto;
	margin-right:auto;
	padding:0 10%;
	-webkit-box-sizing:content-box;
	        box-sizing:content-box;
}


.wrap_center{
	text-align: center;
}

#simulation .jobsite-map{
	text-align: center;
}
#simulation .jobsite-map figure{
	display: inline-block;
	width: 410px;
	height: 252px;
	text-align: center;
	margin-bottom: 45px;
}
#simulation .jobsite-map figure a{
	text-decoration: none !important;
	width: 410px;
	height: 252px;
}
#simulation .jobsite-map figure a img{
	width: 100%;
	height: 100%;
}
@media screen and (max-width:400px){
	#simulation .jobsite-map figure,
	#simulation .jobsite-map figure a{
	width: 270px;
	}
}
/*
#simulation .jobsite-map figure a:hover .link-job{
	border: 1px solid #000;
	color: #000;*/
}
/*
#simulation .jobsite-map figure a:hover .link-job:before{
	background:url(../images/top/icon_link_black.png) no-repeat 90%;*/
}
#simulation .jobsite-map{
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	text-align: center;
	width: 415px;
	height: auto;
}
#simulation figure .link-job{
	display: block;
	width:260px;
	margin: 0 auto;
	text-align: left;
	margin-top: -10px;
}
#simulation figure .link-job{
	border: 1px solid #fff;
	padding: 5px 25px 5px 20px;
	margin-top: 5px;
	color: #fff;
	position: relative;
	min-width:200px;
	text-align: center;
	display: inline-table;
	font-size: 13px;
}
#simulation .link-seminar{
	width:260px;
	height: auto;
	border: 1px solid rgba(255,255,255,0.6);
	color: rgba(255,255,255,0.8);
	position: relative;
	min-width:200px;
	text-align: center;
	display: inline-table;
	margin-left: 75px;
	margin-top: 10px;
	padding: 5px 25px 5px 20px;
	background-color: rgba(214,211,211,0.17);
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	opacity: 0.8;
	font-size: 13px;

}

#simulation .link-seminar::before{
	content:'';
	background:url(../images/top/icon_link.png) no-repeat 90%;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 10px;
	top: 4px;
	opacity: 0.6;
}
#simulation figure .link-job::before{
	content:'';
	background:url(../images/top/icon_link.png) no-repeat 90%;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 10px;
	top: 4px;
}
header .navbarspy ul,
#toppage #about p,
#toppage #reason p,
#toppage #importance p,
#toppage #importance .triple_box ul,
#toppage #simulation p,
#toppage #madoguchi p,
#toppage #catalog .wrap >p,
#toppage #catalog .forth_box .five_box p:first-child {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
	font-weight: 500;
}
#toppage #catalog a:hover {
	text-decoration: none;
}
#toppage section{
	position:relative;
}
#toppage .main-slider {
	background:#00adb0;
}
#toppage .back,#toppage .back02,#toppage .back03,#toppage .back04,#toppage .back05,#toppage .back06,
#toppage .back03:after,#toppage .back04:after,#toppage .back05:after{
	position:absolute;
	bottom:0;
	left:0;
	top:0;
	right:0;
	width:100%;
	z-index:-2;
	overflow:hidden;
}
#toppage .back02 #EdgeID2,#toppage .back03 #EdgeID3,#toppage .back04 #EdgeID4,#toppage .back05 #EdgeID,#toppage .back06 #EdgeID6{
	vertical-align:bottom;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	z-index:-2;
}
#toppage .back02 #EdgeID2,#toppage .back03 #EdgeID3,#toppage .back04 #EdgeID4,#toppage .back05 #EdgeID5{
	width:200%;
}
#toppage .back04 #EdgeID4,#toppage .back05 #EdgeID5{
	position:absolute;
	left:0;
	bottom:auto;
	top:0;
	z-index:-2;
}
#toppage .back {
	background:url(../images/common/back01.jpg) no-repeat;
	background-size:cover;
	background-position:center;
}
#toppage .back02 {
	background:#333f48;
}
#toppage .back03 {
	background:#333f48;
}
#toppage .back04 {
	background:#333f48;
}
#toppage .back05 {
	background:#333f48;
}
#toppage .back06 {
	background:#333f48;
}
#toppage .back03:after{
	content:"";
	background:url(../images/top/land3.png) no-repeat;
	background-size:100%;
	background-position:left 0 bottom 60px;
	z-index:-1;
}
#toppage .back04:after{
	content:"";
	background:url(../images/top/cab.png) no-repeat;
	background-size:cover;
	background-position:center;
	z-index:-1;
}
#toppage .back05:after{
	content:"";
	background:url(../images/top/land5.png) no-repeat;
	background-size:100%;
	background-position:left 0 bottom 60px;
	z-index:-1;
}
#toppage .back03 #EdgeID3 {
	height:1700px;
}

@-webkit-keyframes sky {
	0% {
		left:0;
		will-change: transform;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	50% {
		left:-100%;
	}
	51% {
		left:100%;
	}
	100% {
		left:0;
	}
}

@keyframes sky {
	0% {
		left:0;
		will-change: transform;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	50% {
		left:-100%;
	}
	51% {
		left:100%;
	}
	100% {
		left:0;
	}
}
@-webkit-keyframes sky02 {
	0% {
		left:100%;
		will-change: transform;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	50% {
		left:0;
	}
	51% {
		left:0;
	}
	100% {
		left:-100%;
	}
}
@keyframes sky02 {
	0% {
		left:100%;
		will-change: transform;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	50% {
		left:0;
	}
	51% {
		left:0;
	}
	100% {
		left:-100%;
	}
}


#toppage .skyback02,#toppage .skyback03,#toppage .skyback04,#toppage .skyback05,#toppage .skyback06 {
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	width:100%;
	height:100%;
	z-index:-2;
	overflow:hidden;
	background:#1AADAF;
}
#toppage .skyback02 .img,#toppage .skyback02 .img02,#toppage .skyback03 .img,#toppage .skyback03 .img02,#toppage .skyback04 .img,#toppage .skyback04 .img02,#toppage .skyback05 .img,#toppage .skyback05 .img02,#toppage .skyback06 .img,#toppage .skyback06 .img02{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	background-size:cover !important;
	background-position:center !important;
	will-change: transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
/*
#toppage .skyback02 .img{
	background:url(../images/top/sky02.jpg) no-repeat;
}
#toppage .skyback02 .img02{
	background:url(../images/top/sky0202.jpg) no-repeat;
}
#toppage .skyback03 .img{
	background:url(../images/top/sky03.jpg) no-repeat;
}
#toppage .skyback03 .img02{
	background:url(../images/top/sky0302.jpg) no-repeat;
}
#toppage .skyback04 .img{
	background:url(../images/top/sky04.jpg) no-repeat;
}
#toppage .skyback04 .img02{
	background:url(../images/top/sky0402.jpg) no-repeat;
}
#toppage .skyback05 .img{
	background:url(../images/top/sky05.jpg) no-repeat;
}
#toppage .skyback05 .img02{
	background:url(../images/top/sky0502.jpg) no-repeat;
}
#toppage .skyback06 .img{
	background:url(../images/top/sky06.jpg) no-repeat;
}
#toppage .skyback06 .img02{
	background:url(../images/top/sky0602.jpg) no-repeat;
}
*/
#toppage .skyback03 p,#toppage .skyback04 p,#toppage .skyback05 p{
	position:absolute;
	bottom:60px;
	left:0;
	width:100%;
	z-index:1;
}
#toppage .skyback04 p {
	top:0;
	right:0;
	background:url(../images/top/cab.png) no-repeat;
	background-size:cover;
	background-position:center;
}

#toppage .bg_campaign {
	background:url(../images/bk_campaign_pc.jpg) no-repeat;
	background-size:cover;
	background-position:center;
	height: 740px;
	width: auto;
}
@media screen and (max-width:768px){
	#toppage .bg_campaign {
		background:url(../images/bk_campaign_sp.jpg) no-repeat;
		background-size: 100%;
		height: 0;
		/*padding-bottom: 137.2%;*/
        padding-bottom: 94%;
	}
}
#toppage .bg_about {
	background:url(../images/bk_aboutbomag_pc.jpg) no-repeat;
	background-size:cover;
	/*background-position:center;*/
    background-position:top 80% center;
	height: 840px;
	width: auto;
}
@media screen and (max-width:768px){
	#toppage .bg_about {
		background:url(../images/bk_aboutbomag_sp.jpg) no-repeat;
		/*background-size: 100%;*/
		background-size: cover;
        background-position: top center;
		height: auto;
		/*padding-bottom: 109.8%;*/
        padding-bottom: 23%;
	}
}

#toppage .bg_machines {
	background:#333f48;
	padding: 150px 0;
}
#toppage #box-contents {
	position: relative;
    width: 100%;
    height: 100%;
    margin: auto;
    background-repeat: no-repeat;
}
#toppage .bg_netis {
	background:url(../images/bk_netis_pc.jpg) no-repeat;
	background-size:cover;
	background-position:center;
	height: 796px;
	width: 100%;
	position: relative;
}
@media screen and (max-width:768px){
	#toppage .bg_netis {
		background:url(../images/bk_netis_sp.jpg) no-repeat;
		background-size: 100%;
		height: auto;
		padding-bottom: 30%;
	}
}
#toppage .solution01 {
	background:url(../images/bk_solution01_pc.jpg) no-repeat;
	background-size:cover;
	background-position:center;
	height: 978px;
	width: 50%;
	float: left;
}
@media screen and (max-width:768px){
	#toppage .solution01 {
		background:url(../images/bk_solution01_sp.jpg) no-repeat;
		background-size: 100%;
		height: 0;
		padding-bottom: 134.9%;
		width: 100%;
		clear: both;
	}
}
#toppage .solution02 {
	background:url(../images/bk_solution02_pc.jpg) no-repeat;
	background-size:cover;
	background-position:center;
	height: 978px;
	width: 50%;
	float: right;
}
@media screen and (max-width:768px){
	#toppage .solution02 {
		background:url(../images/bk_solution02_sp.jpg) no-repeat;
		background-size: 100%;
		height: 0;
		padding-bottom: 134.9%;
		width: 100%;
		clear: both;
	}
}
#toppage .bg_catalog {
	background:#333f48;
	width: auto;
	padding: 11% 0;
}

.youtubebox,.youtubeiframe {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtubebox .youtubechi,.youtubeiframe iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  z-index:1;
}

.double_box,.triple_box,.five_box,.left_box {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.double_box li,.double_box dl,.double_box .box{
	width:50%;
}
.triple_box li,.triple_box dl,.triple_box .box{
	width:30%;
}

.reason-btn{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
		flex-flow: wrap;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-ms-flex-line-pack: start;
		align-content: flex-start;
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
	height: auto;
}
@media screen and (max-width:642px) {
	.reason-btn li{
		max-width: 200px;
		max-height: 200px;
	}
}
.reason-btn2{
	width: 66%;
	max-width: 462px;
}
.reason-btn li{
	margin: 5px;
	width: 247px;
	height: 247px;
	cursor: pointer;
}

#toppage .scroll-item2{
	width: 100% ;
	width: 150px;
}
.five_box_title{
	display: inline-block;
	width: 150px;
	height: 72px;
	margin-bottom: 2px;
	text-align: center;
}
#toppage .five_box_title{
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
	font-size: 14px;
	letter-spacing: -0.05em;
	font-weight: bold;
	line-height: 1.5;
}
#toppage .five_box{
	height: auto;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
}
.five_box ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
}
.five_box li{
	/*display: -webkit-box;
	display: -ms-flexbox;*/
	/*display: flex;*/
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 150px;
	height: auto;
	margin: 20px 10px 10px;
}

.five_box p{
	width: 150px;
	text-align: center;
	margin: 20px auto;
}
/*
.five_box p:first-child{
	height: 80px;
}*/
.five_box p img{
	margin: 20px auto;
}
.five_box p img.download_btn{
	width: 160px;
}

#toppage #relatedLinksWrap {
	width: 100%;
	background: #333f48;
    border-top: 1px solid #929292;
}

#toppage #relatedLinksBox {
	width: 774px;
	margin: 0 auto;
    padding: 50px 0;
}
#toppage #relatedLinksBox #relatedLinksinnerBox ul {
	display: table;
    margin: 0 auto;
}

#relatedLinksBox #relatedLinksinnerBox ul li {
	display: block;
	float: left;
	margin:0 10px;
}
@media all and (-ms-high-contrast: none) {
 _:-ms-lang(x)::-ms-backdrop, #toppage .five_box_title {
    /* IE11 にのみ適用される */
	  font-size: 12px;
  }
}

@media screen and (max-width:768px){
	#toppage .back03:after{
		background:url(../images/top/land3.png) no-repeat;
		background-size:100%;
		background-position:left 0 bottom 60px;
	}
	#toppage .back05:after{
		background:url(../images/top/land5.png) no-repeat;
		background-size:100%;
		background-position:left 0 bottom 50px;
	}
	#toppage .back02 #EdgeID2, #toppage .back03 #EdgeID3, #toppage .back04 #EdgeID4, #toppage .back05 #EdgeID5, #toppage .back06 #EdgeID6 {
		width: 3000px;
	}
	#toppage .back05 #EdgeID5 {
		height:1400px;
	}
	#toppage .scroll-item2{
	width: 100% ;
	}
}



/*
------------------------------------------------------------------------------------------------------------------------
header
------------------------------------------------------------------------------------------------------------------------
*/
#header {
	position:static;
	display:none;
}
header {
	background:#00adb0;
	width:100%;
	color:#fff;
}
header a{
	color:#fff;
}
header .top{
	padding: 24px 20px 8px;
	line-height: 15px;
}
header .top .logo{
	margin-bottom:15px;
}
header .pnkz li{
	display:inline-block;
	vertical-align:top;
	margin:0 5px 4px 0;
/*	font-size:1.2rem;*/
	font-size: 12px;
	font-weight:500;
	letter-spacing: 0.5px;
}
header .pnkz li:last-child{
	margin:0 0 4px;
}
header .pnkz li a{
	display:inline-block;
	position:relative;
	padding:0 14px 0 0;
	font-weight:500;
}
header .pnkz li a:after{
	content:"";
	position:absolute;
	right:0;
	top:3.5px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	    transform: rotate(45deg);
}
_:-ms-input-placeholder, :root header .pnkz li a:after {
  top:2px;
}
header .pnkz li a:hover{
	text-decoration:underline;
}

header nav {
	text-align:right;
/*	padding:0 0 20px;*/
}
header nav ul{
	display:inline-block;
	text-align:left;
	vertical-align:middle;
	font-weight:500;
}
header nav ul{
/*	padding:0 5% 0 0;*/
	padding: 0;
	background:#333F48;
}
header nav ul li{
	float:left;
	position:relative;
}

header nav ul li:after{
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	width:1px;
	height:40%;
	background:#999;
	margin:auto 0;
}
header nav ul li:last-child:after{
	display:none;
}
header nav ul li a{
	display:block;
	width:110px;
	text-align:center;
	font-size:1.2rem;
	padding:8px 10px;
	font-weight:500;
	margin:1px 2px 1px 1px;
	line-height: 2rem;
}
/*
#lineup header{
	height: 101px;
}
*/
/*
#lineup header div.top{
	height: 69px;
	padding-top: 26px;
	padding-bottom: 6px;
}
*/
#lineup header nav ul li a, #jobsite header nav ul li a{
	min-width:110px;
	width:auto;
}
#lineup #guide .img span,
#lineup #guide .name {
	font-size: 16px;
	font-weight: 700;
}
header nav ul li a:hover,header nav ul li.active a{
	background:#00adb0;
}
ul.pnkz {
	font-size: 12px;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}
@media screen and (max-width:870px){
	#lineup header nav ul li {
		width: 100px;
	}

	#lineup header nav ul li a{
		font-size: 10px;
		text-align: center;
		line-height: 3rem;
	}
	 #lineup header nav.bottom ul li a{
		width: 90px;
		min-width:100px;
		padding: 5px 0px;
	}
}
@media screen and (max-width:768px){
	#lineup header nav.bottom ul li a{
		width:100%;
		padding: 10px;
		margin: 1px 2px 1px 1px;
		font-size: 12px;
		line-height: 2rem;
	}
	#lineup header nav ul li{
		width: 100%;
		text-align: left;
	}
	#lineup header nav ul li a{
		text-align: left;
		padding: 10px;
		margin: 1px 2px 1px 1px;
		font-size: 12px;
	}
}

/* ハンバーガーメニュー */

.menu-trigger,
.menu-trigger span {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display:none;
}
.menu-trigger {
  position: relative;
  width: 18px;
  height: 19px;
  padding:0 4px;
  -webkit-box-sizing:content-box;
          box-sizing:content-box;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color:#fff;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 9px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
      transform: translateY(9px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  -ms-transform: translateY(-9px) rotate(45deg);
      transform: translateY(-9px) rotate(45deg);
}

@media screen and (max-width:870px){
	header nav ul li a{
		width:100%;
		padding:3px 20px;
	}
}
@media screen and (max-width:768px){
header {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:100;
}
header .logo {
	max-width:321px;
	padding-right:50px;
	-webkit-box-sizing:content-box;
	        box-sizing:content-box;
}
header nav {
	padding:0;
}
header nav ul{
	position:fixed;
	top:87px;
	left:0;
	width:100%;
	padding:0;
	display:none;
}
header nav ul li{
	display:block;
	float:none;
	width: 100%;
}

header nav ul li:after{
	display:none;
}
header nav ul li a {
	text-align:left;
	padding:10px 20px;
	border-bottom:1px solid #999;
	position:relative;
}
header nav ul li:last-child a {
	border:none;
}
header nav ul li a:after {
	content:"";
	position:absolute;
	right:20px;
	top:14px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	    transform: rotate(45deg);
}
.menu-trigger,
.menu-trigger span {
	display:inline-block;
}
.menu-trigger {
	position:absolute;
	top:22px;
	right:20px;
}
}
@media screen and (max-width:400px){
header .logo {
	max-width:240px;
}
.menu-trigger {
    top: 19px;
    right: 19px;
}
header nav ul {
    position: absolute;
	top:100%;
}
}

/*
------------------------------------------------------------------------------------------------------------------------
scroll_header
------------------------------------------------------------------------------------------------------------------------
*/
.scroll_header {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	background:#333F48;
	color:#fff;
	display:none;
	z-index:100;
}
.scroll_header a{
	color:#fff;
}
.scroll_header ul {
	text-align:center;
	font-size:0;
}
.scroll_header ul li{
	display:inline-block;
	position:relative;
}
.scroll_header ul li:after{
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	width:1px;
	height:40%;
	background:#999;
	margin:auto 0;
}
.scroll_header ul li a{
	padding: 8px 10px;
    font-size: 1.2rem;
    display: block;
	width:98px;
	margin:1px 2px 1px 1px;
	font-weight:500;
}
.scroll_header ul li:last-child:after{
	display:none;
}
#lineup .scroll_header ul li a,#jobsite .scroll_header ul li a{
	width:auto;
	min-width:98px;
	font-weight:500;
}
.scroll_header ul li a:hover,.scroll_header ul li.active a{
	background:#00adb0;
}

/*
------------------------------------------------------------------------------------------------------------------------
footer
------------------------------------------------------------------------------------------------------------------------
*/
footer {
	background:#333F48;
}
footer small{
	display:block;
	font-size:1.2rem;
	text-align:center;
	color:#fff;
	padding:20px;
	font-weight:normal;
}


/*
------------------------------------------------------------------------------------------------------------------------
top
------------------------------------------------------------------------------------------------------------------------
*/
#toppage {
	color:#fff;
}

button.slick-arrow {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	width:97px;
	height:100%;
	z-index:10;
	font-size:0;
	background:none;
}
button.slick-arrow:after {
	content:"";
	position:absolute;
	margin:auto 0;
	top:0;
	bottom:0;
	left:36px;
	font-size:0;
	width: 30px;
	height: 30px;
	background:none;
	border-top: 3px solid rgba(255,255,255,0.5);
	border-right: 3px solid rgba(255,255,255,0.5);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	    transform: rotate(45deg);
	z-index:10;
}
button.slick-arrow.slick-prev:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	    transform: rotate(-135deg);
}
button.slick-arrow.slick-next {
	right:0;
	left:auto;
}
button.slick-arrow.slick-next:after {
	right:36px;
	left:auto;
}

.jumpmenu {
	background:#fff;
	height:60px;
	z-index:10;
	cursor:pointer;
}
.jumpmenu a{
	display:block;
	height:60px;
	padding-top:1px;
}
#toppage #reason .jumpmenu,#toppage #importance .jumpmenu,#toppage #simulation .jumpmenu,#toppage #madoguchi .jumpmenu {
	margin:50px 0 0;
}
#toppage #reason .jumpmenu {
	margin:114px 0 0;
}
#toppage #importance .jumpmenu {
	margin:238px 0 0;
}
#toppage #simulation .jumpmenu {
	margin:404px 0 0;
}
#toppage #madoguchi .jumpmenu {
	margin:165px 0 0;
}
.jumpmenu span {
	display:block;
	margin:10px auto 0;
	width: 25px;
	height: 25px;
	background:none;
	border-top: 3px solid #ffdc43;
	border-right: 3px solid #ffdc43;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	    transform: rotate(135deg);
}
.jumpmenu:hover {
	background:#ffdc43;
}
.jumpmenu:hover span {
	border-top: 3px solid #333f48;
	border-right: 3px solid #333f48;
}


#toppage .page_btn {
	position:fixed;
	/*right:8%;*/
	right:20px;
	z-index:100;
	top:50%;
	-webkit-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	    transform:translate(0,-50%);
}
#toppage .page_btn ul {
	position:relative;
}
#toppage .page_btn ul:after {
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:1px;
	height:100%;
	background:#1AD1C3;
	margin:0 auto;
	z-index:-1;
}
#toppage .page_btn li {
	margin-bottom:20px;
}
#toppage .page_btn li a{
	display:block;
	width:13px;
	height:13px;
	background:#12928A;
	border-radius:50%;
}
#toppage .page_btn li a:hover,#toppage .page_btn li.active a{
	background:#1AD1C3;
}


#toppage .main-slider {
	padding:25px 0 76px;
}
#toppage .main-slider li.first{
	background:url(../images/top/movie.jpg) no-repeat;
	background-size:cover;
}
#toppage .main-slider li.secound{
	background:url(../images/top/movie02.jpg) no-repeat;
	background-size:cover;
}
#toppage .main-slider li.third{
	background:url(../images/top/movie03.jpg) no-repeat;
	background-size:cover;
}
#toppage .main-slider li a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 100;
}

.btnlink {
	background:#333F48;
	padding:15px 376px;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
}
.btnlink p{
	width:50%;
	text-align:center;
}
.btnlink p a{
	display:block;
	padding:0 20px;
}

.btnlink p{
	border-right:1px solid rgba(255,255,255,0.3);
}
.btnlink p:last-child{
	border-right:0px;
}
.btnlink p:first-child{
	border-left:1px solid rgba(255,255,255,0.3);
}
.btnlink p img{
	width: auto;
}
@media only screen and (min-width: 860px) {
	.btnlink p img{
	width: 160px;
}

}

@media only screen and (max-width: 768px) {
	.btnlink p{
		border-right: 0px;
	}
}

#toppage #about {
	/*padding:100px 0 0;*/
	overflow:hidden;
}
#toppage h2 {
	font-size:4.8rem;
	/*margin-bottom:30px;*/
	line-height:1.3;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
	font-weight: bold;
	letter-spacing: 0.05em;
}
#toppage p {
	font-size:1.6rem;
	font-weight: 500;
}
#toppage #about .anime_box {
	text-align:center;
	margin:-35px auto 0;
	/*max-width:435px;*/
	overflow:hidden;
}
#toppage #about .anime_box object{
	display:inline-block;
}
#toppage #about .anime_box object.in{
	display:none;
}
/*#toppage #about #animation_container {

	display:inline-block;
}
#toppage #about #animation_container canvas{

	left:0;
	right:0;
	margin:0 auto;
}*/

/*#machines h2 img{
	margin-top: 70px;
	}*/
#machines .machines_box {
/*	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;*/
	/*padding-bottom: 50px;*/
	max-width: 1120px;
	margin: 4% auto 0;
}
#machines .machines_box li{
/*    text-align: center;
    width: 210px;
    margin: 0;*/
    margin-bottom: 2%;
}
#machines .machines_box li:last-child {
    margin-bottom: 0;
}
#machines  li p .btn_pdf {
	margin-top: 20px;
	height: auto;
}
@media screen and (max-width: 768px) {
    #machines .machines_box {
        max-width: 100%;
    }
}
#netis bg_netis {
	position: relative;
}
#netis .netis {
	position: absolute;
	top: 74%;
}
#solution .solution01,#solution .solution02 {
	position: relative;
}
/*#solution .solution01 img{
	position: absolute;
	top: 80%;
	left: 20%;

}*/
/*
#toppage #reason {
	padding:117px 0 0;
}
#toppage #reason .sp-375,
#toppage #reason .pc-375{
	margin-bottom:60px;
}
#toppage #reason .double_box{
	max-width:504px;
	margin:0 auto;
}
#toppage #reason .double_box li{
	width:49%;
	margin:0 1% 4px 0;
	position:relative;
}
#toppage #reason .double_box li:nth-child(2n){
	margin:0 0 4px;
}
#toppage #reason .double_box li a{
	display:block;
}
#toppage #reason .double_box li p{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:rgba(0,171,174,0.3);
	-webkit-transition:.3s;
	-o-transition:.3s;
	transition:.3s;
}
#toppage #reason .double_box li.soon p{
	background:rgba(0,0,0,0.5);
}
#toppage #reason .double_box li.soon p span{
	display:table;
	width:100%;
	height:100%;
}
#toppage #reason .double_box li.soon p span span{
	display:table-cell;
	color:#fff;
	font-size:2.4rem;
	text-align:center;
	vertical-align:middle;
	padding:0 20px;
}
#toppage #reason .double_box li.soon p span span img{
	vertical-align:middle;
	margin-top:-5px;
}
#toppage #reason .double_box li a:hover p{
	opacity:0;
	-webkit-transition:.3s;
	-o-transition:.3s;
	transition:.3s;
}
#toppage #reason .double_box li.soon p{
	opacity:1;
}
#toppage #reason .double_box li a:hover img{
	opacity:1;
}

#toppage #importance {
	padding:117px 0 0;
}
#toppage #importance .pc-375 {
	margin-bottom:100px;
}
@media(max-width: 768px) {
	#toppage #importance .pc-375 {
		margin-bottom:60px;
	}
}
#toppage #importance .sp-375 {
	margin-bottom: 60px
}
#toppage #importance .movie_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
		flex-flow: wrap;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-ms-flex-line-pack: start;
		align-content: flex-start;
	margin: 0 auto;
	width: 100%;
	max-width:800px;
}
#toppage #importance .movie_wrapper li{
	width:32%;
	max-width: 250px;
	margin:0;
	position: relative;
}
#toppage #importance .movie_wrapper > li{
	width:224px;
	height: 315px;
	margin:14px;
}
@media screen and (max-width:629px){
	#toppage #importance .movie_wrapper > li{
		height: auto;
	}
}

#toppage #importance .movie_wrapper > li >p >img{
	width: 224px;
	height: 40px;
}
#toppage #importance .movie_wrapper li .movie_box a{
	display:block;
	position:absolute;
	top: 50px;
	left: 0;
	padding:8px;
	border:1px solid #fff;
	border-radius:7px;
	margin-bottom:0px;
}
#toppage #importance .movie_wrapper li a .comment{
	position:absolute;
	top:14px;
	left:16px;
	font-size:1.1rem;
	color:#fff;
	z-index:10;
}
#toppage #importance .movie_wrapper li p.title{
	margin-bottom:0px !important;
}
#toppage #importance .movie_wrapper li .stage {
	font-size:0;
	position:relative;
	border-radius: 10px;
	overflow: hidden;
}
#toppage #importance .movie_wrapper li .stage video{
	position:relative;
}
#toppage #importance .movie_wrapper li .stage:after{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:rgba(0,0,0,0.3);
	border-radius:10px;
	margin:0 auto;
}
#toppage #importance .movie_wrapper li .stage:hover:after{
	display:none;
}
#toppage #importance .movie_wrapper li .stage:before {
	content:"";
	position:absolute;
	left:0;
	right:0;
	bottom:20px;
	margin:0 auto;
	background:url(../images/top/03-btn.png) no-repeat;
	width:45px;
	height:33px;
	background-size:45px;
	z-index:10;
}
#toppage #importance .movie_wrapper li .stage video{
	border-radius:10px;
	overflow:hidden;
	display:inline-block;
	position:relative;
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}
#toppage #importance .movie_wrapper li ul li{
	width:100%;
	font-size:1.2rem;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.4;
	padding:0 0 0 22px;
	background:url(../images/top/03-list.png) no-repeat;
	background-size:14px;
	background-position:left 0 top 5px;
	margin-bottom:5px;
}

#toppage #importance .movie_wrapper li ul li:first-child{
	margin:155px 0 5px;
}

#toppage #importance .movie_wrapper li ul li a{
	color:#fff;
}
#toppage #importance .movie_wrapper li ul li:hover{
	background:url(../images/top/03-list-on.png) no-repeat;
	background-size:14px;
	background-position:left 0 top 8px;
}
#toppage #importance .movie_wrapper li:first-child ul li:first-child:hover{
	background:url(../images/top/03-list.png) no-repeat;
	background-size:14px;
	background-position:left 0 top 8px;
}
#toppage #importance .movie_wrapper li ul li:hover a{
	color:#333F48;
}
*/

#idig_img{
	padding-top: 5px;
	padding-bottom: 4px;
}
/*
#toppage #simulation {
	padding:121px 0 0;
}
#toppage #simulation h2+p{
	margin-bottom:45px;
}
#toppage #simulation figure{
	text-align:center;
}

#toppage #simulation figure a:hover img{
	opacity:1;
}



#toppage #madoguchi {
	padding:117px 0 0;
	z-index:1;
}
#toppage #madoguchi .text {
	position:relative;
}
#toppage #madoguchi .text h2{
	margin:0;
	margin-bottom: 20px;
}
#toppage #madoguchi .text h2+p{
	position:absolute;
	top:130%;
	left:0;
}
*/

/*#toppage #catalog {
	padding:117px 0 0;
}*/
#toppage #catalog .jumpmenu{
	margin:320px 0 0;
}
.jumpmenu.last span{
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
	margin:22px auto 0;
}
#toppage #catalog h2+p {
	margin-bottom:115px;
}
#toppage #catalog .forth_box{
	max-width:850px;
	margin:0 auto;
}
#toppage #catalog .forth_box li{
	text-align:center;
	margin:0 5% 0 0;
	width:21.25%;
}
#toppage #catalog .forth_box li:last-child{
	margin:0;
}
#toppage #catalog .forth_box li a{
	display:block;
}
#toppage #catalog .forth_box li p:first-child{
	color:#333F48;
	font-size:1.5rem;
	font-weight: bold;
	letter-spacing: -0.05em;
	line-height: 1.5;
	min-height:72px;
	margin-bottom:10px;
}
#toppage #catalog .forth_box li p:first-child span{
	display:block;
}
#toppage #catalog .forth_box li p:last-child{
	color:#fff;
	position:relative;
	margin:20px 0 15px;
}
.sp-youtube, .sp-youtube-btn, .sp-youtube-btn img{
	display: none;
}

@media(max-width: 768px) {
	#toppage #catalog .forth_box li p:last-child {
		margin-bottom: 50px
	}
	#toppage #catalog .forth_box li:nth-child(3) p:last-child,
	#toppage #catalog .forth_box li:nth-child(4) p:last-child {
		margin-bottom: 0;
	}
}

#toppage #catalog .forth_box li a:hover p:last-child{
	color:#333F48;
}
#toppage #catalog .forth_box li a:hover img{
	opacity:1;
}

@media screen and (max-width:930px){
	#toppage #catalog .forth_box li,#toppage #catalog .forth_box li:last-child {
		width:47.5%;
		margin:0 5% 20px 0;
	}
	#toppage #catalog .forth_box li:nth-child(2n) {
		margin:0 0 20px;
	}
}
@media screen and (max-width:900px){
	/*#toppage #madoguchi .text h2+p {
		position:static;
		margin-bottom:20px;
	}*/
	.float_l{
		display: flex;
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}
	/*#toppage #madoguchi .float_l ul{
		width:25%;
		margin:0;
		-webkit-box-ordinal-group:3;
			-ms-flex-order:2;
				order:2;
	}
	#toppage #madoguchi .float_l figure{
		width:70%;
		margin:0 5% 0 0;
	}*/
}

@media screen and (max-width:768px){
#toppage .page_btn {
	display:none !important;
}


#toppage {
	margin-top:80px;
}
#toppage .main-slider {
	margin:0;
	padding:25px 0;
}

#toppage button.slick-arrow {
	width:40px;
}
#toppage button.slick-arrow:after {
    left: 15px;
    width: 20px;
    height: 20px;
}
button.slick-arrow.slick-next:after {
    right: 15px;
    left: auto !important;
}
#toppage img {
	max-width:100%;
}
#toppage h2 {
	font-size:2.2rem;
	margin:0 0 20px;
}
#toppage h2+p {
	font-size:1.3rem;
}

.btnlink {
	display:block;
	padding: 0;
}
.btnlink p {
	width:95%;
	margin: 0 auto;
	border-top:1px solid rgba(255,255,255,0.3);
}
.btnlink p:first-child {
	border-right: none;
	border-top:0px;
	border-left: none;
}
.btnlink p:last-child a {
	display:block;
}

.btnlink p a {
	padding:10px 20px;
}
.sp-youtube, .sp-youtube-btn, .sp-youtube-btn img{
		display: block;
	}
.sp-youtube-btn a{
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	opacity: 1;
}
.sp-youtube-btn a:hover{
	opacity: 0.5;
}
.sp-youtube-btn img{
	width: 20px !important;
	vertical-align: text-top;
	margin-left: 5px;
	display: inline-block;
}
.sp-youtube-btn img.last_sp-youtube-btn {
	margin-left: 1.3rem;
}

#toppage #about .anime_box {
	margin:0;
}

#toppage #about .anime_box object.in{
	display:inline-block;
}
#toppage #about .anime_box object.out{
	display:none;
}

#toppage #about .jumpmenu {
	margin:70px 0 0;
}
/*
#toppage #reason .double_box li.soon p span span {
	font-size:1.8rem;
}
#toppage #reason .double_box li a p{
	opacity:0;
}

#toppage #importance h2 p {
	margin-bottom:60px;
}
*/

.float_l{
	display:block;
}

#toppage #madoguchi .float_l ul {
	width:100%;
	margin:20px 0 30px;
	max-width:none;
	display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
#toppage #madoguchi .float_l ul.out {
	display:none;
}
#toppage #madoguchi .float_l ul li {
	width:25%;
}
#toppage #madoguchi .float_l ul li a{
	max-width:none;
}
#toppage #madoguchi .float_l figure{
	width:100%;
	margin:0;
}

#toppage #catalog h2+p {
	margin-bottom:60px;
}

#toppage #catalog .forth_box li p:first-child {
	font-size:1.4rem;
}
#toppage #catalog .forth_box li p:first-child span {
	font-size:1.0rem;
}

#toppage #madoguchi .float_l ul li:last-child {
	margin: 20px 0 0;
    width: 100%;
}


#toppage .main-slider li a:after {
    top: 40px;
    background: url(../images/top/movie_btn.png) no-repeat;
    background-size: 80px;
    width: 80px;
    height: 90px;
}
}

@media(max-width: 768px) {
	#toppage #catalog .forth_box li p:last-child img{
		width:45%;
	}
}

@media(max-width: 500px) {
	#toppage #catalog .forth_box li p:last-child img{
		width:60%;
	}
}

@media screen and (max-width:550px){
#toppage #madoguchi .float_l ul li {
	width:33.33%;
}
}
@media screen and (max-width:500px){
	#toppage .main-slider li a:after {
		top: 10px;
		background: url(../images/top/movie_btn.png) no-repeat;
		background-size: 50px;
		width: 50px;
		height: 55px;
	}
}

@media screen and (max-width:468px){
#toppage #madoguchi .float_l ul li {
	width:50%;
}
#toppage .main-slider li a:after {
    top: 10px;
    background: url(../images/top/movie_btn.png) no-repeat;
    background-size: 40px;
    width: 40px;
    height: 45px;
}

}
/*TOPおわり*/






/*
------------------------------------------------------------------------------------------------------------------------
lineup
------------------------------------------------------------------------------------------------------------------------
*/

/*
#lineup ul.h2{
	float:right;
	position:relative;
	margin-top: 50px;
}
#lineup ul.h2:before{
	content:"";
	position:absolute;
	right:108%;
	width:110px;
	height:110px;
	background:url(../images/lineup/logoplus.svg) no-repeat;
	background-size:110px;
}
#lineup section{
	margin-top: -42px;
	padding-top: 42px;
}
#lineup section:first-of-type{
	margin-top: 0;
}
#lineup section h2{
	clear: both;
	width: 100%;
	margin:200px 0 30px 148px;
	color: #00ABAE;
	font-size:5.2rem;
	text-align: left;
	line-height:1.3;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
	font-weight: bold;
	letter-spacing: 0.05em;
}

#lineup ul.h3:before{
	top: 5px;
	width:110px;
	height:110px;
	background:url(../images/lineup/logo.svg) no-repeat;
	background-size:110px;
}

#lineup ul.h2 li{
	padding:0 148px 0 0;
}
#lineup ul.h2 li:first-child{
	border-bottom:2px solid #323F48;
	padding-bottom:10px;
	margin-bottom:10px;
}
#lineup ul.h2+.title{
	clear:both;
	margin:0 0 30px 148px;
	color:#00ABAE;
	font-size:7.0rem;
}
#lineup .movie_v {
	margin:0 0 30px 148px;
}
#lineup .movie_v a{
	color:#00ABAE;
	font-size:2.0rem;
	font-weight: bold;
}
#lineup .movie_v a img{
	width:54px;
	margin:0 0 0 10px;
}
#lineup .text {
	margin:0 0 0 148px;
	font-size:2.0rem;
}
#lineup .text p{
	margin-bottom:45px;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: 0.2rem;
}
#lineup object {
	max-width:1400px;
	margin:0 auto;
	display:block;
}
#lineup object.in {
	display:none;
}

#lineup #i_3dmc dl.wrap {
	margin-top:230px;
	max-width:913px;
}
#lineup #i_3dmc dl.wrap dt {
	margin:0 0 0 140px;
}
#lineup #i_3dmc dl.wrap dd{
	max-width:560px;
	margin:0 auto;
	font-size:1.7rem;
}
#lineup #i_3dmc dl.wrap dd .catch{
	font-size:2.2rem;
	margin-top:-60px;
	margin-bottom:10px;
}
#lineup #i_3dmc dl.wrap dd p  {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
	font-weight: bold;
	letter-spacing: 0.2rem;
}
#lineup #i_3dmc .jumpmenu {
	margin:100px 0 0;
}

#wrapper {
    position: relative;
    width: 100%;
	height: auto;
	margin: 0 0 50px;
	padding: 0;
	vertical-align: baseline;
}
#idig #wrapper:before {
    content:"";
    display: block;
    padding-top: 60%; /* 高さを幅の75%に固定 */
}*/
/*
#lineup #idigmovie{
	background-color:#fff;
	width:100%;
	height: 100%;
	display:block;
	margin-top: 0px;
	margin-bottom: 0;
	margin-bottom: 20px;
	position: absolute;
    top: 0;
    right: 0;
	left: 0;
	bottom: 0;
	border: solid 1px red;
}*/
/*
#lineup .densen-logo{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 70px;
}
#lineup #tilt .densen-logo{
	margin-top: 20px;
	margin-bottom: 30px;
}
#lineup .densen-logo img{
	margin-right: 35px;
	width: 273px;
	height: 45px;
	margin-bottom: 10px;
}
#lineup .densen-logo p{
	width: 450px;
	font-size: 10px;
	padding-top: 10px;
	margin-bottom: 30px !important;
}
@media screen and (max-width:768px){
	#lineup .densen-logo{
		margin-top: 50px !important;
	}
}

#lineup .idig-caption{
	font-size: 1.2rem;
	margin: 10px 0 50px 40px;
		margin-top: 50px;
}
@media screen and (max-width:768px){
	#lineup .idig-caption{font-size: 10px;}
}

#lineup #tilt_r ul.h2{
	margin: 50px 0 50px;
}
#lineup #tilt_r #tilt_r_catch{
	width: 55% !important;
	max-width: 600px;

	height:auto;
}

#lineup #tilt_r .wrapper {
    position: relative;
    width: 100%;
	margin: 0;
	padding: 0;
}
#lineup #tilt_r .wrapper:before {
    content:"";
    display: block;
    padding-top: 64%; /* 高さを幅の75%に固定
}*/
/*
#lineup #tilt_r #tilt_r_move{
	background-color:#fff;
	width:100%;
	height: auto;
	overflow: hidden;
	-webkit-transform: translate3d(0,0,0);
	        transform: translate3d(0,0,0);
	text-align: center;
	opacity: 1;
	margin: 110px 0 20px;
	margin: 0;
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	display: block;
}
#lineup #idig #idigmovie_sm,
#lineup #idig .wrapper2,
#lineup #tilt_r #tilt_r_move_sm,
#lineup #tilt_r .wrapper2,
#lineup #tilt #tilt_c_move_sm,
#lineup #tilt .wrapper2
{
	display: none;
}

#lineup #tilt #tilt_catch{
	width: 45%;
	max-width: 480px;
	height: auto;
}
@media screen and (max-width:768px){

#lineup section{
	margin-top: -85px;
	padding-top: 85px;
}
#lineup section:first-of-type{
	margin-top: -88px;
}

	#lineup #tilt_r #tilt_r_catch{
		width: 70% !important;
		min-width: 280px !important;
}
	#lineup #tilt #tilt_catch{
		width: 50% ;
		min-width: 270px ;
	}
}
#lineup #tilt .wrapper {
    position: relative;
    width: 100%;
	margin: 0;
	padding: 0;
}
#lineup #tilt .wrapper:before {
    content:"";
    display: block;
    padding-top: 45%; /* 高さを幅の75%に固定
}*/
/*
#lineup #tilt #tilt_c_move{
	background-color:#fff;
	width:100%;
	height: 100%;
	margin: 0;
	position: absolute;
    top: 0;
    left: 0;
	display: block;
}


@media screen and (max-width:768px){
	#lineup #idig #wrapper,
	#lineup #idig #idigmovie{
		display: none;
	}
	#lineup #idig .wrapper2 {
	display: block;
    position: relative;
    width: 100%;
	margin: 0 0 20px;
	padding: 0;
}
	#lineup #idig .wrapper2:before {
    content:"";
    display: block;
    padding-top: 57.14%; /* 高さを幅の75%に固定
}*/
/*
	#lineup #idig #idigmovie_sm{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

	#lineup #tilt_r .wrapper:before {
    content:"";
    display: block;
    padding-top: 96%; /* 高さを幅の75%に固定
}*/
/*
	#lineup #tilt_r .wrapper2 {
	display: block;
    position: relative;
    width: 100%;
	margin: 0 0 20px;
	padding: 0;
}
	#lineup #tilt_r .wrapper2:before {
    content:"";
    display: block;
    padding-top: 76.4%; /* 高さを幅の75%に固定
}*/
/*
	#lineup #tilt_r #tilt_r_move_sm{
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
	}
	#lineup #tilt_r #tilt_r_move,
	#lineup #tilt_r .wrapper{
		display: none;
	}
	#lineup #tilt .wrapper2 {
	display: block;
    position: relative;
    width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
	#lineup #tilt .wrapper2:before {
    content:"";
    display: block;
    padding-top: 80%; /* 高さを幅の75%に固定
}*/
/*
	#lineup #tilt #tilt_c_move_sm{
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	#lineup #tilt #tilt_c_move,
	#lineup #tilt .wrapper	{
		display: none;
	}
}

/*
#lineup #tilt ul.h2, #lineup #tilt_r ul.h2{
	margin: 0 0 50px;
}
*/
/*
#lineup #tilt .jumpmenu {
	margin: 70px 0 0;
}


#lineup #tilt .text {
	margin-bottom:0px;
}
#lineup #tilt .anime {
	position:relative;
}
#lineup #tilt .anime .backimg{
	position:absolute;
	bottom:12px;
	left:0;
	z-index:-1;
	width:100%;
}
#lineup #tilt .anime object{
	float:right;
	margin:0 15% 0 0;
}

#lineup #guide .jumpmenu{
	margin:100px 0 0;
}
#lineup #guide p.name {
	text-align:right;
	padding:10px 20% 0 0;
	margin-bottom:140px;
}
#lineup #guide .img {
	position:relative;
	margin: 0;
}
#lineup #guide .img .backimg{
	position:absolute;
	bottom:32px;
	left:0;
	width:100%;
	z-index:-1;
}
#lineup #guide .img p:first-child{
	margin:0 0 0 15%;
}
#lineup #guide .img p:first-child span{
	display:block;
	margin:10px 0 0 20%;
}


#lineup #idig_catch{
	width: 70% !important;
	max-width: 750px;
	margin-top: 50px;
}

.album {
	margin: auto;
	background-color: white;
	position: relative;
}

.album img {
	width: 100%;
	animation-name: album;
	-webkit-animation-name: album;
	animation-duration: 21s;
	-webkit-animation-duration: 21s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	opacity: 0;
}

.album .img1 {
	display: block;
	margin: 0 auto;
}

.album .img2 {
	animation-delay:7s;
	-webkit-animation-delay:7s;
	position: absolute;
	top: 0;
}
.album .img3 {
	animation-delay:14s;
	-webkit-animation-delay:14s;
	position: absolute;
	top: 0;
}

@keyframes album {
	0% {
		opacity: 0;
	}

	5% {
		opacity: 1;
	}

	28% {
		opacity: 1;
	}
	33% {
		opacity: 0;
	}
}

@-webkit-keyframes album {
	0% {
		opacity: 0;
	}

	5% {
		opacity: 1;
	}

	28% {
		opacity: 1;
	}
	33% {
		opacity: 0;
	}
}


@media screen and (max-width:1052px){
#lineup ul.h2+.title,#lineup .text {
	margin:0 0 0 74px;
}
#lineup h2{
	margin:0 0 30px 74px !important;
}
#lineup .movie_v {
    margin: 0 0 30px 74px;
}
#lineup ul.h2 {
	margin-bottom:30px;
}
#lineup ul.h2 li {
	padding:0 74px 0 0 ;
}
	#lineup #idig_catch{
	width: 75% !important;
	margin-top: 40px;
}
}
@media screen and (max-width:768px) {
	#lineup {
		margin-top: 87px;
	}
	#lineup ul.h2 + .title {
		margin: 0 0 0 20px;
	}
	#lineup h2{
		width: 100% !important;
		padding: 0 20px;
		font-size: 40px !important;
	}
	#lineup .text {
		margin: 0;
		padding: 0 20px;
	}
	#lineup .movie_v {
		margin: 0 0 30px 20px;
	}
	#lineup .movie_v a {
		font-size: 1.6rem;
	}
	#lineup .movie_v a img {
		width: 39px;
	}
	#lineup ul.h2 {
		margin-bottom: 30px;
	}
	#lineup ul.h2 li {
		padding: 0 20px 0 0;
	}
	#lineup #i_3dmc ul.h2 li:first-child img {
		width: 200px;
	}
	#lineup #i_3dmc ul.h2 li:nth-child(2) img {
		width: 198px;
	}
	#lineup ul.h2 + .title {
		font-size: 3.6rem;
		margin: 0 20px 30px 20px;
	}
	#lineup #i_3dmc ul.h2 + .title {
		max-width: 400px;
	}
	#lineup #guide ul.h2 + .title {
		max-width: 250px;
	}
	#lineup .text {
		font-size: 1.6rem;
	}
	#lineup .text p {
		margin-bottom: 20px;
	}
	#lineup .text p:last-child {
		margin-bottom: 90px;
	}
	#lineup #idig .text p:last-child {
		margin-bottom: 70px;
	}
	#lineup #i_3dmc .text {
		margin-bottom: 30px;
	}
	#lineup #i_3dmc object {
		height: 317px;
	}
	#lineup #i_3dmc dl.wrap {
		margin: 50px 0 0;
	}
	#lineup #i_3dmc dl.wrap dt {
		margin: 0 0 0 90px;
	}
	#lineup #i_3dmc dl.wrap dd {
		max-width: 400px;
		font-size: 1.4rem;
	}
	#lineup #i_3dmc dl.wrap dd .catch {
		font-size: 1.8rem;
	}
	#lineup #tilt ul.h2 li:first-child img, #lineup #tilt_r ul.h2 li:first-child img {
		width: 240px;
	}
	#lineup #tilt ul.h2 li:nth-child(2) img, #lineup #tilt_r ul.h2 li:nth-child(2) img {
		width: 198px;
	}
	#lineup #tilt .text {
		margin-bottom: 40px;
	}
	#lineup #tilt .anime {
		text-align: center;
	}
	#lineup #guide ul.h2 li:first-child img {
		width: 251px;
	}
	#lineup #guide ul.h2 li:nth-child(2) img {
		width: 175px;
	}
	#lineup #guide p.name {
		margin-bottom: 50px;
	}
	#lineup #guide object {
		height: 285px;
	}
	#lineup #guide .img p:first-child img {
		width: 60%;
	}
	#lineup #guide .img .backimg {
		bottom: 35px;
	}
	#lineup object.in {
		display: block;
	}
	#lineup object.out {
		display: none;
	}
	#lineup #idig ul.h2 li:first-child img {
		width: 400px;
	}
	#lineup #idig ul.h2 li:nth-child(2) img {
		width: 400px;
	}
	#lineup #idig_catch{
		width: 85% !important;
		margin-top: 40px;
	}
	.album {
		max-width: 1400px;
		margin: auto;
		background-color: white;
		position: relative;
	}
	.album img {
		width: 100%;
		animation-name: album;
		-webkit-animation-name: album;
		animation-duration: 9s;
		-webkit-animation-duration: 9s;
		animation-iteration-count: infinite;
		-webkit-animation-iteration-count: infinite;
		opacity: 0;
	}
	.album .img1 {
		display: block;
		margin: 0 auto;
	}
	.album .img2 {
		animation-delay: 3s;
		-webkit-animation-delay: 3s;
		position: absolute;
		top: 0;
	}
	.album .img3 {
		animation-delay: 6s;
		-webkit-animation-delay: 6s;
		position: absolute;
		top: 0;
	}
}
	@keyframes album {
		0% {
			opacity: 0;
		}

		5% {
			opacity: 1;
		}

		28% {
			opacity: 1;
		}
		33% {
			opacity: 0;
		}
	}

	@-webkit-keyframes album {
		0% {
			opacity: 0;
		}

		5% {
			opacity: 1;
		}

		28% {
			opacity: 1;
		}
		33% {
			opacity: 0;
		}
	}



@media screen and (max-width:560px){
	#lineup #i_3dmc dl.wrap dt {
		margin: 0 0 0 45px;
	}
	#lineup #i_3dmc dl.wrap dd .catch {
		margin:-30px 0 10px;
	}

	#lineup ul.h2:before {
		right: 100%;
		background: url(../images/lineup/logoplus.png) no-repeat;
		background-size: 96px;
	}
	#lineup #guide ul.h2:before,
	#lineup #idig ul.h2:before{
		right: 100%;
		background: url(../images/lineup/logo.png) no-repeat;
		background-size: 96px;
	}
	#lineup #i_3dmc ul.h2 li:first-child img {
		width:120px;
	}
	#lineup #i_3dmc ul.h2 li:nth-child(2) img {
		width:118px;
	}
	#lineup #tilt_r ul.h2 li:first-child img {
		width:160px;
	}
	#lineup #tilt_r ul.h2 li:nth-child(2) img {
		width:130px;
	}
	#lineup #tilt ul.h2 li:first-child img {
		width:160px;
	}
	#lineup #tilt ul.h2 li:nth-child(2) img {
		width:130px;
	}
	#lineup #guide ul.h2 li:first-child img {
		width:171px;
	}
	#lineup #guide ul.h2 li:nth-child(2) img {
		width:118px;
	}

	#lineup #i_3dmc ul.h2+.title {
		max-width:280px;
	}
	#lineup #tilt ul.h2+.title {
		max-width:280px;
		margin-top:40px;
		clear:both;
	}
	#lineup #tilt ul.h2 {
		margin-bottom:40px;
	}
	#lineup #guide ul.h2+.title {
		max-width:200px;
	}
	#lineup #idig ul.h2 li:first-child img {
		width: 300px;
	}
	#lineup #idig ul.h2 li:nth-child(2) img {
		width: 300px;
	}
	#lineup .idig-caption{
		width: 90%;
		margin: 0 auto 20px;
	}
}

@media screen and (max-width:450px){
#lineup #i_3dmc object {
    height: 187px;
}
#lineup #guide object {
    height: 185px;
}

#lineup #tilt .anime object {
	height:423px;
}

#lineup #idig ul.h2 li:first-child img {
	width: 250px;
}

#lineup #idig ul.h2 li:nth-child(2) img {
	width: 250px;
}
#lineup #idig_catch{
	width: 85% !important;
	margin-top: 30px;
}
}

@media screen and (max-width:380px){
#lineup #tilt .anime object {
	height:358px;
}
#lineup #idig ul.h2 li:first-child img {
	width: 200px;
}

#lineup #idig ul.h2 li:nth-child(2) img {
	width: 200px;
}

	#lineup #i_3dmc dl.wrap{
		margin-top: 100px;
		margin-bottom: 0;
	}

	#lineup #guide .h2{
		margin-bottom: 40px;
	}
	#lineup p{
		letter-spacing: 0rem;
	}
	#lineup #i_3dmc dl.wrap dd .catch{
		font-size: 1.8rem;
		line-height: 1.6;
		letter-spacing: 0rem;
	}
	#lineup #i_3dmc dl.wrap dd p {
		letter-spacing: 0.1rem;
		text-align: justify;
		font-size: 1.4rem;
		line-height: 1.8;
	}
	#lineup #idig_catch{
		width: 100% !important;
	}
	#lineup #tilt_r_catch{
		width: 60% !important;
	}
	#lineup #tilt_catch{
		max-width: 220px !important;
		width: 220px !important;
		min-width: 220px !important;
	}
	#lineup .idig-caption{
		margin: 10px 10px 40px;
	}
}
*/
/*
------------------------------------------------------------------------------------------------------------------------
jobsite
------------------------------------------------------------------------------------------------------------------------
*/
/*
body.jobsite{
	background-color: #D6E9EF;
}

#jobsite ul.h2{
	float:right;
	position:relative;
}
#jobsite ul.h2 li{
	padding:0 148px 0 0;
}
#jobsite ul.h2 li:first-child{
	border-bottom:2px solid #323F48;
	padding-bottom:10px;
	margin-bottom:10px;
}
#jobsite ul.h2+.wrap {
	clear:both;
}

#jobsite .topbox {
	padding:80px 0 0;
	background-color: #fff;
}
#jobsite .topbox .title {
	font-weight: 700;
	clear:both;
	color:#00ABAE;
	font-size:7.0rem;
	line-height:1.3;
	margin-bottom:30px !important;
}
#lineup ul.h2 + .title {
	margin-bottom:30px !important;
}
#jobsite .topbox p {
	font-size:2.0rem;
	margin:0 0 100px;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
	font-weight: bold;
}

#jobsite .blue {
	background:#D6E9EF;
	padding:80px 0 0px;
}
#jobsite .blue .company {
	margin-bottom:140px;
}
#jobsite .blue .company dl {
	background:#fff;
	color:#00AAAD;
	font-size:1.6rem;
	text-align:center;
	margin:0 2% 0 0;
	font-weight:500;
}
#jobsite .blue .company dl:first-child{
	width:12.5%;
}
#jobsite .blue .company dl:nth-child(2){
	width:41.7%;
}
#jobsite .blue .company dl:last-child{
	width:41.7%;
	margin:0;
}
#jobsite .blue .company dl dt{
	background:#00AAAD;
	color:#fff;
	padding:18px 10px;
}
#jobsite .blue .company dl dd {
	padding:0 10px;
}
@media(max-width: 320px) {
    #jobsite .blue .company dl dd {
        padding:0;
    }
}
#jobsite .blue .company dl dd ul li{
	width:100%;
	padding:18px 5px;
	border-bottom:2px solid #D6E9EF;
}
#jobsite .blue .company dl dd ul li:last-child{
	border:none;
}
#jobsite .blue .out+.btn,#jobsite .blue .in+.btn {
	margin-bottom:140px;
}
#jobsite .blue .in+.btn {
    display: block;
}
#jobsite .blue .btn {
    font-size: 16px;
    font-weight: 700;
}
#jobsite .blue .out+.btn a,#jobsite .blue .in+.btn a {
	display:block;
	color:#fff;
	text-align:center;
	background:#333F48;
	font-size:1.9rem;
	padding:20px;
	/*border:1px solid #333F48;
	font-weight:500;
}*/
/*
#jobsite .blue .out+.btn a:hover,#jobsite .blue .in+.btn a:hover {
	background:#fff;
	color:#333F48;
}
#jobsite .blue ul.triple_box {
	margin-bottom:180px;
}
#jobsite .blue ul.triple_box li {
	width:32%;
	margin:0 2% 0 0;
	font-size:1.4rem;
	text-align:center;
}
#jobsite .blue ul.triple_box li:last-child {
	margin:0;
}
#jobsite .blue ul.triple_box li p{
	margin:10px 0 0;
}
#jobsite .blue ul.double_box_map li a:hover {
	text-decoration: none;
}

#jobsite .blue ul.double_box li a p:first-child{
	position:relative;
	margin:0 0 30px;
	max-height:700px;
}
#jobsite .blue ul.double_box li:hover a p:first-child:before{
	display:none;
}
#jobsite .blue ul.double_box li:hover a p:first-child:after{
	display:none;
}
#jobsite .blue ul.double_box li a p:first-child:before{
	display:block;
}
#jobsite .blue ul.double_box li a p:first-child:after{
	display:block;
}

#jobsite .blue ul.double_box li a p:first-child:after{
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	height:100%;
	background:rgba(6,24,34,0.46);
	z-index:1;
}
*/

/*ポイント→*/

.point-title{
	color: #00adb0;
	font-size:1.8rem;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}
.point{
	height: 570px;
	padding-top: 100px;
}
.titlebox{
	width: 80%;
	height: 38px;
	line-height: 38px;
	margin: 0px auto;
	margin-bottom: 100px;
	border-bottom: solid 1px #00adb0;
}
h2{
	text-align: center;
}


.whitebox{
	width: 80%;
	height: 68px;
	line-height: 68px;
	background: white;
	margin: 0 auto 18px;
	border: solid 1px #00adb0;
	text-align: center;
}
.titlefont{
	color: #00adb0;
	font-size:2.0rem;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}


/*←ポイント*/



/*全国→*/
.section2{
	height: auto;
}
	.font1{
	color: #00adb0;
	font-size:1.8rem;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
	}
	.font_s{
	font-size:1.2rem;
	}
	.mt5{
		margin-top: 5px;
	}

	.mt8{
		margin-top: 8px;
	}
	.line_center{
		-ms-flex-item-align: center;
		    -ms-grid-row-align: center;
		    align-self: center;
	}


	.title_container{
		height: 35px;
		line-height: 35px;
		margin: 20px auto;
		width: 80%;
		display: -webkit-box; /*Android4.3*/    /*Firefox21*/
		display: -ms-flexbox; /*IE10*/ /*PC-Safari,iOS8.4*/
		display: flex;
	}
	.title_zenkoku{
		width: 44%;
		text-align: center;
	}
	.title_zenkoku_right {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		text-align: center;
	}
	.container1{
		margin: 20px auto;
		width: 80%;
		height: 120px;
		background: white;
		display: -webkit-box; /*Android4.3*/    /*Firefox21*/
		display: -ms-flexbox; /*IE10*/ /*PC-Safari,iOS8.4*/
		display: flex;
	}
	.container-img{
		width: 44%;
/*		width: 60px;*/
		background: #00adb0;
		display: -webkit-box; /*Android4.3*/    /*Firefox21*/
		display: -ms-flexbox; /*IE10*/ /*PC-Safari,iOS8.4*/
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	.flex_item_left{
		background: #00adb0;
		color: white;
		height: 120px;
		display: -webkit-box; /*Android4.3*/    /*Firefox21*/
		display: -ms-flexbox; /*IE10*/ /*PC-Safari,iOS8.4*/
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		padding-left: 10px;
		padding-right: 15px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}

	.space20{
		width: 20px;
		margin: 0;
		background: #D6E9EF;
	}

	.flex_item_left > img{
		vertical-align:-1em;
		width: 42px;
		height: 42px;
		margin-right: 10px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}

	.flex_item_right{
		background: white;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		padding: 0 30px;
		-ms-flex-item-align: center;
		    -ms-grid-row-align: center;
		    align-self: center;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}

	.container3{
		margin: 0 auto;
		width: 80%;
		height: 400px;
		display: -webkit-box; /*Android4.3*/    /*Firefox21*/
		display: -ms-flexbox; /*IE10*/ /*PC-Safari,iOS8.4*/
		display: flex;
	}
	.flex_row{
		display: -webkit-box; /*Android4.3*/    /*Firefox21*/
		display: -ms-flexbox; /*IE10*/ /*PC-Safari,iOS8.4*/
		display: flex;
	}
	.flex_column{
		display: -webkit-box; /*Android4.3*/    /*Firefox21*/
		display: -ms-flexbox; /*IE10*/ /*PC-Safari,iOS8.4*/
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		height: 200px;
	}
	.flex_column1{
		background: #00adb0;
		height: 68px;
		line-height: 68px;
		color: #fff;
		text-align: center;
	}
	.flex_2{
		margin-left: 27px;
		height: 80px;
		line-height: 80px;
		background: #fff;
	}
	.line1{
		height: 1px;
		width: 80%;
		background: red;
	}

.triple_box{
	width: 80%;
	margin: 50px auto;
}

@media screen and (min-width: 1000px){
	.br-pc { display:block; }
	.br-pad { display:none; }
	.br-sm { display:none; }
	.sec2{
		display: block;
	}
	.sec2-2{
		display: none;
	}

}
@media screen and (max-width: 1000px){
	.br-pc { display:block; }
	.br-pad { display:block; }
	.br-sm { display:none; }
	.pad-p{
		padding-left: 20px;
	}

	.new{
		position: absolute;
		float: left;
		left: 20px;
	}
	.sec2{
		display: block;
	}
	.sec2-2{
		display: none;
	}
	.titlebox{
		margin-bottom: 50px;
	}
}


@media screen and (max-width: 768px){
	.titlefont{
		font-size: 1.8rem;
	}
	.container-img{
		width: 30px;
	}

	.sec2{
		display: none;
	}
	.sec2-2{
		display: block;
	}
	.branch{
		display: -webkit-box; /*Android4.3*/    /*Firefox21*/
		display: -ms-flexbox; /*IE10*/ /*PC-Safari,iOS8.4*/
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		width: 80%;
		margin: 0 auto 15px;
	}
	.title-sm{
		width: 100%;
		background: #00adb0;
		color: white;
		height: 40px;
		display: -webkit-box; /*Android4.3*/    /*Firefox21*/
		display: -ms-flexbox; /*IE10*/ /*PC-Safari,iOS8.4*/
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.flex_item_left_sm{
		color: white;
		margin: 0 10px;
		padding: 0;
	}
	.title-haibi{
		color:#00adb0;
		font-size: 1.2rem;
		margin-bottom: 4px;
	}
	.border1px{
		height: 1px;
		width: 85%;
		background: #00adb0;
		opacity: 0.6;
		margin-bottom: 8px;
	}
	.branch-body{
		width: 100%;
		background: #fff;
		height: 110px;
		display: -webkit-box; /*Android4.3*/    /*Firefox21*/
		display: -ms-flexbox; /*IE10*/ /*PC-Safari,iOS8.4*/
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.w90{
		width: 90%;
		text-align: center;
		margin: 2px;
	}
	.font15{
		font-size: 15px;
		color:#00adb0;
	}
	.font10{
		font-size: 10px;
		color:#00adb0;
	}
	.triple_box{
		width: 80%;
	}
}

.br-xs{
	display: none;
}


@media screen and (max-width: 469px){
	.section2-job{
	height: 1800px;
	}
	.point-title{
	font-size: 1.4rem;
	}
	#catch{
		padding-top: 30px;
	}

}
@media screen and (max-width: 414px){
		.section2-job{
	height: 1000px;
}
	.titlefont{
		font-size: 1.6rem;
		}
	.point-title{
		font-size: 1.4rem;
}
	.font1{
		font-size: 1.6rem;
	}
	.font15{
		font-size: 1.5rem;
	}
	.container-img{
	width: 27px;
	}
	.address-text{
	font-size: 1.4rem;
	}
	img.img-map{
		-webkit-transform: translateY(-10px);
		    -ms-transform: translateY(-10px);
		        transform: translateY(-10px);
		width: 16px;
		margin-left: 5px;
	}
	img.img-map-takamatu{
	-webkit-transform: translateY(10px);
	    -ms-transform: translateY(10px);
	        transform: translateY(10px);
	width: 16px;
	margin-left: 5px;
	}
	.point-job{
		margin-top: 20px;
		margin-bottom: 50px;
	}

}

@media screen and (max-width: 374px){
	.section2-job{
		height: 1000px;
	}
	.titlefont{
		font-size: 1.5rem;
		}
	.point-title{
		font-size: 1.2rem;
	}
		.font1{
		font-size: 1.4rem;
	}
		.font15{
		font-size: 1.3rem;
	}
	.container-img{
		width: 25px;
	}
	div.box1{
	font-size: 1.4rem;
	}
	.address-text{
		font-size: 1.3rem;
	}
	.br-xs{
	display: block;
	}
	.google-box{
		background-color: #333F48;
		overflow:hidden;
	}
	.google-box div,.google-box p{
		font-size: 1.2rem;
		line-height: 40px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.google-box div{
		padding-left: 5px;
		padding-top: 1px;
	}
	.google-box p{
		font-size: 1.1rem;
		padding-bottom: 2px;
	}
	.address{
		height: 300px;
	}
	section.section3{
		padding:0;
	}
	section.section4{
		padding:30px 0 0;
	}
	.triple_box p{
		font-size: 1.3rem;
	}
	.point-job{
		margin-top: 20px;
		margin-bottom: 50px;
	}
	.section2{
		margin: 0;
		padding: 0;
	}
	.section3{
		margin: 0;
	}
}



/*←全国*/

/*	３ブロック→*/
.section3{
	background: rgb(214, 233, 239);
	height: 100%;
	width: 100%;
	padding-bottom: 50px;
}
	.con80{
		margin: 0 auto;
		width: 80%;
		background: white;
		height: 390px;
		display: -webkit-box; /*Android4.3*/    /*Firefox21*/
		display: -ms-flexbox; /*IE10*/ /*PC-Safari,iOS8.4*/
		display: flex;
	}
	.con80-2{
		margin: 20px auto;
		width: 79.5%;
		text-align: justify
	}
	.box{
		height: 70px;
		background: #00adb0;
		-webkit-box-flex: 1;
		    -ms-flex: 1 100px;
		        flex: 1 100px;
		text-align: center;
		line-height: 70px;
		color: #fff;
		font-size: 1.6rem;
	}

	.box1{
		margin: 0 auto;
		width: 80%;
		height: 80px;
		color: #00adb0;
		font-size: 16px;
		text-align: left;
		overflow: auto;
		line-height: normal;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		text-indent: -1em;
		padding-left: 1em;
		display: -webkit-box; /*Android4.3*/    /*Firefox21*/
		display: -ms-flexbox; /*IE10*/ /*PC-Safari,iOS8.4*/
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}


	.box1:not( :last-child){
		border-bottom: solid 1px #69B2B3;
	}

/*←３ブロック*/

/*お問い合わせ→*/
.section4{
	padding-top: 150px;
	padding-bottom: 200px;
	background: rgb(214, 233, 239);
	height: 200px;
	width: 100%;
	display: -webkit-box; /*Android4.3*/    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/ /*PC-Safari,iOS8.4*/
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.contact{
	width: 80%;
	height: 68px;
	color:#fff;
	background:#333F48;
	text-align:center;
	font-size: 1.9rem;
}

.contact>a.font1{
	display: block;
	width: 100%;
	text-decoration: none;
}

.section4>p{
	color: #fff;
	padding: 0;
	height: 68px;
	line-height: 68px;
	width: 80%;
}
.section4>p>a{
	color: inherit;
}


.section4>p:hover{
	background:#fff;
	color:#00AAAD;
}
/*←お問い合わせ*/


/*マップ*/


/*プログラム→*/


.con80{
		margin: 0 auto;
		width: 80%;
		background: white;
		height: 390px;
		display: -webkit-box; /*Android4.3*/    /*Firefox21*/
		display: -ms-flexbox; /*IE10*/ /*PC-Safari,iOS8.4*/
		display: flex;
	}
	.con80-2{
		margin: 20px auto;
		width: 79.5%;
		text-align: justify
	}
	.box{
		height: 70px;
		background: #00adb0;
		-webkit-box-flex: 1;
		    -ms-flex: 1 100px;
		        flex: 1 100px;
		text-align: center;
		line-height: 70px;
		color: #fff;
	}

	.box1{
		margin: 0 auto;
		width: 80%;
		height: 80px;
		color: #00adb0;
		font-size: 1.6rem;
		text-align: left;
		overflow: auto;
		line-height: normal;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		text-indent: -1em;
		padding-left: 1em;
		display: -webkit-box; /*Android4.3*/    /*Firefox21*/
		display: -ms-flexbox; /*IE10*/ /*PC-Safari,iOS8.4*/
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	.box1:not( :last-child){
		border-bottom: solid 1px #69B2B3;
	}
	@media screen and (max-width: 730px){
		.box{
			font-size: 1.4rem;
		}

	}
	@media screen and (max-width: 600px) {
		.con80{
			flex-wrap: wrap;
			-ms-flex-wrap: wrap;
			-webkit-flex-wrap: wrap;
			height: auto;
			background: none;
		}
		 .box {
			-webkit-box-flex: 100%;
			    -ms-flex: 100%;
			        flex: 100%;
			 height: 350px;
			 font-size: 1.4rem;
		}
		.box:not( :first-child){
			margin-top: 50px;
		}
		.box1{
			width: 100%;
			height: 70px;
			background: white;
			padding-left: 40px;
		}
	}

/*←プログラム*/

/*google マップ→*/

.btn-google{
	width: 45%;
	height: 40px;
	background: #00adb0;
}
.google-box{
	width: 100%;
	height: 40px;
	-webkit-transform: translateY(-28px);
	    -ms-transform: translateY(-28px);
	        transform: translateY(-28px);
	line-height: 40px;
	color:#fff;
	text-align:center;
	font-size: 1.6rem;
	}
.google-box div{
	text-align: left;
	padding-left: 10px;
	float: left;
	background: #00adb0;
	display: inline-block;
	width: 60%;
}
.google-box p{
	color: #fff;
	display: inline-block;
	height: 40px;
	background:#333F48;
	width: 40%;
}
.google-box p a{
	color: inherit;
}
.iframe-map-gray{
	position: relative;
	overflow: hidden;
	background: #b3b3b3;
	display: -webkit-box; /*Android4.3*/    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/ /*PC-Safari,iOS8.4*/
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}


div.coming{
	display: block;
	width: 100%;
	height: 100%;
	background: #bbb;
}
.address{
	-webkit-transform: translateY(-28px);
	    -ms-transform: translateY(-28px);
	        transform: translateY(-28px);
	padding: 0px;
	clear: both;
	width: 100%;
	height: 290px;
	background: #fff;
	font-size: 1.6rem;
	color: #00adb0;
	position: relative;
}
.gray{
	background: #b1b1b1;
}
div.icon{
	position: absolute;
	top: 60px;
	left: 30px;
	width: 100px;
	height: 100%;
}
img.img-car{
	width: 42px;
	height: 24px;
}
img.img-map{
	width: 27px;
	height: 39px;
}

.img-map-takamatu{
	-webkit-transform: translateY(25px);
	    -ms-transform: translateY(25px);
	        transform: translateY(25px);
}

.address-text{
	position: absolute;
	top: 60px;
	left: 80px;
	padding-right: 12px;
}

/*#toppage h2 {
	text-align: center;
	display: block;
}
#toppage h2 img {
	margin-top: 70px;
}*/

/*←google マップ*/

@media screen and (max-width:1008px) {
	#jobsite .topbox .title {
		font-size: 5rem;
	}
}


@media screen and (max-width:768px) {
	#jobsite article {
		margin-top: 87px;
	}

	#jobsite ul.h2 {
		margin-bottom: 30px;
	}

	#jobsite ul.h2 li {
		padding: 0 74px 0 0;
	}

	#jobsite ul.h2 li:first-child img {
		width: 222px;
	}

	#jobsite ul.h2 li:nth-child(2) img {
		width: 239px;
	}

	#jobsite ul.h2 li:nth-child(3) img {
		width: 222px;
	}

	#jobsite ul.h2 li:last-child img {
		width: 239px;
	}

	#jobsite .topbox {
		padding: 40px 0 0;
	}

	#jobsite .topbox .title {
		font-size: 3.6rem;
	}

	#jobsite .topbox p {
		font-size: 1.6rem;
		margin: 0 0 90px;
	}

	#jobsite .blue {
		background: #D6E9EF;
		padding: 40px 0 80px;
	}

	#jobsite .blue .company {
		margin-bottom: 50px;
	}

	#jobsite .blue .company dl {
		font-size: 1.4rem;
	}

	#jobsite .blue .company dl:first-child, #jobsite .blue .company dl:nth-child(3) {
		width: 30%;
		margin: 0 2% 20px 0;
	}

	#jobsite .blue .company dl:nth-child(2n) {
		width: 68%;
		margin: 0 0 20px;
	}

	#jobsite .blue .out + .btn, #jobsite .blue .in + .btn {
		margin-bottom: 140px;
	}

	#jobsite .blue .in + .btn {
		display: block;
	}

	#jobsite .blue .btn {
		font-size: 16px;
		font-weight: 700;
	}

	#jobsite .google-btn a, .google-btn a {
		display: block;
		color: #fff;
		text-align: center;
		background: #333F48;
		font-size: 1.9rem;
		padding: 20px;
		font-weight: 500;
	}

	#jobsite .google-btn a:hover, .google-btn a:hover {
		background: #fff;
		color: #333F48;
	}
	#jobsite .blue ul.triple_box li,#jobsite .blue ul.double_box li {
	width:100%;
	margin:0 0 20px;
	}
}

@media screen and (max-width:560px){
	#jobsite .topbox ul.h2 li:first-child img {
		width:150px;
	}
	#jobsite .topbox ul.h2 li:nth-child(2) img {
		width:150px;
	}
	#jobsite .topbox ul.h2 li{
		padding-right: 20px;
	}
}

@media screen and (max-width:468px){
#jobsite .blue ul.triple_box,#jobsite .blue ul.double_box {
	display:block;
}

#jobsite .blue ul.double_box li {
	margin:0 0 40px;
}

#jobsite .blue {
	padding: 40px 0 0px;
}

#jobsite ul.h2 li {
    padding: 0 20px 0 0;
}
}
@media screen and (max-width:400px){
#jobsite .blue .company dl {
	font-size:1.2rem;
}
}
.sp{
	display: none;
}
@media screen and (max-width:768px){
	.sp{
		display: block;
	}
}
/*.pc{
	display: block;
}*/
@media screen and (max-width:768px){
	.pc{
		display: none!important;
	}
}

.sp-375{
	display: none;
}
.pc-375{
	display: block;
}
@media(max-width: 374px) {
	.sp-375{
		display: block;
	}
	.pc-375{
		display: none;
	}

	img.img-map{
		-webkit-transform: translateY(-22px);
		    -ms-transform: translateY(-22px);
		        transform: translateY(-22px);
		width: 22px;
		margin-left: 12px;
	}
	img.img-car{
		width: 38px;
	}
	img.img-map-takamatu{
		-webkit-transform: translateY(-2px);
		    -ms-transform: translateY(-2px);
		        transform: translateY(-2px);
		width: 22px;
		margin-left: 12px;
	}
	div.icon{
		left: 20px;
	}
	.address-text{
		left: 65px;
		width: 250px;
		padding-right: 8px;
	}
	#jobsite .blue {
		padding: 0;
	}
}



@media screen and (max-width:480px){
	#simulation .jobsite-map{
		width: 300px !important;
		height: 300px !important;
		margin: 0 auto;
		position: relative;
	}
	#simulation .jobsite-map img{
		position: absolute;
		top: 0;
		left: 0;
		width: 300px !important;
		height: 220px !important;
		margin: 0;
		padding: 0;
	}
	#simulation .jobsite-map .link-job{
		position: absolute;
		bottom: 60px;
		left: 0;
		right: 0;
	}
	#simulation .jobsite-map .link-seminar{
		position: absolute;
		bottom: 20px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	#simulation .jobsite-map figure{
		width: 300px !important;
	}
}
@media screen and (max-width:340px){
	#simulation .jobsite-map{
		-webkit-transform: translateX(-20px);
		    -ms-transform: translateX(-20px);
		        transform: translateX(-20px);
	}
}


.bg-gray{
	background: #333f48;
	height:84px;
	width:100%;
}
.none-border{
	border:0px !important;
}
.sp-375{
	display: none;
}
.pc-375{
	display: block;
}
@media(max-width: 375px) {
	.sp-375{
		display: block;
	}
	.pc-375{
		display: none;
	}
}
@media screen and (max-width:768px){

	.bg-green{
		height:30px;
	}
	.none-sp{
		display: none;
	}
	.pd-sp{
		padding: 10px 40px;
	}
}


/*
------------------------------------------------------------------------------------------------------------------------
CAMPAIGN
------------------------------------------------------------------------------------------------------------------------
*/
#toppage .bg_campaign .ttl {
	position: absolute;
    top: 41%;
    left: calc(50% - 562px);
}
#toppage .bg_campaign .naviCam {
	width: 600px;
    position: absolute;
	/*-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);*/
    top: 28%;
    left: calc(50% - 26px);
}
#toppage .bg_campaign .naviCam ul {
	display: -webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:start;
	justify-content:start;
}
#toppage .bg_campaign .naviCam ul li {
	width: 239px;
	margin-right: 58px;
	margin-bottom: 6px;
	transform: rotate(45deg);
}
#toppage .bg_campaign .naviCam ul li:nth-child(even) {
	margin-right:0;
	margin-bottom: 0;
}
#toppage .bg_campaign .naviCam ul li a {
	    display: block;
}
#toppage .bg_campaign .naviCam ul li a:hover {
	cursor: pointer;
}
@media screen and (min-width:769px){
	#toppage #campaign .bg_campaign .ttl .sp {
	display: none;
	}
}
@media screen and (max-width:768px){
	#toppage .bg_campaign .ttl {
		position: unset;
		top: unset;
		left: unset;
		padding-top: 6%;
	}
	#toppage #campaign .ttl img {
	padding-top: 10%;
	}
	#toppage #campaign .bg_campaign .ttl .pc {
	display: none;
	}
	#toppage .bg_campaign .naviCam {
		width: 64%;
        top: 44%;
		/*top: 34%;*/
		left: calc(50% - 32%);
	}
	#toppage .bg_campaign .naviCam ul li {
		width: 48.5%;
        margin: 0 auto;
		/*margin-right: 1.5%;
		margin-bottom: 1.5%;*/
	}
}

/*
------------------------------------------------------------------------------------------------------------------------
About BOMAG
------------------------------------------------------------------------------------------------------------------------
*/
#toppage .bg_about .ttl {
	position: absolute;
    bottom: 17.5%;
    left: calc(50% - 560px);
}
#toppage .bg_about .txt {
	width: 615px;
	position: absolute;
	font-size: 16px;
	font-weight: normal;
    bottom: 15%;
    left: calc(50% + -55px);
}
@media screen and (min-width:769px){
	#toppage #about .bg_about .ttl .sp {
	display: none;
	}
	#toppage #about .bg_about .txt .sp {
	display: none;
	}
}
@media screen and (max-width:768px){
	#toppage .bg_about .ttl {
		position: unset;
		top: unset;
		left: unset;
		padding-top: 49%;
		margin-bottom: 15px;
	}
	#toppage #about .txt {
		position: unset;
		top: unset;
		left: unset;
		width: auto;
		padding: 0% 3% 0;
		font-size: 14px;
		line-height: 1.5;
	}
        #toppage .bg_about .ttl,
        #toppage #about .txt{position:static;}

	#toppage #about .ttl img {
	padding-top: 10%;
	}
	#toppage #about .bg_about .ttl .pc {
	display: none;
	}
	#toppage #about .bg_about .txt .pc {
	display: none;
	}
}
/*
------------------------------------------------------------------------------------------------------------------------
MACHINES
------------------------------------------------------------------------------------------------------------------------
*/
#toppage .bg_machines .machinesPdf {
    /*background-position: center;
    background-size: contain;
    height: 280px;*/
    width: 100%;
    position: relative;
}
#toppage .bg_machines .machinesPdf .machines_name {
    top: 30%;
    left: calc(0% - -10%);
    position: absolute;
}
#toppage .bg_machines .machinesPdf .machines_link {
    position: absolute;
    top: 32%;
    right: calc(0% - -10%);
}
#toppage .bg_machines .machinesPdf .btn_last{
    top: 14%;
}
#toppage .bg_machines .machinesPdf dt {
	margin-bottom: 13px;
    font-size: 28px;
}
#toppage .bg_machines .machinesPdf dd {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 12px;
}
#toppage .bg_machines .machinesPdf dd.sub {
	font-size: 12px;
	font-weight: 600;
	line-height: 1.4;
	height: 49px;
}
#toppage .bg_machines .machinesPdf dd.dpdf a {
	display: block;
/*    width: 160px;*/
    margin: 0 auto;
}
#toppage .bg_machines .economizer {
	margin-top: 30px;
}
@media screen and (min-width:769px){
	#toppage #machines .bg_machines .ttl .sp {
	display: none;
	}
	#toppage #machines .bg_machines .txt .sp {
	display: none;
	}
}
@media screen and (max-width:768px){
	#toppage #machines .five_box {
		justify-content: space-between;
	}
	#toppage #machines .five_box li p {
		width: 100%;
	}

	#toppage #machines .bg_machines .ttl .pc {
	display: none;
	}
	#toppage #machines .bg_machines .txt .pc {
	display: none;
	}
	#toppage .bg_machines {
	padding: 16% 0 6%;
	}
	#toppage .bg_machines .economizer {
		padding: 0 5%;
	}
	#toppage .bg_machines .machinesPdf dd {
		font-size: 15px;
		margin-bottom: 2px;
	}
	#toppage .bg_machines .machinesPdf dd.sub {
		margin-bottom: 0;
	}
	#toppage #machines .bg_machines .wrap {
		padding: 0;
		max-width: 100%;
	}
	/*#toppage #machines .bg_machines .machines_box {
		padding: 0 2%;
	}*/
	#toppage #machines .bg_machines ul li {
		width: 100%;
	/*	margin: 0 2% 7%;*/
	}
	#toppage .bg_machines .machinesPdf dd.dpdf a {
		width: 100%;
	}
	#toppage .bg_machines .machinesPdf .machines_name {
		top: 20%;
		left: calc(0% - -4%);
	}
	#toppage .bg_machines .machinesPdf .machines_link {
		top: 100%;
		right: 0;
		margin: 4% 0 8%;
		clear: both;
		width: 100%;
		padding: 0 3%;
		position: static;
	}
	#toppage .bg_machines .machinesPdf .dpdf {
		float: left;
		width: 50%;
		padding: 0 1%;
	}
	#toppage .bg_machines .machinesPdf .spLink {
		width: 100%;
		margin-top: 4%;
	}
	#toppage .bg_machines .machinesPdf dt {
		font-size: 5.5vw;
	}
}
/*
------------------------------------------------------------------------------------------------------------------------
NETIS
------------------------------------------------------------------------------------------------------------------------
*/
#toppage .bg_netis .ttl {
	position: absolute;
    top: 19%;
    left: calc(50% - 559px);
}
#toppage .bg_netis .txt {
	position: absolute;
    top: 39%;
    left: calc(50% - 561px);
	line-height: 1.5;
}
#toppage .bg_netis .txt .ttl {
	position: unset;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 18px;
}
#toppage .bg_netis .attentionText {
  display: inline-block;
      font-size: 14px;
      margin-top: 5px;
      font-weight: bold;
      color: #ff0000;
      background-color: #fff;
      padding: 5px;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    #toppage .bg_netis .txt .ttl {position:static;}
}
#toppage .bg_netis .btn {
	position: absolute;
    top: 72%;
    left: calc(50% - 569px);
}
@media screen and (min-width:769px){
	#toppage #netis .bg_netis .ttl .sp {
	display: none;
	}
	#toppage #netis .bg_netis .txt .sp {
	display: none;
	}
	#toppage #netis .bg_netis .btn .sp {
	display: none;
	}
}
@media screen and (max-width:768px){
	#toppage #netis .bg_netis h2.ttl {
		position: unset;
		top: unset;
		left: unset;
		padding-top: 10%;
	}
	#toppage #netis .txt {
	position: unset;
    top: unset;
    left: unset;
    padding-top: 54%;
	}
  #toppage .bg_netis .attentionText {
    font-size: 11px;
  }
    #toppage #netis .bg_netis h2.ttl,#toppage #netis .txt {
        position: static;
    }
	#toppage #netis .ttl img.sp {
	padding-top: 5%;
	}
	#toppage #netis .bg_netis .ttl .pc {
	display: none;
	}
	#toppage #netis .bg_netis .txt .pc {
	display: none;
	}
	#toppage #netis .bg_netis .btn .pc {
	display: none;
	}
	#toppage #netis .bg_netis .btn {
	    width: 100%;
		top: 85%;
		left: 0;
		padding: 0 20%;
	}
	#toppage .bg_netis .txt .ttl {
		width: auto;
		text-align: center;
		font-size: 20px;
		margin-bottom: 7px;
	}
	#toppage .bg_netis .txt p {
		font-size: 13px;
		text-align: center;
		line-height: 1.6;
	}
	#toppage #netis .bg_netis .btn a {
		width: 90%;
		display: block;
		margin: 0 auto;
	}
}
@media screen and (max-width:768px){
	#toppage #netis .bg_netis .btn {
		top: 89%;
	}
}
/*
------------------------------------------------------------------------------------------------------------------------
SOLUTION
------------------------------------------------------------------------------------------------------------------------
*/
#toppage .bg_solution .ttl {
	position: absolute;
    top: 15%;
    left: calc(50% - 561px);
    z-index: 1;
}
#toppage .bg_solution .solution01 .txt {
	position: absolute;
	top: 65.5%;
    left: calc(50% - 286px);
}
#toppage .bg_solution .solution01 .txt .ttl {
	position: unset;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 12px;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
#toppage .bg_solution .solution01 .txt .ttl {position:static;}
}


#toppage .bg_solution .solution01 .btn {
	position: absolute;
    bottom: 15.5%;
    left: calc(50% - 295px);
}
#toppage .bg_solution .solution02 .txt {
	position: absolute;
    top: 65.5%;
	left: calc(50% - 286px);
}
#toppage .bg_solution .solution02 .txt .ttl {
	position: static;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 12px;
}
#toppage .bg_solution .solution02 .btn {
	position: absolute;
    bottom: 15.5%;
    left: calc(50% - 295px);
}
@media screen and (min-width:769px){
	#toppage #solution #bg_solution .ttl .sp {
	display: none;
	}
	#toppage #solution .bg_solution .btn .sp {
	display: none;
	}
}
@media screen and (max-width:768px){
	#toppage .solution01 {
		overflow: hidden;
		width: 100%;
	}
	#toppage .solution02 {
		overflow: hidden;
		width: 100%;
	}
	#toppage .bg_solution .ttl {
		position: absolute;
		top: unset;
		left: unset;
		padding-top: 6%;
		width: 100%;
	}
	#toppage .bg_solution .txt {
		position: unset;
    	top: unset;
    	left: unset;
    	padding-top: 90%;
	}
	#toppage #solution .ttl img {
	padding-top: 10%;
	}
	#toppage #solution .bg_solution .ttl .pc {
	display: none;
	}
	#toppage .bg_solution .solution01 .txt {
		position: absolute;
		top: 60%;
		left: 0;
		width: 100%;
		padding-top: 0;
	}
	#toppage.compacta .bg_solution .solution01 .txt {
		top: 74%;
	}
	#toppage.compacta .bg_solution .solution01 .txt .ttl {
		font-size: 18px;
	}
	#toppage .bg_solution .solution02 .txt {
		position: absolute;
		top: 60%;
		left: 0;
		width: 100%;
		padding-top: 0;
	}
	#toppage.compacta .bg_solution .solution02 .txt {
		top: 72%;
	}
	#toppage.compacta .bg_solution .solution02 .txt .ttl {
		font-size: 18px;
	}
	#toppage .bg_solution .solution02 .txt p {
		font-size: 13px;
		text-align: center;
		line-height: 1.6;
		font-size: 2.5vw;
	}
	#toppage .bg_solution .solution02 .txt .ttl {
		width: auto;
		text-align: center;
		font-size: 20px;
		margin-bottom: 7px;
	}

	#toppage #solution .bg_solution .btn .pc {
	display: none;
	}
	#toppage #solution .bg_solution .btn {
		width: 100%;
		top: 81%;
	}
	#toppage .bg_solution .solution01 .btn {
		width: 100%;
		bottom: 6%;
		left: 0;
		padding: 0 20%;
	}
	#toppage .bg_solution .solution01 .btn a {
		display: block;
	}
	#toppage .bg_solution .solution02 .btn {
		width: 100%;
		bottom: 8%;
		left: 0;
		padding: 0 20%;
	}
	#toppage .bg_solution .solution01 .txt .ttl {
		width: auto;
		text-align: center;
		font-size: 20px;
		margin-bottom: 7px;
	}
	#toppage .bg_solution .solution01 .txt p {
		font-size: 13px;
		text-align: center;
		line-height: 1.6;
		font-size: 2.5vw;
	}
	#toppage #solution .bg_solution .btn a {
		width: 90%;
		display: block;
		margin: 0 auto;
	}
}
@media screen and (max-width:768px){
	#toppage .bg_solution .solution01 .txt .ttl,#toppage .bg_solution .solution02 .txt .ttl {
		font-size: 3.5vw;
	}
}
/*
------------------------------------------------------------------------------------------------------------------------
CATALOG
------------------------------------------------------------------------------------------------------------------------
*/
#toppage .bg_catalog .ttl {
	margin-bottom: 24px;
}
#toppage .bg_catalog .pamphletBox {
	width: 100%;
	margin: 0 auto;
}
#toppage .bg_catalog .pamphletBox li {
	margin: 0;
	width: 200px;
	text-align: center;
}
#toppage .bg_catalog .pamphletBox li dl {
	margin-bottom: 21px;
}
#toppage .bg_catalog .pamphletBox li dl dt {
	margin-bottom: 15px;
}
#toppage .bg_catalog .pamphletBox li dl dd {
	font-size: 16px;
	font-weight: 600;
	height: 63px;
}
@media screen and (min-width:769px){
#toppage .bg_catalog .pamphletBox li {
	margin: 20px 10px 10px;
}
	#toppage #catalog .bg_catalog .ttl .sp {
	display: none;
	}
	#toppage #catalog .bg_catalog .txt .sp {
	display: none;
	}
}
@media screen and (max-width:768px){
	#toppage .bg_catalog {
		padding: 6% 0;
	}
	#toppage #catalog .five_box {
		justify-content: space-between;
	}
	#toppage #catalog .five_box.center {
		justify-content: center;
	}
	#toppage #catalog .five_box li p {
		width: 100%;
	}
	#toppage #catalog .bg_catalog .ttl .pc {
	display: none;
	}
	#toppage #catalog .bg_catalog .txt .pc {
	display: none;
	}
	#toppage .bg_catalog .ttl {
		padding-top: 10%;
		margin-bottom: 4%;
	}
	#toppage #catalog .bg_catalog .wrap {
		padding: 0 0;
		max-width: 100%;
	}
	#toppage #catalog .bg_catalog .five_box {
		margin: 0 3%;
	}
	#toppage #catalog .bg_catalog ul li {
		width: 50%;
		margin: 0 0 11%;
	}
    #toppage .bg_catalog .pamphletBox {
        width: 94%;
    }
	#toppage .bg_catalog .pamphletBox li a {
		display: block;
		margin: 0 3%;
	}
	#toppage .bg_catalog .pamphletBox li dl {
		margin-bottom: 0;
	}
	#toppage .bg_catalog .pamphletBox li dl dt {
		width: 66%;
		margin: 0 auto 6%;
	}
	#toppage .bg_catalog .pamphletBox li dl dd {
		line-height: 1.3;
	}
}
/*
------------------------------------------------------------------------------------------------------------------------
etc
------------------------------------------------------------------------------------------------------------------------
*/

#toppage #relatedLinksBox #relatedLinksinnerBox ul li a:hover {
	opacity:0.8;
}

@media screen and (min-width:769px){
	#toppage #relatedLinksBox #relatedLinksinnerBox .support_sp {
	display: none;
	}
#toppage #relatedLinksBox #relatedLinksinnerBox .inquiry_sp {
	display: none;
	}
}

@media screen and (max-width:768px){
	#toppage #relatedLinksBox {
		width: 100%;
		padding: 8% 0 11%;
	}
	#toppage #relatedLinksBox .support_pc {
		display: none;
	}
	#toppage #relatedLinksBox .inquiry_pc {
		display: none;
	}

	#toppage #relatedLinksBox #relatedLinksinnerBox ul {
		width: 100%;
	}
	#toppage #relatedLinksBox #relatedLinksinnerBox ul li:first-child {
		width: 49%;
		float: left;
	}
	#toppage #relatedLinksBox #relatedLinksinnerBox ul li:last-child {
		width: 49%;
		float: right;
	}
	#toppage #relatedLinksBox #relatedLinksinnerBox ul li {
		margin: 0 0.5%;
	}
	#toppage #relatedLinksBox #relatedLinksinnerBox ul {
		padding: 0 1%;
	}
	#toppage #relatedLinksBox .wrap {
		max-width: 100%;
		padding: 0 0;
	}
}

/*
------------------------------------------------------------------------------------------------------------------------
compacta
------------------------------------------------------------------------------------------------------------------------
*/
/*グロナビ*/
.compacta header nav ul li a {
	width: 184px;
}
.compacta header nav ul li a.nav-link-merit{
	width: 240px;
}

/*TOP*/
.compacta #top .bg_about {
	background: url(../images/bk_compactors_pc.jpg?220727) no-repeat;
	background-size: cover;
	background-position: top 80% center;
	width: auto;
	height: 788px;
}
.compacta #top .bg_about .ttl {
	top: 32%;
	right: calc(50% - 544px);
	left: inherit;
}
.compacta #top .bg_about .txt {
    width: 1200px;
    bottom: 4.5%;
    left: calc(50% - 544px);
    right: inherit;
    text-align: left;
    line-height: 1.9;
    font-size: 24px;
    font-weight: bold;
}
.compacta #top .bg_about .txt .contactBtn{
    display: block;
    width: 500px;
    margin: 0 auto;
    text-align: center;
    background-color: #ffdc43;
    color: #333f48;
    padding: 5px 15px;
    margin-top: 30px;
}
.compacta #top .bg_about .txt .contactBtn:hover{
	text-decoration: none;
	background-color: #fff;
}
#toppage.compacta .solution01 {
	background:url(../images/bk_solution01_pc_c.jpg) no-repeat;
	background-size:cover;
	background-position:center;
	width: 50%;
}
#toppage.compacta .solution02 {
	background:url(../images/bk_solution02_pc_c.jpg) no-repeat;
	background-size:cover;
	background-position:center;
}

@media screen and (max-width: 768px) {
	#toppage.compacta .solution01 {
		background:url(../images/bk_solution01_sp_c.jpg) no-repeat;
		background-size: 100%;
		padding-bottom: 112%;
		width: 100%;
	}
	#toppage.compacta .solution02 {
		background:url(../images/bk_solution02_sp_c.jpg) no-repeat;
		background-size: 100%;
		padding-bottom: 112%;
		width: 100%;
	}
	.compacta #top .bg_about {
		background: url(../images/bk_compactors_sp.jpg?bk220727) no-repeat;
		height: auto;
		padding-bottom: 122%;
		background-size: 100%;
	}
	.compacta #top .bg_about .ttl {
		top: 36%;
		right: unset;
		padding: 0 3%;
		position: absolute;
		bottom: unset;
	}
	.compacta #top .bg_about .txt {
 		bottom: 8%;
		width: 100%;
		padding: 0 3%;
		line-height: 1.5;
		left: unset;
		text-align: left;
		font-size: 2.5vw;
	}
	.compacta #top .bg_about .txt .contactBtn{
		width: 90%;
		font-size: 16px;
    	padding: 10px;
		margin-top: 20px;
	}
	.compacta #top .bg_about .txt br {
		display: none;
	}
}
@media screen and (max-width: 556px) {
	.compacta #top .bg_about {
		padding-bottom: 132%;
	}
	.compacta #top .bg_about .txt {
		font-size: 4vw;
	}
	.compacta #top .bg_about .ttl {
		top: 30%;
	}
}
/*レフューズコンパクタの強み*/
.compacta #advantage .bg_advantage {
    background: #333f48;
    width: auto;
    padding: 11% 0 5.5%;
}

.compacta #advantage .bg_advantage .ttl {
	margin-bottom: 50px;
}

.compacta #advantage .bg_advantage .advantageWrap {
	width: 1200px;
	margin: 0 auto;
}

.compacta #advantage .bg_advantage .advantageWrap h3 {
	text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
}

.compacta #advantage .bg_advantage .advantageWrap .advantageRow{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.compacta #advantage .bg_advantage .advantageWrap .advantageRow .advantageColumnImage{
	width: 30%;
}
.compacta #advantage .bg_advantage .advantageWrap .advantageRow .advantageColumnText{
	width: 70%;
	padding-left: 30px;
}
.compacta #advantage .bg_advantage .advantageWrap .advantageRow .advantageColumnText p{
	font-size: 22px;
}

.compacta #advantage .bg_advantage .advantageBox {
	background-color: #eeefef;
	color: #221815;
	padding: 35px;
}

.compacta #advantage .bg_advantage .advantageBox .advantageBoxRow{
	display: flex;
	flex-wrap: wrap;
	column-gap: 30px;
}

.compacta #advantage .bg_advantage .advantageBox .advantageBoxRow .advantageBoxColumn{
	width: calc(50% - 15px);
}

.compacta #advantage .bg_advantage .advantageBox .advantageBoxRow .advantageBoxColumn h4{
	background-color: #00a7ac;
    color: #fff;
    font-weight: bold;
    text-align: left;
    font-size: 22px;
    padding: 8px 15px 5px;
    margin-bottom: 25px;
}

.compacta #advantage .bg_advantage .advantageBox .advantageBoxRow .advantageBoxColumn p{
	margin-bottom: 20px;
}

.compacta #advantage .bg_advantage .advantageBox .advantageBoxInnerRow{
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
}
.compacta #advantage .bg_advantage .advantageBox .advantageBoxInnerRow .advantageBoxInnerColumnText{
	width: calc(50% - 10px);
}
.compacta #advantage .bg_advantage .advantageBox .advantageBoxInnerRow .advantageBoxInnerColumnImage{
	width: calc(50% - 10px);
}

@media screen and (max-width: 768px) {
	.compacta #advantage .bg_advantage .ttl{
		margin-bottom: 30px;
	}
	.compacta #advantage .bg_advantage .advantageWrap {
		width: 100%;
	}
	.compacta #advantage .bg_advantage .advantageWrap h3{
		font-size: 22px;
		line-height: 1.5;
	}
	.compacta #advantage .bg_advantage{
		padding: 11% 3% 11%;
	}
	.compacta #advantage .bg_advantage .advantageWrap .advantageRow .advantageColumnImage{
		width: 100%;
		margin-bottom: 20px;
	}
	.compacta #advantage .bg_advantage .advantageWrap .advantageRow .advantageColumnText{
		width: 100%;
		padding-left: 0;
	}
	.compacta #advantage .bg_advantage .advantageWrap .advantageRow .advantageColumnText p{
		font-size: 1.6rem;
	}
	.compacta #advantage .bg_advantage .advantageBox{
		padding: 20px;
	}
	.compacta #advantage .bg_advantage .advantageBox .advantageBoxRow .advantageBoxColumn{
		width: 100%;
	}
	.compacta #advantage .bg_advantage .advantageBox .advantageBoxInnerRow .advantageBoxInnerColumnImage{
		width: 100%;
		margin-bottom: 20px;
	}
	.compacta #advantage .bg_advantage .advantageBox .advantageBoxInnerRow .advantageBoxInnerColumnText{
		width: 100%;
		margin-bottom: 20px;
	}
	.compacta #advantage .bg_advantage .advantageBox h3{
		margin-bottom: 20px;
	}
	.compacta #advantage .bg_advantage .advantageBox .advantageBoxRow .advantageBoxColumn h4{
		font-size: 18px;
		margin-bottom: 20px;
	}
}

/*廃棄物の減容・高密度化によるメリット*/
.compacta #merit .bg_merit {
    background: #333f48;
    width: auto;
    padding: 5.5% 0 11%;
}

.compacta #merit .bg_merit .ttl {
	margin-bottom: 50px;
}

.compacta #merit .bg_merit .meritWrap {
	width: 1200px;
	margin: 0 auto;
}

.compacta #merit .bg_merit .meritWrap h3 {
	text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 55px;
	line-height: 1.5;
}

.compacta #merit .bg_merit .meritWrap .meritRow{
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
	justify-content: space-between;
}

.compacta #merit .bg_merit .meritWrap .meritRow .meritColumn{
	width: calc(50% - 30px);
}

.compacta #merit .bg_merit .meritWrap .meritRow .meritColumn h4{
	background: #ffdc43;
    color: #333f48;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    padding: 12px 15px 10px;
    margin-bottom: 15px;
}

.compacta #merit .bg_merit .meritWrap .meritRow .meritColumn p{
	font-size: 18px;
}

@media screen and (max-width: 768px) {
	.compacta #merit .bg_merit {
		padding: 11% 3%;
	}
	.compacta #merit .bg_merit .ttl{
		margin-bottom: 30px;
	}
	.compacta #merit .bg_merit .meritWrap {
		width: 100%;
	}
	.compacta #merit .bg_merit .meritWrap h3{
		font-size: 22px;
		margin-bottom: 30px;
	}
	.compacta #merit .bg_merit .meritWrap .meritRow{
		gap: 30px;
	}
	.compacta #merit .bg_merit .meritWrap .meritRow .meritColumn{
		width: 100%;
	}
	.compacta #merit .bg_merit .meritWrap .meritRow .meritColumn h4{
		font-size: 18px;
	}
	.compacta #merit .bg_merit .meritWrap .meritRow .meritColumn p{
		font-size: 1.6rem;
	}
}


/*導入事例*/
.compacta #case .bg_case {
    background: #333f48;
    width: auto;
    padding: 11% 0 0;
}

.compacta #case .bg_case .ttl {
	margin-bottom: 50px;
}

.compacta #case .bg_case .caseRow{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	background-color: #eeefef;
	color: #221815;
}

.compacta #case .bg_case .caseRow .caseColumnText{
	width: 50%;
	padding: 40px;
}

.compacta #case .bg_case .caseRow .caseColumnText h3{
	font-weight: bold;
    font-size: 26px;
	margin-bottom: 15px;
	line-height: 1.5;
}

.compacta #case .bg_case .caseRow .caseColumnText h3 .subTitle{
	display: block;
	color: #00a7ac;
	font-size: 18px;
	margin-bottom: 10px;
}

.compacta #case .bg_case .caseRow .caseColumnText .caseBtnWrap{
	text-align: right;
}

.compacta #case .bg_case .caseRow .caseColumnText .caseBtn{
    background-color: #ffdc43;
    color: #333f48;
    font-weight: bold;
    font-size: 18px;
    padding: 10px 50px;
    display: inline-block;
    margin-top: 30px;
}

.compacta #case .bg_case .caseRow .caseColumnText .caseBtn:hover{
	text-decoration: none;
	background-color: #fff;
}

.compacta #case .bg_case .caseRow .caseColumnMovie{
	width: 50%;
}

.compacta #case .bg_case .caseRow .caseColumnMovie .caseColumnMovieYoutube{
	position: relative;
    width: 100%;
    padding-top: 74.25%;
}

.compacta #case .bg_case .caseRow .caseColumnMovie .caseColumnMovieYoutube iframe{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;	
}

@media screen and (max-width: 768px) {
	.compacta #case .bg_case{
		padding: 11% 3%;
	}
	.compacta #case .bg_case .caseRow{
		width: 100%;
		padding: 20px;
	}
	.compacta #case .bg_case .ttl{
		margin-bottom: 30px;
	}
	.compacta #case .bg_case .caseRow .caseColumnText{
		width: 100%;
		padding: 0;
	}
	.compacta #case .bg_case .caseRow .caseColumnMovie{
		width: 100%;
	}
	.compacta #case .bg_case .caseRow .caseColumnText h3{
		font-size: 22px;
	}
	.compacta #case .bg_case .caseRow .caseColumnText h3 .subTitle{
		font-size: 18px;
	}
	.compacta #case .bg_case .caseRow .caseColumnText .caseBtnWrap{
		text-align: center;
		padding-bottom: 30px;
	}
	.compacta #case .bg_case .caseRow .caseColumnText .caseBtn{
		width: 90%;
		margin-top: 20px;
		font-size: 16px;
	}
}

/*レフューズコンパクタお問い合わせ、お見積り依頼*/
.compacta #contact .bg_contact {
	background: url(../images/bk_characteristic_pc.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 11% 0;
}

.compacta #contact .bg_contact .ttl {
	margin-bottom: 90px;
}

.compacta #contact .bg_contact .contactRow{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	column-gap: 60px;
}

.compacta #contact .bg_contact .contactRow .contactColumnImage{
	width: calc(50% - 30px);
	text-align: center;
}

.compacta #contact .bg_contact .contactRow .contactColumnText{
	width: calc(50% - 30px);
}

.compacta #contact .bg_contact .contactRow .contactColumnText h3{
	font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
	line-height: 1.5;
}

.compacta #contact .bg_contact .contactRow .contactColumnText .contactBtn{
    background-color: #ffdc43;
    color: #333f48;
    font-weight: bold;
    font-size: 18px;
    padding: 10px 50px;
    display: inline-block;
    margin-top: 30px;	
}

.compacta #contact .bg_contact .contactRow .contactColumnText .contactBtn:hover{
	text-decoration: none;
	background-color: #fff;
}

@media screen and (max-width: 768px) {
	.compacta #contact .bg_contact {
		padding: 11% 2%;
	}
	.compacta #contact .bg_contact .contactRow{
		width: 100%;
	}
	.compacta #contact .bg_contact .contactRow .contactColumnImage{
		width: 100%;
		margin-bottom: 30px;
	}
	.compacta #contact .bg_contact .contactRow .contactColumnImage img{
		width: 65%;
	}
	.compacta #contact .bg_contact .contactRow .contactColumnText{
		width: 100%;
		padding: 0 10px;
	}
	.compacta #contact .bg_contact .ttl{
		margin-bottom: 30px;
	}
	.compacta #contact .bg_contact .contactRow .contactColumnText h3{
		font-size: 22px;
		margin-bottom: 20px;
	}
	.compacta #contact .bg_contact .contactRow .contactColumnText .contactBtn{
		display: block;
		font-size: 16px;
		width: 90%;
		margin: 0 auto;
		text-align: center;
		margin-top: 20px;
	}
}

/*レフューズコンパクタの特徴*/
.compacta #feature .bg_machines {
	background: url(../images/bk_characteristic_pc.jpg) no-repeat;
	background-size: cover;
	background-position: top 80% center;
	width: auto;
	height: 850px;
}
.compacta #feature .wrap {
	position: relative;
}
.compacta #feature .charceristic {
	margin: 0 auto;
	text-align: center;
	padding: 8% 0;
}
.compacta #feature .details .left {
	position: absolute;
	width: 18%;
	top: 26%;
	left: calc(0% - -138px);
}
.compacta #feature .details .right {
	position: absolute;
	width: 18%;
	top: 26%;
	right: calc(0% - -138px);
}
.compacta #feature .details dl {
	margin-bottom: 16%;
}
.compacta #feature .details dt {
	background: #ffdc43;
	color: #333f48;
	font-size: 1.6rem;
	padding: 1.2% 0;
	text-align: center;
}
.compacta #feature .details dd {
	font-size: 1.3rem;
	margin-top: 6%;
	font-weight: 500;
}
@media screen and (max-width: 768px) {
	.compacta #feature {
		position: static;
	}
	.compacta #feature .bg_machines {
		background-position: top center;
		height: auto;
		padding-bottom: 16%;
	}
	.compacta #feature .wrap {
		max-width: 100%;
		padding: 0 3%;
	}
	.compacta #feature .wrap .ttl {
		padding: 0 3%;
	}
	.compacta #feature .charceristic {
		padding: 6% 3%;
	}
	.compacta #feature .charceristic {
		width: 80%;
	}
	.compacta #feature .details .left {
		position: static;
		width: 100%;
		top: 0;
		left: 0;
	}
	.compacta #feature .details .right {
		position: static;
		width: 100%;
		top: 0;
		left: 0;
	}
	.compacta #feature .details dl {
		margin-bottom: 30px;
	}
	.compacta #feature .details dt {
		font-size: 18px;
	}
	.compacta #feature .details dd {
		margin-top: 2%;
		font-size: 1.6rem;
	}
    .compacta #feature .bg_machines {
      background: #333f48 url(../images/bk_characteristic_sp.jpg) no-repeat;
        background-size: contain;
        background-position: center top 10vw;
    }
}
/*Job Site Report*/
#report .solution01,#report .solution02 {
	position: relative;
}
@media screen and (max-width: 768px) {
    #report .bg_solution .solution01 .txt {
        padding: 0 3%;
    }
    #report .bg_solution .solution02 .txt {
        padding: 0 3%;
    }
}
/*youtube埋め込みエリア*/

.compacta .movie {
	background: #00adb0;
}
.compacta .movie p {
	width: 90%;
	border-right: 1px solid rgba(255,255,255,1);
}
.compacta .movie p:first-child {
	border-left: 1px solid rgba(255,255,255,1);
}
@media screen and (max-width: 768px) {
	.compacta .movie p {
		border: none;
        text-align: left;
	}
	.compacta .movie p:first-child {
		border: none;
	}
    .compacta .movie .sp-youtube-btn {
		text-align: left;
		font-size: 3vw;
		line-height: 1.3;
		color: #FFFFFF;
        padding: 3% 0;
        width: 66%;
        margin: 0 auto;
    }
    .compacta .movie .sp-youtube-btn a {
		display: block;
		position: relative;
		font-size: 3.4vw;
	}
    .compacta .movie .sp-youtube-btn a::after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 20%;
		right: 0;
		background-repeat: no-repeat;
		background-position: right center;
		background-image: url(../images/icon_movie.png);
        background-size: contain;
		width: 20%;
	}
}
@media only screen and (min-width: 860px) {
	.compacta .movie p img {
		width: 362px;
	}
}

/*ヘッダーにお問い合わせボタン追加*/
header .top.wrap{
	position: relative;
}
header .top.wrap #ctaBtn{
	position: absolute;
	right: 0;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
header .top.wrap #ctaBtn a{
	background-color: #008f94;
    background-image: url(../images/ico_header_contact.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 20px center;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 20px 20px 20px 55px;
}
header .top.wrap #ctaBtn a:hover{
	opacity: 0.5;
}
header nav ul li a.nav-link-cta{
	width: 210px;
}
@media screen and (max-width: 768px){
	header .top.wrap #ctaBtn{
		display: none;
	}
}