@charset "utf-8";
/*
Theme Name: Lightning Child
Theme URI:
Template: lightning
Description:
Author:アートフレア株式会社
Tags: 
Version: 0.1.2
*/

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 * アートフレアユーティリティCSS
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パソコン版ではtel:～をクリッカブルにしない */
@media screen and (min-width:767px){	a[href^="tel:"] {pointer-events: none;	}}

/* フロー図へ自動連番 */
body {
   counter-reset: flow 0;  /* numberのカウンタを0に指定 */
 }
.wp-block-vk-blocks-flow{
	position:relative;
}
.wp-block-vk-blocks-flow::before {
	counter-increment: flow 1;  /* numberのカウンタを1ずつ増加 */
	content: "0" counter(flow);  /* 番号の後ろに0 */
	font-size: 100px;
	position: absolute;
	z-index: 1;
	opacity: 0.1;
	right:30px;
}
.wp-block-vk-blocks-flow *{
	z-index:2;
}

/* アニメーションを一回で固定する場合。*/
.vk_animation-active-fixed { 
	left: 0 !important; 
	right: 0 !important; 
	opacity: 1 !important; 
} 






/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 * メールフォーム 
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.contactform-entext {
	display: block;
	font-size: var(--vk-size-text-xs);
	font-weight: normal;
}

.contactform-table th {
    font-size: var(--vk-size-text);
    text-align: left;
    position: relative;
    background: #f9f9f9;
    width: 30%;
}

th.contactform-required::after ,th.contactform-unrequired::after {
	display: block;
	position: absolute;
	font-size: 14px;
	font-weight: normal;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	padding: 5px 10px;
	line-height: 1;
	border-radius: 3px;
}

th.contactform-required::after {
	content: '必須';
	background: #f55555;
	color: #fff;
}
th.contactform-unrequired::after {
	content: '任意';
	background: #eee;
	color: #888;
}

dl.contactform-addlist {
    margin: 0;
}
dl.contactform-addlist dt:not(:first-child) {
    margin-top: 1em;
}
dl.contactform-addlist dt {
    font-size: var(--vk-size-text-sm);
    color: #333;
    font-weight: normal;
}
span.mwform-file-delete {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #eee;
    line-height: 30px;
    text-align: center;
    border-radius: 50px;
    font-size: 22px;
    vertical-align: revert;
    margin-left: 3rem;
    transition: .1s;
}

span.mwform-file-delete:hover {
    background: #aaa;
    color: #fff;
}

input[type="file"] {
    font-size: 1rem;
}
p.contactform-note {
    font-size: var(--vk-size-text-sm);
    color: #777;
    margin: 0;
}
/*バリデーション＆エラー＆確認画面*/
.form-errored input, .form-errored select {
    border: solid 1px #f22 !important;
    background: #fbeeee;
}

.mw_wp_form .error::before {
    content: '\f06a';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    padding-right: .5em;
}
.mw_wp_form_preview .contactform-preview-hidden{
	display:none;	
}
input[name=submitBack] {/* 送信ボタン */
    background: transparent;
    color: var(--vk-color-primary);
    margin-right: 2em;
}




body, p {
	color:#696969;
	line-height:2.1em;
}

.global-nav-list>li:hover:before, .global-nav-list>li[class*=current]:before {
    display:none;
}

.site-header {
    box-shadow: none;
    padding: 60px 0px;
	background-image:url(../../../wp-content/uploads/bk-page.png) ;
	background-repeat:repeat-x;
	background-position:top center;
	background-color: transparent;
}

.site-header-logo a {
	display:none;
}

.device-pc .global-nav-list>li>a {
    padding: 14px 2.5em;
}
.device-pc .global-nav-list>li>a:hover {
	color:#828ed9;
}
.global-nav-list>li .global-nav-name {
    font-size: 16px;
}

#menu-item-2712:before, 
#menu-item-2712:hover:before {
    content: " ";
    background-image: url(../../../wp-content/uploads/header-cate-bk.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 124px;
    height: 124px;
    position: absolute;
    top: -32px;
    left: 16px;
	border-bottom:none;
	display:block;
}

.site-body {
    padding: 3.5rem 0 0;
}
.site-footer {
    border-top: none;
}

.box-mainimg {
	/*margin-top:-120px;*/
	background-position: calc(50% - 60px) center !important;
	/*background-size:contain !important;*/
	background-size:1325px 493px !important;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin-top: -70px;
}
.box-mainimg-inner {
	display:block;
}
.box-mainimg-inner .wp-block-column {
	width:283px;
	display:block;
}
.ttl-mainimg {
    font-size: 40px;
    text-align: center;
    margin: 35px 0 20px;
}


.btn-a a {
	border:none;
	width:240px;
	max-width:100%;
	box-sizing:border-box;
	margin:0 auto;
	display:block;
	box-shadow: 0px 6px 10px -2px rgba(0,0,0,0.2);
	border-radius: 22px;
}


.bk-home-a > span {
	background-image:url(../../../wp-content/uploads/kbk-a.png) ;
	background-repeat:repeat-x;
	background-position:center bottom;
}

.ttl-a {
	font-size:28px;
	font-weight:bold;
	margin:0 0 35px;
	text-align:center;
}

.box-home-a {
	background-image:url(../../../wp-content/uploads/pbk-a.png) ;
	background-repeat:no-repeat;
	background-position:center center;
	padding:50px 0;
}


.ttl-b {
	margin-bottom:50px;
}

.ttl-b .emp01 {
	font-family: Lato,'Noto Sans JP','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size:84px;
	font-weight:bold;
	color:#e7e7e7;
	display:block;
}
.ttl-b .emp02 {
	font-size:28px;
	font-weight:bold;
	display:block;
}

.box-home-b .wp-block-column {
	position:relative;
}
.box-home-b .ttl-b .emp02 {
    margin-left: 110px;
}

.ttl-c1 {
	background-image:url(../../../wp-content/uploads/icon-line-a.png) ;
	background-repeat:no-repeat;
	background-position:left bottom 11px;
	font-size:22px;
	font-weight:bold;
	padding:0 0 0 105px;
	position: absolute;
    top: 32px;
    left: 415px;
}

.pt-c1 {
	position: absolute;
    top: -17px;
    left: 740px;
}

.box-home-c .wp-block-column {
	position:relative;
}
.box-home-c .ttl-b {
	text-align:center;
	margin-bottom: 80px;
}

.ttl-c2 {
    background-image: url(../../../wp-content/uploads/icon-line-a.png);
    background-repeat: no-repeat;
    background-position: left bottom 11px;
    font-size: 22px;
    font-weight: bold;
    padding: 0 0 0 105px;
    position: absolute;
    top: 48px;
    right: 150px;
}

.pt-c2 {
    position: absolute;
    top: 24px;
    right: 50px;
}


.ttl-d {
position: relative;
display: block;
margin:20px 0 25px;
text-align:center;
font-size:17px;
}
.ttl-d:after {
content: '';
position: absolute;
bottom: -10px;
display: inline-block;
text-align:center;
width: 51px;
height: 2px;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color: #828ed9;
border-radius: 2px;
}


.box-home-c-grid {
	margin-bottom:40px;
	color:#333;
	line-height:2.1em;
}
.box-home-c-grid p {
	color:#333;
	line-height:1.7em;
}

.box-home-c-grid .wp-block-vk-blocks-grid-column-item {
	border:2px solid #8f9ae1;
	padding:18px;
	background-color:#fff;
}

.box-home-c-grid .grid-2, 
.box-home-c-grid .grid-3 {
	flex:0 0 27%;
    height: 420px;
}
.box-home-c-grid .grid-1 {
	flex:0 0 36%;
	max-width:100%;
}

.box-home-c-grid .row {
    justify-content: space-between;
	align-items: flex-end;
	margin-right: 0;
    margin-left: 0;
}


.box-home-d .wp-block-column {
	position:relative;
}
.box-home-d .ttl-b .emp02 {
    margin-left: 129px;
}

.ttl-c3 {
    background-image: url(../../../wp-content/uploads/icon-line-a.png);
    background-repeat: no-repeat;
    background-position: left bottom 11px;
    font-size: 22px;
    font-weight: bold;
    padding: 0 0 0 105px;
    position: absolute;
    top: 32px;
    left: 308px;
}

.pt-c3 {
    position: absolute;
    top: -17px;
    left: 715px;
}


.box-home-e {
	padding:5em 0 2em !important;
}

.box-home-e-inner .wp-block-column:nth-child(1) {
	flex: 0 0 43%;
}
.box-home-e-inner .wp-block-column:nth-child(2) {
	flex: 0 0 28%;
	text-align:center;
}
.box-home-e-inner .wp-block-column:nth-child(3) {
	flex: 0 0 28%;
	text-align:center;
}

.ttl-contact-a {
	font-size:20px;
	font-weight:normal;
	margin:30px 0 0 !important;
}

.ttl-contact-b {
	font-size:17px;
	font-weight:normal;
	margin:0px 0 0px !important;
}
.p-tel {
	font-family: "Noto Serif JP",sans-serif !important;
	 "Noto Serif JP",sans-serif;
	font-size:29px;
	margin:10px 0 0;
}
.p-tel span {
	font-family: "Noto Serif JP",sans-serif !important
}

.p-tel .fa-phone-square-alt:before {
    margin-right: 0px;
    display: inline-block;
    vertical-align: middle;
}

.btn-mail a {
	border:none;
	width:230px;
	max-width:100%;
	box-sizing:border-box;
	margin:20px auto;
	display:block;
	box-shadow: 0px 6px 10px -2px rgba(0,0,0,0.2);
	border-radius: 22px;
	color:#828ed9 !important;
}

.site-footer-content .col-lg-6:nth-child(1) {
    flex: 0 0 20%;
}
.site-footer-content .col-lg-6:nth-child(2) {
    flex: 0 0 80%;
	max-width:100%;
}
#block-8 {
	margin:40px 0 20px;
}

#block-8 p {
	font-size:16px;
	text-align:center;
	font-family: "Noto Serif JP",sans-serif;
}


.page-header {
	display:none;
}
#breadcrumb {
	display:none;
}


.box-pageimg {
	margin-top:-150px;
	background-size:contain !important;
}
.box-pageimg-inner {
	display:block;
}
.box-pageimg-inner img {
	margin: -34px 0 34px 30px;
}
.box-pageimg-inner .wp-block-column {
	width:600px;
	display:block;
	max-width:100%;
}

.ttl-pageimg {
	clear:both;
	padding: 40px 0 0px;
}

.ttl-pageimg .emp01 {
    font-size: 28px;
    font-weight: bold;
    display: block;
	z-index: 1;
}
.ttl-pageimg .emp02 {
	font-family: Lato,'Noto Sans JP','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size:70px;
	font-weight:bold;
	color:#ccc;
	display:block;
	position: relative;
    margin-left: 50px;
    margin-top: -10px;
	z-index:-1;
	opacity:0.5;
}



.ttl-circle-number {
	font-size:30px;
	font-weight:bold;
	margin:0 0 45px;
	position:relative;
}
.ttl-circle-number .emp01 {
    background-color: #828ed9;
    font-size: 22px;
    color: #fff;
    border-radius: 50%;
    padding: 19px 0 0;
    display: inline-block;
    width: 80px;
    height: 80px;
    box-sizing: border-box;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}
.ttl-circle-number .emp02 {
    border-bottom: 3px solid #828ed9;
    padding: 16px 0 2px;
    margin-left: 100px;
    display: block;
    vertical-align: top;
}

.pa1-b, 
.pa1-c {
	background-color:#fff;
	border:3px solid #828ed9;
	box-shadow: 0px 6px 10px -2px rgba(0,0,0,0.2);
}



.ttl-e {
position: relative;
display: block;
margin:20px 0 45px;
text-align:center;
font-size:34px;
}
.ttl-e:after {
content: '';
position: absolute;
bottom: -10px;
display: inline-block;
text-align:center;
width: 60px;
height: 4px;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color: #FFA67A;
border-radius: 2px;
border-bottom:none;
}

.ttl-g {
margin:50px 0 20px;
text-align:center;
font-size:26px;
}

.ttl-f {
margin:10px 0 20px;
text-align:center;
font-size:22px;
color:#828ed9;
}

.box-pb1-a {
	text-align:center;
}

.box-pb1-a-grid, 
.box-pb1-a-grid p {
	color:#333;
	line-height:1.7em;
}

.box-pb1-a-grid .row {
	justify-content: space-between;
}
.box-pb1-a-grid .row .wp-block-vk-blocks-grid-column-item {
    flex: 0 0 32%;
    border: 1px solid #c5ccf3;
    padding: 30px 20px 10px;
    margin: 10px 0;
    background-color: #fff;
}

.box-pb1-b2 {
	margin:20px 0 0;
}

.pb1-c img {
	border:2px solid #C3D700;
	box-shadow: 7px 7px 0px 0px #C3D700;
	width:99%;
}

.box-pb1-c2, 
.box-pb1-c3 {
	max-width:900px !important;
}

.table-company {
	max-width:800px;
	margin:0 auto;
	font-family: "メイリオ", sans-serif, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic" ;
}
.table-company td:first-child {
	font-weight:bold;
}
.table-company td {
	padding:20px;
}

.page-id-2914 .bk-page-a .vk_outer-background-area {
	background-image:url(../../../wp-content/uploads/pbk-c.png) ;
	background-repeat:no-repeat;
	background-position: center top 300px;
}

.ttl-h {
position: relative;
display: block;
margin:20px 0 45px;
text-align:center;
font-size:34px;
}
.ttl-h:after {
content: '';
position: absolute;
bottom: -10px;
display: inline-block;
text-align:center;
width: 60px;
height: 4px;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color: #828ed9;
border-radius: 2px;
border-bottom:none;
}


.ttl-i {
margin:10px 0 20px;
text-align:center;
font-size:26px;
}

.box-pc1-a, 
.box-pc1-b, 
.box-pc1-d {
	text-align:center;
}


/*.category-info .site-header-logo a, 
.single-post .site-header-logo a {
    display: inherit;
    position: absolute;
	top:40px;
}*/
/*.category-info .site-header-logo a img, 
.single-post .site-header-logo a img {
	max-height: 110px;
}*/


/*.category-info .page-header, 
.single-post .page-header {
    display: flex;
	background-color:#e8ebfe;
}*/

.category-info .page-header, 
.single-post .page-header {
    display: flex;
	background-color:#fff;
	background-image: url(https://kanda-career.com/wp-content/uploads/mainimg-bk.png);
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
	padding-top: 15.5em;
    padding-bottom: 3.5em;
	height: 428px;
    box-sizing: border-box;
    margin-top: -100px;
	margin-bottom:4em;
}
.page-header-title {
    font-size: 28px;
    font-weight: bold;
    display: block;
    z-index: 1;
	text-align:left;
}
.page-header-title::after {
    content: 'INFORMATION';
    font-family: Lato,'Noto Sans JP','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    font-size: 70px;
    font-weight: bold;
    color: #ccc;
    display: block;
    position: relative;
    margin-left: 50px;
    margin-top: -10px;
    z-index: -1;
	opacity:0.5;
}
.category-info .site-header-logo a img,
.single-post .site-header-logo a img {
    width:220px;
	height:auto;
	max-height: 202px;
}
.category-info .site-header-logo a, .single-post .site-header-logo a {
    display: inherit;
    position: absolute;
    top: 134px;
    margin-left: 30px;
}

.category-info .sub-section, 
.single-post .sub-section {
	display:none;
}

.category-info .main-section, 
.single-post .main-section {
    width: 100%;
}

.next-prev {
	display:none;
}

.archive-header-title {
position: relative;
display: block;
margin:20px 0 55px;
text-align:center;
font-size:34px;
}
.archive-header-title:after {
content: '';
position: absolute;
bottom: -10px;
display: inline-block;
text-align:center;
width: 60px;
height: 4px;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color: #828ed9;
border-radius: 2px;
border-bottom:none;
}

.category-info .site-body {
    padding: 4em 0 7em;
    background-color: #fafafa;
}

.box-prv {
	padding:20px 0px 0 !important;
}

.contactform-entext {
	display:none;
}

#block-8 p a {
	text-decoration:none;
}

#block-8 p a:hover {
	text-decoration:none;
	color:#828ed9;
}


#block-11 {
	margin:40px 0 20px;
}

#block-11 p {
	font-size:16px;
	text-align:center;
	font-family: "Noto Serif JP",sans-serif;
}

#block-11 p a {
	text-decoration:none;
}

#block-11 p a:hover {
	text-decoration:none;
	color:#828ed9;
}

.vk_step .vk_step_item .vk_step_item_dot_caption {
    line-height: 1.4;
}

/*20221216 トップページ　サービス事業紹介*/
.box-home-c-grid02 .wp-block-vk-blocks-grid-column-item {
  border: 2px solid #8f9ae1;
  padding: 18px;
  background-color: #fff;
}
.box-home-c-grid02 .grid2022 {
flex: 0 0 40%;
margin: 0 auto;
}
.box-home-c-grid02 {
  margin-bottom: 40px;
}

/*20230427　会社概要ページ改修*/
.add230427-1 h2{
	font-family: Lato,'Noto Sans JP','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size:40px;
}
.add230427-1-inr{
	position:relative;
	padding-top:80px;
	margin-bottom:170px;
}
.add230427-1-inr p{
	font-size:26px;
}
.add230427-1-inr>div{
	position:relative;
	z-index:1;
}
.add230427-1 .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child){
	margin-left:0;
}
.add230427-1 .wp-block-columns{
	gap:100px;
}
.add230427-1 .wp-block-image{
	margin-bottom:0;
}
.add230427-1-inr:after{
	content:"";
	position:absolute;
	top:0;
	bottom:80px;
	background-color:#ededed;
	z-index:0;
}
.add230427-1>div .add230427-1-inr:nth-of-type(2n) .wp-block-columns{
	flex-flow:row-reverse;
}
.add230427-1>div .add230427-1-inr:nth-of-type(2n-1):after{
	left:0;
	right:calc(50% - 100px);
}
.add230427-1>div .add230427-1-inr:nth-of-type(2n):after{
	left:calc(50% - 100px);
	right:0;
}
.add230427-2 .wp-block-columns{
	border:solid 1px #999;
	overflow:hidden;
	padding:40px 10px 40px 30px;
	margin-bottom:30px;
}
.add230427-2 .wp-block-image{
	margin-bottom:0;
}
.add230427-2 .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child){
	margin-left:0;
}
.add230427-2 .wp-block-columns>div:first-child{
	display:flex;
	align-items:center;
}
.add230427-2 h2{
	font-size:20px;
	line-height:1em;
}
.add230427-2 h2 em{
	font-size:.7em;
	padding-bottom:5px;
	font-family: Lato,'Noto Sans JP','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	display:block;
	font-style:normal;
}
.add230427-2 p{
	line-height:1.7;
	font-size:15px;
}
.add230427-2 .row>div:nth-of-type(2n-1){
	margin-top:-40px;
}
.add230427-3.wp-block-cover{
	min-height:380px;
}
.add230427-3 p{
	margin-bottom:0;
	letter-spacing:.1em;
}

.wp-block-group__inner-container .value-text em{
font-size: 26p;
}
