@charset "UTF-8";
/* CSS Document */

html{
	overflow: auto;
}

body {
	margin:0;
	padding:0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	overflow: hidden;
}



section {
	margin:0;
	padding: 0;
}




/* ---------------------------------------------------------------トップ画像スライダー */

.slider{
	margin: 0 0 60px 0;
}
.slider_img_content{
	width: 100%;
	height: auto;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
}
.slider_img_content::before{
	padding: 100vh 0 0 0;
	display: block;
	content: '';
}
.slider_img_content p{
	font-family: 'ＭＳ 明朝','MS Mincho';
	padding: 0;
	margin: 0;
	font-size: 48px;
	color: #fff;
	position: absolute;
	bottom: 60px;
	left: 40px;
	text-shadow: 3px 3px 5px rgba(0,0,0,0.5);
}
/*---------------slider--------------------*/

.bg-slider-wrapper{
	margin:20px 0 60px 0;

}

.bg-slider {
	width: 100%;
	height: 480px;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}

.bg-slider-inner{
	width: 960px;
	margin: 0 auto;
}
.bg-slider h1{
	padding: 18px 23px 18px 28px;
	background: rgba(255,255,255,0.6);
	position: absolute;
	position: absolute;
    left: 50%;
	bottom:20px;
   -webkit-transform: translate(-50%, 0%);
   transform: translate(-50%, 0%);
	color: #1D1E7E;
	font-size: 19px;
	line-height: 1.8;
	width: 740px;
	font-weight: 600;
}


/*================================================== content */



.contents {
	width: 960px;
	height:auto;
	margin: 0 auto 80px;
	padding: 0;
	overflow:hidden;
}



.main_img {
	width: 100%;
	height:auto;
	margin: 20px 0 60px 0;
}

.main_img img {
	width: 100%;
	height:auto;
	margin: 0;
}



h2.content_name {
	text-align:center;
	display: block;
	height: 42px;
	line-height: 42px;
	color:#fff;
	background:#1e4d9d;
	margin: 0 0 20px 0;
	font-size: 12px;
	padding: 0;
	font-weight: normal;
}


h2.content_name span {
	font-size: 20px;
	line-height: 42px;
	display: inline-block;
}



.contents_box {
	width: 100%;
	height:auto;
	margin: 0 0 40px 0;
	overflow:hidden;
	padding: 0;
}



.contents_box2 {
	width: 100%;
	height:auto;
	overflow:hidden;
	padding: 30px 0;
}




.item_box {
	width: 225px;
	height:auto;
	margin: 0 0 0 20px;
	padding: 0;
	float:left;
	text-align:center;
	overflow:hidden;
	cursor: pointer;
}

.item_box:first-child{
	margin: 0 0 0 0 ;
}


.item_box img {
	width: 100%;
	height:auto;
	margin: 0 0 16px 0;
}


h3.item_name {
	display:block;
	border-bottom: solid 1px #999;
	padding: 0 0 16px 0 ;
	font-size: 15px;
	color:#333;
	margin: 0 0 12px 0;
	font-weight: normal;
}

a.more {
	color:#1e4d9d;
	font-size: 12px;
	padding: 0;
	text-decoration: none;
}





a.boxlink {
	margin: 0 auto 80px;
	width: 220px;
	display: block;
	padding: 10px 0 10px 0;
	text-align: center;
	font-size: 16px;
	border: 2px solid #1e4d9d;
	text-decoration: none;
	color: #1e4d9d;
	background-color: #fff;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease;
}


a.boxlink:hover {
	background: #1e4d9d;
	color:#fff;
}




a.boxlink2 {
	margin: 0 10px 80px 10px;
	width: 220px;
	display: inline-block;
	padding: 10px 0 10px 0;
	text-align: center;
	font-size: 16px;
	border: 2px solid #1e4d9d;
	text-decoration: none;
	color: #1e4d9d;
	background-color: #fff;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease;
}


a.boxlink2:hover {
	background: #1e4d9d;
	color:#fff;
}





.to_contact {
	margin: 0 auto 60px;
	padding: 40px 0 0 0;
	text-align:center;
}


.to_contact p {
	font-size:16px;
	color: #333;
	margin: 0;
	padding: 0 0 40px 0;
	line-height: 2;
}


.to_contact p span {
	display: block;
	border-bottom: 1px #999 dashed;
	padding: 0 0 8px 0;
	margin: 0 0 16px 0;
}




a.contact {
	background: url(../img/icon_mail.png) 14px center no-repeat;
	background-color: #ED8F50;
	color:#FFF;
	font-size: 16px;
	line-height: 33px;
	text-decoration: none;
	padding: 12px 14px 12px 44px;
	text-align:left;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}


a.contact:hover {
	background-color:#DB6A25;
}








/*================================================== under */



h1.pagetilte {
	display:block;
	width: 100%;
	height: 78px;
	text-align:center;
	margin: 0 0 60px 0;
	color: #fff;
	line-height: 78px;
	font-size: 16px;
	font-weight: normal;
	background:#1e4d9d;
}

h1.pagetilte span {
	font-size: 24px;
}



h2.under {
	display: block;
	font-size: 20px;
	color:#333;
	padding: 0 0 12px 0;
	border-bottom: solid 1px #999;
	margin: 0 0 24px 0;
	font-weight:normal;
}



.box_left {
	width: 300px;
	height:auto;
	float: left;
	margin: 0;
}


.box_left p {
	font-size: 14px;
	color:#333;
	line-height: 1.7;
	margin:0;
	padding: 0;
}


h2.under span{
	margin: 0 0 0 20px;
}


.box_right {
	width: 640px;
	height:auto;
	margin: 0;
	float: right;
}


.box_right img {
	width: 300px;
	height:auto;
	float: left;
	margin: 0 0 0 20px;
}




.link_area {
	margin: 100px 0 40px 0;
	text-align:center;
	overflow:hidden;
	clear:both;
}



p.philosophy {
	display: block;
	padding: 0;
	font-size: 20px;
	text-align:center;
	line-height: 1.7;
	color:#333;
}



.profile_left {
	width: 100%;
	margin: 0;
	height:auto;
}


.profile_right {
	width: 300px;
	height:auto;
	float: right;
	margin: 0;
}

.profile_right figure {
	width: 100%;
	height:auto;
	float: right;
	margin: 22px 0 0px 0;
}

.profile_right figcaption {
	text-align:center;
	font-size: 13px;
	padding: 13px 0 0 0;
}

.profile_right img {
	width: 100%;
	height:auto;
	margin: 0 0 0px 0;
}




.profile_left table {
	margin: 0;
	width: 100%;
	padding: 0;
	margin: 0 0 40px 0;
	border-spacing: none;
}

.profile_left th {
	width: 24%;
	text-align:center;
	padding: 10px 0 10px 0;
	border-bottom: dashed 1px #999;
	font-size: 14px;
	color:#333;
	font-weight: normal;
}


.profile_left td {
	text-align: left;
	padding: 10px 0 10px 10px;
	border-bottom: dashed 1px #999;
	font-size: 14px;
	color:#333;
}


.profile_left table img{
	width: 50%;

}


.access_wrapper{
	border-bottom: 1px #999 dashed;
}
.access_img_content{
	display: flex;
	justify-content: space-between;
	padding: 0 0 30px 0;
}


.access_img_content img{
	width: 48%;
	height: auto;
}

.access_left {
	width: 200px;
	height:auto;
	margin: 0;
	float:left;
}

.access_left p {
	font-size: 14px;
	color: #333;
	padding: 0;
	margin: 0;
}



.access_right {
	width: 720px;
	height:auto;
	margin: 0;
	float: right;
}



/*================================================== to hmoe */


p.privacy {
	display:block;
	font-size: 14px;
	margin: 0 0 20px 0;
	padding: 0 5px 0 5px;
	line-height: 1.7;
}

p.privacy span {
	display: block;
	font-size: 16px;
	margin: 0 0 10px 0;
}

.thankslink {
	margin: 0 auto;
	text-align:left;
}

a.thanks {
	background:url(../img/icon_arrow_g.png) left center no-repeat;
	background-size: 6px 12px;
	text-decoration:none;
	color:#444;
	font-size: 14px;
	margin: 0 auto;
	padding: 0 0 0 16px;
}

a.thanks a:hover {
	text-decoration:underline;
}


/*================================================== to hmoe */


.tohome {
	width: 960px;
	height:auto;
	margin: 0 auto 10px;
	overflow:hidden;
}


.tohome a {
	background:url(../img/icon_arrow.png) left center no-repeat;
	height: 14px;
	font-size: 12px;
	line-height: 14px;
	color:#333;
	padding: 0 0 0 10px;
	text-decoration: none;
}


.tohome a:hover {
	text-decoration: underline;
}







/*================================================== footer */


#footer {
	width: 100%;
	height:auto;
	margin: 0;
	border-top: 14px solid #DDD;
}


#footer_inner {
	width: 960px;
	height:auto;
	margin: 0 auto;
	padding: 36px 0 22px 0;
	overflow:hidden;
}



.footer_left {
	width: 30%;
	height:auto;
	float: left;
	margin: 0;
}


.footer_left img {
	width: 110px;
	height:auto;
	margin: 0 0 26px 0;
}


.footer_left h5 {
	font-size: 12px;
	color:#333;
	display:block;
	line-height: 1.7;
	font-weight: normal;
	margin:0;
}



.footer_right {
	float: right;
	margin: 0;
}

ul.f_nav {
	margin: 0;
	padding: 0;
	float:right;
}

ul.f_nav li {
	list-style-type: none;
	float: left;
	margin: 0 0 0 20px;
}


ul.f_nav li a {
	background:url(../img/icon_arrow.png) left center no-repeat;
	height: 14px;
	font-size: 12px;
	line-height: 14px;
	color:#333;
	padding: 0 0 0 10px;
	text-decoration: none;
}


ul.f_nav li a:hover {
	text-decoration: underline;
}




#copyright {
	border-top: solid 1px #999;
	padding: 5px 0 0 0;
	width: 100%;
	text-align:center;
}

#copyright p {
	font-size: 12px;
	color:#333;
}

/* ---------------------------------------------------------会社沿革追加スタイル------------------- */
.history_content{
	width: 80%;
	margin: 0 auto;
}
.history_l,.history_r{
	width: auto;
}
/* ---------------------------------------------------------実績紹介追加スタイル------------------- */
.work_img_box{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.work_img_box img{
	width: 49%;
	margin: 0;
}
/* ---------------------------------------------------------index 実績紹介追加スタイル------------------- */
.work_content{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.detail_box{
	width: 30%;
	margin: 0 0 30px 0;
	padding: 0;
}
/* ---------------------------------------------------------footer追加スタイル------------------- */
.footer_left h5 span{
	margin: 0 0 0 15px;
}
/* ---------------------------------------------------------代表あいさつ------------------- */
.w640{
	width: 640px;
}
.main_text p{
	font-size: 14px;
	margin: 0;
	line-height: 32px
}
.main_text p:nth-of-type(3){
	padding: 30px 0 0 0;
}
.name_text{
	padding: 60px 0 0 0;
}
.name_text p{
	font-size: 14px;
	margin: 0;
	padding: 5px 0;
}
.name_text p.name_p{
	display: flex;
	align-items: center;
}
.name_text p span{
	margin: 0 0 0 20px;
	display: block;
	width: 26%;
}
.name_text p span img{
	width: 100%;
}
/* ---------------------------------------------------------採用情報------------------- */
.table_content p{
	margin: 0;
	font-weight: normal;
	font-size: 14px;
	margin: 60px 0;
	text-align: center;
}









@media screen and (max-width:769px){
	h1.pagetilte {
		display:block;
		width: 100%;
		text-align:center;
		margin: 0 0 60px 0;
		color: #fff;
		font-size: 16px;
		font-weight: normal;
		background:#1e4d9d;
	}
	.contents {
		width: 100%;
		height:auto;
		margin: 0 auto 80px;
		padding: 0 10px;
		overflow:hidden;
		box-sizing: border-box;
	}
	h2.under {
		display: block;
		font-size: 16px;
		color:#333;
		padding: 0 0 12px 0;
		border-bottom: solid 1px #999;
		margin: 0 0 24px 0;
		font-weight:normal;
	}
	.box_left {
		width: 100%;
		float: none;
	}
	.box_right {
		width: 100%;
		height:auto;
		margin: 0;
		float: none;
	}
	.box_right img {
		width: 100%;
		height:auto;
		float: none;
		margin: 15px 0;
	}
	/* --------------------------------------------------------------------- */
	.to_contact p {
    font-size: 10px;
    color: #333;
		padding: 0 0 20px 0;
}
	.to_contact p span {
		display: block;
		border-bottom: 1px #999 dashed;
		font-size: 12px;
		padding: 0 0 10px 0;
	}
	/* --------------------------------------------------------------------- */
	p.philosophy {
		display: block;
		padding: 0;
		font-size: 16px;
		text-align:center;
		line-height: 1.7;
		color:#333;
		margin: 0;
	}
		p.philosophy br{
			display: none;
		}
	.sp_profile_content{
		padding: 0 0 36px 0;
		margin: 0;
	}
	/* --------------------------------------------------------------------- */
	.access_left {
		width: 100%;
		height:auto;
		margin: 0;
		float:none;
	}
	.access_left p {
		font-size: 14px;
		color: #333;
		padding: 0;
		margin: 0;
	}
	.access_right {
		width: 100%;
		height:auto;
		margin: 0;
		float: none;
		padding: 30px 0;
	}
	.access_img_content{
		display: block;
		padding: 0 0 30px 0;
	}
	.access_img_content img{
		width: 48%;
		height: auto;
	}
	/* --------------------------------------------------------------------- */

	.history_content{
		width: 100%;
		margin: 0 auto;
	}

	/*================================================== to hmoe */
	.tohome {
		width: 100%;
		height:auto;
		margin: 0;
		padding: 0 10px;
		overflow:hidden;
	}
	.tohome a {
		background:url(../img/icon_arrow.png) left center no-repeat;
		height: 14px;
		font-size: 12px;
		line-height: 14px;
		color:#333;
		padding: 0 0 0 10px;
		text-decoration: none;
	}
	.tohome a:hover {
		text-decoration: underline;
	}

/*================================================== footer */
	#footer {
		width: 100%;
		height:auto;
		margin: 10px 0 0 0;
		border-top: 14px solid #DDD;
		box-sizing: border-box;
	}
	#footer_inner {
		width: 100%;
		height:auto;
		margin: 0 auto;
		padding: 20px 10px;
		overflow:hidden;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
	}
	.footer_left {
		width: 100%;
		height:auto;
		float: none;
		margin: 0;
		padding: 20px 0 0 0;
		order: 2
	}
	.footer_left img {
		width: 110px;
		height:auto;
		margin: 0 0 26px 0;
	}
	.footer_left h5 {
		font-size: 12px;
		color:#333;
		display:block;
		line-height: 1.7;
		font-weight: normal;
		margin:0;
	}
	.footer_right {
		float: none;
		margin: 0;
		order: 1;
	}
	ul.f_nav {
		width: 100%;
		float:none;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	ul.f_nav li {
		list-style-type: none;
		float: none;
		margin: 0;
		width: 25%;
	}
	ul.f_nav li a {
		background:url(../img/icon_arrow.png) left center no-repeat;
		height: 14px;
		font-size: 12px;
		line-height: 14px;
		color:#333;
		padding: 0 0 0 10px;
		text-decoration: none;
	}
	ul.f_nav li a:hover {
		text-decoration: underline;
	}
	#copyright {
		border-top: solid 1px #999;
		padding: 5px 0 0 0;
		width: 100%;
		text-align:center;
	}
	#copyright p {
		font-size: 12px;
		color:#333;
	}
	/* --------------------------------------------------------------------- */
	.item_box {
		width: 100%;
		margin: 20px 0 0 0;
	}
/* --------------------------------------------------------トップ画像スライダー------------- */
.slider_img_content{
	width: 100%;
	height: auto;
	background-size: cover;
	background-position: 50% 50%;
}
.slider_img_content::before{
	padding: 150% 0 0 0;
	display: block;
	content: '';
}
.slider_img_content p{
	font-family: 'ＭＳ 明朝','MS Mincho';
	padding: 0;
	margin: 0;
	font-size: 28px;
	color: #fff;
	position: absolute;
	bottom: 20px;
	left: 15px;
}
/* ---------------------------------------------------------実績紹介追加スタイル------------------- */
.work_img_box{
	width: 100%;
	display: block;
}
.work_img_box img{
	width: 100%;
	margin: 0 0 20px 0;
}
/* ---------------------------------------------------------代表あいさつ------------------- */
.w640 p{
	font-size: 14px;
	line-height: 1.5;
}
.w640 p br{
	display: none;
}
.main_text p:nth-of-type(3){
	padding: 30px 0 0 0;
}
.name_text{
	padding: 60px 0 0 0;
}
.name_text p.name_p{
	display: flex;
	align-items: center;
}
.name_text p span{
	margin: 0 0 0 20px;
	display: block;
		width: 40%;
}
.name_text p span img{
	width: 100%;
}
/* ---------------------------------------------------------採用情報------------------- */
table.sp_table{
	margin-bottom: 20px;
}
table.sp_table th,
table.sp_table td{
	display: block;
	width: 100%;
	border: none;
	box-sizing: border-box;
}
table.sp_table th{
	text-align: left;
	padding: 10px;
	background: #eee;
}
table.sp_table td{
	padding-right: 10px;
}
.table_content p{
	margin: 0;
	font-weight: normal;
	font-size: 12px;
	margin: 80px 0 40px 0;
	padding: 0 0 0 10px;
	text-align: center;
}


}

.other_company {
	display: flex;
	flex-wrap: nowrap;
	margin: 0 0 0;
	padding: 20px 0;
	align-items: center;
}

.other_company_txt {
	margin: 0;
	padding: 0;
	width: 40%;
}

.other_company_img {
	width: 120px;
	height: auto;
	margin: 0 0 0 24px;
}

.other_company_img img {
	width: 100%!important;
	height: auto;
	margin: 0;
}

.other_company_img_big {
	width: 200px;
	height: auto;
	margin: 0 0 0 24px;
}
