@charset "utf-8";
/*
Theme Name: Lightning Child Sample
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.1.2
*/

/* form */
label {
	min-width: 70%;
}
img.imgSdw {
	box-shadow: 8px 8px 8px rgba(0,0,0,0.25);
	margin-bottom: 10px;
}
.wide {
	text-align: center;
}

/* top */
.home .widget.widget_ltg_post_list {
	position: relative;
}
.home .widget.widget_ltg_post_list .btn {
	position: absolute;
	right: 15px;
	top: 1.75em;
}
.home .widget.widget_ltg_post_list .mainSection-title {
	margin-bottom: 0;
}
.home .widget.widget_ltg_post_list .media,
.postList .media {
	padding: 1.25em 0;
}
.home .veu_3prArea_image_link {
	overflow: hidden;
	background-color: #000;
}
.home .veu_3prArea_image_link img {
	display: block;
	transition-duration: 0.3s;
}
.home .veu_3prArea_image_link img:hover {
	transform: scale(1.1);
	transition-duration: 0.3s;
	opacity: 0.6;
}
.home .bnArea img {
	width: 100%;
	height: auto;
}
.home .bnArea .bnArea__box {
	color: #fff;
	background:  url(/assets/images/top/bg_right.jpg) center no-repeat;
	background-size: cover;
	border: 1px solid #9B9B8C;
	box-sizing: border-box;
	padding: 1em;
	margin-bottom: 20px;
}
.home .bnArea .bnTxt {
	margin-bottom: 1em;
	line-height: 1.4;
}
.home .bnArea .bnContact {
	margin-bottom: 0;
}
.home .bnArea .bnContact img {
	display: block;
	width: 184px;
	margin: auto;
}
.home .bnArea .bnBtn {
	display: block;
	background-color: rgba(0,0,0,0.7);
	color: #fff;
	padding: 1em;
	margin-bottom: 1em;
	line-height: 1.4;
	font-size: 90%;
}
.home .bnArea .bnBtn:hover {
	background-color: #000;
}
.home .bnArea .bnBtn span {
	position: relative;
	padding-left: 2.25em;
	display: inline-block;
}
.home .bnArea .bnBtn span:before {
	font-family: "Font Awesome 5 Free";
  content: "\f0e0";
	position: absolute;
	left: 0;
	top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
	font-size: 150%;
}
.home .bnArea .bnList {
	margin: 0;
	padding: 0;
}
.home .bnArea .bnList li {
	list-style: none;
	margin-bottom: 10px;
}
.home .bnArea .bnList li a {
	color: #333;
}
.home .bnArea .bnList li img {
	display: block;
	margin-bottom: 10px;
}
.home .bnArea .bnList li span {
	font-size: 83%;
	line-height: 1.4;
	display: block;
}


/* side */
.side_nav ul {
	padding-left: 0;
}
.side_nav ul li {
	list-style: none;
	margin-bottom: 0.5em;
}
.side_nav ul li i {
	color: #54b2e9;
}
.side_nav ul li a {
	color: #333;
}
.side_nav ul li a:hover {
	color: #54b2e9;
}

/* anc */
@-webkit-keyframes modify{
      0% { padding-top: 60px; margin-top: -60px; }
    100% { padding-top: 0; margin-top: 0; }
}
@keyframes  modify{
      0% { padding-top: 60px; margin-top: -60px; }
    100% { padding-top: 0; margin-top: 0; }
}
#anc01:target,
#anc02:target,
#anc03:target,
#anc04:target {
    -webkit-animation: modify 0.1s;
    animation: modify 0.1s;
}

/* common */
.fontS {
	font-size: 72%;
}
.entry-meta_items.entry-meta_items_term,
.entry-meta_items.entry-meta_items_author,
.entry-meta_items.entry-meta_updated,
.entry-meta-dataList,
.veu_postList .postList_meta_items.postList_terms {
	display: none;
}
.center {
	text-align: center;
}
.min {
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.alpha {
	font-family: serif;
}
.entry-body img {
	width: 100%;
	height: auto;
}

/* table */
.tablepress tbody td {
    vertical-align: middle !important;
}

/* footerInfo */
.footerInfo {
	background: url(/assets/images/bg_foot.jpg) center bottom no-repeat;
	background-size: 100% auto;
	color: #fff;
	padding: 30px 0;
}
.footerInfo h1 {
	font-size: 23px;
	line-height: 1;
}
.footerInfo .box.box02 dl {
	margin: 0;
}
.footerInfo .box.box02 dt,
.footerInfo .box.box02 dd {
	border-left: none;
	padding-left: 0;
}
.footerInfo .box.box02 dt {
	margin-bottom: 0px;
}
.footerInfo .box.box02 a {
	color: #fff;
}
.footerInfo .box.box03 a {
	color: #fff;
	display: block;
	width: 13em;
	border: 2px solid #fff;
	border-radius: 5px;
	text-align: center;
	padding: 0.2em 0;
}
/* business */
.business_policy {
	background: url(/assets/images/business/bg_policy.jpg) center top no-repeat;
	background-size: cover;
}
.business_policy .innerBox {
	background-color: rgba(0,0,0,0.25);
	padding: 1.5em;
}
.business_policy p {
	color: #fff;
	margin-bottom: 1em;
	text-shadow:2px 2px 4px #000;
}
.business_policy p:last-child {
	margin-bottom: 0;
}
.business_flow {
	padding-top: 20px;
}
/* recruit */
.recruit_sec01-ph {
	float: right;
	width: 45%;
	margin-left: 20px;
	margin-bottom: 5%;
}
.recruit_sec01-ph .sign {
		padding-top: 15px;
		font-size: 83%;
	text-align: center;
	}
	.recruit_sec01-ph .sign img {
		display: block;
		width: 70%;
		max-width: 160px;
		padding-top: 5px;
		margin: auto;
	}
figcaption {
	font-size: 83%;
	padding-top: 0.5em;
}
body#contact .siteContent {
	background: url(/assets/images/contact/bg.jpg) right top no-repeat;
	background-size: 40% auto;
}

@media screen and (min-width:992px) {
	a[href^="tel:"] {
    pointer-events: none;
	}
	.noPC {
		display: none;
	}
	.wide {
		width: 90%;
		height: auto;
		display: block;
		margin: 0 auto 20px;
	}
	.gMenu#menu-gnav-1 li:last-child {
		margin-left: 1em;
	}
	.gMenu#menu-gnav-1 li:last-child > a {
		background-color: #54b2e9;
		color: #fff;
		border-radius: 4px;
		transform: translateY(0.5em);
	}
	.gMenu#menu-gnav-1 li:last-child > a:hover,
	.gMenu#menu-gnav-1 li.current-menu-item:last-child > a {
		background-color: #337ab7;
	}
	.gMenu#menu-gnav-1 li:last-child > a:hover .gMenu_description {
		color: #fff;
	}
	.gMenu#menu-gnav-1 li.current-menu-item:last-child > a:hover {
		background-color: #54b2e9;
	}
	.home .widget.widget_ltg_post_list {
		width: 75%;
		float: left;
	}
	.bnArea {
		width: 23%;
		float: right;
		box-sizing: border-box;
		padding-left: 15px;
	}
	.sideSection .widget {
		/*position: fixed;*/
	}
	.col2Box {
		font-size: 0;
	}
	.col2Box .colBox {
		display: inline-block;
		vertical-align: top;
		width: 48.5%;
		margin-right: 3%;
		margin-bottom: 3%;
		font-size: 16px;
	}
	.col2Box .colBox:nth-child(even) {
		margin-right: 0;
	}
	.footerInfo .container {
		position: relative;
	}
	.footerInfo .box {
		display: inline-block;
		vertical-align: bottom;
		text-align: left;
	}
	.footerInfo .box.box01 {
		width: 25%;
		margin-right: 3%;
	}
	.footerInfo .box.box03 {
		text-align: right;
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.footerInfo .box.box03 a {
		float: right;
	}
	.footerInfo .box.box03 a:hover {
		background-color: #54b2e9;
		border-color: #54b2e9;
		text-decoration: none;
	}
	/* business */
	.business_policy {
		padding: 5%;
		margin-bottom: 5%;
	}
	.business_policy p {
		text-align: center;
		font-size: 108%;
		margin-bottom: 1.5em;
	}
	.business_policy p:after {
		content: "";
		display: block;
		width: 2em;
		height: 1px;
		background-color: #999;
		margin: 1.5em auto 0;
	}
	.business_policy p:last-child:after {
		display: none;
	}
	.business_flow {
		display: block;
		margin: auto;
		max-width: 70%;
		padding-top: 20px;
	}
	
	/* recruit */
	.recruit_sec01-ph {
		width: 30%;
		margin: 0;
	}
	.recruit_sec01-txt {
		float: left;
		width: 65%;
	}
	.recruit_sec01-ph .sign img {
		max-width: 120px;
	}
}


@media screen and (max-width:991px) {
	.noSP {
		display: none;
	}
	.sideSection .widget {
		display: none;
	}
	.tableWrap {
		overflow-y: scroll;
	}
	.tableWrap .tablepress {
		width: 610px;
	}
	.footerInfo {
		background-size: cover;
	}
	.footerInfo .box {
		text-align: center;
		font-size: 83%;
	}
	.footerInfo h1 {
		font-size: 1.2em;
	}
	.footerInfo .box.box01 .ph {
		width: 75vw;
		margin: 0 auto 5vw;
	}
	.footerInfo .box.box03 {
		border-top: 1px solid #999;
		padding-top: 5vw;
	}
	.footerInfo .box.box03 p {
		line-height: 1.2;
		margin-bottom: 1em;
	}
	.footerInfo .box.box03 a {
		margin: auto;
	}
	/* business */
	.business_policy {
		padding: 5vw;
		margin-bottom: 5vw;
	}
	.business_policy p {
		font-size: 108%;
		line-height: 1.5;
	}
	.home .bnArea {
		display: none;
	}
	.col2Box .colBox {
		margin-bottom: 5%;
		font-size: 16px;
	}
	.wide {
		margin-bottom: 5%;
	}
	/* recruit */
	.recruit_sec01-ph {
		float: none;
		width: 45%;
		margin: 0 auto 5vw;
	}
}

@media screen and (max-width:767px) {
	body#contact .siteContent {
		background-image: none;
	}
}