@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Karla');

.parallax {
	-webkit-transition: .4s;
	transition: .4s;
	opacity: 0;
	-webkit-transform: translateY(15%);
	transform: translateY(15%);
}

.parallax.-active {
	opacity: 1;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

.ff-karla {
	font-family: 'Karla', sans-serif;
}

.g-inner {
	position: relative;
	max-width: 1030px;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
}

.cf:before,
.cf:after {
	display: table;
	content: " "
}

.cf:after {
	clear: both
}

.cf {
	*zoom: 1
}

/*----------------------------------------------------------------------------------------------------
	全ページ共通スタイル
----------------------------------------------------------------------------------------------------*/
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

/* 要素設定*/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #3F3F3F;
	font-size: 13px;
	min-width: 1000px;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

.mt-10 {
	margin-top: 10px;
}

.mt-15 {
	margin-top: 15px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-25 {
	margin-top: 25px;
}

.vis-sp {
	display: none;
}

a {
	color: #0090E8;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:hover img {

	/*filter: alpha(opacity=70);*/
	-moz-opacity: 0.7;
	opacity: 0.7;
}

p.date {
	margin: 10px 0 0;
	font-size: 12px;
	line-height: 1.4;
}

p.indent {
	text-indent: 1em;
}

p small {
	color: #F33;
	font-size: 11px;
}

.company,
.business,
.job {
}

.right-col {
	float: right;
}

.left-col {
	float: left;
}

img.block {
	display: block;
}

.right {
	text-align: right;
}

p.alert {
	color: #F63;
}

/* header */
.pchead {
	position: relative;
	z-index: 100;
	line-height: 1;
	padding: 10px 0px 0px;
	-webkit-font-smoothing: antialiased;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.pchead_logo {

	/* padding-top: 6px; */
	padding-top: 16px;
	padding-left: 15px;
}

.pchead_logo > a {
	display: inline-block;
}

.pchead_cnt {
}

.pchead_cnt_top {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.pchead_cnt_img {
	padding-right: 15px;
}

.pchead_cnt_img a {
	display: block;
}

.pchead_cnt_img a:hover {
	opacity: 0.8;
}

.pchead_size {
	font-size: 0;
	padding-right: 15px;
	text-align: right;
}

.pchead_size dt,
.pchead_size dd {
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
}

.pchead_size dt {
}

.pchead_size dd {
	font-size: 0;
}

.pchead_size dd button {
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: bottom;
	margin-left: 4px;
	text-align: center;
	padding: 0;
	-webkit-appearance: none;
	border-radius: 4px;
	outline-style: none;
	cursor: pointer;
	border: 1px solid #ccc;
}

.pchead_size dd button.-s {
	font-size: 13px;
}

.pchead_size dd button.-m {
	font-size: 14px;
}

.pchead_size dd button.-l {
	font-size: 15px;
}

.pchead_size dd button.-current {
	background: #666;
	color: #FFF;
}

.pchead_nav {
}

.pchead_nav_list {
	font-size: 0;
}

.pchead_nav_list  > li {
	font-size: 16px;
	display: inline-block;
	position: relative;
}

.pchead_nav_list  > li > a {
	display: block;
	font-weight: bold;
	color: #333;
	padding: 20px 15px;
	transition: color .3s;
}

.pchead_nav_list  > li > a:hover {
	text-decoration: none;
	color: #391b9a;
}

.pchead_nav_sublist {
	position: absolute;
	z-index: 10;
	background: #fff;
	font-size: 14px;
	white-space: nowrap;
	border: 1px solid #ccc;
	display: none;
	min-width: 200px;
}

.pchead_nav_sublist.-bnr img {
	max-width: none;
	width: 240px;
}

.pchead_nav_sublist > li {
	border-top: 1px solid #ccc;
}

.pchead_nav_sublist  > li:first-child {
	border-top: 0;
}

.pchead_nav_sublist > li > a {
	display: block;
	color: #333;
	text-decoration: none;
	padding: 15px 20px;
	font-weight: bold;
	transition: background .3s;
}

.pchead_nav_sublist > li > a:hover {
	background: #dce8fa;
}

.pchead_nav_sublist.-bnr > li > a:hover {
	background: none;
}

/* footer */
.pcfood {
	position: relative;
	z-index: 90;
	font-size: 14px;
	line-height: 1;
	background: #eee;
	-webkit-font-smoothing: antialiased;
}

.pcfood .inner {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
}

.pcfood_row {
	padding: 35px 0;
	border-top: 1px solid #fff;
	font-size: 13px;
	spfoot_phone
}

.pcfood_row:first-child {
	border-top: 0;
}

.pcfood_pt {
	content: "";
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	background: #009CE1;
	border-radius: 5px;
	top: -60px;
	right: -70px;
}

.pcfood_pt:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 9px 10px 9px;
	border-color: transparent transparent #ffffff transparent;
	position: absolute;
	left: 50%;
	margin-left: -9px;
	top: 48%;
	margin-top: -5px;
}

.pcfood_nav {
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.pcfood_nav_col {
}

.pcfood_nav_ttl {
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.pcfood_nav_list {
	padding-left: 10px;
}

.pcfood_nav_list > li {
}

.pcfood_nav_ttl > a,
.pcfood_nav_list > li > a {
	display: inline-block;
	padding: 5px 10px 5px 10px;
	color: #333;
	position: relative;
}

.pcfood_nav_ttl > a:before,
.pcfood_nav_list > li > a:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	left: 0;
	margin-top: -3px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 5px;
	border-color: transparent transparent transparent #ccc;
}

.pcfood_nav_ttl > a {
}

.pcfood_nav_list > li > a {
}

.pcfood_sns {
	display: flex;
	padding-left: 10px;
}

.pcfood_sns > li {
	margin-left: 20px;
	position: relative;
}

.pcfood_sns > li:first-child {
	margin-left: 0px;
}

.pcfood_sns > li > a {
}

.pcfood_sns_list {
	display: none;
	position: absolute;
	bottom: 60px;
	left: 10px;
	white-space: nowrap;
	background: #FFF;
	padding: 15px 20px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

.pcfood_sns_list:before,
.pcfood_sns_list:after {
	position: absolute;
	left: -1px;
	bottom: -20px;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 15px 0 0;
}

.pcfood_sns_list:before {
	border-color: #ccc transparent transparent transparent;
}

.pcfood_sns_list:after {
	left: 0px;
	bottom: -17px;
	border-color: #ffffff transparent transparent transparent;
}

.pcfood_sns_list > li {
}

.pcfood_sns_list > li > a {
	display: block;
	padding: 5px 10px 5px 10px;
	color: #333;
	position: relative;
}

.pcfood_sns_list > li > a:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	left: 0;
	margin-top: -3px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 5px;
	border-color: transparent transparent transparent #ccc;
}

.pcfood_wrap {
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: top;
	align-items: top;
}

.pcfood_col {
	line-height: 1.8;
}

.pcfood_col a {
	color: inherit;
	text-decoration: none;
}

.pcfood_logo {
	display: inline-block;
}

.pcfood_copy {
	margin-top: 30px;
	text-align: center;
}

.pcfood_copy small {
	color: #333;
	font-size: 12px;
}

/* パンクズ */
#pankuzu {
	margin: 0 auto;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
	background-image: -moz-linear-gradient(0deg, rgb(0, 147, 227) 0%, rgb(0, 172, 216) 50%, rgb(138, 208, 3) 90%);
	background-image: -webkit-linear-gradient(0deg, rgb(0, 147, 227) 0%, rgb(0, 172, 216) 50%, rgb(138, 208, 3) 90%);
	background-image: -ms-linear-gradient(0deg, rgb(0, 147, 227) 0%, rgb(0, 172, 216) 50%, rgb(138, 208, 3) 90%);
}

#pankuzu ul {
	width: 100%;
	margin: 0 auto;
	white-space: nowrap;
	box-sizing: border-box;
	padding: 8px 15px 9px;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	font-size: 11px;
}

#pankuzu li {
	line-height: 1.1;
	color: #fff;
	vertical-align: middle;
	display: inline;
}

#pankuzu li:after {
	content: "＞";
	display: inline-block;
	padding: 0 0.5em;
	vertical-align: middle;
}

#pankuzu li:last-child:after {
	display: none;
}

#pankuzu a {
	color: #FFF;
	vertical-align: middle;
}

/* コンテンツ */
#contents {
	padding: 24px 0 67px;
}

body.company #contents {
	background: #E5F4FC;
}

body.company #contents.-white {
	background-color: #FFF;
}

body.business #contents {
	background: #E5F5F9;
}

body.office #contents {
	background: #FFF;
}

body.office #contents .contents-body {
	box-shadow: none;
	border: none;
}

.contents-head {

	/*height: 10px;*/
	width: 100%;	/*background: url(../img/bg-content-header.png) 0 0 no-repeat;*/
	margin: 0 auto;
}

.contents-body {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	line-height: 1.8;
	box-shadow: 0px 0px 5px rgba(0, 92, 156, 0.3);
	box-sizing: border-box;
	border-radius: 6px;
	border: 1px solid #BFD7EF;
	background: #fff;
	padding: 25px 30px 25px 30px;
	word-break: break-all;
}

/*.contents-body.-white {
box-shadow: none;
border: none;
}*/
.contents-body.-mt {
	margin-top: 25px;
}

.contents-body.-mb {
	margin-bottom: 25px;
}

.contents-foot {

	/*height: 10px;*/
	width: 100%;
	margin: 0 auto;	/*background: url(../img/bg-content-footer.png) 0 0 no-repeat;*/
}

.company h2 {
	background: url(../img/bg-title-company.png) 0 0 no-repeat;
	font-size: 16px;
	color: #FFF;
	line-height: 1.1;
	padding: 15px 0 15px 19px;
	margin: 0 0 28px;
}

.business h2 {
	background: url(../img/bg-title-business.png) 0 0 no-repeat;
	font-size: 16px;
	color: #FFF;
	line-height: 1.1;
	padding: 15px 0 15px 19px;
	margin: 0 0 28px;
}

section.normal {
	padding: 0 28px 0 18px;
	margin: 30px 0;
}

section.normal h3 {
	font-size: 27px;
	margin: 0 0 22px;
}

section.normal ol {
	margin: 25px 0 40px;
	padding: 0 0 0 22px;
}

section.normal li {
	list-style: decimal;
	list-style-position: outside;
}

section.normal ol.margin {
	margin-bottom: 10px;
}

section.normal ol.margin li {
	margin-bottom: 20px;
}

section.normal p.right {
	text-align: right;
}

hr {
	width: 85%;
	height: 1px;
	border: none;
	border-bottom: 1px solid #CCC;
}

a.link {
	padding-left: 12px;
	background: url(../img/bg-link.png) 0 center no-repeat;
	color: #0092E5;
}

/* インデックス */
.index #contents {
	padding-bottom: 50px;
}

.index #contents-body {
	width: 944px;
	padding: 20px 0px 10px 24px;
}

.index #contents-body p {
	margin: 14px 0 15px;
	padding: 0 0 0 12px;
}

#area-index {
	width: 100%;
	max-width: 960px;
	margin: 16px auto 0;
}

#area-index section {
	width: 49%;
	float: left;
	margin-bottom: 2%;
}

#area-index section.right-side {
	float: right;
}

#area-index section.last {
}

#area-index section .head {
	height: 10px;
	background: url(../img/bg-box-head.png) 0 0 no-repeat;
}

#area-index section .foot {
	height: 10px;
	background: url(../img/bg-box-foot.png) 0 0 no-repeat;
}

#area-index section .body {
	background: #fff;
	box-shadow: 0px 0px 5px rgba(0, 92, 156, 0.3);
	box-sizing: border-box;
	border-radius: 6px;
	border: 1px solid #BFD7EF;
	padding: 20px;
}

#area-index section a:hover {
	text-decoration: none;
}

#area-index section a:hover .head {
	background-image: url(../img/bg-box-head_o.png);
}

#area-index section a:hover .foot {
	background-image: url(../img/bg-box-foot_o.png);
}

#area-index section a:hover .body {
}

.dummy {
	display: none;
}

.dummy .head {
	background-image: url(../img/bg-box-head_o.png);
}

.dummy .foot {
	background-image: url(../img/bg-box-foot_o.png);
}

.dummy .body {
	background-image: url(../img/bg-box-body_o.png);
}

#area-index section .dummy-anchor h3,
#area-index section a h3 {
}

#area-index section .dummy-anchor h3:before,
#area-index section a h3:before {
	content: url(../img/bg-link.png);
	margin-right: 6px;
	vertical-align: 1px;
}

#area-index section .dummy-anchor h3 {
	background-image: none;
}

#area-index section a:hover h3 {
	text-decoration: underline;
}

#area-index section .dummy-anchor p,
#area-index section a p {
	color: #333;
	margin-top: 10px;
}

#area-index section img {
	float: left;
	margin-right: 20px;
}

/* 表 */
table.normal {
	width: 100%;
}

table.normal th {
	font-weight: bold;
	white-space: nowrap;
	padding: 21px 20px 14px 20px;
	border-bottom: 1px solid #CCC;
	vertical-align: top;
}

table.normal td {
	padding: 19px 20px 11px;
	border-bottom: 1px solid #CCC;
}

textarea.alert,
input.alert {
	background-color: #FFFFDD;
}

.image-style {
	margin: 10px 0 0;
	text-align: center;
}

textarea.sample {
	color: #999;
	background: #FFFFDD;
}

.sphead {
}

.sphead_wrap {
	padding: 5px 5px;
	border-bottom: 1px solid #ccc;
}

.sphead_logo {
	float: left;
}

.sphead_logo a {
	display: inline-block;
}

.sphead_menu {
	float: right;
}

.sphead_menu button {
	padding: 15px 12px;
	border: 0;
	margin: 0;
	background: none;
	cursor: pointer;
	outline-style: none;
}

.sphead_nav {
	position: relative;
}

.sphead_nav_list {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	box-shadow: 0px 3px 3px rgba(0, 92, 156, 0.3);
	background: #fff;
}

.sphead_nav_list > li {
}

.sphead_nav_list > li a {
	display: block;
	padding: 12px 15px;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
}

.sphead_nav_list > li.-bnr a {
	text-align: center;
}

.sphead_nav_list > li.-text a:before {
	content: url(../img/bg-link.png);
	margin-right: 6px;
	vertical-align: 1px;
}

.sphead_nav_list > li.-bnr img {
	width: 240px;
	height: auto;
}

.spfoot {
	background: #EEE url(../img/bg-footer.png) top center repeat-x;
	padding: 20px 15px 10px;
	font-size: 13px;
	text-align: center;
}

.spfoot_topnav {
}

.spfoot_topnav > li {
	display: inline-block;
	margin: 0 5px 5px;
}

.spfoot_topnav > li a {
	text-decoration: underline;
}

.spfoot_phone {
	margin-top: 15px;
}

.spfoot_pmark {
	margin-top: 15px;
}

.spfoot_phone a {
	display: block;
	padding: 12px 10px 10px;
	font-size: 20px;
	line-height: 1;
	background: rgb(0, 148, 227);
	color: #fff;
	border-radius: 6px;
	text-decoration: none;
}

.spfoot_phone p {
	font-size: 12px;
	margin-top: 10px;
}

.spfoot_company {
	margin-top: 15px;
	font-size: 12px;
}

.spfoot_company strong {
	font-size: 13px;
	display: inline-block;
	margin-bottom: 5px;
}

.spfoot_copy {
	margin-top: 15px;
}

.spfoot_copy small {
	color: #AAA;
}

#body {
	position: relative;
	z-index: 50;
}

@media screen and (max-width:1180px) {
	.pcfood_pt {
		right: 15px;
	}

}

@media screen and (max-width:1080px) {
	.pchead_logo {
		padding-left: 10px;
	}

	.pchead_size {
		padding-right: 10px;
	}

	.pchead_nav_list > li {
		font-size: 15px;
	}

	.pchead_nav_list > li > a {
		padding: 20px 10px;
	}

	.pchead_nav_sublist > li > a {
		padding: 15px;
	}

	.pchead_nav_sublist.-bnr img {
		width: 200px;
	}

}

@media screen and (max-width:640px) {
	#body {
		font-size: 13px !important;
	}

	.hide-sp {
		display: none;
	}

	.vis-sp {
		display: block;
	}

	.left-col,
	.right-col {
		float: none !important;
		width: 100% !important;
		margin: 0;
		padding: 0;
	}

	body {
		min-width: 360px;
	}

	.company h2,
	.business h2 {
		padding: 14px 15px 12px;
		margin-bottom: 15px;
		border-radius: 5px;
		line-height: 1.3;
		background: rgb(0, 148, 227);
		background: -moz-linear-gradient(left, rgba(0, 148, 227, 1) 0%, rgba(0, 186, 208, 1) 50%, rgba(138, 208, 0, 1) 100%);
		background: -webkit-linear-gradient(left, rgba(0, 148, 227, 1) 0%, rgba(0, 186, 208, 1) 50%, rgba(138, 208, 0, 1) 100%);
		background: linear-gradient(to right, rgba(0, 148, 227, 1) 0%, rgba(0, 186, 208, 1) 50%, rgba(138, 208, 0, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0094e3', endColorstr='#8ad000', GradientType=1);
	}

	#contents {
		padding: 15px 10px 20px;
	}

	.index #contents {
		padding-bottom: 10px;
	}

	.contents-body {
		padding: 15px;
		line-height: 1.6;
	}

	section.normal {
		padding: 0;
		margin: 20px 0;
	}

	section.normal h3 {
		font-size: 18px;
		margin-bottom: 15px;
	}

	#pankuzu ul {
		padding: 8px;
	}

	#area-index section {
		width: 100%;
		float: none;
		margin-bottom: 15px;
	}

	#area-index section.right-side {
		float: none;
	}

	#area-index section .body {
		padding: 15px;
	}

	#area-index section img {
		margin-right: 15px;
	}

	table.normal th {
		padding: 8px !important;
	}

	table.normal td {
		padding: 8px !important;
	}

}
