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

/* フォントサイズ設定 */
 .menu-item, body, table :is(th,td){
	font-size: 17px!important;
}

.global-nav-name{
	font-size: 17px!important;
}

.footer-nav .widget p{
	font-size: 17px!important;
}

h3.has-background{
    padding: 0!important;
}


/* GoogleFonts設定 */

h2, .m-plus-1p-extrabold {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  font-style: normal;
}


/* hover効果 */
.opacity:hover{
	opacity: 0.7;
}

/*ページTOPボタン*/
.page_top_btn {
	background: rgb(75 167 183 / 80%);
	background-image: var(--ver_page_top_button_url);
	background-size: 50%;
	background-repeat: no-repeat;
    background-position: center;
}
/*--------------------ここまで------------------------*/

.site-footer .widget {
    display: block;
    margin-bottom: 0;
}


/*-------------------------------------------*/
/* 採用；1日の流れ
/*-------------------------------------------*/
.timeline {
	list-style: none;
	font-family: 'Noto Sans JP';
}
.timeline > li {
  margin-bottom: 60px;
}

.timeline-date,
.timeline-content {
    color: #12657a;
}

h3 {
	font-size: 1.3rem;
	font-weight:bold;
}

/* h1, h2, h3, h4, h5, h6, .page-header-title {
    font-family: Hiragino Mincho ProN,"メイリオ",serif;
} */


/* for Desktop */
@media ( min-width : 640px ){
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .timeline-date {
    width: 110px;
    float: left;
    margin-top: 20px;
  }
  .timeline-content {
    width: 75%;
    float: left;
    border-left: 4px #e5e5d1 solid;
    padding-left: 30px;
  }
  .timeline-content h3{
	line-height: 1.8;
    margin: 0.5em 0 1.2em;
  }
  .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #6ec8cc;
    position: absolute;
    left: 106px;
    top: 24px;
    border-radius: 100%;
  }
}
/**沿革ここまで**/


/*-------------------------------------------*/
/* テーブルプレス　幅　調整
/*-------------------------------------------*/

@media screen and (max-width: 600px){
.tablepress-id-1 .column-1,
.tablepress-id-2 .column-1{
    width: 30%;
}
}


/**沿革ここまで**/



.gMenu_name{font-size:16px;}


#gMenu_outer{
	border-bottom:solid 2px #00B0EC;}


ul.gMenu li.current_page_item a{background: linear-gradient(transparent 90%,#00B0EC 10%);}

.gMenu>li:hover, .gMenu>li[class*=current]
{background-color:transparent;}

.gMenu>li:current, .gMenu>li[class*=current]
{background-color:#edfbff　;}

ul.gMenu li a:hover,
ul.gMenu li.current_page_item a:hover{background: linear-gradient(transparent 90%,#90BD20 10%);}





ul.gMenu li{border-left:none;}


ul.gMenu li:last-child{border-right:none;}

.header_scrolled .gMenu>li{border-left:none;}/*pcでスクロールしても同じ装飾*/
.header_scrolled .gMenu>li:last-child{border-right:none;}/*pcでスクロールしても同じ装飾*/

/*必須の調整*/
.haveto{
    background-color: #1ea4db;
	color:#fff;
    font-size: 1rem;
    padding: 0px 3px;
    display: inline-block;
    border-radius: 3px;
    margin: 5px;
}


/* 任意の調整 */
.any {
    background-color: transparent;
	color:#1ea4db;
    font-size: 1rem;
    padding: 0px 3px;
    display: inline-block;
	border: solid 1px #1ea4db;
    border-radius: 3px;
    margin: 5px;
}

/* コンタクトフォームの項目を太字に */
.bold{
	font-weight: bold;
}




/* コンタクトフォームの設定 ここまで-----------------------------------------------*/

/*----- reCAPTCHAマークがトップへ戻るボタンとかぶるのでをずらして表示　---*/
.grecaptcha-badge{
	margin-bottom: 60px;
	z-index: 9999;
}
@media screen and (max-width: 600px){
.grecaptcha-badge{
	margin-bottom: 100px;
}

/* モバイルナビのデザイン設定 */

.vk-mobile-nav-menu-outer .menu-item a{
	padding: 20px;
	margin: 5px;
	border: none;
	border-radius: 10px;
	background: #1ea4db;
	color: #fff;
	font-size: 16px;
}

