@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* ========================================
   基本スタイル
   ======================================== */
body {
    font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	letter-spacing: .03rem;
}
h2 strong {
	font-weight: 900!important;
	font-size: 40px;
}

/* ========================================
   ヘッダー
   ======================================== */
#header {
	position: -webkit-sticky !important;
	position: sticky !important;
	top: var(--swl-adminbarH, 0px);
}
/* ヘッダーの背景を透明にした場合の固定 */
#header.-transparent {
	position: fixed !important;
}

/* ========================================
   求人情報投稿ページ
   ======================================== */
.p-mainVisual__slideTitle {
	font-size: 64px;
	font-weight: 900;
	text-align: left;
}
.job_search .swell-block-column {
	background: #f5f5f5;
	padding: 40px;
}
.job_search .swell-block-column .swell-block-linkList .swell-block-linkList__item {
	
}
.job_search .swell-block-column .swell-block-linkList .swell-block-linkList__item .swell-block-linkList__link {
	border: solid 1px #c4c4c6;
	background-color: #fff;
}
.job_search .swell-block-column .swell-block-linkList .swell-block-linkList__item .swell-block-linkList__link:hover {
	background-color: #f5f5f5;
	color: #3c3c43;
}
.merit .wp-block-media-text .wp-block-media-text__content {
	padding: 0 4em 0 128px;
}
.merit .has-media-on-the-right .wp-block-media-text__content {
	padding: 0 128px 0 4em;
}
.interview .wp-block-media-text .wp-block-media-text__content {
	margin-left: -80px;
	background-color: #fff;
	padding: 40px;
	z-index: 5;
}
.interview .has-media-on-the-right .wp-block-media-text__content {
	margin: 0 -80px 0 0;
}
.interview .wp-block-media-text .wp-block-media-text__content h2,
.interview .wp-block-media-text .wp-block-media-text__content strong {
	font-weight: 900;
}
/* アムズについて　*/
.number {
	text-align: center;
}
.number .count-up {
	font-size: 38px;
	font-weight: 700;
	line-height: 1.6;
}
.number .unit {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
}

/* ========================================
   求人詳細ページ
   ======================================== */
.jobs_detail p {
	line-height: 2.3;
	letter-spacing: 0.08em;
}
.jobs_detail .txtList {
	margin: -10px 0 3em;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.jobs_detail .txtList li {
	margin: 0 15px 0 0;
	display: flex;
	align-items: center;
	letter-spacing: 0.08em;
}
.jobs_detail .txtList span {
	margin-top: 0.4em;
}
.jobs_detail .txtList span::before {
	margin-right: 0.6em;
}
.jobs_detail .textBox .area {
	padding-bottom: 4em;
}
.jobs_detail .textBox table {
	margin-top: 30px;
}
.jobs_detail .textBox table th,
.jobs_detail .textBox table td {
	padding: 18px 0 18px 25px;
	width: 23%;
	line-height: 2.3;
	letter-spacing: 0.1em;
	border: 1px solid #E6E3DF;
	border-left: none;
	border-right: none;
	vertical-align: top;
	background: transparent;
}
.jobs_detail .textBox table th {
	/* ヘッダーセル固有のスタイル */
}
.jobs_detail .textBox table td {
	width: 77%;
}
@media (max-width: 896px) {
	.jobs_detail .textBox table th,
	.jobs_detail .textBox table td {
		padding: 20px 0 0;
		width: 100%;
		display: block;
		line-height: 1.9;
	}
	.jobs_detail .textBox table th {
		border-bottom: none;
	}
	.jobs_detail .textBox table td {
		padding: 10px 0 19px;
		border-top: none;
	}
}

/* ========================================
   メンバーページ
   ======================================== */
.members .c-bannerLink__text {
	/* メンバーページのバナーリンクテキストスタイル */
}

/* ========================================
   サイドバー絞り込み検索
   ======================================== */
.side-search .side-title {
	/* サイドバー検索のタイトルスタイル */
}
.side-search ul li {
	margin-bottom: 20px;
}
.side-search ul li h4 {
	font-size: 1.4em;
	margin-bottom: 10px;
}
.side-search ul li ul li {
	font-size: 1.1em;
	padding: 3px 0;
	margin: 0;
}
.side-search ul li ul li input {
	margin-right: 5px;
}
