@charset "utf-8";
/* PC.SP共通 */
/* @group Header */
#header {
	position:relative;
	max-width: 1400px;
	margin: 0 auto;
	background : #FFD100;
}
#logo {
	overflow:visible;
	padding-bottom : 0;
}
#logo h1 {
	width: 100%;
	float: left;
}
#logo img {
	width: 150px;
	padding : 20px 10px 0 10px;
}
/* @end */
#mv_area {
	background-image: url("../../assets/images/mv.jpg");
	background-size: cover;
	width: 100%;
	text-align: center
}
#mv_area .contents_inner {
	width: 100%;
	height: 70%;
	margin : 0 auto;
	position: relative;
	flex-wrap: nowrap;
	background-size:cover;
}
#banner_area{
	margin-top: 20px;
	width: 100%;
	padding: 20px 0 50px 0;
}
#banner_area .contents_inner{
	text-align: center;
	padding: 2%; 
}
#banner_area .contents_inner img{
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .5);
	border-radius: 0.5rem;
}
#banner_area .contents_inner p{
    font-size: 18px;
	padding: 0 0 20px 0;
}
#banner_area .contents_inner a:hover{
    opacity: 0.5;
}
#banner_area .contents_inner .pc{
	width: 50%;
	margin: 10px auto;
}
#banner_area .contents_inner .sp{
	width: 90%;
}

#text_area{
	background: -moz-linear-gradient(top left, #F8F8F8,#E3DCDC);
	background:	-webkit-linear-gradient(top left, #F8F8F8,#E3DCDC);
	background: linear-gradient(to bottom right, #F8F8F8,#E3DCDC);
	padding: 50px 0;
}
#text_area .contents_inner{
	padding: 1%;
	box-sizing: border-box;
    background: #ffffff;
	width: 93%;
}
#text_area .contents_inner .text_block{
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
	color: #000000;
	margin: 25px 0;
	padding: 18px;
}
#map_area{
	width: 100%;
	background: #FFF;
	padding: 80px 0;
}
#map_area .contents_inner .text_block{
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	line-height: 2;
	color: #000000;
    width: 100%;
	margin: 0 auto 120px auto;
}
#map_area .contents_inner .text_block:first-child {
	margin-bottom: 40px;
}
.underline{
	background: linear-gradient(transparent 0, yellow 0);
}
#map_area .contents_inner .map_block{
	text-align: center;
    border-radius: 10px;
	background: -moz-linear-gradient(top left, #FFD100,#EEC612);
	background:	-webkit-linear-gradient(top left, #FFD100,#EEC612);
	background: linear-gradient(to bottom right, #FFD100,#EEC612);
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .5);
}
#map_area .contents_inner .map_block .map_text {
    font-size: 20px;
    line-height: 30px;
	letter-spacing: 0.1em;
    text-align: center;
    margin: 0 0 10px 0;
    width: 100%;
}
#map_area .contents_inner .map_block .map_image {
	text-align: center;
	margin: 30px auto;
	width: 700px;
}
.center_image {
	width: 100%;
	text-align: center;
	margin: 30px 0 40px;
}
.center_image a:hover{
	opacity: 0.5;
}
#map_area .contents_inner .zooning_image {
	width: 800px;
	margin: 0 auto;
    padding: 30px 50px;
    background-color: rgba(255,255,255,1.0);
	display:-webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	display: flex;
	-webkit-flex-wrap:nowrap;
	-ms-flex-wrap:nowrap;
	flex-wrap:nowrap;
	
	justify-content: space-between;
}
#map_area .contents_inner .zooning_image .zooning_left {
	/*width: 350px;*/
	margin-right: 10%;
}
#map_area .contents_inner .zooning_image .zooning_right {
	align-content: center;
	width: calc(100% - 226px);
	display: flex;
	flex-wrap: wrap;
}
.zooning_right h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px; 
	color: #000000;
    letter-spacing: 0.1em;
    text-align: left;
    margin: 0 0 30px 0;
    width: 100%;
    position: relative;
}

#map_area p {
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
	letter-spacing: 0.03em;
    text-align: left;
    margin: 0 0 10px 0;
    width: 100%;
}

#map_area .contents_inner .zooning_image .zooning_right p::before {
	content: "●";
	padding: 0 12px 0 0;
	font-size:20px;
	display: inline-block;
	vertical-align: text-bottom;
}

#map_area .contents_inner .zooning_image .zooning_right p.area1::before{
	color:#ffd100;
}
#map_area .contents_inner .zooning_image .zooning_right p.area2::before{
	color:#8cbe41;
}
#map_area .contents_inner .zooning_image .zooning_right p.area3::before{
	color:rgba(0,112,192,1.00)
}
#map_area .contents_inner .zooning_image .zooning_right p.area4::before{
	color:rgba(0,0,153,1.00)
}
#map_area .contents_inner .zooning_image .zooning_right p.area5::before{
	color:rgba(195,44,48,1.00)
}

	
.first-view {
  animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
 
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* 画面外にいる状態 */
.fadein {
	opacity : 0.1;
	transform : translate(0, 50px);
	transition : all 500ms;
	}

/* 画面内に入った状態 */
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}
 

/* ページトップへ戻る */
.page-top {
    position: fixed;
    bottom: 14px;
    right: 0;
    z-index: 20;
}

.page-top a {
	display: inline-block;
    background-image: url("../../assets/images/btn-page-top.png");
    background-repeat: no-repeat;
    width: 66px;
    height: 87px;
}

/* @floating-banner */
.floating-banner {
    position: fixed;/* 追従 */
    z-index: 99999;/* 他の要素の下に隠れないように */
}
.floating-banner.pc {
    width: 300px;/* バナーの横幅を指定 */
	bottom: 120px;/* バナーの上下の位置 */
    right: 10px;/* バナーの左右の位置 */
}
.floating-banner:hover {
    opacity: .9;/* ホバーで少し透過 */
}

@media (max-width: 900px) {
    .page-top a {
        display: none;
}
	.floating-banner.sp {
        display: inline-block;/* 消していたスマホ用のバナーを表示させる */
        width: 100vw;/* スマホの画面幅いっぱいにバナーを表示 */
		bottom: 0;/* バナーの上下の位置 */
        right: 0;/* バナーの左右の位置 */
}
	.floating-banner.pc {
    display: none;
}
	#text_area .contents_inner{
	width: 90%;
}
	#text_area .contents_inner .text_block{
	text-align: left;
}
	#map_area .contents_inner .map_block .map_image {
	width: 100%;
}
}

/* @link area */
#link_area{
	padding: 60px 0 180px 0;
	width: 100%;
	background: -moz-linear-gradient(top left, #F8F8F8,#E3DCDC);
	background:	-webkit-linear-gradient(top left, #F8F8F8,#E3DCDC);
	background: linear-gradient(to bottom right, #F8F8F8,#E3DCDC);
}
#link_area h3 {
	padding: 50px 0 40px 0;
	font-size:28px;
	font-weight:700;
	line-height:57px;
	text-align: center;
	letter-spacing: 0.1em;
	width: 100%;
	margin-bottom: 20px;
}
#link_area .contents_inner .link_box {
    display: flex;
	margin: 0px 100px;
}
#link_area .contents_inner .link_box .catalog_box {
	width: 35%;
    margin: 0 auto;
	background-image: url("../../assets/images/catalog.jpg") ;
	padding: 100px 40px 20px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .5);
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .5);
}
#link_area .contents_inner .link_box .catalog_box:lang(en) {
	width: 35%;
    margin: 0 auto;
	background-image: url("../../assets/images/catalog.jpg") ;
	padding: 70px 40px 20px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .5);
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .5);
}
#link_area .contents_inner .link_box .movie_box {
	width: 35%;
    margin: 0 auto;
	background-image: url("../../assets/images/product_movie.jpg") ;
	padding: 70px 40px 50px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .5);
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .5);
}
#link_area .contents_inner .link_box h4{
	font-size: 60px;
	color: #FFFFFF;
	font-family : din-2014,'メイリオ', sans-serif;
	font-style: italic;
	font-weight: 900;
	letter-spacing: 0.1em;
	line-height: 0.9;
	text-align: center;
	margin-bottom: 15px;
}
#link_area .contents_inner .link_box p{
	font-size: 25px;
	color: #FFFFFF;
	font-weight: 300;
	letter-spacing: 0.1em;
	text-align: center;
}
#link_area .contents_inner .link_box a:hover{
	opacity: 0.5;
}
/* @reception area */
#reception_area{
	width: 100%;
	padding: 110px 0 0 0;
}
#reception_area h2 {
	padding: 50px 0 40px 0;
	font-size:38px;
	font-weight:700;
	line-height:57px;
	text-align: center;
	letter-spacing: 0.05em;
	width: 100%;
	margin-bottom: 60px;
}
.title_text {
    font-size: 20px;
    text-align: center;
    margin: 0 0 10px 0;
    width: 100%;
}
#reception_area .contents_inner .reception_box {
    display: flex;
}
#reception_area .contents_inner .reception_box .box {
    font-size: 20px;
    text-align: center;
	width: 42%;
    margin: 40px auto;
	background: #F8F8F8;
	padding: 60px 40px;
}
#reception_area .contents_inner .reception_box .box h3{
    font-size: 25px;
    font-weight: 700;
    line-height: 40px;
	letter-spacing: 0.1em;
    text-align: center;
    margin: 0 0 30px 0;
    width: 100%;
}
#reception_area .contents_inner .reception_box .box .btn_reception{
    color: #fff;
    background-color: #6200EE;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .5);
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .5);
}
#reception_area .contents_inner .reception_box .box .btn_reception:hover{
    color: #fff;
    background-color: #320671;
}
#reception_area .contents_inner .reception_box .box img{
	width: 7%;
    position: absolute;
    top: calc(50% - .5em);
    right: 2rem;
}
#reception_area .btn, a.btn, button.btn {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  padding: 50px 110px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 1.2rem;
  margin-bottom: 20px;
}
#reception_area .contents_inner .reception_box .box .btn2{
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  padding: 30px 130px 30px 110px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.07em;
  border-radius: 1.2rem;
  margin-bottom: 20px;
}
#reception_area .contents_inner .reception_box .box p {
	font-size: 14px;
    line-height: 21px;
	letter-spacing: 0.1em;
    text-align: left;
    margin: 0 0 30px 55px;
}

/* @tenjinaiyou */
#product_area{
	background: -moz-linear-gradient(top left, #F8F8F8,#E3DCDC);
	background:	-webkit-linear-gradient(top left, #F8F8F8,#E3DCDC);
	background: linear-gradient(to bottom right, #F8F8F8,#E3DCDC);
	width: 100%;
	padding: 110px 0 0 0;
}
#product_area h2{
	padding: 50px 0 0 0;
	font-size:38px;
	font-weight:700;
	line-height:57px;
	text-align: center;
	letter-spacing: 0.05em;
	width: 100%;
}
.contents_inner{
	width: 96vw;
	max-width: 1400px;
	margin: 0 auto;
}
#product_area .product_link_list{
	display:-webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	display: flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin: 0 0 15px 0;
}
#product_area .product_link_list a {
    width: 40%;
	height: 13%;
    display: flex;
    margin: 0px 10px 20px 10px;
    padding: 13px 13px;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    color: rgba(255,255,255,1.0);
    letter-spacing: 0.05em;
    background-color: #7E7B83;
    border-radius: 7px;
	box-shadow: 0 7px 4px -5px rgba(0, 0, 0, .5);
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   -webkit-transition: all 0.3s;
   transition: all 0.3s;
   align-items: center;
   justify-content: center;
}
#product_area .product_link_list .b-arrow::after {
    /* 擬似要素で三角アイコンをつくる */
    content: '';
    display: inline-block;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
    width: 0;
    height: 0;
    /* 矢印アイコンの位置を設定 */
    position: relative;
    top: 10%;
    right: -7px;
    transform: translateY(-50%); /* translateYのみ */
}
#product_area .product_link_list .area1:hover {
    background-color: #33a638;
}
#product_area .product_link_list .area2:hover {
    background-color: #192a84;
}
#product_area .product_link_list .area3:hover {
    background-color: #d1b31b;
}
#product_area .product_link_list .area4:hover {
    background-color: #9b9b9b;
}
#product_area .product_link_list .area5:hover {
    background-color: #8cc453;
}
#product_area .product_link_list .area6:hover {
    background-color: #1da1d2;
}
#product_area .product_link_list .area7:hover {
    background-color: #e61e66;
}
#product_area .product_link_list .area8:hover {
    background-color: #b96ba8;
}
#product_area .product_link_list .area9:hover {
    background-color: #FC9B9D;
}
#product_area .product_link_list .area10:hover {
    background-color: #B36FF1;
}
#product_area .product_block_area{
	margin: 15px auto 15px auto;
	border-radius: 10px;
	padding: 60px 30px;
}
#product_area .product_block_area #cobot,
#product_area .product_block_area #mini,
#product_area .product_block_area #large,
#product_area .product_block_area #paint,
#product_area .product_block_area #controller,
#product_area .product_block_area #special,
#product_area .product_block_area #others,
#product_area .product_block_area #expo,
#product_area .product_block_area #seminar,
#product_area .product_block_area #new {
	display:-webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	display: flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	
	justify-content: center;
    padding: 0;
	margin: 0 auto;
	
	position: relative;
	
	max-width: 1200px;
}
#product_area .product_block_area .product_block{
	width: 30%;
	margin-bottom: 70px;
	background-color: rgba(255,255,255,1.00);
	box-shadow: 0px 0px 16px 10px rgba(0,0,0,0.05);
	
	display:-webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	display: flex;
	-webkit-flex-wrap:nowrap;
	-ms-flex-wrap:nowrap;
	flex-wrap:nowrap;
	
	flex-direction: column;
	border-radius: 10px;
}
#product_area .product_block_area .wide-block{
	width: 98%;
}

#product_area .product_block_area h3{
	font-size:30px;
	font-weight:700;
	line-height:42px; 
	letter-spacing: 0.1em;
	text-align: center;
	
	width: 100%;
	margin: 60px 0px 40px;
}
#product_area .product_block .pict_box{
	padding: 0px 0px 35px 0px;
	text-align: center;
	border-radius: 10px;
}
#product_area .product_block .pict_box img{
	width: 100%;
	height: auto;
	display: block;
	border-radius: 10px 10px 0 0;
}
#product_area .product_block .detail_box{
	padding: 0 15px;
	margin: 0 0 20px 0;
}
#product_area .product_block .detail_box h4{
	font-size:23px;
	font-weight:700;
	line-height:130%;
	text-align: left;
	letter-spacing: 0.1em;
	
	margin: 0 0 25px 0;
}
#product_area .product_block .detail_box h4:lang(en){
	font-size:23px;
	font-weight:700;
	line-height:130%;
	text-align: left;
	letter-spacing: 0;
	
	margin: 0 0 25px 0;
}
#product_area .product_block .detail_box p{
	font-size:16px;
	font-weight:400;
	line-height:170%;
	text-align: left;
}
#product_area .product_block .detail_link{
	padding: 0 15px;
	margin: auto 20px 20px 5px;
}
#product_area .product_block .detail_link a{
	width: 100%;
	text-align: left;
	display: block;
	margin: 0;
	padding: 15px 0;
	
	font-size:14px;
	font-weight:400;
	line-height:18px;
	color:#6200EE;
	letter-spacing: 0.1em;
		
	position: relative;
	z-index: 10;
	text-decoration-line:underline;
}
#product_area .product_block .detail_link a:hover{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	text-decoration:none;
}
#product_area .contents_inner .zooning_image {
	width: 1200px;
	margin: 0 auto;
    padding: 80px 50px;
	display:-webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	display: flex;
	-webkit-flex-wrap:nowrap;
	-ms-flex-wrap:nowrap;
	flex-wrap:nowrap;
	
	justify-content: space-between;
}
#product_area .contents_inner .zooning_image .zooning_left {
	width: 700px;
	margin-right: 2%;
}
#product_area .contents_inner .zooning_image .zooning_right {
	align-content: center;
	width: calc(100% - 700px);
	display: flex;
	flex-wrap: wrap;
}
#product_area .contents_inner .zooning_image .zooning_right p::before {
	content: "●";
	padding: 0 12px 0 0;
	font-size:20px;
	display: inline-block;
	vertical-align: text-bottom;
}

#product_area .contents_inner .zooning_image .zooning_right p.area1::before{
	color:#ffd100;
}
#product_area .contents_inner .zooning_image .zooning_right p.area2::before{
	color:#8cbe41;
}
#product_area .contents_inner .zooning_image .zooning_right p.area3::before{
	color:rgba(0,112,192,1.00)
}
#product_area .contents_inner .zooning_image .zooning_right p.area4::before{
	color:rgba(0,0,153,1.00)
}
#product_area .contents_inner .zooning_image .zooning_right p.area5::before{
	color:rgba(195,44,48,1.00)
}

/* @各ブロック下のリンクボタンのレイアウト */
.center-button {
	text-align: center;
	padding: 30px 0px 80px 0;
	border-bottom: 3px double rgba(204, 204, 204, 1.0);
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.center-button a:hover {
	background-color: #320671;
}
.center-button a {
  position: relative;
  padding: 30px 65px;
  font-size: 22px;
  font-weight: 700;
  background-color: #6200EE;
  border-radius: 100px;
  color: #fff;
  text-decoration: none;
  margin: 10px 10px;
}
.center-button a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 6px solid transparent;
  border-right: 0 solid transparent;
  border-left: 9px solid #fff;
  border-bottom: 6px solid transparent;
  box-sizing: border-box;
}
.corner-border {
	border-bottom: 3px double rgba(204, 204, 204, 1.0);
}

@media (max-width: 900px) {
	.center-button a {
	  padding: 30px 0px;
	  width: 100%;
	}
}

.link_button {
    display: inline-block;
    padding: 30px 65px;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    color: rgba(255,255,255,1.0);
    letter-spacing: 0.05em;
    background-color: #6200EE;
    border-radius: 70px;
	box-shadow: 0 7px 4px -5px rgba(0, 0, 0, .5);
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   -webkit-transition: all 0.3s;
   transition: all 0.3s;
   align-items: center;
   justify-content: center;
   margin: 0 0 20px;
}
.link_button a {
    color: rgba(255,255,255,1.0);
}
.link_button:hover{
    color: #fff;
    background-color: #320671;
}
.seminar {
	text-align: center;
}

/* @group Reset */
* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration : none;
}
ul, ol {
	list-style : none;
}
img {
	vertical-align : middle;
	border:0;
}
/* @end */

/* @group Fluid-img */
img {
	width:auto;
	max-width : 100%;
	height:auto;
}
/* @end */

/* @group HTML */
html, body {
	height: 100%;
	width: 100%;
	max-width: 100%;
	scroll-behavior: smooth;
}
body {
	font-size : 13px; /* Responsive type setting */
	font-family : din-2014, 'メイリオ', sans-serif;
	line-height : 1.5;
	margin: 0;
	padding: 0;
}
/* @end */

/* @group Heading */
h1 {
	font-size : 3em; /* 48px */
	line-height : 1; /* 48px */
	margin-bottom : 0.5em; /* 24px */
}
h2 {
	font-size : 2.25em; /* 36px */
	line-height : 1.3333; /* 48px */
	margin-bottom : 0.6667em; /* 24px */
}
h3 {
	font-size : 2.3em; /* 30px */
	line-height : 1; /* 24px */
	margin-bottom : 2em; /* 24px */
}
h4, h5, h6 {
	font-size : 1em; /* 16px */
	line-height : 1.5; /* 24px */
	margin-bottom : 1.5em; /* 24px */
}
/* @end */



/* @group Contents */
main {
	padding: 0;
}
#contents{
	max-width: 1400px;
	width: 100%;
	overflow:visible;
}

#contents img {
	margin-bottom : 1.5em; /* 24px; */
/*
	border:1px solid #2f1f1f;
*/
}
#contents ul {
	margin-bottom : 1.5em; /* 24px */
	margin-left : 1.5em; /* 24px */
	text-align : left;
	list-style : disc;
}
#contents table {
	text-align : left;
}
#contents a {
	text-decoration: underline;
}
#contents a:hover, #contents a:active, #contents a:focus {
	color: red;
}
#contents #corners a:hover, #contents #corners a:active, #contents #corners a:focus {
	color: #ffffff;
	text-decoration:none;
}
.corner a, .link a {
	display:block;
	padding : 0.75em 0.75em 0.75em 0.75em; /* 12px */
	border-radius: 0.75em;
}
.highlight {
	padding : 0.75em 0.75em 0.75em 0.75em; /* 12px */
	border-radius: 0.75em;
	color: #ffffff;
}
/* @end */

.i_char {
	font-style: italic;
	font-weight: bold;
	font-size: 1.5em;
	font-family: "Book Antiqua", "Times New Roman", Georgia, serif;
	line-height: 1em;
}
.greek_char {
	font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
.sup_char {
	vertical-align:super;
}
.sub_char {
	vertical-align:sub;
}
.fa_color {
	background-color: #fbd42d;
}
.robot_color {
	background-color: #73af4a;
}
.robomachine_color {
	background-color: #2373be;
}
.field_color {
	background-color: #0d0f96;
}
.service_color {
	background-color: #c3181f;
}
.floatright img {
	float:right;
	margin-left:1em;
}
.floatleft img {
	float:left;
	margin-right:1em;
}
.clearfloat {
	clear: both;
}
#contents .newmark img {
	margin:0;
	border:0;
	height:2em;
	width:auto;
	vertical-align:bottom;
}
.red {
	color: red;
}

.heading_fa {
	border-left: solid 0.5em #fbd42d;
	padding-left: 0.5em;
}
.heading_robot {
	border-left: solid 0.5em #73af4a;
	padding-left: 0.5em;
}
.heading_robomachine {
	border-left: solid 0.5em #2373be;
	padding-left: 0.5em;
}
.heading_field {
	border-left: solid 0.5em #0d0f96;
	padding-left: 0.5em;
}
.heading_service {
	border-left: solid 0.5em #c3181f;
	padding-left: 0.5em;
}

/*480px*/
@media screen and (max-width : 900px) {
html {
	font-size:87.5%; /* Responsive type setting */
}
#contents {
	text-align : left;
}
}

/*960*/
@media screen and (min-width : 901px) {
html {
	font-size:100%; /* Responsive type setting */
}
/* @group Contents */
#contents {
	max-width: 1200px;
	margin : 0 auto;
	overflow:visible;
}
#corners, #links {
	overflow:hidden;
}
.corner {
	/* float : left; */
	display:inline-block;
	vertical-align:top; /* 上端揃え */

	width : 45%;
	margin-right: 1.5em; /* 24px */
}
.link {
	float : left;
	width : 45%;
	margin-right: 1.5em; /* 24px */
}
/* @end */
}

/**
 *  フッター
 */


/* フッターメインナビゲーション */
.footer-upper-outer {
    background-color: #30302f;
}

.fnav-main {
    width: 1000px;
    margin: 0 auto;
    padding: 21px 10px 16px;
    color: #fff;
}

.fnav-main ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.fnav-main ul:before, .fnav-main ul:after {
    content: " ";
    display: table;
}

.fnav-main ul:after {
    clear: both;
}

.fnav-main li {
    float: left;
    width: 110px;
    padding: 2px 0;
    border-left: 1px solid #b7b7b7;
}

.fnav-main li:nth-child(3) {
    width: 145px;
}

.fnav-main li:nth-child(4) {
    width: 120px;
}

.fnav-main li:nth-child(5) {
    width: 146px;
}

.fnav-main li:nth-child(6) {
    width: 120px;
}

.fnav-main li:last-child {
    border-right: 1px solid #b7b7b7;
}

.fnav-main a {
    display: block;
    color: #fff;
}

@media (max-width: 1009px) {
    .fnav-main {
        width: 100%;
    }

    .fnav-main li {
        width: 12.5%;
        padding: 0;
    }

    .fnav-main li:nth-child(3),
    .fnav-main li:nth-child(4),
    .fnav-main li:nth-child(5),
    .fnav-main li:nth-child(6){
        width: 12.5%;
    }

    .fnav-main a {
        padding: 4px 0;
    }
}

@media (max-width: 950px) {
    .fnav-main {
        padding: 19px 10px 8px;
    }

    .fnav-main li {
        width: 25%;
        margin: 0 0 15px 0;
    }

    .fnav-main li:nth-child(3),
    .fnav-main li:nth-child(4),
    .fnav-main li:nth-child(5),
    .fnav-main li:nth-child(6){
        width: 25%;
    }

    .fnav-main li:nth-child(4) {
        border-right: 1px solid #b7b7b7;
    }

}

@media (max-width: 900px) {
    .fnav-main {
        padding: 0;
    }

    .fnav-main ul {
        text-align: left;
    }

    .fnav-main li {
        width: 50%;
        margin: 0;
        border-right: 1px solid #626261;
        border-bottom: 1px solid #626261;
        border-left: none;
    }

    .fnav-main li:nth-child(3),
    .fnav-main li:nth-child(4),
    .fnav-main li:nth-child(5),
    .fnav-main li:nth-child(6){
        width: 50%;
    }

    .fnav-main li:nth-child(2n) {
        border-right: none;
    }

    .fnav-main a {
        padding: 16px 9px;
    }
}

/* フッターサブナビゲーション */
.footer-middle-outer {
    background-color: #232323;
}

.footer-middle-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 20px 10px 28px;
    color: #fff;
}

@media (max-width: 1009px) {
    .footer-middle-inner {
        width: 100%;
    }
}

@media (max-width: 900px) {
    .footer-middle-inner {
        padding: 10px 0 28px;
    }
}

.fnav-sub {
    float: left;
    margin: 0 0 10px 0;
}

.fnav-sub ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.fnav-sub ul:before, .fnav-sub ul:after {
    content: " ";
    display: table;
}

.fnav-sub ul:after {
    clear: both;
}

.fnav-sub li {
    float: left;
}

.fnav-sub li:not(:last-child) {
    margin: 0 12px 0 0;
}

.fnav-sub a {
    display: block;
    background-image: url( "../../../../image/item-arrow04.png");
    background-repeat: no-repeat;
    background-position: 10px 0.7em;
    background-size: 16px auto;
    padding: 8px 0 13px 34px;
    color: #fff;
}

@media (max-width: 900px) {
    .fnav-sub {
        float: none;
        margin: 0 0 35px 0;
    }

    .fnav-sub ul {
        width: 100%;
    }

    .fnav-sub li {
        float: none;
    }

    .fnav-sub li:not(:last-child) {
        margin: 0;
    }

    .fnav-sub a {
        background-position: 12px .95em;
        padding: 12px 0 12px 35px;
    }
}

/* フッターユーティリティナビ */
.foot-utility-nav {
    float: right;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    margin: 0 0 96px 0;
}

.foot-utility-nav li {
    display: inline-block;
    margin: 0 0 0 14px;
}

.foot-utility-nav a {
    display: inline-block;
    background-repeat: no-repeat;
}

.foot-utility-nav li:first-child a { /* 2021/11/08 追加 */
    background-image: url("../../../../image/item-mail.png");
    background-size: 36px 36px;
    width: 36px;
    height: 36px;
}
.foot-utility-nav li:first-child a:lang(en) { /* 2021/11/08 追加 */
    background-image: url("../../../../../en/image/item-global.png");
    background-size: 36px 36px;
    width: 36px;
    height: 36px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

/*@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .foot-utility-nav li:first-child a { /* 2021/11/08 追加 
        background-image: url("../../../image/item-mail@2x.png");
        background-size: 36px auto;
		width: 30px;
        height: 30px;
    }
	 .foot-utility-nav li:first-child a:lang(en) { /* 2021/11/08 追加 
     background-image: url("../../../../en/image/item-global@2x.png");
     background-size: 36px auto;
     width: 30px;
     height: 30px;
    }
}

.foot-utility-nav li:nth-child(2) a { /* 2021/11/08 インデックス変更 
    background-image: url("../../../image/item-global.png");
    background-size: 36px 36px;
    width: 36px;
    height: 36px;
}*/

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
/*    .foot-utility-nav li:nth-child(2) a { /* 2021/11/08 インデックス変更 
        background-image: url("../../../image/item-global@2x.png");
        background-size: 36px auto;
    }*/
}

.foot-utility-nav li:last-child {
    position: relative;
    top: -3px;
}

.foot-utility-nav a.youtube-icon {
    background-image: url("../../../../image/item-youtube.png");
    background-size: 73px 30px;
    width: 73px;
    height: 30px;
}
.foot-utility-nav a.facebook-icon {
    background-image: url("../../../../image/item-facebook.png");
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
}
.foot-utility-nav a.instagram-icon {
    background-image: url("../../../../image/item-instagram.png");
	background-size: 30px 30px;
    width: 30px;
    height: 30px;
	margin: -3px 0;
}

/*@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .foot-utility-nav a.youtube-icon {
        background-image: url("../../../image/item-youtube@2x.png");
        background-size: 73px auto;
    }
    .foot-utility-nav a.facebook-icon {
        background-image: url("../../../image/item-facebook@2x.png");
        background-size: 30px auto;
    }
}*/

@media (max-width: 900px) {
    .foot-utility-nav {
        float: none;
        margin: 0 0 20px 10px;
    }

    .foot-utility-nav li {
        margin: 0 10px 0 0;
    }

    .foot-utility-nav li:nth-child(2) {
        margin: 0 12px 0 0;
    }
}

/* 会社情報 */
.company-info {
    clear: both;
}

.company-info:before, .company-info:after {
    content: " ";
    display: table;
}

.company-info:after {
    clear: both;
}

.company-info__name {
    margin: 0 0 6px 0;
    font-size: 1.42857em;
    font-weight: bold;
}

.company-info__address {
    float: left;
    margin: 0 40px 0 0;
    font-size: 1.14286em;
}

.company-info__inquiry {
    display: none;
}

@media (max-width: 900px) {
    .company-info {
        margin: 0 10px;
    }

    .company-info__address {
        float: none;
        margin: 0 0 20px 0;
    }

    .company-info__inquiry {
        display: block;
    }

    .company-info__inquiry a {
        width: 100%;
    }
}

/* 署名 */
#footer {
	width: 100%;
}
.footer-bottom-outer {
    clear: both;
    background-color: #000;
}

.footer-bottom-inner {
    margin: 0 auto;
    padding: 26px 10px 62px;
    text-align: center;
    color: #fff;
}

.copyright {
    font-size: 0.92857em;
}
@media (max-width: 900px) {
	#logo h1 {
	text-align: center;
}
	#map_area .contents_inner .text_block {
    line-height: 1.6;
}
	#map_area .contents_inner .map_block {
	width: 100%;
	margin: 0 auto;
	padding: 40px 0 10px 0;
}
	#map_area .contents_inner .map_block h3{
    font-size: 20px;
	padding: 0 30px;
}
    #map_area .contents_inner .text_block{
	font-size: 20px;
}
	#map_area .contents_inner .map_block .map_text{
	font-size: 15px;
}
	#map_area .contents_inner .zooning_image {
	width:100%;
	margin: 0;
    padding: 30px 0;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: space-between;
}
#map_area .contents_inner .zooning_image .zooning_left {
	/*width: 350px;*/
	margin: 0 auto;
}
#map_area .contents_inner .zooning_image .zooning_right {
	width: 100%;
	padding: 40px 10% 0 10%;
	display:-webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	display: flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	align-content: center;
}
#map_area .contents_inner .zooning_image .zooning_right h4{
	font-size: 20px;
}
#map_area p{
	font-size: 18px;
}
#product_area {
    padding: 40px 0 0 0;
}
#product_area h2 {
	font-size: 33px;
	line-height: 45px;
}
#product_area .product_link_list a{
	width: 40%;
	text-align: left;
	display: flex;
	margin: 0 0 10px 0;
	padding: 15px 12px 15px 15px;
	font-size:14px;
	font-weight:700;
	line-height:16px;
	letter-spacing: 0.05em;
}
#product_area .product_link_list {
	justify-content: space-between;
}
#product_area .product_block_area {
	width: 100%;
	margin: 0 auto 15px auto;
	padding: 30px 0.1rem;
}
#product_area .product_block_area .product_block{
	width: 95%;
	margin-bottom: 30px;
}
#reception_area {
    padding: 40px 0 0 0;
}
#reception_area h2 {
    padding: 0;
    font-size: 26px;
    margin-bottom: 40px;
}
#reception_area .contents_inner .reception_box {
	flex-direction: column;
}
#reception_area .contents_inner .reception_box .box {
	width: 100%;
	padding: 40px 0 30px 0;
	margin: 20px auto;
}
#reception_area .contents_inner .reception_box .box p {
    margin: 10px 10%;
}
#reception_area .btn, a.btn, button.btn {
  font-size: 28px;
  padding: 30px 80px 30px 60px;
  letter-spacing: 0.06em;	
}
#reception_area .contents_inner .reception_box .box .btn2{
  font-size: 28px;
  padding: 30px 80px 30px 60px;
  letter-spacing: 0.06em;
}
#reception_area .contents_inner .reception_box .box img{
	width: 10%;
    right: 1rem;
}
.title_text{
	font-size: 15px;
}
#link_area {
    padding: 40px 0;
}
#link_area h3 {
    padding: 40px 0 0 0;
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 0;
}
#link_area .contents_inner .link_box {
    flex-direction: column;
	margin:0 auto;
}
#link_area .contents_inner .link_box .catalog_box {
    width: 100%;
    padding: 50px 0;
	margin: 10px 0;
}
#link_area .contents_inner .link_box .catalog_box:lang(en) {
    width: 100%;
    padding: 50px 0;
	margin: 10px 0;
}
#link_area .contents_inner .link_box .movie_box {
    width: 100%;
    padding: 50px 0;
	margin: 10px 0;
}
#link_area .contents_inner .link_box p {
    font-size: 20px;
}
#link_area .contents_inner .link_box h4 {
    font-size: 40px;
}
}
@media (max-width: 1300px) {
	#product_area .contents_inner .zooning_image {
		width:100%;
		margin: 0;
		padding: 30px 0;
		-webkit-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	#product_area .contents_inner .zooning_image .zooning_left {
		/*width: 350px;*/
		margin: 0 auto;
	}
	#product_area .contents_inner .zooning_image .zooning_right {
		width: 100%;
		padding: 40px 5% 0 5%;
		display:-webkit-box;
		display: -webkit-flex;
		display:-ms-flexbox;
		display: flex;
		-webkit-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		align-content: center;
	}
}
@media (min-width: 901px) {
	#map_area .contents_inner .map_block {
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 70px;
}
	#product_area .product_block_area .product_block:nth-of-type(2){
	margin-left: 3.5%;
}
    #product_area .product_block_area .product_block:nth-of-type(3){
	margin-left: 3.5%;
}
    #product_area .product_block_area .product_block:nth-of-type(5){
	margin-left: 3.5%;
}
    #product_area .product_block_area .product_block:nth-of-type(6){
	margin-left: 3.5%;
}
}
/* PCのみ画像・タグを表示 */
@media (max-width: 900px) {
	.pc {
		display: none !important;
	}
}
@media (min-width: 901px) {
	.pc {
	 display: block; 
	}
}
/* SPのみ画像・タグを表示 */
.sp {
　display: block;
}

@media (min-width: 901px) {
	.sp {
	 display: none !important; 
	}
}
.no-wrap {
	display: inline-block;
}
