@charset "UTF-8";
.home_top_block{
	border-top:4px solid #004396;
	position: relative;
}
.home_top_image img{
	object-fit: cover;
	width:100%;
	height:480px;
}
.home_top_inner{
	position: absolute;
	top:40px;
	width:100%;
}

.home_top_inner img{
	width:210px;
}
.home_top_message{
	margin-top:40px;
}
.top_information_block{
	padding:40px 0;
}
.top_information_left, .top_information_right{
	display: inline-block;
	vertical-align: top;
}

.top_information_left{
	border-left:6px solid #182987;
	width:65%;
}
.top_information_right{
	width:30%;
	float: right;
	text-align: center;
}
.top_information_right img{
	width:220px;
}
.top_information_title{
	padding:0 0 0 10px;
	border-bottom:1px solid #666;
	color:#182987;
}
.top_information_contents{
}
.top_information_contents .date, .top_information_contents .content {
	display:inline-block;
	vertical-align: top;
	padding:10px 15px;
	width:15%;
}
.top_information_contents .content{
	width:84%;
	float:right;
}
.info_hr{
	width:100%;
	height: 2px;
	background-image: url("../img/dot_line.png");
	background-repeat: repeat-x;
	background-size: auto 1px;
	margin-left:10px;
}
.home_link_item{
	width:32.6%;
	margin-right:1%;
	float: left;
}
.home_link_item img{
	width:100%;
}
.home_link_item_right{
	margin-right:0;
}


.page_title_block{
	position: relative;
	color:#fff;
	margin-top:5px;
}
.page_title_left, .page_title_right{
	display: inline-block;
	vertical-align: top;
	width:35%;
	height:232px;
}
.page_title_right{
	position: relative;
	width:65%;
	float:right;
	z-index:1;
	margin: 0;
}
.page_title_right img{
	width:100%;
	margin:0;
	padding: 0;
}
.page_title_line{
	position: absolute;
	top:50%;
	width: 60%;
	height:1px;
	background-color: rgba(255,255,255,0.7);
}
.page_title_left_upper, .page_title_left_bottom {
	position: relative;
	height:50%;
}
.page_title_left_upper_inner,.page_title_left_bottom_inner{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 4em;
}
.title_main{
	font-family:"UD新ゴ コンデンス90 L";
	letter-spacing: 1px;
}
.title_sub{
	font-family:"UD新ゴ コンデンス90 L";
	margin-top:-5px;
}


.goaisatsu_block{
	 position: relative;
}
.goaisatsu_left, .goaisatsu_right{
	display: inline-block;
	vertical-align: top;
	width:40%;
	height:auto;
}
.goaisatsu_left img{
	width:100%;
}
 .goaisatsu_right{
	float:right;
	padding-left:20px;
	 width:60%;
}
.goaisatsu_name{
	position: absolute;
	bottom:0;
}
.goaisatsu_content{
	font-size:1.6em;
	}
img.num{
	width:22px;
	padding-right:4px;
	padding-bottom:2px;
	vertical-align: middle;
}
.about_contents{
	position: relative;
}
.about_detail{
	padding-bottom:80px;
}
.about_illust{
	position: absolute;
	bottom:20px;
	right:20px;
}
.about_illust img{
	width:200px;
	height: auto;
}
.button_block{
	text-align: center;
}
.button_block img{
	width:400px;
	padding:0 10px;
}
.button_block input{
	display: inline-block;
	width:350px;
	height:100px;
	padding:0 10px;
	font-size:1.2em;
}
.button_block input:hover{
	opacity: 0.8;
}
.confirm_button{
	background-image: url("../inquiry/img/confirm_button.png");
	background-repeat: no-repeat;
	background-size: 350px auto;
}

.send_button{
	background-image: url("../inquiry/img/send_button.png");
	background-repeat: no-repeat;
	background-size: 350px auto;
}
.back_button{
	background-image: url("../inquiry/img/back_button.png");
	background-repeat: no-repeat;
	background-size: 350px auto;
}





/*会社概要、問い合わせフォーム*/
.form_caption{
	text-align: right;
	width:100%;
	border-bottom:4px solid #79A1AA;
}
.form_company_head_border{
	border-bottom:4px solid #004396;
}
#formWrap {
	width:800px;
	margin:0 auto;
	line-height:120%;
}
div.formTable{
	display: table;
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
div.formTable .tr{
	display: table-row;
	width:100%;
}
div.formTable .td, div.formTable .th{
	padding:20px 10px;
}
div.formTable .th{
	display: table-cell;
	width:30%;
	border-bottom:1px solid #fff;
	font-weight:normal;
	background:#EFEFEF;
	text-align:center;
	vertical-align: middle;
}
div.formTable .td{
	display: table-cell;
	line-height: 1.8em;
}
/*確認画面*/
.formTable{
	display: table;
	border-collapse: collapse;
}
.formTable th{
	border-right:1px solid #ccc;
	font-weight: normal;
	padding:10px;
	padding-right:20px;
}
.formTable td{
	padding:10px;
	padding-left:20px;
}
.company_tr .td{
	border-left:10px solid #fff;
	border-bottom:1px solid #595757;
}
.text_input{
	width:100%;
	height: 40px;
	font-size: 1em;
	padding: 10px;
}
.select_input{
	border-radius: 0;
	border: 1px solid #ccc;
  display: inline-block;
	font-size: 0.9em;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select.select_input {
  background-image:
    linear-gradient(45deg, transparent 50%, #fff 50%),
    linear-gradient(135deg, #fff 50%, transparent 50%),
    linear-gradient(to right, #182987, #182987);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
}


.textarea_input{
	width:100%;
	height: 300px;
	font-size: 1em;
	padding: 10px;
}
button, input, select, textarea {
font-family : inherit;
font-size : 100%;
}



/*取組事例*/
.case_title_block
{
	display: table;
	padding:15px;
	width:950px;
	color:#fff;
}
.case_title_case, .case_title_number, .case_title_organization, .case_title_name
{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border-right:1px solid rgba(255,255,255,0.7);
}
.case_title_case, .case_title_organization{
	width:15%;
}
.case_title_organization{
	font-size:1.1em;
}
.case_title_number{
	width:10%;
}
.case_title_name{
	width:60%;
	border: none;
	font-size:1.1em;
}
.case_title_detail{
	padding: 15px 0;
	text-align: center;
}
.case_detail_left, .case_detail_right{
	display: inline-block;
	vertical-align: top;
	width:50%;
}
.case_detail_left{
	padding-right: 40px;
}
.case_detail_right{
	float:right;
	border: 16px solid #9CCDC6;
}
.schedule_title{
	padding: 5px 15px 0;
	font-size:2em;
}
.case_schedule_block{
	display: table;
}
.case_schedule_tr{
	position: relative;
	padding: 0 15px;
	border-bottom:1px solid #bbb;
}
.schedule_arrow{
	position: absolute;
	bottom:-22px;
	left:41px;
}
.schedule_arrow img{
	width:22px;
}
.case_schedule_th, .case_schedule_td{
	display: table-cell;
	vertical-align: middle;
}
.case_schedule_th{
	width:20%;
	padding-top:10px;
}
.case_schedule_th img{
	width:90%;
}
.case_schedule_td{
	width:70%;
	font-size:1.1em;
	line-height: 1.4em;
	padding:15px 0;
}
.case_illust{
	text-align: center;
}
.case_illust img{
	width:80%;
}
.model_message{
	background: #FFE100;
	padding:10px;
	text-align: center;
}





/*事業紹介*/
.works_title_block{
	position: relative;
	
}
.works_top_message{
	font-size:1.6em;
}
.works_title_upper_block{
	padding-bottom: 80px;
}

.works_title_upper_inner{
	padding:50px 30px 10px;
	color:#fff;
	border-bottom:1px solid rgba(255,255,255,0.7);
}
.works_title_bottom_block{
	position: absolute;
	top:130px;
	padding:0 20px;
	margin-bottom:240px;
}
.works_title_bottom_left, .works_title_bottom_center, .works_title_bottom_right{
	display: inline-block;
	vertical-align: top;
	width:33%;
	margin-right:0.5%;
	float:left;
}
.works_title_bottom_right{
	margin-right:0;
}
.works_title_bottom_left_midashi{
	display: table;
	background-color: rgba(137,137,137,0.8);
	color: #fff;
	vertical-align: middle;
	height:160px;
}
.works_title_bottom_left_midashi_number{
	font-size:2.2em;
	margin-left:2px;
	margin-bottom:4px;
}
.works_title_bottom_left_midashi_title{
	display: table-cell;
	text-align: center;
	width: 100%;
	vertical-align: middle;
	padding-right:10px;
	padding-top:50px;
}
.works_title_bottom_left_detail{
	padding: 20px;
	text-align: center;
}
.works_contents_left,.works_contents_right{
	display: inline-block;
	vertical-align: top;
	width:50%;
}
.works_contents_left{
	padding-right:25px;
}
.works_contents_right{
	float:right;
	padding-left:25px;
}
.works_margin{
	height:240px;
}
.works_contents_img{
	margin-bottom:5px;
}
.works_contents_img img{
	width:100%;
}
.works_contents_midashi{
	border-bottom:6px solid #898989;
	padding-bottom:10px;
	font-size:1.1em;
}
.jisseki{
	border-bottom:1px solid #898989;
}
.e_learning_img{
	position: relative;
	width:600px;
	height:370px;
	margin:0 auto;
	background: #93BDD3;
	margin-top: 40px;

}

.e_learning_img img{
	position: absolute;
	width:700px;
	height:auto;
	left:-55px;
	top:-30px;

}
.papers_materials_img{
	position: relative;
	width:350px;
	height:250px;
	margin:0 auto;
	background: #93BDD3;
}
.papers_materials_img img{
	position: absolute;
	width:460px;
	height:auto;
	left:-50px;
	top:-30px;

}
.works_jisseki_table{
	display: table;
	width:100%;
	height:70px;
	background: #93BDD3;
}
.works_jisseki_title{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width:100%;
	line-height:1.4em;
	font-weight: 600;
}
.examples_img{
	position: relative;
	width:400px;
	height:320px;
	margin:0 auto;
	background: #93BDD3;

}
.examples_img img{
	position: absolute;
	width:490px;
	height:auto;
	left:-50px;
	top:-30px;

}
.examples{
	width:400px;
	height:auto;
	margin:0 auto;
	margin-top:20px;
}
.about_content_background{
	padding-bottom:20px;
}








/*タブレット CSS*/
@media screen and (min-width:768px) and ( max-width:1024px) {
.schedule_arrow{
	position: absolute;
	bottom:-22px;
	left:44px;
}
.schedule_arrow img{
	width:22px;
}
}













/*スマホ CSS*/
@media screen and (max-width: 670px)  {
	
.home_top_image img{
	object-fit: cover;
	width:100%;
	height:auto;
}
.home_top_inner{
	position: absolute;
	top:10px;
	width:100%;
}

.home_top_inner img{
	width:180px;
}
.home_top_message{
	margin-top:0;
}
.top_information_block{
	padding:40px 0;
}
.top_information_left, .top_information_right{
	display: block;
}

.top_information_left{
	border-left:6px solid #182987;
	width:100%;
}
.top_information_right{
	display: none;
}
.top_information_title{
	padding:0 0 0 10px;
	border-bottom:1px solid #666;
	color:#182987;
}
.top_information_contents{
	padding:10px 0;
}
.top_information_contents .date, .top_information_contents .content {
	display:block;
	padding:0 15px;
	width:100%;
}
.top_information_contents .content{
	width:100%;
	float:none;
}
.info_hr{
	width:100%;
	height: 2px;
	background-image: url("../img/dot_line.png");
	background-repeat: repeat-x;
	background-size: auto 1px;
	margin:5px 0;
	margin-left:10px;
}
.home_link_item{
	width:90%;
	margin:0 auto;
	float: none;
}
.home_link_item img{
	width:100%;
}

.page_title_img_sp{
	padding: 0;
	width:100%;
	height: auto;
	}
.page_title_img_sp img{
	margin: 0;
	padding: 0;
	width:100%;
	height: auto;
	}
.page_title_block{
	position: relative;
	color:#fff;
	margin: 0;
}
.page_title_left{
	display: inline-block;
	vertical-align: top;
	width:100%;
	height:150px;
}
.page_title_line{
	position: absolute;
	top:55%;
	width: 100%;
}
.page_title_right{
	display: none;
}
.page_title_left_upper_inner{
  height: 5em;
}
.page_title_left_upper {
	position: relative;
	height:55%;
}
.page_title_left_bottom {
	position: relative;
	height:45%;
	font-size: 0.9em;
	line-height: 1.5em;
}
.page_title_left_upper_inner,.page_title_left_bottom_inner{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 3em;
}
.title_main{
	font-family:"UD新ゴ コンデンス90 L";
	letter-spacing: 1px;
}
.title_sub{
	font-family:"UD新ゴ コンデンス90 L";
	margin-top:-5px;
}


.about_contents{
	position: relative;
	background-color: #fff;
	margin:0 0px 20px;
	padding:10px;
}
.goaisatsu_block{
	 position: relative;
}

.goaisatsu_left, .goaisatsu_right{
	display: inline-block;
	vertical-align: top;
	width:50%;
	height:auto;
}
.goaisatsu_left img{
	width:100%;
}
 .goaisatsu_right{
	float:right;
	padding-left:10px;
	 width:50%;
}
.goaisatsu_name{
	position: absolute;
	bottom:0;
}
.goaisatsu_content{
		padding:40px 0;
	font-size:1.4em;
	}
img.num{
	width:22px;
	padding-right:4px;
	padding-bottom:2px;
	vertical-align: middle;
}
.about_detail{
	padding-bottom:10px;
}
.about_illust{
	position: relative;
	bottom:auto;
	right:auto;
    text-align: center;
}
.about_illust img{
	width:160px;
	height: auto;
}
.button_block{
	width:100%;
	text-align: center;
}
.button_block img{
	width:100%;
	height: auto;
	padding:0 10px;
}
.button_block input{
	display: inline-block;
	width:100%;
	height:auto;
	padding:0 10px;
}
.confirm_button{
	width:100%;
	height:auto;
	background-image: url("../inquiry/img/confirm_button.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.send_button{
	width:100%;
	height:auto;
	background-image: url("../inquiry/img/send_button.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.back_button{
	width:350px;
	height:auto;
	background-image: url("../inquiry/img/back_button.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
}





/*会社概要、問い合わせフォーム*/
.form_caption{
	text-align: right;
	width:100%;
	border-bottom:4px solid #79A1AA;
}
.form_company_head_border{
	border-bottom:4px solid #004396;
}
#formWrap {
	width:100%;
	margin:0 auto;
	line-height:120%;
}
div.formTable{
	display: block;
	width:100%;
	margin:0 auto;
}
div.formTable .tr{
	display: block;
	width:100%;
}
div.formTable .td, div.formTable .th{
	padding:10px;
}
div.formTable .th{
	display: block;
	width:100%;
	border-bottom:none;
	font-weight:normal;
	background:#EFEFEF;
	text-align:left;
	vertical-align: middle;
}
div.formTable .td{
	display: block;
	width:100%;
	line-height: 1.8em;
}
/*確認画面*/
.formTable{
	display: block;
	width:100%;
}
.formTable tbody{
		display: block;
		width:100%;
		}
.formTable tr{
		display: block;
		width:100%;
		}
.formTable th{
	display: block;
	width:100%;
	border-bottom:none;
	font-weight:normal;
	background:#EFEFEF;
	text-align:left;
	vertical-align: middle;
	padding:10px;
}
.formTable td{
	display: block;
	width:100%;
	line-height: 1.8em;
	display: block;
	padding:10px;
}
.company_tr .td{
	border:none;
	text-align: center;
}
.text_input{
	width:100%;
	height: 40px;
	font-size: 1em;
	padding: 10px;
}
.select_input{
	border-radius: 0;
	border: 1px solid #ccc;
  display: inline-block;
	font-size: 1em;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
	width:100%;
}
select.select_input {
  background-image:
    linear-gradient(45deg, transparent 50%, #fff 50%),
    linear-gradient(135deg, #fff 50%, transparent 50%),
    linear-gradient(to right, #182987, #182987);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
}


.textarea_input{
	width:100%;
	height: 300px;
	font-size: 1em;
	padding: 10px;
}
button, input, select, textarea {
font-family : inherit;
font-size : 100%;
}
.about_content_background{
	padding-bottom:10px;
}

#formWrap {
	width:95%;
	margin:0 auto;
}
div.formTable .th, div.formTable .td {
	width:auto;
	display:block;
}
div.formTable .th {
	margin-top:5px;
	border-bottom:none;
}
input[type="text"], textarea {
	width:100%;
	padding:5px;
	font-size:110%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:70px;
}
	
	


/*取組事例*/
.case_title_block
{
	display: block;
	padding:0;
	color:#fff;
	width:100%;
}
.case_title_case, .case_title_number, .case_title_organization
{
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	border-right:1px solid rgba(255,255,255,0.7);
	margin:5px 0;
	padding: 0;
}
.case_title_case{
		width:25%;
	}
.case_title_number{
		width:25%;
	}
.case_title_organization
{
	border-right:none;
	width:46%;
	font-size: 1.2em;
}
.case_title_name
{
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	border-right:none;
	width:100%;
	border-top:1px solid rgba(255,255,255,0.7);
	padding: 10px;
	font-size: 1.4em;
}
.case_title_detail{
	padding: 12px;
	text-align: left;
	font-size:1.1em;
}
.case_detail_left, .case_detail_right{
	display: block;
	vertical-align: top;
	width:100%;
}
.case_detail_left{
	padding-right: 0;
	margin-bottom:20px;
}
.case_detail_right{
	float:right;
	border: 16px solid #9CCDC6;
}
.schedule_title{
	padding: 5px 15px 0;
	font-size:1.6em;
}
.case_schedule_block{
	display: table;
}
.case_schedule_tr{
	position: relative;
	padding: 0 15px;
	border-bottom:1px solid #bbb;
}
.schedule_arrow{
	position: absolute;
	bottom:-22px;
	left:30px;
}
.schedule_arrow img{
	width:22px;
}
.case_schedule_th, .case_schedule_td{
	display: table-cell;
	vertical-align: middle;
}
.case_schedule_th{
	width:20%;
	padding-top:10px;
}
.case_schedule_th img{
	width:90%;
}
.case_schedule_td{
	width:70%;
	font-size:1em;
	line-height: 1.4em;
	padding:15px 0;
}
.case_illust{
	text-align: center;
}
.case_illust img{
	width:100%;
}





/*事業紹介*/
.works_title_block{
	position: relative;
	
}
.works_top_message{
	font-size:1.1em;
}
.works_title_upper_block{
	padding-bottom: 0;
}

.works_title_upper_inner{
	padding:20px;
	color:#fff;
	border-bottom:none;
	text-align: center;
	line-height: 1.4em;
}
.works_title_bottom_block{
	position: relative;
	top:0;
	padding:0;
	margin-top:20px;
	margin-bottom:0;
}
.works_title_bottom_left, .works_title_bottom_center, .works_title_bottom_right{
	display: block;
	width:100%;
	margin-right:0;
	float:none;
}
.works_title_bottom_right{
	margin-right:0;
}
.works_title_bottom_left_midashi{
	display: block;
	background-color: rgba(137,137,137,0.8);
	color: #fff;
	vertical-align: middle;
	height:65px;
}
.works_title_bottom_left_midashi_number{
	display: inline-block;
	margin:0;
	width: 20%;
	font-size:1.8em;
	background-color: #104761;
	height:65px;
	line-height: 65px;
	text-align: center;
}
.works_title_bottom_left_midashi_title{
	display: inline-block;
	text-align: center;
	width: 75%;
	vertical-align: middle;
	padding:0;
	padding-bottom: 10px;
	line-height: 1.4em;
}
.works_title_bottom_left_detail{
	padding: 20px;
	text-align: center;
}
.works_contents_left,.works_contents_right{
	display: block;
	width:100%;
}
.works_contents_left{
	padding:0;
	margin-bottom:40px;
}
.works_contents_right{
	float:none;
	padding-left:0;
}
.works_contents_left_sp{
	display: none;	
	}
.works_margin{
	height:0;
}
.works_contents_img{
	margin-bottom:5px;
}
.works_contents_img img{
	width:100%;
}
.works_contents_midashi{
	border-bottom:6px solid #898989;
	padding-bottom:10px;
	font-size:1.2em;
}
.jisseki{
	border-bottom:1px solid #898989;
}
.e_learning_img{
	position: relative;
	width:80%;
	height:180px;
	margin:0 auto;
	background: #93BDD3;
	margin-top: 40px;

}

.e_learning_img img{
	position: absolute;
	width:130%;
	height:auto;
	left:-40px;
	top:-15px;

}
.papers_materials_img{
	position: relative;
	width:80%;
	height:220px;
	margin:0 auto;
	margin-top:20px;
	background: #93BDD3;
}
.papers_materials_img img{
	position: absolute;
	width:130%;
	height:auto;
	left:-40px;
	top:-10px;

}
.works_jisseki_table{
	display: table;
	width:100%;
	height:70px;
	background: #93BDD3;
}
.works_jisseki_title{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width:100%;
	line-height:1.4em;
	font-weight: 600;
}
.examples_img{
	position: relative;
	width:80%;
	height:250px;
	margin:20px auto;
	background: #93BDD3;

}
.examples_img img{
	position: absolute;
	width:130%;
	height:auto;
	left:-40px;
	top:-10px;

}
.examples{
	width:100%;
	height:auto;
	margin:20px auto;
	
}
.examples img{
	position: relative;
	width:100%;
	height:auto;
}
}