@charset "utf-8";
/**sp reset**/
input[type="submit"],
input[type="button"] {
  border-radius: 10px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

 /* common
***************************************************/
.heading {
	font-size: 36px;
	font-weight: bold;
	color: #492b02;
	text-align: center;
	margin-bottom: 40px;
	line-height: 130%;
}
.heading:before {
	content: url(../../img/icon_ai.png);
	display: block;
	margin-bottom: 10px;
}
.heading span {
	font-size: 20px;
}

.hide-pc {
	display: none;
}
.hide-sp {
}


.swiper{
	background-color: #fff;
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
}
.swiper .inner {
	position: relative;
	width: 100%;
	padding: 60px 0px 40px;
}
.swiper-container {
	padding-bottom: 60px; 
}
.swiper-slide img {
	height: auto;
	width: 100%;
}
.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #000;
	opacity: 0.2;
	margin: 0px 8px !important; 
}
.swiper-pagination-bullet-active {
	width: 12px;
	height: 12px;
	opacity: 1;
	background-color: #3366FF;
}


@media only screen and (max-width:840px){

.heading {
	font-size: 24px;
	margin-bottom: 20px;
}
.heading span {
	font-size: 14px;
}
.hide-pc {
	display: block;
}
.hide-sp {
	display: none;
}

}


/* ▼top
****************************************************************************/


/* fv
***************************************************/

header {
	background-color: #FFFFFF;
	z-index: 10;
}

#fv {
	width: 100%;
	height: 44vw; /* 16:9 の高さなので 56.25% (= 9 ÷ 16) */
	position: relative;
	overflow: hidden;
}
#fv .cp {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
  -webkit- transform: translateY(-50%) ;
	z-index: 10;
	width: 100%;
	text-align: center;
}
#fv .cp img {
	max-width: 1000px;
	width: 100%;
	height: auto;
}
#fv .img {
	animation-name:fade-out;
	animation-duration:0.5s;
	animation-timing-function: ease-out;
	animation-delay:1s;
	animation-iteration-count:1;
	animation-direction:normal;
	animation-fill-mode: forwards;
	position: absolute;
	top: -7.2vw;
	z-index: -2;
	padding: 5px 0px;
	background-color: #000000;
}
#fv .img img {
	width: 100%;
	height: auto;
}
#fv .img-sp {
	position: absolute;
	z-index: -2;
}

#fv .img-sp img {
	width: 100%;
	height: auto;
}


@keyframes fade-out {
  0% {opacity: 1}
  100% {opacity: 0}
}

#video-wrap {
  overflow: hidden;
  position: absolute; /* fixed の場合。absolute でも同じ */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#video-wrap:before {
	content:"";
}
#video-wrap:after {
	content:"";
	background-image: url(../../img/fv_texture.png);
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
	z-index: -1;
}
#video-background {
	box-sizing: border-box;
	height: 56.2vw; /* 16:9 の高さなので 56.25% (= 9 ÷ 16) */
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	top: -7.2vw;
  }
 
#video-background {
  z-index: -3;
}
 
/* top-lineup
***************************************************/

.top-lineup .inner {
	padding: 50px 0px 80px;
}
.top-lineup li {
	float: left;
	width: 48.5%;
	margin-right: 3%;
	margin-bottom: 3%;
}
.top-lineup li:nth-child(2n) {
	margin-right: 0%;
}
.top-lineup li.hide-sp {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 60px;
}
.top-lineup li.hide-sp:last-child {
	margin-bottom: 0px;
}
.top-lineup li img {
	width: 100%;
	height: auto;
}

/* top-reason
***************************************************/
.top-reason {
	background-color: #fef1e5;
	background-image: url(../../img/top_bg01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;

}

.top-reason .inner {
	padding: 50px 0px 60px;
}
.top-reason ul {
	text-align: center;
	margin-bottom: 10px;
}

.top-reason li {
	background-color: #FFFFFF;
	display: inline-block;
	width: 230px;
	height: 370px;
	margin: 0px 5px 20px;
	box-sizing: border-box;
	padding: 20px;
}
.top-reason li .img {
	margin-bottom: 10px;
}

.top-reason li h3 {
	font-size: 15px;
	color: #ff7200;
	margin-bottom: 10px;
}

.top-reason li p {
	text-align: left;
	font-size: 13px;
	line-height: 175%;
}
.top-reason .hosoku p {
	font-size: 14px;
	line-height: 175%;
}
.top-reason .btn {
	text-align: center;
	margin-top: 30px;
}
.top-reason .btn a {
	display: inline-block;
	line-height: 40px;
	color: #FFFFFF;
	background-color: #ff6200;
	height: 38px;
	width: 240px;
	text-decoration: none;
	border-radius: 20px;
	text-align: center;
}
.top-reason .btn a:hover {
    opacity: 0.6;
}
/* top-merit
***************************************************/
.top-merit {
	background-color: #f3f3f3;
	background-image: url(../../img/top_bg03.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
.top-merit .inner {
	padding: 50px 0px 60px;
}
.top-merit ul {
	text-align: center;
	margin-bottom: 10px;
}

.top-merit li {
	background-color: #FFFFFF;
	display: inline-block;
	width: 250px;
	height:auto;
	margin: 0px 5px 20px;
	box-sizing: border-box;
	padding: 20px;
}
.top-merit li .img {
	margin-bottom: 10px;
}

.top-merit li h3 {
	font-size:18px;
	color: #ff7200;
	margin-bottom: 10px;
}

.top-merit li p {
	text-align: left;
	font-size: 13px;
	line-height: 175%;
}
.top-merit .btn {
	text-align: center;
	margin-top: 30px;
}
.top-merit .btn a {
	display: inline-block;
	line-height: 40px;
	color: #FFFFFF;
	background-color: #ff6200;
	height: 38px;
	width: auto;
	padding:3px 15px;
	text-decoration: none;
	border-radius: 50px;
	text-align: center;
}
.top-merit .btn a:hover {
    opacity: 0.6;
}
@media only screen and (max-width:840px){
.top-merit .inner {
	padding: 40px 0px;
}
.top-merit li {
	width: 100%;
	height: auto;
	margin: 0px 0px 20px;
}
}
/* top-consulting
***************************************************/

.top-consulting {
	background-color: #9a8e80;
	background-image: url(../../img/top_bg02.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;

}
.top-consulting .inner {
	padding: 50px 0px 80px;
}

.top-consulting .heading {
	color: #fff;
}
.top-consulting .heading:before {
	content: url(../../img/icon_ai_w.png);
}
.top-consulting ul {
	text-align: center;
}

.top-consulting li {
	display: inline-block;
	max-width: 360px;
	height: 370px;
	margin: 0px 20px;
	padding: 30px;
	box-sizing: border-box;
	background-color: #FFFFFF;
}
.top-consulting li .img {
	margin-bottom: 10px;
}
.top-consulting li p {
	font-size: 16px;
	line-height: 175%;
	text-align: left;
	padding-bottom: 20px;
}
.top-consulting li .btn a {
	display: inline-block;
	line-height: 40px;
	color: #FFFFFF;
	background-color: #ff6200;
	height: 38px;
	width: 200px;
	text-decoration: none;
	border-radius: 20px;
}
.top-consulting li .btn a:hover {
    opacity: 0.6;
}

/* top-blog
***************************************************/

.top-blog .btn {
	text-align: center;
	margin-top: 40px;
}
.top-blog .btn a {
	display: inline-block;
	line-height: 40px;
	color: #FFFFFF;
	background-color: #ff6200;
	height: 38px;
	width: 200px;
	text-decoration: none;
	border-radius: 20px;
	text-align: center;
}
.top-blog .btn a:hover {
    opacity: 0.6;
}

@media only screen and (max-width:840px){

#fv {
	height: 85vw; /* 16:9 の高さなので 56.25% (= 9 ÷ 16) */
}
#fv.tes {
	height: 92vw; /* 16:9 の高さなので 56.25% (= 9 ÷ 16) */
}
#fv.m {
	height: 340px; /* 16:9 の高さなので 56.25% (= 9 ÷ 16) */
}
#fv.m .img-sp img {
	width: auto;
	height: auto;
}

.top-lineup .inner {
	padding: 40px 0px 40px;
}
.top-lineup li {
	width: 90%;
	margin: 0% 5% 5%;
}

.top-reason .inner {
	padding: 40px 0px;
}
.top-reason li {
	width: 100%;
	height: auto;
	margin: 0px 0px 20px;
}

.top-consulting .inner {
	padding: 40px 0px 40px;
}

.top-consulting li {
	max-width: 100%px;
	height: auto;
	margin: 0px 0px 20px;
	padding: 20px;
}
.top-consulting li p {
	font-size: 14px;
}
.companies .inner {
	padding: 40px 0px 40px;
}
.companies li {
	width: 100%;
	margin-right: 0%;
}

}




/* ▼ai-business
****************************************************************************/
.bus p i,
.chabo p i {
	background-color: #ffd4d1;
	font-style: normal;
	font-weight: bold;
}
.headInfo{
	width:100%; margin:0 auto; padding:10px 0; text-align:center;
	background:#f97700;
	background: -moz-linear-gradient(left, #ea5413, #ff9741); 
	background: -webkit-linear-gradient(left, #ea5413, #ff9741); 
	background: linear-gradient(to right, #ea5413, #ff9741);  
	position:relative;
	box-shadow: 0 3px 3px -3px #000000;
	-moz-box-shadow:0 3px 3px -3px #000000;
	-webkit-box-shadow:0 3px 3px -3px #000000;
}
.headInfo p {
	display:inline-block;
	font-size:18px;
	position: relative;
	margin-left:30px;
	color:#ffffff;
}
.headInfo p::before{
	display:inline-block;
	background: url(https://ai-kenkyujo.com/img/i_net.png) center center;
	background-repeat: no-repeat;
	background-size:25px 25px;
	content:'';
	width:25px;
	height:25px;
	position: absolute;
	padding: 0;
	font-weight: normal;
	left:-30px;
	top:-2px;
}
/* ▼deep-q-network
****************************************************************************/

.dqn .heading {
	color: #1a3951;
}
.dqn .heading:before {
	content: url(../../img/icon_ai_b.png);
}
.dqn p i {
	background-color: #b0e6ff;
	font-style: normal;
	font-weight: bold;
}


/* dqn-1st
***************************************************/

.dqn-1st {
	padding: 100px 20px;
	text-align: center;
	background-image: url(../../img/dqn/1st_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.dqn-1st .cp {
	max-width: 800px;
	margin: 0px auto 60px;
}
.dqn-1st .cp img {
	width: 100%;
	height: auto;
}
.dqn-1st .btn a {
	background-image: linear-gradient(to right, #4541ff, #2194ff);
	display: inline-block;
	padding: 0px 30px;
	border-radius: 40px;
}
.dqn-1st .btn a:hover {
    opacity: 0.6;
}

.dqn-1st .btn a img {
	width: 100%;
	height: auto;
}
/* dqn-2nd
***************************************************/

.dqn-2nd .inner {
	padding: 50px 0px 80px;
}
.dqn-2nd .inner .heading p {
	margin-top:20px;
	padding: 0;
	font-size: 16px;
	line-height: 150%;
	color: #0f66fb;
	font-weight: bold;
	text-align: left;
}
@media only screen and (max-width:840px){
.dqn-2nd .inner .heading p{
	font-size: 15px;
	text-align:left;
}
}
.dqn-2nd .occupation {
	padding: 0px 100px;
}
.dqn-2nd .occupation .img img {
	width: 100%;
	height: auto;
}
.dqn-2nd-skill {
	background-image: url(../../img/dqn/2nd_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.dqn-2nd-skill .inner {
	padding: 80px 0px;
}
.dqn-2nd-skill section {
	float: left;
	width: 48%;
	margin-right: 4%;
	background-color: #FFFFFF;
}
.dqn-2nd-skill section .head {
	color: #FFFFFF;
	background-color: #0f66fb;
	text-align: center;
	padding: 60px 30px 50px;
}
.dqn-2nd-skill section .head h3 {
	font-size: 26px;
}
.dqn-2nd-skill section ul {
	padding: 20px 30px;
	min-height:220px;
	box-sizing: border-box;
}
.dqn-2nd-skill section li {
	font-size: 16px;
	line-height: 150%;
	font-weight: bold;
	background-image: url(../../img/dqn/2nd_skill_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 10px 0px 10px 50px;
}
.dqn-2nd-skill section:nth-child(2) {
	margin-right: 0%;
}
.dqn-2nd-skill section li span {
	display: inline-block;
	font-size:15px;
	font-weight:normal;
}
.dqn-2nd-skill section li span::before {
	content:'―';
	margin-left:3px;
}
/* dqn-act
***************************************************/

.dqn-act {
	padding: 100px 0px;
	text-align: center;
}
.dqn-act .btn a {
	background-image: linear-gradient(to right, #4541ff, #2194ff);
	display: inline-block;
	padding: 0px 30px;
	border-radius: 40px;
}
.dqn-act .btn a:hover {
    opacity: 0.6;
}
.dqn-act .btn a img {
	width: 100%;
	max-width:400px;
	height: auto;
}

/* dqn-3rd
***************************************************/

.dqn-3rd {
	background-color: #d9f1ff;
	background-image: url(../../img/ai-technical/3rd_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.dqn-3rd .inner {
	padding: 50px 0px 30px;
}
.dqn-3rd section {
	margin-bottom: 90px;
	position: relative;
}
.dqn-3rd section .img {
	width: 52%;
	position: absolute;
	left: 0px;
	top: 0px;
}
.dqn-3rd section .img img {
	width: 100%;
	height: auto;
}
.dqn-3rd section .text {
	background-color: #FFFFFF;
	padding: 40px;
	width: 52%;
	box-sizing: border-box;
	float: right;
	position: relative;
	z-index: 1;
	top: 40px;
}
.dqn-3rd section .text h3 {
	font-size: 28px;
	color: #1a3951;
	line-height: 150%;
	font-weight: bold;
	margin-bottom: 30px;
	padding-left: 70px;
	position: relative;
}
.dqn-3rd section .text h3:before {
	content:"";
	font-family: 'Oswald', sans-serif;
	font-size: 40px;
	position: absolute;
	left: 0px;
	top: 10px;
	color: #0f66fb;
	letter-spacing: 0.1em;
}
.dqn-3rd section .text h3.nth01:before {
	content:"01";

}
.dqn-3rd section .text h3.nth02:before {
	content:"02";
}
.dqn-3rd section .text h3.nth03:before {
	content:"03";
}
.dqn-3rd section .text h3.nth04:before {
	content:"04";
}
.dqn-3rd section .text h3.nth05:before {
	content:"05";
}
.dqn-3rd section .text p {
	font-size: 16px;
	line-height: 175%;
}
.dqn-3rd section .text .kadai {
	background-color: #ebebf0;
	padding: 20px;
	margin-top: 20px;
}
.dqn-3rd section .text .kadai h4 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.dqn-3rd section .text .kadai p {
	font-size: 13px;
	line-height: 175%;
}

/* dqn-4th
***************************************************/

.dqn-4th {
	background-color: #f1efef;
	background-image: url(../../img/dqn/4th_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.dqn-4th .inner {
	padding: 50px 0px 80px;
}
.dqn-4th section {
	float: left;
	width: 31%;
	margin-right: 3.5%;
	color: #492b02;
}
.dqn-4th section:last-child {
	margin-right: 0%;
}
.dqn-4th section .img {
	text-align: center;
	margin-bottom: 30px;
}
.dqn-4th section .text {
	height: 290px;
}

.dqn-4th section h3 {
	font-size: 14px;
	text-align: center;
	margin-bottom: 20px;
}
.dqn-4th section h3 i {
	font-size: 24px;
	margin-top: 10px;
	display: block;
}
.dqn-4th section p {
	font-size: 14px;
	line-height: 175%;
}
.dqn-4th section .box {
	background-color: #FFFFFF;
	padding: 30px ;
	height: 350px;
	box-sizing: border-box;
}
.dqn-4th section h4 {
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
}
/* tec-5th
***************************************************/
.dqn-5th {
	background-color: #72c0ff;
	background-image: url(../../img/ai-technical/5th_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.dqn-5th .inner {
	padding: 50px 0px 80px;
}
.dqn-5th li {
	background-color: #FFFFFF;
	padding: 30px 30px 40px;
	width: 48%;
	margin-bottom: 4%;
	margin-right: 4%;
	box-sizing: border-box;
	float: left;
	min-height: 320px;
}
.dqn-5th li:nth-child(2n) {
	margin-right: 0%;
}
.dqn-5th li h3 {
	font-size: 20px;
	color: #0f66fb;
	margin-bottom: 25px;
}
.dqn-5th li h3:after {
	content:"";
	margin-top: 25px;
	border-bottom: 2px solid #1a3951;
	display: block;
	width: 100px;
}
.dqn-5th li p {
	font-size: 16px;
	line-height: 175%;
}
/* dqn-6th
***************************************************/
.dqn-6th {
	background-color: #7684b3;
	background-image: url(../../img/ai-technical/6th_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.dqn-6th .inner {
	padding: 50px 0px 80px;
}
.dqn-6th .heading {
	color: #FFFFFF;
}
.dqn-6th .heading:before {
	content: url(../../img/icon_ai_w.png);
}

.dqn-6th section {
	background-color: #FFFFFF;
	margin-bottom: 50px;
}
.dqn-6th section .img img {
	width: 100%;
	height: auto;
}
.dqn-6th section .text {
	padding: 40px;
}
.dqn-6th section .text p {
	font-size: 16px;
	line-height: 175%;
}
.dqn-6th .btn {
	text-align: center;
}

.dqn-6th .btn a{
	font-size: 16px;
	line-height:52px;
	color: #FFFFFF;
	background-color: #2c438f;
	text-align: center;
	display: inline-block;
	height: 50px;
	width: 300px;
	text-decoration: none;
	border-radius: 25px;
}
.dqn-6th .btn a:hover {
    opacity: 0.6;
}
/* dqn-7th
***************************************************/
.dqn-7th {
	background-color: #d9f1ff;
	background-image: url(../../img/dqn/3rd_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.dqn-7th .inner {
	padding: 50px 0px 80px;
}
.dqn-7th .curriculum {
	text-align: center;
	margin-top: -20px;
	margin-bottom: 50px;
}
.dqn-7th .curriculum span {
	color: #FFFFFF;
	font-size: 16px;
	background-color: #1a3951;
	display: inline-block;
	line-height: 40px;
	height: 40px;
	width: 200px;
}
.dqn-7th section {
	background-color: #FFFFFF;
	max-width: 740px;
	margin: 0px auto;
	margin-top: 50px;
}
.dqn-7th section .time-zone {
	font-size: 16px;
	color: #FFFFFF;
	background-color: #3d586d;
	text-align: center;
	padding: 20px 20px 18px;
}
.dqn-7th section h3 {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #718797;
	text-align: center;
	padding: 26px 20px 24px;
	line-height: 150%;
}
.dqn-7th section ul {
	padding: 30px 40px;
}
.dqn-7th section li {
	background-image: url(../../img/dqn/7th_curriculum_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 10px 0px 10px 40px;
	font-size: 16px;
	line-height: 150%;
}
/* dqn-8th
***************************************************/
.dqn-8th {
	background-color: #f1efef;
	background-image: url(../../img/dqn/4th_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.dqn-8th .inner {
	padding: 50px 0px 80px;
}
.dqn-8th dl {
	border-top: 1px solid #CCCCCC;
	padding: 40px 0px;
}
.dqn-8th dl:last-child {
	border-bottom: 1px solid #CCCCCC;
}
.dqn-8th dl dt {
	font-size: 20px;
	font-weight: bold;
	display: table;
	margin-bottom: 20px;
}
.dqn-8th dl dd {
	font-size: 16px;
	line-height: 175%;
	display: table;
}
.dqn-8th dl dt:before {
	content:"";
	font-family: 'Oswald', sans-serif;
	font-size: 26px;
	font-weight:bold;
	color: #155586;
	width: 70px;
	text-align: left;
	letter-spacing: 0.1em;
	position: relative;
	bottom: -2px;
	display: table-cell;
}
.dqn-8th dl dd:before {
	content:"";
	font-family: 'Oswald', sans-serif;
	font-size: 26px;
	font-weight:bold;
	color: #155586;
	width: 70px;
	text-align: left;
	letter-spacing: 0.1em;
	position: relative;
	bottom: -5px;
	display: table-cell;
}

.dqn-8th dl.nth01 dt:before {
	content:"Q1.";
}
.dqn-8th dl.nth01 dd:before {
	content:"A1.";
}
.dqn-8th dl.nth02 dt:before {
	content:"Q2.";
}
.dqn-8th dl.nth02 dd:before {
	content:"A2.";
}
.dqn-8th dl.nth03 dt:before {
	content:"Q3.";
}
.dqn-8th dl.nth03 dd:before {
	content:"A3.";
}
.dqn-8th dl.nth04 dt:before {
	content:"Q4.";
}
.dqn-8th dl.nth04 dd:before {
	content:"A4.";
}
.dqn-8th dl.nth05 dt:before {
	content:"Q5.";
}
.dqn-8th dl.nth05 dd:before {
	content:"A5.";
}
.dqn-8th dl.nth06 dt:before {
	content:"Q6.";
}
.dqn-8th dl.nth06 dd:before {
	content:"A6.";
}
.dqn-8th dl.nth07 dt:before {
	content:"Q7.";
}
.dqn-8th dl.nth07 dd:before {
	content:"A7.";
}
.dqn-8th dl.nth08 dt:before {
	content:"Q8.";
}
.dqn-8th dl.nth08 dd:before {
	content:"A8.";
}
.dqn-8th dl.nth09 dt:before {
	content:"Q9.";
}
.dqn-8th dl.nth09 dd:before {
	content:"A9.";
}

@media only screen and (max-width:840px){
.dqn-1st {
	padding: 60px 20px;
}
.dqn-1st .cp {
	margin: 0px auto 30px;
}

.dqn-1st .btn a {
	width: 240px;
}
.dqn-2nd .inner {
	padding: 40px 0px 60px;
}
.dqn-2nd .occupation {
	padding: 0px;
}

.dqn-2nd-skill .inner {
	padding: 60px 0px;
}
.dqn-2nd-skill section {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 4%;
}
.dqn-2nd-skill section .head {
	padding: 25px 20px 20px;
}
.dqn-2nd-skill section .head h3 {
	font-size: 18px;
}

.dqn-2nd-skill section ul {
	padding: 20px;
	height: auto;
	min-height:auto;
}
.dqn-2nd-skill section li {
	font-size: 14px;
}
.dqn-2nd-skill section:nth-child(3) {
	margin-top: 0%;
	margin-bottom: 0%;
}

.dqn-2nd-skill section:nth-child(3) .head {
	padding: 25px 20px 20px;
}
.dqn-2nd-skill section:nth-child(3) p {
	font-size: 14px;
	padding: 20px;
	text-align: left;
}

.dqn-act {
	padding: 60px 0px;
}
.dqn-act .btn a {
	width: 80%;
}

.dqn-3rd .inner {
	padding: 40px 0px 60px;
}
.dqn-3rd section {
	margin-bottom: 30px;
}
.dqn-3rd section:last-child {
	margin-bottom: 0px;
}

.dqn-3rd section .img {
	width: 100%;
	position: static;
}
.dqn-3rd section .text {
	padding: 20px;
	width: 100%;
	position: static;
}
.dqn-3rd section .text h3 {
	font-size: 18px;
	margin-bottom: 15px;
	padding-left: 50px;
}
.dqn-3rd section .text h3:before {
	font-size: 30px;
}
.dqn-3rd section .text p {
	font-size: 14px;
}

.dqn-4th .inner {
	padding: 40px 0px 60px;
}
.dqn-4th section {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 30px;
}
.dqn-4th section:last-child {
	margin-bottom: 0px;
}
.dqn-4th section .img {
	margin-bottom: 20px;
}
.dqn-4th section .text {
	height: auto;
	margin-bottom: 20px;
}
.dqn-4th section .box {
	padding: 20px ;
	height: auto;
}
.dqn-4th section h4 {
	margin-bottom: 15px;
}

.dqn-5th .inner {
	padding: 40px 0px 60px;
}
.dqn-5th li {
	padding: 20px 20px 30px;
	width: 100%;
	margin-bottom: 30px;
	margin-right: 0%;
	min-height: auto;
}
.dqn-5th li h3 {
	font-size: 18px;
	margin-bottom: 15px;
}
.dqn-5th li h3:after {
	margin-top: 15px;
}
.dqn-5th li p {
	font-size: 14px;
}
.dqn-6th .inner {
	padding: 40px 0px 60px;
}
.dqn-6th section {
	margin-bottom: 30px;
}
.dqn-6th section .text {
	padding: 20px 20px 30px;
}
.dqn-6th section .text p {
	font-size: 14px;
}
.dqn-6th .btn a{
	font-size: 14px;
	width: 260px;
}

.dqn-7th .inner {
	padding: 40px 0px 60px;
}
.dqn-7th .curriculum {
	margin-top: 0px;
	margin-bottom: 30px;
}
.dqn-7th .curriculum span {
	font-size: 14px;
	line-height: 30px;
	height: 30px;
}
.dqn-7th section {
	margin-top: 30px;
}
.dqn-7th section .time-zone {
	font-size: 14px;
	padding: 20px 20px 18px;
}
.dqn-7th section h3 {
	font-size: 18px;
	text-align: left;
}
.dqn-7th section ul {
	padding: 20px ;
}
.dqn-7th section li {
	padding: 10px 0px 10px 40px;
	font-size: 14px;
	line-height: 150%;
}
.dqn-8th .inner {
	padding: 40px 0px 60px;
}
.dqn-8th dl {
	padding: 20px 0px;
}
.dqn-8th dl dt {
	font-size: 16px;
	margin-bottom: 10px;
}
.dqn-8th dl dd {
	font-size: 14px;
}
.dqn-8th dl dt:before {
	font-size: 20px;
	width: 50px;
}
.dqn-8th dl dd:before {
	font-size: 20px;
	width: 50px;
}
.dqn-9th .inner {
	padding: 40px 0px 60px;
}
.dqn-9th li {
	width: 100%;
	margin-right: 0%;
}
}

/* chabo-1st
***************************************************/
.chabo-1st {
	padding: 100px 20px;
	text-align: center;
	background-image: url(../../img/chatbot/1st_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.chabo-1st .cp {
	max-width: 800px;
	margin: 0px auto 60px;
}
.chabo-1st .cp img {
	width: 100%;
	height: auto;
}
.chabo-1st .btn a {
	background-image: linear-gradient(to right, #CC0033, #ff9741);
	display: inline-block;
	padding: 0px 30px;
	border-radius: 40px;
}
.chabo-1st .btn a:hover {
    opacity: 0.6;
}
.chabo-1st .btn a img {
	width: 100%;
	height: auto;
}
/* chabo-2nd
***************************************************/

.chabo-2nd .inner {
	padding: 50px 0px 80px;
}
.chabo-2nd .inner .heading p {
	margin-top:20px;
	padding: 0;
	font-size: 16px;
	line-height: 150%;
	color: #f97700;
	font-weight: bold;
	text-align: center;
}
@media only screen and (max-width:840px){
.chabo-2nd .inner .heading p{
	font-size: 15px;
	text-align:left;
}
}
.chabo-2nd .target li {
	padding: 20px;
	float: left;
	width: 23.5%;
	margin-right: 2%;
	background-color: #f4eee8;
	box-sizing: border-box;
}
.chabo-2nd .target li:last-child {
	margin-right: 0%;
}
.chabo-2nd .target li img {
	width: 100%;
	height: auto;
}

.chabo-2nd .occupation {
	background-color: #f4eee8;
	padding: 50px;
	margin-top: 50px;
}
.chabo-2nd .occupation h3 {
	font-size: 30px;
	font-weight: bold;
	color: #f97700;
	text-align: center;
	margin-bottom: 40px;
}
.chabo-2nd .occupation .img img {
	width: 100%;
	height: auto;
}
.chabo-2nd-skill {
	background-image: url(../../img/ai-business/2nd_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.chabo-2nd-skill .inner {
	padding: 80px 0px;
}
.chabo-2nd-skill section {
	float: left;
	width: 48%;
	margin-right: 4%;
	background-color: #FFFFFF;
}
.chabo-2nd-skill section .head {
	color: #FFFFFF;
	background-color: #ff984e;
	text-align: center;
	padding: 60px 30px 50px;
}
.chabo-2nd-skill section .head h3 {
	font-size: 26px;
}
.chabo-2nd-skill section ul {
	padding: 20px 30px;
	height: 270px;
	height:400px;
	box-sizing: border-box;
}
.chabo-2nd-skill section li {
	font-size: 16px;
	line-height: 150%;
	font-weight: bold;
	background-image: url(../../img/ai-business/2nd_skill_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 10px 0px 10px 50px;
}
.chabo-2nd-skill section:nth-child(2) {
	margin-right: 0%;
}
.chabo-2nd-skill section:nth-child(3) {
	width: 100%;
	margin-right: 0%;
	margin-top: 4%;
}
.chabo-2nd-skill section:nth-child(3) .head {
	padding: 30px 30px 25px;
}
.chabo-2nd-skill section:nth-child(3) p {
	font-size: 16px;
	padding: 30px;
	font-size: 16px;
	line-height: 150%;
	font-weight: bold;
	text-align: center;
}
/* chabo-act
***************************************************/
.chabo-act {
	padding: 100px 0px;
	text-align: center;
}
.chabo-act .btn a {
	background-image: linear-gradient(to right, #CC0033, #CC3300);
	display: inline-block;
	padding: 0px 30px;
	border-radius: 40px;
}
.chabo-act .btn a:hover {
    opacity: 0.6;
}

.chabo-act .btn a img {
	width: 100%;
	height: auto;
}
/* chabo-3rd
***************************************************/

.chabo-3rd {
	background-color: #ffead9;
	background-image: url(../../img/ai-business/3rd_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.chabo-3rd .inner {
	padding: 50px 0px 30px;
}
.chabo-3rd section {
	margin-bottom: 90px;
	position: relative;
}
.chabo-3rd section .img {
	width: 52%;
	position: absolute;
	left: 0px;
	top: 0px;
}
.chabo-3rd section .img img {
	width: 100%;
	height: auto;
}
.chabo-3rd section .text {
	background-color: #FFFFFF;
	padding: 40px;
	width: 52%;
	box-sizing: border-box;
	float: right;
	position: relative;
	z-index: 1;
	top: 40px;
}
.chabo-3rd section .text h3 {
	font-size: 28px;
	color: #492b02;
	line-height: 150%;
	font-weight: bold;
	margin-bottom: 30px;
	padding-left: 70px;
	position: relative;
}
.chabo-3rd section .text h3:before {
	content:"";
	font-family: 'Oswald', sans-serif;
	font-size: 40px;
	position: absolute;
	left: 0px;
	top: 10px;
	color: #ff8a00;
	letter-spacing: 0.1em;
}
.chabo-3rd section .text h3.nth01:before {
	content:"01";
}
.chabo-3rd section .text h3.nth02:before {
	content:"02";
}
.chabo-3rd section .text h3.nth03:before {
	content:"03";
}
.chabo-3rd section .text p {
	font-size: 16px;
	line-height: 175%;
}
/* chabo-4th
***************************************************/

.chabo-4th {
	background-color: #f1efef;
	background-image: url(../../img/ai-business/4th_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.chabo-4th .inner {
	padding: 50px 0px 80px;
}
.chabo-4th section {
	float: left;
	width: 31%;
	margin-right: 3.5%;
	color: #492b02;
}
.chabo-4th section:last-child {
	margin-right: 0%;
}
.chabo-4th section .img {
	text-align: center;
	margin-bottom: 30px;
}
.chabo-4th section .text {
	height: 290px;
}

.chabo-4th section h3 {
	font-size: 14px;
	text-align: center;
	margin-bottom: 20px;
}
.chabo-4th section h3 i {
	font-size: 24px;
	margin-top: 10px;
	display: block;
}
.chabo-4th section p {
	font-size: 14px;
	line-height: 175%;
}
.chabo-4th section .box {
	background-color: #FFFFFF;
	padding: 30px ;
	height: 320px;
	box-sizing: border-box;
}
.chabo-4th section h4 {
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
}

/* chabo-5th
***************************************************/

.chabo-5th {
	background-color: #ff9e4f;
	background-image: url(../../img/ai-business/5th_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.chabo-5th .inner {
	padding: 50px 0px 80px;
}
.chabo-5th li {
	background-color: #FFFFFF;
	padding: 30px 30px 40px;
	width: 48%;
	margin-bottom: 4%;
	margin-right: 4%;
	box-sizing: border-box;
	float: left;
	min-height: 320px;
}
.chabo-5th li:nth-child(2n) {
	margin-right: 0%;
}
.chabo-5th li h3 {
	font-size: 20px;
	color: #ff8a00;
	margin-bottom: 25px;
}
.chabo-5th li h3:after {
	content:"";
	margin-top: 25px;
	border-bottom: 2px solid #492b02;
	display: block;
	width: 100px;
}
.chabo-5th li p {
	font-size: 16px;
	line-height: 175%;
}
.chabo-5th .btn {
	margin-top: 10px;
	text-align: center;
}
.chabo-5th .btn a{
	font-size: 16px;
	line-height:52px;
	color: #FFFFFF;
	background-color: #492b02;
	text-align: center;
	display: inline-block;
	height: 50px;
	width: 300px;
	text-decoration: none;
	border-radius: 25px;
}
.chabo-5th .btn a:hover {
    opacity: 0.6;
}

/* bus-6th
***************************************************/

.chabo-6th {
	background-color: #7684b3;
	background-image: url(../../img/ai-business/6th_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.chabo-6th .inner {
	padding: 50px 0px 80px;
}
.chabo-6th .heading {
	color: #FFFFFF;
}
.chabo-6th .heading:before {
	content: url(../../img/icon_ai_w.png);
}

.chabo-6th section {
	background-color: #FFFFFF;
	margin-bottom: 50px;
}
.chabo-6th section .img img {
	width: 100%;
	height: auto;
}
.chabo-6th section .text {
	padding: 40px;
}
.chabo-6th section .text p {
	font-size: 16px;
	line-height: 175%;
}
.chabo-6th .btn {
	text-align: center;
}
.chabo-6th .btn a{
	font-size: 16px;
	line-height:52px;
	color: #FFFFFF;
	background-color: #2c438f;
	text-align: center;
	display: inline-block;
	height: 50px;
	width: 300px;
	text-decoration: none;
	border-radius: 25px;
}
.chabo-6th .btn a:hover {
    opacity: 0.6;
}


/* chabo-7th
***************************************************/

.chabo-7th {
	background-color: #ffead9;
	background-image: url(../../img/ai-business/3rd_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.chabo-7th .inner {
	padding: 50px 0px 80px;
}
.chabo-7th .curriculum {
	text-align: center;
	margin-top: -20px;
	margin-bottom: 50px;
}
.chabo-7th .curriculum span {
	color: #FFFFFF;
	font-size: 16px;
	background-color: #492b02;
	display: inline-block;
	line-height: 40px;
	height: 40px;
	width: 200px;
}
.chabo-7th section {
	background-color: #FFFFFF;
	max-width: 740px;
	margin: 0px auto;
	margin-top: 50px;
}
.chabo-7th section .time-zone {
	font-size: 16px;
	color: #FFFFFF;
	background-color: #5a4c36;
	text-align: center;
	padding: 20px 20px 18px;
}
.chabo-7th section h3 {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #897d6b;
	text-align: center;
	padding: 26px 20px 24px;
	line-height: 150%;
}
.chabo-7th section ul {
	padding: 30px 40px;
}
.chabo-7th section li {
	background-image: url(../../img/ai-business/7th_curriculum_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 10px 0px 10px 40px;
	font-size: 16px;
	line-height: 150%;
}


/* chabo-8th
***************************************************/

.chabo-8th {
	background-color: #f1efef;
	background-image: url(../../img/ai-business/4th_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.chabo-8th .inner {
	padding: 50px 0px 80px;
}
.chabo-8th dl {
	border-top: 1px solid #CCCCCC;
	padding: 40px 0px;
}
.chabo-8th dl:last-child {
	border-bottom: 1px solid #CCCCCC;
}
.chabo-8th dl dt {
	font-size: 20px;
	font-weight: bold;
	display: table;
	margin-bottom: 20px;
}
.chabo-8th dl dd {
	font-size: 16px;
	line-height: 175%;
	display: table;
}
.chabo-8th dl dt:before {
	content:"";
	font-family: 'Oswald', sans-serif;
	font-size: 26px;
	font-weight:bold;
	color: #b8a900;
	width: 70px;
	text-align: left;
	letter-spacing: 0.1em;
	position: relative;
	bottom: -2px;
	display: table-cell;
}
.chabo-8th dl dd:before {
	content:"";
	font-family: 'Oswald', sans-serif;
	font-size: 26px;
	font-weight:bold;
	color: #b8a900;
	width: 70px;
	text-align: left;
	letter-spacing: 0.1em;
	position: relative;
	bottom: -5px;
	display: table-cell;
}

.chabo-8th dl.nth01 dt:before {
	content:"Q1.";
}
.chabo-8th dl.nth01 dd:before {
	content:"A1.";
}
.chabo-8th dl.nth02 dt:before {
	content:"Q2.";
}
.chabo-8th dl.nth02 dd:before {
	content:"A2.";
}
.chabo-8th dl.nth03 dt:before {
	content:"Q3.";
}
.chabo-8th dl.nth03 dd:before {
	content:"A3.";
}
.chabo-8th dl.nth04 dt:before {
	content:"Q4.";
}
.chabo-8th dl.nth04 dd:before {
	content:"A4.";
}
.chabo-8th dl.nth05 dt:before {
	content:"Q5.";
}
.chabo-8th dl.nth05 dd:before {
	content:"A5.";
}
.chabo-8th dl.nth06 dt:before {
	content:"Q6.";
}
.chabo-8th dl.nth06 dd:before {
	content:"A6.";
}
.chabo-8th dl.nth07 dt:before {
	content:"Q7.";
}
.chabo-8th dl.nth07 dd:before {
	content:"A7.";
}
.chabo-8th dl.nth08 dt:before {
	content:"Q8.";
}
.chabo-8th dl.nth08 dd:before {
	content:"A8.";
}
.chabo-8th dl.nth09 dt:before {
	content:"Q9.";
}
.chabo-8th dl.nth09 dd:before {
	content:"A9.";
}
.chabo-8th dl.nth10 dt:before {
	content:"Q10.";
}
.chabo-8th dl.nth10 dd:before {
	content:"A10.";
}
.chabo-8th dl.nth11 dt:before {
	content:"Q11.";
}
.chabo-8th dl.nth11 dd:before {
	content:"A11.";
}
.chabo-8th dl.nth12 dt:before {
	content:"Q12.";
}
.chabo-8th dl.nth12 dd:before {
	content:"A12.";
}

@media only screen and (max-width:840px){
.chabo-1st {
	padding: 60px 20px;
}
.chabo-1st .cp {
	margin: 0px auto 30px;
}

.chabo-1st .btn a {
	width: 240px;
}
.chabo-2nd .inner {
	padding: 40px 0px 60px;
}
.chabo-2nd .target li {
	width: 48%;
	margin-right: 4%;
	margin-top: 4%;
}
.chabo-2nd .target li:nth-child(2n) {
	margin-right: 0%;
}
.chabo-2nd .occupation {
	background-color: #f4eee8;
	padding: 30px;
	margin-top: 40px;
}
.chabo-2nd .occupation h3 {
	font-size: 18px;
	margin-bottom: 20px;
}

.chabo-2nd-skill .inner {
	padding: 60px 0px;
}
.chabo-2nd-skill section {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 4%;
}
.chabo-2nd-skill section .head {
	padding: 25px 20px 20px;
}
.chabo-2nd-skill section .head h3 {
	font-size: 18px;
}

.chabo-2nd-skill section ul {
	padding: 20px;
	height: auto;
}
.chabo-2nd-skill section li {
	font-size: 14px;
}
.chabo-2nd-skill section:nth-child(3) {
	margin-top: 0%;
	margin-bottom: 0%;
}

.chabo-2nd-skill section:nth-child(3) .head {
	padding: 25px 20px 20px;
}
.chabo-2nd-skill section:nth-child(3) p {
	font-size: 14px;
	padding: 20px;
	text-align: left;
}

.chabo-act {
	padding: 60px 0px;
}
.chabo-act .btn a {
	width: 240px;
}

.chabo-3rd .inner {
	padding: 40px 0px 60px;
}
.chabo-3rd section {
	margin-bottom: 30px;
}
.chabo-3rd section:last-child {
	margin-bottom: 0px;
}

.chabo-3rd section .img {
	width: 100%;
	position: static;
}
.chabo-3rd section .text {
	padding: 20px;
	width: 100%;
	position: static;
}
.chabo-3rd section .text h3 {
	font-size: 18px;
	margin-bottom: 15px;
	padding-left: 50px;
}
.chabo-3rd section .text h3:before {
	font-size: 30px;
}
.chabo-3rd section .text p {
	font-size: 14px;
}

.chabo-4th .inner {
	padding: 40px 0px 60px;
}
.chabo-4th section {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 30px;
}
.chabo-4th section:last-child {
	margin-bottom: 0px;
}
.chabo-4th section .img {
	margin-bottom: 20px;
}
.chabo-4th section .text {
	height: auto;
	margin-bottom: 20px;
}
.chabo-4th section .box {
	padding: 20px ;
	height: auto;
}
.chabo-4th section h4 {
	margin-bottom: 15px;
}

.chabo-5th .inner {
	padding: 40px 0px 60px;
}
.chabo-5th li {
	padding: 20px 20px 30px;
	width: 100%;
	margin-bottom: 30px;
	margin-right: 0%;
	min-height: auto;
}
.chabo-5th li h3 {
	font-size: 18px;
	margin-bottom: 15px;
}
.chabo-5th li h3:after {
	margin-top: 15px;
}
.chabo-5th li p {
	font-size: 14px;
}

.chabo-5th .btn a{
	font-size: 14px;
	width: 260px;
}

.chabo-6th .inner {
	padding: 40px 0px 60px;
}
.chabo-6th section {
	margin-bottom: 30px;
}
.chabo-6th section .text {
	padding: 20px 20px 30px;
}
.chabo-6th section .text p {
	font-size: 14px;
}
.chabo-6th .btn a{
	font-size: 14px;
	width: 260px;
}

.chabo-7th .inner {
	padding: 40px 0px 60px;
}
.chabo-7th .curriculum {
	margin-top: 0px;
	margin-bottom: 30px;
}
.chabo-7th .curriculum span {
	font-size: 14px;
	line-height: 30px;
	height: 30px;
}
.chabo-7th section {
	margin-top: 30px;
}
.chabo-7th section .time-zone {
	font-size: 14px;
	padding: 20px 20px 18px;
}
.chabo-7th section h3 {
	font-size: 18px;
	text-align: left;
}
.chabo-7th section ul {
	padding: 20px ;
}
.chabo-7th section li {
	padding: 10px 0px 10px 40px;
	font-size: 14px;
	line-height: 150%;
}
.chabo-8th .inner {
	padding: 40px 0px 60px;
}
.chabo-8th dl {
	padding: 20px 0px;
}
.chabo-8th dl dt {
	font-size: 16px;
	margin-bottom: 10px;
}
.chabo-8th dl dd {
	font-size: 14px;
}
.chabo-8th dl dt:before {
	font-size: 20px;
	width: 50px;
}
.chabo-8th dl dd:before {
	font-size: 20px;
	width: 50px;
}
.chabo-9th .inner {
	font-size: 18px;
	padding: 40px 0px 60px;
}
}
/* bus-1st
***************************************************/

.bus-1st {
	padding: 100px 20px;
	text-align: center;
	background-image: url(../../img/ai-business/1st_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.bus-1st.dx-1st {
	background-image: url(../../img/dx/1st_bg.jpg);
}
.bus-1st .cp {
	max-width: 800px;
	margin: 0px auto 60px;
}
.bus-1st .cp img {
	width: 100%;
	height: auto;
}
.bus-1st .btn a {
	/*background-image: linear-gradient(to right, #ff9741, #ff7168);*/
	background-image: linear-gradient(to right, #CC0033, #ff9741);
	display: inline-block;
	padding: 0px 30px;
	border-radius: 40px;
}
.bus-1st .btn a:hover {
    opacity: 0.6;
}
.bus-1st .btn a img {
	width: 100%;
	height: auto;
}


/* bus-2nd
***************************************************/

.bus-2nd .inner {
	padding: 50px 0px 80px;
}
.bus-2nd .target li {
	padding: 20px;
	float: left;
	width: 23.5%;
	margin-right: 2%;
	background-color: #f4eee8;
	box-sizing: border-box;
}
.bus-2nd .target li:last-child {
	margin-right: 0%;
}
.bus-2nd .target li img {
	width: 100%;
	height: auto;
}

.bus-2nd .occupation {
	background-color: #f4eee8;
	padding: 50px;
	margin-top: 50px;
	position:relative;
	z-index:-10;
}
.bus-2nd .occupation h3 {
	font-size: 30px;
	font-weight: bold;
	color: #f97700;
	text-align: center;
	margin-bottom: 40px;
}
.bus-2nd .occupation .img img {
	width: 100%;
	height: auto;
}
.bus-2nd .occList{
	width:100%;
}
.bus-2nd .occList li{
	margin:10px;
	padding:3px;
	font-size:18px;
	font-weight:bold;
	color: #f97700;
	vertical-align:middle;
	background-image: url(../../img/ai-business/i_sq.png),url(../../img/ai-business/i_sq.png),url(../../img/ai-business/i_sq.png),url(../../img/ai-business/i_sq.png);
	background-repeat:no-repeat;
	background-size:8px 8px;
	background-position: left top,right top,right bottom,left bottom;
}
.bus-2nd .occList li span.i_men,
.bus-2nd .occList li span.i_women{
	display: inline-block;
	vertical-align:middle;
	min-height:60px;
	text-align:center;
	display:block;
	border:1px solid #f97700;
	background-color:#FFFFFF;
	position:relative;
	z-index:-1;
	padding: 5px 10px 5px 60px;
}
.bus-2nd .occList li span.i_men:before {
	background: url(../../img/ai-business/i_men.png) center center;
	background-repeat: no-repeat;
	background-size:60px 60px;
}
.bus-2nd .occList li span.i_women:before {
	background: url(../../img/ai-business/i_women.png) center center;
	background-repeat: no-repeat;
	background-size:60px 60px;
}
.bus-2nd .occList li span.i_men:before,
.bus-2nd .occList li span.i_women:before {
	display:inline-block;
	content:'';
	width:60px;
	height:60px;
	position: absolute;
	padding:0;
	left:10px;
	top: 50%;
	z-index:-2;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.bus-2nd .occList li span.iinBox{
	box-sizing:border-box;
	display: inline-block;
	width:100%;
	padding: 5px 5px 5px 60px;
	position:absolute;
	top: 50%;
	left: 50%;
	z-index:1;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
}
@media only screen and (max-width:840px){
.bus-2nd .occList li{
	font-size:16px;
}
.bus-2nd .occList li span.i_men:before,
.bus-2nd .occList li span.i_women:before {
	background-size:50px 50px;
	width:50px;
	height:50px;
}
}
@media screen and ( min-width: 813px ) {
.bus-2nd .occList{
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: repeat(2, 1fr);
	grid-template-columns: repeat(2, 1fr);
	-ms-grid-rows: auto;
    grid-template-rows: auto;
}
}

.bus-2nd-skill {
	background-image: url(../../img/ai-business/2nd_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.bus-2nd-skill .inner {
	padding: 80px 0px;
}
.bus-2nd-skill section {
	float: left;
	width: 48%;
	margin-right: 4%;
	background-color: #FFFFFF;
}
.bus-2nd-skill section .head {
	color: #FFFFFF;
	background-color: #ff984e;
	text-align: center;
	padding: 60px 30px 50px;
}
.bus-2nd-skill section .head h3 {
	font-size: 26px;
}
.bus-2nd-skill section ul {
	padding: 20px 30px;
	height: 270px;
	box-sizing: border-box;
}
.bus-2nd-skill section li {
	font-size: 16px;
	line-height: 150%;
	font-weight: bold;
	background-image: url(../../img/ai-business/2nd_skill_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 10px 0px 10px 50px;
}
.bus-2nd-skill section:nth-child(2) {
	margin-right: 0%;
}
.bus-2nd-skill section:nth-child(3) {
	width: 100%;
	margin-right: 0%;
	margin-top: 4%;
}
.bus-2nd-skill section:nth-child(3) .head {
	padding: 30px 30px 25px;
}
.bus-2nd-skill section:nth-child(3) p {
	font-size: 16px;
	padding: 30px;
	font-size: 16px;
	line-height: 150%;
	font-weight: bold;
	text-align: center;
}

/* bus-act
***************************************************/

.bus-act {
	padding: 100px 0px;
	text-align: center;
}
.bus-act .btn a {
	/*background-image: linear-gradient(to right, #ff9741, #ff7168);*/
	background-image: linear-gradient(to right, #CC0033, #CC3300);
	display: inline-block;
	padding: 0px 30px;
	border-radius: 40px;
}
.bus-act .btn a:hover {
    opacity: 0.6;
}

.bus-act .btn a img {
	width: 100%;
	height: auto;
}


/* bus-3rd
***************************************************/

.bus-3rd {
	background-color: #ffead9;
	background-image: url(../../img/ai-business/3rd_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.bus-3rd .inner {
	padding: 50px 0px 30px;
}
.bus-3rd section {
	margin-bottom: 90px;
	position: relative;
}
.bus-3rd section .img {
	width: 52%;
	position: absolute;
	left: 0px;
	top: 0px;
}
.bus-3rd section .img img {
	width: 100%;
	height: auto;
}
.bus-3rd section .text {
	background-color: #FFFFFF;
	padding: 40px;
	width: 52%;
	box-sizing: border-box;
	float: right;
	position: relative;
	z-index: 1;
	top: 40px;
}
.bus-3rd section .text h3 {
	font-size: 28px;
	color: #492b02;
	line-height: 150%;
	font-weight: bold;
	margin-bottom: 30px;
	padding-left: 70px;
	position: relative;
}
.bus-3rd section .text h3:before {
	content:"";
	font-family: 'Oswald', sans-serif;
	font-size: 40px;
	position: absolute;
	left: 0px;
	top: 10px;
	color: #ff8a00;
	letter-spacing: 0.1em;
}
.bus-3rd section .text h3.nth01:before {
	content:"01";
}
.bus-3rd section .text h3.nth02:before {
	content:"02";
}
.bus-3rd section .text h3.nth03:before {
	content:"03";
}
.bus-3rd section .text p {
	font-size: 16px;
	line-height: 175%;
}


/* bus-4th
***************************************************/

.bus-4th {
	background-color: #f1efef;
	background-image: url(../../img/ai-business/4th_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.bus-4th h1, 
.bus-4th h2, 
.bus-4th h3, 
.bus-4th h4, 
.bus-4th h5, 
.bus-4th h6{
	clear: inherit;
}
.bus-4th .inner {
	padding: 50px 0px 80px;
}
.bus-4th section {
    // float: left;
    // width: 31%;
    // margin-right: 3.5%;
    color: #492b02;
}
.bus-4th section:last-child {
	margin-right: 0%;
}
.bus-4th section .img {
    text-align: center;
    float: left;
    width:160px;
    margin-right:30px;
	margin-bottom:30px;
}
.bus-4th section .img img{
 	width: 100%;
	height:auto;
}
.bus-4th section .text {
    // height: 290px;
    margin-bottom: 15px;
    min-height: 160px;
    padding-top: 20px;
}

.bus-4th section h3 {
    font-size: 14px;
    // text-align: center;
    margin-bottom: 20px;
}
.bus-4th section h3 i {
	font-size: 24px;
	margin-top: 10px;
	display: block;
}
.bus-4th section p {
	font-size: 14px;
	line-height: 175%;
}
.bus-4th section .box {
    background-color: #FFFFFF;
    padding: 10px 20px;
    // height: 320px;
    box-sizing: border-box;
}
.bus-4th section h4 {
    font-size: 16px;
    // text-align: center;
    // margin-bottom: 20px;
    margin:5px 0 10px 0;
}

/* bus-5th
***************************************************/

.bus-5th {
	background-color: #ff9e4f;
	background-image: url(../../img/ai-business/5th_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.bus-5th .inner {
	padding: 50px 0px 80px;
}
.bus-5th li {
	background-color: #FFFFFF;
	padding: 30px 30px 40px;
	width: 48%;
	margin-bottom: 4%;
	margin-right: 4%;
	box-sizing: border-box;
	float: left;
	min-height: 320px;
}
.bus-5th li:nth-child(2n) {
	margin-right: 0%;
}
.bus-5th li h3 {
	font-size: 20px;
	color: #ff8a00;
	margin-bottom: 25px;
}
.bus-5th li h3:after {
	content:"";
	margin-top: 25px;
	border-bottom: 2px solid #492b02;
	display: block;
	width: 100px;
}
.bus-5th li p {
	font-size: 16px;
	line-height: 175%;
}
.bus-5th .btn {
	margin-top: 10px;
	text-align: center;
}
.bus-5th .btn a{
	font-size: 16px;
	line-height:52px;
	color: #FFFFFF;
	background-color: #492b02;
	text-align: center;
	display: inline-block;
	height: 50px;
	width: 300px;
	text-decoration: none;
	border-radius: 25px;
}
.bus-5th .btn a:hover {
    opacity: 0.6;
}

/* bus-6th
***************************************************/

.bus-6th {
	background-color: #7684b3;
	background-image: url(../../img/ai-business/6th_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.bus-6th .inner {
	padding: 50px 0px 80px;
}
.bus-6th .heading {
	color: #FFFFFF;
}
.bus-6th .heading:before {
	content: url(../../img/icon_ai_w.png);
}

.bus-6th section {
	background-color: #FFFFFF;
	margin-bottom: 50px;
}
.bus-6th section .img img {
	width: 100%;
	height: auto;
}
.bus-6th section .text {
	padding: 40px;
}
.bus-6th section .text p {
	font-size: 16px;
	line-height: 175%;
}
.bus-6th .btn {
	text-align: center;
}
.bus-6th .btn a{
	font-size: 16px;
	line-height:52px;
	color: #FFFFFF;
	background-color: #2c438f;
	text-align: center;
	display: inline-block;
	height: 50px;
	width: 300px;
	text-decoration: none;
	border-radius: 25px;
}
.bus-6th .btn a:hover {
    opacity: 0.6;
}


/* bus-7th
***************************************************/

.bus-7th {
	background-color: #ffead9;
	background-image: url(../../img/ai-business/3rd_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.bus-7th .inner {
	padding: 50px 0px 80px;
}
.bus-7th .curriculum {
	text-align: center;
	margin-top: -20px;
	margin-bottom: 50px;
}
.bus-7th .curriculum span {
	color: #FFFFFF;
	font-size: 16px;
	background-color: #492b02;
	display: inline-block;
	line-height: 40px;
	height: 40px;
	width: 200px;
}
.bus-7th section {
	background-color: #FFFFFF;
	max-width: 740px;
	margin: 0px auto;
	margin-top: 50px;
}
.bus-7th section .time-zone {
	font-size: 16px;
	color: #FFFFFF;
	background-color: #5a4c36;
	text-align: center;
	padding: 20px 20px 18px;
}
.bus-7th section h3 {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #897d6b;
	text-align: center;
	padding: 26px 20px 24px;
	line-height: 150%;
}
.bus-7th section ul {
	padding: 30px 40px;
}
.bus-7th section li {
	background-image: url(../../img/ai-business/7th_curriculum_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 10px 0px 10px 40px;
	font-size: 16px;
	line-height: 150%;
}


/* bus-8th
***************************************************/

.bus-8th {
	background-color: #f1efef;
	background-image: url(../../img/ai-business/4th_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.bus-8th .inner {
	padding: 50px 0px 80px;
}
.bus-8th dl {
	border-top: 1px solid #CCCCCC;
	padding: 40px 0px;
}
.bus-8th dl:last-child {
	border-bottom: 1px solid #CCCCCC;
}
.bus-8th dl dt {
	font-size: 20px;
	font-weight: bold;
	display: table;
	margin-bottom: 20px;
}
.bus-8th dl dd {
	font-size: 16px;
	line-height: 175%;
	display: table;
}
.bus-8th dl dt:before {
	content:"";
	font-family: 'Oswald', sans-serif;
	font-size: 26px;
	font-weight:bold;
	color: #b8a900;
	width: 70px;
	text-align: left;
	letter-spacing: 0.1em;
	position: relative;
	bottom: -2px;
	display: table-cell;
}
.bus-8th dl dd:before {
	content:"";
	font-family: 'Oswald', sans-serif;
	font-size: 26px;
	font-weight:bold;
	color: #b8a900;
	width: 70px;
	text-align: left;
	letter-spacing: 0.1em;
	position: relative;
	bottom: -5px;
	display: table-cell;
}

.bus-8th dl.nth01 dt:before {
	content:"Q1.";
}
.bus-8th dl.nth01 dd:before {
	content:"A1.";
}
.bus-8th dl.nth02 dt:before {
	content:"Q2.";
}
.bus-8th dl.nth02 dd:before {
	content:"A2.";
}
.bus-8th dl.nth03 dt:before {
	content:"Q3.";
}
.bus-8th dl.nth03 dd:before {
	content:"A3.";
}
.bus-8th dl.nth04 dt:before {
	content:"Q4.";
}
.bus-8th dl.nth04 dd:before {
	content:"A4.";
}
.bus-8th dl.nth05 dt:before {
	content:"Q5.";
}
.bus-8th dl.nth05 dd:before {
	content:"A5.";
}
.bus-8th dl.nth06 dt:before {
	content:"Q6.";
}
.bus-8th dl.nth06 dd:before {
	content:"A6.";
}
.bus-8th dl.nth07 dt:before {
	content:"Q7.";
}
.bus-8th dl.nth07 dd:before {
	content:"A7.";
}
.bus-8th dl.nth08 dt:before {
	content:"Q8.";
}
.bus-8th dl.nth08 dd:before {
	content:"A8.";
}
.bus-8th dl.nth09 dt:before {
	content:"Q9.";
}
.bus-8th dl.nth09 dd:before {
	content:"A9.";
}
.bus-8th dl.nth10 dt:before {
	content:"Q10.";
}
.bus-8th dl.nth10 dd:before {
	content:"A10.";
}
.bus-8th dl.nth11 dt:before {
	content:"Q11.";
}
.bus-8th dl.nth11 dd:before {
	content:"A11.";
}
.bus-8th dl.nth12 dt:before {
	content:"Q12.";
}
.bus-8th dl.nth12 dd:before {
	content:"A12.";
}


/* bus-9th
***************************************************/

.bus-9th {
	background-color: #444e80;
	background-image: url(../../img/ai-business/9th_bg.jpg);
	background-position: center top;
}
.bus-9th .inner {
	padding: 50px 0px 80px;
}
.bus-9th .heading {
	color: #FFFFFF;
}
.bus-9th .heading:before {
	content: url(../../img/icon_ai_w.png);
}

.bus-9th li {
	color: #FFFFFF;
	width: 49.5%;
	margin-right: 1%;
	font-size: 14px;
	float: left;
	background-color: rgba(0,0,0,0.15);
	margin-bottom: 1%;
	text-align: center;
	padding: 7px 5px 5px;
	box-sizing: border-box;
}
.bus-9th li:nth-child(2n) {
	margin-right: 0%;
}
.bus-9th p {
	color: #FFFFFF;
	font-size: 14px;
	margin-top: 5px;
}



/* ▼ai-business
****************************************************************************/

.tec .heading {
	color: #1a3951;
}
.tec .heading:before {
	content: url(../../img/icon_ai_b.png);
}
.tec p i {
	background-color: #b0e6ff;
	font-style: normal;
	font-weight: bold;
}


/* tec-1st
***************************************************/

.tec-1st {
	padding: 100px 20px;
	text-align: center;
	background-image: url(../../img/ai-technical/1st_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.tec-1st .cp {
	max-width: 800px;
	margin: 0px auto 60px;
}
.tec-1st .cp img {
	width: 100%;
	height: auto;
}
.tec-1st .btn a {
	/*background-image: linear-gradient(to right, #4541ff, #2194ff);*/
	background-image: linear-gradient(to right, #FFB61E, #F9690E);
	display: inline-block;
	padding: 0px 30px;
	border-radius: 40px;
}
.tec-1st .btn a:hover {
    opacity: 0.6;
}

.tec-1st .btn a img {
	width: 100%;
	height: auto;
}

/* eshikaku-1st
***************************************************/

.eshikaku-1st {
	padding: 100px 20px;
	text-align: center;
	background-image: url(../../img/ai-eshikaku/1st_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.eshikaku-1st .cp {
	max-width: 800px;
	margin: 0px auto 50px;
}
.eshikaku-1st .cp img {
	width: 100%;
	height: auto;
}
.eshikaku-1st .btn a {
	background-image: linear-gradient(to right, #4541ff, #2194ff);
	display: inline-block;
	padding: 0px 30px;
	border-radius: 40px;
}
.eshikaku-1st .btn a:hover {
    opacity: 0.6;
}

.eshikaku-1st .btn a img {
	width: 100%;
	height: auto;
}


/* gkentei-1st
***************************************************/

.gkentei-1st {
	padding: 100px 20px;
	text-align: center;
	background-image: url(../../img/ai-gkentei/1st_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.gkentei-1st .cp {
	max-width: 800px;
	margin: 0px auto 30px;
}
.gkentei-1st .cp img {
	width: 100%;
	height: auto;
}
.gkentei-1st .btn a {
	background-image: linear-gradient(to right, #4541ff, #2194ff);
	display: inline-block;
	padding: 0px 30px;
	border-radius: 40px;
}
.gkentei-1st .btn a:hover {
    opacity: 0.6;
}

.gkentei-1st .btn a img {
	width: 100%;
	height: auto;
}


/* tec-2nd
***************************************************/

.tec-2nd .inner {
	padding: 50px 0px 80px;
}

.tec-2nd .occupation {
	padding: 0px 100px;
}
.tec-2nd .occupation .img img {
	width: 100%;
	height: auto;
}


.tec-2nd-skill {
	background-image: url(../../img/ai-technical/2nd_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.tec-2nd-skill .inner {
	padding: 80px 0px;
}
.tec-2nd-skill section {
	float: left;
	width: 48%;
	margin-right: 4%;
	background-color: #FFFFFF;
}
.tec-2nd-skill section .head {
	color: #FFFFFF;
	background-color: #0f66fb;
	text-align: center;
	padding: 60px 30px 50px;
}
.tec-2nd-skill section .head h3 {
	font-size: 26px;
}
.tec-2nd-skill section ul {
	padding: 20px 30px;
	height: 210px;
	box-sizing: border-box;
}
.tec-2nd-skill section li {
	font-size: 16px;
	line-height: 150%;
	font-weight: bold;
	background-image: url(../../img/ai-technical/2nd_skill_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 10px 0px 10px 50px;
}
.tec-2nd-skill section:nth-child(2) {
	margin-right: 0%;
}


/* tec-act
***************************************************/

.tec-act {
	padding: 100px 0px;
	text-align: center;
}
.tec-act .btn a {
	/*background-image: linear-gradient(to right, #4541ff, #2194ff);*/
	background-image: linear-gradient(to right, #ea5413, #ff9741);
	display: inline-block;
	padding: 0px 30px;
	border-radius: 40px;
}
.tec-act .btn a:hover {
    opacity: 0.6;
}
.tec-act .btn a img {
	width: 100%;
	height: auto;
}


/* tec-3rd
***************************************************/

.tec-3rd {
	background-color: #d9f1ff;
	background-image: url(../../img/ai-technical/3rd_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.tec-3rd .inner {
	padding: 50px 0px 30px;
}
.tec-3rd section {
	margin-bottom: 90px;
	position: relative;
}
.tec-3rd section .img {
	width: 52%;
	position: absolute;
	left: 0px;
	top: 0px;
}
.tec-3rd section .img img {
	width: 100%;
	height: auto;
}
.tec-3rd section .text {
	background-color: #FFFFFF;
	padding: 40px;
	width: 52%;
	box-sizing: border-box;
	float: right;
	position: relative;
	z-index: 1;
	top: 40px;
}
.tec-3rd section .text h3 {
	font-size: 28px;
	color: #1a3951;
	line-height: 150%;
	font-weight: bold;
	margin-bottom: 30px;
	padding-left: 70px;
	position: relative;
}
.tec-3rd section .text h3:before {
	content:"";
	font-family: 'Oswald', sans-serif;
	font-size: 40px;
	position: absolute;
	left: 0px;
	top: 10px;
	color: #0f66fb;
	letter-spacing: 0.1em;
}
.tec-3rd section .text h3.nth01:before {
	content:"01";
}
.tec-3rd section .text h3.nth02:before {
	content:"02";
}
.tec-3rd section .text h3.nth03:before {
	content:"03";
}
.tec-3rd section .text h3.nth04:before {
	content:"04";
}
.tec-3rd section .text h3.nth05:before {
	content:"05";
}
.tec-3rd section .text p {
	font-size: 16px;
	line-height: 175%;
}
.tec-3rd section .text .kadai {
	background-color: #ebebf0;
	padding: 20px;
	margin-top: 20px;
}
.tec-3rd section .text .kadai h4 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.tec-3rd section .text .kadai p {
	font-size: 13px;
	line-height: 175%;
}




/* tec-4th
***************************************************/

.tec-4th {
	background-color: #f1efef;
	background-image: url(../../img/ai-technical/4th_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.tec-4th .inner {
	padding: 50px 0px 80px;
}
.tec-4th .heading {
	color: #492b02;
}
.tec-4th .heading:before {
	content: url(../../img/icon_ai.png);
}

.tec-4th section {
    // float: left;
    // width: 31%;
    // margin-right: 3.5%;
    color: #492b02;
}
.tec-4th section:last-child {
	margin-right: 0%;
}
.tec-4th section .img {
    text-align: center;
    float: left;
    width:160px;
    margin-right:30px;
	margin-bottom:30px;
}
.tec-4th section .img img{
 	width: 100%;
	height:auto;
}
.tec-4th section .text {
   // height: 290px;
margin-bottom: 15px;
min-height: 160px;
padding-top: 20px;
}

.tec-4th section h3 {
    font-size: 14px;
    // text-align: center;
    margin-bottom: 20px;
}
.tec-4th section h3 i {
	font-size: 24px;
	margin-top: 10px;
	display: block;
}
.tec-4th section p {
	font-size: 14px;
	line-height: 175%;
}
.tec-4th section .box {
    background-color: #FFFFFF;
    padding: 10px 20px;
    // height: 320px;
    box-sizing: border-box;
}
.tec-4th section h4 {
    font-size: 16px;
    // text-align: center;
    margin-bottom: 20px;
    margin:5px 0 10px 0;
}

/* tec-5th
***************************************************/

.tec-5th {
	background-color: #72c0ff;
	background-image: url(../../img/ai-technical/5th_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.tec-5th .inner {
	padding: 50px 0px 80px;
}
.tec-5th li {
	background-color: #FFFFFF;
	padding: 30px 30px 40px;
	width: 48%;
	margin-bottom: 4%;
	margin-right: 4%;
	box-sizing: border-box;
	float: left;
	min-height: 320px;
}
.tec-5th li:nth-child(2n) {
	margin-right: 0%;
}
.tec-5th li h3 {
	font-size: 20px;
	color: #0f66fb;
	margin-bottom: 25px;
}
.tec-5th li h3:after {
	content:"";
	margin-top: 25px;
	border-bottom: 2px solid #1a3951;
	display: block;
	width: 100px;
}
.tec-5th li p {
	font-size: 16px;
	line-height: 175%;
}
.tec-5th .btn {
	margin-top: 10px;
	text-align: center;
}

.tec-5th .btn a{
	font-size: 16px;
	line-height:52px;
	color: #FFFFFF;
	background-color: #0a3bd8;
	text-align: center;
	display: inline-block;
	height: 50px;
	width: 300px;
	text-decoration: none;
	border-radius: 25px;
}
.tec-5th .btn a:hover {
    opacity: 0.6;
}


/* tec-6th
***************************************************/

.tec-6th {
	background-color: #7684b3;
	background-image: url(../../img/ai-technical/6th_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.tec-6th .inner {
	padding: 50px 0px 80px;
}
.tec-6th .heading {
	color: #FFFFFF;
}
.tec-6th .heading:before {
	content: url(../../img/icon_ai_w.png);
}

.tec-6th section {
	background-color: #FFFFFF;
	margin-bottom: 50px;
}
.tec-6th section .img img {
	width: 100%;
	height: auto;
}
.tec-6th section .text {
	padding: 40px;
}
.tec-6th section .text p {
	font-size: 16px;
	line-height: 175%;
}
.tec-6th .btn {
	text-align: center;
}

.tec-6th .btn a{
	font-size: 16px;
	line-height:52px;
	color: #FFFFFF;
	background-color: #2c438f;
	text-align: center;
	display: inline-block;
	height: 50px;
	width: 300px;
	text-decoration: none;
	border-radius: 25px;
}
.tec-6th .btn a:hover {
    opacity: 0.6;
}


/* tec-7th
***************************************************/

.tec-7th {
	background-color: #d9f1ff;
	background-image: url(../../img/ai-technical/3rd_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.tec-7th .inner {
	padding: 50px 0px 80px;
}
.tec-7th .curriculum {
	text-align: center;
	margin-top: -20px;
	margin-bottom: 50px;
}
.tec-7th .curriculum span {
	color: #FFFFFF;
	font-size: 16px;
	background-color: #1a3951;
	display: inline-block;
	line-height: 40px;
	height: 40px;
	width: 200px;
}
.tec-7th section {
	background-color: #FFFFFF;
	max-width: 740px;
	margin: 0px auto;
	margin-top: 50px;
}
.tec-7th section .time-zone {
	font-size: 16px;
	color: #FFFFFF;
	background-color: #3d586d;
	text-align: center;
	padding: 20px 20px 18px;
}
.tec-7th section h3 {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #718797;
	text-align: center;
	padding: 26px 20px 24px;
	line-height: 150%;
}
.tec-7th section ul {
	padding: 30px 40px;
}
.tec-7th section li {
	background-image: url(../../img/ai-technical/7th_curriculum_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 10px 0px 10px 40px;
	font-size: 16px;
	line-height: 150%;
}

/* e-shikaku-7th
***************************************************/

.e-shikaku-7th {
	background-color: #d9f1ff;
	background-image: url(../../img/ai-technical/3rd_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.e-shikaku-7th .inner {
	padding: 50px 0px 80px;
}
.e-shikaku-7th .curriculum {
	text-align: center;
	margin-top: -20px;
	margin-bottom: 50px;
}
.e-shikaku-7th .curriculum span {
	color: #FFFFFF;
	font-size: 16px;
	background-color: #1a3951;
	display: inline-block;
	line-height: 40px;
	height: 40px;
	width: 200px;
}
.e-shikaku-7th section {
	background-color: #FFFFFF;
	max-width: 740px;
	margin: 0px auto;
	margin-top: 50px;
}
.e-shikaku-7th section .time-zone {
	font-size: 16px;
	color: #FFFFFF;
	background-color: #3d586d;
	text-align: center;
	padding: 20px 20px 18px;
}
.e-shikaku-7th section h3 {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #718797;
	text-align: center;
	padding: 26px 20px 24px;
	line-height: 150%;
}
.e-shikaku-7th section ul {
	padding: 10px 40px;
}
.e-shikaku-7th section li {
	background-image: url(../../img/ai-technical/7th_curriculum_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 10px 0px 10px 40px;
	font-size: 16px;
	line-height: 150%;
}
.e-shikaku-7th p {
	font-size: 16px;
	line-height: 150%;
	margin-left:40px;
	margin-top:30px;
	font-weight:bold;
}

/* tec-8th
***************************************************/

.tec-8th {
	background-color: #f1efef;
	background-image: url(../../img/ai-business/4th_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.tec-8th .inner {
	padding: 50px 0px 80px;
}
.tec-8th dl {
	border-top: 1px solid #CCCCCC;
	padding: 40px 0px;
}
.tec-8th dl:last-child {
	border-bottom: 1px solid #CCCCCC;
}
.tec-8th dl dt {
	font-size: 20px;
	font-weight: bold;
	display: table;
	margin-bottom: 20px;
}
.tec-8th dl dd {
	font-size: 16px;
	line-height: 175%;
	display: table;
}
.tec-8th dl dt:before {
	content:"";
	font-family: 'Oswald', sans-serif;
	font-size: 26px;
	font-weight:bold;
	color: #155586;
	width: 70px;
	text-align: left;
	letter-spacing: 0.1em;
	position: relative;
	bottom: -2px;
	display: table-cell;
}
.tec-8th dl dd:before {
	content:"";
	font-family: 'Oswald', sans-serif;
	font-size: 26px;
	font-weight:bold;
	color: #155586;
	width: 70px;
	text-align: left;
	letter-spacing: 0.1em;
	position: relative;
	bottom: -5px;
	display: table-cell;
}

.tec-8th dl.nth01 dt:before {
	content:"Q1.";
}
.tec-8th dl.nth01 dd:before {
	content:"A1.";
}
.tec-8th dl.nth02 dt:before {
	content:"Q2.";
}
.tec-8th dl.nth02 dd:before {
	content:"A2.";
}
.tec-8th dl.nth03 dt:before {
	content:"Q3.";
}
.tec-8th dl.nth03 dd:before {
	content:"A3.";
}
.tec-8th dl.nth04 dt:before {
	content:"Q4.";
}
.tec-8th dl.nth04 dd:before {
	content:"A4.";
}
.tec-8th dl.nth05 dt:before {
	content:"Q5.";
}
.tec-8th dl.nth05 dd:before {
	content:"A5.";
}
.tec-8th dl.nth06 dt:before {
	content:"Q6.";
}
.tec-8th dl.nth06 dd:before {
	content:"A6.";
}
.tec-8th dl.nth07 dt:before {
	content:"Q7.";
}
.tec-8th dl.nth07 dd:before {
	content:"A7.";
}
.tec-8th dl.nth08 dt:before {
	content:"Q8.";
}
.tec-8th dl.nth08 dd:before {
	content:"A8.";
}
.tec-8th dl.nth09 dt:before {
	content:"Q9.";
}
.tec-8th dl.nth09 dd:before {
	content:"A9.";
}
.tec-8th dl.nth10 dt:before {
	content:"Q10.";
}
.tec-8th dl.nth10 dd:before {
	content:"A10.";
}
.tec-8th dl.nth11 dt:before {
	content:"Q11.";
}
.tec-8th dl.nth11 dd:before {
	content:"A11.";
}
.tec-8th dl.nth12 dt:before {
	content:"Q12.";
}
.tec-8th dl.nth12 dd:before {
	content:"A12.";
}
.tec-8th dl.nth13 dt:before {
	content:"Q13.";
}
.tec-8th dl.nth13 dd:before {
	content:"A13.";
}

/* tec-9th
***************************************************/

.tec-9th {
	background-color: #444e80;
	background-image: url(../../img/ai-technical/9th_bg.jpg);
	background-position: center top;
}
.tec-9th .inner {
	padding: 50px 0px 80px;
}
.tec-9th .heading {
	color: #FFFFFF;
}
.tec-9th .heading:before {
	content: url(../../img/icon_ai_w.png);
}

.tec-9th li {
	color: #FFFFFF;
	width: 49.5%;
	margin-right: 1%;
	font-size: 14px;
	float: left;
	background-color: rgba(0,0,0,0.15);
	margin-bottom: 1%;
	text-align: center;
	padding: 7px 5px 5px;
	box-sizing: border-box;
}
.tec-9th li:nth-child(2n) {
	margin-right: 0%;
}
.tec-9th p {
	color: #FFFFFF;
	font-size: 14px;
	margin-top: 5px;
}


/* companies
***************************************************/

.companies {
	background-color: #444e80;
	background-image: url(../../img/companies_bg.jpg);
	background-position: center top;
}
.companies .inner {
	padding: 50px 0px 60px;
}
.companies .heading {
	color: #FFFFFF;
}
.companies .heading:before {
	content: url(../../img/icon_ai_w.png);
}

.companies li {
	color: #FFFFFF;
	width: 49.5%;
	margin-right: 1%;
	font-size: 14px;
	float: left;
	background-color: rgba(0,0,0,0.15);
	margin-bottom: 1%;
	text-align: center;
	padding: 7px 5px 5px;
	box-sizing: border-box;
}
.companies li:nth-child(2n) {
	margin-right: 0%;
}
.companies p {
	color: #FFFFFF;
	font-size: 14px;
	margin-top: 5px;
}


/* application
***************************************************/

.application {
	background-image: url(../../img/ai-business/application_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.application .inner {
	padding: 50px 0px 80px;
}

.application .schedule section {
	display: table;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.application .schedule section:nth-child(1) {
	display: none;
}

.application .schedule dl {
	display: table-cell;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background-color: #fff;
	width: 17.5%;
}
.application .schedule dl:nth-child(3) {
	width: 30%;
}
.application .schedule dt {
	background-color: #eee;
	display: block;
	padding: 15px 15px 13px;
	font-size: 16px;
}
.application .schedule dd {
	padding: 10px 15px;
	height:60px;
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	line-height: 150%;
	width:300px;
}

.application .schedule dd .btn input {
	font-size: 16px;
	color: #FFFFFF;
	background-color: #ff6200;
	display: inline-block;
	padding: 10px 0px 8px;
	text-decoration: none;
	border-radius: 6px;
	width: 120px;
	text-align: center;
	border: none;
	cursor:pointer;
}
.application .schedule dd .btn input:hover {
    opacity: 0.6;
}

.application .schedule dd .btn span {
	font-size: 16px;
	background-color: #ccc;
	display: inline-block;
	padding: 10px 0px 8px;
	text-decoration: none;
	border-radius: 6px;
	width: 120px;
	text-align: center;
}

.application .hosoku {
	margin-top: 12px;
}
.application .hosoku p {
	font-size: 14px;
	line-height: 175%;
}

.application .appeal {
	margin-top: 50px;
	margin-bottom: 20px;
}

.application .appeal li {
	float: left;
	width: 31%;
	margin-right: 3.5%;
	background-color: #FFFFFF;
}
.application .appeal li:last-child {
	margin-right: 0%;
}
.application .appeal li .img {
	text-align: center;
	padding: 20px 0px 0px;
}
.application .appeal li .text {
	height: 220px;
	padding: 15px 20px 20px;
	box-sizing: border-box;
}

.application .appeal li h3 {
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
}
.application .appeal li p {
	font-size: 14px;
	line-height: 175%;
}
.application .appeal li .photo img {
	width: 100%;
	height: auto;
}

.application .online,
.top-lineup .online {
	background-color: #ffe4ba;
	padding: 40px;
	margin-top: 50px;
}
.application .online .img,
.top-lineup .online .img {
	float: left;
	width: 47%;
}
.application .online .img img,
.top-lineup  .online .img img{
	width: 100%;
	height: auto;
}
.application .online .text,
.top-lineup .online .text {
	float: right;
	width: 48%;
}
.application .online .text h3,
.top-lineup .online .text h3 {
	font-size: 26px;
	margin-bottom: 20px;
	color: #492b02;
}
.application .online .text p,
.top-lineup .online .text p {
	font-size: 16px;
	line-height: 175%;
}
.application .online .text .btn a,
.top-lineup .online .text .btn a {
	font-size: 16px;
	line-height:42px;
	color: #FFFFFF;
	background-color: #ff6200;
	text-align: center;
	display: inline-block;
	height: 40px;
	width: 200px;
	text-decoration: none;
	border-radius: 25px;
	margin-top: 20px;
}
.application .online .text .btn a:hover,
.top-lineup .online .text .btn a:hover {
    opacity: 0.6;
}

.tec .application .schedule dd .btn input {
	background-color: #0075ed;
}
.tec .application .online {
	background-color: #cdecff;
}
.tec .application .online .text h3 {
	color: #1a3951;
}

.tec .application .online .text .btn a {
	background-color: #0075ed;
}


@media only screen and (max-width:840px){
.bus-1st {
	padding: 60px 20px;
}
.bus-1st .cp {
	margin: 0px auto 30px;
}

.bus-1st .btn a {
	width: 240px;
}
.swiper .inner {
	padding: 40px 0px 20px;
}

.bus-2nd .inner {
	padding: 40px 0px 60px;
}
.bus-2nd .target li {
	width: 48%;
	margin-right: 4%;
	margin-top: 4%;
}
.bus-2nd .target li:nth-child(2n) {
	margin-right: 0%;
}
.bus-2nd .occupation {
	background-color: #f4eee8;
	padding: 30px;
	margin-top: 40px;
}
.bus-2nd .occupation h3 {
	font-size: 18px;
	margin-bottom: 20px;
}

.bus-2nd-skill .inner {
	padding: 60px 0px;
}
.bus-2nd-skill section {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 4%;
}
.bus-2nd-skill section .head {
	padding: 25px 20px 20px;
}
.bus-2nd-skill section .head h3 {
	font-size: 18px;
}

.bus-2nd-skill section ul {
	padding: 20px;
	height: auto;
}
.bus-2nd-skill section li {
	font-size: 14px;
}
.bus-2nd-skill section:nth-child(3) {
	margin-top: 0%;
	margin-bottom: 0%;
}

.bus-2nd-skill section:nth-child(3) .head {
	padding: 25px 20px 20px;
}
.bus-2nd-skill section:nth-child(3) p {
	font-size: 14px;
	padding: 20px;
	text-align: left;
}

.bus-act {
	padding: 60px 0px;
}
.bus-act .btn a {
	width: 240px;
}

.bus-3rd .inner {
	padding: 40px 0px 60px;
}
.bus-3rd section {
	margin-bottom: 30px;
}
.bus-3rd section:last-child {
	margin-bottom: 0px;
}

.bus-3rd section .img {
	width: 100%;
	position: static;
}
.bus-3rd section .text {
	padding: 20px;
	width: 100%;
	position: static;
}
.bus-3rd section .text h3 {
	font-size: 18px;
	margin-bottom: 15px;
	padding-left: 50px;
}
.bus-3rd section .text h3:before {
	font-size: 30px;
}
.bus-3rd section .text p {
	font-size: 14px;
}

.bus-4th .inner {
	padding: 40px 0px 60px;
}
.bus-4th section {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 30px;
}
.bus-4th section:last-child {
	margin-bottom: 0px;
}
.bus-4th section .img {
	margin-bottom: 20px;
}
.bus-4th section .text {
	height: auto;
	margin-bottom: 20px;
}
.bus-4th section .box {
	padding: 20px ;
	height: auto;
}
.bus-4th section h4 {
	margin-bottom: 15px;
}

.bus-5th .inner {
	padding: 40px 0px 60px;
}
.bus-5th li {
	padding: 20px 20px 30px;
	width: 100%;
	margin-bottom: 30px;
	margin-right: 0%;
	min-height: auto;
}
.bus-5th li h3 {
	font-size: 18px;
	margin-bottom: 15px;
}
.bus-5th li h3:after {
	margin-top: 15px;
}
.bus-5th li p {
	font-size: 14px;
}

.bus-5th .btn a{
	font-size: 14px;
	width: 260px;
}

.bus-6th .inner {
	padding: 40px 0px 60px;
}
.bus-6th section {
	margin-bottom: 30px;
}
.bus-6th section .text {
	padding: 20px 20px 30px;
}
.bus-6th section .text p {
	font-size: 14px;
}
.bus-6th .btn a{
	font-size: 14px;
	width: 260px;
}

.bus-7th .inner {
	padding: 40px 0px 60px;
}
.bus-7th .curriculum {
	margin-top: 0px;
	margin-bottom: 30px;
}
.bus-7th .curriculum span {
	font-size: 14px;
	line-height: 30px;
	height: 30px;
}
.bus-7th section {
	margin-top: 30px;
}
.bus-7th section .time-zone {
	font-size: 14px;
	padding: 20px 20px 18px;
}
.bus-7th section h3 {
	font-size: 18px;
	text-align: left;
}
.bus-7th section ul {
	padding: 20px ;
}
.bus-7th section li {
	padding: 10px 0px 10px 40px;
	font-size: 14px;
	line-height: 150%;
}



.bus-8th .inner {
	padding: 40px 0px 60px;
}
.bus-8th dl {
	padding: 20px 0px;
}
.bus-8th dl dt {
	font-size: 16px;
	margin-bottom: 10px;
}
.bus-8th dl dd {
	font-size: 14px;
}
.bus-8th dl dt:before {
	font-size: 20px;
	width: 50px;
}
.bus-8th dl dd:before {
	font-size: 20px;
	width: 50px;
}
.bus-9th .inner {
	font-size: 18px;
	padding: 40px 0px 60px;
}


.tec-1st {
	padding: 60px 20px;
}
.tec-1st .cp {
	margin: 0px auto 30px;
}

.tec-1st .btn a {
	width: 240px;
}

.eshikaku-1st {
	padding: 60px 20px;
}
.eshikaku-1st .cp {
	margin: 0px auto 30px;
}

.eshikaku-1st .btn a {
	width: 240px;
}
.gkentei-1st {
	padding: 60px 20px;
}
.gkentei-1st .cp {
	margin: 0px auto 30px;
}

.gkentei-1st .btn a {
	width: 240px;
}


.swiper .inner {
	padding: 40px 0px 20px;
}

.tec-2nd .inner {
	padding: 40px 0px 60px;
}
.tec-2nd .occupation {
	padding: 0px;
}

.tec-2nd-skill .inner {
	padding: 60px 0px;
}
.tec-2nd-skill section {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 4%;
}
.tec-2nd-skill section .head {
	padding: 25px 20px 20px;
}
.tec-2nd-skill section .head h3 {
	font-size: 18px;
}

.tec-2nd-skill section ul {
	padding: 20px;
	height: auto;
}
.tec-2nd-skill section li {
	font-size: 14px;
}
.tec-2nd-skill section:nth-child(3) {
	margin-top: 0%;
	margin-bottom: 0%;
}

.tec-2nd-skill section:nth-child(3) .head {
	padding: 25px 20px 20px;
}
.tec-2nd-skill section:nth-child(3) p {
	font-size: 14px;
	padding: 20px;
	text-align: left;
}

.tec-act {
	padding: 60px 0px;
}
.tec-act .btn a {
	width: 90%;
}

.tec-3rd .inner {
	padding: 40px 0px 60px;
}
.tec-3rd section {
	margin-bottom: 30px;
}
.tec-3rd section:last-child {
	margin-bottom: 0px;
}

.tec-3rd section .img {
	width: 100%;
	position: static;
}
.tec-3rd section .text {
	padding: 20px;
	width: 100%;
	position: static;
}
.tec-3rd section .text h3 {
	font-size: 18px;
	margin-bottom: 15px;
	padding-left: 50px;
}
.tec-3rd section .text h3:before {
	font-size: 30px;
}
.tec-3rd section .text p {
	font-size: 14px;
}

.tec-4th .inner {
	padding: 40px 0px 60px;
}
.tec-4th section {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 30px;
}
.tec-4th section:last-child {
	margin-bottom: 0px;
}
.tec-4th section .img {
	margin-bottom: 20px;
}
.tec-4th section .text {
	height: auto;
	margin-bottom: 20px;
}
.tec-4th section .box {
	padding: 20px ;
	height: auto;
}
.tec-4th section h4 {
	margin-bottom: 15px;
}

.tec-5th .inner {
	padding: 40px 0px 60px;
}
.tec-5th li {
	padding: 20px 20px 30px;
	width: 100%;
	margin-bottom: 30px;
	margin-right: 0%;
	min-height: auto;
}
.tec-5th li h3 {
	font-size: 18px;
	margin-bottom: 15px;
}
.tec-5th li h3:after {
	margin-top: 15px;
}
.tec-5th li p {
	font-size: 14px;
}

.tec-5th .btn a{
	font-size: 14px;
	width: 260px;
}

.tec-6th .inner {
	padding: 40px 0px 60px;
}
.tec-6th section {
	margin-bottom: 30px;
}
.tec-6th section .text {
	padding: 20px 20px 30px;
}
.tec-6th section .text p {
	font-size: 14px;
}
.tec-6th .btn a{
	font-size: 14px;
	width: 260px;
}

.tec-7th .inner {
	padding: 40px 0px 60px;
}
.tec-7th .curriculum {
	margin-top: 0px;
	margin-bottom: 30px;
}
.tec-7th .curriculum span {
	font-size: 14px;
	line-height: 30px;
	height: 30px;
}
.tec-7th section {
	margin-top: 30px;
}
.tec-7th section .time-zone {
	font-size: 14px;
	padding: 20px 20px 18px;
}
.tec-7th section h3 {
	font-size: 18px;
	text-align: left;
}
.tec-7th section ul {
	padding: 20px ;
}
.tec-7th section li {
	padding: 10px 0px 10px 40px;
	font-size: 14px;
	line-height: 150%;
}


.e-shikaku-7th .inner {
	padding: 40px 0px 60px;
}
.e-shikaku-7th .curriculum {
	margin-top: 0px;
	margin-bottom: 30px;
}
.e-shikaku-7th .curriculum span {
	font-size: 14px;
	line-height: 30px;
	height: 30px;
}
.e-shikaku-7th section {
	margin-top: 30px;
}
.e-shikaku-7th section .time-zone {
	font-size: 14px;
	padding: 20px 20px 18px;
}
.e-shikaku-7th section h3 {
	font-size: 18px;
	text-align: left;
}
.e-shikaku-7th section ul {
	padding: 20px ;
}
.e-shikaku-7th section li {
	padding: 10px 0px 10px 40px;
	font-size: 14px;
	line-height: 150%;
}


.tec-8th .inner {
	padding: 40px 0px 60px;
}
.tec-8th dl {
	padding: 20px 0px;
}
.tec-8th dl dt {
	font-size: 16px;
	margin-bottom: 10px;
}
.tec-8th dl dd {
	font-size: 14px;
}
.tec-8th dl dt:before {
	font-size: 20px;
	width: 50px;
}
.tec-8th dl dd:before {
	font-size: 20px;
	width: 50px;
}
.tec-9th .inner {
	padding: 40px 0px 60px;
}
.tec-9th li {
	width: 100%;
	margin-right: 0%;
}


.application .inner {
	padding: 40px 0px 60px;
}

.application .schedule section {
	display: block;
}
.application .schedule dl {
	display: block;
	width: auto;
}
.application .schedule dl:nth-child(3) {
	width: auto;
}
.application .schedule dt {
	display: table-cell;
	padding: 10px 15px;
	font-size: 14px;
	vertical-align: middle;
	width: 30px;
}
.application .schedule dd {
	padding: 10px 15px;
	height: auto;
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
}
.application .schedule dd .btn a {
	width: 180px;
}

.application .appeal {
	margin-top: 40px;
	margin-bottom: 20px;
}

.application .appeal li {
	width: 100%;
	margin-right: 0%;
}
.application .appeal li:last-child {
	margin-right: 0%;
}
.application .appeal li .text {
	height: auto;
	padding: 15px 0px 20px;
}
.application .online,
.top-lineup .online {
	padding: 30px;
	margin-top: 40px;
}
.application .online .img,
.top-lineup .online .img {
	width: 100%;
	margin-bottom: 30px;
}
.application .online .text,
.top-lineup .online .text {
	width: 100%;
}
.application .online .text h3,
.top-lineup .online .text h3 {
	font-size: 18px;
	margin-bottom: 15px;
}
.application .online .text p,
.top-lineup .online .text p {
	font-size: 14px;
}


.companies .inner {
	padding: 40px 0px 60px;
}
.companies li {
	width: 100%;
	margin-right: 0%;
}

}



.eEntry{
	max-width: 840px;
	margin:auto;
}
.eEntry table{
	width:100%;
	background:#ffffff;
}
.eEntry tr:nth-child(odd){
	background:#ecf3f7;
}
.eEntry th{
	padding:15px 30px;
	vertical-align:middle;
	font-weight:bold;
	font-size:16px;
	line-height:32px;
	text-align:left;
}
.eEntry th span{
	font-size:11px;
	color:#dd0000;
}
.eEntry td{
	padding:15px;	
	vertical-align:middle;
	font-size:16px;
	line-height:32px;
}
.eEntry td input[type="text"],
.eEntry td input[type="email"],
.eEntry td input[type="tel"]{
	    border-radius: 0;
	    padding:0.5em;
}
.eEntry td .wpcf7-list-item{
	display:block;
}
.eEntryBlock section h3{
	font-size: 20px;
	font-weight: bold;
	color:#FFFFFF;
	background-color:#718797;
	text-align: center;
	padding: 26px 20px 24px;
	line-height: 150%;
}
.eEntryBlock section{
	background-color:#FFFFFF;
	max-width: 840px;
	margin: 50px auto 0;
}
.eEntryBlock section p {
    font-size: 16px;
    line-height: 150%;
    margin-left: 40px;
    margin-top: 30px;
    font-weight: bold;
}
.eEntryBlock section ul {
    padding: 10px 40px;
}
.eEntryBlock section li {
    background-image: url(../../img/ai-technical/7th_curriculum_icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 10px 0px 10px 40px;
    font-size: 16px;
    line-height: 150%;
}
.eEntryBlock section p.eEntrynote {
    font-size:13px;
    line-height:21px;
    color:#dd0000;
    font-weight:normal;
    padding-bottom:35px;
    margin-right:35px;
}

.eEntry .wpcf7-submit{
	background:#0075ed;
	width:300px;
	color:#ffffff;
	font-weight:bold;
	height:60px;
	font-size:24px;
	padding:0;
}
div.wpcf7 .wpcf7-submit:disabled{
	background:#efefef;
}

.eEntry .wpcf7-not-valid-tip{
	display:block;
	color:#CC0000;
	font-size:14px;
	line-height:1.5;
}

@media only screen and (max-width:640px){
	.eEntry th{
			display:block;
			background:#efefef;
			padding:10px;
	}
	.eEntry td{
			display:block;
			background:#ffffff;
			padding:10px;
	}
	.eEntry .wpcf7-submit{
			height:80px;
			background:#ffa500 !important;
	}
	.eEntry td input[type="text"],input[type="email"], input[type="tel"]{
		width:96%;	
	}
}
/***Form***/
.tabs {
  margin-top:50px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width:840px;
  margin: 0 auto;}

.tab_item {
  width: calc(100%/3);
  height: 50px;
  border-bottom: 3px solid #2c71ba;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

input[name="tab_item"] {
  display: none;
}

.tab_content {
  display: none;
  padding: 40px 0 0;
  clear: both;
  overflow: hidden;
}

#onsight:checked ~ #onsight_content,
#all:checked ~ #all_content,
#courseB:checked ~ #courseB_content {
  display: block;
}

.tabs input:checked + .tab_item {
  background-color: #2c71ba;
  color: #fff;
}
ul.eFaqList {
	margin-bottom:30px;
}
.eFaqList li{
	display:inline-block;
	border-left:1px solid #999999;
	padding:5px 30px;
}
.eFaqList li:last-child{
	border-right:1px solid #999999;
}
.eFaqList li a{
	padding:5px 30px;
	font-weight:bold;
}
.eFaqList li.active a{
	color:#ffffff;
	background:#98bc64;
}
/***コースボタン**/
.lpCource table.cource .button a{
	font-size:15px;
	font-weight:bold;
	color:#ffffff;
	background: #CC0033;
	cursor:pointer;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	width:90%;
	max-width:90%;
	padding: 5px 15px;
	margin:5px auto;
	border:none;
	text-decoration:none;
}
/***MoreList***/
.hidBox {
    margin: 2em 0;
    padding: 0;
}
.hidBox label {
    cursor :pointer;
	display:inline-block;
	font-size:18px;
	padding: 8px 30px;
	color:#ffffff;
	background:#b92525;
	border: 3px solid #b92525;
	border-radius:50px; 
    -webkit-border-radius:50px; 
    -moz-border-radius:50px;
	text-decoration:none;
	text-align:center;
}
.hidBox label:hover {
	color:#b92525;
	background:#ffffff;
	border-color:#b92525;
}
.hidBox input {
    display: none;
}
.hidBox .hidAction {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
.hidBox input:checked ~ .hidAction {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}

.ai-kenkyujo-message{
	background:#fef5e8;
	border-top:1px solid #f49801;
	border-bottom:1px solid #f49801;
}
.ai-kenkyujo-message .inner{
	padding:25px 0;
}
.ai-kenkyujo-message h2{
	color:#f97700;
	font-size:20px;
	margin-bottom:10px;
}
.ai-kenkyujo-message p{
	font-size:15px;
}
.ai-kenkyujo-komon{
	background-color: #f1efef;
	background-image: url(../../img/ai-business/4th_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.ai-kenkyujo-komon .inner{
	padding:25px 0;
}
.ai-kenkyujo-komon img{
	width:100px !important;
	height:auto !important;
	float:left !important;
	margin-right:15px !important;
	margin-bottom:15px !important;
}
/***voice***/

.ai-kenkyujo-voice .inner {
	width:100%;
	max-width:1200px;
	padding: 50px 0px 80px;
	position:relative;
}
.ai-kenkyujo-voice ul{
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
}
.ai-kenkyujo-voice ul li {
	background-color: rgba(255,255,255,0.8);
	padding: 30px 30px 40px;
	width:auto;
	height:auto;
	margin:0;
	box-sizing: border-box;
	float: left;
	display: inline-block;
	vertical-align:top;	
}
ai-kenkyujo-voice ul li {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    flex-wrap: wrap;
    height: 100%;
}
.ai-kenkyujo-voice ul li:nth-child(2n) {
	margin:0;
}
.ai-kenkyujo-voice ul li h3 {
	font-size: 20px;
	margin-bottom:15px;
}
.ai-kenkyujo-voice ul li h3:after {
	content:none;
}
.ai-kenkyujo-voice ul li h3 span {
	display:block;
	font-size: 16px;
	font-weight:normal;
	text-align:center;
	color: #000000;
	margin-bottom:15px;
}
.ai-kenkyujo-voice ul li h3 .i_men:before {
	content: url(../../img/i_men.png);
	display: block;
	margin:0 auto;
	text-align:center;
}
.ai-kenkyujo-voice ul li h3 .i_women:before {
	content: url(../../img/i_women.png);
	display: block;
	margin:0 auto;
	text-align:center;
}
.ai-kenkyujo-voice ul li p {
	font-size: 15px;
	line-height: 175%;
}
.slideVoice .swiper-pagination-bullet {
	background: #000000;
	opacity: 0.2;
}
.slideVoice .swiper-pagination-bullet-active {
	background: #330099;
	opacity: 1;
}

.ai-kenkyujo-voice .swiper-container{
	width:92%;
}
.kakutoku-list {
	text-align:center;
}
.kakutoku-list li{
	display:inline-block;
}
.kakutoku-list li img{
	width: 150px;
	height: auto;
	margin: 4px;
}
.bus-2nd-skill p.dxzentei {
font-size: 16px;
padding: 30px;
font-size: 16px;
line-height: 150%;
font-weight: bold;
text-align: center;
}
.dx-skill h3{
	text-align: center;
margin-bottom: 30px;
font-size: 20px;
line-height:36px;
font-weight: bold;
color: #d00;
}
.dx-gogo p{
	font-weight: bold;
	padding: 20px 40px 0;
	font-size: 18px;
	color: #492b02;
}
.bus-7th section.dx-gogo ul{
	padding:10px 40px;
}