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

html, body {
	height: 100%;
	background: #fff;
}
#container {
	width: 100%;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background: #F1F2F5;
}
#contentsArea {
	position: relative;
	top: 0;
	background-color: #FFF
}
#headerArea {
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 85px;
	overflow: hidden;
}
.header {
	width: 100%;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 99;
	background-color: #FFFFFF;
	height: auto;
	overflow: hidden;
}
#navArea {
	position: relative;
	height: auto;
}
/*#mv {
	position: relative;
	z-index: 1;}*/
#sub_title {
	position: relative;
	z-index: 1;
}
#contentsArea {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
#footer {
	z-index: 99;
	bottom: 0;
	width: 100%;
}

/* 【SP】 */
@media screen and (max-width: 768px) {
#headerArea {
	height: auto;
	position: inherit;
}
#container {
	padding: 0;
}
#contentsArea {
	width: 100%;
	padding-bottom: 0;
}
#footer {
	position: static;
}
.header {
	position: static;
	z-index: 1;
}
#navArea {
	display: none;
}
}

/* PCのみ表示 */
@media screen and (max-width: 767px) {
.pc {
	display: none;
}
}

/* SPのみ表示 */
@media screen and (min-width: 768px) {
.sp {
	display: none;
}
}
.clearfix:after {
	display: block;
	clear: both;
	content: "";
}

/* =======================================

	body

========================================== */
/*【PC】*/
@media screen and (min-width: 769px) {
body {
	min-width: 1000px;
	color: #333;
	font-size: 1.7rem;
	line-height: 2.10rem;/*150%*/
}
}

/*【SP】*/
@media screen and (max-width: 768px) {
body {
	font-size: 1.7rem;
	line-height: 2.10rem;/*150%*/
	color: #333;
}
}
/* =======================================

	#headerArea

========================================== */
.h_txt {
	background-color: #e9f1f5;
	color: #1c4b74;
	font-size: 15px;
	font-weight: normal;
	text-align: right;
	padding: 5px 0;
}
.h_txt span {
	display: block;
	margin: 0px 10px 0px 0px;
	width: auto;
}
.h_logoinfo {
	top: 0;
	left: 0;
	width: 100% !important;
	background-color: #FFFFFF;
	height: auto;
	overflow: hidden;
}
.h_logoArea {
	float: left;
	height: auto;
	margin: 0px 0 0px 40px;
}
#navArea {
	float: right;
	width: auto;
	height: auto;
}
.h_btn {
	position: fixed;
	top: 200px;
	right: 0;
	z-index: 999;
}

/*【SP】*/
@media screen and (max-width: 768px) {
.h_txt {
	font-size: 12px;
	text-align: center
}
/* [SPロゴ] */
.h_logoArea {
	width: 100%;
	height: auto;
	text-align: center;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
	padding: 20px 0 0 0;
	margin: 0;
	float: none;
}
.h_logoArea h1 {
	padding: 0 0 20px 0;
}
.h_logoArea .h_tel, .h_logoArea .h_open {
	padding: 0 0 15px 0;
}
.h_logoArea .h_tel dt, .h_logoArea .h_open dt {
	font-size: 14px;
	line-height: 120%;
	font-weight: bold;
	color: #ad9732;
}
.h_logoArea .h_tel dd, .h_logoArea .h_open dd {
	font-size: 16px;
	line-height: 120%;
	font-weight: bold;
	color: #104066;
}
}
/* =======================================

	#navArea

========================================== */
#navArea {
	overflow: hidden;
}
.gNav {
	padding: 0;
	margin: 0 auto;
}
.gNav li {
	display: inline-block;
	width: auto;
}
.gNav li a:hover, .current {
	opacity: 0.7;
}

@media screen and (max-width: 768px) {
/* [SP NAV] */
.spNavBtnArea {
	background: #0661a8;
}
.spNavBtn a:hover img {
	opacity: 0.7;
}
#btn_gnav {
	width: auto;
	height: 26px;
	margin: 9px 0 10px 12px;
}
#sp_gnav {
	display: none;
	background: #0661a8;
	opacity: 0.95;
}
#sp_gnav li a {
	display: block;
	color: #fff;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	padding: 14px;
	float: none;
}
}
/* =======================================

	#mv

========================================== */
#mv {
	line-height: 0;
	text-align: center;
	z-index: 1;
	width: 100%;
	margin: 0 auto;
}
#mv img {
	width: 100%;
	height: auto;
}

/*【SP】*/
@media screen and (max-width: 768px) {
#sliderArea {
	width: 100%;
}
#sliderArea img {
	width: 100%;
	height: auto;
}
#mv {
	height: auto;
}
}

@media screen and (max-width: 600px) {
#mv {
	height: auto;
}
}
/* =======================================

	#contentsArea

========================================== */

.sp_topTitle {
	display: none;
}

/* 【SP】 */
@media screen and (max-width: 706px) {
.sp_topTitle {
	display: block;
	border-top: 3px solid #FFB527;
	border-bottom: 3px solid #FFB527;
	background: #7E6B5A;
	color: #FFF799;
	padding: 12px 10px 10px;
}
}
/* =======================================

	.contents

========================================== */

/* ------------------------------------------
	.contents01
------------------------------------------ */
.contents01 {
	background-color: #f4fbff
}
.img_center {
	display: block;
	margin: 50px auto 30px auto;
}
.top_contents_3 {
	overflow: hidden;
	width: 885px;
	margin: 0 auto;
	padding: 30px 0;
	color: #fff;
}
.top_contents3_1 {
	float: left;
	width: 430px;
	margin-right: 20px;
	margin-bottom: 20px
}
.top_contents3_2 {
	float: left;
	width: 430px;
	margin-bottom: 20px
}
.top_contents3_3 {
	float: left;
	margin-right: 20px;
	width: 430px;
	margin-bottom: 20px
}
.top_contents3_4 {
	float: left;
	width: 430px;
	margin-bottom: 20px
}
/*---------- .contents01 figure ----------*/
.contents01 figure {
	position: relative;
	overflow: hidden;
}
.contents01 figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 427px;
	height: 276px;
	font-size: 12px;
	line-height: 120%;
	background: rgba(0,0,0,.6);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
}
.contents01 figcaption h3, .contents01 figcaption p {
	position: absolute;
	left: -100%;
	width: 380px;
	-webkit-transition: .3s;
	transition: .3s;
	color: #fff;
}
.contents01 figcaption h3 {
	top: 60px;
	color: #77e4ff;
	font-size: 22px;
	font-weight: normal;
	line-height: 20px;
}
.contents01 figcaption p.txt {
	top: 95px;
   	margin-top: 10px;
}
.contents01 figcaption p.more {
	top: 180px;
}
.contents01 figure:hover figcaption {
	opacity: 1;
}
.contents01 figure:hover figcaption h3, .contents01 figure:hover figcaption p {
	left: 25px;
}
.contents01 figure:hover figcaption h3 {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}
.contents01 figure:hover figcaption p {
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}
p.more a {
	display: block;
	width: 100px!important;
	height: auto;
	text-align: center;
	color: #fff;
	font-size: 15px!important;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	border: 2px solid #fff;
	padding: 15px;
}

/* 【SP】 */
@media screen and (max-width: 768px) {
.top_contents_3 {
	width: 100%;
	padding: 0 2%;
}
.top_contents3_1 {
	float: left;
	width: 48%;
	margin-right: 2%;
}
.top_contents3_2 {
	float: left;
	width: 48%;
	margin-right: 2%;
}
.top_contents3_3 {
	float: left;
	width: 48%;
	margin-right: 2%;
}
.top_contents3_4 {
	float: left;
	width: 48%;
	margin-right: 2%;
}
.top_contents3_1 img, .top_contents3_2 img, .top_contents3_3 img, .top_contents3_4 img {
	width: 100%;
	height: auto;
}
}

@media screen and (max-width: 500px) {
.top_contents3_1 {
	float: none;
	width: 100%;
	margin-right: 0;
	margin: 0 auto 20px;
	text-align: 100%
}
.top_contents3_2 {
	float: none;
	width: 100%;
	margin: 0 auto 20px;
}
.top_contents3_3 {
	float: none;
	width: 100%;
	margin: 0 auto 20px;
}
.top_contents3_4 {
	float: none;
	width: 100%;
	margin: 0 auto;
}
.top_contents3_1 img, .top_contents3_2 img, .top_contents3_3 img, .top_contents3_4 img {
	width: 100%;
	height: auto;
}
}

@media screen and (max-width: 350px) {
.top_contents3_1 {
	width: 100%;
}
.top_contents3_2 {
	width: 100%;
}
.top_contents3_3 {
	width: 100%;
}
.top_contents3_4 {
	width: 100%;
}
.top_contents3_1 img, .top_contents3_2 img, .top_contents3_3 img, .top_contents3_4 img {
	width: 100%;
	height: auto;
}
}
/* ------------------------------------------
	.contents02
------------------------------------------ */
.contents02 {
	background-color: #fff;
}
.infomartion_border {
	border-bottom: solid #8396a7 1px;
}
.top_key_box {
	width: 900px;
	margin: 0 auto -1px auto;
	padding: 35px 0 0 0;
}
.top_key_box h2 {
	width:255px;
	height:55px;
	display: block;
	float:left;
}
.top_tabs_1 {
	float: right;
	width: 600px;
}
.top_tabs_1 li {
	float: left;
}


.top_tabs_1 li.tab01{
	width:150px;
	height:77px;
	background:url(images/infomartion_01_off.jpg) 0 0 no-repeat;}
.top_tabs_1 li.tab02{
	width:149px;
	height:77px;
	background:url(images/infomartion_02_off.jpg) 0 0 no-repeat;}
.top_tabs_1 li.tab03{
	width:144px;
	height:77px;
	background:url(images/infomartion_03_off.jpg) 0 0 no-repeat;}
.top_tabs_1 li.tab04{
	width:149px;
	height:77px;
	background:url(images/infomartion_04_off.jpg) 0 0 no-repeat;}

.top_tabs_1 li.tab01.select{
	background:url(images/infomartion_01_on.jpg) 0 0 no-repeat;}
.top_tabs_1 li.tab02.select{
	background:url(images/infomartion_02_on.jpg) 0 0 no-repeat;}
.top_tabs_1 li.tab03.select{
	background:url(images/infomartion_03_on.jpg) 0 0 no-repeat;}
.top_tabs_1 li.tab04.select{
	background:url(images/infomartion_04_on.jpg) 0 0 no-repeat;}

.top_tabs_1 li.tab01:hover{
	background:url(images/infomartion_01_on.jpg) 0 0 no-repeat;}
.top_tabs_1 li.tab02:hover{
	background:url(images/infomartion_02_on.jpg) 0 0 no-repeat;}
.top_tabs_1 li.tab03:hover{
	background:url(images/infomartion_03_on.jpg) 0 0 no-repeat;}
.top_tabs_1 li.tab04:hover{
	background:url(images/infomartion_04_on.jpg) 0 0 no-repeat;}

.tab_content {
	width: 900px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	padding: 30px 0 30px 0;
}

.tab_content h4 {
	color: rgb(6, 97, 168);
	font-size: 18px;
	border-bottom: 9px double rgb(6, 97, 168);
	margin-bottom: 15px;
	padding-bottom: 5px;
}

.tab_content dt a {
	display: block;
	background: url(images/infomartion_arrow.jpg) no-repeat left 5px;
	margin-left: 5px;
	padding: 5px 0 10px 20px;
	line-height: 20px;
	color: #1c4b74;
}
.tab_content dd {
	font-size: 13px;
	line-height: 20px;
	padding-left: 5px;
}

.tab_content dd a {
	color: rgb(6, 97, 168);
}

.tab_content ul {
	height: auto;
	overflow: hidden;
	margin: 0 auto 20px;
}

.tab_content li {
	float: left;
	width: 210px;
	margin-right: 15px;
}
.tab_content em {
	font-weight: bold;
	color: #1c4b74;
	margin-left: 5px;
}
.tab_content p {
	font-size: 16px;
	height: 160px;
	overflow: hidden;
	margin: 0 auto 10px;
	vertical-align: middle;
}
.tab_content dl {
	font-size: 15px;
}
/********** tab切替え **********/
.disnon {
  display: none;
}

/********** 新着情報一覧ボタン **********/
.news_archive_btn {
	height: auto;
	overflow: hidden;
	font-size: 18px;
	clear: both;
	float: right;
	background-color: rgb(6, 97, 168);
	color: #fff;
	padding: 10px 20px;
}

.news_archive_btn a {
	color: #fff;
	text-decoration: none;
}

/* 【SP】 */
@media screen and (max-width: 768px) {
	.tab_content h4 {
		padding-top: 3px;
	}
	
	.top_key_box {
		width: 100%;
		margin: 0;
		padding: 20px 0;
	}
	.top_key_box h2 {
		width:100%;
		height:auto;
		text-align:center;
		padding:50px 0 20px 0;
		float:none;
	}
	
	.infomartionTab {
		display:block;
		width:90%;
		margin:0 auto;
	}
	.infomartionTab li a {
		display:block;
		width:42%;
		height:auto;
		color:#073255;
		font-size:16px;
		text-align:center;
		text-decoration:none;
		border:1px solid #8396a7;
		background:#e5f2fb;
		padding:10px;
		float:left;
	}
	
	.tab_content {
		width: 100%;
		height: auto;
		margin: 30px auto;
		clear: both;
		overflow: auto;
		padding: 0 10px;
		}
	.tab_content li {
		float: none;
		margin-left: auto;
		margin:0 auto 20px auto;
		width: 100%;
	}
	
	.tab_content p {
		width: 100%;
		text-align: center;
		margin: 0 auto 10px;
		height: auto;
		overflow: hidden;
	}
	
	#tabSP li {
		color: rgb(6, 97, 168);
		padding: 10px 5px 7px 10px;
		height: auto;
		overflow: hidden;
		margin: 0px auto 10px;
		border: #0661a8 4px double;
		font-size: 20px;
	}
	
	#tabSP li:last-child {
		margin: 0 auto;
	}
	
	#tabSP li:hover {
		background-color: #0661a8;
		color: #fff;
		border: #fff 4px double;
		padding: 10px 5px 7px 10px;
	}
	
	#tabSP li.select {
		background-color: #0661a8;
		color: #fff;
		border: #fff 4px double;
		padding: 10px 5px 7px 10px;
	}
	
	.tab_content p {
		height: auto;
	}
}

/* ------------------------------------------
	.contents03
------------------------------------------ */
.contents03 {
	background-color: #f4fbff;
}
.top_interview_box {
	clear: both;
	overflow: hidden;
	width: 900px;
	margin: 0 auto;
	padding: 35px 0;
}
.top_interview_txt {
	position: relative;
	float: left;
	width: 538px;
	font-size: 18px;
}
.top_interview_img {
	position: relative;
	width: 380px;
	color: #fff;
	display: inline;
}
.top_interview_img li {
	float: left;
	width: 443px;
	margin-left: 10px;
	display: inline;
}
.top_interview_img p {
	position: absolute;
	bottom: 0;
	background: rgba(65,177,135,0.80);
	padding: 10px 15px;
	font-size: 16px;
	line-height: 120%;
}

/* 【SP】 */
@media screen and (max-width: 768px) {
.top_interview_box {
	width: 100%;
	padding: 30px 3%;
}
.top_interview_txt {
	float: none;
	width: 538px;
	margin: 0 auto;
}
.top_interview_img {
	float: none;
	width: 380px;
	margin: 20px auto;
}
}

@media screen and (max-width: 590px) {
.top_interview_txt {
	width: 100%;
}
.top_interview_txt h3 img {
	width: 100%;
	height: auto;
}
}

@media screen and (max-width: 415px) {
.top_interview_img {
	width: 100%;
}
.top_interview_img img {
	width: 100%;
	height: auto;
}
.top_interview_img p {
	font-size: 15px;
}
}
/* =======================================

	#footer

========================================== */
#footer a:link, #footer a:visited {
	color: #877540;
}
#footer a:hover {
	color: #ccc;
}
.footerContents {
	display: block;
	background-color: #0661a8;
	width: 100%;
	color: #fff;
}
.footer_left {
	width: 50%;
	float: left;
	background-color: #0661a8;
}
.footer_contents_left {
	margin: 50px 20% 50px 0;
	float: right;
	color: #fff;
	font-size: 13px;
}
.footer_contents_left p {
	margin-top: 50px;
}
.footer_contents_left dl {
	padding-left: 20px;
	line-height: 200%;
}
.footer_right {
	width: 50%;
	float: right;
	height: 525px;
	background-color: #fff;
}
.footer_contents_right {
	margin: 50px 0 170px 20%;
	float: left;
	color: #877540;
	font-size: 13px;
}
.footer_contents_logo {
	margin-bottom: 20px;
}

.f_menu01 {
	color: #000;
	width: 240px;
}
.f_menu02 {
	width: 170px;
}
.f_menu01, .f_menu02 {
	float: left;
}
.f_menu01 li, .f_menu02 li {
	font-size: 14px;
	margin-bottom: 8px;
}
.f_menu01 li a, .f_menu02 li a {
	color: #434343;
	text-decoration: none;
	padding-left: 10px;
}
.f_menu01 li a:hover, .f_menu02 li a:hover {
	text-decoration: underline;
}

/* 【SP】 */
@media screen and (max-width: 768px) {
.footerContents {
	background: #0661a8;
	width: 100%;
	height: 100%;
	padding-top: 0;
}
.f_logo {
	display:block;
	padding:40px 0 0 0;}

.f_logo img {
	width:280px;
	height:auto;}
.footer_box {
	width: 100%;
	padding:0;
}
.footer_left {
	width: 100%;
	float: none;
}
.footer_contents_left {
	text-align:center;
	margin: 50px 0;
	float: none;
	font-size: 15px;
}
.footer_contents_left p {
	margin-top: 0;
	margin:50px 0 20px 0;
	overflow:hidden;
}
.footer_contents_left dl {
	padding-left: 20px;
	line-height: 120%;
}
.footer_right {
	width: 100%;
	height:auto;
	float: none;
}
.footer_contents_right {
	margin: 0;
	float: none;
	font-size: 15px;
}
.footer_contents_logo {
	width:100%;
	height:auto;
	padding:20px 0;
	margin:0 0 15px 0;
	overflow:hidden;}
.f_menu01,
.f_menu02 {
	width: 100%;
	float: none;
	margin: 0;
}
.f_menu01 {
	padding-left: 0;
}
.f_menu01 li,
.f_menu02 li {
	float: none;
	width: 100%;
	min-height: 23px;
	font-size: 15px;
	margin-bottom: 0;
	border-bottom: 2px dotted #ccc
}
.f_menu01 li a,
.f_menu02 li a {
	line-height: 300%;
	display: block;
	text-decoration: none;
}
.f_menu01 li a:hover,  .f_menu02 li a:hover {
	line-height: 300%;
	color: #999;
	text-decoration: none;
}
}

/* =======================================

	.copyrightArea

========================================== */
.copyrightArea {
	width: 100%;
	height: 40px;
	color: #877540;
	background: #fff;
	text-align: center;
	font-size: 15px;
	line-height: 1.56rem;/*120%*/
	padding: 10px 0 0 0;
	clear: both;
}

/* 【SP】 */
@media screen and (max-width: 768px) {
.copyrightArea {
	width: 100%;
	height: auto;
	font-size: 11px;
	padding: 10px 0 10px 0;
}
}
/* =======================================

	#pageTop

========================================== */
#pageTop {
	position: fixed;
	background: rgba(50,64,113,0.90);
	/* Firefox v1.0+ */
	-moz-border-radius: 7px;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius: 7px;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius: 7px;
	color: #fff;
	bottom: 20px;
	right: 30px;
	padding: 10px 20px 15px 20px;
	z-index: 100;
}
#pageTop:hover {
	background-color: rgba(50,64,113,0.60);
}

/* 【SP】 */
@media screen and (max-width: 768px) {
#pageTop {
	bottom: 10px;
	right: 10px;
	padding: 5px 10px 7px 10px;
}
}
/* =======================================

	Clear

========================================== */
.spNavBtn:after, .h_tagline:after, #headerArea:after, #contentsArea:after, .contents01:after, .contents02:after, .pointBody:after, .point_container:after, .sideMenu:after, .footerContents:after {
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	font-size: 0;
}

/*solution
========================================*/
.top_contents_4 {
	overflow: hidden;
	width: 740px;
	margin: 0 auto;
	padding: 30px 0;
	color: #fff;
}
.top_contents4_1 {
	float: left;
	width: 350px;
	margin-right: 20px;
	margin-bottom: 20px
}
.top_contents4_2 {
	float: left;
	width: 350px;
	margin-bottom: 20px;
}
.top_contents4_3 {
	float: left;
	margin-right: 20px;
	width: 350px;
	margin-bottom: 20px;
}
.top_contents4_4 {
	float: left;
	width: 350px;
	margin-bottom: 20px;
}
/*---------- .contents04 figure ----------*/
.contents04 figure {
	position: relative;
	overflow: hidden;
}
.contents04 figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 350px;
	height: 225px;
	font-size: 12px;
	line-height: 120%;
	background: rgba(0,0,0,.6);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
}
.contents04 figcaption h3, .contents04 figcaption p {
	position: absolute;
	left: -100%;
	width: 310px;
	-webkit-transition: .3s;
	transition: .3s;
	color: #fff;
}
.contents04 figcaption h3 {
	top: 20px;
	color: #77e4ff;
	font-size: 22px;
	font-weight: normal;
	line-height: 20px;
}
.contents04 figcaption p.txt {
	top: 55px;
   	margin-top: 10px;
}
.contents04 figcaption p.more {
	top: 160px;
}
.contents04 figure:hover figcaption {
	opacity: 1;
}
.contents04 figure:hover figcaption h3, .contents04 figure:hover figcaption p {
	left: 25px;
}
.contents04 figure:hover figcaption h3 {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}
.contents04 figure:hover figcaption p {
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}
/* 【SP】 */
@media screen and (max-width: 768px) {
/*top_contents_4*/
.top_contents_4 {
	width: 100%;
	padding: 0 2%;}

.top_contents4_1 {
	float: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;}

.top_contents4_2 {
	float: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;}
	
.top_contents4_3 {
	float: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;}

.top_contents4_4 {
	float: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;}

}