@charset "utf-8";
/*ハンバーガーメニュー*/
header {
  height: 60px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  padding: 0px 15px;
  position: fixed;
  top: 0;
  display: flex;
  font-size: 1em;
}

@media (min-width: 999px) {
header {
  background-color: rgba(255, 255, 255, .95);
  border-radius: 6px;
  display: flex;
  align-items: center;
  margin-top: 8px;
}
}

.logo {
  float: left;
}

nav {
  margin: 0 0 0 auto;
}

#header ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

#header a {
  display: block;
  text-decoration : none;
  line-height: 20px;
  padding: 0 20px;
  color: #000;
  transition: color .3s;
  margin: 16px 0;
}

#header a:hover {
  color: #6EAE43;
}
/*
#header.transform a{
  color: black;
}*/
#header.transform a:hover{
  color: #6EAE43;
}

.sp-nav {
  display: none;
}


/**********************************　
以下、ハンバーガーメニューの設定　
************************************/

@media (max-width: 999px) {

  .pc-nav {
    display: none;
  }

  #hamburger {
    background-color: transparent;
    position: relative;
    cursor: pointer;
    margin: 0 0 0 auto;
    height: 60px;
    width: 60px;
  }

  .icon span {
    position: absolute;
    left: 15px;
    width: 30px;
    height: 4px;
    background-color: white;
    border-radius: 8px;
    transition: ease 0.75s;
  }
  .icon span:nth-of-type(1) {
    top: 16px;
  }
  .icon span:nth-of-type(2) {
    top: 28px;
  }
  .icon span:nth-of-type(3) {
    bottom: 16px;
  }

  .close span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 28px;
  }

  .close span:nth-of-type(2) {
    opacity: 0;
  }

  .close span:nth-of-type(3) {
      transform: rotate(-45deg);
      top: 28px;
  }

  .sp-nav {
      top: 60px;
      left: 0px;
      position: absolute;
      z-index: 10;
      width: 100%;
      background-color: rgba(34, 49, 52, 0.9);
  }
	
  #header.transform span {
	background-color: black;
  }
/*	
  #header.transform .sp-nav {
	background-color: rgba(255,255,255,1.00);
  }
*/
#header ul {
    flex-direction: column;
  }
	
#header li {
    border-top: solid 0.5px rgba(255, 255, 255, 0.6);
  }

#header a {
    text-align: center;
	color: #fff;
  }
}
@media (min-width: 1000px) and (max-width: 1300px) {
	#header a {
    padding: 0 8px;
  }
}
/* PC.SP共通 */
/* @group Header */
@media (min-width: 1000px) {
	#header {
	max-width: 92%;
}
}
/* @end */
#mv_area {
	background-image: url("../image/mv.gif");
	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;
}
#mv_area img {
    max-width: 100%;
}
#mv_area .mv-ttl {
    padding: 15% 5%;
    color: #FFF;
}
#mv_area .mv-ttl h1 {
	font-size: 50px;
    line-height: 1;
	letter-spacing: 3px;
}
#mv_area .mv-ttl p {
	font-size: 20px;
	line-height: 1.8;
}
#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;
}
#text_area, #movie_area, #contents_area, #contents_area3, #contents_area5 {
	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, #concept_area .contents_inner, #product_area .contents_inner, #movie_area .contents_inner, #contents_area .contents_inner, #contents_area2 .contents_inner, #contents_area3 .contents_inner, #contents_area4 .contents_inner, #contents_area5 .contents_inner, #contents_area6 .contents_inner{
	padding: 1%;
	box-sizing: border-box;
	width: 1000px;
}
#text_area .contents_inner .text_block{
	font-size: 16px;
	line-height: 1.6;
	color: #000000;
	padding: 8px;
	text-align: left;
}
#text_area h2 {
	font-size : 2.6em; /* 36px */
	line-height : 1.6; /* 48px */
	margin-bottom : 0.8em; /* 24px */
}
#concept_area{
	padding: 90px 0;
}
#concept_area .textbox span{
	font-size: 1.7em;
}
#concept_area .textbox span::after {
	content: '';
	display: block;
	width: 85px;
	height: 5px;
	background: #000;
	margin-top: 10px;
	margin-bottom: 10px;
}
#concept_area h2 {
	font-size : 2.6em; /* 36px */
	line-height : 1.6; /* 48px */
	margin-bottom : 2em; /* 24px */
	text-decoration: underline; /* 下線 */
    text-decoration-thickness: 0.5em; /* 線の太さ */
    text-decoration-color: rgba(255, 228, 0, 0.4); /* 線の色 */
    text-underline-offset: -0.2em; /* 線の位置。テキストに重なるようにやや上部にする */
    text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}
#concept_area h3 {
	text-align: center;
}
.merit-block {
	display: flex;
    flex-direction: row;
	text-align: left;
}
.merit-block + .merit-block {
	margin-top: 80px;           
}
.merit-body {
    width: 60%;
    padding: 10px 20px;
}
.merit-ttl {
	font-size: 26px;
}
.merit-text {
	font-size: 16px;
    margin-top: 20px;
}
.merit-image img{
    width: 400px;
    object-fit: cover;
}
.merit-block.reverse {
  flex-direction: row-reverse;
}
color {
	background: -moz-linear-gradient(top left, #F8F8F8,#E3DCDC);
	background:	-webkit-linear-gradient(top left, #F8F8F8,#E3DCDC);
	background: linear-gradient(to bottom right, #F8F8F8,#E3DCDC);
}
#movie_area .movie-block {
	text-align: center;
}
#threecol_area, #contents_area2, #contents_area4, #contents_area6 {
	padding: 50px 0;
}
#threecol_area .contents_inner {
	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: 10px 0;
	margin: 0 auto;
	
	position: relative;
	
	max-width: 1200px;
}
#threecol_area .threecol_block {
	width: 30%;
	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;
}
#threecol_area h2 {
	font-size: 33px;
    font-weight: 700;
    line-height: 42px;
	text-align: center;
    width: 100%;
    margin: 0 0 40px 0;
}
#threecol_area .threecol_block .pict_box{
	padding: 0px 0px 35px 0px;
	border-radius: 10px;
}
#threecol_area .threecol_block .pict_box img{
	width: 100%;
	height: auto;
	display: block;
	border-radius: 10px 10px 0 0;
}
#threecol_area .threecol_block .detail_box{
	padding: 0 15px;
	margin: 0 0 20px 0;
}
#threecol_area .threecol_block .detail_box h3{
	font-size:23px;
	font-weight:700;
	line-height:130%;
	text-align: left;
	letter-spacing: 0.1em;
	
	margin: 0 0 25px 0;
}
#threecol_area .threecol_block .detail_box h3:lang(en){
	font-size:23px;
	font-weight:700;
	line-height:130%;
	text-align: left;
	letter-spacing: 0;
	
	margin: 0 0 25px 0;
}
#threecol_area .threecol_block .detail_box p{
	font-size:16px;
	font-weight:400;
	line-height:170%;
	text-align: left;
}
#threecol_area .threecol_block .detail_link{
	padding: 0 15px;
	margin: auto 20px 20px 5px;
}
#threecol_area .threecol_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;
}
#threecol_area .threecol_block .detail_link a:hover{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	text-decoration:none;
}
/*#concept_area h2, #contents_area h2, #contents_area2 h2, #contents_area3 h2, #contents_area4 h2, #contents_area5 h2, #contents_area6 h2 {
	text-align: center;
}*/
#contents_area4 h3  {
	text-align: center;
	font-size: 28px;
	margin-bottom: 30px;
}
#contents_area .contents-img, #contents_area2 .contents-img, #contents_area3 .contents-img, #contents_area4 .contents-img, #contents_area5 .contents-img, #contents_area6 .contents-img {
	text-align: center;
	padding: 30px 0 20px;
}
#contents_area .contents-img img, #contents_area2 .contents-img img, #contents_area3 .contents-img img, #contents_area4 .contents-img img, #contents_area5 .contents-img img, #contents_area6 .contents-img img{
	width: 100%;
}
.arrow-list {
	text-align: left;
}
.arrow-list li {
	list-style: initial;
}
.circle {	
  position: relative;
  display: inline-block;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: white;
  margin: 8px;
}
.circle.grey {
  background:rgba(230,230,230,1.00);
}
.circle span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :300px;
  text-align:center;
  font-size: 16px;
}
.circle span.bold {
  font-weight: 700;
  font-size: 25px;
}
.circle span.position {
  top: 45%;
}
.circle b {
	font-size: 24px;
}

@media screen and (max-width:767px){
  #threecol_area .threecol_block {
	width: 100%;
	margin-bottom: 50px;
}
  .merit-block {
    display: block;
  }
  .merit-block + .merit-block {
    margin-top: 60px;
  }
  .merit-body {
    width: 100%;
    padding: 0;
	margin-top: 10px;
  }
  .merit-image {
    margin-top: 20px;
    width: 100%;
  }
  .merit-image img{
    width: 100%;
  }
  #threecol_area h2, #contents_area h2, #contents_area2 h2, #contents_area3 h2, #contents_area4 h2, #contents_area5 h2, #contents_area6 h2, #movie_area h2 {
    font-size: 25px;
  }
}
.underline{
	background: linear-gradient(transparent 0, yellow 0);
}
.center_image a:hover{
	opacity: 0.5;
}
	
.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("../image/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: -55px;/* バナーの左右の位置 */
}
.floating-banner:hover {
    opacity: 0.5;/* ホバーで少し透過 */
	transition:0.3s;
}
.floating-banner.sp {
    display: none;/* PCではスマホ用のバナーは非表示に */
}

@media (max-width: 900px) {
    .page-top a {
        display: none;
}
	.floating-banner.sp {
        display: inline-block;/* 消していたスマホ用のバナーを表示させる */
        width: 100vw;/* スマホの画面幅いっぱいにバナーを表示 */
		bottom: 0;/* バナーの上下の位置 */
        right: 0;/* バナーの左右の位置 */
}
	.floating-banner.sp img{
		max-width: 100%;
}
	.floating-banner.pc {
    display: none;
}
	#text_area .contents_inner, #concept_area .contents_inner, #product_area .contents_inner, #threecol_area .contents_inner, #movie_area .contents_inner, #contents_area .contents_inner, #contents_area2 .contents_inner, #contents_area3 .contents_inner, #contents_area4 .contents_inner, #contents_area5 .contents_inner, #contents_area6 .contents_inner {
	width: 95%;
}
	.center_image {
	width: 100%;
	text-align: center;
	margin: 30px 0 40px;
}
	#product_area .product-link {
	position: relative;
    bottom: 15px;
}
}

/* @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;
    font-weight: 300;
    line-height: 30px;
	letter-spacing: 0.1em;
    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;
    font-weight: 300;
    line-height: 30px;
	letter-spacing: 0.1em;
    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: 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.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;
}
#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: 90px 0;
}
.contents_inner{
	width: 96vw;
	max-width: 1400px;
	margin: 0 auto;
}
#product_area .product-block {
	background: white;
	position: relative;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
#product_area .product-block:hover {
	background: #cccccc;
}
#product_area.usecase .product-block {
	border-radius: 10px;
}
#product_area .product-block + .product-block {
	margin-top: 10px;           
}
#product_area.usecase .product-block + .product-block {
	margin-top: 30px;           
}
#product_area .product-body {
    padding: 10px 45px;
}
#product_area .product-ttl {
	font-size: 25px;
}
#product_area.usecase .product-ttl {
	color: #000;
}
#product_area.usecase .product-ttl span {
	font-size: 1rem;
}
#product_area .product-text {
    margin-top: 10px;
	color: #000;
}
#product_area .product-image img{
	width:100%;
    object-fit: cover;
	border-radius: 8px;
}
#product_area .uc-arrow::before {
    content: '';
	position: absolute;
	top: 92%;
	right: 27px;
	transform: translateY(-65%);
	width: 40px;
	height: 40px;
	background-color: transparent;
	border: 1px solid #333;
	border-radius: 50%;
}
#product_area .uc-arrow::after {
    content: '';
	position: absolute;
	top: calc(91% - 3px);
	right: 52px;
	transform: rotate(45deg) translateY(-72%);
	width: 14px;
	height: 14px;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #333 #333 transparent transparent;
}


@media (min-width: 900px) {
#product_area .product-image img{
	width:200px;
}
#product_area .product-link {
	position: absolute;
    right: 20px;
    bottom: 20px;
}
#product_area.usecase {
	padding: 50px 0;
}
#product_area.usecase .product-ttl {
	font-size: 32px;
	line-height: 36px;
	margin-bottom: 0px;
}
#product_area .uc-arrow::before {
    content: '';
	position: absolute;
	top: 80%;
	right: 27px;
	transform: translateY(-80%);
	width: 40px;
	height: 40px;
	background-color: transparent;
	border: 1px solid #333;
	border-radius: 50%;
}
#product_area .uc-arrow::after {
    content: '';
	position: absolute;
	top: calc(73% - 1px);
	right: 52px;
	transform: rotate(45deg) translateY(-73%);
	width: 14px;
	height: 14px;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #333 #333 transparent transparent;
}
}

#product_area .product-link a {
	background: #F8F8F8;
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 250px;
    padding: 8px 60px;
    color: #000;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	font-size: 14px;
}
#product_area .product-link a:hover {
    background: #000;
    color: #FFF;
}
#product_area .product-link a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
#product_area .product-link a:hover:after {
    border-color: #FFF;
}
#product_area h3 {
	text-align: center;
}
.link_button {
    display: inline-block;
    padding: 23px 23px;
    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: 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;
   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 {
	color:#6200EE;
	text-decoration: none;
}
ul, ol {
	list-style : none;
}
img {
	vertical-align : middle;
	border:0;
}
/* @end */

/* @group Fluid-img */
img {
	width:auto;
	height:auto;
}
/* @end */

/* @group HTML */
html, body {
	height: 100%;
	width: 100%;
	max-width: 100%;
	scroll-behavior: smooth;
}
body {
	font-size : 15px; /* Responsive type setting */
	font-family : din-2014, 'メイリオ', 'Meiryo UI', sans-serif;
	line-height : 1.5;
	margin: 0;
	padding: 0;
}
/* @end */

/* @group Heading */
h1 {
	font-size : 3em; /* 48px */
	line-height : 1; /* 48px */
}
h2 {
	font-size : 2.3em; /* 36px */
	line-height : 1.3333; /* 48px */
	margin-bottom : 1em; /* 24px */
	position: relative;
	text-align: center;
	letter-spacing: 1px;
}
h3 {
	font-size : 2.3em; /* 30px */
	line-height : 1; /* 24px */
	margin-bottom : 2em; /* 24px */
}
h4, h5, h6 {
	font-size : 1.4em;
	line-height : 1.5; /* 24px */
	margin-bottom : 0.5em; 
}
p {
	font-size: 16px;
}
/* @end */

/* 汎用 */
small {
    font-size: .9em;
}

.mt0 {
    margin-top: 0 !important;
}

.mt05 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb05 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb45 {
    margin-bottom: 45px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}
.mb80 {
    margin-bottom: 80px !important;
}
.mb100 {
    margin-bottom: 100px !important;
}
.mr0 {
    margin-right: 0 !important;
}

.mr05 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr25 {
    margin-right: 25px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.ml0 {
    margin-left: 0 !important;
}

.ml05 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.ml20 {
    margin-left: 25px !important;
}

.ml25 {
    margin-left: 25px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.pt0 {
    padding-top: 0 !important;
}

.pt05 {
    padding-top: 5px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt25 {
    padding-top: 25px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pt35 {
    padding-top: 35px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pb05 {
    padding-bottom: 5px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb25 {
    padding-bottom: 25px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pb35 {
    padding-bottom: 35px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.mh500 {
    min-height: 500px !important;
}

.img-widemax {
    width: 100%;
    height: auto;
}

.img-responsive-inline {
    max-width: 100%;
    height: auto;
}

/* 矢印アイコン付加 */
.link-bullet {
    padding-left: 23px !important;
    text-indent: -23px;
}

.link-bullet a:before {
    content: '';
    display: inline-block;
    background: url(../image/item-arrow22.png) no-repeat 0 0;
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    margin: -9px 8px -6px 0;
    vertical-align: middle;
}

/* 改行させる */
.break-word {
    word-wrap: break-word;
}

/* _blank アイコン付加（別窓オープン用） */
.wo {
    background-image: url(../image/item-blank.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding: 0 23px 0 0;
}

/* @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;
}
.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: 49%;
        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: 49%;
    }

    .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;
    }
}

@media (min-width: 900px) {
	.fnav-main li:lang(en) {
    width: 14.28%;
	}
	
	.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;
	}
}

/* フッターユーティリティナビ */
.foot-utility-nav {
    float: right;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    margin: 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:nth-child(2) a {
    background-image: url("../../../../../image/item-global.png");
    background-size: 36px 36px;
    width: 36px;
    height: 36px;
}
.foot-utility-nav li:nth-child(2) a:lang(en) { /* 2021/11/08 追加 */
    background-image: url("../../../../../../en/image/item-global.png");
    background-size: 36px 36px;
    width: 36px;
    height: 36px;
}
.foot-utility-nav li:nth-child(3) a { /* 2021/11/08 インデックス変更 */
    background-image: url("../../../../../image/item-member.png");
	 background-size: 36px 36px;
    width: 36px;
    height: 36px;
}
.foot-utility-nav li:nth-child(3) a:lang(en) { 
    background-image: url("../../../../../image/item-global2.png");
	 background-size: 36px 36px;
    width: 36px;
    height: 36px;
}

.foot-utility-nav li:nth-child(4) a {/* 20181025Added */ /* 2021/11/08 インデックス変更 */
    background-image: url("../../../../../image/item-global2.png");
	 background-size: 36px 36px;
    width: 36px;
    height: 36px;
}
.foot-utility-nav li:nth-child(4) a:lang(en) {/* 20181025Added */ /* 2021/11/08 インデックス変更 */
    background-image: url("../../../../../image/item-youtube.png");
    background-size: 73px 30px;
    width: 73px;
    height: 30px;
}

.foot-utility-nav li:last-child {
    position: relative;
}

.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:first-child a { /* 2021/11/08 追加 */
        background-image: url("../../../../../image/item-mail@2x.png");
    }
	.foot-utility-nav li:nth-child(2) a { /* 2021/11/08 インデックス変更 */
        background-image: url("../../../../../image/item-global@2x.png");
    }
	.foot-utility-nav li:nth-child(3) a { /* 2021/11/08 インデックス変更 */
        background-image: url("../../../../../image/item-member@2x.png");
    }
	.foot-utility-nav li:nth-child(4) a {/* 20181025Added */ /* 2021/11/08 インデックス変更 */
        background-image: url("../../../../../image/item-global2@2x.png");
    }

.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;
    }
}*/
.btn-fanuc {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 20px 20px;
    padding: 12px 16px 12px 55px;
    vertical-align: middle;
    font-size: 1.105em;
    border-radius: 4px;
}
/*231120追加*/
.btn-fanuc--2col {
	width: 47%;
	margin: 5px 0 10px 5px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 20px 20px;
    padding: 12px 16px 12px 38px;
    vertical-align: middle;
    font-size: 1.105em;
    border-radius: 4px;
}

.btn-fanuc:hover, .btn-fanuc:focus {
    text-decoration: none;
}

.btn-fanuc span {
    display: inline-block;
}

.btn-fanuc--center {
    text-align: center;
}

.btn-fanuc--center span {
    margin: 0 0 0 -24px;
}

.btn-fanuc--yellow {
    background-color: #eccb00;
    background-image: url(../image/item-arrow05.png);
    color: #000;
}

.btn-fanuc--yellow:hover, .btn-fanuc--yellow:focus {
    background-color: #ffdc01;
    color: #000;
}

.btn-fanuc--yellow:visited {
    color: #000;
}

@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;
    }
	 .btn-fanuc {
        text-align: center;
    }

    .btn-fanuc span {
        margin: 0 0 0 -24px;
    }

    .btn-fanuc--course span {
        margin: 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) {
	h3 {
	font-size : 1.6em;
}
	h4, h5, h6 {
	font-size: 1.4em;
	margin-bottom : 0.7em;
}
	#product_area .product-block + .product-block {
	margin-top: 30px;           
}
	#product_area .product-body {
    padding: 10px 20px;
}
	#mv_area .contents_inner .pc {
		display:none;
}
    #banner_area .contents_inner .pc {
    display:none;
}
	#banner_area .contents_inner .sp {
    width:90%;
}
	#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;
}

#product_area h2 {
	font-size: 25px;
	/*line-height: 45px;*/
}
#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;
}
#reception_area {
    padding: 40px 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: 5%;
    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 h3 {
    font-size: 40px;
}
.wid480 img{
    width: 100%;
}
}
@media (min-width: 901px) {
/*	#product_area .product-image {
    width: 20%;
}*/
	#product_area .product-block {
	display: flex;
    flex-direction: row;  
	padding: 2%;
}
	.merit-image {
    width: 50%;
	padding: 0 25px;
}
	#mv_area .contents_inner .sp {
	display:none;
}
    #banner_area .contents_inner .sp {
    display:none;
}
	#banner_area .contents_inner .pc {
    width: 40%;
}
	#map_area .contents_inner .map_block {
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 70px 60px 70px;
}

	.center_image {
	width: 80%;
	text-align: center;
	margin: 0 auto;
	padding: 30px;
}
	.two-colum {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -o-box-lines: single;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
	.wid480 {
    width: 50%;
}
	.two-colum .textbox {
    letter-spacing: 0.01em;
}
	#threecol_area .threecol_block:nth-of-type(2){
	margin-left: 3.5%;
}
    #threecol_area .threecol_block:nth-of-type(3){
	margin-left: 3.5%;
}
    #threecol_area .threecol_block:nth-of-type(5){
	margin-left: 3.5%;
}
    #threecol_area .threecol_block:nth-of-type(6){
	margin-left: 3.5%;
}
	.wid480 img {
    width: 400px;
}
}
.wid480 img {
	padding: 40px 0 0 0;
}
.arrow-list {
	padding: 0 0 0 5%;
}
.two-colum .textbox {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  text-align: left;
}
.two-colum .concept {
	text-align: left;
}
.youtube {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;/*アスペクト比 16:9の場合の縦幅*/
  overflow: hidden;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
#product_area .newmark::before {
    position: absolute;
    content: "2025年12月";
    top: 0;
    right: 0;
    background-color: #ffe024;
    padding: 5px 25px;
    color: rgb(15,15,15);
    font-weight: 600;
    font-size: large;
    letter-spacing: 1.2px;
}
#product_area .newmark-en::before {
    position: absolute;
    content: "Products Launched in August 2024";
    top: 0;
    right: 0;
    background-color: #ffe024;
    padding: 5px 25px;
    color: rgb(15,15,15);
    font-weight: 600;
    font-size: large;
}
/*20250319*/
span.tag-box  {
	padding: 3px 18px;
    background-color: #FFEA00;
    border-radius: 3px;
}
.two-colum h2.textbox {
    text-underline-offset: -0.2em;
    text-decoration-skip-ink: none;
	text-decoration: underline 0.5em rgba(255, 228, 0, 0.4);
	letter-spacing: 1px;
}
h2.title-underline {
	position: relative;
	margin-bottom: 65px;
	text-align: center;
}
h2.title-underline::after {
	position: absolute; /*positionをabsoluteに指定*/
	content: "";
	background-color: black; /*下線の色*/
	width: 95px; /*線の幅*/
	height: 2px; /*線の太さ*/
	bottom: -16px; /*線のタテ位置*/
	left: 50%;  /*線のヨコ位置*/
	transform: translateX(-50%);　/*線のヨコ位置*/
}
.two-colum h3.textbox {
	font-size : 1.8em;
	line-height : 1.7;
	margin-bottom : 1em;
	letter-spacing: 1px;
}
.title-number {
	font-size: 1.7em;
}
.detail-area {
	margin: 2%;
	background: -moz-linear-gradient(top left, #F8F8F8,#E3DCDC);
	background:	-webkit-linear-gradient(top left, #F8F8F8,#E3DCDC);
	background: linear-gradient(to bottom right, #F8F8F8,#E3DCDC);
}
.detail-area .detail-inner {
	padding: 5% 10%;
}
.detail-area .detail-inner .textbox{
	text-align: left;
}
.detail-inner p {
	text-align: center;
}
.detail-inner img {
	width: 400px;
}
.detail-inner .wide img {
	width: 700px;
}

@media (max-width: 900px) {
	#mv_area .mv-ttl h1 {
		font-size: 34px;
	}
	.detail-inner img {
	width: 100%;
}
	.detail-inner .wide img {
	width: 100%;
}
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.wid480 {
    text-align: center;
}
.cta-banner {
	text-align: center;
}
.cta-banner:hover {
	opacity:0.5;
	transition:0.3s;
}
@media (max-width: 900px) {
	.cta-banner img {
	width: 100%;
}
	#product_area.usecase .product-block {
	display: block;
}
}

.icon-image {
	text-align: center;
	margin: 0 0 30px;
}
.attention {
	text-align: left;
	font-size: 0.8rem;
	padding: 0px 50px;
}
.link-icon img {
	width: 15px;
	padding: 0 5px 0 0;
}
.textbox a {
	margin: 30px 0;
	transition: color .3s;
}
.textbox a:hover {
	color: #000;
}

/* ボタンのコンテナ（中央寄せ） */
.btn-container {
    text-align: center;
    margin-top: 60px;
}

/* もっと見るボタン（丸角・指定の黄色） */
.btn-more {
    display: inline-block;
    width: 300px;
    padding: 18px 0;
    font-size: 18px;
    font-weight: bold;
    color: #000; /* 文字色は黒 */
    text-decoration: none;
    background-color: rgb(255, 215, 2); /* ご指定の黄色 */
    border-radius: 50px; /* 角を丸くしてカプセル型に */
    position: relative;
    transition: all 0.3s ease;
}

/* ホバー時の挙動 */
.btn-more:hover {
    opacity: 1 !important; /* 既存の透明度設定を無効化 */
    background-color: rgba(138,139,110,1.00); /* ホバー時に少し明るく */
}

/* 矢印アイコン（>） */
.btn-more::after {
    content: '>';
    position: absolute;
    right: 25px;
    font-family: sans-serif;
}

.text_right {
  text-align: right;
}

.fade-line {
  height: 1px;
  background: linear-gradient(to right, transparent, #dddddd, transparent);
  border: none;
  margin: 30px 0;
}

section[id] {
  scroll-margin-top: 100px;
}

.asterisk p {
	font-size: 14px;
}

.asterisk {
	margin-top: 20px;
}

@media (min-width: 899px) {
	.text_right {
  		padding-right: 100px
	}
}