@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: #86BD40;
    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: attr(data-label); /* ★ここを変更：HTMLからテキストを受け取る */
    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: attr(data-label); /* ★ここを変更：HTMLからテキストを受け取る */
    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;
}

.text_right_article {
  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
	}
}


/* --- Article Area Layout --- */
#article_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;
}

#article_area .contents_inner {
    width: 95%; /* スマホでは画面幅の95% */
    max-width: 1000px; /* PCでは最大1000px（他のエリアと統一） */
    margin: 0 auto;
    padding: 1%; /* 他のエリアのpaddingに合わせる */
    box-sizing: border-box;
}

/* --- Article Block Styles (共通設定) --- */
#article_area .article-block {
    display: block;      /* 常に縦積み（画像が上、文字が下） */
    background: white;
    position: relative;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* 修正：浮き上がり停止、背景色のみ変更 */
#article_area .article-block:hover {
    background: #cccccc;
    transform: none; /* 浮き上がり停止 */
    opacity: 1;
}
/* 修正：画像リンクは透過ルールを適用 */
#article_area a:hover img {
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

#article_area.usecase .article-block {
    border-radius: 10px;
    overflow: hidden;
    height: 570px; /* カードの高さを揃える */
}

/* --- Image Styles --- */
#article_area .article-image {
    width: 100%;
    margin: 0;
    line-height: 0; /* 画像下の隙間消し */
}

#article_area .article-image img {
    width: 100%;
    height: auto; /* 比率を維持 */
    object-fit: contain;
    border-radius: 10px 10px 0 0;
}

/* --- Inner Content Styles --- */
#article_area .article-body {
    padding: 20px 30px 60px 30px; /* 下に矢印用の余白を確保 */
}

/* --- Date Styles --- */
#article_area .article-date {
    font-size: 14px;       /* 文字サイズ */
    color: #666;           /* グレー文字 */
    margin: 0 0 10px 0;    /* タイトルとの余白 */
    font-family: 'din-2014', sans-serif; /* 数字が綺麗なフォント（サイトで読み込まれていれば） */
    font-weight: 500;
    letter-spacing: 0.05em;
}

#article_area .article-ttl {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 1.4;
}

#article_area.usecase .article-ttl {
    color: #000;
}

#article_area.usecase .article-ttl span {
    font-size: 1rem;
}

#article_area .article-text {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
    margin: 0;
}

/* --- Arrow Icon Styles --- */
#article_area .uc-arrow::before {
    content: '';
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 35px;
    height: 35px;
    border: 1px solid #333;
    border-radius: 50%;
}

#article_area .uc-arrow::after {
    content: '';
    position: absolute;
    bottom: 32px;
    right: 34px;
    width: 12px;
    height: 12px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #333 #333 transparent transparent;
    transform: rotate(45deg);
}


/* --- スマホ専用レイアウト --- */
@media (max-width: 899px) {
    #article_area .article-block + .article-block {
        margin-top: 30px; /* カード間の余白 */
    }
    
    #article_area .article-date {
        font-size: 13px;
    }
}


/* --- PC専用レイアウト（横に2つ並ぶ） --- */
@media (min-width: 900px) {
    
    /* コンテナをFlexボックスにして横並びにする */
    #article_area .contents_inner {
        width: 1000px; /* ★重要：PC時は1000pxに固定 */
        display: flex;
        justify-content: space-between; /* 両端に配置 */
        flex-wrap: wrap; /* 3つ以上になったら折り返し */
        align-items: stretch; /* 高さを揃える */
    }

    /* 各カードの幅設定 */
    #article_area .article-block {
        width: 48%; /* 2カラムにする */
        margin-top: 0; /* マージンリセット */
        margin-bottom: 40px; /* 下の余白 */
        display: flex;        /* カード内もFlexにして */
        flex-direction: column; /* 縦積みに固定 */
    }

    /* テキスト部分を伸ばしてボタン位置を揃える */
    #article_area .article-body {
        flex-grow: 1; /* 余白があれば下に伸ばす */
    }

    #article_area.usecase .article-ttl {
        font-size: 24px;
    }
}





/* --- Product Area Block (カード本体) --- */
.product_area-block {
    display: flex;       /* 縦積みにするためFlexを指定 */
    flex-direction: column;
    background: white;
    position: relative;
    text-decoration: none;
    border-radius: 10px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    height: auto;       /* カードの高さは変化 */
    transition: all 0.3s ease;
    width: 100%;
    box-sizing: border-box;
}

/* ホバー時のアクション */
.product_area-block:hover {
    background: #cccccc;
}
.product_area-block:hover img {
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

/* --- Image Styles (画像部分) --- */
.product_area-image {
    width: 100%;
    margin: 0;
    line-height: 0; /* 画像下の隙間消し */
}

.product_area-image img {
    width: 100%;
    height: auto; /* 比率を維持 */
    object-fit: contain;
    border-radius: 10px 10px 0 0;
}

/* --- Inner Content Styles (テキストエリア) --- */
.product_area-body {
    padding: 20px 30px 60px 30px; /* 下に矢印用の余白を確保 */
    flex-grow: 1; /* 余白があれば下に伸ばす */
}

/* --- Date Styles (日付) --- */
.product_area-date {
    font-size: 14px;
    color: #666;
    margin: 0 0 10px 0;
    font-family: 'din-2014', sans-serif; 
    font-weight: 500;
    letter-spacing: 0.05em;
}

/* --- Title Styles (タイトル) --- */
/* HTML上で h4 が class="product_area" を持っているため、タグとクラスで指定 */
h4.product_area {
    font-size: 20px;
    margin: 0 0 15px 0;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
}

/* --- Text Styles (本文) --- */
.product_area-text {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
    margin: 0;
}

/* --- Arrow Icon Styles (右下の矢印) --- */
.uc-arrow::before {
    content: '';
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 35px;
    height: 35px;
    border: 1px solid #333;
    border-radius: 50%;
}

.uc-arrow::after {
    content: '';
    position: absolute;
    bottom: 32px;
    right: 34px;
    width: 12px;
    height: 12px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #333 #333 transparent transparent;
    transform: rotate(45deg);
}

/* スマホ時の余白設定（縦並びのまま、カード間に隙間をあける） */
@media (max-width: 899px) {
    .product_area-list {
        display: block;
    }
    .product_area-list .product_area-block + .product_area-block {
        margin-top: 30px; /* 2つ目以降のカードの上に余白 */
    }
}

/* PC専用レイアウト（横並びにする設定） */
@media (min-width: 900px) {
    /* 新しく追加した親要素をFlexboxにして横並びを有効化 */
    .product_area-list {
        display: flex;
        justify-content: space-between; /* 両端揃えで配置 */
        flex-wrap: wrap; /* 3つ以上あれば自動で折り返し */
        gap: 40px 0; /* 上下の余白を40pxに設定（左右の余白はspace-betweenで自動調整） */
    }
    
    /* カードの幅を48%にして2カラムを実現 */
    .product_area-block {
        width: 48%;
    }
}
    
    /* 補足: もし複数のカードをPCで横並び(2カラム)にする場合は、
    HTML側でカードを囲む親コンテナ要素を作成し、そこに
    display: flex; justify-content: space-between; flex-wrap: wrap; 
    を当てた上で、以下の指定を有効にしてください。
    */
    /*
    .product_area-block {
        width: 48%; 
        margin-bottom: 40px; 
    }
    */


/* =========================================
   専用：YouTube 動画 2カラムレイアウト（強制上書き版）
========================================= */

/* 親要素（強制的にFlexboxにする） */
.academia-video-row {
    display: flex ;
    flex-wrap: wrap ;
    justify-content: space-between ;
    gap: 30px 0 ;
}

/* 動画の枠組み（強制的にアスペクト比を維持） */
.academia-video-col {
    width: 100% ;
    position: relative ;
    aspect-ratio: 16 / 9; /* 16:9を維持 */
    overflow: hidden ;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

/* 埋め込まれたiframe本体 */
.academia-video-col iframe {
    position: absolute ;
    top: 0 ;
    left: 0 ;
    width: 100% ;
    height: 100% ;
}

/* PC専用レイアウト（画面幅900px以上で強制的に2列） */
@media (min-width: 600px) {
    .academia-video-col {
        width: 48% ;
    }
}









/* --- Article Detail Layout --- */
#article_detail {
    width: 100%;
    /* ヘッダーと被らないように上部を空ける + 余白 */
    padding: 130px 0 60px 0;
    background-color: #fff;
}

#article_detail .contents_inner {
    width: 95%;
    max-width: 800px; /* 記事は読みやすさ重視で少し幅を狭めるのがセオリー */
    margin: 0 auto;
}

/* --- Navigation Back Button --- */
.nav-back {
    margin-bottom: 20px;
}

.nav-back a {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    color: #666;
    text-decoration: none;
    transition: color 0.3s;
    font-weight: 500;
}

.nav-back a:hover {
    color: #6200EE; /* サイトのメインカラー */
}

.nav-back .arrow {
    margin-right: 5px;
    font-family: serif; /* 矢印をきれいに見せる */
}


/* --- Article Header (Date & Share) --- */
.article-header {
    margin-bottom: 50px;
}

.article-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd; /* 区切り線 */
    padding-bottom: 15px;
}

.publish-date {
    font-family: 'din-2014', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    letter-spacing: 0.05em;
}

/* Share Buttons */
.share-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.share-label {
    font-size: 12px;
    color: #999;
    margin-right: 5px;
}

.share-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #f0f0f0;
    color: #333;
    font-size: 12px;
    text-decoration: none;
    transition: all 0.3s;
    font-weight: bold;
}

.share-icon:hover {
    background-color: #6200EE;
    color: #fff;
}


/* --- Article Title --- */
.article-title {
    font-size: 32px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 40px;
    color: #000;
    letter-spacing: 0.05em;
    text-align: left; /* 記事タイトルは左寄せが読みやすい */
}


/* --- Main Visual Image (1080x798) --- */
.article-mv {
    width: 100%;
    margin: 0 0 50px 0;
    line-height: 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1); /* スタイリッシュな影 */
}

.article-mv img {
    width: 100%;
    height: auto;
    aspect-ratio: 1080 / 798; /* レイアウトシフト防止 */
    object-fit: cover;
    display: block;
}


/* --- Table of Contents (TOC) --- */
.toc-container {
    background-color: #F8F9FA; /* 薄いグレー */
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    padding: 30px 40px;
    margin-bottom: 60px;
    position: relative;
}

/* 左側のアクセントライン */
.toc-container::before {
    content: '';
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: 0;
    width: 5px;
    background-color: #6200EE;
    border-radius: 0 5px 5px 0;
}

.toc-title {
    font-family: 'din-2014', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #6200EE;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
    text-align: center; /* タイトルは中央 */
}

.toc-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.toc-list li {
    margin-bottom: 12px;
}

.toc-list li:last-child {
    margin-bottom: 0;
}

.toc-list a {
    display: block;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: color 0.3s;
    border-bottom: 1px dotted #ccc; /* 控えめな下線 */
    padding-bottom: 5px;
}

.toc-list a:hover {
    color: #6200EE;
    border-bottom-color: #6200EE;
}


/* --- Responsive (Mobile) --- */
@media (max-width: 768px) {
    #article_detail {
        padding-top: 90px; /* スマホは少し詰め気味に */
    }

    .article-title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .article-meta {
        flex-direction: column; /* 縦並びに */
        align-items: flex-start;
        gap: 10px;
    }

    .share-buttons {
        width: 100%;
        justify-content: flex-start;
    }
    
    .toc-container {
        padding: 25px;
    }
    
    .toc-container::before {
        top: 20px;
        bottom: 20px;
    }
}


















/* SEO記事などのCSS　*/

/* 共有ボタン */
.share-buttons {
    display: flex;
    gap: 10px;
    margin: 20px 0;
    flex-wrap: wrap;
    align-items: center;
    float: right;
}

/* 個別の共有ボタン*/
.share-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: white;
    text-decoration: none;
    transition: background-color 0.3s, opacity 0.3s;
    margin: 0 3px 0 3px;
}

.share-button.x-twitter img {
    width: 70%;
    height: 70%;
}

.share-button.facebook img {
    width: 82%;
    height: 82%;
}

.share-button.line img {
    width: 87%;
    height: 87%;
}

.share-button:hover {
    opacity: 0.7;
}

/* ========================================================= */
/* 1. ベースレイアウト & 記事共通スタイル (PC優先) */
/* ========================================================= */

/* 記事本文のベーススタイル */
.crx_article {
    max-width: 1200px;
    margin: 100px auto;
    padding: 0 20px;
    line-height: 1.7;
    color: #444;
    display: flex; 
    align-items: flex-start;
    gap: 30px; 
}

.crx_article_content {
    flex-grow: 1;
    max-width: 900px; 
    margin: 0;
    order: 1;
}

.crx_toc_sidebar_wrapper {
    display: block; 
    width: 100%; /* モバイルでは全幅 */
    order: 0; /* モバイルでの表示順序（本文コンテンツの前） */
}

/* ========================================================= */
/* ヒーロー画像エリア（黒グラデーション & サブタイトル対応版） */
/* ========================================================= */

/* 画像コンテナ */
.crx_article .crx_article_hero {
    position: relative;
    width: 100%;
    /* PCでのアスペクト比（横長） */
    padding-top: 40%; 
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 8px;
    background-color: #000; /* 画像読み込み前の背景 */
}

/* 画像本体 */
.crx_article .crx_article_hero_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    /* 画像を少し暗くして文字を読みやすくする（お好みで調整） */
    filter: brightness(0.9); 
}

/* 黒グラデーションオーバーレイ */
.crx_article .crx_article_hero_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* 下から上へ黒くなるグラデーション */
    background: linear-gradient(
        to top, 
        rgba(0, 0, 0, 0.9) 0%,   /* 下部は濃い黒 */
        rgba(0, 0, 0, 0.5) 40%,  /* 中間 */
        rgba(0, 0, 0, 0) 100%    /* 上部は透明 */
    );
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* 下寄せ */
    padding: 40px; /* PCでの余白 */
    color: #fff;
    text-align: left;
    box-sizing: border-box;
}

/* タイトルグループ（位置調整用） */
.crx_article .hero-text-group {
    max-width: 90%; /* 横幅いっぱいになりすぎないように */
}

/* メインタイトル (H1) */
.crx_article .crx_article_hero h1 {
    font-size: 3.2em; /* PCでの大文字サイズ */
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 3px 0; /* サブタイトルとの余白 */
    line-height: 1.1;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.8); /* 文字の影で視認性UP */
    background: none; /* 前回の設定をリセット */
    padding: 0;
    border: none;
}

/* サブタイトル (新設) */
.crx_article .hero-subtitle {
    font-size: 1.4em; /* PCでのサブタイトルサイズ */
    font-weight: 400;
    color: #eeeeee; /* 真っ白より少し抑えた色 */
    margin: 0;
    line-height: 1.4;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.8);
    opacity: 0.9;
}

/* --------------------------------------------------------- */
/* モバイル版の最適化 (max-width: 768px) */
/* --------------------------------------------------------- */
@media (max-width: 768px) {
    /* コンテナの高さを確保 */
    .crx_article .crx_article_hero {
        /* スマホでは正方形に近づけて、文字が入るスペースを確保する */
        padding-top: 65%; 
    }

    /* オーバーレイの余白を詰める */
    .crx_article .crx_article_hero_overlay {
        padding: 20px; /* スマホでは余白を減らす */
        /* グラデーションを少し濃く・広くして文字を守る */
        background: linear-gradient(
            to top, 
            rgba(0, 0, 0, 0.95) 0%, 
            rgba(0, 0, 0, 0.6) 60%, 
            rgba(0, 0, 0, 0) 100%
        );
    }

    /* タイトル文字サイズの縮小 */
    .crx_article .crx_article_hero h1 {
        font-size: 1.8em; /* スマホで見やすいサイズ */
        margin-bottom: 3px;
        line-height: 1.2;
    }

    /* サブタイトル文字サイズの縮小 */
    .crx_article .hero-subtitle {
        font-size: 0.95em; /* 小さすぎず読めるサイズ */
        line-height: 1.4;
    }
    
    .crx_article .hero-text-group {
        max-width: 100%;
    }
}

/* 更新日ボックスのデザイン */
.crx_article_update_date {
    margin-top: 10px;
    margin-bottom: 20px;
    display: inline-block;
    float: left;
    background-color: #DAEEC1;
    color: #000000;
    padding: 5px 15px;
    border-radius: 4px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 0.9em;
    font-weight: 600;
}

.crx_article_update_date p {
    margin: 0;
    line-height: 1.5;
}

/* ページング/構造調整用クラス */
.crx_article_pege {
    margin-left: auto;
    margin-right: auto;
}
/* 2. 見出しスタイル */

/* 見出し共通の設定 */
.crx_article h1,
.crx_article h2,
.crx_article h3,
.crx_article h4 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.3;
}

/* h1: 記事のメインタイトル (PC) */
.crx_article .crx_article_hero h1 {
    font-size: 3.2em;
    font-weight: 700;
    color: #ffffff;
    margin: 0 20px 50px 0;
    text-shadow: 3px 3px 7px rgba(0,0,0,0.73);
    border: none;
    background: none;
    padding: 0;
    letter-spacing: normal;
}

/* h2: セクション見出し (緑のアクセント) */
.crx_article h2 {
    border-bottom: 3px solid #86BD40; /* 緑の線 */
    background-color: #f7fcf4; /* 薄緑の背景 */
    padding: 15px 20px;
    margin-bottom: 30px;
    margin-top: 40px;
    
    font-size: 1.8em;
    color: #333333;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-align: left;
    scroll-margin-top: 100px; 
    box-sizing: border-box;
    width: 100%;
}

.crx_article h2::before {
    content: '■';
    color: #86BD40; /* 緑の記号 */
    margin-right: 10px;
    font-size: 0.9em;
    vertical-align: middle;
}

/* h3: メインの見出し (左側に青線) */
.crx_article h3 {
    padding: 10px 0;
    margin: 30px 0 15px 0;
    font-size: 1.8em;
    font-weight: 700;
    color: #333;
    
    border-left: 6px solid #4a7bb0;
    padding-left: 15px;
    line-height: 1.2;
}

/* h4: サブタイトル (下に青い二重線) */
.crx_article h4 {
    padding: 5px 0;
    margin: 25px 0 10px 0;
    font-size: 1.3em;
    font-weight: 600;
    color: #4a7bb0;
    
    border-bottom: 3px double #e0e0e0;
    line-height: 1.4;
}

/* ========================================================= */
/* 3. 目次 (TOC) スタイル (PC追従＆モバイル埋め込み) */
/* ========================================================= */

/** 目次コンテナのベースデザイン */
.crx_article_toc {
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-sizing: border-box; 
}

/* トグルボタン全体（PCではただのヘッダー） */
.crx_article_toc .toc_toggle_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: default;
    padding-bottom: 8px; 
    border-bottom: 2px solid #f0f0f0;
}

.crx_article_toc .toc_title {
    margin: 0;
    font-size: 1.2em;
    font-weight: 700;
    color: #333333;
    letter-spacing: 0.05em;
    text-align: left;
}

.crx_article_toc .toggle-icon {
    font-size: 0.9em;
    font-weight: bold;
    color: #86BD40;
    line-height: 1;
}

.crx_article_toc ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.crx_article_toc li {
    width: 100%;
    line-height: 1.5;
    margin-bottom: 8px;
    border-left: 3px solid transparent;
    transition: border-left 0.2s;
}

.crx_article_toc a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
    font-size: 0.95em;
    background-color: #f7fcf4;
    border-radius: 4px;
    transition: background-color 0.2s, color 0.2s, border-left 0.2s;
}

.crx_article_toc li:hover {
    border-left-color: #86BD40;
}

.crx_article_toc a:hover {
    color: #86BD40;
    background-color: #e6f1e6;
    font-weight: 600;
}
.crx_article_toc ul.toc_list_content {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: none; 
    overflow: visible;
    opacity: 1;
    transition: max-height 0.3s ease-out, opacity 0.3s ease-out, padding 0.3s ease-out;
}
.crx_toc_cta {
    /* 目次と同様にFlexアイテムとして配置されるが、デフォルトは非表示 */
    display: none; 
    box-sizing: border-box;
}

.crx_toc_cta a {
    display: block;
    border-radius: 8px;
    overflow: hidden;
}

.crx_toc_cta_image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.crx_toc_cta a {
    transition: transform 0.3s ease;
    /* ↓重なり順を調整して、拡大時に他の要素の下に隠れないようにする */
    position: relative; 
    z-index: 1;
}

/* ホバー時に枠全体を1.05倍に拡大 */
.crx_toc_cta a:hover {
    transform: scale(1.05);
}

/* ========================================================= */
/* 4. PC向け設定 (min-width: 769px) - サイドフロート（追従）を実現 */
/* ========================================================= */
@media (min-width: 1200px) {
    .crx_toc_sidebar_wrapper {
        display: flex; /* 縦に並べる */
        flex-direction: column; /* 縦並びを強制 */
        
        width: 300px; /* 目次とCTAの幅をここで統一 */
        flex-shrink: 0;
        order: 2; /* 記事の右端に配置 */
        
        /* stickyをラッパーに適用し、目次とCTA全体を追従させる */
        position: sticky;
        top: 100px; 
        margin-top: 50px; /* 記事上部からのオフセットを調整 */
    }
    .crx_article_toc {
        width: 100%; /* ラッパー内で全幅 */
        position: static; /* stickyはラッパーが持つため解除 */
        margin-top: 0; /* ラッパーで調整するため解除 */
        margin-bottom: 0; /* CTAとの間にマージンを入れるため解除 */
        padding: 20px; /* PC版のパディングを維持 */
    }
    
    /* PCではトグル機能を無効化し、タイトルを中央寄せに戻す */
    .crx_article_toc .toc_toggle_header {
        cursor: default;
        justify-content: center;
    }
    
    /* PCではリストを常に表示 */
    .crx_article_toc .toc_list_content {
        display: block !important;
    }   
        /* PCではCTAを表示し、目次と同じ幅に設定 */
    .crx_toc_cta {
        display: block; /* PCでのみ表示 */
        width: 100%; /* ラッパー内で全幅 */
        margin-top: -20px; /* 目次との間に余白 */
    }
    
    /* === 本文コンテナの調整 === */
    .crx_article_content {
        order: 1; /* 本文を右側に配置 */
    }
   
}

@media (max-width: 1200px) {
    .crx_article {
        flex-direction: column;
        margin: 50px auto;
        padding: 0 15px;
        gap: 20px;
        display: flex;
    }
    
/* ラッパーごと非表示にする（目次もCTAも消える） */
    .crx_toc_sidebar_wrapper {
        display: none !important;
    }
    
    /* 本文コンテナ: 目次の後に配置 */
    .crx_article_content {
        order: 1; 
        max-width: 100%;
        margin: 0 auto;
    }
}

/* 5. モバイルレスポンシブ調整 (max-width: 768px) - 本文中に埋め込み */

@media (max-width: 768px) {
    /* 記事コンテナを縦並びに変更 */
    .crx_article {
        flex-direction: column;
        margin: 50px auto;
        padding: 0 15px;
        gap: 20px;
        display: flex;
    }
    
/* ラッパーごと非表示にする（目次もCTAも消える） */
    .crx_toc_sidebar_wrapper {
        display: none !important;
    }
    
    /* 本文コンテナ: 目次の後に配置 */
    .crx_article_content {
        order: 1; 
        max-width: 100%;
        margin: 0 auto;
    }
    /* h1のスタイル調整 */
    .crx_article .crx_article_hero h1 {
        font-size: 2em;
        margin-bottom: 30px;
    }
    
    /* h2のスタイル調整 */
    .crx_article h2 {
        font-size: 1.6em;
        padding: 12px 15px;
    }

    /* h3のスタイル調整 */
    .crx_article h3 {
        font-size: 1.4em;
        border-left-width: 4px;
        padding-left: 10px;
        margin: 20px 0 10px 0;
    }
    
    /* h4のスタイル調整 */
    .crx_article h4 {
        font-size: 1.1em;
        border-bottom-width: 2px;
        margin: 15px 0 8px 0;
    }
    
    /* 更新日ボックスの調整 */
    .crx_article_update_date {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 0.7em;
        font-weight: 500;
        width: 190px;
        float: none;
    }
}

/* ==================================== */
/* 1. 基本となる装飾スタイル (変更なし) */
/* ==================================== */
.decorative-border {
  /* heightは可変にすることが多いため、ここではmax-heightやpaddingで調整推奨 */
  height: auto;
  
  /* デフォルトのサイズ設定（例として中サイズをデフォルトに） */
  max-width: 500px; 
  
  /* 内側の影と外側の影 */
  box-shadow: 
    inset 0 0 0 10px #ffffff, 
    0 4px 10px rgba(0, 0, 0, 0.1); 
  
  /* 外側のボーダー */
  border: 1px solid #ddd;
}

/* 子要素のimgを親コンテナに合わせて表示 */
.decorative-border img {
  display: block; /* imgのinline-blockによる隙間を解消 */
  width: 100%;
  height: 100%;
  object-fit: cover; 
}

/* =========================== */
/* 2. 大きさ制御クラス */
/* =========================== */
.decorative-border.is-small {
  max-width: 400px; /* 小さいサイズ */
}

.decorative-border.is-medium {
  max-width: 500px; /* 標準サイズ */
}

.decorative-border.is-large {
  max-width: 100%; /* 親要素の幅いっぱい */
}


/* =========================== */
/* 3. 配置制御クラス */
/* =========================== */
.decorative-border.is-center {
  margin-left: auto;
  margin-right: auto;
  /* floatを解除する必要があるため、floatとcenterは同時に使えません */
  float: none; 
}


/* =========================== */
/* 4. フロート制御クラス */
/* =========================== */
.decorative-border.is-float-left {
  float: left;
  /* テキストとの間にスペースを作る */
  margin-right: 20px; 
  margin-bottom: 10px;
}

.decorative-border.is-float-right {
  float: right;
  /* テキストとの間にスペースを作る */
  margin-left: 20px; 
  margin-bottom: 10px;
}

.image-caption-outer {
    margin-top: 5px; 
    margin-bottom: 5px;
    font-size: 16px;
    font-style: italic;
    color: #555;
}

.decorative-border.is-center + .image-caption-outer {
    text-align: center;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}


/* 2. 画像のアニメーション設定 */
.decorative-border img {
    transition: transform 0.3s ease;
}

/* 3. リンク（aタグ）がある場合のみ、ホバー時に画像を拡大 */
.decorative-border a:hover img {
    transform: scale(1.03); /* CTAと同じ */
}





/* ========================================= */
/* 1. テーブル全体の共通スタイル */
/* ========================================= */
.crx_article_tabel.table-modern-simple {
    width: 100%;
    border-collapse: collapse; /* 罫線を結合し直線的に */
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
}

/* ========================================= */
/* 2. ヘッダー (<thead>) のスタイル */
/* ========================================= */

/* 1列目 (空セル/項目名ヘッダー) */
.crx_article_tabel.table-modern-simple thead th:first-child {
    background-color: #6a9ac9; /* 左の青い色 */
    color: white;
    width: 15%; /* 幅を確保 */
    padding: 15px 10px;
}

/* 人手 (2列目) - 薄い青 */
.crx_article_tabel.table-modern-simple .col-human {
    background-color: #DAE3F3; /* グラデーションから単色へ */
    color: #000;
}

/* 協働ロボット (3列目) - 薄い緑 */
.crx_article_tabel.table-modern-simple .col-cobot {
    background-color: #E2F0D9; /* グラデーションから単色へ */
    color: #000;
}

/* 従来ロボット (4列目) - 薄い青 */
.crx_article_tabel.table-modern-simple .col-robot {
    background-color: #DAE3F3; /* グラデーションから単色へ */
    color: #000;
}

/* ヘッダー共通のスタイル */
.crx_article_tabel.table-modern-simple thead th {
    padding: 15px 10px;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.3;
    border: 1px solid #c0c0c0; /* 統一された薄い罫線 */
}

/* ヘッダー内の画像 */
.crx_article_tabel.table-modern-simple thead img {
    margin-top: 5px;
    width: 60px !important;
    height: auto !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* フィルタを削除し、よりフラットに */
}

/* ========================================= */
/* 3. ボディ (<tbody>) のスタイル */
/* ========================================= */

.crx_article_tabel.table-modern-simple tbody th,
.crx_article_tabel.table-modern-simple tbody td {
    padding: 12px 10px;
    border: 1px solid #c0c0c0; /* 統一された薄い罫線 */
    text-align: center;
    vertical-align: middle;
    font-size: 1.2em;
    line-height: 1.4;
}

/* 行ヘッダー (最初の列) のデザイン - シンプルな長方形 */
.crx_article_tabel.table-modern-simple tbody th {
    /* グラデーションを維持しつつ角丸を削除 */
    background: linear-gradient(to right, #6a9ac9, #4a7bb0);
    color: white;
    font-weight: bold;
    text-align: left;
    padding-left: 20px;
    /* 前回設定した絶対配置と角丸を全て削除 */
    position: static;
    transform: none;
    font-size: 1.5em;
    width: 20%; /* ヘッダーの幅をtheadと統一 */
}

/* セルの背景色 (ヘッダーの色と統一) */
.crx_article_tabel.table-modern-simple tbody td:nth-child(2) { /* 人手 */
    background-color: #f7faff;
}
.crx_article_tabel.table-modern-simple tbody td:nth-child(3) { /* 協働ロボット */
    background-color: #fafff7;
}
.crx_article_tabel.table-modern-simple tbody td:nth-child(4) { /* 従来ロボット */
    background-color: #f7faff;
}

/* 評価理由のテキストスタイル */
.crx_article_tabel.table-modern-simple td > br + * {
    font-size: 0.85em;
    color: #666;
}

/* ========================================= */
/* 4. 評価記号のスタイル強調 */
/* ========================================= */

.crx_article_tabel.table-modern-simple td span {
    font-size: 1.6em; /* 記号を大きく */
    font-weight: 800;
    display: block;
    margin-bottom: 3px;
    line-height: 1;
}

/* 評価の色は前回のものを使用 */
.crx_article_tabel.table-modern-simple td .excellent {
    color: #00b050; /* 濃い緑 */
}
.crx_article_tabel.table-modern-simple td .good {
    color: #2e75b6; /* 濃い青 */
}
.crx_article_tabel.table-modern-simple td .poor {
    color: #c00000; /* 濃い赤 */
}/* ========================================= */
/* 5. モバイル対応 (レスポンシブデザイン) */
/* ========================================= */

@media (max-width: 768px) {

    /* テーブル全体 */
    .crx_article_tabel.table-modern-simple {
        margin: 10px 0;
        /* モバイルでは横幅が狭いため、項目名の幅を少し広く取る */
    }

    /* ヘッダーの文字サイズを小さく */
    .crx_article_tabel.table-modern-simple thead th {
        font-size: 1.1em; /* 1.5em から 1.1em へ縮小 */
        padding: 10px 5px;
    }

    /* ヘッダー内の画像も少し小さく */
    .crx_article_tabel.table-modern-simple thead img {
        width: 40px !important; /* 80px から 40px へ縮小 */
    }

    /* 行ヘッダー (項目名) の文字サイズを小さく */
    .crx_article_tabel.table-modern-simple tbody th {
        font-size: 1.1em; /* 1.5em から 1.1em へ縮小 */
        padding-left: 10px;
        width: 25%; /* 項目名を確保するため幅を広げる */
        text-align: left; /* 項目名は左寄せの方が見やすい */
    }

    /* データセル全体の文字サイズを小さく */
    .crx_article_tabel.table-modern-simple tbody th,
    .crx_article_tabel.table-modern-simple tbody td {
        font-size: 0.8em; /* 1.2em から 0.9em へ縮小 */
        padding: 8px 5px;
        vertical-align: middle;
    }

    /* 評価記号のサイズを調整 */
    .crx_article_tabel.table-modern-simple td span {
        font-size: 1.4em; /* 1.6em から 1.4em へ縮小 */
        margin-bottom: 2px;
    }

    /* 評価理由のテキストサイズをさらに小さく */
    .crx_article_tabel.table-modern-simple td > br + * {
        font-size: 0.75em; /* 0.85em から 0.75em へ縮小 */
    }
}



/* ========================================================= */
/* 🆕 H3 SEO対応 & スタイリッシュな画像と解説のブロックベーススタイル */
/* ========================================================= */

/* 外側のラッパー：マージン制御 (変更なし) */
.media-wrapper-crx {
    margin-bottom: 35px; /* ブロック間の間隔を少し広めに */
}

/* --------------------------------------------------------- */
/* 1. SEO対応 H3 セクションタイトル専用のスタイル */
/* --------------------------------------------------------- */

/* H3タグ自体にデザインを適用し、SEOと見た目を両立 */
.media-block-title-crx {
    padding: 10px 0;
    margin: 0 0 15px 0; /* 下マージンを少し増やし、コンテンツと分離 */
    font-size: 1.8em;
    font-weight: 700;
    color: #333;
    
    /* 記事のh3スタイルを適用 */
    border-left: 6px solid #4a7bb0;
    padding-left: 15px;
    line-height: 1.2;
}

/* --------------------------------------------------------- */
/* 2. 画像と解説のコンテナ (影付きスタイリッシュデザイン) */
/* --------------------------------------------------------- */

.media-block-content-crx {
    display: flex;
    flex-direction: column; /* モバイル優先 */
    align-items: flex-start;
    gap: 15px;
    
    /* ★ スタイリッシュ化の肝：影とパディングを調整 ★ */
    padding: 20px; /* パディングを増やしてゆったりと */
    border: none; /* 枠線を削除 */
    border-radius: 12px; /* 角を大きく丸くする */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); /* 柔らかな影 */
    background-color: #ffffff; /* 背景を白で強調 */
    transition: box-shadow 0.3s ease; /* ホバー時のトランジション */
}

.media-block-content-crx img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px; /* 画像の角も丸くする */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); /* 画像自体の影も少しつける */
}
/* 修正：画像リンクは透過ルールを適用 */
.media-block-content-crx a:hover img {
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.media-block-content-crx p {
    margin: 0;
    font-size: 0.95em;
    line-height: 1.6;
    color: #444; /* テキストカラーを濃くして視認性アップ */
}

/* --------------------------------------------------------- */
/* PC向け調整 (min-width: 768px) - 横並びレイアウト */
/* --------------------------------------------------------- */
@media (min-width: 768px) {
    .media-block-content-crx {
        flex-direction: row;
        gap: 30px; /* PCでは間隔をさらに広めに */
        align-items: flex-start; /* テキストの頭を画像に合わせる */
    }

    .media-block-content-crx img {
        /* 元の 45% から 30% に戻し、よりスマートな比率に */
        width: 45%; 
        max-width: 400px;
        flex-shrink: 0;
    }

    .media-block-content-crx p {
        /* 画像が 30% になったため、残りの 70% を占めるように調整 */
        width: 70%;
        padding-top: 5px; 
    }
}

.media-block-content-crx {
    /* 影と変形（拡大）の両方をなめらかに動かす */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* 2. 画像単体のアニメーションは無効化（念のためリセット） */
.media-block-content-crx img {
    transform: none !important;
    transition: none !important;
}

/* 3. リンクをホバーした時、ボックス全体を拡大＆影を濃くする */
.media-wrapper-crx a:hover .media-block-content-crx {
    transform: scale(1.02); /* 全体を1.02倍に拡大 */
    
    /* 浮き上がっているように見せるため、影を少し下に伸ばして濃くする */
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

/* 4. （お好みで）透過はさせない場合は opacity を 1 に強制 */
.media-wrapper-crx a:hover img {
    opacity: 1 !important;
}

/* ========================================================= */
/* YouTube埋め込み専用スタイル (レスポンシブ対応)            */
/* ========================================================= */

.article_youtube {
    /* 記事内の配置と余白 */
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    
    /* 中身（iframe）を中央寄せにする */
    display: flex;
    justify-content: center;
}

.article_youtube iframe {
    /* 1. 幅を親要素（スマホ画面）に合わせる */
    width: 100%;
    /* 2. PCでの最大幅をHTMLの指定(600px)と同じか、好みの幅に制限 */
    max-width: 800px; 
    /* 3. 高さを自動計算させて、アスペクト比(16:9)を維持 */
    height: auto;
    aspect-ratio: 16 / 9;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* ほんのり影 */
}


/* CTA */
.ad-wrapper_robot_article {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px 0;
  background-color: transparent;
}

.ad-banner_robot_article {
  position: relative;
  width: 95%; /* 横幅を広げる */
  max-width: 1000px; /* 横長に調整 */
  min-height: 220px; /* 縦を少し短く */
  background-image: url('../../assets/5min-basics-image/fanuc_image.png');
  background-size: cover;
  background-position: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 40px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.3);
  border-radius: 16px;
  overflow: hidden;
  border: 4px solid #FFD500;
}

.ad-banner_robot_article::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45); /* 背景を暗くして文字を際立たせる */
  z-index: 0;
}

.ad-content_robot_article {
  position: relative;
  z-index: 1;
}

.ad-title_robot_article {
  font-size: 2.4em;
  font-weight: bold;
  color: #FFD500;
  margin-bottom: 16px;
  text-shadow: 2px 2px 6px rgba(0,0,0,0.6);
}

.ad-text_robot_article {
  font-size: 0.95em; /* 少し小さく */
  line-height: 1.6;
  margin-bottom: 24px;
  color: #fff;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.5);
}

.ad-button_robot_article {
  display: block;
  width: 100%;
  max-width: 360px;
  margin: 0 ;
  text-align: center;
  padding: 16px 36px;
  background-color: #FFD500;
  color: #000;
  font-weight: bold;
  font-size: 1.1em;
  text-decoration: none;
  border-radius: 12px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  position: relative;
  overflow: hidden;
}

.ad-button_robot_article::after {
  content: "→";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2em;
  opacity: 0;
  transition: opacity 0.3s ease, right 0.3s ease;
}

/* 修正：矢印アニメーション停止、背景色のみ */
.ad-button_robot_article:hover {
  background-color: #e6c200;
  transform: none; /* 動き停止 */
  box-shadow: none; /* 影停止 */
}

/* 修正：矢印は動かさない */
.ad-button_robot_article:hover::after {
  opacity: 1;
  right: 20px; /* 固定 */
}
/* CTA */

/* 自由配置ボタン　*/

/* --- 共通の基本スタイル --- */
.CRX_H_btn {
  border: none;
  cursor: pointer;
  font-weight: bold;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin: 5px;
  border-radius: 50px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* 修正：浮き上がり停止、透過のみ */
.CRX_H_btn:hover {
  transform: none;
  box-shadow: none;
  opacity: 0.6; /* 透過 */
}

/* --- 色のスタイル --- */
.CRX_H_color-green {
  background-color: #86BD40;
  color: #FFF;
}

.CRX_H_color-white {
  background-color: #FFF;
  color: #000;
  border: 1px solid #ddd;
}

.CRX_H_color-yellow {
  background-color: #ffe024;
  color: #FFF;
}

/* --- 大きさのスタイル --- */
.CRX_H_size-small {
  padding: 8px 16px;
  font-size: 12px;
}

.CRX_H_size-medium {
  padding: 12px 24px;
  font-size: 16px;
}

.CRX_H_size-large {
  padding: 16px 32px;
  font-size: 20px;
}

/* --- 配置のスタイル（親コンテナ） --- */
.CRX_H_btn-container {
  display: flex;
  align-items: center;
  width: 100%;
}

.CRX_H_align-left {
  justify-content: flex-start;
}

.CRX_H_align-center {
  justify-content: center;
}

.CRX_H_align-right {
  justify-content: flex-end;
}

/* 自由配置ボタンここまで　*/



/* --- Case Area Block (カードリスト・コンテナ) --- */
.case_area-list {
    display: flex;
    flex-direction: column;
    gap: 30px; /* スマホ時のカード間の縦余白 */
    width: 100%;
}

/* --- Case Area Block (カード本体) --- */
.case_area-block {
    display: flex;
    flex-direction: column;
    background: white;
    position: relative;
    text-decoration: none;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    height: auto; /* カードの高さは変化する */
    transition: background 0.3s ease; /* 背景色のみトランジション */
    width: 100%;
    box-sizing: border-box;
    transform: none; /* 浮き上がりなし */
}

/* ホバー時のアクション（浮き上がり無し、背景色と画像の透過のみ） */
.case_area-block:hover {
    background: #cccccc;
}
.case_area-block:hover img {
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

/* --- Image Styles (画像部分 - 16:9固定) --- */
.case_area-image {
    width: 100%;
    margin: 0;
    line-height: 0;
}

.case_area-image img {
    width: 100%;
    aspect-ratio: 16 / 9; /* 16:9の比率に固定 */
    object-fit: cover;    /* 隙間ができないよう枠いっぱいに表示（トリミング） */
    border-radius: 10px 10px 0 0;
    transition: opacity 0.3s ease; /* ホバー解除時のフェードバック用 */
}

/* --- Inner Content Styles (テキストエリア) --- */
.case_area-body {
    padding: 20px 30px 60px 30px; /* 下に矢印用の余白を確保 */
    flex-grow: 1;
}

/* --- Date Styles (日付) --- */
.case_area-date {
    font-size: 14px;
    color: #666;
    margin: 0 0 10px 0;
    font-family: 'din-2014', sans-serif; 
    font-weight: 500;
    letter-spacing: 0.05em;
}

/* --- Title Styles (タイトル) --- */
h4.case_area {
    font-size: 20px;
    margin: 0 0 15px 0;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
}

/* --- Text Styles (本文) --- */
.case_area-text {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5; /* テキストが長すぎる場合は5行で三点リーダー表示(任意) */
    overflow: hidden;
}

/* =======================================
   レスポンシブ（PC専用レイアウト：横3列）
======================================= */
@media (min-width: 900px) {
    .case_area-list {
        max-width: 1200px; /* 全体の幅を1200pxに制限 */
        margin: 0 auto;    /* 領域を中央寄せ */
		display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start; /* 左寄せベース */
        gap: 40px 2.75%; /* 縦余白40px、横余白を2.75%に設定して均等配置 */
    }
    
    .case_area-block {
        width: 31.5%; /* 3列にするため幅を31.5%に設定 */
    }
}


/* =======================================
   セカンドビュー_YouTube セクション
======================================= */
.second_view_youtube {
    padding: 60px 0 80px 0; /* 上下の余白（カードエリアとのバランスで調整） */
    width: 100%;
}

.second_view_youtube .contents_inner {
    width: 95%; /* スマホでは画面幅の95% */
    margin: 0 auto;
    box-sizing: border-box;
}

/* Flexコンテナ（スマホ時は縦積み） */
.sv_flex_container {
    display: flex;
    flex-direction: column;
    gap: 40px; /* テキストと動画の隙間 */
}

/* テキストエリアの装飾 */
.sv_text_box {
    width: 100%;
}

.sv_title {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 20px 0;
    line-height: 1.4;
    color: #000;
}

.sv_text {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin: 0;
}

/* YouTube動画のレスポンシブ対応（16:9維持） */
.sv_video_box {
    width: 100%;
}

.sv_video_wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 のアスペクト比 */
}

.sv_video_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px; /* 動画の角を丸くする（不要なら削除） */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); /* 軽い影をつける */
}

/* =======================================
   PC専用レイアウト
======================================= */
@media (min-width: 900px) {
    .second_view_youtube .contents_inner {
        max-width: 1200px; /* 全体の幅を1200pxに制限 */
        padding: 0;
    }

    .sv_flex_container {
        flex-direction: row; /* テキスト左、動画右に横並び */
        align-items: center; /* 縦の中央で揃える */
        gap: 60px; /* PC時の左右の余白 */
    }

    /* ★ 左右入れ替え用クラス（HTMLに .reverse を付けた時のみ適用） */
    .sv_flex_container.reverse {
        flex-direction: row-reverse; /* 動画左、テキスト右に反転 */
    }

    /* 横幅の比率（テキスト 45% : 動画 55%）お好みで調整してください */
    .sv_text_box {
        width: 45%;
    }

    .sv_video_box {
        width: 55%;
    }
}