@charset "utf-8";
/* CSS Document */

#slider {
    width: 100%;
    height: 510px;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
	position: relative;
}

#slider .catch_area{
	position: absolute;
	top: 220px;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 45px);
	background: url("image/top/catch_bg.png")no-repeat;
	background-size: 100% auto;
	background-position: top 50px center;
}

#slider .catch_area h2{
	font-size: 3.95rem;
	line-height: 1.06;
	letter-spacing: 0.05em;
	color: #fff;
	padding-left: 28px;
	padding-bottom: 0;
	position: relative;
}


#slider .catch_area dl{
	padding: 23px 0 100px 28px;
	color: #fff;
}

#slider .catch_area dl dt{
	font-size: 2.0rem;
	letter-spacing: 0.2em;
}

#slider .catch_area dl dd{
	margin-top: 0.68rem;/*10*/
	font-size: 10px;
	transform: scale(0.95);
    transform-origin:0 0;
	line-height: 1.63;
	letter-spacing: 0.05em;
}

/**/

#slider .scroll{
  display: none;
}

/*-----------------------------------------------------------*/

.block01{
	position: relative;
	overflow: hidden;
}

.block01 .block_inner{
	margin: 33px auto 43px;
	overflow: hidden;
}

.block01::before{
	content: '';
	display: inline-block;
	background: #D9E8ED;
	width: 265px;
	height: 207px;
	position: absolute;
	top: 175px;
	left: 0;
	z-index: -1;
}

.block01 .block_inner .service_area{
	width: calc(100% - 39px);
	margin: 0 auto;
	overflow: hidden;
}

.block01 .block_inner .service_area .left{
	width: 100%;
}

.block01 .block_inner .service_area .left h2{
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 1;
	color: #008FCE;
	text-align: center;
	position: relative;
}

.block01 .block_inner .service_area .left h2 span{
	display: block;
	font-size: 3.15rem;
	padding-bottom: 26px;
}

.block01 .block_inner .service_area .left h2::before{
	content: '';
	display: inline-block;
	background: #008FCE;
	width: 100%;
	height: 6px;
	position: absolute;
	top: 40px;
	left: 0;
}

.block01 .block_inner .service_area .left .image{
	width: calc(100% - 25px);
	margin: 15px auto 0px;
}

.block01 .block_inner .service_area .right{
	width: 100%;
	margin-top: 35px;
	
}

.block01 .block_inner .service_area .right p{
	font-size: 1.4rem;
	line-height: 1.78;
}

.block01 .block_inner .service_area .right .btn01{
	width: 100%;
	margin-top: 25px;
}

.block01 .block_inner .service_area .right .btn01 a{
	display: block;
	width: 100%;
	height: 89px;
	box-sizing: border-box;
	background: url("image/top/btn_ico03.png")no-repeat #0071BC right 14px bottom 20px;
	background-size: 22px auto;
	position: relative;
	overflow: hidden;
}

.block01 .block_inner .service_area .right .btn01 a dl{
	padding: 15px 0 0 58px;
	position: relative;
	color: #fff;
}

.block01 .block_inner .service_area .right .btn01 a dl dt{
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}

.block01 .block_inner .service_area .right .btn01 a dl dd{
	margin-top: 9px;
	font-size: 1.75rem;
	letter-spacing: 0.1em;
}

.block01 .block_inner .service_area .right .btn01 a dl::before{
	content: '';
	display: inline-block;
	background: url("image/top/btn_ico01.png")no-repeat;
	background-size: contain;
	width: 27px;
	height: 36px;
	position: absolute;
	top: 25px;
	left: 14px;
}

.block01 .block_inner .service_area .right .btn02{
	width: 100%;
	margin-top: 23px;
}

.block01 .block_inner .service_area .right .btn02 a{
	display: block;
	width: 100%;
	height: 89px;
	box-sizing: border-box;
	background: url("image/top/btn_ico03.png")no-repeat #009245 right 14px bottom 20px;
	background-size: 22px auto;
	position: relative;
	overflow: hidden;
}


.block01 .block_inner .service_area .right .btn02 a dl{
	padding: 17px 0 0 58px;
	position: relative;
	color: #fff;
}

.block01 .block_inner .service_area .right .btn02 a dl dt{
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}

.block01 .block_inner .service_area .right .btn02 a dl dd{
	margin-top: 9px;
	font-size: 1.75rem;
	letter-spacing: 0.1em;
}

.block01 .block_inner .service_area .right .btn02 a dl::before{
	content: '';
	display: inline-block;
	background: url("image/top/btn_ico02.png")no-repeat;
	background-size: contain;
	width: 30px;
	height: 33px;
	position: absolute;
	top: 26px;
	left: 16px;
}
	
/*-----------------------------------------------------------*/

.block02{
	width: 100%;
	background: url("image/top/block_bg.jpg")no-repeat;
	background-size: 100% 155px;
	background-position: top center;
	overflow: hidden;
}

.block02 .block_inner{
	width: calc(100% - 32px);
	margin: 106px auto 70px;
	position: relative;
}

.block02 .block_inner .c_area{
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 15px 34px 0;
}



.block02 .block_inner .c_area h2{
	font-size: 1.75rem;
	padding: 0 7px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
}

.block02 .block_inner .c_area h2 span{
	display: block;
	width: 100%;
	font-size: 3.3rem;
	color: #ED1C24;
	padding-bottom: 11px;
	border-bottom: 5px solid #ED1C24;
	margin-bottom: 17px;
}

.block02 .block_inner .c_area .btn01{
	width: 100%;
	margin: 19px auto 0;
}

.block02 .block_inner .c_area .btn01 a{
	display: block;
	width: 100%;
	line-height: 52px;
	background: url("image/top/btn_ico03.png")no-repeat #ED1C24 right 18px center;
	background-size: 24px auto;
	font-size: 1.8rem;
	text-align: center;
	color: #fff;
	position: relative;
	overflow: hidden;
}


/*-----------------------------------------------------------*/

.block03{
	position: relative;
	overflow: hidden;
}

.block03 .block_inner{
	width: calc(100% - 35px);
	margin: 0 auto;
	overflow: hidden;
}

.block03 .block_inner .sns_area{
}

.block03 .block_inner .sns_area .left{
	width: 100%;
}



.block03 .block_inner .sns_area .left dl dt a{
	display: block;
	width: 100%;
	height: 56px;
	border: 1px solid #606060;
	box-sizing: border-box;
	position: relative;
}

.block03 .block_inner .sns_area .left dl dt a img{
	width: auto;
	height: 29px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.block03 .block_inner .sns_area .left dl dd{
	display: none;
}

.block03 .block_inner .sns_area .left02{
	margin: 19px 0;
}


.block03 .block_inner .sns_area .right{
	width: 100%;
}

.block03 .block_inner .sns_area .right dl dt a{
	display: block;
	width: 100%;
	height: 56px;
	border: 1px solid #606060;
	box-sizing: border-box;
	position: relative;
}

.block03 .block_inner .sns_area .right dl dt a img{
	width: auto;
	height: 29px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.block03 .block_inner .sns_area .right dl dd{
	display: none;
}


/*-----------------------------------------------------------*/

.block04{
	overflow: hidden;
}

.block04 .block_inner{
	margin: 40px auto 72px;
	overflow: hidden;
}

.block04 .block_inner h2{
	font-size: 2.75rem;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 13px;
}

.block04 .block_inner h2:first-letter{
	color: #008FCE;
}

.block04 .block_inner .gmap{
	line-height: 0;
}

.block04 .block_inner .gmap iframe{
	width: 100%;
	height: 221px;
}

/*-----------------------------------------------------------*/

.block_news{
	padding: 40px 0 0;
}

.block_news .block_inner{
	width: 86.1111%;
	margin: 0 auto;
}


.block_news .block_inner h2{
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 1;
	color: #008FCE;
	text-align: center;
	position: relative;
}

.block_news .block_inner h2 span{
	display: block;
	font-size: 2.75rem;
	padding-bottom: 26px;
}

.block_news .block_inner h2::before{
	content: '';
	display: inline-block;
	background: #008FCE;
	width: 100%;
	height: 4px;
	position: absolute;
	top: 40px;
	left: 0;
}


.topNewsList{
	margin-top: 30px;
}
.topNewsList dl{
	border-bottom: 1px solid #a6a6a6;
	padding: 10px;
}
.topNewsList dt{
	font-size: 1.5rem;
	color: #000000;
	height: 25px;
	line-height: 25px;
}
.topNewsList dt span{
	display: inline-block;
	width: 115px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	font-size: 1.3rem;
	font-weight: 500;
	color: #fff;
	margin-left: 15px;
}

.newsCate01,.cat01{
	background: #1c5b8e;
}
.newsCate02{
	background: #29a6dd;
}

.cat02{
	background: #E41C24;
}

.cat03{
	background: #29A6DD;
}

.topNewsList dd{
	padding: 10px 0 5px;
}
.topNewsList dd a{
	font-size: 1.5rem;
	color: #000000;
	line-height: 1.8rem;
}

/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/

