@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "IBM Plex Sans JP", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #333;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333;
}
a:active {
	color: #333;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #333;
	font-size: 1.8rem;
	font-feature-settings: "palt";
	font-weight: 500;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
}
#container {
	text-align: left;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.5rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: relative;
	z-index: 1;
	background-color: #FFFBEF;
}
#gHeader::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	height: 0.5rem;
	background: linear-gradient(270deg, rgba(241, 156, 49, 1) 0%, rgba(206, 26, 33, 1) 100%);
	content: "";
}
#gHeader .hBox {
	padding: 3.2rem 3.5rem 2.3rem;
}
#gHeader h1 {
	width: 49.6rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#gHeader h1 a {
	display: block;
	width: 26.6rem;
}
#gHeader h1 span {
	margin-top: 0.7rem;
	text-align: right;
	flex: 1;
	font-size: 1.3rem;
	font-weight: 700;
}
#gHeader .comBtn01 {
	margin-top: 0.3rem;
}
@media all and (max-width: 896px) {
	#gHeader .hBox {
		padding: 1.6rem 1.5rem 3.2rem;
	}
	#gHeader h1 {
		width: 100%;
		justify-content: space-between;
	}
	#gHeader h1 a {
		width: 14.3rem;
	}
	#gHeader h1 span {
		margin-top: 0.7rem;
		font-size: 1.1rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {	
	margin-bottom: 9.2rem;
	padding: 5rem 0 4.4rem;
	background: linear-gradient(90deg, rgba(206, 26, 33, 1) 0%, rgba(255, 108, 57, 1) 99.97%);
}
#gFooter address {
	text-align: center;
	color: #fff;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
#gFooter {	
	margin-bottom: 6.4rem;
	padding: 2.8rem 0 2.3rem;
}
#gFooter address {
	font-size: 1rem;
	line-height: 1.4;
}
}
/*------------------------------------------------------------
	ヘッダーリンクボタン
------------------------------------------------------------*/
#gHeader .hBox {
	align-items: center;
}
#gHeader .headerBtnBox {
	align-items: center;
	gap: 1rem;
	margin-top: 0.3rem;
}
#gHeader .headerRecruitBtn {
	width: 20.6rem;
}
#gHeader .headerRecruitBtn a {
	position: relative;
	padding: 0.5rem 2rem;
	min-height: 5.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: -0.06em;
	border: 1px solid #333;
	border-radius: 2.8rem;
	overflow: hidden;
	background-color: #fff;
}
#gHeader .headerRecruitBtn a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f0f0f0;
	mix-blend-mode: multiply;
	transform: translateX(-101%);
	transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
	z-index: 1;
}
#gHeader .headerRecruitBtn a span,
#gHeader .headerEntryBtn a {
	position: relative;
}
#gHeader .headerEntryBtn {
	width: 19.8rem;
}
#gHeader .headerEntryBtn a {
	padding: 0.5rem 4.2rem 0.5rem 2.2rem;
	min-height: 5.6rem;
	font-size: 1.5rem;
	font-weight: 700;
	justify-content: center;
	border-radius: 2.8rem;
	background-position: right 1.6rem center, left top;
}
@media all and (min-width: 897px) {
	#gHeader .headerRecruitBtn a:hover::before {
		transform: translateX(0);
	}
}
@media all and (max-width: 896px) {
	#gHeader .hBox {
		align-items: center;
		padding: 1.5rem 1.5rem 2.6rem;
	}
	#gHeader h1 {
		width: 14.3rem;
		justify-content: flex-start;
	}
	#gHeader h1 span {
		display: none;
	}
	#gHeader .headerBtnBox {
		margin-top: 0;
		margin-left: auto;
		gap: 0;
	}
	#gHeader .headerRecruitBtn {
		width: auto;
	}
	#gHeader .headerRecruitBtn a {
		padding: 0.45rem 1.15rem 0.35rem;
		min-height: 3.4rem;
		font-size: 1.05rem;
		line-height: 1.1;
		letter-spacing: -0.05em;
		border-radius: 1.7rem;
	}
}
