/* HTML Elements */
* {
	margin:0;
	padding:0;
}

body {
	font-family: 'Karla', Verdana, 'YuGothic', 'Yu Gothic','游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
	
}

p {	
	margin: 15px 0;
}
a:hover,
a:active { color: #f6a80c; }


/* Structure */

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 74px;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	z-index: 1000;
	background-color: #fff;
}
#header h1 {
	width: 30%;
	height: 26px;
	float: left;
	padding: 20px 0 0 17px;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 10px 0 18px;
	background-color: #FFF;
}

#gHeader .hBox {
	margin: 0 auto;
	width: 1012px;
}

#gHeader h1 {
	font-size: 11px;
	font-weight: normal;
	
}

#gHeader .logo {
	padding: 6px 0 0 9px;
	float: left;
}

#gHeader .menuBox {
	float: right;
	margin: 0 20px 0 0;
}

#gHeader .menuBox .close {
	display: none;
}

#gHeader .menu {
	display: none;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi li {
	margin-left: 8px;
	padding: 5px 0 6px 10px;
	display: inline-block;
	font-size: 14px;
	text-align: center;
}
#gNavi li a span {
	display: block;
	color: #f6a80c;
	font-size: 60%;
	font-weight: 600;
}
#gNavi li:first-child {
	background: none;
}

#gNavi li a {
	color: #3E3A39;
	text-decoration: none;
}

#gNavi li a:hover {
	color: #80A81F;
}


.sp {
	display: none !important;
}


.renewal {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -130px 0 0 -260px;
}
.renewal img {
	width: 100%;
	height: auto;
}

#container {
	width: 100%;
	background-color: #fff;
}

.topSection1 {
	background: url(../images/topBg.png);
}

.topSection1 .content-title img {
	max-width: 100%;
    vertical-align: bottom;
}

.topSection2 {
	background-color: #47c9c9;
    background: linear-gradient(to right,#47c9c9 1%,#00c653 100%)!important;
}
.topSection2 ul li {
	float:left;
	width:19%;
	background-color:#fff;
	margin: 0 1% 0 1%;
    padding: 22px 12px 12px 12px;
	box-shadow: 5px 10px 30px 0 rgba(0,0,0,.25);
}
.topSection2 ul li img {
	width:135px;
}

.topSection2 ul li p {
	text-align: left;
	line-height: 1.6;
}
.boxLeft {
	float:left;
	width:60%;
	text-align: left;
}
.boxRight {
	float:left;
	margin: 111px 0 0 37px;
	
}
.boxRight a {
	border: 2px solid #333;
    display: block;
    padding: 13px 67px;
    background: url(../images/arrow.png) no-repeat;
    background-position: 193px 14px;
	width: 102px;
    margin: 0 auto;
}
.boxRight a:hover {
	color:#fff;
	background: #000 url(../images/w_arrow.png) no-repeat;
	background-position: 193px 14px;
}
.boxWork {
	margin: 57px 0 0 0px;
}
.boxWork a {
	border: 2px solid #fff;
    display: block;
    padding: 13px 67px;
    background: url(../images/w_arrow.png) no-repeat;
    background-position: 203px 14px;
	width: 102px;
    margin: 0 auto;
	color:#fff;
}
.boxWork a:hover {
	color:#000;
	background: #fff url(../images/arrow.png) no-repeat;
	background-position: 203px 14px;
}
.boxContact {
	margin: 57px 0 0 0px;
}
.boxContact a {
	border: 2px solid #000;
    display: block;
    padding: 13px 67px;
    background: url(../images/arrow.png) no-repeat;
    background-position: 203px 14px;
	width: 102px;
    margin: 0 auto;
	color:#000;
	text-align: center;
}
.boxContact a:hover {
	color:#fff;
	background: #000 url(../images/w_arrow.png) no-repeat;
	background-position: 203px 14px;
}



.topSection3 {
    background: url(../images/topRecruitBg.png) 50% 50% no-repeat;
	background-size: cover;
}
.topSection3 p {
    color:#fff;
}
#container .section-inner {
	width: 980px;
	text-align: center;
	margin: auto;
	padding: 6px 0 85px 0;
	max-width: 90%;
}

#containerBox .section-inner {
	width: 980px;
	text-align: left;
	margin: auto;
	padding: 85px 0;
	max-width: 90%;
}
#containerBox .section-inner p {
	color:#fff;
	
}

h2.content-title {
	font-size: 260%;
	font-weight: 600;
	letter-spacing: 0.07em;
	line-height: 1.6;
	margin: 90px 0 60px;
	color: #fff;
}
.topSection4 {
    background: #7598cd;
	background-size: cover;
	color:#fff;
}
.topSection4 ul li {
	padding: 9px 0px 8px 0;
}

#footer {
	background: #ededee;
	margin: 57px 0 0 0;
	font-size: 90%;
}

#container .section-inner2, #containerBox .section-inner2 {
	width: 980px;
	text-align: center;
	margin: auto;
	padding: 40px 0;
	max-width: 90%;
	position:relative;
	overflow:hidden;
}
#container .section-inner2 ul, #containerBox .section-inner2 ul {
	float:left;
	left:50%;
	position:relative;
	margin: 0 0 35px 0;
}
#container .section-inner2 li, #containerBox .section-inner2 li {
	float:left;
	left:-50%;
	position:relative;
	padding: 5px 20px 10px 15px;
}
#container .section-inner2 p, #containerBox .section-inner2 p {
	clear:both;
}

#copyright {
	width: 95%;
	font-size: 85%;
	text-align: center;
	margin: 60px auto 15px;
	padding: 10px;
}


#page-top {
    position: fixed;
    bottom: 6px;
    right: 10px;
	z-index: 100;
}






@media all and (min-width: 0) and (max-width: 767px) {
/*------------------------------------------------------------
		0～768pxからはここを読む
------------------------------------------------------------*/
	.sp {
		display: block !important;
	}
	.pc {
		display: none !important;
	}
	
	h1 img {
		width:60%;
	}
	
	.section-inner .boxLeft {
		float:none;
		width: 100%;
	}
	.section-inner .boxRight {
		float:none;
		margin: 40px 0 0 0;
	}
	
	.topSection2 ul li {
		float:none;
		width:90%;
		margin: 7% 1% 0 1%;
		padding-top: 9%;
	}
	.topSection2 ul li img {
		width:70%;
	}
	
	/*------------------------------------------------------------
		ヘッダー
	------------------------------------------------------------*/
	#gHeader .menuBox {
		position: absolute;
		left: 0;
		top: 70px;
		width: 100%;
		display: none;
		float: none;
		background-color: #FFF;
	}
	
	#gHeader .menuBox .close {
		padding-bottom: 20px;
		display: block;
		text-align: center;
	}

	#gHeader .menu {
		display: none;
	}
	
	#gHeader .menu {
		margin: -40px 20px 0 0;
		float: right;
		display: block;
	}

	/*------------------------------------------------------------
		gNavi
	------------------------------------------------------------*/
	#gNavi  {
		margin-bottom: 21px;
	}
	
	#gNavi li {
		margin-left: 0;
		padding: 0;
		display: block;
		font-size: 15px;
		background: none;
	}

	#gNavi li:first-child {
		border-top: 1px solid #3E3A39;
	}

	#gNavi li a {
		padding: 12px 16px 11px;
		display: block;
		border-bottom: 1px solid #3E3A39;
		background: url(../img/sp_icon01.gif) no-repeat 94% center;
		background-size: 10px 21px;
	}

	#gNavi li a:hover {
		color: #3E3A39;
	}
}

@media all and (min-width: 768px) {
/*------------------------------------------------------------
		768pxからはここを読む
------------------------------------------------------------*/
	
	#gHeader .menuBox {
		display: block !important;
	}
}



/*------------------------------------------------------------
		COMPANY
------------------------------------------------------------*/
.companyTop {
	
	background: url(../images/companyBg.png) 50% 50% no-repeat;
	background-size: cover;
}

.companyTop h2.content-title2 {
	font-size: 400%;
	letter-spacing: 0.07em;
	line-height: 1.0;
	margin: 150px 0 0;
	color: #fff;
}
.companyTop p {
	margin:0;
	font-size: 200%;
}

.crumb {
	background: #fff;
	
}

.crumb .crumb-inner2 {
	width: 980px;
	text-align: right;
	margin: auto;
	padding: 5px 0;
	max-width: 90%;
	
}
.company-inner {
	width: 980px;
	text-align: left;
	margin: auto;
	padding: 0;
	max-width: 90%;
}
.messageLeft {
	float:left;
	padding: 90px 0 0 0;
}
.companyMessage {
	background:#eebb31
}
.companyMessage h2 {
	font-size: 400%;
	letter-spacing: 0.07em;
	line-height: 1.0;
	margin: 0;
	color: #fff;
}
.companyMessage p {
	margin:0;
	font-size: 200%;
	color: #fff;
}

.companyMessage img {
	float:right;
	border:5px solid #eaab00;
}

.messageTxt-inner {
	width: 980px;
	text-align: left;
	margin: auto;
	padding: 50px 0;
	max-width: 90%;
	font-size:110%;
}
#gradient {
background: -moz-linear-gradient(left, #47c9c9, #00c653);
background: -webkit-gradient(linear, left top, right top, from(#47c9c9), to(#00c653));
	height:23px;
}
.overview {
	width: 980px;
	text-align: left;
	margin: auto;
	padding: 50px 0;
	max-width: 90%;
	font-size:110%;
}

.overview h3 {
	text-align: center;
	font-size: 150%;
    padding: 30px 0 50px 0;
}
.overview table {
    width: 100%;
}
.overview table th {
    width: 22%;
    font-weight: 600;
	padding:20px 20px 20px 20px;
    vertical-align: top;
	border-top: #eebb31 1px solid;
	text-align: left;
}

.overview table td {
    text-align: left;
    border-top: #9d9d9e 1px solid;
    padding-top: 20px;
    padding-bottom: 20px;
}

#access {
    position: relative;
    padding-bottom: 30%;
    height: 0;
    overflow: hidden;
    }
    #access iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    }

.mapTxt {
	margin:0 0 0 0;
	text-align: center;
	max-width: 90%;
}

/*------------------------------------------------------------
		SERVICE
------------------------------------------------------------*/
.serviceTop {
	background: url(../images/serviceBg.png) 50% 50% no-repeat;
	background-size: cover;
}

ul.devMenu {
	margin: 0 0 34px 0;
}

ul.devMenu li{
	display: inline-block;;
    width: 17%;
	background: #eee;
	padding: 10px 2px 10px 2px;
	line-height:1.3;
}
.serviceTop h2.content-title2 {
	font-size: 400%;
	letter-spacing: 0.07em;
	line-height: 1.0;
	margin: 150px 0 0;
	color: #000;
}
#containerBox .serviceTop .section-inner p {
	margin:0;
	font-size: 200%;
	color: #000;
}

.serviceIos {
	background: url(../images/subBg.jpg) ;
	padding: 30px 0 50px 0;
}

.serviceIos h4 {
	margin: 30px 0 0 0;
	font-size: 120%;
}
.service-inner {
	background: #fff url(../images/mark.jpg) top left no-repeat;
	width: 980px;
	text-align: center;
	margin: 0 auto;
	padding: 50px 0;
	max-width: 90%;
	font-size:110%;
	margin-bottom:50px;
}
.service-inner h3 {
	font-size:150%;
	padding:10px 0 0 0;
}
.service-inner p {
	text-align:left;
	padding: 0 20px;
}

/*------------------------------------------------------------
		PRODUCT
------------------------------------------------------------*/
.productTop {
	
	background: url(../images/productBg.png) 50% 50% no-repeat;
	background-size: cover;
}

.productTop h2.content-title2 {
	font-size: 400%;
	letter-spacing: 0.07em;
	line-height: 1.0;
	margin: 150px 0 0;
	color: #fff;
}
.productMain {
	background: url(../images/subBg.jpg) ;
	padding: 30px 0 50px 0;
	
}
.product-inner {
	background: #fff url(../images/mark.jpg) top left no-repeat;
	width: 980px;
	text-align: center;
	margin: 0 auto;
	padding: 50px 0;
	max-width: 90%;
	font-size:110%;
	margin-bottom:50px;
}
.product-inner h3 {
	font-size:150%;
	padding:10px 20px;
	text-align: left;
}
.product-inner p {
	text-align:left;
	padding: 0;
	margin: 0;
	line-height: 1.7;
}

.iconImg {
	float:left;
	display: block;
	padding:0 20px;
	width: 20%;
}
.iconTxt {
	width: 73%;
    float: left;
}
.product-inner h4 {
	text-align:left;
	padding: 0;
}
.iconTxt a {
	color:#f6a80c;
	text-decoration: underline;
}
.appBox {
	margin: 15px 0 35px 0;
}

/*------------------------------------------------------------
		RECRUIT
------------------------------------------------------------*/
.recruitTop {
	
	background: url(../images/recruitBg.png) 50% 50% no-repeat;
	background-size: cover;
}
.recruitTop h2.content-title2 {
	font-size: 400%;
	letter-spacing: 0.07em;
	line-height: 1.0;
	margin: 150px 0 0;
	color: #fff;
}
.recruitTop p {
	margin:0;
	font-size: 200%;
}
.recruit-inner {
	width: 980px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	max-width: 90%;
	padding-bottom: 60px;
}
.recruitBox {
	padding: 40px 0 10px 0;
}
.recruit {
	background:#fbfbfb;
}
.recruit h2 {
	font-size: 150%;
	letter-spacing: 0.07em;
	line-height: 1.0;
	margin: 0;
	font-weight:bold;
	padding: 0 0 20px 0;
}
.recruit p {
	margin:0;
}

.boxRecruit {
	margin: 57px 0 0 0px;
}
#gradient p.mg0 {
	margin: 0;
}
.boxRecruit a {
	border: 2px solid #000;
    display: block;
    padding: 13px 67px;
    background: url(../images/arrow.png) no-repeat;
    background-position: 245px 14px;
	width: 156px;
    margin: 0 auto;
	color:#000;
}
.boxRecruit a:hover {
	color:#fff;
	background: #000 url(../images/w_arrow.png) no-repeat;
	background-position: 245px 14px;
}

.recruit h3 {
	font-size: 120%;
	letter-spacing: 0.07em;
	margin: 30px 0 0 0;
	font-weight:bold;
	padding: 0 0 8px 0;
}
.recruitBox ul {
	width: 100%;
	display: table;
	table-layout: fixed;
}

.recruitBox ul li {
	display: table-cell;
}
.recruitBox ul li img {
	/*max-width: 100%;
    height: auto;*/
    height: 180px;
    width: 254px;
}

/*------------------------------------------------------------
		CONTACT
------------------------------------------------------------*/
.contact {
	width: 980px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	max-width: 90%;
	padding-bottom: 60px;
}
.contact .contact-inner h2 {
	text-align: center;
	font-size: 400%;
	line-height: 1.0;
	margin: 150px 0 0;
	
}
.contact .contact-inner p.contactTop {
	margin:0;
	font-size: 130%;
	text-align: center;
}
.contact .contact-inner p {
	margin:30px 0 0 0;
	text-align: center;
}

.form .form_inner {
  max-width: 960px;
  margin: 0 auto;
}


.form_list {
  display: table;
  width: 100%;
  margin-bottom: 40px;
}
.form_list dt, .form_list dd {
  display: table-cell;
  vertical-align: top;
}
.form_list dt {
  width: 220px;
  padding-left: 20px;
  color: #313131;
}
.form_list dd {
  padding-left: 10px;
}
.form_list.is_required dt {
  position: relative;
}
.form_list.is_required dt:after {
  font-size: 0.75rem;
  color: #fff;
  content: '必須';
  padding: 0 16px;
  background-color: #ea5d5d;
  position: absolute;
  top: 0.3em;
  right: 0;
}
.form_footer {
  text-align: center;
}
.form_confirmation .form_list dd {
  padding: 2px 0 2px 104px;
  font-size: 18px;
  font-size: 1.125rem;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  min-width: 100%;
  width: 100%;
  border: none;
  padding: 5px 20px;
  background-color: #f7f7f7;
  box-sizing: border-box;
  height: 50px;
}

textarea {
  height: auto;
}

:placeholder-shown {
  opacity: 1;
}

.content .content_header {
  overflow: hidden;
  position: relative;
}
.content .content_img {
  background-image: url("../../../assets/img/contact/bg_main_01.jpg");
}

.input {
  position: relative;
}
.input .input_txt {
  min-width: 100%;
  width: 100%;
  border: none;
  padding: 10px;
  background-color: #f7f7f7;
  box-sizing: border-box;
  height: 50px;
}
.input .input_txt:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -23px;
  width: 46px;
  height: 46px;
  background-position: 0 -232px;
  z-index: 1;
}
.input .input_elm > select {
  min-width: 100%;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.form_footer .btn {
	background-color: #6ac2dd;
	border-style: none;
	padding: 26px 90px;
	font-weight: bold;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.form_footer .btn:hover {
	background-color: #1fa3cb;
}
.form_footer .btn2 {
	background-color: #ccc;
	border-style: none;
	padding: 26px 90px;
	font-weight: bold;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin:10px 0;
}
.form_footer .btn2:hover {
	background-color: #b1b1b1;
}
button {
	cursor:pointer;
}
.form_footer .btn3 {
	margin: 100px 0 0 0;
	background-color: #ccc;
	border-style: none;
	padding: 26px 70px;
	font-weight: bold;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.form_footer .btn3:hover {
	background-color: #b1b1b1;
}
.form_footerEnd {
	margin: 100px 0;
	text-align:center;
}
.form_footerEnd a {
    margin: 100px 0 0 0;
	background-color: #ccc;
	border-style: none;
	padding: 26px 70px;
	font-weight: bold;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
}
/*------------------------------------------------------------
		CONFIRM
------------------------------------------------------------*/

#containerBox .confirm {
	padding-bottom: 0;
}
.nokey {
	margin: 76px 0 0 0;
}
.contact .contact-inner h2.nokeyH2 {
	margin: 48px 0 0;
	
}

.form_footer a {
	color:#fff;
}


@media all and (min-width: 0) and (max-width: 767px) {
/*------------------------------------------------------------
		0～768pxからはここを読む
------------------------------------------------------------*/
.messageLeft {
	float:none;
	text-align: center;
    margin: 0 auto;
    display: block;
	padding: 50px 0 0px 0;
}
.companyMessage img {
	float:none;
	text-align: center;
    margin: 0 auto 50px auto;
    display: block;
}

#access {
	height: 300px;
}
.service-inner {
    max-width: 100%;
}
ul.devMenu li{
	font-size: 80%;
	word-wrap: break-word;
}
.iconImg {
	float:none;
	margin: 0 auto 50px auto;
	padding:0 20px;
	display: block;
	width: 60%;
}
.iconTxt {
	width: 90%;
	padding:0 4%;
}	
.recruitBox ul li {
	display: block;
	text-align: center;
}
.recruitBox ul li img {
	margin: 0 auto 50px auto;
	padding:0 20px;
	width: 80%;
}
	
.spNone {
	display: none;
}

	.form_list dt {
    font-size: 12px;
    font-size: 0.75rem;
    width: auto;
    padding-left: 0;
		margin-bottom: 12px;}
	
	.form_list dt, .form_list dd {
    display: block;
    vertical-align: baseline;
}

	.form_list dd {
    padding-left: 0;
}
	
.overview table {
    width: 100%;
}
.overview table th {
    width: auto;
	display:block;
    font-weight: 600;
	padding:20px 20px 3px 0;
    vertical-align: top;
	border: none;
	text-align: left;
}

.overview table td {
    text-align: left;
	display:block;
	border-top:none;
    border-bottom: #9d9d9e 1px solid;
    padding: 0 0 20px 0;
}	
	
	
}



