@charset "UTF-8";
/*--------------------------------
 　共通
--------------------------------*/
.content-body a:hover, .title a:hover {
    color: #8b7246;
    text-decoration: underline;
    opacity: 1;
}

.midashi {
    font-size: 12px;
    display: contents;
    line-height: 12px;
}
.content-body {
    padding-left: 5vw;
    padding-right: 5vw;
}
#wrapper .content {
    max-width: 100%;
}

/*--------------------------------
 　ヘッダー
--------------------------------*/
#header{
    margin-bottom: 2px;
}
.content.is-header{
    border-bottom: 1px solid #f0f0f0;
}
.header-container{
    margin: 0 50px;
}
.header-single-row .header-contact {
    padding: 0;
}
.header-single-row .header-logo {
    padding: 0;
}
.global-nav {
    margin-left: 40px;
}
/*.global-nav .header-menu,
.global-nav .header-menu > .menu-item{
    display: inline-block;
	  margin-right: 30px;
}*/
.global-nav .header-menu .menu-item a {
    padding: 52px 0 46px;
    box-sizing: border-box;
}
.header-contact .grid-row.has-columns-1{
    width: 40%;
}
.global-nav .header-menu .menu-item a {
    position: relative;
    transition: 0.3s;
    font-weight: bold;
    font-size: 16px;
}
.global-nav .header-menu .menu-item a:hover {
		transition:all 0.3s;
}
.global-nav .header-menu .menu-item a:hover::after,
.header-contact .contact-button:hover::after{
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #8b7246;
	  transition:0.3s;
}
.header-contact {
    height: 120px;
    align-items: center;
}
.header-contact-default {
    display: flex;
    align-items: center;
    height: 120px;
}
.body-home  .widget_icl_lang_sel_widget{
    height: 96px;
}
.widget_icl_lang_sel_widget{
    height: 32px;
}

/*連絡先情報*/
.header-contact .header-tel,
.header-contact .contact-left{
    color: #8b7246;
}
.header-contact .header-tel {
    font-size: 17px;
    font-weight: bold;
}
.header-contact .contact-left {
    margin-bottom: 0 !important;
}

.header-contact .contact-button {
    color: #8b7246;
    background-color: #fff;
    background-image: none;
    font-weight: bold;
    font-size: 15px;
    padding: 66px 0 46px;
    position: relative;
    margin-top: -50px;
}
.body-home .header-contact .contact-button {
    padding: 0px 0 46px;
}
.header:not(.header-left-fix) .header-contact-default .contact-right {
    margin-bottom: 0;
}
.header-contact .header-tel {
    background: url(https://syskan.com/wp-content/uploads/2021/02/tel.png) no-repeat left;
    background-size: 19px;
}


/*--------------------------------
 　見出し
--------------------------------*/
.headline-h2.hl-ul {
    border-bottom-width: 1px;
}
.headline-h2 .maintext {
    font-size: 30px;
    padding-bottom: 20px;
    padding-right: 32px;
    padding-left: 32px;
	  position:relative;
}
.headline-h2 .maintext::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 35px;
    height: 1px;
    background-color: #8b7246;
    z-index: 1000;
}
.headline-h3 .maintext {
    font-size: 24px;
}

.font-large .page-title .maintext {
    font-size: 35px;
}


/*--------------------------------
 　画像カセット横線
--------------------------------*/
.content-body hr:not(.clear)  {
    position: relative;
}
.content-body hr:not(.clear)::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 35px;
    height: 1px;
    background-color: #8b7246;
    z-index: 1000;
}

.content-body hr:not(.clear) {
    margin-top: 85px;
    margin-bottom: 20px;
}


/*--------------------------------
 　画像のhoverデザイン
--------------------------------*/
.list-item .thumb a:hover img{
    width: calc(100% - 12px);
	  height:calc(100% - 12px);
	  transition:0.3s;
}
.list-item .thumb a{
		border:1px solid transparent;
}
.list-item .thumb a:hover{
		border:1px solid #ddd;
		opacity:1;
}


.list-side-image-wrapper .list-item .thumb a:hover img {
    width: 100%;
    height: 100%;
    transition: 0.3s;
}
.list-side-image-wrapper .list-item .thumb a:hover{
		border:1px solid #ddd;
	opacity:1;
}
.list-side-image-wrapper .list-item .thumb a {
    border: none;
}
/*--------------------------------
 　画像カセット
--------------------------------*/
.gallery.layout-4 .gallery-image-caption{
    display: flex;
}
.gallery .gallery-image {
    margin-bottom: 15px;
}
.gallery .gallery-title {
    font-size: 18px;
    line-height: 1.3em;
    margin-bottom: 30px;
}

/*--------------------------------
 　ボタン
--------------------------------*/
.button-content .button-content-inner {
    background-color: #fff !important;
    border: 1px solid #e9e9e9;
    border-radius: 0;
    background-image: none;
    text-shadow: none;
    color: #000 !important;
    padding: 20px 72px 18px 24px;
}
.button-content .button-content-inner::after {
    background-color: #555;
    transition: all .3s;
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    width: 100%;
    height: 1px;
    transform: translateX(-50%);
    margin: 0;
    top: initial;
}
.button-content .left-icon {
    overflow: initial;
}
.button-content .button-content-inner::before {
    width: 24px;
    height: 8px;
    background-image: url(https://syskan.com/wp-content/uploads/2021/02/ic_pc_arrow1.png);
    content: "";
    position: absolute;
    top: 50%;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
    margin-top: 0;
    left: initial;
    right: 10px;
}
.button-content .button-content-inner:hover::after {
    width: calc(100% - 48px);
}
.button-content .button-content-inner:hover {
    border: 1px solid transparent;
	  text-decoration: none;
}


/*--------------------------------
 　記事一覧
--------------------------------*/
.l-list-news-list .list-item:hover {
    background-color: #fff;
}
.list-item .post-date {
    font-size: 15px;
}
.l-list-news-list .link-to-post {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #111;
}
.l-list-news-list a.link-to-post:hover {
    opacity: 1;
    text-decoration: underline;
}
.l-list-news-list {
    margin-bottom: 10px;
}
.list-item-text,
.gallery-text{
    padding: 25px 24px 26px;
}
.l-list-timeline .list-item-text{
    padding: 0;
}

.l-list-tile-circle .list-item .thumb a:hover,
.l-list-circle .list-item .thumb a:hover{
    border: none;
}

/*--------------------------------
 　表
--------------------------------*/
.table-content tr:nth-child(2n+1),
.table-content tr:nth-child(2n+1) th{
    background-color: #f5f5f5 !important;
}
.table-content td, .table-content th {
    border: none;
	  padding: 25px 0;
}
.table-content th {
    font-weight: initial;
}


/*-------------------------------
　横幅1000px以下でパンケーキリストに切り替え
--------------------------------*/
@media(max-width:1260px){
	.header .content.is-header {
  display: flex;
  -moz-box-pack: center;
  -moz-box-align: center;
  align-items: center;
  overflow: hidden;
  padding: 0 10px;
  justify-content: space-between;
  }

	.global-nav {
    display: none;
  }
	.global-nav-smp-link {
    display: initial;
    font-size: 30px;
  }
	.header-contact.is-smp {
    display: initial!important;
		padding-left: 0 !important;
  }
	.header-contact.is-pc{
		display:none;
	}
	.header-logo {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    float: none;
    display: inline-block;
  }
	.global-nav-smp-link {
    display: initial !important;
  }
	i.fa {
    color: #000;
  }
	.header-container{
    margin: 0;
  }
	.header:not(.header-left-fix) .header-contact {
    padding-right: 0;
  }
}


/*--------------------------------
 　スマホ画面
--------------------------------*/
@media(max-width:688px){
	
	/*ヘッダー*/
	i.fa {
    color: #000;
  }
	.header-container {
    margin: 0;
	}
	
	/*見出し*/
	.headline-h2 .maintext {
    font-size: 26px;
    padding-bottom: 15px;
    padding-right: 0;
    padding-left: 15px;
  }
	.headline-h3 .maintext {
    font-size: 22px;
	}
	
	/*記事一覧*/
	.l-list-news-list .link-to-post {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #111;
  }
	.list-item-text, .gallery-text {
    padding: 0;
	}
	
	/*表*/
	.table-content td, .table-content th {
    border: none;
    padding: 5px;
  }
	
	/*画像カセット*/
	.gallery.layout-5 .gallery-title {
    margin-bottom: 0;
  }
	.gallery.layout-6 .gallery-title {
		margin-bottom: 0;
  }
	.gallery.layout-6 .gallery-caption {
    font-size: 14px;
  }
	.gallery.layout-5 .gallery-over-content,
	.gallery.layout-6 .gallery-over-content{
    padding-left: 10px;
    padding-right: 10px;
  }
	.gallery.layout-6.gallery-ratio-4-1 .gallery-image::before {
    padding-top: 30%;
  }
	
	/*フッター*/
	#footer {
    padding-bottom: 64px;
  }
	.footer .widget-menu.is-horizontal .menu-item {
    width: 100%;
    text-align: center;
  }
	
	.footer-smp-menu {
    background-color: #8b7246;
  }
	.footer-smp-menu {
    border-top: 1px solid #8b7246;
  }
	.footer-smp-menu .footer-menu-text {
    color: #fff;
  }
	.footer-smp-menu .grid-column-inner::after {
    border-right: 1px solid #fff;
  }
	
	.wpml-ls-legacy-list-horizontal li {
    display: inline-block;
  }
	.wpml-ls-legacy-list-horizontal li a {
    width: initial;
  }

	
}



	/*共通*/



/*20210322追記*/
.body-home #main,.body-home  .content-body {
    padding-top: 0 !important;
}

.clear {
    padding-top: 50px;
}



/*20210322本多追記*/
@media(min-width:690px){
.content {
    max-width: 100%;
    padding-left: 15vw;
    padding-right: 15vw;
}
	
.gallery .grid-column-inner {
    padding-right: 32px;
    padding-left: 32px;
}	
.gallery {
    margin: 0;
}
.gallery .grid-column {
    padding: 0 0px;
}
.grid-column.grid-column-1-2.grid-column-md-1-3 {
    padding-left: 0;
    padding-right: 0;

}	
		
}



@media(max-width:689px){
h1.maintext {
    font-size: 20px !important;
}
.headline-h2 .maintext {
    padding-left: 0px;
}
}

/*20210521大串追記*/
/*--------------------------------
 　画像の下余白をなくす
--------------------------------*/
img{
	vertical-align:top;
}
/*20210521大串追記*/
/*--------------------------------
 　画像のhoverデザイン変更
　（記事一覧の設定画像？）
--------------------------------*/

.list-item .thumb a {
	box-shadow: 0 0 3px 0 rgba(0,0,0,.12), 0 2px 3px 0 rgba(0,0,0,.22);
	transition: .3s;
}
.list-item .thumb a:hover {
	box-shadow: 0 15px 30px -5px rgba(0,0,0,.15), 0 0 5px rgba(0,0,0,.1);
	transform: translateY(-4px);
}

.list-side-image-wrapper .list-item .thumb a {
	box-shadow: 0 0 3px 0 rgba(0,0,0,.12), 0 2px 3px 0 rgba(0,0,0,.22);
	transition: .3s;
}
.list-side-image-wrapper .list-item .thumb a:hover {
	box-shadow: 0 15px 30px -5px rgba(0,0,0,.15), 0 0 5px rgba(0,0,0,.1);
	transform: translateY(-4px);
}

/*20210521大串追記*/
/*--------------------------------
 　画像のhoverデザイン変更
　 画像増える度に追記？
--------------------------------*/

.image-3343 
{
	box-shadow: 0 0 3px 0 rgba(0,0,0,.12), 0 2px 3px 0 rgba(0,0,0,.22);
	transition: .3s;
}
.image-3343
:hover {
	box-shadow: 0 15px 30px -5px rgba(0,0,0,.15), 0 0 5px rgba(0,0,0,.1);
	transform: translateY(-4px);
}

.image-3343 
{
	box-shadow: 0 0 3px 0 rgba(0,0,0,.12), 0 2px 3px 0 rgba(0,0,0,.22);
	transition: .3s;
}
.image-3343 
:hover {
	box-shadow: 0 15px 30px -5px rgba(0,0,0,.15), 0 0 5px rgba(0,0,0,.1);
	transform: translateY(-4px);
}
/*------------------*/
.image-3043 
{
	box-shadow: 0 0 3px 0 rgba(0,0,0,.12), 0 2px 3px 0 rgba(0,0,0,.22);
	transition: .3s;
}
.image-3043
:hover {
	box-shadow: 0 15px 30px -5px rgba(0,0,0,.15), 0 0 5px rgba(0,0,0,.1);
	transform: translateY(-4px);
}

.image-3043 
{
	box-shadow: 0 0 3px 0 rgba(0,0,0,.12), 0 2px 3px 0 rgba(0,0,0,.22);
	transition: .3s;
}
.image-3043 
:hover {
	box-shadow: 0 15px 30px -5px rgba(0,0,0,.15), 0 0 5px rgba(0,0,0,.1);
	transform: translateY(-4px);
}


/*--------------------------------
 　新卒採用WEBページ
--------------------------------*/

/*アンダーライン*/
.background{
	background: linear-gradient(transparent 70%, #BDD9CC 30%);
}

/*20230106大田追記*/
/*--------------------------------
画像のhoverデザイン変更
複数ページ一覧（企業案内、コンサルテーションメニュー）
--------------------------------*/
.list-item .thumb a {
	display: block;
	transition: .4s cubic-bezier(0.33, 1, 0.68, 1);
	box-shadow:0 0 0 0
}
.list-item .thumb a:hover {
	transform: scale(0.95);
	opacity:0.8;
	box-shadow:0 0 0 0
}
.list-side-image-wrapper .list-item .thumb a {
	display: block;
	transition: .4s cubic-bezier(0.33, 1, 0.68, 1);
	box-shadow:0 0 0 0
}
.list-side-image-wrapper .list-item .thumb a:hover {
	transform: scale(0.95);
	opacity:0.8;
	box-shadow:0 0 0 0
}

/*--------------------------------
画像のhoverデザイン変更
PICKUP内ページ
--------------------------------*/
.image-3343  {
	box-shadow:0 0 0 0
}
.image-3343 :hover {
	transform: scale(0.95);
	opacity:0.8;
	box-shadow:0 0 0 0
}
.image-3043  {
	box-shadow:0 0 0 0
}
.image-3043 :hover {
	transform: scale(0.95);
	opacity:0.8;
	box-shadow:0 0 0 0
}

/*20250728大串追記*/
/*--------------------------------
企業案内・メニューページの投稿日の非表示
--------------------------------*/
.l-list-left-image .post-date {
  display: none !important;
}

/*--------------------------------

--------------------------------*/