@charset "utf-8";

.pc_none {
	display: none;
}

.in_wrap {
	width: 1080px;
	margin: auto;
	box-sizing: border-box;
}

/*=======================================================================
ベース・フレーム関連
=======================================================================*/
.wrapper {
	min-width: 1080px;
	overflow: hidden;
}

#h_wrapper {
	margin-bottom: 50px;
}


header#PAGE_TOP {
	height: 170px;
	position: relative;
	margin-bottom: 20px;
}
header#PAGE_TOP .header_logo {
	position: absolute;
	left: 40px;
	top: 30px;
	height: 56px;
}
header#PAGE_TOP .header_logo img {
	height: 100%;
	width: auto;
}

header#PAGE_TOP nav.gnav {
	position: absolute;
	width: 1080px;
	height: 52px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
header#PAGE_TOP nav.gnav ul {
	display: flex;
	background: url("../img/line01.svg") no-repeat left;
	background-size: 1px 100%;
}
header#PAGE_TOP nav.gnav ul li {
	background: url("../img/line01.svg") no-repeat right;
	background-size: 1px 100%;
}
header#PAGE_TOP nav.gnav ul li a {
	display: block;
	width: 180px;
	line-height: 52px;
	text-align: center;
	letter-spacing: 0.06em;
	font-weight: 500;
	position: relative;
	transition: all 0.5s;
}
header#PAGE_TOP nav.gnav ul li a::after {
	content: '';
	display: block;
	width: 0px;
	height: 3px;
	border-radius: 2px;
	background: #009100;
	position: absolute;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.5s;
}
header#PAGE_TOP nav.gnav ul li a:hover {
	color: #009100;
	text-decoration: none;
}
header#PAGE_TOP nav.gnav ul li a:hover::after {
	width: 60px;
}

header#PAGE_TOP .sub_nav_area {
	position: absolute;
	right: 40px;
	top: 20px;
	width: 424px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
header#PAGE_TOP .sub_nav_area dl {
	display: flex;
}
header#PAGE_TOP .sub_nav_area dl dt {
	font-weight: 700;
	font-size: 14px;
}
header#PAGE_TOP .sub_nav_area dl dd {
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	font-size: 16px;
}
header#PAGE_TOP .sub_nav_area dl dd:nth-child(2) {
	background: #004C96;
	margin-left: 5px;
}
header#PAGE_TOP .sub_nav_area dl dd:nth-child(3) {
	background: #7BADDD;
	margin-left: 10px;
}
header#PAGE_TOP .sub_nav_area .searchbox {
	width: 251px;
}

header#PAGE_TOP .sub_nav_area ol {
	display: flex;
	justify-content: space-between;
	width: 424px;
	border-top: 1px #D1D1D1 solid;
	padding-top: 10px;
	margin-top: 3px;
}
header#PAGE_TOP .sub_nav_area ol li {
	display: inline-block;
	padding-right: 18px;
	line-height: 1em;
	font-size: 14px;
	background: url("../img/icon01.svg")no-repeat right;
	background-size: 8px 10px;
}
header#PAGE_TOP .sub_nav_area ol li a {
	display: block;
}


#h_wrapper .top_main_vc_area {
	height: 360px;
	width: 100%;
	background: #009100;
	position: relative;
}
#h_wrapper .top_main_vc_area::after {
	content: '';
	display: block;
	width: 150px;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	background: rgb(0,145,0);
background: linear-gradient(90deg, rgba(0,145,0,1) 0%, rgba(0,145,0,0) 100%);
}
#h_wrapper .top_main_vc_area h2.cory_txt {
	font-size: 36px;
	font-weight: 700;
	line-height: 60px;
	color: #fff;
	position: absolute;
	z-index: 3;
	left: 50%;
	margin-left: -540px;
	top: 50%;
	transform: translateY(-50%);
}

#h_wrapper .top_main_vc_area ul {
	width: 50%;
	height: 360px;
	position: absolute;
	right: 0;
	top: 0;
}
#h_wrapper .top_main_vc_area ul li {

}
#h_wrapper .top_main_vc_area ul li img {
	height: 360px;
	width: auto;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

#h_wrapper .top_main_vc_area .slick-dots {
	left: 0;
	bottom: 0;
	height: 60px;
	margin-left: -540px;
	text-align: left;
	top: auto;
}
#h_wrapper .top_main_vc_area .slick-dots li {
	width: 10px;
	height: 10px;
	margin-left: 0px;
}
#h_wrapper .top_main_vc_area .slick-dots li button:before {
	color: #fff;
	font-size: 10px;
}

#h_wrapper .busi_cate_area {
	margin: 30px auto 0 auto;
	width: 1080px;
}
#h_wrapper .busi_cate_area ul {
	display: flex;
	justify-content: space-between;
}
#h_wrapper .busi_cate_area ul li {
	width: calc((100% - 80px) / 5);
	border-radius: 6px;
	overflow: hidden;
}
#h_wrapper .busi_cate_area ul li img {
	width: 100%;
	height: auto;
}
#h_wrapper .busi_cate_area ul li p {
	background: #121212;
	color: #fff;
	text-align: center;
	font-size: 15px;
	letter-spacing: 0;
}


#f_wrapper {
	padding: 80px 0 0 0;
	border-top: 1px #D1D1D1 solid;
}
#f_wrapper footer#f_cnt {
	width: 1080px;
	margin: auto;
	text-align: center;
	position: relative;
}


/* ナビゲーションの調整 */
@media screen and (min-width:1921px) {
	#h_wrapper .top_main_vc_area ul li {
		overflow: hidden;
		height: 360px;
	}
	#h_wrapper .top_main_vc_area ul li img {
	height: auto;
	width: 100%;
	position: relative;
}
}



/*=======================================================================
Google検索の打ち消し用のCSS*/

header#PAGE_TOP .sub_nav_area .searchbox.gsc-control {
	width: 100%;
}
header#PAGE_TOP .sub_nav_area .searchbox table.gsc-search-box td.gsc-input {
	padding-right:0px; 
	width: 192px;
}
header#PAGE_TOP .sub_nav_area .searchbox .gsc-input-box {
	border: 1px #D1D1D1 solid;
	border-right: 0px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px;
	height: 32px;
}
header#PAGE_TOP .sub_nav_area .searchbox .gsc-input-box .gsib_a {
	padding: 0 0 0 0;
}
header#PAGE_TOP .sub_nav_area .searchbox .gsc-input-box .gsib_a input.gsc-input {
	font-size: 14px;
}
header#PAGE_TOP .sub_nav_area .searchbox .gsc-search-button-v2 {
	width: 60px;
	height: 32px;
	box-sizing: border-box;
}
header#PAGE_TOP .sub_nav_area .searchbox .gsc-search-button {
	margin-left: 0px;
	margin-top: -4px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
header#PAGE_TOP .sub_nav_area .searchbox .gsc-search-button svg {
	margin-left: -3px;
}
header#PAGE_TOP .sub_nav_area .searchbox .gsc-control-cse {
	padding: 0;
}
/*=======================================================================*/




/*=======================================================================
共通CSS
=======================================================================*/
.link_btn01 a {
	font-weight: 700;
	line-height: 44px;
	background: url("../img/icon03.svg") no-repeat right;
	padding-right: 59px;
	display: inline-block;
	transition: all 0.5s;
}
.link_btn01 a:hover {
	color: #004C96;
	text-decoration: none;
}
.link_btn02 a {
	font-weight: 700;
	line-height: 44px;
	background: url("../img/icon04.svg") no-repeat right;
	padding-right: 59px;
	display: inline-block;
	transition: all 0.5s;
	color: #fff;
}
.link_btn02 a:hover {
	color: #68C5D6;
	text-decoration: none;
}


.title01 {
	font-size: 28px;
	line-height: 40px;
	text-align: center;
	font-weight: 700;
}
.title01 span {
	display: block;
	color: #AEC6DD;
	font-size: 16px;
	line-height: 1em;
	font-weight: 400;
	margin-top: 10px;
}

.title02 {
	font-size: 28px;
	font-weight: 700;
	line-height: 1em;
	padding-bottom: 15px;
	background: url("../img/line02.svg") no-repeat bottom left;
	color: #004C96;
}

.title03 {
	background: #F0F9FF url("../img/icon05.svg") no-repeat 15px center;
	background-size: 32px 20px;
	line-height: 1.4;
	font-size: 20px;
	font-weight: 700;
	padding-left: 62px;
	padding: 8px 15px 8px 62px;
	color: #004C96;
}




/*=======================================================================
トップページコンテンツ
=======================================================================*/

.top_block_01 {
	background: #F7F7F7;
	padding: 80px 0;
}
.top_block_01 .in_wrap {
	display: flex;
}

.top_block_01 .title_area {
	width: 190px;
}

.top_block_01 .title_area h2 {
	font-size: 28px;
	font-weight: 700;
	line-height: 1em;
	letter-spacing: 0.06em;
	position: relative;
	margin-bottom: 40px;
}
.top_block_01 .title_area h2 span {
	font-size: 16px;
	line-height: 1em;
	margin-top: 10px;
	font-weight: 400;
	color: #AEC6DD;
	display: block;
}
.top_block_01 .title_area ul.cate_list {
	font-size:  14px;
	font-weight: 500;
	line-height: 1em;
	width: 120px;
}

.top_block_01 .title_area ul.cate_list li {
	margin-bottom: 15px;
	background: url("../img/icon02.svg") no-repeat right;
}
.top_block_01 .title_area ul.cate_list li a {
	display: block;
}
.top_block_01 .title_area ul.cate_list li a:hover {
	color: #004C96;
	text-decoration: none;
}


.top_block_01 .news_area {
	width: 890px;
}
.top_block_01 .news_area dl {
	padding-bottom: 10px;
}
.top_block_01 .news_area dl dt {
	display: flex;
	justify-content: flex-start;
	padding: 0 20px;
}
.top_block_01 .news_area dl dt p.cate {
	color: #004C96;
	border: 1px #004C96 solid;
	border-radius: 2px;
	line-height: 24px;
	width: 120px;
	text-align: center;
	font-size: 14px;
	margin-right: 15px;
}

.top_block_01 .news_area dl dt p.day {
	line-height: 24px;
	font-size: 14px;
}
.top_block_01 .news_area dl dd {
	border-bottom: 1px #D1D1D1 solid;
	margin-bottom: 20px;
	padding: 10px 20px 20px 20px;
}
.top_block_01 .news_area dl dd a {
	display: block;
	line-height: 24px;
	background: url("../img/icon01.svg") no-repeat right;
	padding-right: 20px;
}


.top_block_02 {
	padding: 80px 0;
}

.top_block_02 ol {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top_block_02 ol li {
	width: calc((100% - 30px) / 2);
	margin-bottom: 30px;
}
.top_block_02 ol li a {
	display: flex;
	border: 1px solid #D1D1D1;
	border-radius: 6px;
}
.top_block_02 ol li a .cntarea {
	padding: 19px 15px;
	width: calc(100% - 215px);
	box-sizing: border-box;
}
.top_block_02 ol li a .cntarea h3 {
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 15px;
}
.top_block_02 ol li a .cntarea p.txt {
	font-size: 14px;
	line-height: 22px;
}
.top_block_02 ol li a .cntarea dl {
	display: flex;
	width: 100%;
	border-top: 1px #D1D1D1 solid;
	padding-top: 20px;
	margin-top: 20px;
	line-height: 20px;
	font-size: 14px;
}
.top_block_02 ol li a .cntarea dl dt {
	color: #fff;
	display: inline-block;
	padding: 0 6px;
	border-radius: 2px;
	margin-right: 10px;
}
.top_block_02 ol li a .cntarea dl dt.kozin {
	background: #6E8154;
}
.top_block_02 ol li a .cntarea dl dt.hozin {
	background: #2B7BFA;
}
.top_block_02 ol li a .imgarea {
	width: 215px;
	height: 250px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	overflow: hidden;
}
.top_block_02 ol li a .imgarea img {
	width: 100%;
	height: auto;
}
.top_block_02 ol li a .imgarea p.link {
	width: 100%;
	line-height: 36px;
	text-align: center;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	background: #009100;
	margin-top: -36px;
	position: relative;
}
.top_block_02 ol li a:hover {
	text-decoration: none;
	background: #F7F7F7;
	border: 1px #009100 solid;
}

.top_block_02 ul.cate_list {
	display: flex;
	justify-content: center;
}
.top_block_02 ul.cate_list li {
	width: 180px;
	line-height: 36px;
	border: 1px #D1D1D1 solid;
	border-radius: 4px;
	margin-right: 10px;
	font-size: 14px;
	font-weight: 500;
	overflow: hidden;
}
.top_block_02 ul.cate_list li:last-child {
	margin-right: 0;
}
.top_block_02 ul.cate_list li a {
	display: block;
	padding: 0 10px;
	position: relative;
	letter-spacing: 0;
	transition: all 0.5s;
}
.top_block_02 ul.cate_list li a::after {
	content: url("../img/icon02.svg");
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.top_block_02 ul.cate_list li a:hover {
	text-decoration: none;
	background: #121212;
	color: #fff;
}


.top_block_03 {
	padding: 80px 0;
	background: url("../img/top_img_08@2x.jpg") no-repeat center;
	background-size: cover;
	text-align: center;
}

.top_block_03 h2.title01 {
	color: #fff;
}

.top_block_03 ul {
	display: flex;
	margin-top: 40px;
	justify-content:flex-start;
	text-align: left;
}
.top_block_03 ul li {
	width: calc((100% - 60px) / 3);
	margin-left: 30px;
}
.top_block_03 ul li:first-child {
	margin-left: 0;
}

.top_block_03 ul li a {
	display: block;
	background: #fff;
	border-radius: 6px;
	padding: 15px;
	font-size: 14px;
	border: 1px #fff solid;
	transition: all 0.5s;
}
.top_block_03 ul li a:hover {
	text-decoration: none;
	border: 1px #004C96 solid;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
	background: #E2EBED;
}
.top_block_03 ul li a p.area {
	border: 1px #D84747 solid;
	border-radius: 4px;
	color: #D84747;
	display: inline-block;
	padding: 0 10px;
	line-height: 24px;
}
.top_block_03 ul li a h3 {
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	margin: 5px 0 20px 0;
	color: #004C96;
}

.top_block_03 ul li a p.txt01 {
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 10px;
}
.top_block_03 ul li a p.txt02 {
	line-height: 1.2em;
}
.top_block_03 ul li a ol {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.top_block_03 ul li a ol li {
	margin-right: 10px;
	display: inline-block;
	line-height: 32px;
	background: #004C96;
	color: #fff;
	padding: 0 10px;
	border-radius: 4px;
	margin-left: 0;
	width: auto;
	margin-top: 10px;
}

.top_block_03 .link_btn02 {
	margin-top: 30px;
	text-align: center;
}





/*=======================================================================
フッター
=======================================================================*/

#f_wrapper footer#f_cnt nav.footer_nav_box ol {
	display: flex;
	justify-content: center;
}
#f_wrapper footer#f_cnt nav.footer_nav_box ol li {
	padding: 0 30px;
	border-right: 1px #939393 solid;
	font-weight: 700;
}
#f_wrapper footer#f_cnt nav.footer_nav_box ol li:first-child {
	padding-left: 0;
}
#f_wrapper footer#f_cnt nav.footer_nav_box ol li:last-child {
	padding-right: 0;
	border-right: none;
}
#f_wrapper footer#f_cnt nav.footer_nav_box ol li a {
	color: #009100;
}

#f_wrapper footer#f_cnt h1.footer_logo {
	margin: 50px 0 30px 0;
}

#f_wrapper footer#f_cnt ul.sub_nav {
	display: flex;
	justify-content: center;
}
#f_wrapper footer#f_cnt ul.sub_nav li {
	font-size: 14px;
	padding-right: 18px;
	margin-right: 20px;
	background: url("../img/icon01.svg") no-repeat right;
}
#f_wrapper footer#f_cnt small.copy {
	display: block;
	margin-top: 50px;
	padding: 20px 0;
	border-top: 1px #D1D1D1 solid;
	font-size: 14px;
	color: #666;
}

/*=======================================================================
clear　clearfix
=======================================================================*/
.clear {
	clear: both;
	visibility: visible;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}

/* 作成しアップロード後に[overflow:hidden;]は削除（DWデザインビュー用の為） */
.clearfix {
  display: block;
}
