@charset "utf-8";


/* -----------------------------------------------------------
    TOP 
-------------------------------------------------------------- */

#top {
	margin: 0 0 0 0;
}


/*    Main Visual
-------------------------------------------------------------- */


#top .main_area .visual {
	width: 100%;
	background-image: url("../img/atb_main.jpg");
	background-size: cover;
	background-position:center bottom;
	min-height: 700px;
	padding-top: 130px;
	box-sizing: border-box;
}
#top .main_area .visual {
	padding: 260px 0 0 0;
	margin: 100px 0 0 0;
}
#top .main_area .main_wrapper {
	width: 1100px;
}
#top .main_area .main_box {
	width: 760px;
}
#top .main_area .main_box .main_e_title {
	font-family: 'Barlow Condensed', sans-serif;
	color: #fff;
	font-size: 2.0rem;
	margin: 0 0 20px 0;
	letter-spacing: 0.1em;
}
#top .main_area .main_box .main_title {
	font-family: "Times New Roman","ヒラギノ明朝 Pro","Hiragino Mincho Pro","游明朝",YuMincho,"HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
	color: #fff;
	font-size: 4.4rem;
	line-height: 1.4;
	font-weight: bold;
	text-shadow: 1px 2px 3px #808080;
}
#top .main_area .main_box .main_text {
	color: #fff;
	font-size: 2.4rem;
	line-height: 1.8;
	margin-top: 18px;
	font-weight: bold;
}
#top .main_area .main_link {
	width: 100%;
	/*margin-top: -268px;*/
}
#top .main_area .main_link  ul{
	float: right;
	width: 480px;
	margin-top: -270px;
	margin-right: 8px;
}
#top .main_area .main_link  ul li{
	/*
	box-shadow: 0 0 15px  rgba(0,0,0,0.10);
	*/
}

#top .main_area .main_link  ul li a{
	display: block;
	box-shadow: 10px 10px 30px rgba(0,0,0,.2);
	/*
	box-shadow: 4px 4px 20px #DDD;
	*/
}
#top .main_area .main_link  ul li a:hover{
	box-shadow: none;
}


@media screen and (max-width: 667px){
	
	#top {
		margin: 0;
	}
	#top .main_area .visual{
		max-width:  100%;
		background-image: url("../img/atb_sp_main.jpg");
		background-size: cover;
		background-position:center bottom;
		min-height: 260px;
		padding: 20px 15px 0 15px;
	}
	
	#top .main_area .visual h2 .sp_main{
		max-width: 100%;
		
	}
	#top .main_area .visual {
		padding: 0 0 0 0;
		margin: 0 0 0 0;
}
	#top .main_area .main_wrapper {
		
		width: 100%;
}
	#top .main_area .main_box {
		width: auto;
		margin: 0 auto;
		display: block;
		padding: 30px 10px 30px 20px;
	}
	#top .main_area .main_box .main_e_title {
		font-size: 1.4rem;
		margin: 0 0 15px 0;
		letter-spacing: 0.05em;
	}
	#top .main_area .main_box .main_title {
		font-size: 2.4rem;
		line-height: 1.5;
	}
	#top .main_area .main_box .main_text {
		/*display: none;*/
		font-size:1.4rem;
	}
	#top .main_area .main_link {
		display: none;
	}
	
}


/*    sp_btn
-------------------------------------------------------------- */

#top .sp_btn01 {
	
}

@media screen and (max-width: 667px){
	
	#top .sp_btn01 {
		border:  solid 2px #00B2B2;
		border-radius: 5px;
		text-align: center;
		margin-top: 15px;
	}
	#top .sp_btn01 a{
		font-weight: bold;
		padding: 20px 20px;
		color: #00B2B2;
		font-size: 1.6rem;
		background: url("../img/yazirusi_sp.png") no-repeat 95% 50%;
		background-size: 7px;
		display: block;
	}
	#top .link01_sp {
		/*margin-top: 20px;*/
		padding: 15px 0 11px 0;
		margin: 0 -10px 0 0;
	}
	#top .link01_sp a{
		font-weight: bold;
		padding: 5px 5px 5px 10px;
		color: #444444;
		font-size: 1.4rem;
		background: url("../img/yazirusi_sp.png") no-repeat left 50%;
		background-size: 7px;
		display: inline-block;
		line-height: 1.6;
	}
	#top .link01_sp a span{
		color: #FC8663;
	}

}




/*    link_area
-------------------------------------------------------------- */
#top .link_area{
}

@media screen and (max-width: 667px){
	
	#top .link_area{
		margin: 0 0 0 0;
		padding: 0 10px;
		display: block;
		max-width: 100%;
		background: #EDEFF5;
	}
	#top .link_area ul{
		/*
		position:absolute; 
		top:45px; 
		*/
		position: relative;
		top: -45px;
		margin: 0 0 0;
	}
	#top .link_area ul li{
		float: left;
		width: 49%;
	}
	#top .link_area ul li.r{
		float: right;
	}
	#top .link_area ul li a{
		display: block;
		box-shadow: 0 0 15px rgba(0,0,0,0.10);
		box-shadow: 8px 8px 15px rgba(0,0,0,.1);
	}
}


/*    NEWS
-------------------------------------------------------------- */
#top .news_bigbox {
	background: #017cc6; /* Old browsers */
	background: -moz-linear-gradient(left, #017cc6 0%, #016eb8 25%, #0059a3 50%, #004791 75%, #003983 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #017cc6 0%,#016eb8 25%,#0059a3 50%,#004791 75%,#003983 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #017cc6 0%,#016eb8 25%,#0059a3 50%,#004791 75%,#003983 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	width: 100%;
	height: 114px;
}
#top .news_area {
	padding: 25px 0 25px 0;
	background: #017cc6; /* Old browsers */
	background: -moz-linear-gradient(left, #017cc6 0%, #016eb8 25%, #0059a3 50%, #004791 75%, #003983 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #017cc6 0%,#016eb8 25%,#0059a3 50%,#004791 75%,#003983 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #017cc6 0%,#016eb8 25%,#0059a3 50%,#004791 75%,#003983 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*width: 1350px;*/
	margin: 0px auto 0 auto;
	width: 1100px;
	min-height: 114px;
}
/*#top .news_box{
	margin-left: 164px;
}*/
#rgba {
    background-color: rgba(0,0,0,0.5);
}
#top .news_title {
	float: left;
	width: 110px;
    font-family: 'Barlow Condensed', sans-serif;
	font-size: 2.0rem;
	color: #fff;
	padding: 5px 0 0 0;
	margin-top: 15px;
}

#top .news_list {height: 4em;overflow-y:scroll;}
#top .news_list::-webkit-scrollbar{ 
    width: 15px;
}
#top .news_list::-webkit-scrollbar-thumb{ 
    background: #c1c1c1;
}
#top .news_list::-webkit-scrollbar-track-piece:start{
    background: #f1f1f1;
}
#top .news_list::-webkit-scrollbar-track-piece:end{
    background: #f1f1f1;
}

#top .news_list {
	float: left;
	width: 970px;
	padding: 0 0 0;
}
#top .news_list li {
	font-size: 1.5rem;
	line-height: 2;
}


#top .news_date {
	float: left;
	padding: 2px 30px 0 0;
	color: #fff;
	font-family: 'Barlow Condensed', sans-serif;
	letter-spacing: 0.1em;
}
#top .news_icon {
	float: left;
	width: 90px;
	display: inline-block;
	padding: 4px 5px;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	margin: 6px 15px 0 0;
}
#top .news_icon.icon01,
#top .news_icon.icon02,
#top .news_icon.icon03{
	border: 1px #fff solid;
	color: #fff;
}

#top .news_de_title {
	float: left;
	width: 650px;
	padding: 2px 0 0;
	font-weight: 500;
	font-size: 1.5rem;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	color: #fff;
}
#top .news_list_link{
	float: right;
	text-align: center;
	margin: 25px 50px  0  0;
}
#top .news_list_link a{
	display: block;
	padding-left: 5px;
	font-size: 1.3rem;
	color: #fff;
}
#top .news_list_link a:hover{
}
#top .news_list_link a::before {
	display: inline-block;
	margin: 0 6px 0 0;
	content: "\f105";
	font-family: FontAwesome;
	font-size: 1.4rem;
	color: #fff;
}
#top .news_list li a:link,
#top .news_list li a:visited{
	color: #444;
	display: block;
}
#top .news_list li a:hover{
	color: #00B2B2;
}



@media screen and (max-width: 667px){
	
	#top .news_bigbox {
		background:none;
		height: auto;
		clear: both;
	}
	
	#top .news_area {
		padding: 20px;
		/*
		background: url("../img/atb_sp_bg.png") repeat;
		*/
		background: #EDEFF5;
		width: 100%;
		margin: 0 0 0 0;
		min-height: inherit;
	}
	#top .news_box{
		margin-left: 0;
	}

	#top .news_title {
		float: none;
		width: 100%;
		font-family: 'Barlow Condensed', sans-serif;
		font-size: 2.0rem;
		color: #0066B7;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
	}
#top .news_list {height: 8em;overflow-y:scroll;}
	#top .news_list {
		float: none;
		width: 100%;
		padding: 0 0 0;
	}
	#top .news_list li {
		font-size: 1.5rem;
		line-height: 2;
		margin: 0 0 12px;
	}
	#top .news_list li:last-child{
		/*
		display: none;
		*/
	}
	#top .news_date {
		float: left;
		padding: 2px 18px 0 0;
		color: #333333;
	}
	
	#top .news_icon {
		float: none;
		width: auto;
		font-size: 1.1rem;
		padding: 4px 10px;
	}
	
	#top .news_icon.icon01 {
		border: 1px #0066B7 solid;
		color: #0066B7;
	}
	#top .news_icon.icon02 {
		border: 1px #3c82b3 solid;
		color: #3c82b3;
	}
	#top .news_icon.icon03 {
		border: 1px #FD9977 solid;
		color: #FC8963;
	}
	

	#top .news_de_title {
		float: none;
		width: 100%;
		padding: 2px 0 0;
		font-weight: 500;
		font-size: 1.5rem;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		color: #333333;
	}
	#top .news_list_link{
		float: right;
		text-align: center;
		margin: -25px 0 0 0;
	}

	#top .news_list_link a{
		display: block;
		padding-left: 5px;
		font-size: 1.3rem;
		color: #333;
	}
	#top .news_list_link a:hover{
	}
	#top .news_list_link a::before {
		display: inline-block;
		margin: 0 6px 0 0;
		content: "\f105";
		font-family: FontAwesome;
		font-size: 1.4rem;
		color: #0B3993;
	}
	#top .news_list li a:link,
	#top .news_list li a:visited{
		color: #444;
		display: block;
	}
	#top .news_list li a:hover{
		color: #00B2B2;
	}
}


/*    introduction
-------------------------------------------------------------- */

#top .introduction_area .introduction_miniwrap {
	margin-top: 30px;
	height: auto;
}

#top .introduction_area .introduction_miniwrap {
	width: 100%;
	padding: 60px 0 30px 0;
}

#top .introduction_area .introduction_miniwrap ul{
	border-radius: 10px;
	background-color: #fff;
}
#top .introduction_area .introduction_miniwrap li{
	text-align: center;
	float: left;
	width: 340px;
	padding: 293px 20px 0 20px;
	margin: 0 40px 0 0;
}
#top .introduction_area .introduction_miniwrap li:last-child{
	border-bottom: none;
	margin: 0;
}

#top .introduction_area .introduction_miniwrap li.top {
	background: url("../img/pic01.png") no-repeat ;
}
#top .introduction_area .introduction_miniwrap li.center {
	background: url("../img/pic02.png") no-repeat;
	background-size: 340px;
}
#top .introduction_area .introduction_miniwrap li.bottom {
	background: url("../img/pic03.png") no-repeat ;
	background-size: 340px;
}
#top .introduction_area .introduction_miniwrap ul li a{
	padding: 20px 30px;
	display: block;
	color: #444444;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
	background-color: #fff;
	border: 3px #fff solid;
}
#top .introduction_area .introduction_miniwrap ul li a:hover{
	opacity: 1;
	border: 3px #83CCC4 solid;
}

#top .introduction_area .introduction_miniwrap ul li a.intro_area{
	background:url("../img/yazirusi_sp.png") no-repeat 95%;
	background-size: 8px;
	background-color: #fff;
}
#top .introduction_area .introduction_miniwrap li a span{
	color: #83CCC4;
	font-size: 1.0rem;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
} 


@media screen and (max-width: 667px){
	#top .introduction_area .introduction_miniwrap {
		margin-top: 30px;
		height: auto;
		background: url("../img/bg_dot_pc.png") repeat top left;
	}

	
	#top .introduction_area .introduction_miniwrap {
		width: 100%;
		padding: 30px 20px 30px 20px
	}
	
	#top .introduction_area .introduction_miniwrap ul{
		border:  solid 1px #ddd;
		border-radius: 10px;
		background-color: #fff;
	}
	#top .introduction_area .introduction_miniwrap li{
		border-bottom: solid 1px #ddd;
		text-align: center;
		float: none;
		width: 100%;
		height: auto;
		padding: 0 0 0 0;
		margin: 0;
	}

	#top .introduction_area .introduction_miniwrap li:last-child{
		border-bottom: none;
	}
	#top .introduction_area .introduction_miniwrap ul li a{
		padding: 30px 30px 30px 110px;
		display: block;
		color: #444444;
		line-height: 1.4;
		font-weight: bold;
		text-align: left;
		border: none;
	}
	#top .introduction_area .introduction_miniwrap ul li a:hover{
		border: none;
	}
	
	#top .introduction_area .introduction_miniwrap ul li a.intro_area{
	background-image:none;
	background-size: 0;
	background-color: transparent;
}
	#top .introduction_area .introduction_miniwrap li.top {
		background-image: url("../img/pic01_sp.png"), url("../img/yazirusi_sp.png") ;
		background-repeat: no-repeat, no-repeat;
		background-size: 70px, 8px;
		background-position: 6%, 94%;
	}
	#top .introduction_area .introduction_miniwrap li.center {
		background-image: url("../img/pic02_sp.png"), url("../img/yazirusi_sp.png") ;
		background-repeat: no-repeat, no-repeat;
		background-size: 70px, 8px;
		background-position: 6%, 94%;
	}
	#top .introduction_area .introduction_miniwrap li.bottom {
		background-image: url("../img/pic03_sp.png"), url("../img/yazirusi_sp.png") ;
		background-repeat: no-repeat,no-repeat;
		background-size: 70px, 8px;
		background-position: 6%, 94%;
	}
	#top .introduction_area .introduction_miniwrap li a span{
		color: #83CCC4;
		font-size: 1.0rem;
		background:none;
	} 
	
}






/*    about_area
-------------------------------------------------------------- */

#top .about_area{
	margin: 104px 0 0 0;
}
#top .about_bigbox{
}
#top .about_bigbox .about_l_box{
	float: left;
	width: 40%;
}
#top .about_bigbox .about_l_box .about_e_title{
	font-family: 'Barlow Condensed', sans-serif;
	color: #0066B7;
	font-size: 1.6rem;
	border-left: 4px solid #0066B7;
	padding: 0 0 0 14px;
	margin: 0 0 20px 0;
}
#top .about_bigbox .about_l_box .about_title {
	font-family:"Times New Roman","ヒラギノ明朝 Pro","Hiragino Mincho Pro","游明朝",YuMincho,"HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif; 
	color: #0C2653;
	font-size: 2.8rem;
	line-height: 1.5;
}
#top .about_bigbox .about_r_box{
	float: right;
	width: 60%;
}
#top .about_bigbox .about_r_box .about_catch{
	color: #0066B7;
	font-size: 2.2rem;
	margin: 0 0 20px 0;
}
#top .about_bigbox .about_r_box .about_text {
	font-size: 1.6rem;
	line-height: 1.8;
}

#top .about_bigbox .about_r_box ul {
	float: right;
	margin: 40px 0 0 0;
}
#top .about_bigbox .about_r_box ul li {
	float: left;
	margin-left: 20px;
}
#top .about_bigbox .about_r_box ul li:first-child{
	float: left;
	margin-left: 0;
}
#top .about_bigbox .about_r_box ul li a{
	font-size: 1.5rem;
	border: solid 1px #E1E6EB;
	padding: 20px 63px 20px 78px;
	color: #0C2653;
	display: block;
}
#top .about_bigbox .about_r_box ul li a::after {
	display: inline-block;
	margin: 0 0 0 20px;
	content: "\f105";
	font-family: FontAwesome;
	font-size: 1.4rem;
	color: #0B3992;
}

#top .about_bigbox .about_r_box ul li a:hover {
	border: solid 1px #0B3B95;
	background: #0B3B95;
	color: #fff;
}
#top .about_bigbox .about_r_box ul li a:hover::after {
	color: #fff;
}

@media screen and (max-width: 667px){
	#top .about_area{
	margin: 40px 0 0 0;
	}
	#top .about_bigbox{
	}
	#top .about_bigbox .about_l_box{
		float: none;
		width: 100%;
		padding: 0 20px;
	}
	#top .about_bigbox .about_l_box .about_e_title{
		font-size: 1.4rem;
		padding: 0 0 0 14px;
		margin: 0 0 10px 0;
	}
	#top .about_bigbox .about_l_box .about_title {
		font-size: 1.8rem;
		line-height:1.5em;
	}
	#top .about_bigbox .about_r_box{
		float: none;
		width: 100%;
	}
	#top .about_bigbox .about_r_box .about_catch{
		font-size: 2.0rem;
		margin: 20px 0 10px 0;
		padding: 0 20px;
		line-height: 1.6;
	}
	#top .about_bigbox .about_r_box .about_text {
		font-size: 1.5rem;
		line-height: 1.8;
		padding: 0 20px;
	}

	#top .about_bigbox .about_r_box ul {
		float: none;
		width: 100%;
		margin: 30px 0 0 0;
		background-color: #D6DEE6;
		padding: 5px 3px 5px 5px;
	}
	#top .about_bigbox .about_r_box ul li {
		float: left;
		margin-left: 0;
		width: 33%;
	}
	#top .about_bigbox .about_r_box ul li a{
		font-size: 1.5rem;
		border-right: solid 1px #E1E6EB;
		padding: 20px 8px 10px 8px;
		color: #0C2653;
		display: block;
		background-color: #fff;
		font-weight: bold;
		text-align: center;
	}
	#top .about_bigbox .about_r_box ul li a::after {
		display: block;
		margin: 10px 0 0 0;
		content: "\f105";
		font-family: FontAwesome;
		font-size: 1.4rem;
		color: #0B3992;
	}
	
}

/*    business_area
-------------------------------------------------------------- */
#top .big_wrap {
	padding: 480px 0 100px 0;
	background: url("../img/atb_sp_bg.png") repeat;
	width: 100%;
	margin: 250px 0 0 0;
	position: relative;
}
#top .business_area{
	margin-top: 50px;
/*	margin-left: 140px;*/
}

#top .business_area .visual {
    width: 100%;
    background-image: url("../img/atb_sub01.png");
    background-size: cover;
    background-position:bottom center;
    min-height: 400px;
    padding: 95px 0 0 0;
    box-sizing: border-box;
    animation-duration: 7s;
    -webkit-animation-duration: 7s;
    -moz-animation-duration: 7s; 
	position: absolute;top: -140px;
}
#top .business_area .business_box .business_e_title{
	font-family: 'Barlow Condensed', sans-serif;
	color: #0075c2;
	font-size: 1.6rem;
	border-left: 4px solid #0075c2;
	padding: 0 0 0 14px;
	margin: 0 0 20px 0;
}
#top .business_area .business_box h2.business_title {
	font-family:"Times New Roman","ヒラギノ明朝 Pro","Hiragino Mincho Pro","游明朝",YuMincho,"HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif; 
	color: #000000;
	font-size: 3.6rem;
	line-height: 1.5;
}
#top .business_area .business_box h2.business_title span {
	font-size: 2.6rem;
}
#top .business_area .business_box .business_text {
	font-size: 1.6rem;
	line-height: 1.8;
	margin: 20px 0 0 0;
}


#top .business_link_bg {
	position: absolute;
	top: 170px;
	margin: 0 auto;
	width: 100%;
}
#top .business_link_bg ul {
}
#top .business_link_bg ul li.business_btn01{
	width: 348px;
	float: left;
	background-color: #fff;
	margin: 28px 0 0 28px;
}
#top .business_link_bg ul li.business_btn01:nth-child(1),
#top .business_link_bg ul li.business_btn01:nth-child(4),
#top .business_link_bg ul li.business_btn01:nth-child(7){
	margin: 28px 0 0 0;
}
#top .business_link_bg ul li.business_btn01 a{
	padding: 52px 20px 52px 50px;
	font-size: 2.2rem;
	display: block;
	background: url("../img/atb_red_yazirushi.png") no-repeat 93% 50%;
	background-size: 8px;
	border: 1px #FFF solid;
	box-shadow: 0 0 20px  rgba(0,0,0,0.10);
}
#top .business_link_bg ul li.business_btn01 a:hover{
    color: #0075c2;
	border: 1px #0075c2 solid;
	box-shadow: none;
}
/*#top .business_link_bg ul li a::after{
	display: inline-block;
	margin: -100px 0 0 260px;
	content: "\f105";
	font-family: FontAwesome;
	font-size: 1.4rem;
	color: #0075c2;
}*/
#top .business_link_bg ul li.business_btn02{
	width: 250px;
	float: right;
	border: solid 1px #666;
	margin: 60px 0 0 18px;
}
#top .business_link_bg ul li.business_btn02:hover{
	border: solid 1px #0075c2;
}
#top .business_link_bg ul li.business_btn02 a{
	padding: 20px 0px 20px 72px;
	font-size: 1.5rem;
	display: block;
	background: url("../img/atb_red_yazirushi.png") no-repeat 95% 50%;
	background-size: 7px;
}
#top .business_link_bg ul li.business_btn02 a:hover{
	color: #fff;
	background:#0075c2 url("../img/atb_white_yazirushi.png") no-repeat 95% 50%;
	background-size: 7px;
}
#top .business_link_bg ul li.business_btn a{
	padding: 10px 20px 10px 20px; 
	font-size: 1.5rem;
	display: block;
	
}
.business_h3 {
	font-size: 2.2rem;
	line-height: 1.5em;
}

#top .business_link_bg ul li a p{
	color: #0075c2;
	font-size: 1.4rem;
	margin-top: 10px;
	
	font-family: 'Barlow Condensed', sans-serif;
	letter-spacing: 0.1em;
	font-weight: 500;
}


#top .business_link_bg ul li a .thumb,
#top .personal_link_bg ul li a .thumb{
	display: none;
}


@media screen and (max-width: 667px){
	#top .big_wrap {
		padding: 0 0 0 0;
		background: none;
		width: 100%;
		margin: 180px 0 0 0;
		position: relative;
	}
	
	#top .business_area{
		margin-top: 0;
		margin-left: 0;
	}
	#top .business_area .business_box{
		padding: 0 20px;
		margin: 35px 0 20px 0;
	}

	#top .business_area .visual {
		width: 100%;
		background-image: url("../img/atb_sp_sub01.png");
		background-size: cover;
		background-position: top right;
		padding: 0 0 0 0;
		min-height: 150px;
	}
	#top .business_area .business_box .business_e_title{
		font-family: 'Barlow Condensed', sans-serif;
		color: #0075c2;
		font-size: 1.4rem;
		border-left: 4px solid #0075c2;
		padding: 0 0 0 14px;
		margin: 0 0 10px 0;
	}
	#top .business_area .business_box h2.business_title {
		font-family:"Times New Roman","ヒラギノ明朝 Pro","Hiragino Mincho Pro","游明朝",YuMincho,"HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif; 
		color: #0C2653;
		font-size: 2.2rem;
		line-height: 1.2;
	}
	#top .business_area .business_box h2.business_title span {
		font-size: 1.6rem;
	}

	#top .business_link_bg {
		position: inherit;
		top:0;
		margin: 0 auto;
		width: 100%;
	}

	#top .business_link_bg .inner {
		padding: 20px 20px 80px 20px;
		background: url("../img/atb_sp_bg.png") repeat;
	}

	#top .business_link_bg ul {
		width: 100%;
	    border: solid 1px #D6DEE6;
	    border-bottom: none;
    	background-color: #fff;
		box-shadow: 0 0 15px  rgba(0,0,0,0.10);
	}
	#top .business_link_bg ul li.business_btn01{
		width: 100%;
		float: none;
		border-bottom:  solid 1px #D6DEE6;
		margin: 0 auto;
		display: block;
		box-shadow: none;
	}
		#top .business_link_bg ul li.business_btn01:nth-child(1),
		#top .business_link_bg ul li.business_btn01:nth-child(4),
		#top .business_link_bg ul li.business_btn01:nth-child(7){
		margin: 0 0 0 0;
	}
	#top .business_link_bg ul li.business_btn01 a{
		padding: 20px 20px 20px 20px; 
		font-size: 2.2rem;
		display: block;
		font-weight: bold;
		box-shadow: none;
		border: none;
	}
	#top .business_link_bg ul li.business_btn01 a:hover{
		border: none;
	}

	#top .business_link_bg ul li.business_btn02{
		display: none;
	}
	#top .business_link_bg ul li.business_btn02 a{
		display: none;
		background: url("../img/atb_red_yazirushi.png") no-repeat 93% 50%;

	}


	#top .business_link_bg ul li a p{
		color: #0075c2;
		font-size: 1.2rem;
		margin-top: 5px;
	}
	.business_h3 {
	font-size: 1.8rem;
}
	
}

/*    personal_area
-------------------------------------------------------------- */

#top .big_wrap2 {
	padding: 150px 0 0px 0;
	background: url("../img/atb_sp_bg.png") repeat;
	width: 100%;
	margin: 250px 0 0 0;
	position: relative;
}

#top .personal_area{
	margin-top: 50px;
	/*margin-left: -140px;*/
}

#top .personal_area .visual {
    width: 100%;
    background-image: url("../img/atb_sub02.png");
    background-size: cover;
    background-position: center top;
    min-height: 400px;
    padding: 95px 0 0 0;
    box-sizing: border-box;
    animation-duration: 7s;
    -webkit-animation-duration: 7s;
    -moz-animation-duration: 7s; 
	position: absolute;top: -250px;
}
#top .personal_area .personal_box .personal_e_title{
	font-family: 'Barlow Condensed', sans-serif;
	color: #3c82b3;
	font-size: 1.6rem;
	border-left: 4px solid #3c82b3;
	padding: 0 0 0 14px;
	margin: 0 0 20px 0;
}
#top .personal_area .personal_box h2.personal_title {
	font-family:"Times New Roman","ヒラギノ明朝 Pro","Hiragino Mincho Pro","游明朝",YuMincho,"HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif; 
	color: #000000;
	font-size: 3.6rem;
	line-height: 1.5;
}
#top .personal_area .personal_box h2.personal_title span {
	font-size: 2.6rem;
}
#top .personal_area .personal_box .personal_text {
	font-size: 1.6rem;
	line-height: 1.8;
	margin: 20px 0 0 0;
}


#top .personal_link_bg {
	position: absolute;
	top: -20px;
	margin: 0 auto;
	width: 100%;
}

#top .personal_link_bg ul {
}


#top .personal_link_bg ul li.personal_btn01{
	width: 348px;
	float: left;
	background-color: #fff;
	margin: 28px 0 0 28px;
}
#top .personal_link_bg ul li.personal_btn01:nth-child(1),
#top .personal_link_bg ul li.personal_btn01:nth-child(4),
#top .personal_link_bg ul li.personal_btn01:nth-child(7){
	margin: 28px 0 0 0;
}
#top .personal_link_bg ul li.personal_btn01 a{
	padding: 52px 20px 52px 50px;
	font-size: 2.2rem;
	display: block;
	background: url("../img/atb_green_yazirushi.png") no-repeat 93% 50%;
	background-size: 8px;
	box-shadow: 0 0 20px rgba(0,0,0,0.10);
	border: 1px #FFF solid;
}
#top .personal_link_bg ul li.personal_btn01 a:hover{
    color: #3c82b3;
	box-shadow: none;
	border: 1px #3c82b3 solid;
}
/*#top .personal_link_bg ul li a::after{
	display: inline-block;
	margin: -100px 0 0 260px;
	content: "\f105";
	font-family: FontAwesome;
	font-size: 1.4rem;
	color: #0075c2;
}*/
#top .personal_link_bg ul li.personal_btn02{
	width: 250px;
	float: right;
	border: solid 1px #666;
	margin: 60px 0 0 18px;
}
#top .personal_link_bg ul li.personal_btn02 a{
	padding:20px 0px 20px 72px;
	font-size: 1.5rem;
	display: block;
	background: url("../img/atb_green_yazirushi.png") no-repeat 95% 50%;
	background-size: 7px;
	background-color: #FFFFFF;
}
#top .personal_link_bg ul li.personal_btn02:hover{
	border: solid 1px #3c82b3;
}
#top .personal_link_bg ul li.personal_btn02 a:hover{
	color: #fff;
	background: #3c82b3 url("../img/atb_white_yazirushi.png") no-repeat 95% 50%;
	background-size: 7px;
}
#top .personal_link_bg ul li.personal_btn a{
	padding: 10px 20px 10px 20px; 
	font-size: 1.5rem;
	display: block;
	
}

#top .personal_link_bg ul li a p{
	color: #3c82b3;
	font-size: 1.4rem;
	margin-top: 10px;
	font-family: 'Barlow Condensed', sans-serif;
	letter-spacing: 0.1em;
	font-weight: 500;
}

@media screen and (max-width: 667px){
	
	
	
	#top .personal_area{
		margin: 0px;
	}
	#top .personal_area .personal_box{
		padding: 14px 20px;
		margin: 30px 0 30px 0;
	}

	#top .personal_area .visual {
		width: 100%;
		background-image: url("../img/atb_sp_sub02.png");
		background-size: cover;
		background-position: top right;
		padding: 0 0 0 0;
		min-height:200px;
		margin-top: 0;
	}
	#top .personal_area .personal_box .personal_e_title{
		font-family: 'Barlow Condensed', sans-serif;
		color: #3c82b3;
		font-size: 1.4rem;
		border-left: 4px solid #3c82b3;
		padding: 0 0 0 14px;
		margin: 0 0 10px 0;
	}
	#top .personal_area .personal_box h2.personal_title {
		font-family:"Times New Roman","ヒラギノ明朝 Pro","Hiragino Mincho Pro","游明朝",YuMincho,"HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif; 
		color: #0C2653;
		font-size: 2.2rem;
		line-height: 1.5;
	}
	#top .personal_area .personal_box h2.personal_title span {
		font-size: 1.6rem;
	}

	#top .personal_link_bg {
		position: absolute;
		top:-70px;
		margin: 0 auto;
		width: 100%;
	}

	#top .personal_link_bg .inner {
		padding: 20px;
		/*background: url("../img/atb_sp_bg.png") repeat;*/
	}

	#top .personal_link_bg ul {
		/*width: 100%;
	    border: solid 1px #D6DEE6;
    	border-bottom: none;
        background-color: #fff;
	    box-shadow: 0 0 15px  rgba(0,0,0,0.10);*/
	}
	
	#top .personal_link_bg ul li.personal_btn01{
		width: 100%;
		float: none;
		border-bottom:  solid 1px #D6DEE6;
		margin: 0 auto;
		display: block;
		box-shadow: none;
	}
		#top .personal_link_bg ul li.personal_btn01:nth-child(1),
		#top .personal_link_bg ul li.personal_btn01:nth-child(4),
		#top .personal_link_bg ul li.personal_btn01:nth-child(7){
		margin: 0 0 0 0;
	}
	#top .personal_link_bg ul li.personal_btn01 a{
		padding: 20px 20px 20px 20px; 
		font-size: 2.2rem;
		display: block;
		box-shadow: none;
		border: none;
		font-weight: bold;
	}
	#top .personal_link_bg ul li.personal_btn01 a:hover{
		border: none;
	}
	
	#top .personal_link_bg ul li.personal_btn02{
		/*display: none;*/
	}
	#top .personal_link_bg ul li.personal_btn02 a{
		/*display: none;*/
		background: url("../img/atb_green_yazirushi.png") no-repeat 93% 50%;
		background-color: #FFFFFF;
	}


	#top .personal_link_bg ul li a p{
		color: #3c82b3;
		font-size: 1.2rem;
		margin-top: 5px;
	}
	
}


/*    banner
-------------------------------------------------------------- */

#top .banner_area {
	width: 1100px;
	margin: 104px auto;
}
#top .banner_area ul {
	width: 100%;
}
#top .banner_area ul li {
	height: 320px;
	position: relative;
}
#top .banner_area ul li a{
	display: block;
	height: 320px;
	box-shadow: 0 0 20px rgba(0,0,0,0.15);
	box-shadow: 0 2rem 3rem -1rem rgba(0, 0, 0, 0.3);
}
#top .banner_area ul li a:hover{
	box-shadow: none;
}

#top .banner_area ul li a p{
	color: #fff;
}
#top .banner_area ul li a p.banner_title{
	position: absolute;
	top:250px;
	left: 20px;
	font-size: 2.0rem;
	font-weight: bold;
}
#top .banner_area ul li a p.banner_title::after {
	display: inline-block;
	margin: 0 0 0 15px;
	content: "\f105";
	font-family: FontAwesome;
	font-size: 2.0rem;
	color: #fff;
}
#top .banner_area ul li a p.banner_e_title{
	position: absolute;
	top:280px;
	left: 20px;
	font-size: 1.4rem;
	font-family: 'Barlow Condensed', sans-serif;
	letter-spacing: 1px;
}
#top .banner_area ul li.banner_link01 {
	float: left;
	width: 348px;
	margin:  0 0 0 45px;
	background: url("../img/atb_bn01.jpg") no-repeat;
}
#top .banner_area ul li.banner_link02 {
	float: left;
	width: 348px;
	margin:  0 0 0 28px;
	background: url("../img/atb_bn02.jpg") no-repeat;
}
#top .banner_area ul li.banner_link03 {
	float: left;
	width: 348px;
	margin:  0 0 0 28px;
	background: url("../img/atb_bn03.jpg") no-repeat;
}
#top .banner_area ul li:first-child{
	margin: 0;
}


@media screen and (max-width: 667px){
	#top .banner_area {
		width: 100%;
		margin: 30px auto 30px auto;
		padding: 0 20px;
	}
	#top .banner_area ul {
		width: 100%;
		margin: 30px 0 0 0;
	}
	#top .banner_area ul li {
		width: 100%;
		height: auto;
		position: none;
		margin: 0 0 10px 0;
	}
	#top .banner_area ul li a{
		display: block;
		height: auto;
		box-shadow: 0 0 15px rgba(0,0,0,0.10);
	}
	#top .banner_area ul li:first-child{
		margin: 0 0 10px 0;
	}
}
	
	

/*    blog
-------------------------------------------------------------- */


#top .blog_area {
}
#top .blog_area .blog_box{
	width: 1100px;
	margin: 0 auto;
}
#top .blog_area .blog_box .blog_e_title{
	font-family: 'Barlow Condensed', sans-serif;
	color: #0066B7;
	font-size: 1.6rem;
	border-left: 4px solid #0066B7;
	padding: 0 0 0 14px;
	margin: 0 0 5px 0;
}
#top .blog_area .blog_box h2.blog_title {
	font-family:"Times New Roman","ヒラギノ明朝 Pro","Hiragino Mincho Pro","游明朝",YuMincho,"HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif; 
	color: #0C2653;
	font-size: 3.0rem;
	line-height: 1.5;
}
#top .blog_area .blog_box h2.blog_title span {
	font-size: 2.6rem;
}
#top .blog_area .blog_box .blog_text {
	font-size: 1.6rem;
	line-height: 1.8;
	margin: 27px 0 0 0;
}
#top .blog_area .blog_title img{
	width: 100%;
}

#top .blog_area .blog_text{
	font-size: 1.5rem;
	line-height: 1.6;
	padding: 0 0 46px 0;
}



#top .blog_area .list{
	float: right;
	margin-top: -30px;
	margin-bottom: 40px;
}
#top .blog_area .list a{
	border: solid 1px #6B88A8;
	padding: 10px 16px 10px 28px;
	display: block;
	font-size: 1.4rem;
}
#top .blog_area .list a::after {
	display: inline-block;
	margin: 0 0 0 25px;
	content: "\f105";
	font-family: FontAwesome;
	font-size: 1.4rem;
	color: #0B3993;
}
#top .blog_area .list a:hover{
	border-color: #0B3B95;
	background: #0B3B95;
	color: #fff;
}
#top .blog_area .list a:hover::after {
	color: #fff;
}
#top .introduction_area_bg {
	width: 100%;
}
#top .blog_area .scroll_box{
	margin: 0 auto;
	width: 1100px;
	margin-bottom: 130px;
}
#top .bottom_line {
	height: 5px;
	background: url("../img/bottom_line.png") repeat top left;
}
#top .blog_area ul {
	margin: 0 0 0 -12px;
}

#top .blog_area ul li {
	float: left;
	width: 266px;
	margin: 0 0 0 12px;
	
}

#top .blog_area ul li .thumb{
    display: table-cell;
    width: 264px;
    height: 180px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}
#top .blog_area ul li .thumb img{
   width: auto;
    height: auto;
    max-width: 264px;
    max-height: 180px;
}

#top .blog_area ul li .txt_area{
	padding: 25px;
}
#top .blog_area ul li .txt_area .cate{
	font-size: 1.4rem;
	color: #0066B7;
	font-weight: bold;
	line-height: 1.5;
}
#top .blog_area ul li .txt_area .title{
	font-size: 1.6rem;
	color: #444;
	line-height: 1.6;
	font-weight: bold;
	padding: 5px 0 15px 0;
}
#top .blog_area ul li .txt_area .date{
	font-size: 1.2rem;
	color: #888;
	padding: 0 0 10px;
}

#top .blog_area ul li a {
	display: block;
	background-color: #FFF;
	/*
	box-shadow: 0 0 15px  rgba(0,0,0,0.10);
	*/
	box-shadow: 0 2rem 3rem -1rem rgba(0, 0, 0, 0.2);
	
	border: 1px #FFF solid;
	background: url("../img/atb_more.png") no-repeat 93% 96%;
}
#top .blog_area ul li a:hover{
	box-shadow: none;
	border: 1px #0066B7 solid;
}

@media screen and (max-width: 667px){
	
	#top .blog_area {
		margin: 0 0 70px 0;
	}
	#top .blog_area .blog_box{
	width: 100%;
	margin: 0 auto;
}
	#top .blog_area .blog_box{
		padding: 0 20px;
		position: relative;
	}
	#top .blog_area .blog_box .blog_e_title{
		font-family: 'Barlow Condensed', sans-serif;
		color: #0066B7;
		font-size: 1.4rem;
		border-left: 4px solid #0066B7;
		padding: 0 0 0 14px;
		margin: 0 0 5px 0;
	}
	#top .blog_area .blog_box h2.blog_title {
		font-family:"Times New Roman","ヒラギノ明朝 Pro","Hiragino Mincho Pro","游明朝",YuMincho,"HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif; 
		color: #0C2653;
		font-size: 2.2rem;
		line-height: 1.5;
		margin-bottom: 20px;
	}
	#top .blog_area .blog_box h2.blog_title span {
		font-size: 1.6rem;
	}
	
	#top .blog_area .blog_title img{
		width: 100%;
	}
	#top .blog_area .blog_box .blog_text {
		text-align: left;
		line-height: 1.7;
		margin: 20px 0;
		padding: 0;
	}
	#top .blog_area .list{
		float: none;
		margin-top: 0;
		position: absolute;
		top: 20px;
		right: 0;
	}
	#top .blog_area .list a{
		border: none;
		padding: 10px 16px 10px 28px;
		display: block;
	}
	#top .blog_area .list a:hover{
		background: none;
		color: #333;
	}
	#top .blog_area .list a::before {
		display: inline-block;
		margin: 0 7px 0 0;
		content: "\f105";
		font-family: FontAwesome;
		font-size: 1.4rem;
		color: #0B3993;
	}
	#top .blog_area .list a::after {
		display: none;

	}
	#top .introduction_area_bg {
		display: none;
	}
	#top .bottom_line {
		display: none;
	}

	#top .blog_area .scroll_box{
		height:auto;
		overflow-x:scroll;
		overflow-y:hidden;
		-webkit-overflow-scrolling:touch;
		margin:0 0 0 15px;
		margin-bottom: 0;
		width: 100%;
		
	}
	
	#top .blog_area .scroll_box::-webkit-scrollbar {
		display:none;
	}
	
	#top .blog_area ul {
		width: 700px;
		margin: 0 0 0 0;
	}

	#top .blog_area ul li {
		width: 160px;
		margin: 0 15px 0 0;
	}

	#top .blog_area ul li .thumb{
		width: 160px;
		height: 108px;
	}
	#top .blog_area ul li .thumb img{
		width: auto;
		height: auto;
		max-width: 160px;
		max-height: 108px;
	}

	#top .blog_area ul li .txt_area{
		padding: 10px 0 20px 0;
	}
	#top .blog_area ul li .txt_area .cate{
		font-size: 1.2rem;
	}
	#top .blog_area ul li .txt_area .title{
		font-size: 1.5rem;
		padding: 5px 0 0 0;
	}
	#top .blog_area ul li .txt_area .date{
		font-size: 1.2rem;
		color: #888;
		margin-top: 10px;
		padding: 0;
	}

	#top .blog_area ul li a {
		box-shadow: none;
		background: none;
		border: none;
	}
	#top .blog_area ul li a:hover{
		box-shadow: none;
		border: none;
	}

	
}




.link{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.link li{
padding: 5px 5px;
	box-sizing: border-box;
}


@media screen and (max-width: 667px){
.link{
    display: block;
}
.link li{
padding: 5px 5px;
display: block;
}
}






