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

/* この表記がないとフッター上部に謎の線が現れる */
.subSection-title:after, h3:after {
    content: "";
	border-bottom:none;
}

/* TOP上部画像を中央揃え */
.nexus_center{
	text-align:center;
}


/* H2デザイン */

h2{
	border-top:none;
	border-bottom: 5px solid #e9e9e9;
	padding-bottom: 8px;
	margin-top:0px;
	margin-bottom:10px;
	
}

h2:before {
    content: url("https://sign-nexus.jp/wp-content/uploads/2021/05/h_icon_50px.png");
	position:relative;
    top:5px;
    left:0; 
	margin-right:10px;
}

/* ヘッダーメニューデザイン。
------------------------ */

.siteHeader .container{
	margin-bottom:0px !important;
	padding-bottom: 0px !important;
}

.siteHeader{
	background-image:url("https://sign-nexus.jp/wp-content/uploads/2021/04/sola-1.png") !important;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (min-width: 992px)
.siteHeader .container {{
    padding-bottom: 0px;
}}


/* パソコンで見たときは"header_textpc"のclassがついた画像が表示される */
	.header_textpc { 
		display: block !important;
		width:300px;
		margin:0 0 0 auto;
		}

	.header_textsp { display: none !important; }

/* スマートフォンで見たときは"header_textpc"のclassがついた画像が表示される */
@media only screen and (max-width: 1199px) {
    .header_textpc { display: none !important; }
    .header_textsp { 
		display: block !important; 
		margin: 10px auto;
	
	}
}

/****************************
グローバルメニューリセット設定
****************************/

/* PCで見たときli下に変な線が出るから消す */
.gMenu>li:before{
	border-bottom:none !important;
}

#gMenu_outer {
	padding: initial !important;
	margin: initial !important;
	width: initial !important;
	height: initial !important;
	float: initial !important;
	content: initial !important;
}
/****************************
マウスオーバーカラー
フォントサイズ
上下余白
****************************/
ul.gMenu li a {
	padding-top: 0.7em !important;
	padding-bottom: 0.5em !important;
}
strong[class="gMenu_name"]{
	font-size: 1.1em !important;
}

ul.gMenu li a {
	color: #fff !important;
	font-size: 1em !important;
}
ul.gMenu li a:hover {
	color: #FFf !important;
	background-color: #2c2ccb;
}
/****************************
グローバルメニューの幅設定
****************************/
#gMenu_outer,
#gMenu_outer ul {
	margin-left: calc(50% - 50vw) !important;
	width: 100vw !important;
}
/****************************
グローバルメニュー仕切り線
****************************/
#gMenu_outer li {
	width: 100% !important;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ddd;
	color:#fff;
	background: linear-gradient(#898989,10%,#404040);
}

/****************************
2次メニュー設定
****************************/
#gMenu_outer .sub-menu {
	width: 100% !important; 
	margin: 0px !important;
	padding: 0px !important;
 left: 0px !important;
}
#gMenu_outer .sub-menu a:hover {
	font-weight: bold;
    background-color: #90EE90 !important;
}
#gMenu_outer .sub-menu a {
 	padding: 1.0em !important;
    background-color: #6DD900 !important;
	font-weight: bold;
}
/****************************
ここまで
****************************/

/****************************
グローバルメニュー2段設定
*****************************
グローバルメニュー
メイン文字下の英文字設定

各メニューの右側の数値は、
ページソースを見て、
調べてください。
****************************/
#menu-item-31 > a:after {
	content: 'Company';
	display: block;
}
#menu-item-51 > a:after {
	content: 'Service';
	display: block;
}
#menu-item-54 > a:after {
	content: 'sample1';
	display: block;
}
#menu-item-57 > a:after {
	content: 'Flow';
	display: block;
}
#menu-item-60 > a:after {
	content: 'Contact';
	display: block;
}
#menu-item-238 > a:after {
	content: 'Home';
	display: block;
}

#menu-item-306 > a:after {
	content: 'Flow';
	display: block;
}

#menu-item-361 > a:after {
	content: 'Example';
	display: block;
}


/* メニュー下の余白を消したいけどどうにもならず苦戦中の個所
------------------------ */

.menu-menu1-container{
	padding:0px !important;
	line-height: 0 !important;
}

#menu-menu1{
	padding:0px !important;
	margin:0px !important;
}


/* セクション上の余白縮めてます。
------------------------ */
.siteContent {
    padding: 0.5rem 0 2rem !important;
}


/* ここは各項目の画像部分です。
------------------------ */

.grid{
	display:grid;
	gap:26px;
	grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
	margin-top:1%;
	margin-bottom:30px;
	text-align:center;
	
}

@media(max-width: 900px){
	.grid{
	grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
	}}

@media(max-width: 500px){
	.grid{
	grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
	gap:10px;
	}}


.item01{
	border: 1.5px solid;
	padding-top:15px;
	border-color:#afafaf;
	padding-bottom: 20px;
	box-shadow:0px -3px 3px -1px #ccc inset;
}

.item01 img{
	max-width: 93%;
}

.item01 h3{
	font-size:1.2em;
	font-weight:bold;
	border-bottom: 0px !important;
	margin-bottom:0px !important;
	margin-top:10px !important;
	position: static !important;
}

.item01 p{
	font-size:0.9em;
}


/* ここはSEOの部分です。
------------------------ */
.seotext{
	padding:20px;
	text-align:center;
}

.seotext h3{
	border-bottom:none !important;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-weight:bold;
	color: #FF3F00;
	margin-top:10px;
	margin-bottom:0px;
}

.text_seo{
	width:90%;
	text-align:left;
	margin:auto;
}

.text_seo p{
	font-size: 1.2em;
}


/* ここは企業理念の部分です。
------------------------ */
.company{
	max-width:1100px;
	display:flex;
	margin:auto;
	justify-content: space-between;

}

.company_text{
	width:60%;
	
}

.company_text p{
	font-size:1.5em;
	font-weight:bold;
	line-height:.1.2em;
	margin-bottom: 0em !important;
}

.company_map{
	width:38%;
	margin-top:10px;
	
}

@media(max-width: 900px){
	.company{
		display:block;
	}
	
	.company_text{
		width:100%;
		margin-bottom:10px;
	}
	
	.company_text p{
	font-size:1.2em;
	}
	
	.company_map{
	width:100%;
	}
}


/* ここはフッター上部の部分です。
------------------------ */

.footer_top{
	max-width:1100px;
	margin:15px auto;
	
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
	.pc { 
		display: inline-block !important;
		margin-bottom: 0px;
}
	.sp { display: none !important;
		  margin-bottom: 10px;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 500px) {
    .pc { display: none !important;
			margin-bottom: 20px;
	}
    .sp { display: block !important;
			margin-bottom: 10px;
	}
}

.mail{
	margin:15px 0px;
}


/* snsの部分です。 */
.sns_container{
	display:grid;
	gap:26px;
	grid-template-columns:repeat(auto-fit, minmax(300px,1fr));
	margin-top:2%;
	margin-bottom:10px;
}auto-fit

.sns_container img{
	margin-bottom:15px;
	text-align:center;
}

/* 作業の流れの部分です。(pc版) */
.flow_container{
	display:flex;
	justify-content:space-between;
	margin-bottom: 20px;
	
}

.flow_step{
	width:28%;
	padding:20px;
	position:relative;
	margin-bottom:20px;
	border: 1.5px solid;
	border-color:#afafaf;
	box-shadow:0px -3px 3px -1px #ccc inset;
	background-image: radial-gradient(#dadada 2px, #e8e8e8 1px);

}

.step_name{
	background-color: #FF3F00;
	width:70px;
	height:70px;
	padding:5px;
	color:#fff;
	position:absolute;
	top: -10px;
    left: -10px;
    border-radius: 50%;
    padding-left: 10px;
    padding-top: 28px;
	font-size:1em;
	font-weight:bold;

}

.flow_step img{
	width:100%;
	margin-bottom:20px;
}

.flow_step p{
	font-size:0.95em;
	line-height:1.7em;
}
.flow_step span{
	font-size: 1.2em;
    color: #FF3F00;
    font-weight: bold;
}

.arrow{
	width:30px;
	margin:auto;
}

/* 作業の流れの部分です。(スマホ版) */

@media(max-width: 500px){
	
	.flow_container{
	flex-wrap:wrap;
	margin-bottom: 20px;
}
	.flow_step{
	width:100%;
	margin-bottom:3px;
		
	}
	
	.arrow{
	width:30%;
	margin:auto;
}
}






/* ここはフッター部分です。
------------------------ */

.siteFooter{
	border: none !important;
	background-color:#000; !important;
	color:#fff !important;
	text-align:center!important;
	font-size:0.5rem !important;
	margin-top: 20px !important;
	
}

.footer_menu ul{
	list-style:none !important;
	text-align:center !important;
}

.footer_menu li{
	display:inline !important;
	font-size:1.8em !important;
	padding:0 0.8em;
	color:#fff;
}

.footer_menu li a{
	border:none;
}

/* フッタークレジットの消去
------------------------ */
footer .copySection p:nth-child(2) {
    display:none !important;
    }

/*コンタクトフォーム*/
table.contact-form {
	width: 100%;
	border-collapse: separate;
	border-spacing: 8px;
	border: none;
}
table.contact-form td {
	padding: 0 15px;
}
table.contact-form td:nth-child(1) {
	white-space: nowrap;
	background: #00228f;
	color: #FFFFFF;
}
table.contact-form td:nth-child(1) span {
	background: #ff4500;
	padding: 5px;
	font-size: 0.8em;
	margin-left: 10px;
}
@media only screen and (max-width:620px) {
	table.contact-form td {
		display: block;
		padding: 15px 0;
		text-align: center;
	}
}


/*TOP下部スライドのタイトル消し*/

.msacwl-gallery-caption{
	display:none;
}

/*自作全幅エリア*/
.full-width {
    margin: 0 calc(50% - 50vw);
    padding: 5em calc(50vw - 50%);
	margin-top:20px;
	background-image:url("https://sign-nexus.jp/wp-content/uploads/2021/05/sky1.png");
	background-repeat:no-repeat;
	background-size:cover;
	text-align:center;
	background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),


}

.full-width h3{
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size:2em;
	border:none !important;
	margin-bottom:0px !important;
}

.siteContent{
	padding:0.5rem 0 0rem !important;
}

@media (max-width: 991.98px){
.mainSection {
    margin-bottom: 0rem !important;
}
	}
