@charset "UTF-8";

/*
薄い色
#92CDE8

濃い色
#59A2C4
*/

body {
	min-width: 1020px;
	margin: 0 auto;
	color: #202020;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 1px;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-family: 'メイリオ', Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img {
	height: auto;
	box-sizing: border-box;
}


/* 共通
================================================== */

/* リンク
------------------------------ */

a {
	color: #59A2C4;
	transition: All 0.4s ease;
}
a:hover {
	color: #92CDE8;
	text-decoration: none;
}
a img {
	transition: All 0.4s ease;
}
a:hover img {
	opacity: .7;
}




/* リスト
------------------------------ */

ul.def {
	margin: 0 0 15px;
}
ul.def li {
	padding: 5px 0 5px 12px;
	border-bottom: 1px dotted #cfcfcf;
	background: url(../images/common/ico_arrow01.png) left center no-repeat;
}


/* 定義リスト
------------------------------ */

dl.def dt {
	margin: 0 0 5px;
	padding: 0 0 0 14px;
	font-weight: bold;
	background: url(../images/common/ico_arrow01.png) left center no-repeat;
}
dl.def dd {
	margin: 0 0 8px;
	padding: 0 0 0 25px;
}


/* バナー・ボタン
------------------------------ */

p.text-more {
	padding: 12px 0 0;
	text-align: right;
}
p.text-more a {
	padding: 0 0 0 12px;
	color: inherit;
	background: url(../images/common/ico_arrow02.png) left center no-repeat;
}


/* ページネーション
------------------------------ */

ul.pagenation {
	margin: 0 0 20px;
	text-align: center;
	font-size: 0;
	letter-spacing: 0;
}
ul.pagenation li {
	width: 25px;
	margin: 0 3px;
	text-align: center;
	line-height: 30px;
	font-size: 13px;
	border: 1px solid #cfcfcf;
	vertical-align: top;
	display: inline-block;
}
ul.pagenation li.current {
	color: #fff;
	background: #92CDE8;
}
ul.pagenation li.dot {
	width: 15px;
	margin: 0 1px;
	border: none;
}
ul.pagenation li a {
	text-decoration: none;
	display: block;
}
ul.pagenation li a:hover {
	text-decoration: underline;
}


/* パンくずリスト
------------------------------ */

.breadcrumbs {
	height: 25px;
	line-height: 25px;
	margin: 0 0 15px;
	font-size: 0;
	letter-spacing: 0;
	overflow: hidden;
	white-space: nowrap;
}
.breadcrumbs li {
	font-size: 14px;
	display: inline;
}
.breadcrumbs a {
	background: url(../images/common/ico_arrow01.png) right center no-repeat;
	margin: 0 5px 0 0;
	padding: 0 10px 0 0;
}


/* ページ内リンク
------------------------------ */

.anchor-links {
	margin: 0 0 15px;
	text-align: center;
	font-size: 0;
	letter-spacing: 0;
}
.anchor-links li {
	width: 30%;
	height: 35px;
	margin: 0 1% 10px;
	line-height: 35px;
	font-size: 13px;
	border: 1px solid #cfcfcf;
	background: linear-gradient(#fff, #e3e3e3);
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
}
.anchor-links a {
	display: block;
}


/* クリアフィックス
------------------------------ */

.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}


/* ヘッダー
================================================== */

header{
	background: url(../images/header_bg.jpg) repeat-x top center;
}


.site-header {
	margin: 0 0 30px;
	border-top: 3px solid #92CDE8;
}

.h-logo {
	position: absolute;
	text-align: center;
	z-index: 10;
}
.visual {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
.main-vis{
	width: 1041px;
	height: 900px;
	background: url(../images/headr_inner_bg.jpg) no-repeat top center;
	margin: 0 auto;
}

.h-inner{
	width: 1024px;
	height: 193px;
	margin: 0 auto;
	position: relative;
}

	.h-info{
		margin: 10px 0 0;
    position: absolute;
    right: 0;
    text-align: left;
    z-index: 20;
	}

	.mansion{
		margin-top: 22px;
		text-align: center;
	}
		.h-contact-l{
			float: left;
			width: 210px;
		}
		.h-contact-r{
			float: right;
			width: 210px;	
		}


h2.catch{
	margin: 0 auto;
}


.seminar01{
	text-align: center;
}
/* フッター
================================================== */

.site-footer {
	background: #FFF;
	clear: both;
	width: 100%;
	background-color: #fff;
	border-top: 2px solid #bcd86b;
	margin-top: 30px;

}

.f-inner {
	width: 960px;
	margin: 10px auto 0;
	height: 160px;
}
.f-left{
	float:left;
	width:367px;

}
	.f-logo{
		width: 367px;
		float: left;
		margin-top: 5px;
	}
	.f-contact{
		width: 360px;
		float: right;
		background-color: #fff;
		margin: 10px 0 0 0;
		padding: 5px;
		border: 1px solid #ccc;
		box-sizing: border-box;

	}
		.h-contact-l{
			float: left;
			width: 210px;
		}
		.h-contact-r{
			float: right;
			width: 210px;	
		}






/* グローバルナビ
------------------------------ */

.f-nav {
	padding: 15px 0;
	overflow: hidden;
}
.f-nav li {
	padding: 0 30px 0 15px;
	line-height: 30px;
	font-size: 13px;
	letter-spacing: 0;
	background: url(../images/common/ico_arrow01_w.png) 4px center no-repeat;
	box-sizing: border-box;
	float: left;
}
.f-nav li a {
	color: #fff;
	display: block;
}


/* ホームへリンク・トップへリンク
------------------------------ */

.f-topnav {
	margin: 0 0 1px;
	background: #92CEEA;
	overflow: hidden;
}
.f-topnav li {
	width: 50%;
	text-align: center;
	float: left;
}
.f-topnav li a {
	padding: 10px 0;
	display: block;
}


/* コピーライト
------------------------------ */

.f-copy {
	color: #fff;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	background: #84ab19;
	display: block;
	clear: both;
}
.f-copy a {
	color: inherit;
	text-decoration: none;
}


/* ページトップへ戻る
------------------------------ */

.backtotop {
	position: fixed;
	right: 20px;
	bottom: 30px;
	z-index: 9000;

}
.backtotop a.anchor{
	display: block;
}

/* コンテンツ
================================================== */

.site-body {
	width: 960px;
	margin: 0 auto;
}

.main-contents {
	width: 710px;
	display: block;
	float: left;
}




/* 記事骨格
------------------------------ */
.contents01{
	position: relative;
}

.contents01_inner{
	width: 960px;
	height: 2933px;
	overflow:hidden;
		margin: 0 auto;
}

.item-box {
	margin: 0 0 40px;
}
.inner{
	overflow: hidden;
	width:1024px;
	margin: 0 auto;
}

.future_box{
	width: 960px;
	height: 203px;
	text-align: center;
	background: url(../images/future_box.jpg)  center no-repeat;
	margin: -1px auto 0;
}
.future_box p{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 28px 0 0;
	line-height: 25px;
}

.inner01{
	background: url(../images/content_bg.jpg) repeat;
	background-size: 100% auto; 
	width: 960px;
	line-height: 25px;
	position: absolute;
	z-index: 100;
	padding: 0 0 20px;
}

.risk{
	overflow: hidden;
}

.risk_photo{
	width: 400px;
	float: left;
	margin:  0 0 0 40px;
}

.risk_text{
	width: 400px;
	float: right;
	margin:  0 40px 0 0;
}

.risk01_text{
	width: 400px;
	float: left;
	margin:  0 0 0 40px;
}

.risk01_photo{
	width: 400px;
	float: right;
	margin:  0 40px 0 0;
}

.risk_photo p{
		margin-top: 5px;	
	line-height: 20px;
}
.risk01_photo p{
	margin-top: 5px;	
	line-height: 20px;
}

.mt35{
	margin-top: 35px !important;
}

.risk_text span,
.risk01_text span{
	color: #75451D;
}


.study{
	width: 1024px;
	margin: 0 auto;
}

.study_inner{
	width: 1024px;
	z-index: 10;
}


.study_content{
	background: url(../images/study_bg.jpg) center repeat;
	background-size: 100% 100%; 
}

.study_content_inner{
	width: 1024px;
	margin: auto;
}

.study_content_inner02{
	background: #A5451D;
	text-align: center;
}

.seminar{
	text-align: center;
}

.seminar p span{
	font-size: 20px !important;
}
.seminar p{
	margin-top: 15px;
	font-size: 12px;
	line-height: 35px;
}

.planning{
}

.planning_inner{
	height: 120px;
	background: url(../images/planning_bg.jpg) center repeat-x;
}

.planning_content{
	width: 1024px;
	margin: 0 auto;
}

.planning_contact{
    margin: 0 0 -30px 0;
	text-align: center;
    position: relative;
}

.planning_contact ul {
    display: block;
    width: 848px;
    height: 54px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 58px;
    margin: auto;
}

.planning_contact ul li {
    display: inline-block;
}

.planning_contact.header {
    height: 74px;
}

.planning_contact.header ul {
    bottom: 68px;
}

.planning_inner02{
	height: 100px;
	background: url(../images/planning_bg02.jpg) center repeat-x;
}

.planning_content02{
	width: 1024px;
	margin: 0 auto;
	text-align: center;
	padding: 80px 0 0 0;
}


/* 見出し
------------------------------ */

.title-h3 {
	width: 960px;
}
.title-h3 span.grn-big {
}

.item-title-h4 {
	margin: 0 0 15px;
	padding: 6px 4px 6px 15px;
	color: #59A2C4;
	font-size: 15px;
	border-bottom: 1px dotted #59A2C4;
	background: url(../images/common/ico_arrow01.png) 5px center no-repeat;
}
* ~ .item-title-h4 {
	margin-top: 20px;
}

.hr{
	background: url( ../images/top/hr.png) repeat-x center;
	height: 10px;
	margin-top: 70px;
}


/* 記事サムネイル
------------------------------ */

img.thumb-left {
	max-width: 35%;
	height: auto;
	margin: 0 8px 8px 0;
	float: left;
}
img.thumb-right {
	max-width: 35%;
	height: auto;
	margin: 0 0 8px 8px;
	float: right;
}
img.thumb-center {
	max-width: 95%;
	margin: 0 auto 8px;
	display: block;
}
img.photo {
	padding: 2px;
	background: #fff;
	box-shadow: 0 2px 2px rgba(0,0,0,.2);
	box-sizing: border-box;
}


/* 記事情報
------------------------------ */

.post-data {
	height: 21px;
	margin: 0 0 15px;
	line-height: 21px;
	font-size: 0;
	letter-spacing: 0;
	overflow: hidden;
}
.post-data li {
	margin: 0 8px 0 0;
	padding: 0 8px 0 0;
	font-size: 12px;
	border-right: 1px dotted #aaa;
	display: inline-block;
}
.post-data .item-date {
	margin: 0;
	display: inline;
}
.item-date {
	margin: 0 0 8px;
	padding: 0 0 0 10px;
	font-size: 13px;
	background: url(../images/common/ico_arrow01.png) left center no-repeat;
	display: block;
}





/* トップページ
================================================== */

/*事業内容*/
ul.top4{
	width: 960px;
	overflow: hidden;
}

ul.bottom3{
	width: 720px;
	margin: 0 auto;
	overflow: hidden;
}


ul.top4 li , ul.bottom3 li{
	box-sizing: border-box;
	width: 220px;
	margin :5px 10px;
	float: left;
	height: 230px;

} 

ul.top4 li.l-margin0{
	margin-left: 0;
} 
ul.top4 li.r-margin0{
	margin-right: 0;
} 


/*メリット*/

.merit,.voice{
	background: url( ../images/merit/bg.png) center;
	box-shadow: 2px 2px 4px -2px #333;
}

.merit h4{
	display: inline-block;
	padding:95px 0 0 250px;
}
.merit p{
	display: inline-block;
	padding: 26px 0 0 255px;
    width: 530px;
}


ul.merit-point{
	width: 960px;
}
ul.merit-point li{
	height: 234px;
}
li.bg1{
	background: url( ../images/merit/li1.png) no-repeat left center;
	width: 780px;

}

li.bg2{
	background: url( ../images/merit/li2.png) no-repeat center;
	width: 800px;
	margin-left:60px;
}
li.bg3{
	background: url( ../images/merit/li3.png) no-repeat right center;
	width: 810px;
	margin-left:120px;
}

.contact-btn{
	margin: 30px auto;
	width: 800px;
	text-align: center;
}

/*募集内容*/

table.def{
	width: 830px;
	margin: 40px auto 30px; 
}

table.def th{
	width: 210px;
	height: 50px;
	vertical-align: middle;
	text-align: center;
	font-weight: 400;
	border: 10px solid #f9f7f3;
	background-color: #c8e27e;
	color: #333;
	font-size: 120%
}

table.def th.dark{
	background-color: #b2d54f;
}


table.def td{
	background-color: #e6e2dc;
	width: 610px;
	box-sizing: border-box;
	padding:0 0 0 10px;
	vertical-align: middle;
	border: 10px solid #f9f7f3;
}


/*先輩社員の声*/

.voice-box{
	width: 700px;
	margin: 30px auto;	
}

	.img-box-l{
		float: left;
		width:152px;
		height:152px;
		background: url(../images/voice/no-photo.png) no-repeat center; 
	}
		.voice-txt{
			float: left;
			margin-left: 20px;
			width: 500px;

		}
			.voice-name{
				padding-top: 50px;
				border-bottom: 2px solid #8bba38;
				font-size: 120%;
				width: 30px;
			}
			.voice-comment{
				margin-top: 10px;
			}

/*お問い合わせからの流れ*/

.flowchart{
	width: 900px;
	margin: 0 auto;
}
.flowchart li{
	height: 150px;
	margin-bottom: 60px;
}
.flowchart li:last-child{
	margin-bottom: 0;
}
/*	content: url("../images/flow/flow-downarrow.png");
	margin-left: 200px;
*/

	.flowchart li dl{
		display: table;
	}


		.flowchart li dl dt{
			width: 450px;
			display: table-cell;
		}
		.flowchart li dl dt.flow1{
			background: url(../images/flow/li1.png) no-repeat center;
		}
		.flowchart li dl dt.flow2{
			background: url(../images/flow/li2.png) no-repeat center;
		}
		.flowchart li dl dt.flow3{
			background: url(../images/flow/li3.png) no-repeat center;
		}
		.flowchart li dl dd{
			width: 400px;
			height: 150px;
			display: table-cell;
			vertical-align: center;
			padding: 0 0 0 30px;
			box-sizing: border-box;
		}


h4.flow-ttl{
	margin: 27px 0 10px 0;
}


.down-arrow {
    height: 94px;
    margin-top: -15px;
    text-align: center;
    width: 450px;

}

/* お問い合わせ
------------------------------ */

.contact-tel{
	width: 720px;
	text-align: center;
	margin: 0 auto;
	background: url( ../images/contact/contact-tel-bg.png) no-repeat center;
	height:150px;
} 
.contact-txtbox{
	width: 380px;
	margin-left:300px;
 	padding: 25px 0 0 20px;	
}
.mt10{
	margin-top: 10px;

}
.mb10{
	margin-bottom: 10px;
}
.ml-5{
	margin-left: -5px;
}
.contact-ttl{
	text-align: center;
	margin: 10px auto;
	font-size: 18px;
}
.contact-ttl:before{
	content: "■";
}



.input-big,
.input-middle,
.input-mini {
	padding: 5px;
	box-sizing: border-box;
}
.input-big {
	width: 100%;
	margin: 20px auto;
}
.input-middle {
	width: 60%;
}
.input-mini {
	width: 60px;
}

/* 必須マーク */
.required-mark {
	color: #f00;
	font-size: 12px;
}

/* 未記入エラー文 */
.error-text {
	margin: 0 0 5px;
	color: #f00;
}

/* 確認、バック、送信ボタン */
.contact-submits {
	padding: 15px 0 0;
	text-align: center;
}
.contact-submits input {
    background-color: #0B9CCB;
    color: #fff;
    margin: 10px auto;
    padding: 10px;
    border-style: none;
}

/* セキュリティエラー */
.sec-error-text {
	line-height: 50px;
	text-align: center;
	color: #f00;
	font-size: 16px;
	border: 2px solid #f00;
}


table.contact-table{
	width: 830px;
	margin: 40px auto 30px; 
}


table.contact-table th{
	width: 210px;
	height: 50px;
	vertical-align: middle;
	text-align: left;
	font-weight: 400;
	border: 10px solid #f9f7f3;
	background-color: #c8e27e;
	color: #333;
	font-size: 120%;
	padding-left: 10px;
}

table.contact-table th.dark{
	background-color: #b2d54f;
}


table.contact-table td{
	width: 610px;
	box-sizing: border-box;
	padding:0 0 0 10px;
	vertical-align: middle;
	border: 10px solid #f9f7f3;
}
table.contact-table td span{
	font-size: 12px;
	margin-left: 5px;
}
p.submits{
	text-align: center;
}
input.sub-btn{
	width: 230px;
	height: 50px;
	letter-spacing: 5px;
	color: #444;
	background: url(../images/contact/btn-bg.png)no-repeat center;
 	border: 2px solid #aaaaaa;
 	cursor:pointer;
}

input.address-btn{
    letter-spacing: 1px;
    width: 150px;
	height: 30px;
	color: #444;
	background: url(../images/contact/btn-bg.png)no-repeat center;
 	border: 2px solid #aaaaaa;
	cursor:pointer;
}




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

	.main-vis{
		width: 1024px;
	}

.study_content{
	width: 1024px;
	overflow: hidden;
}



}