@charset "UTF-8";

.box_bg_photo_it {
  background-image: url("../img/it.jpg");
  background-size: cover;
  background-position: center;
}
.box_bg_photo_si {
  background-image: url("../img/img_service03.jpg");
  background-size: cover;
  background-position: center;
}
.box_bg_photo_ses {
  background-image: url("../img/ses.jpg");
  background-size: cover;
  background-position: center;
}
.box_bg_photo_ind {
  background-image: url("../img/start_a_company.png");
  background-size: cover;
  background-position: center;
}
.box_bg_photo_st_comp {
  background-image: url("../img/start_a_company_top.png");
  background-size: cover;
  background-position: center;
}


/*
@media only screen and (min-width: 769px){
*/

.mb_40 {
	margin-bottom: 40px;
}
.mt_30{
	margin-top: 30px;
}
/*service*/
.ses {
  width: 768px;
  margin: 0 auto;
}
.service_wrap{
	width: 100%;
	/*min-width: 768px;*/
	margin: 80px auto 80px auto;
	padding: 0 10px;
	max-width: 950px;
}

.kv_ttl_ses{
	font-size: 40px;
	color: #fff;
	padding-top: 40px;
}

.it_title{
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.04em;
	margin-bottom: 10px;
}
.service_title{
	font-weight: bold;
	font-size: 18px;
	border-bottom: solid 1px #ccc;
	margin: 10px 0 15px 0;
	}

.table_block{
	width: 650px;
	margin: 40px 0;
}

.service_info{
	width: 100%;
	padding: 10px 0;
	margin: 10px 0;
	border: solid 1px #ccc;
	border-collapse: collapse;
}

.border_none{
	border-bottom: none;
}

.table_block p{
	font-size: 15px;
	margin: 0;
	font-weight: bold;
}
.service_info th,
.service_info td{
	text-align: left;
	padding: 15px 0 12px 0;
	vertical-align: top;
	font-size: 13px;
	border: solid 1px #ccc;
}

.service_info th span{
	border-left: 5px solid #1c63b1;
	padding-left: 20px;
}
.service_info th{
	padding-left: 10px;
	width: 15%;
	}
.service_info td{
	padding-left: 10px;
}
.linebreak,
.brnone{
	display: none;
}
	
	/*独立支援ページ*/
.st_conp_img{
	border-bottom: 1px solid #000;
}

.st_conp_img img{
	width: 100%;
	margin-bottom: 30px;
}
.get_supports_img img{
	width: 100%;
}
/*独立支援ページここまで*/
/*SESぺージ*/
.ses_box{
	height:auto;
}
.ses_box:after{content: "";
	display: block;
	clear: both;
}
.service_left{
	float: left;
	width:372px;
	padding: 10px;
}
.service_right{
	float: left;
	width:375px;
}
.service_comment dt{
	font-size: 36px;
	text-align: center;
}
.service_comment dd{
	font-size: 16px;
}
.comment_box{
	margin-bottom: 20px;
}
.comment_img{
	width:100%;
	padding: 10px;
	margin-bottom: 20px;
}
.comment_img img{
	width:100%;
}
.division_title p{
	font-size:18px;
}
.verification_box{
	margin: 20px 0px;
}
.verification_box:after{content: "";
	display: block;
	clear: both;
}
.performance_img{
	padding-top: 10px;
	float:left;
}
.performance_img img{
	width:224px;
}
.performance_title{
	float:left;
}
.performance_title{
	padding: 0px 10px;
	text-align: center;
	width:108px;
}
.performance_title p{
	font-size:18px;
}
.performance_comment{
	float: left;
	padding: 5px;
	width: 418px;
	font-size: 12px;
}
/*it教育ページ*/
.Education_overview{
	padding: 10px;
	width: 100%;
    max-width: 950px;
    margin: 0 auto;
}
.it_btn_all{
	width: 750px;
	margin: 0 auto 120px auto;
}
.it_btn_all:after{content: "";
	display: block;
	clear: both;
}
.it_btn_inn{
	margin: 0px 0px 0px 50px;
}
.it_top_title{
	text-align: center;
	margin-bottom: 120px;;
	font-size: 20px
}
.title_icon{
	width: 30px;
	margin: 5px 10px;
}
.over_line{
	border-bottom: 2px solid #0534B5;
}
.set_icon img{
	width:40px;
}
/*.connection_img{
	position:absolute;
	width: 750px;
	height:650px;
	z-index: 5;
}*/
/*}koko*/
.it_commnt_btn{
	float: left;
	border: 1px solid #254fef;
	padding: 20px;
	width: 320px;
	height:320px;
	text-align: center;
	margin: 5px 5px;
}
.it_commnt_inn{
	margin-top: 20px;
}
.it_commnt_inn:hover:after{
	transform: rotate( -45deg ) ;
}
.it_commnt_box{
	font-size: 24px;
}
.it_commnt_box p{
	height:150px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.anchor_btn{
	display: block;
	border: 1px solid #000;
	margin: auto auto 0px auto;
	width: 200px;
	z-index: 100;
}
.anchor_btn a{
	display: block;
	
}
.sab_title{
	text-align: right;
}
/*.it_btn_all:hover {
	transform: rotate( -225deg ) ;
	transition-duration:1s;
	
}*/
	.it_btn_all:hover > .it_btn_inn > .connection_img{
	animation: Transparent-box 1s forwards;
}
	@keyframes Transparent-box{
	0%{
	transform: rotate(-180deg);
	opacity: 0;
	}
	50%{
	opacity: 0.5;
	}
	100%{
	opacity: 1;
	transform: rotate(225deg);
	display: block;
	width: 190px;
	height: 190px;
	background-image:url(../img/IT素材.png);
	position:absolute;
	top: 230px;
	left: 285px;
	z-index: 2;
	}
}
	.it_btn_all:hover{
		animation: rotation-out 1.5s cubic-bezier(1,.01,.36,1) forwards;
	}

	@keyframes rotation-out{
		100%{transform: rotate(-225deg);}
	}
	.it_btn_all:hover > .it_btn_inn > .it_commnt_btn > .it_commnt_inn{
		animation: rotation-in 1.7s cubic-bezier(0,.69,.97,.29) forwards;
	}
	@keyframes rotation-in{
		50%{transform: rotate(180deg);}
		100%{transform: rotate(225deg);}
	}
	/*it教育ページ終了*/
@media only screen and (max-width: 769px){
	.ses {
		width: 100%;
		/*padding: 0px 10px;*/
	}
	.service_wrap{
		padding: 0px 10px;
	}
	.it_top_title{
		margin-bottom: 20px;
		text-align: center;
	}
	.service_title.over_line {
		margin: 30px 0px 10px 0px;
		font-size: 18px;
	}
	.service_comment dt{
	font-size: 32px;
	text-align: center;
}
	.service_comment dd{
		font-size: 12px;
		text-align: center;
	}
	.service_left{
		float: left;
		width: 100%;
		padding: 10px;
	}
	.service_right{
		float: left;
		width: 100%;
	}
	.it_btn_all{
		display: none;
	}
	.it_btn_all:hover{
		display: none;
	}
	.it_title{
		font-size: 20px;
	}
	.title_icon{
		width: 30px;
		margin: 0px 10px;
	}
	.performance_title{
	float:left;
	}
	.performance_title{
		padding: 0px 10px;
		text-align: center;
		width:108px;
	}
	.performance_title p{
		font-size:18px;
	}
}
/*/-/-/-/-/-/-/-/-/-/スマートフォン向け/-/-/-/-/-/-/-/-/-/*/
@media only screen and (max-width: 376px){

.service_wrap{
	margin: 30px auto;
	width: 80%;
	padding: 0;
}	

.kv_ttl_ses{
	font-size: 28px;
	color: #fff;
	padding-top: 40px;
	text-align: center;
	line-height: 40px;
}	
	
.mb_40 {
	margin-bottom: 30px;
}	
.it_title{
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.04em;
	margin-bottom: 10px;
}
.service_title{
	font-weight: bold;
	font-size: 15px;
	border-bottom: solid 1px #ccc;
	margin: 10px 0 10px 0;
}
.title{
	font-weight: 700;
	font-size: 30px;
	border-bottom: solid 2px #ccc;
	letter-spacing: 0.05em;
	margin-top: 43px;
	text-align: center;
	}
.sub{
	font-size: 18px;
	font-weight: normal;
	letter-spacing: normal;
}
.sub_1{
	
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.04em;
	margin-bottom: 10px;
}
.sub_2{
	font-size: 13px;
}
.sub_3{
	font-size: 13px;
	letter-spacing: 0.05em;
	padding: 20px 0px;
}
.title_mini{
	font-weight: bold;
	font-size: 16px;
	border-bottom: solid 1px #ccc;
	margin: 10px 0 15px 0;
}

.service_info{
	width: 100%;
	padding: 10px 0;
	margin: 10px 0;
	border: solid 1px #ccc;
	border-collapse: collapse;
}

.border_none{
	border-bottom: none;
}

.table_block p{
	font-size: 15px;
	margin: 0;
	font-weight: bold;
}
.service_info th,
.service_info td{
	text-align: left;
	padding: 15px 0 12px 0;
	vertical-align: top;
	font-size: 13px;
	border: solid 1px #ccc;
}

.service_info th span{
	border-left: 5px solid #1c63b1;
	padding-left: 20px;
}
.service_info th{
	padding-left: 10px;
	width: 25%;
	}
.service_info td{
	padding-left: 10px;
}
.linebreak,
.brnone{
	display: none;
}
/*sesの調整*/
.performance_img img{
	width:100%;
}

.performance_title{
	font-size: 16px;
	margin: 10px 0px;
}
.performance_comment{
	padding: 0px 10px;
	margin: 20px 0px;
	word-wrap: break-word;
	width: 100%;
}
/*sesの調整終了*/
/*itの調整開始*/
.set_icon img{
	width:45px;
}
.service_title img{
	width: 20px;
}
.it_top_title{
	text-align: center;
}
.it_btn_all{
	display: none;
}
.it_title{
	font-size: 11px;
	font-weight: 900;
}
.service_title.over_line {
    font-size: 12px;
}
.title_icon{
	width: 18px;
	margin: 5px 5px 2px 5px;
}
.set_icon{
	margin: 5px;
	padding: 5px;
	float: left;
}
/*itの調整終了*/
}




