@charset "UTF-8";

body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
	font-size: 15px;
	color: #231815;
}

p,
ul,
li {
	margin: 0;
	padding: 0;
}

a:hover {
	opacity: 0.8;
}

header {
	margin: 0;
	position: relative;
}

header {
	padding: 70px 0 50px;
}

footer {
	margin: 30px 0;
	padding: 10px;

}

footer p {
	text-align: center;
	font-size: 12px;
}

.wrap {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	padding: 10px
}

.wrap_r {
	float: right;
}

.g_navi ul {
	list-style: none;
	margin: -3.5em 2em 0 0;
	font-size: 12px;
}

.g_navi ul li {
	float: left;
	padding: 0 1em;
	border-left: 1px solid #231815;
	letter-spacing: 0.2em;
}

.g_navi ul li a {
	color: #231815;
	padding: 0.2em 0;
}

.g_navi ul li.current a {
	border-bottom: 2px solid #d7000f;
}

.g_navi ul li a:hover {
	text-decoration: none;
}

.g_navi ul li:first-child {
	border-left: none;
}

.f_left {
	float: left;
}

.container {
	max-width: 100%;
}

.center_table {
	max-width: 600px;
	margin: 0 auto;
}

.center_table ul {
	list-style-position: inside;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.3em;
	margin: 0 0 1.5em;
}

h3 {
	margin: 0 auto 0.3em;
	width: 100%;
}

h4 {
	font-size: 22px;
	font-weight: normal;
	color: #d7000f;
}

.mobile-navigation {
	display: none;
}

#inquiry {
	width: 80%;
	margin: 0 auto;
}

#inquiry table {
	border: #9fa0a0 1px solid;
	width: 100%;
	margin: 0 0 1em;
}

#inquiry table th {
	background: #efefef;
	padding: 0.7em 1em;
	border: #9fa0a0 1px solid;
	font-weight: normal;
	border: none;
}

#inquiry table td {
	border: none;
	padding: 0.7em 1em;
}

#inquiry table tr {
	border-bottom: #9fa0a0 1px solid;
}

#inquiry .req {
	color: #e73828;
}

#inquiry input[type=text] {
	width: 100%;
	height: 2.5em;
	border: #9fa0a0 1px solid;
}

#inquiry textarea {
	width: 100%;
	height: 10em;
}

#inquiry input.i_email {
	width: 46%;
}

#inquiry .txt_alert {
	color: #e73828;
}

#inquiry .f_btn1,
#inquiry .f_btn2 {
	margin: 40px 0 0;
	text-align: center;
}

#inquiry .f_btn2 {
	display: none;
}

#inquiry.confirm .f_btn1 {
	display: none;
}

#inquiry.confirm .f_btn2 {
	display: block;
}

#inquiry .confirm_btn:hover,
#inquiry .reset_btn:hover,
#inquiry .back_btn:hover,
#inquiry .submit_btn:hover {
	opacity: 0.8;
}

#inquiry .confirm_btn,
#inquiry .submit_btn {
	background: #e73828;
	border: none;
	color: white;
	padding: 0.4em 1em;
	width: 10em;
	margin: 0 1em;
	cursor: pointer;
	font-size: 18px;
	letter-spacing: 0.2em;
}

#inquiry .reset_btn,
#inquiry .back_btn {
	background: #9fa0a0;
	border: none;
	color: white;
	padding: 0.4em 1em;
	width: 10em;
	margin: 0 1em;
	cursor: pointer;
	font-size: 18px;
	letter-spacing: 0.2em;
}

#inquiry.confirm input[type=text],
#inquiry.confirm textarea {
	border: none;
	outline: 0;
	resize: none;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;

}

.inq_ttl {
	margin: 0 0 3em;
}

.sec {
	margin: 0 auto 3em;
}

.sec img {
	width: 100%;
}

.tb_1 th {
	padding: 0 1em 0.5em 0;
	font-weight: normal;
	vertical-align: top;
}

.tb_1 td {
	vertical-align: top;
}

.tb_1 ul {
	list-style-position: inside;
}

.index {
	background: url(../images/bg.png) no-repeat center center;
	background-size: cover;
	height: 100%;
	width: 100%;
	max-width: 1440px;
	max-height: 780px;
	position: relative;
	margin: 0 auto;
}

.index footer {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	font-size: 12px;
	margin: 0;
}

.contents {
	max-width: 600px;
	margin: 0 auto;
}


.business_list div {
	text-align: center;
	margin: 10px 1.5%;
	background: #d7000f;
	display: table;
	color: white;
	font-size: 20px;
	float: left;
	width: 30.3%;
	height: 123px;
	border-radius: 10px;
}

.business_list p {
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

.business_list .li_ns p {
	padding: 0 0.7em;
}

.business_list .li_gk p {
	padding: 0 1.2em;
}

.business_list .li_pt p {
	padding: 0 0.6em;
}

.business_list .li_pt p span {
	display: block;
}

.business_list .li_jt p {
	padding: 0 1.6em;
}

.business_list .li_pt {
	margin-left: 16.7%;
}

.txt_sign img {
	width: 165px;
}

@media screen and (max-width: 960px) {
	.index {
		background: url(../images/m_bg.png) no-repeat center center;
		background-size: cover;
	}
}

@media screen and (max-width: 768px) {

	.mobile-navigation,
	.pure-drawer {
		display: block;
	}

	.g_navi {
		display: none;
	}

	.m_menu {
		margin: 100px 0 0;
	}

	.m_menu li {
		border-bottom: 1px solid #ccc;
		list-style: none;
	}

	.m_menu li a {
		display: block;
		color: #231815;
		padding: 1em 1.5em;
		font-size: 15px;
	}

	.m_menu .current {
		background: url(../images/menu_current_m.png) no-repeat 8px center;
	}

	#inquiry .confirm_btn,
	#inquiry .reset_btn,
	#inquiry .back_btn,
	#inquiry .submit_btn {
		width: 44%;
		margin: 0 1%;
		padding: 0.5em 0;
	}

	#inquiry tr,
	#inquiry td,
	#inquiry th {
		display: block;
	}
}

@media screen and (max-width: 480px) {
	#inquiry input.i_email {
		width: 40%;
	}

	.index {
		background: url(../images/s_bg.png) no-repeat center center;
		background-size: cover;
	}
}

@media screen and (max-width: 640px) {
	.index {
		background: url(../images/s_bg.png) no-repeat center center;
		background-size: cover;
	}
}

@media screen and (max-width: 600px) {
	.business_list div {
		width: 47%;
	}

	.business_list .li_pt {
		margin-left: 1.5%;
	}

	.business_list .li_jt {
		margin-left: 25%;
	}
}





/* 採用 */
/* 全体のベース設計 */
.job-container {
	max-width: 600px;
	margin: 0 auto;
	padding: 20px;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	line-height: 1.7;
	color: #333333;
}

.lead-text {
	margin-bottom: 24px;
}

/* ＼／の見出しデザイン */
.custom-heading {
	color: #333333;
	/* 本文テキストと同色 */
	font-size: 1.1rem;
	font-weight: bold;
	border-left: 5px solid #e73828;
	/* 左側にだけテーマカラーを入れる */
	padding-left: 12px;
	margin: 32px 0 20px;
	text-align: left;
	line-height: 1.5;
}


/* サブ見出し・リスト周辺 */
.info-block {
	margin-bottom: 24px;
}

.sub-heading {
	font-size: 1.05rem;
	font-weight: bold;
	margin-bottom: 10px;
}

.custom-list {
	list-style-type: disc;
	padding-left: 24px;
	margin: 0;
}

.custom-list li {
	margin-bottom: 6px;
}

/* 説明文 */
.description-text p {
	margin-bottom: 16px;
}

.entry-status {
	text-align: center;
}