@charset "utf-8";
/* home.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* グローバルナビ　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#bt_home {
	background-color: #005F91;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* スライド    　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#slider {
	overflow: hidden;
}
.swiper-container {
  width: 100%;
  max-width: 960px !important;
  margin: 0 auto !important;
  overflow: visible !important;
}

.swiper-pagination {
	bottom: 50px;
	position: absolute;
}
.swiper-pagination-bullet {
	background-color: #FFFFFF !important;

}
.swiper-pagination-bullet-active {
    background: #F9BE00 !important;
}
#sp_slider {
	display: none;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* フォーカルトラストとは　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#whats {
	border-bottom: 1px solid #D0D0D0;
	padding-bottom: 40px;
	padding-top: 40px;
}
#whats .inner {
	display: table;
}
#whats h2  {
	display: table-cell;
	vertical-align: middle;
	width: 370px;
}
#whats h2 img {
	width: 320px;
	height: auto;
}
#whats_text {
	vertical-align: middle;
	display: table-cell;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* リンクエリア          　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#link_area {
	padding-top: 1px;
	border-bottom: 1px solid #D0D0D0;
}
.link_list {
	border-left-color: #D0D0D0;
	border-top-color: #D0D0D0;
	border-left-style: solid;
	border-top-style: solid;
	border-left-width: 1px;
	border-top-width: 1px;
	width: 280px;
	padding-top: 19px;
	padding-right: 19px;
	padding-bottom: 19px;
	padding-left: 19px;
	float: left;
}
.link_list:nth-child(2) {
	padding-left: 20px;
	padding-right: 20px;
}

.link_list:nth-child(3) {
	border-right: 1px solid #D0D0D0;
}

.link_thumb {
	margin-bottom: 20px;
}
.link_thumb img {
	width: 100%;
	height: auto;
}


.link_list h3 {
	font-size: 18px;
	font-weight: bold;
	color: #008BD5;
}
.link_list h3 img {
	vertical-align: middle;
	width: 16px;
	height: auto;
	margin-left: 15px;
}
.link_list a {
	text-decoration: none;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* インフォメ            　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#info {
	padding-top: 50px;
	padding-bottom: 60px;
}

/* タイトル */
.info_tt {
	margin-bottom: 20px;

}
.info_icon {
	margin-bottom: 15px;

}
.info_icon img  {
	height: 33px;
	width: auto;
}
.info_tt_sub {
	font-size: 14px;

}
.info_tt_sub a {
	color: #008BD5;
	text-decoration: none;

}
.info_tt_sub img {
	width: 14px;
	height: auto;
	vertical-align: middle;
	margin-left: 10px;

}

/* お仕事情報 */
#work_box {
	width: 560px;
	float: left;
}
.work_title {
	line-height: 1.5em;
}

.work_date {
	color: #333333;
	display: block;
	background-image: url(../images/arrow_05.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	background-size: 14px auto;
	padding-bottom: 12px;
}


/* お知らせ */
#news_box {
	float: right;
	width: 360px;
}
.news_date {
	color: #333333;
	display: inline-block;
	margin-right: 20px;
}
.news_ctg {
	color: #BF0008;
	display: inline-block;
	border: 2px solid #BF0008;
	font-size: 11px;
	width: 80px;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 2px;
}
.news_title {
	display: block;
	padding-top: 9px;
	line-height: 1.5em;
}


/* list */
.info_data {
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	height: 240px;
	overflow-y: scroll
}
.info_data li {
	border-bottom: 1px dotted #CCCCCC;
	line-height: 1em;
	font-size: 14px;
}
.info_data li:last-child {
	border-bottom-style: none;
}


.info_data a {
	text-decoration: none;
	color: #008BD5;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
}
.info_data a:hover {
	background-color: #F9F9F9;
}














/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */


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

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* スライド    　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#slider {
	display: none;
}

#sp_slider {
	overflow: hidden;
	display: inherit;
}
.swiper-slide img {
	width: 100%;
	height: auto;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* フォーカルトラストとは　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#whats {
	padding-bottom: 30px;
	padding-top: 30px;
}
#whats .inner {
	display: inherit;
	padding-left: 20px;
	padding-right: 20px;
}
#whats h2  {
	display: inherit;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

#whats h2 img {
	width: 280px;
}
#whats_text {
	display: inherit;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* リンクエリア          　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#link_area {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 1px;
}
.link_list {
	border-left-color: #D0D0D0;
	border-top-color: #D0D0D0;
	border-left-style: solid;
	border-top-style: solid;
	border-left-width: 1px;
	border-top-width: 1px;
	width: 100%;
	padding-top: 19px;
	padding-right: 19px;
	padding-bottom: 19px;
	padding-left: 19px;
	float: none;
	border-right: 1px solid #D0D0D0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.link_list:nth-child(2) {
	padding-left: 19px;
	padding-right: 19px;
}

.link_list:nth-child(3) {
	border-bottom: 1px solid #D0D0D0;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* インフォメ            　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#info {
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 20px;
}

/* タイトル */
.info_icon {
	margin-bottom: 6px;

}

/* お仕事情報 */
#work_box {
	width: 100%;
	float: none;
	margin-bottom: 40px;
}


/* お知らせ */
#news_box {
	float: none;
	width: 100%;
}



}
