@charset 'utf-8';


@font-face {
	font-family: 'uiicon';
	src: url('../font/uiicon/uiicon.woff2') format('woff2'),
		 url('../font/uiicon/uiicon.woff') format('woff'),
		 url('../font/uiicon/uiicon.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


body {
	font-family: BlinkMacSystemFont, 'Noto Sans JP', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'BIZ UDPGothic', 'メイリオ', Meiryo, sans-serif;
}

.etext {
	font-family: 'Helvetica Neue', Helvetica, Avenir, san-serif;
}

::selection {
    background: #f79646;
    color: #fff;
}

::-moz-selection {
    background: #f79646;
    color: #fff;
}

a {
	color: #e17821;
}

a:hover,
a.hover {
	color: #f79646;
}



.caution {
	text-align: left;
}

.caution p {
	padding-left: 1em;
	color: #747474;
	line-height: 1.5;
	position: relative;
}

.caution p:before {
	display: inline-block;
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}

sup {
	color: #747474;
	font-size: .5em;
	font-weight: normal !important;
	vertical-align: top;
}

.sup:after {
	color: #747474;
	content: '※';
	font-size: .5em;
	vertical-align: top;
}

.caution ol {
	counter-reset: number;
	list-style: none;
}

.caution ol li {
	padding-left: 2em;
	color: #747474;
	font-size: 1.2em;
	position: relative;
}

.caution ol li:before {
	counter-increment: number;
	content: '※'counter(number)' ';
	position: absolute;
	top: 0;
	left: 0;
}

.caution p:not(:last-child),
.caution ol li:not(:last-child) {
	margin-bottom: .3em;
}



.btnarea a {
	color: #e17821;
}

.btnarea a:hover,
.btnarea a.hover {
}

#call_head,
#call_head a {
	color: #e17821;
}

.btn_contact a {
	background: #e17821;
	color: #fff !important;
}

.btn_contact a:hover,
.btn_contact a.hover {
	background: #f79646;
}

#navimenu {
	color: #e17821;
}

#navimenu.hover,
#navimenu.open {
	background: #fff;
}

#navi_header_thin .btn_header a {
	color: #e17821;
}

#navi_header_thin .btn_header a.hover {
	background: #e17821;
	color: #fff;
}

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

	body.fixed #call_head .btn_contact a {
		color: #fff;
		background: #e17821;
	}

	body.fixed:not(.nosticky) #call_head .btn_contact a {
		background: #e17821;
	}

	body.fixed #call_head .btn_contact a:hover,
	body.fixed #call_head .btn_contact a.hover {
		background: #f79646;
	}
}

.blockheader h1 {
	color: #e17821;
}


body {
	margin: 0 auto;
	background: #fff;
	color: #232325;
	-webkit-font-smoothing: antialiased;
}

#upper > .inner,
#navi_menu > .inner,
#contentheader > .inner,
.breadcrumb > ul,
#container > .inner,
#bottom > .inner,
#bureau > .inner,
.bnrblock > .inner {
	max-width: 1200px;
}

#upper {
	min-width: 320px;
	height: 60px;
}

#logo_header {
	height: 60px;
	left: 10px;
}

#navi_header_thin {
	height: 60px;
}

#navi_global {
	top: 0;
}

body:not(.slidenavi) #navi_global.open {
	padding-top: 60px;
}

#navi_menu {
	top: 90px;
}

#navi_menu.fixed {
	height: calc(100% - 90px);
}

#container {
	padding-top: 90px;
}

#contentheader {
	top: 60px;
}

#contentheader > .inner {
	height: 30px;
}

#columns #main,
#columns #side {
	width: 100%;
}

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

	body.slidenavi #navi_global {
		width: 240px;
		height: calc(100% - 60px);
		margin-top: 60px;
		left: auto;
		right: -240px;
	}

	body.slidenavi #navi_global.open {
		right: 0;
	}

	#slidenavicover {
		width: calc(100% - 240px);
		height: calc(100% - 60px);
	}
}

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

	#contentheader > .inner {
		height: 40px;
	}

	#columns #main {
		width: calc(100% - 280px);
	}

	#columns #side {
		width: 280px;
	}
}

@media only screen and (min-width: 769px) and (max-width: 1000px) {

	#navi_menu {
		top: 100px;
	}

	#navi_menu.fixed {
		height: calc(100% - 100px);
	}

	#container {
		padding-top: 100px;
	}
}

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

	body:not(.detach) #upper {
		height: 120px;
	}

	body.fixed:not(.nosticky) #upper {
		height: 60px;
	}


	#logo_header {
		height: 100%;
		left: 20px;
	}

	body:not(.fixed) #logo_header,
	body.nosticky #logo_header {
		height: auto;
		top: 20px;
	}


	body:not(.nosticky) #navi_global {
		top: 0;
	}

	body:not(.nosticky) #navi_menu {
		top: 160px;
	}

	body.fixed:not(.nosticky) #navi_menu {
		top: 100px;
	}

	body:not(.fixed):not(.nosticky) #navi_menu.fixed {
		height: calc(100% - 220px);
	}

	body.fixed:not(.nosticky) #navi_menu.fixed {
		height: calc(100% - 100px);
	}

	body:not(.nosticky) #container {
		padding-top: 160px;
	}

	body:not(.nosticky) #contentheader {
		top: 120px;
	}

	body.fixed:not(.nosticky) #contentheader {
		top: 60px;
	}


	body.detach:not(.fixed) #upper {
		height: 180px;
	}

	body.detach:not(.fixed) #headerelemnavi.elem,
	body.detach.nosticky #headerelemnavi.elem {
		height: 60px;
	}

	body.detach:not(.fixed):not(.nosticky) #navi_menu {
		top: 220px;
	}
/*
	body.detach:not(.fixed):not(.nosticky) #container {
		padding-top: 220px;
	}
*/
	body.detach #container {
		padding-top: 220px;
	}

	body.detach:not(.fixed):not(.nosticky) #contentheader {
		top: 180px;
	}


	body.nosticky #upper {
		height: 120px;
	}

	body.nosticky.detach #upper {
		height: 180px;
	}

	body.nosticky #container {
		padding-top: 0;
	}

	body.nosticky #contentheader {
		top: 0;
	}

	body.nosticky #navi_menu {
		top: 40px;
	}
}


#navimenu {
	right: 0;
}

#naviicon {
	right: 50px;
}


#upper {
	background: #fff;
}

body.fixed #upper,
body.menuopen #upper {
}

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

	#upper {
		border-bottom: none;
	}

	body:not(.fixed) #upper {
		border: none;
	}
}


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

	body:not(.fixed) #navi_global,
	body:not(.fixed) #navi_global .inner {
		overflow: visible;
	}

	body:not(.fixed) #headerelemnavi {
		margin: 0 -500%;
		padding: 0 500%;
		position: relative;
	}

	body:not(.fixed) #navitab {
		width: 1200px !important;
		transform: translateX(-100%);
	}
}

body.safearea #logo_header {
	left: calc(env(safe-area-inset-left) + 10px);
}

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

	body.safearea #logo_header {
		left: calc(env(safe-area-inset-left) + 20px);
	}
}


#upper .headerdesc {
	color: #000;
}

#logo_header .slogan {
	font-size: 13px;
	color: #000;
}

#call_head .callinfo {
	color: #000;
}


#navi_global {
	background: #fff;
}

body.safearea #navi_global > .inner {
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
	padding-bottom: env(safe-area-inset-bottom);
}

body.safearea.slidenavi #navi_global > .inner {
	padding-left: 0;
}
/*
body.slidenavi #navi_global.open {
	box-shadow: 1px 0 3px 1px rgba(0,0,0,.3);
}
*/
body.slidenavi #navi_global.open > .inner {
	border-left: 1px solid #e6e6e6;
}

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

	#navi_global {
		background: transparent;
	}

	body.safearea #navi_global > .inner {
		padding-bottom: 0;
	}
}

#navi_header_thin {
	border-bottom: none;
	background: #fff;
}

body.safearea #navi_header_thin {
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
}

body.safearea #navi_header_thin {
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
}

#navitab li a:hover,
#navitab li a.hover,
#navitab li a.current {
	color: #e17821;
}

#navitab .exlink .arrow span:before,
#navitab a[target="_blank"] .arrow span:before {
	content: '\f109';
}

#navitab li.exlink:not(.navilower) a:hover .arrow span,
#navitab li.exlink:not(.navilower) a.hover .arrow span,
#navitab li:not(.navilower) a[target="_blank"]:hover .arrow span,
#navitab li:not(.navilower) a[target="_blank"].hover .arrow span {
	transform: translate(3px,-3px);
}

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

	body:not(.fixed) #headerelemnavi {
		background: #f79646;
	}

	body:not(.fixed) #navitab li a {
		color: #fff;
	}

	body:not(.fixed) #navitab li a:hover,
	body:not(.fixed) #navitab li a.hover,
	body:not(.fixed) #navitab li a.current {
		color: #fce5d3;
	}

	#navitab .exlink a .anctitle,
	#navitab a[target="_blank"] .anctitle {
		padding: 0 15px;
	}

	#navitab .exlink .arrow,
	#navitab a[target="_blank"] .arrow {
		display: block;
	}

	#call_head .callhead {
		padding: 0;
	}

	#call_head .fonnumber span.label {
		font-size: 30px;
	}

	#call_head .fonnumber i {
		width: 24px;
		height: 24px;
	}

	#call_head .callinfo {
		margin-top: .1em;
		margin-bottom: -.2em;
	}

	#call_head .callinfo p {
/* 		display: block; */
	}

	#call_head .callinfo p:not(:first-child) {
		margin-left: 1em;
	}

	#call_head .callinfo p:not(:first-child):before {
		content: '';
	}

	body.fixed #call_head .callinfo .holiday {
		display: none;
	}
}




#contentheader {
	border-bottom: 1px solid #e6e6e6;
	background: #fff;
}

body.safearea #contentheader {
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
}

body.fixed #contentheader {
	border: none;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

#navi_menu {
	background: #fff;
}

body.safearea #navi_menu {
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
}

body.safearea #navi_menu.fixed {
	padding-bottom: env(safe-area-inset-bottom);
}

#navi_menu.open {
	border-top: 1px solid #e6e6e6;
}

#navi_menu.open:not(.fixed) {
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

#container {
	background: #fff;
}

#columns #side {
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
	border-top: 1px solid #e5e5e5;
	background: #f9f9f9;
}

#container > .inner > #side {
	border-top: 1px solid #e5e5e5;
}

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

	body.nosticky #contentheader {
		border-bottom: 1px solid #e6e6e6;
		box-shadow: none;
	}

	#columns #side {
		border: none;
	}
}


body.safearea .breadcrumb {
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
}

body.safearea .articleblock {
	padding-left: calc(env(safe-area-inset-left) + 20px);
	padding-right: calc(env(safe-area-inset-right) + 20px);
}

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

	body.safearea #main .breadcrumb {
		padding-right: 0;
	}

	body.safearea #columns #side {
		padding-left: 0;
	}
}


#jump a > span {
	border-radius: 0;
}

#bottom {
	border-top: 1px solid #fcdbbf;
	background: #fcf9f6;
}

body.safearea #bottom {
	padding-bottom: env(safe-area-inset-bottom);
}

#bottom > .inner {
	padding-top: 30px;
	padding-bottom: 10px;
}

body.safearea #bottom > .inner {
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
}

#bureau > .inner {
	/*border-top: 1px solid #ccc;*/
}


#footer_orginfo .orginfo.biznamegroup .orginfo > .cover {
	padding: 0;
}

#footer_orginfo .infocell {
	padding: 0;
}

#footer_orginfo .infocell .call {
	font-size: 24px;
}

#logo_footer {
	padding: 0;
}

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

	#footer_orginfo {
		flex-direction: row;
/* 		align-items: center; */
		width: 50%;
	}

	#footer_orginfo > .orginfo {
		width: 50%;
	}

	#footer_navi {
		width: 50%;
	}

	#footer_navi ul {
		width: 100%;
		padding: 5px 20px;
	}

	#footer_navi li {
		width: 50%;
	}

	.footer_navi li a {
		width: auto;
	}
}


body.safearea #bureau > .inner {
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
}

body.safearea .contactinfo {
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
}

.contactinfo {
	border-top: 1px solid #ccc;
	background: #5ec539;
}

.contactinfo:before {
	display: none;
}

.contactinfo > .inner {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	vertical-align: top;
	position: relative;
}

.contactinfo .columns {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0;
}

.contactinfo .column {
	width: 100%;
	padding: 30px;
}

.contactinfo .column .media {
	max-width: 210px;
	margin: 0 auto;
}

.contactinfo .column .media img {
	width: 100%;
	height: auto;
}

.contactinfo header {
	margin-bottom: 1em;
	padding: 0 30px;
}

.contactinfo header h1 {
	margin-bottom: 0;
	color: #fff;
	font-size: .65rem;
}

.contactinfo .foncall {
	margin: 0;
}

.foncall .call {
	line-height: 1.4;
}

.foncall .call .head {
	padding-bottom: .3em;
	font-size: 12px;
}

.foncall .call p {
	padding-top: .3em;
	padding-left: 0;
	font-size: 12px;
	line-height: 1.4;
}

.contactinfo .foncall .call span.label {
	color: #fff;
	font-size: 34px;
}

.contactinfo .btnarea {
	padding-top: 20px;
	font-size: 16px;
}

.contactinfo .btnarea a {
	width: 100%;
	max-width: 320px;
	padding: 14px 20px;
	color: #fff;
	border-color: #fff;
	background: transparent;
}

.contactinfo .btnarea a span.label {
	padding-top: .25em;
	font-weight: normal;
}

@media only screen and (min-width: 769px) {
/*
	.contactinfo .columns {
		flex-direction: row;
	}
*/
	.contactinfo .column {
		/*width: 50%;*/
		padding: 60px 20px;
	}

	.contactinfo .foncall .call span.label {
		font-size: 48px;
	}
}


#logo_header:before {
	display: none;
}

#logo_header a {
	display: flex;
	align-items: center;
	height: 100%;
}

.logotypeset .logo_mark .logo_mark_img > span {
	display: block;
}

.logotypeset .logo_mark img {
	width: 100%;
	height: auto;
	position: relative;
	top: auto;
	left: auto;
}

.nametext {
	display: none;
	margin-left: 1em;
	vertical-align: middle;
}

.nametext > span {
	display: block;
}

.nametext .name {
	color: #000;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.2;
	font-feature-settings: 'palt';
}

.nametext .shoulder {
	color: #000;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	font-feature-settings: 'palt';
}

#logo_footer a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}

#logo_footer .nametext {
	display: block;
	margin-left: 0;
	text-align: center;
}

#logo_footer .nametext .name {
	font-size: 15px !important;
}

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

	#logo_header .logotypeset {
		width: 80px;
	}

	#logo_header .nametext {
		font-size: 13px;
	}

	#logo_header .nametext .name {
		font-size: 13px;
	}
}

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

	#logo_header .logotypeset {
		width: 80px;
	}

	#logo_footer a {
		justify-content: flex-start;
		align-items: flex-start;
		height: auto;
	}

	#logo_footer .nametext {
		text-align: left;
	}
}

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

	body:not(.fixed) #logo_header .logotypeset,
	body.nosticky #logo_header .logotypeset {
		width: 160px;
	}

	body:not(.fixed) #logo_header .nametext,
	body.nosticky #logo_header .nametext {
		display: block;
	}

	body:not(.fixed) #logo_header .nametext .name,
	body.nosticky #logo_header .nametext .name {
		font-size: 32px;
	}

	body:not(.fixed) #logo_header .nametext .shoulder,
	body.nosticky #logo_header .nametext .shoulder {
		font-size: 16px;
	}
}


.bnrblock {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.bnrblock:before {
	content: '';
	width: 100%;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.bnrblock > .inner {
	margin: 0 auto;
	padding-top: 200px;
	position: relative;
}

.bnrblock .bnritem {
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(83,147,211,1);
	color: #fff;
	padding: 30px;
}

body.safearea .bnrblock .bnritem {
	padding-left: calc(env(safe-area-inset-left) + 30px);
	padding-right: calc(env(safe-area-inset-right) + 30px);
}

.bnrblock .btnarea a {
	width: auto;
	max-width: none;
	padding: 14px 40px;
	border: 1px solid #fff;
	background: none;
	color: #fff;
}

.bnrblock .btnarea a[target="_blank"]:after {
	content: '\f109';
	margin-left: .5em;
	font-size: .85em;
	font-family: 'uiicon';
	font-weight: normal !important;
	vertical-align: middle;
}

.bnrblock h2 {
	margin-bottom: .7em;
	font-size: 2.6em;
	font-weight: 700;
	line-height: 1.4;
}

.bnrblock p {
	margin-bottom: 2em;
	font-size: 1.6em;
	font-weight: 700;
	line-height: 1.5;
}

#bnrblock_recruit:before {
	background-image: url(../image/bnr/back_bnr_recruit_v2.jpg);
}

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

	.bnrblock {
		height: 340px;
	}

	.bnrblock:before {
		height: 100%;
	}

	.bnrblock > .inner {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		padding: 0;
		height: 100%;
	}

	.bnrblock .bnritem {
		width: 380px;
		height: 100%;
		padding: 30px 50px;
		background: rgba(83,147,211,.9);
	}

	body.safearea .bnrblock .bnritem {
		padding-left: 50px;
		padding-right: 50px;
	}

	.bnrblock .brick {
		font-size: 1.1em;
	}

	#bnrblock_recruit.bnrblock > .inner {
		justify-content: flex-start;
	}
}


