/**
Theme Name: matisse_recruit_child
Author: matisse
Author URI: https://recruit.matisse.co.jp/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: matisse_recruit_child
Template: astra
*/



#main{
	margin:40px 0 40px 0!important;
}


		 .top_vana1box:empty,
  .top_vana1box:not(:has(*)) {
    display: none !important;
  }

.top_vana1{
	background-size: 100% 100%;
}


/* 　ニュースrss　*/
.news-wrapper .rss-list {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.news-wrapper .rss-item {
    display: flex;
    align-items: center;
    height: 89px;
    gap: 16px;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}
.news-wrapper .rss-item img {
    width: 108px !important;
    height: 68px !important;
    display: block;
    object-fit: cover;
    border-radius: 5px;
    filter: drop-shadow(2px 2px 4px rgba(12, 69, 123, 0.45));
    float: left;
    z-index: 999;
}
.news-wrapper .rss-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.news-wrapper .rss-date {
    font-size: 0.85rem;
    color: #666;
    margin-bottom: 4px;
}
.news-wrapper .rss-title {
    font-size: 1rem;
    color: #000;
    text-decoration: none;
}



/* 　フッダー上　*/


.footer-1-container {
	width:100%;
  margin: 0 auto;
  padding: 0 80px 0 80px;
  text-align: center;
}

.footer-1-title {
  margin: 0 0 0 24px;
}

.footer-1-title h2 {
  text-align: left;
  display: flex;
  align-items: center;
  gap: 12px;
}


.footer-1-banners img{
	width:100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -18px;
}


.footer-1-logos {
  margin: 64px 0 64px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 80px;
}

.footer-1-logos img {
  display: inline-block;
}


@media screen and (max-width: 800px) {
	.site-above-footer-wrap[data-section="section-above-footer-builder"] .ast-builder-grid-row{
		padding: 0 0 0 0!important;
	}

	.ast-builder-html-element{
		margin:0 0 0 0!important;
	}

  .footer-1-container {
    padding: 0px 8px 20px 8px;
  }

  .footer-1-banners {
	
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 8px 0 0 0;
  }

  .footer-1-banners img {
    width: 100%;
    height: auto;
    display: block;
  }

  .footer-1-logos {
	  height:90%;
    margin: 40px auto 26px auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    overflow-x: auto;
    padding: 0 8px;
  }

  .footer-1-logos img {
    height: auto;
    max-height: 26px;
    width: auto;
    flex-shrink: 0;
  }

  .footer-1-title {
    margin: 0 0 32px 8px;
  }

  .footer-1-title h2 {
    font-size: 1.2rem;
  }


}



/* フッター下 */

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row{
			padding: 0 0 0 0 !important;
}


	.ast-hfb-header .site-footer{
		width:100%;
		margin: 0 0 0 0 !important;
	}

.site-above-footer-wrap{  
  box-shadow: 0 8px 20px rgba(12, 69, 123, 0.3); 
  z-index: 10;
  position: relative;
}

	.footer-wrap {
		width:100%;
  margin: 0 auto;
  padding: 16px 80px 20px 80px;
  text-align:left;
}

.footer-wrap h2{
	margin: 8px 0 8px 0;
}

}
.footer-title {
  margin-bottom: 0px;
}
.footer-title span {
  margin-right: 8px;
}
.footer-cols {
  display: flex;
  gap: 16px;
  flex-wrap: row;
}
.footer-cols ul {
  list-style: none;
  padding: 0;
  margin: 0;
	flex: 1;
}
.fcol1 {
	  min-width: 240px
	  width: 20%;

}
.fcol2 {
  min-width: 250px
	  width: 30%;
margin-left: -3%!important;
	margin-right: 4%!important;
}
.fcol3 {
  min-width: 250px
	  width: 30%;

}


.footer-cols li {
  margin-bottom: 0px;
  position: relative;
  padding-left: 20px;
}
.footer-cols li h4{
		font-weight: 400;
	margin-bottom: 8px;
}
.footer-cols li h4::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 15px;
  background-image: url('http://recruit.matisse.co.jp/wp-content/uploads/2025/05/f_check.svg');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;

  left: 0;
  top: 0px;
}
.footer-cols a {
  text-decoration: none;
  color: #0a2a42;
}



@media screen and (max-width: 768px) {
  .footer-cols {
    flex-direction: column;
  }
	.fcol2 {

margin-left: 0%!important;

}
		.footer-wrap {
  padding: 16px 5% 20px 5%;
}
}





		/* 　下層ページヘッダー　*/

	
.pageimagebg {
  width: 100%;
 padding: 0 0 0px 0;
height: 30vh;
filter: drop-shadow(-3px -3px 10px #FFFFFF) drop-shadow(5px 5px 6px rgba(12, 69, 123, 0.3));
	overflow-x:none;
		z-index:0;
	
}

.pageimagebg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;	
	z-index:0;
}

.pageimagebg .pagetitletextbox {
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(12px); /* Safari/Chrome */
  backdrop-filter: blur(12px);         /* Firefox (一部有効化設定必要) */
  padding: 16px 24px;
  color: #0a2342;
  font-size:20px;
	height:56px;
	width:920;
	margin: -72px 0 124px 0;
	z-index:9;
}

@-moz-document url-prefix() {
	
  .pageimagebg .pagetitletextbox {
	    background: linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.8));
  position: relative;
    backdrop-filter: none !important; /* Firefoxではぼかしを無効化 */
	      z-index: 10 !important;

  }
}


.pageimagebg .pagetitletextbox h2{
z-index:999;
margin: -14px auto 0px auto;
	line-height:1.4;
	width:920px;
	
}













	/* 上部メニュー */
.ast-builder-html-element{
margin:80px 46px 0 0;	
}

/* 弁当 */

body.page-id-13 .bento-button {
  position: fixed !important;
  z-index: 99999 !important;
  pointer-events: auto !important;
  top: 0px;
  right: 40px;
  cursor: pointer!important;
	margin: 40px 0 0 0 ;

}
 .bento-button {
  position: fixed !important;
  z-index: 99999 !important;
  pointer-events: auto !important;
  top: 0px;
  right: 40px;
  cursor: pointer!important;
margin: 10px 0 0 0 ;
}

.bento-button img {
  width: 32px;
  height: 32px;
}

/*  ドロワーメニュー本体 */
.drawer-wrap {
  position: fixed;
  top: -100vw;
  left: 5%;
  transform: translate(0%, -100%);
  width: 90%;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 3px;
  z-index: 99999999;
  overflow-y: auto!important;
  opacity: 0;
  pointer-events: none;
  transition: transform 0.4s ease, opacity 0.4s ease;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}




.mhead-box{
	
}


/* 開いた状態 */
.drawer-wrap.open {
	top:16px;
  transform: translate(0, 0);
	 display: block !important;
	 opacity: 1 !important;
  pointer-events: auto !important;
	  z-index: 99999999;
}

/* 中身 */
.drawer-inner {
  max-width: 1000px;
  margin: auto;
  padding: 0px 24px 60px 32px;
}

/* 閉じる */
.drawer-close {
  font-size: 14px;
  font-weight: 200;
  cursor: pointer;
  text-align: right;
  margin: 24px 0 0px 0;
}




/* HERP */

.herp-job-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin: 0px 0 0 0;
}


.herp-job-box {
  width: 100%;
  background: linear-gradient(100deg, #FFFFFF 65.82%, #FFFFFF 84.01%);
  box-shadow: 6.5px 6.5px 10px -2.6px rgba(12, 69, 123, 0.32);
  border-radius: 3px;
  padding: 0px 32px 24px 32px;
  box-sizing: border-box;
  position: relative;
  transition: box-shadow 0.3s ease;
	  border: 1px solid #001b4e;
}
.herp-job-box a{
	  text-decoration: none!important;
}

body.page-id-1588 .ast-single-post .entry-content a, .ast-comment-content a:not(.ast-comment-edit-reply-wrap a) {
	 text-decoration: none!important;
}

.herp-job-box:hover {
  box-shadow: 6px 6px 13px rgba(12, 69, 123, 0.4);
}

.herp-job-box h3 {
  position: relative;
  padding-left: 16px;
  font-size: 18px;
  font-weight: 700;
  color: #022036;
  line-height: 1.6;
  margin: 24px 0 8px 0;
		  text-decoration: none!important;
}

.herp-job-box h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px; 
  width: 3px;
  height: 24px;
  background: #73AABC;
  box-shadow: 6.37px 6.37px 11.46px -2.55px rgba(12, 69, 123, 0.32);
  border-radius: 2px;
}

.herp-job-box h3 a {
  display: inline-block;
  color: inherit;
  line-height: 1.6;
  vertical-align: middle;
	  text-decoration: none!important;
}
.ast-single-post .entry-content .herp-job-box h3 a {
  text-decoration: none !important;
  border-bottom: none !important;
}

.herp-job-box strong {
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
  color: #333;
  font-weight: 600;
}


.herp-job-box p {
  text-align: left;
  font-size: 14px;
  color: #333;
  line-height: 1.8;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}




/* 表 */

.job-table {
  width: 100%;
  border: 0.75px solid #001b4e;
  border-collapse: collapse;
  font-size: 14px;
  color: #001b4e;
	background-color:#ffffff;


}
.job-table tbody{
	border-radius: 5px!important;
}

.job-table th,
.job-table td {
  border: 1px solid #001b4e;
  padding: 10px;
  vertical-align: top;
  text-align: left;
}
.job-table th {
  width: 20%;
  font-weight: bold;
  background: #fff;
}
.job-table td {
	  width: 80%;
  background: #fff;
  line-height: 1.8;
}



/* タブレット用 */
@media (min-width: 768px) and (max-width: 1439px) {



}


	/* 　スマホ　*/
	
@media screen and (max-width: 768px) {
	
		body{	
	width:100vw!important;
	margin: 0  8px 0 8px;
		filter: none;
		overflow-x:hidden;
}
#main{
	width:100%;
}
  body.menu-open {
    overflow: hidden; /* ← メニューで背景を固定 */
  }
	
		img {
    max-width: 100%;
    height: auto;
  }
	html{
		overflow-x:hidden;

	}
	
	.ast-site-identity .site-title a{
  line-height:100%!important;
		font-size:16px!important;
}
	.ast-logo-title-inline .site-logo-img{
		margin-bottom: 4.5px;
	}

	.pageimagebg .pagetitletextbox {
	height:46px;
  backdrop-filter: blur(18px);         /* Firefox (一部有効化設定必要) */
	margin: -92px 0 104px 0;


}
	
			.top_vana1{
		min-height:80px;	
				
		}
	
	 .top_vana1box:empty,
  .top_vana1box:not(:has(*)) {
    display: none !important;
  }


	
	
  .top_vana1 {
    background-image: url('http://recruit.matisse.co.jp/wp-content/uploads/2025/06/mtimgbtn3_off0.webp') !important;
  
  }

  .top_vana1:hover {
    background-image: url('http://recruit.matisse.co.jp/wp-content/uploads/2025/06/mtimgbtn3_on0.webp') !important;
  }


	
	
.tlte13h2 img {
    display: inline;
  }


.pageimagebg .pagetitletextbox h2{
margin: -14px auto 0px 0;
	line-height:1.7!important;
}



	
/* 弁当 */

body.page-id-13 .bento-button {
  top: 0px;
  right: 16px;
	margin:  13px 0 0px 0;
}
 
	
 .bento-button {
  top: 0px;
  right: 16px;
	margin:  13px 0 0px 0!important;
}

.bento-button img {
  width: 24px;
  height: 24px;
}
  .drawer-wrap {
    position: fixed;
    top: 0;
    left: 5%;
    width: 90%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 3px;
    z-index: 9998;
    overflow-y: auto; 
    opacity: 0;
    pointer-events: none;
    transform: translateY(-100%);
    transition: transform 0.4s ease, opacity 0.4s ease;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  }

  .drawer-wrap.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

}

	
	
/* ワイド　*/

@media screen and (min-width: 1440px) {


body{	

	max-width:1080px!important;
	margin: 0 auto 0 auto;
		filter: drop-shadow(1px 1px 15px rgba(42, 79, 93, 6));
}



.top_box2 {
    background-image: url("https://recruit.matisse.co.jp/wp-content/uploads/2025/04/r_topbg2.webp");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 74.6vw auto;
}
	
	

	
}
	
