@charset "utf-8";
/* CSS Document */
/***********************************************************
	index.css
************************************************************/


/*=================================================
メインエリア スライド swiper スライド
==================================================*/
.swiper-container {
	position: relative;
	background-color: #FFF;
}
.swiper-slide {
	box-sizing: border-box;
	background-color: #FFF;
}
.swiper-pagination {
  /*bottom: -23px !important;*/
}
.swiper-pagination-bullet {
 	background-color: #FFFFFF;
  	opacity: 0.6;
}
.swiper-pagination-bullet-active {
  	background-color: #ffff99;
	opacity: 1;
}
/*=================================================
メインエリア スライド１用
==================================================*/
.mainArea01 {
	height: 550px;
	overflow: hidden;
	
	background-image: url("../common/img/main/main_cont1_bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center right;
}
.mainArea01 .mainAreainnr {
	display: flex;
  	align-items: center;
	justify-content: center;
	height: 100%;
	box-sizing: border-box;
	padding: 0 10px;
}
.mainArea01 .mainAreainnr h2 {
	font-size: 34px;
	text-align: center;
	line-height: 1.4;
	color: #FFF;
	text-shadow: 1px 1px 4px #444444;
}
/*******************************
	768px以上【tablet】
********************************/
@media print, screen and (min-width: 768px) {
	.mainArea01 {
		height: 400px;
	}
	.mainArea01 .mainAreainnr {
		align-items: center;
		justify-content: flex-start;
	}
	.mainArea01 .mainAreainnr h2 {
		font-size: 60px;
		text-align: left;
		margin-top: -30px;
	}
}
/*******************************
	1024px以上【PC】
********************************/
@media print, screen and (min-width: 1024px) {
	.mainArea01 {
		height: 550px;
	}
	.mainArea01 .mainAreainnr {
		max-width: 1200px;
		padding: 0 10px;
		margin: 0 auto;
	}
	.mainArea01 .mainAreainnr h2 {
		font-size: 74px;
	}
	
}
/*=================================================
メインエリア スライド2,3用
==================================================*/
.mainArea02 {
	height: 550px;
	overflow: hidden;
}
.mainArea02.bg2 {
	background-image: url("../common/img/main/main_cont2_bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center;
}
.mainArea02.bg3 {
	background-image: url("../common/img/main/main_cont3_bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center;
}
.mainArea02 .mainAreainnr {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 0 10px;
}
.mainArea02 .mainAreainnr .txtArea {
	width: 100%;
}
.mainArea02 .mainAreainnr .txtArea h2 {
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
	padding-top:20px;
	line-height: 1.4;
	color: #FFF;
}
.mainArea02 .mainAreainnr .txtArea .msg1 {
	color: #FFF;
	font-size: 16px;
	text-align: center;
	margin-bottom: 10px;
}
.mainArea02 .mainAreainnr .txtArea .msg2 {
	color: #FFF;
	font-size: 16px;
	text-align: center;
	font-weight: 500;
}
.mainArea02 .mainAreainnr .txtArea .button {
  margin: 20px auto 0;
  width: 90%;
}
.mainArea02 .mainAreainnr .txtArea .button a {
  text-align: center;
  color: #FFFFFF;
  line-height: 1.3;
  font-size: 16px;
  padding: 5px 10px;
  display: block;
  transition: .2s linear;
  position: relative;
  font-weight: bold;
  border-radius: 8px;
  border: solid 1px #FFFFFF;
  box-sizing: border-box;
}
.mainArea02 .mainAreainnr .txtArea .button a:after {
  font-family: 'Font Awesome 6 Free';
  content: "\f0da";
  font-weight: 900;
  position: absolute;
  right: 10px;
}
/*--- リンク ---*/
.mainArea02 .mainAreainnr .txtArea .button a:link, 
.mainArea02 .mainAreainnr .txtArea .button a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.mainArea02 .mainAreainnr .txtArea .button a:hover, 
.mainArea02 .mainAreainnr .txtArea .button a:active {
	color: #FFFFFF;
	text-decoration: none;
  	background-color: rgba( 255, 255, 255, 0.4 ); 
}


.mainArea02 .mainAreainnr .imgArea {
	width: 60%;
	text-align: center;
	margin: 0 auto;
}


/*******************************
	768px以上【tablet】
********************************/
@media print, screen and (min-width: 768px) {
	.mainArea02 {
		height: 400px;
	}
	.mainArea02 .mainAreainnr {
		align-items: center;
	}
	.mainArea02 .mainAreainnr .txtArea {
		width: 60%;
	}
	.mainArea02 .mainAreainnr .txtArea h2 {
		font-size: 30px;
		text-align: left;
		margin-bottom: 20px;
		padding-top:20px;
	}
	.mainArea02 .mainAreainnr .txtArea .msg1 {
		font-size: 16px;
		text-align: left;
		margin-bottom: 15px;
	}
	.mainArea02 .mainAreainnr .txtArea .msg2 {
		font-size: 18px;
		text-align: left;
		margin-bottom: 5px;
	}
	.mainArea02 .mainAreainnr .txtArea .button {
  		margin: 20px 0 0;
  		max-width: 360px;
	}
	.mainArea02 .mainAreainnr .txtArea .button a {
    	font-size: 18px;
  		padding: 10px 20px;
  	}
	
	.mainArea02 .mainAreainnr .imgArea {
		width: 40%;
		text-align: right;
	}
}
/*******************************
	1024px以上【PC】
********************************/
@media print, screen and (min-width: 1024px) {
	.mainArea02 {
		height: 550px;
	}
	.mainArea02 .mainAreainnr {
		max-width: 1200px;
		padding: 0 10px;
		margin: 0 auto;
	}
	.mainArea02 .mainAreainnr .txtArea {
		width: 53%;
	}
	.mainArea02 .mainAreainnr .txtArea h2 {
		font-size: 42px;
		text-align: left;
		margin-bottom: 50px;
	}
	.mainArea02 .mainAreainnr .txtArea .msg1 {
		font-size: 18px;
	}
	.mainArea02 .mainAreainnr .txtArea .msg2 {
		font-size: 22px;
	}
	.mainArea02 .mainAreainnr .imgArea {
		width: 47%;
		text-align: right;
	}
}






/*=================================================
イントロ部
==================================================*/
.intoroArea {
	background-image: url("../img/bgk01.png");
	background-repeat: repeat;
	background-position: top left;
	background-size: 30px;
}
.intoroArea .intoroAreainnr {
	padding: 0 10px;
	box-sizing: border-box;
}
.intoroArea .intoroAreainnr .suptxtBox {
	box-sizing: border-box;
	padding: 10px;
	margin: 20px 0 0;
	background-color: #FFF;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	border-bottom: 2px solid #5577FE;
}
.intoroArea .intoroAreainnr .suptxtBox h3 {
	font-size: 15px;
	margin-bottom: 15px;
}
.intoroArea .intoroAreainnr .suptxtBox p {
	font-size: 13px;
}

/*******************************
	768px以上【tablet】
********************************/
@media print, screen and (min-width: 768px) {
	.intoroArea {
	}
	.intoroArea .intoroAreainnr {
	}
	.intoroArea .intoroAreainnr .suptxtBox {
		padding: 20px 30px;
	}
}
/*******************************
	1024px以上【PC】
********************************/
@media print, screen and (min-width: 1024px) {
	.intoroArea {
	}
	.intoroArea .intoroAreainnr {
		max-width: 1200px;
		margin: 0 auto;
	}
	.intoroArea .intoroAreainnr .suptxtBox {
		max-width: 1000px;
		margin: 30px auto 0;
		padding: 20px 30px;
	}
}


/*=================================================
課題
==================================================*/
.assiArea {
	background-image: url("../img/assig_bg.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center;
}
.assiArea .assiAreainnr {
	padding: 0 10px;
	box-sizing: border-box;
}
.assiArea .assiAreainnr .assiBoxlist {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}
.assiArea .assiAreainnr .assiBoxlist > li {
	width: 100%;
	background-color: #FFF;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	margin-bottom: 20px;
}
.assiArea .assiAreainnr .assiBoxlist > li:nth-child(1) .ttl {
	background-color: #EAF8FF;
	text-align: center;
	padding: 10px;
	font-size: 20px;
}
.assiArea .assiAreainnr .assiBoxlist > li:nth-child(1) .ttl span {
	color: #1464F9;
}
.assiArea .assiAreainnr .assiBoxlist > li:nth-child(1) ul.list {
  list-style: none;
  padding: 15px;
  margin: 0;
}
.assiArea .assiAreainnr .assiBoxlist > li:nth-child(1) ul.list li {
  position: relative;
  padding: 0 0 0 1.4em;
  margin: 0 0 6px 0;
}
.assiArea .assiAreainnr .assiBoxlist > li:nth-child(1) ul.list li::before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: '\f14a';
  color: #1464F9;
}
.assiArea .assiAreainnr .assiBoxlist > li:nth-child(2) .ttl {
	background-color: #E4FFE9;
	text-align: center;
	padding: 10px;
	font-size: 20px;
}
.assiArea .assiAreainnr .assiBoxlist > li:nth-child(2) .ttl span {
	color: #059F86;
}
.assiArea .assiAreainnr .assiBoxlist > li:nth-child(2) ul.list {
  list-style: none;
  padding: 15px;
  margin: 0;
}
.assiArea .assiAreainnr .assiBoxlist > li:nth-child(2) ul.list li {
  position: relative;
  padding: 0 0 0 1.4em;
  margin: 0 0 6px 0;
}
.assiArea .assiAreainnr .assiBoxlist > li:nth-child(2) ul.list li::before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: '\f14a';
  color: #059F86;
}
/*-- 共有の課題 --*/
.assiArea .assiAreainnr .assicomBox {
	background-color: #FFF;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	margin-bottom: 30px;
}
.assiArea .assiAreainnr .assicomBox .ttl {
	background-color: #5577FE;
	text-align: center;
	padding: 10px;
	font-size: 20px;
	color: #FFF;
}
.assiArea .assiAreainnr .assicomBox .assiinnr {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 10px;
}
.assiArea .assiAreainnr .assicomBox .assiinnr .cause {
	width: 100%;
	margin-bottom: 20px;
}
.assiArea .assiAreainnr .assicomBox .assiinnr .cause .sttl {
	background-color: #F8F8F8;
	font-size: 18px;
	text-align: center;
	padding: 10px;
	margin-bottom: 15px;
}
.assiArea .assiAreainnr .assicomBox .assiinnr .cause .sttl span {
	font-size: 16px;
	color: #E60012;
}
.assiArea .assiAreainnr .assicomBox .assiinnr .cause .casuelist {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
}
.assiArea .assiAreainnr .assicomBox .assiinnr .cause .casuelist li {
	width: 49.5%;
}
.assiArea .assiAreainnr .assicomBox .assiinnr .cause .casuelist li .icon {
	text-align: center;
	margin-bottom: 10px;
}
.assiArea .assiAreainnr .assicomBox .assiinnr .cause .casuelist li p {
	text-align: center;
}
.assiArea .assiAreainnr .assicomBox .assiinnr .cause .casuelist li p span {
	color: #E60012;
}
/*******************************
	768px以上【tablet】
********************************/
@media print, screen and (min-width: 768px) {
	.assiArea .assiAreainnr .assiBoxlist {
		margin-bottom: 30px;
	}
	.assiArea .assiAreainnr .assiBoxlist > li {
		width: 48.5%;
	}
	.assiArea .assiAreainnr .assiBoxlist > li:nth-child(1) .ttl {
		font-size: 28px;
	}
	.assiArea .assiAreainnr .assiBoxlist > li:nth-child(1) ul.list {
		padding: 30px;
	}
	.assiArea .assiAreainnr .assiBoxlist > li:nth-child(2) .ttl {
		font-size: 28px;
	}
	.assiArea .assiAreainnr .assiBoxlist > li:nth-child(2) ul.list {
		padding: 30px;
	}
	/*-- 共有の課題 --*/
	.assiArea .assiAreainnr .assicomBox .ttl {
		font-size: 28px;
	}
	.assiArea .assiAreainnr .assicomBox .assiinnr {
		padding: 15px;
	}
	.assiArea .assiAreainnr .assicomBox .assiinnr .cause {
		width: 48.5%;
	}
	.assiArea .assiAreainnr .assicomBox .assiinnr .cause .sttl {
		font-size: 21px;
		margin-bottom: 20px;
	}
	.assiArea .assiAreainnr .assicomBox .assiinnr .cause .sttl span {
		font-size: 18px;
	}
	.assiArea .assiAreainnr .assicomBox .assiinnr .cause .casuelist li {
		width: 48.5%;
	}
}
/*******************************
	1024px以上【PC】
********************************/
@media print, screen and (min-width: 1024px) {
	.assiArea .assiAreainnr {
		max-width: 1200px;
		margin: 0 auto;
	}
}


/*=================================================
XR技術で課題を解決
==================================================*/
.soluArea {
}
.soluArea .soluAreainnr {
	padding: 0 10px;
	box-sizing: border-box;
}
/*-- ビフォーアフター --*/
.soluArea .soluAreainnr .befaftbox  {
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 20px;
}
.soluArea .soluAreainnr .befaftbox > li {
	background-color: #FFF;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	width: 100%;
	/*overflow: hidden;*/
	margin-bottom: 30px;
	position: relative;
}
.soluArea .soluAreainnr .befaftbox > li::after {
		content: "";
        position: absolute;
	    width: 0;
  		height: 0;
	    bottom: -20px;
	    right: 0;
  		left: 0;
  		margin: 0 auto;
        border-top: 20px solid #5577FE;
  		border-right: 20px solid transparent;
  		border-left: 20px solid transparent;
        z-index: 1;
}
.soluArea .soluAreainnr .befaftbox > li:last-child::after {
		border-top: none;
   		border-right: none;
    	border-left: none;
    	border-bottom: none;
	}
.soluArea .soluAreainnr .befaftbox > li .ttlArea {
	padding: 10px;
	color: #FFF;
	text-align: center;
}
.soluArea .soluAreainnr .befaftbox > li:nth-child(1) .ttlArea  {
	background-color: #E92626;
}
.soluArea .soluAreainnr .befaftbox > li:nth-child(2) .ttlArea  {
	background-color: #5577FE;
}
.soluArea .soluAreainnr .befaftbox > li .txtArea {
	padding: 15px;
}
.soluArea .soluAreainnr .befaftbox > li .txtArea .pic {
	text-align: center;
	margin-bottom: 10px;
}
.soluArea .soluAreainnr .befaftbox > li .txtArea ol.typ1  {
  position: relative;
  margin: 0 0 0 20px;
  padding: 0;
}
.soluArea .soluAreainnr .befaftbox > li .txtArea ol.typ1 li  {
  list-style: none;
  list-style-position: outside;
  margin: 8px 0 0 0;
  padding-left: 1.25em
}
.soluArea .soluAreainnr .befaftbox > li .txtArea ol.typ1 li span {
  position: absolute;
  left: 0;
  margin: 0;
}
/*-- メッセージ --*/
.soluArea .soluAreainnr .msgbox {
  font-size: 16px;
　font-weight: 500;
  text-align: left;
}
.soluArea .soluAreainnr .msgbox a:link,
.soluArea .soluAreainnr .msgbox a:visited {
	color: #E60012;
	text-decoration: none;
}
.soluArea .soluAreainnr .msgbox a:hover,
.soluArea .soluAreainnr .msgbox a:active {
	color:#5577FE;
	text-decoration: none;
}
/*-- 掛け算ボックス --*/
.soluArea .soluAreainnr .multiBoxList {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px 0;
}
.soluArea .soluAreainnr .multiBoxList > li {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	margin: 0 0 80px 0;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	border-top: 4px solid #8255FE;
	border-radius: 6px;
	position: relative;
	background-color: #FFF;
}
.soluArea .soluAreainnr .multiBoxList > li:last-child {
	margin: 0 0 0 0;
}
.soluArea .soluAreainnr .multiBoxList > li:nth-child(1)::after {
		content: "✕";
        position: absolute;
	    width: 60px;
  		height: 60px;
	    line-height: 1;
	    text-align: center;
	    bottom: -70px;
	    right: 0;
  		left: 0;
  		margin: 0 auto;
	    color: #E60012;
	    font-size: 50px;
}
.soluArea .soluAreainnr .multiBoxList > li:nth-child(2)::after {
		content: "＝";
        position: absolute;
	    width: 60px;
  		height: 60px;
	    line-height: 1;
	    text-align: center;
	    bottom: -70px;
	    right: 0;
  		left: 0;
  		margin: 0 auto;
	    color: #E60012;
	    font-size: 50px;
}
.soluArea .soluAreainnr .multiBoxList > li .icon {
	text-align: center;
	margin-bottom: 15px;
}
.soluArea .soluAreainnr .multiBoxList > li p {
	text-align: center;
	margin-bottom: 15px;
}
.soluArea .soluAreainnr .multiBoxList > li ul.list {
  list-style: none;
  padding: 15px;
  margin: 0;
  background-color: #F8F8F8;
}
.soluArea .soluAreainnr .multiBoxList > li ul.list li {
  position: relative;
  padding: 0 0 0 1.4em;
  margin: 0 0 6px 0;
  font-weight:600;
}
.soluArea .soluAreainnr .multiBoxList > li ul.list li:last-child {
	margin: 0;
}
.soluArea .soluAreainnr .multiBoxList > li ul.list li::before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: '\f14a';
  color: #1464F9;
}
/*-- メッセージ2 --*/
.soluArea .soluAreainnr .msgbox2 {
  font-size: 18px;
　font-weight: 600;
  padding: 15px;
  margin: 20px 0;
  text-align: center;
  color: #E60012;
  background-color: #FFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 4px solid #8255FE;
}

/*******************************
	768px以上【tablet】
********************************/
@media print, screen and (min-width: 768px) {
	/*-- ビフォーアフター --*/
	.soluArea .soluAreainnr .befaftbox  {
		padding-bottom: 30px;
	}
	.soluArea .soluAreainnr .befaftbox > li {
		width: 48%;
	}
	.soluArea .soluAreainnr .befaftbox > li::after {
		content: "";
    	position: absolute;
    	width: 0;
    	height: 0;
    	top: 50%;
		transform: translate(0, -50%);
    	bottom: auto;
    	right: -40px;
    	left:inherit;
    	margin: 0;
    	border-top: 40px solid transparent;
    	border-right: none;
    	border-left: 40px solid #5577FE;
    	border-bottom: 40px solid transparent;
    	z-index: 1;
	}
	.soluArea .soluAreainnr .befaftbox > li:last-child::after {
		border-top: none;
   		border-right: none;
    	border-left: none;
    	border-bottom: none;
	}
	.soluArea .soluAreainnr .befaftbox > li .ttlArea {
		padding: 25px 15px;
		font-size: 22px;
	}
	.soluArea .soluAreainnr .befaftbox > li .txtArea {
		padding: 25px;
	}
	/*-- メッセージ --*/
	.soluArea .soluAreainnr .msgbox {
		font-size: 22px;
		text-align: center;
		font-weight: 500;
	}
	/*-- 掛け算ボックス --*/
	.soluArea .soluAreainnr .multiBoxList {
		margin: 40px 0;
	}
	.soluArea .soluAreainnr .multiBoxList > li {
		width: 29.5%;
		padding: 20px;
		margin: 0 0 0 0;
	}
	.soluArea .soluAreainnr .multiBoxList > li:nth-child(1)::after {
		content: "✕";
        position: absolute;
	    width: 60px;
  		height: 60px;
	    line-height: 1;
	    text-align: center;
		top:0;
	    bottom: 0;
		left:inherit;
	    right: -52px;
  		margin: auto 0;
	    color: #E60012;
	    font-size: 42px;
	}
	.soluArea .soluAreainnr .multiBoxList > li:nth-child(2)::after {
		content: "＝";
        position: absolute;
	    width: 60px;
  		height: 60px;
	    line-height: 1;
	    text-align: center;
		top:0;
	    bottom: 0;
		left:inherit;
	    right: -52px;
  		margin: auto 0;
	    color: #E60012;
	    font-size: 42px;
	}
	.soluArea .soluAreainnr .multiBoxList > li p {
		text-align: center;
		font-size: 16px;
	}
	/*-- メッセージ2 --*/
	.soluArea .soluAreainnr .msgbox2 {
  		font-size: 30px;
		font-weight: 600;
		padding: 30px;
  		margin: 40px 0;
  	}
}
/*******************************
	1024px以上【PC】
********************************/
@media print, screen and (min-width: 1024px) {
	.soluArea .soluAreainnr {
		max-width: 1200px;
		margin: 0 auto;
	}
	/*-- ビフォーアフター --*/
	.soluArea .soluAreainnr .befaftbox  {
		padding-bottom: 40px;
	}
	.soluArea .soluAreainnr .befaftbox > li .txtArea {
		padding: 35px 25px;
	}
	/*-- メッセージ --*/
	.soluArea .soluAreainnr .msgbox {
		font-size: 25px;
		font-weight: 500;
	}
	/*-- 掛け算ボックス --*/
	.soluArea .soluAreainnr .multiBoxList > li:nth-child(1)::after {
		content: "✕";
        position: absolute;
	    width: 60px;
  		height: 60px;
	    line-height: 1;
	    text-align: center;
		top:0;
	    bottom: 0;
		left:inherit;
	    right: -63px;
  		margin: auto 0;
	    color: #E60012;
	    font-size: 54px;
	}
	.soluArea .soluAreainnr .multiBoxList > li:nth-child(2)::after {
		content: "＝";
        position: absolute;
	    width: 60px;
  		height: 60px;
	    line-height: 1;
	    text-align: center;
		top:0;
	    bottom: 0;
		left:inherit;
	    right: -63px;
  		margin: auto 0;
	    color: #E60012;
	    font-size: 54px;
	}
	/*-- メッセージ2 --*/
	.soluArea .soluAreainnr .msgbox2 {
  		font-size: 36px;
		font-weight: 600;
		padding: 30px;
  		margin: 40px 0;
  	}
}

/*=================================================
インストラクションXRの３つのアプローチ
==================================================*/
.approachArea {
}
.approachArea .approachAreainnr {
	padding: 0 10px;
	box-sizing: border-box;
}
.approachArea .approachAreainnr .xrsolBox {
	background-color: #FFF;
	padding: 10px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.approachArea .approachAreainnr .xrsolBox .vrsolblock {
	width: 100%;
	position: relative;
	padding-bottom: 60px;
	margin-bottom: 10px;
}
.approachArea .approachAreainnr .xrsolBox .arsolblock {
	width: 100%;
	position: relative;
	padding-bottom: 60px;
	margin-bottom: 10px;
}
/*-- VRソリューション --*/
.vrsolblock .ttl {
	background-color: #8255FE;
	color: #FFF;
	padding: 8px;
	margin: 0 0 10px 0;
	line-height: 1;
	font-size: 18px;
	text-align: center;
	border-radius: 4px;
}
.vrsolblock .cvtxt {
	height: 223px;
	line-height: 223px;
	text-align: center;
	color: #FFF;
	background-image: url("../img/ap_pic01.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center;
	margin: 0 0 20px 0;
	font-size: 22px;
}
.vrsolblock .sttl {
	background-color: #F6F3FF;
	padding: 8px;
	margin: 0 0 10px 0;
	line-height: 1;
	font-size: 18px;
	text-align: center;
	border-radius: 4px;
}
.vrsolblock ul.list {
  list-style: none;
  padding: 15px;
  margin: 0;
}
.vrsolblock ul.list li {
  position: relative;
  padding: 0 0 0 1.4em;
  margin: 0 0 6px 0;
}
.vrsolblock ul.list li:last-child {
	margin: 0;
}
.vrsolblock ul.list li::before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: '\f14a';
  color: #1464F9;
}
/*-- ARソリューション --*/
.arsolblock .arsolinnr {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.arsolblock .arsolinnr .block {
	width: 100%;
}
.arsolblock .ttl {
	background-color: #FE6100;
	color: #FFF;
	padding: 8px;
	margin: 0 0 10px 0;
	line-height: 1;
	font-size: 18px;
	text-align: center;
	border-radius: 4px;
}
.arsolblock .cvtxt {
	height: 223px;
	line-height: 223px;
	text-align: center;
	color: #FFF;
	background-image: url("../img/ap_pic02.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center;
	margin: 0 0 20px 0;
	font-size: 22px;
}
.arsolblock .cvtxt2 {
	height: 223px;
	line-height: 223px;
	text-align: center;
	color: #FFF;
	background-image: url("../img/ap_pic03.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center;
	margin: 0 0 20px 0;
	font-size: 22px;
}
.arsolblock .sttl {
	background-color: #FFF4ED;
	padding: 8px;
	margin: 0 0 10px 0;
	line-height: 1;
	font-size: 18px;
	text-align: center;
	border-radius: 4px;
}
.arsolblock ul.list {
  list-style: none;
  padding: 15px;
  margin: 0;
}
.arsolblock ul.list li {
  position: relative;
  padding: 0 0 0 1.4em;
  margin: 0 0 6px 0;
}
.arsolblock ul.list li:last-child {
	margin: 0;
}
.arsolblock ul.list li::before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: '\f14a';
  color: #FE6100;
}

/* ボタン VR AR ----*/
.btnlink {
	width: 100%;
	position: absolute;
	bottom: 0px;
  }
.vrsolblock .btnlink a,
.arsolblock .btnlink a {
		display: block;
		box-sizing: border-box;
		height: 50px;
		border-radius: 25px;
		text-align: center;
		line-height: 48px;
		font-size: 18px;
		transition: .2s linear;
		background-color: #666666;
}
.vrsolblock .btnlink a:link,
.vrsolblock .btnlink a:visited {
		color: #FFFFFF;
		text-decoration: none;
		background-color: #8255FE;
}
.vrsolblock .btnlink a:hover,
.vrsolblock .btnlink a:active {
		color: #FFFFFF;
		text-decoration: none;
		background-color: #af93fd;
}
.arsolblock .btnlink a:link,
.arsolblock .btnlink a:visited {
		color: #FFFFFF;
		text-decoration: none;
		background-color: #FE6100;
}
.arsolblock .btnlink a:hover,
.arsolblock .btnlink a:active {
		color: #FFFFFF;
		text-decoration: none;
		background-color: #fe9656;
}
/*******************************
	768px以上【tablet】
********************************/
@media print, screen and (min-width: 768px) {
	.approachArea .approachAreainnr .xrsolBox {
		padding: 20px;
	}
	.approachArea .approachAreainnr .xrsolBox .vrsolblock {
		width: 33%;
	}
	.approachArea .approachAreainnr .xrsolBox .arsolblock {
		width: 64%;
	}
	/*-- VRソリューション --*/
	.vrsolblock .ttl {
		font-size: 20px;
	}
	.vrsolblock .sttl {
		font-size: 18px;
	}
	.vrsolblock .cvtxt {
		font-size: 26px;
	}
	/*-- ARソリューション --*/
	.arsolblock .ttl {
		font-size: 20px;
	}
	.arsolblock .sttl {
		font-size: 18px;
	}
	.arsolblock .cvtxt, 
	.arsolblock .cvtxt2 {
		font-size: 26px;
	}
	.arsolblock .arsolinnr .block {
		width: 49%;
	}
	/* ボタン VR AR ----*/
	.vrsolblock .btnlink a,
	.arsolblock .btnlink a {
		font-size: 22px;
	}
}
/*******************************
	1024px以上【PC】
********************************/
@media print, screen and (min-width: 1024px) {
	.approachArea .approachAreainnr {
		max-width: 1200px;
		margin: 0 auto;
	}
	/*-- VRソリューション --*/
	.vrsolblock .ttl {
		font-size: 22px;
	}
	.vrsolblock .sttl {
		font-size: 19px;
	}
	/*-- ARソリューション --*/
	.arsolblock .ttl {
		font-size: 22px;
	}
	.arsolblock .sttl {
		font-size: 19px;
	}
}

/*=================================================
AIの活用で学習コンテンツ作成を効率化
==================================================*/
.assi2Area {
	padding: 0 0 30px;
	background-image: url("../img/bgk01.png");
	background-repeat: repeat;
	background-position: top left;
	background-size: 30px;
}
.assi2Area .cvttl {
	color: #FFF;
	text-align: center;
	padding: 30px 10px;
	font-size: 20px;
	background-image: url("../img/ttl_cv_bg1.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center;
}
.ass2Area .assi2Areainnr {
	padding: 0 10px;
	box-sizing: border-box;
}
.assi2Area .assi2Areainnr .assiList {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	margin: 0 0 30px 0;
}
.assi2Area .assi2Areainnr .assiList li {
	width: 49%;
	margin: 10px 0;
	/*opacity: 0;*/
	text-align: center;
}
/*******************************
	768px以上【tablet】
********************************/
@media print, screen and (min-width: 768px) {
	.assi2Area {
		padding: 0 0 40px;
	}
	.assi2Area .cvttl {
		padding: 40px 10px;
		font-size: 30px;
	}
	.assi2Area .assi2Areainnr .assiList {
		margin: 0 0 50px 0;
	}
	.assi2Area .assi2Areainnr .assiList li {
		width: 25%;
		margin: 10px 0;
	}
}
/*******************************
	1024px以上【PC】
********************************/
@media print, screen and (min-width: 1024px) {
	.assi2Area {
		padding: 0 0 60px;
	}
	.assi2Area .cvttl {
		padding: 50px 10px;
		font-size: 36px;
	}
	.assi2Area .assi2Areainnr {
		max-width: 900px;
		margin: 0 auto;
	}
}

/*=================================================
時間も場所も問わず、即戦力を育成するインタラクティブ研修
==================================================*/
.solutionSvsArea {
}
.solutionSvsArea .cvttl {
	color: #FFF;
	text-align: center;
	padding: 30px 10px;
	font-size: 20px;
	background-image: url("../img/ttl_cv_bg2.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center;
}
.solutionSvsArea .solutionSvsAreainnr {
	padding: 30px 10px;
	box-sizing: border-box;
}
.solutionSvsArea .solutionSvsAreainnr .onePanlBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.solutionSvsArea .solutionSvsAreainnr .onePanlBox .txtArea {
	width: 100%;
	margin-bottom: 15px;
	font-size: 18px;
}
/*-- アイコン＋タイトル --*/
.solutionSvsArea .solutionSvsAreainnr .onePanlBox .txtArea .ttlblk {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.solutionSvsArea .solutionSvsAreainnr .onePanlBox .txtArea .ttlblk .icon {
	margin-right: 10px;
	width: 40px;
}
.solutionSvsArea .solutionSvsAreainnr .onePanlBox .txtArea .ttlblk .ttl {
	font-size: 18px;
	line-height: 1.4;
}
.solutionSvsArea .solutionSvsAreainnr .onePanlBox .imgArea {
	width: 100%;
	text-align: center;
}
/*-- リスト --*/
.solutionSvsArea ul.type01,
.solutionSvsArea ul.type02 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.solutionSvsArea ul.type01 li,
.solutionSvsArea ul.type02 li {
  position: relative;
  padding: 0 0 0 1.6em;
  margin: 0 0 10px 0;
  font-size: 16px;
}
.solutionSvsArea ul.type01 li::before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: '\f14a';
  color: #8255FE;
}
.solutionSvsArea ul.type02 li::before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: '\f14a';
  color: #FE6100;
}
.solutionSvsArea .solutionSvsAreainnr .pointttl {
	background-color: #FFF;
	text-align: center;
	padding: 5px;
	margin: 10px 0 20px;
	font-size: 16px;
	border-bottom: solid 2px #8255FE;
}
/*--- ポイントのブロック --*/
.solutionSvsArea .threePanlBox {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px 0;
}
.solutionSvsArea .threePanlBox > li {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	margin: 0 0 20px 0;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	border-bottom: 4px solid #8255FE;
	background-color: #FFF;
}
.solutionSvsArea .threePanlBox > li .icon {
	text-align: center;
	margin-bottom: 15px;
}
.solutionSvsArea .threePanlBox > li .ttl {
	text-align: center;
	margin-bottom: 20px;
}
/*******************************
	768px以上【tablet】
********************************/
@media print, screen and (min-width: 768px) {
	.solutionSvsArea {
	}
	.solutionSvsArea .cvttl {
		padding: 40px 10px;
		font-size: 30px;
	}
	.solutionSvsArea .solutionSvsAreainnr {
		padding: 40px 10px;
	}
	.solutionSvsArea .solutionSvsAreainnr .onePanlBox {
		margin-bottom: 50px;
	}
	.solutionSvsArea .solutionSvsAreainnr .onePanlBox .txtArea {
		width: 50%;
		margin-bottom: 0;
		font-size: 20px;
	}
	/*-- アイコン＋タイトル --*/
	.solutionSvsArea .solutionSvsAreainnr .onePanlBox .txtArea .ttlblk {
		margin-bottom: 40px;
	}
	.solutionSvsArea .solutionSvsAreainnr .onePanlBox .txtArea .ttlblk .ttl {
		font-size: 22px;
	}
	.solutionSvsArea .solutionSvsAreainnr .onePanlBox .txtArea .ttlblk .icon {
		margin-right: 20px;
		width: auto;
	}
	.solutionSvsArea .solutionSvsAreainnr .onePanlBox .imgArea {
		width: 49.5%;
		text-align: right;
	}
	/*-- リスト --*/
	.solutionSvsArea ul.type01 li,
	.solutionSvsArea ul.type02 li {
 		font-size: 22px;
	}
	.solutionSvsArea .solutionSvsAreainnr .pointttl {
		background-color: #FFF;
		text-align: center;
		padding: 5px;
		margin: 10px 0 20px;
		font-size: 16px;
		border-bottom: solid 2px #8255FE;
	}
	/*--- ポイントのブロック --*/
	.solutionSvsArea .threePanlBox {
		margin: 40px 0;
	}
	.solutionSvsArea .threePanlBox > li {
		width: 32.5%;
		padding: 15px;
		margin: 0 0 0 0;
	}
	.solutionSvsArea .threePanlBox > li .ttl {
		text-align: center;
	}
}
/*******************************
	1024px以上【PC】
********************************/
@media print, screen and (min-width: 1024px) {
	.solutionSvsArea {
	}
	.solutionSvsArea .cvttl {
		padding: 50px 10px;
		font-size: 36px;
	}
	.solutionSvsArea .solutionSvsAreainnr {
		max-width: 1200px;
		margin: 0 auto;
	}
	/*-- アイコン＋タイトル --*/
	.solutionSvsArea .solutionSvsAreainnr .onePanlBox .txtArea .ttlblk .ttl {
		font-size: 24px;
	}
	/*-- リスト --*/
	.solutionSvsArea ul.type01 li,
	.solutionSvsArea ul.type01 li {
 		font-size: 24px;
	}
}


/*=================================================
ボタン
==================================================*/
.solutionSvsArea .catgry1Btn,
.solutionSvsArea .catgry2Btn {
	width: 100%;
	margin-bottom: 10px;
 }
.solutionSvsArea .catgry1Btn a,
.solutionSvsArea .catgry2Btn a {
	display: block;
	box-sizing: border-box;
	padding: 15px 0;
	border-radius: 6px;
	text-align: center;
	line-height: 1.4;
	font-size: 15px;
	transition: .2s linear;
	background-color: #666666;
	max-width: 650px;
	margin: 30px auto;
}
.solutionSvsArea  .catgry1Btn a:link,
.solutionSvsArea  .catgry1Btn a:visited {
	color: #FFF;
	text-decoration: none;
	background-color: #8255FE;
}
.solutionSvsArea  .catgry1Btn a:hover,
.solutionSvsArea  .catgry1Btn a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #af93fd;
}
.solutionSvsArea  .catgry2Btn a:link,
.solutionSvsArea  .catgry2Btn a:visited {
	color: #FFF;
	text-decoration: none;
	background-color: #FE6100;
}
.solutionSvsArea  .catgry2Btn a:hover,
.solutionSvsArea  .catgry2Btn a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #fe9656;
}

/*******************************
	768px以上【tablet】
********************************/
@media print, screen and (min-width: 768px) {
	.solutionSvsArea .catgry1Btn a,
	.solutionSvsArea .catgry2Btn a {
		padding: 30px 0;
		font-size: 18px;
		margin: 40px auto;
	}
}
/*******************************
	1024px以上【PC】
********************************/
@media print, screen and (min-width: 1024px) {
	
}

/*=================================================

==================================================*/

/*******************************
	768px以上【tablet】
********************************/
@media print, screen and (min-width: 768px) {
	
}
/*******************************
	1024px以上【PC】
********************************/
@media print, screen and (min-width: 1024px) {
	
}