@charset "UTF-8";

/* INTERFACE */

a:link{
	text-decoration:none;
	color:#00a2ed;
}
a:visited{
	text-decoration:none;
	color:#00a2ed;
}
a:hover{
	text-decoration:none;
	color:#0080ed;
}
a:active{
	text-decoration:none;
	color:#0080ed;
}

#pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
		z-index:999999;
    font-size: 77%;
}
#pagetop a {
    background: #43a2e7;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 15px 0;
    text-align: center;
		font-family:Verdana,sans-serif;
    display: block;
    border-radius: 5px;
}
#pagetop a:hover {
    text-decoration: none;
    background: #095285;
}


.btn_more:link,
.btn_more:visited,
span.btn_more{
	display:table;
	padding:15px 45px;
	border-radius:50px;
	background-color:#ffea36;
	color:#454545;
	text-decoration:none;
	text-align:center;
	text-indent:0.15em;
	letter-spacing:0.15em;
	font-size:12px;
	line-height:1;
	font-weight:bold;
	transition:.3s;
}

.btn_more:hover,
.btn_more:active{
	background-color:#ffd736;
}

.btn_more_center{
	margin-left:auto;
	margin-right:auto;
}

/*home_subtitle_area*/
.home_subtitle_area{
	box-sizing:border-box;
	display:table;
	max-width:1260px;
	margin:0 auto 50px;
	padding:0 30px;
}

.home_subtitle_area h2{
	display:table-cell;
	margin:0;
	padding:10px 80px 10px 0;
	background-image:url(../img/interface/subtitle_line.svg);
	background-repeat:no-repeat;
	background-size:35px 60px;
	background-position:right 24px top 8px;
	color:#0080ed;
	letter-spacing:0.2em;
	font-size:14px;
	line-height:1;
}

.home_subtitle_area h2 span{
	display:block;
	width:100%;
}

.home_subtitle_area h2 img{
	display:block;
	width:auto;
	height:30px;
	margin:0 0 12px;
	vertical-align:bottom;
}

.home_subtitle_area p{
	display:table-cell;
	margin:0;
	padding:10px 0;
	text-align:justify;
	text-justify:inter-ideograph;
	letter-spacing:0.05em;
	font-size:16px;
	line-height:1.6;
	vertical-align:top;
}

body{
	-webkit-text-size-adjust:100%;
	margin:0;
	padding:0;
	background-color:#fff;
	color:#000;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

/*=====header=====*/
body>header{
	border-bottom:1px solid #00a2ed;
	background-color:#fff;
	z-index:1;
}

body>header>div{
	max-width:1200px;
	height:80px;
	margin:0 auto;
	padding:0 30px;
	position:relative;
}

/*logo*/
body>header>div h1{
	height:25px;
	margin:27px 0 0;
	font-size:20px;
	line-height:1;
	float:left;
}

body>header>div h1 img{
	width:auto;
	height:100%;
	vertical-align:bottom;
}

/*global nav*/
body>header>div nav{
	height:80px;
	z-index:3;
	float:right;
}

body>header>div nav>ul{
	margin:0;
	padding:0;
	list-style-type:none;
	text-align:center;
	font-size:14px;
	line-height:1;
	font-weight:bold;
	float:left;
}

body>header>div nav>ul>li{
	float:left;
}

body>header>div nav>ul>li>a:link,
body>header>div nav>ul>li>a:visited{
	box-sizing:border-box;
	display:block;
	width:150px;
	height:80px;
	padding:14px 0;
	color:#00a2ed;
	text-indent:0.1em;
	letter-spacing:0.1em;
	text-decoration:none;
}

body>header>div nav>ul>li>a:hover,
body>header>div nav>ul>li>a:active{
	padding:14px 0 9px;
	border-bottom:5px solid #005087;
	color:#005087;
}

/*下層ページ*/
body>header>div nav>ul>li.active>span,
body>header>div nav>ul>li.active>a:link,
body>header>div nav>ul>li.active>a:visited{
	box-sizing:border-box;
	display:block;
	width:150px;
	height:80px;
	padding:14px 0 9px;
	border-bottom:5px solid #005087;
	color:#005087;
	text-indent:0.1em;
	letter-spacing:0.1em;
}

body>header>div nav>ul>li>a>span,
body>header>div nav>ul>li>span>span{
	display:block;
	padding:10px;
	border-left:1px solid #dedede;
}

body>header>div nav>ul>li:last-child>a>span,
body>header>div nav>ul>li:last-child>span>span{
	border-right:1px solid #dedede;
}

body>header>div nav>ul>li>a>span span,
body>header>div nav>ul>li>span>span span{
	display:block;
	margin:7px 0 0;
	font-size:10px;
}

/*mega_menu
#mega_menu>a:link,
#mega_menu>a:visited{
	background-image:url(../img/interface/arrow_bottom.svg);
	background-repeat:no-repeat;
	background-size:10px 6px;
	background-position:center bottom 9px;
}

#mega_menu>a:hover,
#mega_menu>a:active,
#mega_menu>a.active{
	padding:14px 0 9px;
	border-bottom:5px solid #005087;
	background-image:url(../img/interface/arrow_bottom-.svg);
	background-position:center bottom 4px;
	color:#005087;
}
*/

/*sub_menu*/
#sub_menu{
	visibility:hidden;
	box-sizing:border-box;
	max-width:1200px;
	width:100%;
	margin:0 auto;
	padding:2.5% 3%;
	background-color:#005087;
	position:absolute;
	top:80px;
	left:0;
	right:0;
	z-index:9999;
	overflow:hidden;
}

#sub_menu>a:link,
#sub_menu>a:visited{
	width:18%;
	padding:5px 0;
	color:#fff;
	text-decoration:none;
	letter-spacing:0.1em;
	font-size:17px;
	line-height:1;
	font-weight:bold;
	float:left;
}

#sub_menu>a span{
	display:block;
	margin:8px 0 0;
	font-size:10px;
}

#sub_menu ul{
	width:82%;
	margin:0;
	padding:0;
	list-style-type:none;
	text-align:center;
	letter-spacing:0.1em;
	font-size:14px;
	line-height:1;
	overflow:hidden;
}

#sub_menu ul li{
	width:32%;
	margin:0 2% 0 0;
	float:left;
}

#sub_menu ul li:last-child{
	margin:0;
}

#sub_menu ul li a:link,
#sub_menu ul li a:visited{
	display:block;
	padding:18px 20px 18px 5px;
	border:1px solid #fff;
	background-image:url(../img/interface/arrow_right.svg);
	background-repeat:no-repeat;
	background-size:30px 10px;
	background-position:right 15px center;
	color:#fff;
	text-decoration:none;
	transition:.3s;
}

#sub_menu ul li a:hover,
#sub_menu ul li a:active{
	background-image:url(../img/interface/arrow_right-.svg);
	background-color:#fff;
	color:#005087;
}

/*sub_link_area*/
#sub_link_area{
	padding:10px 0 0 25px;
	float:left;
}

#sub_link_area>div{
	display:block;
	text-align:center;
}

#sub_link_area>div span{
	display:table;
	margin:0;
	padding:0 0 0 24px;
	background-image:url(../img/interface/icon_global.svg);
	background-repeat:no-repeat;
	background-size:18px 18px;
	background-position:left center;
	font-size:13px;
	line-height:30px;
	position:relative;
	left:8px;
}

#sub_link_area>div span a:link,
#sub_link_area>div span a:visited{
	display:inline-block;
	padding:0 2px;
	color:#636363;
	text-decoration:none;
}

#sub_link_area>div span a:hover,
#sub_link_area>div span a:active{
	text-decoration:underline;
}

#sub_link_area>div>a:link,
#sub_link_area>div>a:visited{
	display:block;
	margin:0px 0 0 0;
	padding:6px 12px;
	border-radius:50px;
	background-color:#1ba4ea;
	color:#fff;
	text-decoration:none;
	font-size:13px;
	line-height:1;
}

#sub_link_area>div>a:hover,
#sub_link_area>div>a:active{
	opacity:0.8;
}

@media only screen and (max-width:1200px){
	/*logo*/
	body>header>div{
		height:80px;
	}
	
	body>header>div h1{
		width:200px;
		height:auto;
		margin:25px 0 0;
	}
	
	/*global nav*/
	body>header>div nav{
		height:80px;
	}
	
	body>header>div nav>ul{
		font-size:13px;
	}
	
	body>header>div nav>ul>li>a:link,
	body>header>div nav>ul>li>a:visited{
		width:104px;
		height:80px;
		padding:10px 0;
	}
	
	body>header>div nav>ul>li>a:hover,
	body>header>div nav>ul>li>a:active{
		padding:10px 0 8px;
		border-bottom:4px solid #005087;
	}
	
	/*下層ページ*/
	body>header>div nav>ul>li.active>span,
	body>header>div nav>ul>li.active>a:link,
	body>header>div nav>ul>li.active>a:visited{
		width:104px;
		height:80px;
		padding:10px 0 8px;
		border-bottom:4px solid #005087;
	}
	
	body>header>div nav>ul>li>a>span,
	body>header>div nav>ul>li>span>span{
		padding:12px 10px;
	}
	
	body>header>div nav>ul>li>a>span span,
	body>header>div nav>ul>li>span>span span{
		margin:5px 0 0;
		transform:scale(0.8);
	}
	
	/*mega_menu*/
	#mega_menu>a:hover,
	#mega_menu>a:active,
	#mega_menu>a.active{
		padding:10px 0 8px;
		border-bottom:4px solid #005087;
	}
	
	/*sub_menu*/
	#sub_menu{
		top:80px;
	}
	
	#sub_menu>a:link,
	#sub_menu>a:visited{
		font-size:14px;
	}
	
	#sub_menu>a span{
		font-size:10px;
	}
	
	#sub_menu ul{
		font-size:12px;
	}
	
	#sub_menu ul li a:link,
	#sub_menu ul li a:visited{
		padding:15px 35px 15px 5px;
		background-position:right 15px center;
	}
	
	/*sub_link_area*/
	#sub_link_area{
		padding:12px 0 0 20px;
	}
	
	#sub_link_area>div span{
		margin:0 0 5px;
		padding:2px 0 0 20px;
		background-size:15px 15px;
		font-size:12px;
		line-height:15px;
	}
	
	#sub_link_area>div>a:link,
	#sub_link_area>div>a:visited{
		font-size:12px;
	}
}
/*=====header END=====*/

/*=====footer=====*/
body>footer{
	padding:0 30px;
	border-top:1px solid #00a2ed;
	border-bottom:4px solid #00a2ed;
	background-color:#fcfeff;
}

body>footer>small{
	display:block;
	padding:30px 0;
	text-align:center;
	font-family:verdana;
	font-size:10px;
	line-height:1;
}

/*footer_top_area*/
#footer_top_area{
	max-width:1200px;
	margin:0 auto;
	padding:50px 0;
	border-bottom:1px solid #d6e0e5;
}

#footer_top_area>a:link,
#footer_top_area>a:visited{
	display:block;
	width:125px;
	margin:0 auto 25px;
}

#footer_top_area>a img{
	width:100%;
	height:auto;
	vertical-align:bottom;
}

#footer_top_area address{
	font-style:normal;
	text-align:center;
	text-indent:0.1em;
	letter-spacing:0.1em;
	font-size:15px;
	line-height:1.6;
}

#footer_top_area address p{
	margin:0 0 5px;
}

#footer_top_area address p span{
	margin:0 10px 0 0;
}

#footer_top_area address>span{
	display:inlin-block;
	margin:0 8px;
	font-size:13px;
}

#footer_top_area address>span a:link,
#footer_top_area address>span a:visited{
	color:#000;
	text-decoration:none;
}

/*footer_bottom_area*/
#footer_bottom_area{
	display:table;
	width:100%;
	max-width:1200px;
	margin:0 auto;
	padding:45px 0 75px;
	display:none;
}

#footer_bottom_area ul{
	margin:0;
	padding:0;
	list-style-type:none;
	letter-spacing:0.1em;
	line-height:1;
	font-weight:bold;
}

#footer_bottom_area ul li a:link,
#footer_bottom_area ul li a:visited{
	color:#005087;
	text-decoration:none;
}

/*1階層*/
#footer_bottom_area>ul{
	display:table-cell;
	font-size:15px;
}

#footer_bottom_area>ul>li{
	padding:12px 0;
}

/*2階層*/
#footer_bottom_area>ul>li>ul{
	margin:26px 0 0;
	font-size:13px;
}

#footer_bottom_area>ul>li>ul>li{
	padding:8px 0;
}

/*3階層*/
#footer_bottom_area>ul>li>ul>li>ul{
	margin:16px 0 0;
	font-weight:normal;
}

#footer_bottom_area>ul>li>ul>li>ul>li{
	padding:8px 0 8px 20px;
	background-image:url(../img/interface/footer_nav_line.svg);
	background-repeat:no-repeat;
	background-size:20px 1px;
	background-position:left center;
}

/*ATOXについて*/
#footer_bottom_area>#footer_nav1{
	width:20%;
	box-sizing:border-box;
	padding:0 20px 0 0;
}

/*事業案内*/
#footer_bottom_area>#footer_nav2{
	width:20%;
	box-sizing:border-box;
	padding:0 20px 0 0;
}

/*企業情報*/
#footer_bottom_area>#footer_nav3{
	width:20%;
	box-sizing:border-box;
	padding:0 20px 0 0;
}

/*採用情報*/
#footer_bottom_area>#footer_nav4{
	width:20%;
	box-sizing:border-box;
	padding:0 20px 0 0;
}

/*その他*/
#footer_bottom_area>#footer_nav5{
	width:20%;
	box-sizing:border-box;
	padding:0 20px 0 0;
}

@media only screen and (max-width:1260px){
	
	#footer_bottom_area ul{
		letter-spacing:0.05em;
	}
	
	/*1階層*/
	#footer_bottom_area>ul{
		font-size:12px;
	}
	
	/*2階層*/
	#footer_bottom_area>ul>li>ul{
		margin:15px 0 0;
		font-size:11px;
	}
	
	#footer_bottom_area>ul>li>ul>li{
		padding:5px 0;
	}
	
	/*3階層*/
	#footer_bottom_area>ul>li>ul>li>ul{
		margin:10px 0 0;
		line-height:1.2;
	}
	
	#footer_bottom_area>ul>li>ul>li>ul>li{
		padding:5px 0 5px 20px;
	}
	
	#footer_bottom_area>#footer_nav2>li>ul>li{
		padding:8px 20px 8px 0;
	}
}

/*=====footer END=====*/

/* INTERFACE END */

body>article{
	overflow:hidden;
}

/*====================home_key_area====================*/

#home_key_area{
	max-width:1500px;
	margin:0 auto;
	padding:40% 0 0;
	background-image:url(../img/home_key_bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	position:relative;
	z-index:-1;
}

#home_key_area:after{
	content:"";
	display:block;
	width:65%;
	padding:62% 0 0;
	background-image:url(../img/circle01.svg);
	background-repeat:no-repeat;
	background-size:100% auto;
	background-position:center center;
	position:absolute;
	top:70%;
	left:-18%;
	transform:translate(18%,-70%);
}

#home_key_area p{
	max-width:1100px;
	width:80%;
	margin:0;
	font-size:20px;
	line-height:1;
	position:absolute;
	top:30%;
	right:50%;
}

#home_key_area p img{
	width:100%;
	height:auto;
	vertical-align:bottom;
}

/*====================home_key_area END====================*/


/*====================home_advantage_area====================*/

#home_advantage_area{
	max-width:1200px;
	margin:200px auto;
	padding:0 30px;
	text-align:left;
	position:relative;
}

#home_advantage_area:after{
	content:"";
	display:block;
	width:85%;
	padding:85% 0 0;
	background-image:url(../img/circle02.svg);
	background-repeat:no-repeat;
	background-size:100% auto;
	background-position:center center;
	position:absolute;
	top:70%;
	right:-20%;
	transform:translate(0,-70%);
	z-index:1;
}

#home_advantage_area>div:first-of-type{
	width:85%;
	padding:56.5% 0 0;
	background-image:url(../img/home_advantage_img_bg.png);
	background-repeat:no-repeat;
	background-size:100% auto;
	background-position:center center;
	position:absolute;
	top:50%;
	left:32%;
	transform:translate(0,-50%);
}

#home_advantage_area>div:first-of-type img{
	height:auto;
	border-radius:50%;
	vertical-align:bottom;
	position:absolute;
}

#home_advantage_area>div:first-of-type img:first-child{
	width:38%;
	top:0;
	left:13%;
	transition:all .6s ease;
}

#home_advantage_area>div:first-of-type img:nth-child(2){
	width:21%;
	top:21%;
	left:52%;
	transition:all .6s ease .2s;
}

#home_advantage_area>div:first-of-type img:nth-child(3){
	width:25%;
	top:54%;
	left:40%;
	transition:all .6s ease .4s;
}

#home_advantage_area>div:first-of-type img:last-child{
	width:17%;
	top:61%;
	left:20%;
	transition:all .6s ease .6s;
}

#home_advantage_area>div:last-of-type{
	display:inline-block;
	width:35%;
	min-width:335px;
}

#home_advantage_area>div:last-of-type h2{
	margin:0 0 20px;
	color:#0080ed;
	letter-spacing:0.1em;
	font-size:15px;
	line-height:1;
}

#home_advantage_area>div:last-of-type p:first-of-type{
	margin:0 0 40px;
	font-size:18px;
	line-height:1;
}

#home_advantage_area>div:last-of-type p:first-of-type img{
	max-width:335px;
	height:auto;
	vertical-align:bottom;
}

#home_advantage_area>div:last-of-type p:last-of-type{
	margin:0 0 30px;
	text-align:justify;
	text-justify:inter-ideograph;
	letter-spacing:0.05em;
	font-size:14px;
	line-height:2.3;
}

/*====================home_advantage_area END====================*/


/*====================home_human_tech_area====================*/

#home_human_tech_area{
	max-width:1200px;
	margin:200px auto;
	padding:0 30px;
	text-align:right;
	position:relative;
}

#home_human_tech_area:after{
	content:"";
	display:block;
	width:70%;
	padding:70% 0 0;
	background-image:url(../img/circle03.svg);
	background-repeat:no-repeat;
	background-size:100% auto;
	background-position:center center;
	position:absolute;
	top:58%;
	left:-8%;
	transform:translate(0,-58%);
	z-index:-1;
}

#home_human_tech_area>div:first-of-type{
	width:85%;
	padding:53% 0 0;
	background-image:url(../img/home_human_tech_img_bg.png);
	background-repeat:no-repeat;
	background-size:100% auto;
	background-position:center center;
	position:absolute;
	top:50%;
	right:34%;
	z-index:-2;
	transform:translate(0,-50%);
}

#home_human_tech_area>div:first-of-type img{
	height:auto;
	border-radius:50%;
	vertical-align:bottom;
	position:absolute;
}

#home_human_tech_area>div:first-of-type img:first-child{
	width:33%;
	top:3%;
	right:13%;
	transition:all .6s ease .2s;
}

#home_human_tech_area>div:first-of-type img:last-child{
	width:33%;
	top:38%;
	right:39%;
	transition:all .6s ease .3s;
}

#home_human_tech_area>div:last-of-type{
	display:inline-block;
	width:35%;
	min-width:335px;
}

#home_human_tech_area>div:last-of-type h2{
	margin:0 0 20px;
	color:#0080ed;
	text-align:left;
	letter-spacing:0.1em;
	font-size:15px;
	line-height:1;
}

#home_human_tech_area>div:last-of-type p:first-of-type{
	margin:0 0 40px;
	text-align:left;
	font-size:18px;
	line-height:1;
}

#home_human_tech_area>div:last-of-type p:first-of-type img{
	max-width:335px;
	height:auto;
	vertical-align:bottom;
}

#home_human_tech_area>div:last-of-type p:last-of-type{
	margin:0 0 30px;
	text-align:justify;
	text-justify:inter-ideograph;
	letter-spacing:0.05em;
	font-size:14px;
	line-height:2.3;
}

/*====================home_human_tech_area END====================*/

/*アニメーション*/
.animation{
	opacity:0;
	transform:scale(0.5);
}

.inview{
	opacity:1;
	transform:scale(1);
}

/*====================home_business_area====================*/

#home_business_area{
	margin:0 0 100px;
}

#home_business_area .home_subtitle_area h2{
	width:210px;
}

#home_business_area>div:last-of-type{
	display:flex;
	justify-content:space-around;
	flex-wrap:wrap;
	align-items:center;
	max-width:1200px;
	margin:0 auto;
	padding:0 0px;
	
}

#home_business_area>div:last-of-type article{
	display:flex;
	align-self:stretch;
	box-sizing:border-box;
	width:46%;
	margin:0 0 50px;
}

#sub_index_area .panel_btn_area{
	display:flex;
	justify-content:space-around;
	flex-wrap:wrap;
	align-items:center;
	max-width:1200px;
	margin:0 auto;
}

#sub_index_area .panel_btn_area article{
	display:flex;
	align-self:stretch;
	box-sizing:border-box;
	width:46%;
	margin:0 0 50px;
}

#home_business_area>div:last-of-type article a:link,
#home_business_area>div:last-of-type article a:visited{
	box-sizing:border-box;
	display:block;
	padding:0 0 30px;
	border:1px solid #ccc;
	color:#000;
	text-decoration:none;
	transition:.3s;
	background-image:url(../img/interface/arrow_right02.svg);
	background-repeat:no-repeat;
	background-size:40px 10px;
	background-position:center bottom 20px;
}

#home_business_area>div:last-of-type article a:hover,
#home_business_area>div:last-of-type article a:active{
	opacity:0.8;
}

#home_business_area>div:last-of-type article a img{
	width:100%;
	height:auto;
	margin:0 0 30px;
	vertical-align:bottom;
}

#home_business_area>div:last-of-type article a h3{
	margin:0 0 20px;
	color:#005087;
	text-align:center;
	text-indent:0.2em;
	letter-spacing:0.2em;
	font-size:20px;
	line-height:1;
	-webkit-transform: translate3d(0, 0, 0);
}

#home_business_area>div:last-of-type article a p{
	margin:0;
	padding:0 6% 30px;
	text-align:justify;
	text-justify:inter-ideograph;
	font-size:15px;
	line-height:1.8;
	-webkit-transform: translate3d(0, 0, 0);
}

#home_business_area .btn_more{
	margin:10px auto 0;
}

@media only screen and (max-width:1260px){
	home_business_area>div:last-of-type article{
		margin:0 0 50px;
	}
	#home_business_area .btn_more{
		margin:30px auto 0;
	}
}

#home_business05{
	max-width:1200px;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
	margin:0 auto 40px;
}

#home_business05>article{
	display:flex;
	width:50%;
	box-sizing:border-box;
	padding:0 2%;
}

#home_business05 a:link,
#home_business05 a:visited{
	box-sizing:border-box;
	display:flex;
	justify-content:space-between;
	align-items:center;
	width:100%;
	padding:30px;
	border:2px solid #005087;
	color:#000;
	text-decoration:none;
	transition:.3s;
}

#home_business05 a:hover,
#home_business05 a:active{
	opacity:0.8;
}

#home_business05 a img{
	width:30%;
	height:auto;
	vertical-align:bottom;
	order:2;
}

#home_business05 a div{
	width:65%;
	order:1;
}

#home_business05 a div h3{
	margin:0 0 15px;
	padding:0 0 15px;
	border-bottom:1px solid #ccc;
	color:#005087;
	letter-spacing:0.2em;
	font-size:17px;
	line-height:1;
	-webkit-transform: translate3d(0, 0, 0);
}

#home_business05 a div p{
	margin:0;
	padding:0 0 30px;
	background-image:url(../img/interface/arrow_right02.svg);
	background-repeat:no-repeat;
	background-size:40px 10px;
	background-position:center bottom;
	text-align:justify;
	text-justify:inter-ideograph;
	font-size:14px;
	line-height:1.7;
	-webkit-transform: translate3d(0, 0, 0);
}

@media only screen and (max-width:1024px){
	#home_business05{
		display:block;
	}
	
	#home_business05>article{
		width:100%;
		margin:0 0 30px;
	}
}


/*====================home_business_area END====================*/


/*====================home_service_area====================*/

#home_service_area{
	margin:0 0 100px;
}

#home_service_area .home_subtitle_area h2{
	width:180px;
}

#home_service_area>div:last-of-type{
	display:flex;
	flex-wrap:wrap;
	max-width:1200px;
	margin:0 auto;
	padding:0 30px;
}

#home_service_area>div:last-of-type article{
	box-sizing:border-box;
	width:calc(50% - 30px);
	margin:0 60px 80px 0;
}

#home_service_area>div:last-of-type article:nth-child(2n){
	margin:0 0 80px;
}

#home_service_area>div:last-of-type article a:link,
#home_service_area>div:last-of-type article a:visited{
	display:flex;
	align-items:flex-start;
	background-image:url(../img/interface/arrow_right02.svg);
	background-repeat:no-repeat;
	background-size:40px 10px;
	background-position:top right 10px;
	color:#000;
	text-decoration:none;
	transition:.3s;
}

#home_service_area>div:last-of-type article a:hover,
#home_service_area>div:last-of-type article a:active{
	background-position:top right 0px;
}

#home_service_area>div:last-of-type article a>img{
	width:30%;
	height:auto;
	vertical-align:bottom;
}

#home_service_area>div:last-of-type article a>div{
	width:70%;
}

#home_service_area>div:last-of-type article a>div h3{
	width:calc(100% - 60px);
	margin:0 0 20px;
	color:#0080ed;
	text-align:justify;
	text-justify:inter-ideograph;
	letter-spacing:0.1em;
	font-size:17px;
	line-height:1.2;
}

#home_service_area>div:last-of-type article a>div p{
	margin:0;
	text-align:justify;
	text-justify:inter-ideograph;
	letter-spacing:0.1em;
	font-size:15px;
	line-height:1.6;
}

#home_service_area .btn_more{
	margin:10px auto 0;
}

@media only screen and (max-width:1260px){
	#home_service_area>div:last-of-type article{
		width:calc(50% - 10px);
		margin:0 20px 60px 0;
	}
	
	#home_service_area>div:last-of-type article:nth-child(2n){
		margin:0 0 60px;
	}
	
	#home_service_area .btn_more{
		margin:20px auto 0;
	}
}

/*====================home_service_area END====================*/


/*====================home_news_area====================*/

#home_news_area{
	margin:0 0 100px;
	padding:80px 30px 90px;
	background-color:#fcfcfc;
}

#home_news_area>div{
	max-width:1200px;
	margin:0 auto;
	position:relative;
}

#home_news_area>div h2{
	margin:0 0 30px;
	padding:12px 0 0;
	color:#0080ed;
	letter-spacing:0.2em;
	font-size:14px;
	line-height:1;
}

#home_news_area>div h2 img{
	width:auto;
	height:30px;
	margin:0 15px 0 0;
	vertical-align:bottom;
}

#home_news_area>div>.btn_more{
	position:absolute;
	top:0;
	right:0;
}

/*home_news_list*/
#home_news_list{
	overflow:hidden;
}

#home_news_list article{
	width:calc(25% - 30px);
	margin:0 40px 0 0;
	float:left;
}

#home_news_list article:last-child{
	margin:0;
}

#home_news_list article a:link,
#home_news_list article a:visited{
	display:block;
	color:#000;
	text-decoration:none;
	transition:.3s;
}

#home_news_list article a:hover,
#home_news_list article a:active{
	opacity:0.8;
}

#home_news_list article a .img_area{
	margin:0 0 17px;
}

#home_news_list article a .img_area img{
	width:100%;
	height:auto;
	vertical-align:bottom;
}

#home_news_list article a .text_area time{
	display:block;
	margin:0 0 10px;
	color:#0080ed;
	letter-spacing:0.15em;
	font-family:arial;
	font-size:11px;
	line-height:1;
	font-weight:bold;
	-webkit-transform: translate3d(0, 0, 0);
}

#home_news_list article a .text_area h3{
	margin:0 0 10px;
	text-align:justify;
	text-justify:inter-ideograph;
	letter-spacing:0.1em;
	font-size:13px;
	line-height:1.3;
	-webkit-transform: translate3d(0, 0, 0);
}

#home_news_list article a .text_area p{
	margin:0;
	text-align:justify;
	text-justify:inter-ideograph;
	letter-spacing:0.1em;
	font-size:13px;
	line-height:1.5;
	-webkit-transform: translate3d(0, 0, 0);
}

@media only screen and (max-width:1280px){
	#home_news_list article{
		width:calc(25% - 18px);
		margin:0 24px 0 0;
	}
}

/*====================home_news_area END====================*/


/*====================home_human_tech_bnr_area====================*/

#home_human_tech_bnr_area{
	display:flex;
	justify-content:space-between;
	max-width:1200px;
	margin:0 auto 100px;
	padding:0 30px;
}

#home_human_tech_bnr_area article{
	width:49%;
	border:2px solid #0080ed;
}

#home_human_tech_bnr_area article a:link,
#home_human_tech_bnr_area article a:visited{
	display:block;
	color:#000;
	text-decoration:none;
	transition:.3s;
}

#home_human_tech_bnr_area article a:hover,
#home_human_tech_bnr_area article a:active{
	opacity:0.8;
}

#home_human_tech_bnr_area article a>img{
	width:100%;
	height:auto;
	margin:0 0 30px;
	vertical-align:bottom;
}

#home_human_tech_bnr_area article a h2{
	margin:0 0 18px;
	color:#0080ed;
	text-align:center;
	font-size:16px;
	line-height:1;
}

#home_human_tech_bnr_area article a h2 img{
	width:182px;
	height:auto;
	vertical-align:bottom;
}

#home_human_tech_bnr_area article a p{
	margin:0 0 20px;
	padding:0 6%;
	text-align:justify;
	text-justify:inter-ideograph;
	font-size:14px;
	line-height:1.8;
}

#home_human_tech_bnr_area article a .btn_more{
	margin:0 auto 30px;
}

/*====================home_human_tech_bnr_area END====================*/


/*====================home_challenge_area====================*/

#home_challenge_area{
	max-width:1500px;
	margin:0 auto 120px;
}

#home_challenge_area>a:link,
#home_challenge_area>a:visited{
	display:block;
	padding:90px 30px 100px;
	background-image:url(../img/home_challenge_bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	color:#fff;
	text-decoration:none;
	transition:.3s;
}

#home_challenge_area>a:hover,
#home_challenge_area>a:active{
	opacity:0.9;
}

#home_challenge_area>a>div{
	max-width:1200px;
	margin:0 auto;
}

#home_challenge_area>a>div h2{
	margin:0 0 25px;
	letter-spacing:0.2em;
	font-size:15px;
	line-height:1;
	-webkit-transform: translate3d(0, 0, 0);
}

#home_challenge_area>a>div p:first-of-type{
	margin:0 0 25px;
	font-size:18px;
	line-height:1;
}

#home_challenge_area>a>div p:first-of-type img{
	max-width:274px;
	height:auto;
	vertical-align:bottom;
}

#home_challenge_area>a>div p:last-of-type{
	margin:0 0 30px;
	text-align:justify;
	text-justify:inter-ideograph;
	font-size:14px;
	line-height:2.5;
	-webkit-transform: translate3d(0, 0, 0);
}

#home_challenge_area>a:hover>div .btn_more,
#home_challenge_area>a:active>div .btn_more{
	background-color:#ffd736;
}

@media only screen and (max-width:1260px){
	#home_challenge_area>a>div{
		position:relative;
		left:30px;
	}
}

/*====================home_challenge_area END====================*/


/*====================home_recruit_area====================*/

#home_recruit_area{
	max-width:1200px;
	margin:0 auto 150px;
	padding:0 30px;
}

#home_recruit_area>a:link,
#home_recruit_area>a:visited{
	display:block;
	padding:105px 70px 80px;
	background-image:url(../img/home_recruit_bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	color:#fff;
	text-decoration:none;
	position:relative;
	z-index:0;
	transition:.3s;
}

#home_recruit_area>a:hover,
#home_recruit_area>a:active{
	opacity:0.9;
}

#home_recruit_area>a>span{
	width:55%;
	margin:0;
	font-size:18px;
	line-height:1;
	position:absolute;
	bottom:0;
	left:0;
	z-index:-1;
}

#home_recruit_area>a>span img{
	width:100%;
	height:auto;
	vertical-align:bottom;
}

#home_recruit_area>a h2{
	display:table;
	margin:0;
	padding:22px 30px;
	border-radius:0 0 10px 10px;
	background-color:#ff7f75;
	color:fff;
	text-indent:0.3em;
	letter-spacing:0.3em;
	font-size:18px;
	line-height:1;
	position:absolute;
	top:0;
	left:70px;
	font-weight:normal;
	-webkit-transform: translate3d(0, 0, 0);
}

#home_recruit_area>a>div{
	max-width:484px;
	width:46%;
}

#home_recruit_area>a>div p:first-of-type{
	margin:0 0 20px;
	font-size:16px;
	line-height:1;
}

#home_recruit_area>a>div p:first-of-type img{
	width:100%;
	height:auto;
	vertical-align:bottom;
}

#home_recruit_area>a>div p:last-of-type{
	max-width:420px;
	margin:0 0 20px;
	text-align:justify;
	text-justify:inter-ideograph;
	letter-spacing:0.1em;
	font-size:14px;
	line-height:2.1;
	-webkit-transform: translate3d(0, 0, 0);
}

#home_recruit_area>a:hover .btn_more,
#home_recruit_area>a:active .btn_more{
	background-color:#ffd736;
}

@media only screen and (max-width:1200px){
	#home_recruit_area>a:link,
	#home_recruit_area>a:visited{
		padding:100px 40px 70px;
	}
	
	#home_recruit_area>a h2{
		left:40px;
	}
}

/*====================home_recruit_area END====================*/


/*====================home_company_area====================*/

#home_company_area{
	margin:0 0 170px;
}

#home_company_area .home_subtitle_area h2{
	width:208px;
}

#home_company_area ul{
	max-width:940px;
	margin:0 auto 70px;
	padding:0 30px;
	list-style-type:none;
	overflow:hidden;
}

#home_company_area ul li{
	width:30%;
	margin:0 5% 0 0;
	float:left;
}

#home_company_area ul li:last-child{
	margin:0;
}

#home_company_area ul li a:link,
#home_company_area ul li a:visited{
	display:block;
	width:100%;
	padding:100% 0 0;
	border:1px solid #005087;
	border-radius:50%;
	background-image:url(../img/interface/arrow_right02.svg);
	background-repeat:no-repeat;
	background-size:40px 10px;
	background-position:center bottom 20%;
	color:#005087;
	text-decoration:none;
	text-align:center;
	letter-spacing:0.3em;
	font-size:17px;
	line-height:1;
	position:relative;
	transition:.3s;
}

#home_company_area ul li a:hover,
#home_company_area ul li a:active{
	opacity:0.7;
}

#home_company_area ul li a>span{
	display:block;
	width:80%;
	position:absolute;
	top:43%;
	left:50%;
	transform: translate3d(-50%, -43%, 0);
	-webkit-transform: translate3d(-50%, -43%, 0);
}

#home_company_area ul li a>span img{
	display:block;
	width:45%;
	height:auto;
	margin:0 auto 16px;
	vertical-align:bottom;
}

/*社長挨拶*/
#home_company_area article{
	max-width:800px;
	margin:0 auto;
	padding:0 30px;
}

#home_company_area article>a>div{
	display:flex;
	align-items:center;
	border:3px solid #005087;
}

#home_company_area article>a>div>img{
	width:38%;
	height:auto;
	vertical-align:bottom;
	order:2;
}

#home_company_area article>a>div>div{
	box-sizing:border-box;
	width:63%;
	padding:0 40px;
	order:1;
}

#home_company_area article>a>div>div>div{
	display:table;
	width:100%;
	margin:0 0 30px;
}

#home_company_area article>a>div>div>div h3{
	display:table-cell;
	margin:0;
	padding:20px 0 0;
	font-size:16px;
	line-height:1;
	width:174px;
}

#home_company_area article>a>div>div>div h3 img{
	width:100%;
	height:auto;
	vertical-align:bottom;
}

#home_company_area article>a>div>div>div p{
	display:table-cell;
	margin:0;
	color:#005087;
	text-align:right;
	letter-spacing:0.1em;
	font-size:13px;
	line-height:1;
}

#home_company_area article>a>div>div>div p span{
	font-size:15px;
	font-weight:bold;
}

#home_company_area article>a>div>div>p{
	margin:0 0 30px;
	text-align:justify;
	text-justify:inter-ideograph;
	font-size:15px;
	line-height:1.6;
}

#home_greetings:link,
#home_greetings:visited{
	color:#000;
}

#home_greetings div.btn_more{
	width:100px;
	display:table;
	padding:15px 45px;
	border-radius:50px;
	background-color:#ffea36;
	color:#454545;
	text-decoration:none;
	text-align:center;
	text-indent:0.15em;
	letter-spacing:0.15em;
	font-size:12px;
	line-height:1;
	font-weight:bold;
	transition:.3s;
}


/*====================home_company_area END====================*/


/*====================home_bnr_area====================*/

#home_bnr_area{
	padding:75px 20px;
	border-top:1px solid #00a2ed;
	overflow:hidden;
}

#home_bnr_area>div{
	max-width:1220px;
	margin:0 auto;
	overflow:hidden;
}

#home_bnr_area>div a:link,
#home_bnr_area>div a:visited{
	display:block;
	width:calc(33.3333333% - 20px);
	margin:0 10px;
	float:left;
	transition:.3s;
}

#home_bnr_area>div a:hover,
#home_bnr_area>div a:active{
	opacity:0.8;
}

#home_bnr_area>div a img{
	width:100%;
	height:auto;
	vertical-align:bottom;
}

#home_company_area article#home_history_bnr{
	margin:0 auto 40px;
}

#home_company_area article#home_history_bnr>a{
	overflow:hidden;
	border:3px solid #005087;
	display:block;
	background-image:url("../img/home_company_history_img.jpg");
	background-repeat:no-repeat;
	background-size:contain;
	background-position:right top;
}

#home_company_area article#home_history_bnr>a:hover{
	opacity:0.8;
}

#home_company_area article#home_history_bnr>a>img{
	float:right;
	width:38%;
}

#home_company_area article#home_history_bnr h3{
	width:62%;
	margin:0 0 0 40px;
	line-height:100px;
	color:#005087;
	font-size:30px;
	font-weight:normal;
}

@media only screen and (max-width:700px){
	#home_company_area article#home_history_bnr h3{
		width:100%;
		margin:0 0 0 0px;
		line-height:100px;
		color:#fff;
		font-size:28px;
		font-weight:normal;
		text-align:center;
	}
	#home_company_area article#home_history_bnr>a{
		background-size:cover;
		background-position:center center;
		padding:20px 0;
	}
}

/*====================home_bnr_area END====================*/







