@charset "utf-8";

/* Body
------------------------------ */
html{
	overflow-x: hidden!important;
}
body {
	box-shadow: none;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 16px;
	line-height: 1.8em;
	letter-spacing: 0;
	-webkit-text-size-adjust: 100%!important;
	top: 0!important;
	font-weight: 500;
	margin: 0;
	background: url(../images/bg.jpg);
	-webkit-background-size: 1280px auto;
	background-size: 1280px auto;
}
a{
    color: #fff;
}
a:link{
	text-decoration: none;
    transition: .25s;
}
a:visited {
	color:#fff;
}
a:hover{
	opacity: .7;
}
img{
	vertical-align: top;
}
    a#btnSP{
        display: none;
    }
/* layout
------------------------------ */
.wf-roundedmplus1c{
	font-family: "M PLUS Rounded 1c";
}
.wrapper{
	position: relative;
	display: block;
	clear: both;
	float: none;
	width: 1080px;
	margin: 0 auto!important;
	padding: 0;
}
/* Common
------------------------------ */
.fl_l{
	float: left;
}
.fl_r{
	float: right;
}
.float::before,
.float::after,
.wrapper::before,
.wrapper::after{
	content: " ";
	display: block;
	clear: both;
}
.btn{
	background: #80bf21;
	text-align: center;
	position: relative;
	padding: 10px 0;
	box-shadow: 0 5px 0px #559d2f;
	border-radius: 6px;
	font-family: "M PLUS Rounded 1c";
	transition: .25s;
}
.btn:active{
	box-shadow: none;
	transform: translateY(5px);
}
.btn::before {
    content: "";
    position: absolute;
    background: url(../images/btn_arrow.png) no-repeat;
    -webkit-background-size: 37px 20px, cover;
    background-size: contain;
    background-position: center center;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    border-radius: 50%;
    height: 20px;
    width: 15px;
    border-radius: 17px;
    transition: .25s;
}
.mb_30{
	margin-bottom: 30px!important;
}
.mb_50{
	margin-bottom: 50px!important;
}
/* Header
------------------------------ */
header{
	background: #fff;
}
header .wrapper{
	padding: 10px 0;
}
header .fl_l .header_lead{
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 6px;
}
header .header_logo h2{
	text-indent: -9999px;
	background: url(../images/logo_header.svg) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center center;
	width: 630px;
	height: 40px;
}
header .fl_r{
	padding-top: 12px;
}
header .fl_r p{
	font-size: 14px;
}
header .fl_r .tel{
	background: url(../images/tel.svg) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center center;
	width: 310px;
	height: 40px;
	text-indent: -9999px;
}
header nav{
	background: #02aae3;
}
header nav .wrapper{
	padding: 0;
}
header nav ul{
	letter-spacing: -.4em;
	position: relative;
}
header nav ul::before{
	content: "";
	position: absolute;
	left: 0;
	height: 80%;
	width: 1px;
	background: #fff;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
header nav li{
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
	position: relative;
}
header nav li::after{
	content: "";
	position: absolute;
	right: 0;
	height: 80%;
	width: 1px;
	background: #fff;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
header nav a{
	width: 216px;
	font-family: "M PLUS Rounded 1c";
	color: #fff;
	font-size: 16px;
	text-align: center;
	display: block;
	padding: 16px 0;
}
header nav a:hover{
	background: #fff;
	color: #02aae3;
	opacity: 1;
}
header nav .tel{
	display: none;
}
.index_top{
	position: relative;
	width: 100%;
	height: 460px;
	background: url(../images/index_catch.jpg) no-repeat, url(../images/index_catch_bg2.jpg) repeat-x;
    -webkit-background-size: auto 100%, auto 460px;
    background-size: auto 100%, 1280px 460px;
	background-position: center center, center center;
}
.index_top::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 44px;
	background: url(../images/index_catch_bg2.png) repeat-x;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}
.index_top h2{
	text-indent: -9999px;
}
/* Fixed Header
------------------------------ */
.clone-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    transition: .5s;
    transform: translateY(-200%);
    background: #fff;
    box-shadow: 0 3px 3px rgba(0,0,0,.2);
}
.is-show {
	transform: translateY(0);
}
.is-show li::after{
	content: "";
	position: absolute;
	right: 0;
	height: 80%;
	width: 1px;
	background: #02aae3;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.is-show a{
	color: #02aae3;
	padding: 16px 0;
	width: 150px;
	font-size: 16px;
}
.is-show a:hover{
	color: #fff;
	background: #02aae3;
}
.is-show .tel{
	display: inline-block;
	padding: 0 30px;
}
.is-show .tel::after{
	content: none;
}
.is-show .tel p{
	background: url(../images/tel.svg) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center center;
    width: 260px;
    height: 40px;
    text-indent: -9999px;
}
/* Index
------------------------------ */
.index1{
	padding: 90px 0 130px;
	text-align: center;
	position: relative;
}
.index1 .wrapper::before{
	content: "";
	position: absolute;
	background: url(../images/index1_before.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center center;
	width: 120px;
	height: 120px;
	top: -30px;
	right: 40px;
}
.index1 .wrapper::after{
	content: "";
	position: absolute;
	background: url(../images/index1_after.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center center;
	width: 130px;
	height: 120px;
	top: 180px;
	left: 30px;
}
.index1 h2{
	font-size: 32px;
	color: #3F3F3F;
	font-family: 'Rounded Mplus 1c';
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 40px;
}
.index1 p{
	margin: 40px 0 60px;
}
.index1 ul{
	letter-spacing: -.4em;
	margin-bottom: 40px;
}
.index1 li{
	width: 332px;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	margin-right: 40px;
}
.index1 li:last-child{
	margin-right: 0;
}
.index1 li img{
	width: 275px;
	height: auto;
}
.index1 li h3{
	font-size: 22px;
	font-family: 'Rounded Mplus 1c';
	font-weight: 700;
	margin: 16px 0 20px;
}
.index1 li:nth-child(1) h3{
	color: #ed8924;
}
.index1 li:nth-child(2) h3{
	color: #3ea03f;
}
.index1 li:nth-child(3) h3{
	color: #eb5a76;
}
.index1 li p{
	text-align: left;
	margin: 0;
}
.index1 a{
	width: 295px;
	display: inline-block;
	vertical-align: top;
	margin: 0 20px;
}
.index2{
	text-align: center;
	padding-bottom: 120px;
}
.index2 h2{
	font-size: 32px;
	color: #3F3F3F;
	font-family: 'Rounded Mplus 1c';
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 40px;
	position: relative;
	display: inline-block;
}
.index2 h2::before{
	content: "";
	position: absolute;
	background: url(../images/index2_before.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center center;
	width: 100px;
	height: 100px;
	bottom: 0;
	left: -180px;
}
.index2 h2::after{
	content: "";
	position: absolute;
	background: url(../images/index2_after.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center center;
	width: 100px;
	height: 100px;
	bottom: 0;
	right: -180px;
}
.index2 .fl_l{
	background: #f7f7f7;
	padding: 20px 10px;
	border-radius: 10px;
	margin-top: 40px;
}
.index2 .fl_l img{
	width: 440px;
	height: auto;
}
.index2 .fl_r{
	width: 588px;
	text-align: left;
}
.index2 .fl_r span{
	font-size: 14px;
	color: #808080;
}
.index2 .fl_r .btn{
	width: 335px;
	margin-top: 50px;
	display: inline-block;
}
.index3{
	border-top: 8px solid #f0d460;
	background: rgba(240,212,96,.23);
	padding: 100px 0;
	text-align: center;
}
#access{
    padding-top: 80px;
    margin-top: -80px;
}
.index3 h2{
	font-size: 32px;
	color: #3F3F3F;
	font-family: 'Rounded Mplus 1c';
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 40px;
	display: inline-block;
	position: relative;
}
.index3 h2::before{
	content: "";
	position: absolute;
	background: url(../images/index3_before.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center center;
	width: 55px;
	height: 75px;
	bottom: 0;
	left: -230px;
}
.index3 h2::after{
	content: "";
	position: absolute;
	background: url(../images/index3_after.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center center;
	width: 65px;
	height: 95px;
	bottom: 0;
	right: -240px;
}
#gmap{
	width: 100%;
	height: 465px;
	background: #ccc;
	margin-bottom: 30px;
}
.index3 .fl_r{
	width: 457px;
	height: auto;
}
.index3 .fl_l{
	width: 580px;
	text-align: left;
}
.index3 .fl_l h3{
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
	color: #353535;
}
.index3 .fl_l p{
	margin-bottom: 20px;
}
.index3 .fl_l h3.place::before{
	content: "";
	position: absolute;
	width: 21px;
	height: 21px;
	background: url(../images/index3_icon1.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center center;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.index3 .fl_l h3.car::before{
	content: "";
	position: absolute;
	width: 21px;
	height: 21px;
	background: url(../images/index3_icon2.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center center;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.index3 .fl_l h3.train::before{
	content: "";
	position: absolute;
	width: 21px;
	height: 21px;
	background: url(../images/index3_icon3.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center center;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
/* Sub Common
------------------------------ */
.sub_top{
	height:215px;
	background: url(../images/sub_catch1.png) repeat-x,url(../images/sub_catch3.jpg) no-repeat, url(../images/sub_catch5.jpg) repeat-x;
    background-size: 875px 65px,1280px 215px,1280px 215px;
	background-position: center bottom,center center,center;
}
.sub_top h1{
	font-size: 36px;
	color:#0273C7;
	font-family: 'Rounded Mplus 1c';
    font-weight: 700;
    /* for modan browser */
    text-shadow:0px 3px 1px #fff,0px 2px 1px #fff,1px 2px 1px #fff,2px 2px 1px #fff,2px 1px 1px #fff,2px 0px 1px #fff,3px 0px 1px #fff,2px -1px 1px #fff,2px -2px 1px #fff,2px -3px 1px #fff,1px -3px 1px #fff,0px -3px 1px #fff,-1px -3px 1px #fff,-2px -3px 1px #fff,-3px -3px 1px #fff,-3px -2px 1px #fff,-3px -1px 1px #fff,-3px 0px 1px #fff,-3px 1px 1px #fff,-3px 2px 1px #fff,-2px 2px 1px #fff,-1px 2px 1px #fff;

	/* for IE */
	filter:dropshadow(color=#fff,offx=0,offy=3,positive=1),dropshadow(color=#fff,offx=2,offy=1,positive=1),dropshadow(color=#fff,offx=2,offy=-1,positive=1),dropshadow(color=#fff,offx=1,offy=-3,positive=1),dropshadow(color=#fff,offx=-2,offy=-3,positive=1),dropshadow(color=#fff,offx=-3,offy=-2,positive=1),dropshadow(color=#fff,offx=-3,offy=1,positive=1),dropshadow(color=#fff,offx=-1,offy=2,positive=1);
    margin-top: 70px;
    letter-spacing: .2em;
}
.sub_top h1 span{
	font-size: 16px;
	text-shadow:none;
	margin-left: 40px;
	position: relative;
	letter-spacing: .1em;
	}
.sub_top h1 span::before{
    content: "";
    position:absolute;
    height: 27px;
    width:2px;
    background-color: #0273C7;
    left:-20px;
    top:-5px;
}
.subh2{
	font-size: 32px;
	color: #3F3F3F;
	text-align: center;
	margin-bottom: 35px;
	font-family: 'Rounded Mplus 1c';
    font-weight: 700;
}

#about .sub_top .wrapper::after{
	content: "";
	position: absolute;
	height: 215px;
	width: 330px;
	background: url(../images/sub_catch2.png) no-repeat;
	background-size: contain;
	top:0;
	right:0;
}
.sub-section{
	padding-bottom: 90px;
}
#greeting {
    padding-top: 80px;
    margin-top: -80px;
}
#overview{
    padding-top: 80px;
    margin-top: -80px;
}
/* Breadcrumb
------------------------------ */
#breadcrumb{
	margin-bottom: 60px;
}
#breadcrumb ul{
	 letter-spacing: -.4em;
	 padding:15px 0;
}
#breadcrumb ul li{
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	margin-right: 30px;
	position:relative;
	 }
#breadcrumb ul li a{
	color: #000;
}
#breadcrumb ul li:nth-child(1){
	padding-left: 24px;
}
#breadcrumb ul li:nth-child(1)::before{
	content: "";
	position: absolute;
	height: 20px;
	width: 20px;
	background: url(../images/sub_home_icon.png) no-repeat;
	background-size: contain;
	top:0;
	left:0;
	bottom:0;
	margin:auto 0;
}
#breadcrumb ul li::after{
	content: "";
	position: absolute;
	height: 4px;
	width: 4px;
	border-top: 1px #000 solid;
	border-right: 1px #000 solid;
	transform: rotate(45deg);
	top:0;
	right:-15px;
	bottom:0;
	margin:auto 0;
}
#breadcrumb ul li:last-child::after{
	content:none;
}
/* about
------------------------------ */
.about-1 .fl_l img{
	height: 315px;
	width:270px;
}
.about-1 .fl_r {
width: 720px;
}
.about-1 .float{
	background-color:#fff;
	border: 1px #F2F2F2 solid;
	border-radius: 10px;
	padding: 45px 30px;
}
.about-1 h3{
	font-size: 25px;
	color: #ED5A76;
	letter-spacing: .1em;
	margin: 12px 0 24px;
	position: relative;
}
.about-1 h3::before{
    content: "";
    position: absolute;
    background: url(../images/sub_about1-2.png) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center center;
    width: 70px;
    height: 45px;
    right: -9px;
    top: -10px;
}
p.name {
	position: relative;
    text-align: right;
    font-weight: 700;
    margin-top: 10px;
}
.about-2 dt{
	float:left;
	padding: 20px;
	width: 190px;
	background-color:#C4E7F7;
	box-sizing: border-box;
	border-radius: 10px 0 0 10px;
}
.about-2 dd{
	padding: 20px 20px 20px 210px;
	width: 190px;
	background-color:#fff;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 10px;
	border-radius: 10px 10px 10px 10px;
}
.about-3 .fl_r{
	position: relative;
}
.about-3 dt{
	float:left;
	font-size: 28px;
	color:#0273C7;
	text-align: center;
	position: relative;
	width: 120px;
}
.about-3 dt span{
	font-size: 12px;
	display: block;
}
.about-3 dd{
	padding-left:210px;
	margin-bottom: 50px;
}
.about-3 dd span{
	margin-right:40px;
}
.about-3 dt::after{
	content: "";
	position: absolute;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: #0273C7 2px solid;
	background-color: #fff;
	box-sizing: border-box;
	top: 3px;
    right: -46px;
}
.about-3 dl {
    position: relative;
    width: 100%;
 }
.about-3 dl::before{
	content: "";
	position: absolute;
	height: 310px;
	width: 2px;
	border: #0273C7 1px solid;
    box-sizing: border-box;
	top: 20px;
    left: 153px;
	bottom: 0;
	margin: auto 0;
}
.about-3 .fl_r img {
	position: absolute;
    height: 395px;
    width: 335px;
    right: 0;
    top: -435px;
}
.about-4 .wrapper>h3{
    font-size: 20px;
    margin-top: 2em;
    margin-bottom: 1em;
    color:#0273C7;
}
.about-4>h3:first-of-type{
    margin-top:0;
}
.about-4 li h3,.about-5 h3{
    color:#0273C7;
    margin-bottom:5px;
}
.about-4 .wrapper>ol,
.about-5 .wrapper>ol{
    margin-top: 2em;
}
.about-4 ol ol{
    margin-top: 1em;
}
.about-4 .wrapper>ol>li{
    padding-left:1.6em;
    position: relative;
    margin-bottom: 1.5em;
}
.about-4 li li{
    padding-left:1.2em;
    position: relative;
    margin-bottom: .2em;
}
.about-4 .wrapper>ol>li>span{
    color:#0273C7;
}
.about-4 li span{
    position: absolute;
    top:0;
    left:0;
    width: 1em;
    height: 1em;
}
.about-4 a{
    color: #02aae3;
    border-bottom:solid 1px #02aae3;
    transition:.3s ease;
    padding-bottom: 1px;
}
.about-4 a:hover{
    opacity:.7;
}
.about-5 li span {
		color: #0273C7;
}
.about-5 .wrapper>ol>li{
    margin-bottom: 1.5em;
}
.about-5 .right{
	text-align: right;
}

.about-6 .kpi{
	margin-top: 2em;
	margin-bottom: 2em;
}
.about-6 li{
	margin-bottom: .8em;
}
.about-6 li:last-of-type{
	margin-bottom: 0;
}
.about-6 h3{
	color: #0273C7;
	font-size: 18px;
	margin-bottom: 4px;
}
.about-6 .num_text{
	position: relative;
	padding-left: 1.6em;
}
.about-6 .num_text .num{
	position: absolute;
	top: 0;
	left: 0;
}
.about-6 .period,
.about-6 .how{
	position: relative;
	margin-left: 1.5em;
	padding-left: 6.2em;
}
.about-6 .period .title,
.about-6 .how .title{
	position: absolute;
	top: 0;
	left: 0;
}
/* contact
------------------------------ */
#contact .sub_top .wrapper::after{
	content: "";
	position: absolute;
	height: 215px;
	width: 330px;
	background: url(../images/sub_catch5.png) no-repeat;
	background-size: contain;
	top:0;
	right:0;
}
.sub_contact_h2 {
    font-size: 32px;
    color: #3F3F3F;
    text-align: center;
    margin-bottom: 32px;
    font-family: 'Rounded Mplus 1c';
    font-weight: 700;
}
.contact-1{
	text-align: center;
}
.contact-1-2 img{
	width: 775px;
	height: 165px;
	margin-top: 13px;
}
.contact-2{
	text-align: center;
}

#mailformpro {
    position: relative;
    display: block;
    width: 1080px;
    height: auto;
    border-radius: 10px;
    background: #fff;
    margin: 45px auto;
    padding: 26px 62px 30px;
    box-sizing: border-box;
}
#contact dl{
	text-align: left;
    margin-bottom: 20px;
}
#contact dt {
    float: left;
    padding: 31px 0px 10px 30px;
    position: relative;
    color: #3F3F3F;
    text-align: left;
    font-weight: 600;
    width: 280px;
    box-sizing: border-box;
}
#contact dd {
    padding: 8px 0 8px 370px;
    border-bottom: 1px dashed #0273C7;
}
#contact dt .must {
    background: #ED5A76;
    color: #fff;
    padding: 4px 4px 2px 8px;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: .2em;
    text-align: center;
    position: absolute;
    right: 0;
    top: 18px;
    bottom: 0;
    margin: auto 0;
    display: inline-block;
    height: 22px;
    line-height: 1em;
    box-sizing: border-box;
}
#contact dt .any {
    background: #808080;
    color: #fff;
    padding: 4px 4px 2px 8px;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: .2em;
    text-align: center;
    position: absolute;
    right: 0;
    top: 18px;
    bottom: 0;
    margin: auto 0;
    display: inline-block;
    height: 22px;
    line-height: 1em;
    box-sizing: border-box;
}
#contact dd input {
    border: none;
    background: #D2F2FF;
    width: 532px;
    height: 42px;
    font-size: inherit;
    margin: 13px 0;
    padding: 0 10px;
    box-sizing: border-box;
}
#contact dd textarea {
    width: 532px!important;
    height: 162px!important;
    border: none;
    background: #D2F2FF;
    vertical-align: top;
    font-size: inherit;
    resize: none;
    margin: 15px 0;
    padding: 10px;
    box-sizing: border-box;
}
#privacy_policy {
    border: 1px solid #D2F2FF;
    margin: 30px auto;
    padding: 30px;
    height: 213px;
    text-align: left;
    overflow: scroll;
    box-sizing: border-box;
}

.submit {
    width: 295px;
    margin: 20px auto 0;
    display: block;
    background: #80bf21;
    text-align: center;
    position: relative;
    padding: 10px 0;
    box-shadow: 0 5px 0px #559d2f;
    border-radius: 6px;
    font-family: "M PLUS Rounded 1c";
    transition: .25s;
    color: #fff;
    font-size: 16px;
    border: none;
}
/* Thanks
------------------------------ */
.thanks-1 span {
    color: #29A6DF;
    font-weight: 600;
    padding: 0 4px;
}
/* Footer
------------------------------ */
.footer_contact{
	background: url(../images/footer_contact_bg.jpg);
	-webkit-background-size: 64px auto;
	background-size: 64px auto;
	padding: 80px 0;
	text-align: center;
}
.footer_contact_contents{
	background: #fff;
	border-radius: 10px;
	padding: 40px 40px 40px 220px;
	box-sizing: border-box;
	width: 873px;
	text-align: left;
	display: block;
	margin: 0 auto;
	position: relative;
}
.footer_contact_contents::before{
	content: "";
	position: absolute;
	background: url(../images/footer_contact-1.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center center;
	width: 185px;
	height: 245px;
	bottom: 0;
	left: 26px;
}
.footer_contact_contents::after{
	content: "";
	position: absolute;
	background: url(../images/index1_before.png) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center center;
    width: 60px;
    height: 60px;
    right: 30px;
    top: 30px;
}
.footer_contact_contents h3{
	font-size: 28px;
	color: #2D2D2D;
    font-family: 'Rounded Mplus 1c';
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: .06em;
}
.footer_contact_contents h2{
	position: relative;
	padding-left: 1.2em;
	color : #2D2D2D;
}
.footer_contact_contents h2::before{
	content: "▼";
	position: absolute;
	color: #29a4dd;
	left: 0;
	top: 0;
}
.footer_contact_contents p{
	font-size: 14px;
	letter-spacing: .1em;
}
.footer_contact_contents .tel{
	background: url(../images/tel.svg) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center center;
    width: 310px;
    height: 40px;
    text-indent: -9999px;
    margin-top: 6px;
}
.footer_contact_contents .btn{
	width: 270px;
	margin-top: 15px;
	display: block;
}
.footer_contact_contents .fl_r{
	margin-left: 10px;
}
.footer_recruit{
	padding: 60px 0;
}
.footer_recruit a h2{
	text-indent: -9999px;
	background: url(../images/footer_recruit.jpg) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center center;
	width: 760px;
	height: 160px;
}
.footer_recruit a{
	width: 760px;
	height: 160px;
	display: block;
	margin: 0 auto;
}
.footer_bottom{
	background: #02aee7;
	padding: 60px 0;
}
.footer_logo{
	width: 630px;
	height: 40px;
	background: url(../images/logo_footer.svg) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center center;
	text-indent: -9999px;
	display: block;
	margin-bottom: 20px;
}
.footer_bottom .fl_l p{
	display: inline-block;
	color: #fff;
	letter-spacing: .02em;
}
.footer_bottom .fl_l p.mr30{
	margin-right: 30px;
}
.footer_bottom .fl_r{
	padding-right: 30px;
}
.footer_bottom .fl_r li{
	display: inline-block;
	margin-right: 50px;
	vertical-align: top;
}
.footer_bottom .fl_r li a{
	display: block;
	margin-bottom: 14px;
}
.copy{
	text-align: center;
	padding: 10px 0;
	background: #fff;
}
.copy a{
	color: #000;
	border-bottom: 1px solid #000;
}
.copy a:hover{
	color: #02aee7;
	border-bottom: 1px solid #02aee7;
}
/* Page Top
------------------------------ */
.pagetop {
	position: fixed;
	bottom: 30px;
	right: 30px;
	opacity: 0;
	filter: alpha(opacity=0);
	transform: scale(1.5);
	transition: all .4s;
	z-index: 100000!important;
	background: #fff;
	border: 1px solid #02AAE3;
}
.pagetop:hover{
	background: #02AAE3;
	border: 1px solid #fff;
}
.pagetop a{
	display: block;
	width: 50px;
	height: 30px;
	text-indent: -9999px;
	text-align: center;
	font-weight: bold;
	color: #02AAE3;
	font-size: 30px;
	padding-top: 20px;
	transition: .4s;
}
.pagetop a::before,
.pagetop a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 1px;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.pagetop a:before{
	width: 50px;
	height: 30px;
}
.pagetop a:after{
	left: 15px;
	top: 10px;
	width: 20px;
	height: 20px;
	border-top: 1px solid #02AAE3;
	border-right: 1px solid #02AAE3;
	transform: rotate(-45deg);
}
.pagetop.show{
	opacity: 1;
	filter: alpha(opacity=100);
	transform: scale(1);
}
.pagetop a:hover{
	text-decoration: none;
}
.pagetop a:hover:before{
	border-color: #02AAE3;
}
.pagetop a:hover:after{
	background: none;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}