@charset "UTF-8";


/*=======================================================*/
/*      		セクション毎のCSS   			  		  */
/*======================================================*/


/*======= 共通 ======*/

/*タイトル(共通)*/
.spot-heading01{
	text-align: center;
	position: relative;
	top:-60px;
	display: block;
	z-index: 3;
	margin-bottom: -60px;
}

.spot-heading01 .heading-line {
	width: 1px;
	height: 120px;
	background-color: var(--main-color);
	margin: 0 auto;
}

.spot-heading01 p {
	position: relative;
	
	font-size: clamp(35px,2.4vw,70px);
	color: var(--main-color);
	font-weight: bold;
	margin: 0;
}

.spot-heading01 h2 {
	position: relative;
	top:-15px;
	font-size: clamp(18px,2.4vw,20px);
	color: #000;
	font-weight: normal;
}

/*======= TOP ======*/
/*ご挨拶*/
.greeting {
	padding: clamp(40px, 6vw, 90px) 0 var(--v-space) ;
	background-color: var(--base-color);
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}
.greeting-haba{
	max-width: 950px;
	margin: 0 auto;
	padding: 2% 0 0 0;
}
.top-card__item{
	display: grid;
	grid-template-columns: 0.59fr 2fr;
	gap:5px;
}
@media (max-width: 568px) {
	.top-card__item{
		display: grid;
		grid-template-columns: 1fr;
		gap:5px;
	}
	.img-width-sp{
		width: 200px;
	}
}
.top-card__item div{
	/*子要素のそれぞれのdivの高さを揃える記述*/
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 2;
	/* margin-bottom: 20px; */
	/*ここまで*/

}
.top-card__item p{
	text-align: center;
	font-size: 12px;
}
.top-card__item img{
	margin: 0 auto;
}


/*TELバナー*/
.tel_bnr{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}
@media (max-width: 568px) {
	.tel_bnr{
		grid-template-columns: repeat(1, 1fr);
	}
}


/*======= 弊社の特徴 ======*/
.sec1 {
	padding: var(--v-space) 0;
	background-color: #002d61;
	background-image: url(../img/bg_01.jpg);
	background-size: 100%;
	background-position: bottom;
	background-repeat: no-repeat;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}
@media only screen and (max-width: 568px) {
	.sec1 {
		background-image: url(../img/bg_01_sp.jpg);
	}
}


/*======= 業務内容 ======*/
.sec2 {
	padding: var(--v-space) 0;
	background-color: #FFF;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

/*======= 求人について ======*/
.sec3 {
	padding: var(--v-space) 0;
	background-color: #2d2d2d;	
	background-image: url(../img/bg_02a.svg),url(../img/bg_02.jpg);
	background-size: auto 100%,cover;
	background-repeat: no-repeat,no-repeat;
	background-position: center,center;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}
@media only screen and (max-width: 568px) {
	.sec3 {
		background-image: url(../img/bg_02a.svg),url(../img/bg_02_sp.jpg);
		background-size: 100%,cover;
		background-position: top,center;
	}
}


/*======= 協力会社募集 ======*/
.sec4 {
	padding: 0 0 var(--v-space);
	background-color: #FFF;	
	background-image: url(../img/bg_03.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}
@media only screen and (max-width: 568px) {
	.sec4 {
		background-image: url(../img/bg_03_sp.jpg);
		background-size: cover;
		background-position: center;
	}
}

.sec4-haba{
	max-width: 1000px;
	margin: 0 auto;
}
.sec4 h3{
	font-size: clamp(23px,4vw,35px);
	color:var(--accent-color2);
	font-family: 'Noto Serif JP', serif;
	line-height: 1.2em;
	font-weight: 600;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}
@media only screen and (max-width: 567px) {
	.sec4 h3{
		text-align: left;
	}
}

.sec4 p.txt{
	font-size: clamp(16px,4vw,22px);
	color:var(--accent-color2);
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
}

/* 背景括り */
.sec3__contentsbg {
	background: rgba(37, 30, 28, 0.8);
	padding: 40px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25); /* 少し濃い影で浮かせ感アップ */
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sec3__contentsbg:hover {
	transform: translateY(-5px);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35); /* ホバー時により浮かせる */
}

@media screen and (max-width: 568px) {
	.sec3__contentsbg {
		padding: 30px 15px 15px 15px;
	}
}

/*======= FAQ ======*/
.faq_sec1 {
	padding: var(--v-space) 0;
	background-color: #f7f7f7;
	
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}
div.faq2 p.b {
	font-weight: bold;
	color: #444;
}
div.faq2 p.b::first-letter {
	color: var(--accent-color1);
	font-size: 130%;
}
div.faq2 p {
	margin-top: 5px;
	line-height: 1.4;
	text-align: left;
	text-indent: -1.4em;
	padding-left: 1.4em;
	display: block;
}
div.faq2 p::first-letter {
	color: var(--accent-color2);
	font-size: 130%;
	font-weight: bold;
}
hr.faqHr{
	height: 0px;
	border: 1px dashed #bebebe;
	margin: 20px auto;
}



/*======= 会社案内ページ ======*/

/*会社案内*/
.info_sec1{
	padding: var(--v-space) 0;
	background-color: #FFF;
	background-image: url(../img/bg_04.jpg);
	background-size: cover;
	background-position: center bottom;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}
@media only screen and (max-width: 568px) {
	.info_sec1 {
		background-image: url(../img/bg_04_sp.jpg);
	}
}



/* 概要部分のテーブル */
.info1 {
	font-weight: bold;
	border-bottom: 1px dashed #999;
	color: var(--accent-color1);
	padding: 5px;
	/* width: 5.25em; */
	width: 170px;
}
.info2 {
	border-bottom: 1px dashed #999;
	padding: 5px;
	/* width: 400px; */
}
@media screen and (max-width: 568px) {
	.info1 {
		display: block;
		padding: 8px 2px 2px 2px;
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0);
	}
	.info2 {
		display: block;
		padding: 2px;
		width: 99%;
	}
}



/*会社概要*/
.bg_b {
	background: rgba(0, 45, 97, 0.7);
	padding: 40px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bg_b:hover {
	transform: translateY(-5px);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 568px) {
	.bg_b {
		padding: 20px;
	}
}



.access_sec1{
	padding: var(--v-space) 0;
	background-color: #FFF;
	
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

/* アクセス部分のテーブル */
.access1 {
	font-weight: bold;
	border-bottom: 1px dashed #999;
	padding: 5px;
	width: 5.25em;
}
.access2 {
	border-bottom: 1px dashed #999;
	padding: 5px;
	width: 400px;
}
@media screen and (max-width: 568px) {
	.access1 {
		display: block;
		padding: 8px 2px 2px 2px;
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0);
	}
	.access2 {
		display: block;
		padding: 2px;
		width: 99%;
	}
}



