@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: 'Helvetica Neue', Helvetica, Avenir, -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'BIZ UDPGothic', 'メイリオ', Meiryo, sans-serif;
}

.etext {
}

::selection {
    background: #133e82;
    color: #fff;
}

::-moz-selection {
    background: #133e82;
    color: #fff;
}

a {
	color: #133e82;
}

a:hover,
a.hover {
	color: #2d5aa4;
}



.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 {
}

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

#call_head,
#call_head a {
	color: #133e82;
}

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

.btn_contact a:hover,
.btn_contact a.hover {
	background: #2d5aa4;
}

#navimenu {
	color: #000;
}

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

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

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

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

	#call_head .btn_contact a {
		width: 100%;
		height: 100%;
		padding: 0;
		background: #133e82 !important;
	}

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

	#call_head .btn_contact span.label {
		display: inline-block !important;
		padding-left: .5em !important;
		font-size: 1rem !important;
		font-weight: 700;
	}

	#call_head .btn_contact a:hover,
	#call_head .btn_contact a.hover {
		background: #2d5aa4 !important;
	}

	body:not(.fixed) #call_head .brick {
		flex-direction: row;
		align-items: center;
	}
}

.blockheader h1 {
	color: #6e7074;
}

.blockheader.deco h1 {
	color: #a6a6a6;
}

.blockheader.deco .shoulder {
	color: #6e7074;
}


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

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


#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);
}

#navitab .navilowercontents li {
	font-size: 14px;
}

#navitab .navilowercontents li a[target="_blank"]:after {
	content: '\f109';
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	font-size: 14px;
	font-family: 'uiicon';
	font-weight: normal !important;
	text-align: center;
	line-height: 1;
	transition: .2s;
	position: absolute;
	top: 50%;
	right: 10px;
}

#navitab .navilowercontents li a:hover[target="_blank"]:after,
#navitab .navilowercontents li a.hover[target="_blank"]:after {
	transform: translate(3px,-3px);
}

#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.safearea.slidenavi #navi_global {
		width: calc(240px + env(safe-area-inset-right));
		right: calc(calc(240px + env(safe-area-inset-right)) * -1);
	}

	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;
	}

	#upper .headerdesc {
		color: #808080;
		font-size: 1rem;
		font-weight: 700;
		top: 20px;
		left: 265px;
	}

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

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


	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.detach:not(.fixed) #navitab {
		justify-content: flex-start !important;
		width: 100% !important;
		max-width: 1600px !important;
		padding: 0 2em;
		border-top: 1px solid #e6e6e6;
		border-bottom: 1px solid #e6e6e6;
		background: #f7f8fa;
	}

	#navitab {
	}

	#navitab .navilower .tab .label:after {
		display: inline-block;
		content: '\f104';
		margin-left: .5em !important;
		margin-right: 0 !important;
		font-family: 'uiicon';
		font-weight: normal !important;
		text-align: center;
		transform: rotate(90deg);
		transition: .2s;
	}

	#navitab .navilowercontents {
		display: block !important;
		width: 260px;
		height: 0;
		opacity: 0;
		overflow: hidden;
		position: absolute;
		top: 59px;
		left: 0;
		transition: .2s;
	}

/*
	#nh_products .navilowercontents {
		z-index: 9999;
	}

	#nh_products .navilowercontents > li > a {
		display: none;
	}

	#nh_products .navilowercontents {
		width: 100vw;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		border-bottom: 1px solid #e6e6e6;
		background: #fff;
		overflow-y: auto;
		position: fixed;
		left: 0;
	}

	body.fixed #nh_products .navilowercontents {
		border-top: 1px solid #e6e6e6;
	}

	#navitab li.open .navilowercontents {
		box-shadow: none;
	}

	#navitab li .navilowercontents ul {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		flex-wrap: wrap;
		width: 100%;
		max-width: 1600px;
		margin: 0 auto;
		padding: 10px;
	}

	#navitab li .navilowercontents ul li {
		width: 25% !important;
		padding: 5px;
	}

	#navitab .navilowercontents ul li:last-child a {
		border-bottom: 1px solid #ccc;
	}

	body.detach #navitab .navilowercontents,
	body.fixed #navitab .navilowercontents {
		top: 59px;
	}

	body:not(.detach):not(.fixed) #navitab .navilowercontents {
		top: 120px;
	}
*/
	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: 120px;
	}

	#navielem .elem {
		height: 60px !important;
	}

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

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


	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;
	}


	#call_head {
		padding-right: 0;
		text-align: center;
	}

	#call_head .btn_contact {
		width: auto !important;
		height: 100% !important;
		margin: 0;
		margin-left: 20px;
	}

	#call_head .btn_contact a {
		padding-left: 2em !important;
		padding-right: 2em !important;
	}

	#call_head .btn_contact a:before {
		display: inline-block;
		content: '';
		height: 100%;
		vertical-align: middle;
	}
}



#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: 1px solid #e6e6e6;
	}
}


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);
	}
}


#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) {

	body.fixed #navi_global {
		width: calc(100% - 265px);
	}

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

#navi_header_thin {
	border-bottom: 1px solid #e6e6e6;
}

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 {
	color: #133e82;
}

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

#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) {

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

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

	body.detach:not(.fixed) #navitab {
		transform: translateX(0);
	}

	body.detach:not(.fixed) #headerelemnavi.elem {
		margin: 0;
		padding: 0;
	}

	body.fixed #headerelemcontact.elem {
		margin-left: auto;
		margin-right: 0;
	}
}




#logo_footer .logotypeset {
	max-width: 196px;
}

#footer_orginfo {
	margin-bottom: 30px;
}

#footer_orginfo #logo_footer .name {
	font-size: 16px;
	font-weight: 700;
}

#footer_orginfo .orginfo > .cover {
	padding-top: 0;
	padding-bottom: 0;
}

#footer_orginfo .bizname {
	margin-bottom: 1em;
}

#footer_orginfo .infocell {
	padding: 0;
}

#footer_orginfo .infocell:not(:last-child) {
	padding-bottom: 1em;
}

#footer_orginfo .infocell .infohead {
	font-size: 1.6em;
	font-weight: 700;
}

#footer_orginfo .infocell .infomainnumber {
	font-size: 1.6em;
}

.footer_navi ul ul {
	width: 100%;
}

.footer_navi .navilower li li {
	width: 50%;
}

.footer_navi li a[target="_blank"]:after {
	content: '\f109';
	margin-left: .5em;
	font-size: .85em;
	font-family: 'uiicon';
	font-weight: normal !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

	#bottom .columns {
		flex-wrap: nowrap;
	}

	#footer_orginfo {
		width: auto;
		min-width: 260px;
		margin-bottom: 0;
	}

	#footer_navi {
		flex-grow: 1;
		width: 100%;
	}

	.footer_navi .navi:nth-child(1) {
		width: auto;
	}

	.footer_navi ul.navilower:nth-child(2) {
		width: auto;
		flex-grow: 1;
	}

	.footer_navi ul.navilower > li {
		width: 100%;
	}

	.footer_navi ul ul {
		width: 100%;
	}

	.footer_navi .navilower li li {
		width: calc(100% / 2);
		padding-right: 1em;
	}

	.footer_navi li a {
		width: auto;
	}
}

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

	.footer_navi .navilower li li {
		width: calc(100% / 3);
	}
}

#contentheader {
	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);
}

body:not(.fixed) #contentheader > .inner {
	border-bottom: 1px solid #e6e6e6;
}

#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 {
	margin: 0 auto;
	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;
	}
}


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

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;
	}
}



.blockheader.deco .label {
	font-size: 1.4em;
}

.blockheader.deco .shoulder {
	font-size: 3.4em;
	font-weight: 400;
	line-height: 1;
}



#bottom {
	background: #f7f8fa;
	border-top: 1px solid #e6e6e6;
}

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);
}

#copyright {
	padding-bottom: 50px;
}

#footer_groupcorps {
	flex-direction: column;
	width: 100%;
	padding: 20px;
	padding-bottom: 0;
	text-align: center;
	font-size: .75rem;
	line-height: 1.4;
}

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

#footer_groupcorps .groupcorps:not(:last-child) {
	margin-bottom: .5em;
}

#footer_groupcorps .groupcorps h3 {
	margin-bottom: .3em;
	font-weight: 400;
}

#footer_groupcorps .corps {
	display:  flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

#footer_groupcorps .corps > div {
	padding: 5px 20px;
	font-size: 1.2em;
	font-weight: 700;
}

#footer_groupcorps a {
	color: #000;
}

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

#footer_groupcorps .parentcorp {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

#footer_groupcorps .parentcorp > div {
	padding: 5px 20px;
	font-size: 1.4em;
	font-weight: 700;
}


#bureau {
	margin: 0 auto;
}

#bureau > .inner {
}

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



.contactinfo {
	background: #badaef;
}

body > .contactinfo {
	background-color: #badaef;
	background-image: url(../image/common/back-contactinfo.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

body > .contactinfo:before {
	opacity: 0;
}

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

body.safearea .contactinfo > .inner {
	padding-left: 0;
	padding-right: 0;
}

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

.contactinfo .column {
	width: 100%;
	max-width: 500px;
	padding: 30px;
	padding-top: 80px;
	background: rgba(255,255,255,.5);
}

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

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

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

.contactinfo header {
	margin: 0 !important;
	padding: 0 30px;
}

.contactinfo header h1 {
	margin-bottom: 0;
	color: #a6a6a6;
	font-size: 1.2em;
}

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

.contactinfo .btnarea a {
	width: 100%;
	max-width: 200px;
	padding: 14px 20px;
}

.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 {
		padding: 60px 20px;
		padding-top: 120px;
	}
}




.contactinfosect {
	width: 100%;
	border-top: 1px solid #3d79a0;
	background: none;
}

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

.contactinfosect > .inner {
	width: 100%;
	margin: 0 auto;
	padding: 30px;
	text-align: center;
	vertical-align: top;
	position: relative;
}

.contactinfosect header {
	margin-bottom: 0;
	padding: 0;
}

.contactinfosect header h1 {
	margin-bottom: 0;
	font-size: 24px;
	font-weight: 700;
}

.contactinfosect h2 {
	margin-bottom: .5em;
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
}

.contactinfosect .foncall {
	margin-top: 0;
	margin-bottom: 1em;
}

.contactinfosect .foncall .call .head {
	margin-bottom: .5em;
}

.contactinfosect .foncall .call a {
}

.contactinfosect .foncall .call span.label {
	font-size: 30px;
	font-weight: 700;
}

.contactinfosect .foncall .call i {
	width: 26px;
	height: 26px;
}

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

.contactinfosect .foncall .call p span:not(.support) {
	display: inline-block;
	margin: 0;
	padding: 0;
	border-radius: 0;
	background: none;
	color: #000;
	font-size: 1em;
}

.contactinfosect .btn_contact {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-weight: 700;
}

.contactinfosect .btn_contact .contactbtn {
	width: 100%;
	max-width: 340px;
	margin: 5px;
	font-size: 16px;
}

.contactinfosect .btn_contact .contactbtn a {
	display: inline-block;
	width: 100%;
	padding: 10px 20px;
	border-radius: 0;
	white-space: nowrap;
	text-decoration: none;
}

.contactinfosect .btn_contact span.label {
	display: inline-block;
	padding-left: .5em;
	white-space: nowrap;
	vertical-align: middle;
}

.contactinfosect .btn_contact i {
	display: inline-block;
	width: 24px;
	height: 24px;
	font-style: normal;
	vertical-align: middle;
	position: relative;
}

.contactinfosect span.icon,
.contactinfosect span.icon span {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.contactinfosect svg {
	fill: currentColor;
}

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

	.contactinfosect > .inner {
		padding: 50px;
	}

	.contactinfosect header h1 {
		font-size: 26px;
	}

	.contactinfosect h2 {
		font-size: 20px;
	}

	.contactinfosect .foncall .call span.label {
		font-size: 46px;
	}

	.contactinfosect .foncall .call i {
		width: 38px;
		height: 38px;
	}

	.contactinfosect .btn_contact {
		flex-direction: row;
	}

	.contactinfosect .btn_contact .contactbtn {
		max-width: 360px;
		margin: 5px 10px;
		font-size: 22px;
	}
}


/*
.logotypeset .logo_mark {
	width: 16.296%;
}

.logotypeset .logo_type {
	width: 80.740%;
	margin-left: 2.962%;
	text-align: left;
}

.logotypeset .mark {
	width: 100%;
	padding-top: 109.09%;
}

.logotypeset .type {
	width: 100%;
	padding-top: 9.174%;
}

.logotypeset.vertical .logo_mark {
}

.logotypeset.vertical .logo_type {
}

.logo_mark,
#logo_footer .logomark.logo_mark {
	fill: #d8231e;
}

.logo_type,
#logo_footer .logomark.logo_type {
	fill: #0081cc;
}

.logo_type_deco,
#logo_footer .logomark.logo_type_deco {
	fill: #d8231e;
}

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

	#logo_header .logotypeset {
		width: 140px;
	}
}

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

	#logo_header .logotypeset {
		width: 170px;
	}
}

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

	#logo_header .logotypeset {
		width: 225px;
	}
}
*/

.logo_text {
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
	font-feature-settings: 'palt';
}

/* 
#logo_header .logo_text span + span {
	display: none;
}
 */
#logo_header .logo_text span > span {
	display: none;
	vertical-align: baseline;
}

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

/* 
	#logo_header .logo_text span + span {
		display: inline-block;
	}
 */
	#logo_header .logo_text span > span {
		display: inline;
	}
}

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

	body:not(.fixed) #logo_header .logo_text {
		font-size: 30px;
	}
}


.bnrblock {
	width: 100%;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	z-index: 10;
}

.bnrblock > .inner {
	margin: 0 auto;
	color: #fff;
	text-align: center;
	position: relative;
}

.bnrblock h2 {
	margin-bottom: 1.5em;
	font-size: 1.8em;
	font-weight: 700;
	line-height: 1;
}

.bnrblock .shoulder {
	font-size: 4em;
	font-weight: 400;
	line-height: 1;
}

.bnrblock p {
	margin-bottom: 1em;
	font-size: 32px;
	font-weight: 900;
	line-height: 1.3;
}

.bnrblock p span {
	display: inline-block;
}

.bnrblock .bnritem {
	width: 100%;
}

.bnrblock .bnritem .brick {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	padding: 30px;
	background: rgba(0,0,0,.2);
	position: relative;
	z-index: 10;
}

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

.bnrblock .bnritem .btnarea a {
	color: #fff;
	background: transparent;
}

.bnrblock .bnritem .btnarea a[target="_blank"]:after {
	content: '\f109';
	margin-left: .5em;
	font-size: .85em;
	font-family: 'uiicon';
	font-weight: normal !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


#bnrblock_recruit {
	background-image: url(../image/bnr/back-bnr-recruit.jpg);
	background-position: center bottom;
}


#bnrblock_recruit.bnrblock .imgpart {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#bnrblock_recruit.bnrblock .imgpart > .inner {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

#bnrblock_recruit.bnrblock .imgpart > .inner > .img {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	width: 50%;
	height: 100%;
	overflow: hidden;
	text-align: left;
}

#bnrblock_recruit.bnrblock .imgpart > .inner > .img:last-child {
	text-align: right;
}

#bnrblock_recruit.bnrblock .imgpart > .inner > .img span {
	display: block;
	width: 100%;
	height: 60%;
}

#bnrblock_recruit.bnrblock .imgpart > .inner > .img span img {
	width: auto;
	height: 100%;
	transform: translateX(-40%);
}

#bnrblock_recruit.bnrblock .imgpart > .inner > .img:last-child span img {
	transform: translateX(30%);
}

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

	#bnrblock_recruit.bnrblock .imgpart > .inner > .img span {
		height: 70%;
	}

	#bnrblock_recruit.bnrblock .imgpart > .inner > .img span img {
		transform: translateX(0);
	}

	#bnrblock_recruit.bnrblock .imgpart > .inner > .img:last-child span img {
		transform: translateX(0);
	}
}



#bnrblock_exhibition.bnrblock {
	padding: 20px;
	background: #fff;
	padding: 20px;
}

#bnrblock_exhibition.bnrblock .columnpart {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	max-width: 800px;
	margin: 0 auto;
	overflow: hidden;
}

#bnrblock_exhibition.bnrblock .columnpart img {
	width: 100%;
	height: auto;
}

#bnrblock_exhibition.bnrblock .columnpart .item {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	flex-grow: 1;
	background: #0baee9;
	color: #fff;
}

#bnrblock_exhibition.bnrblock .columnpart .item:last-child {
	padding: 20px;
}

#bnrblock_exhibition.bnrblock .columnpart .item h2 {
	margin-bottom: .5em;
	font-size: 2.6em;
}

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

	#bnrblock_exhibition.bnrblock .columnpart .item {
		width: 50%;
	}

	#bnrblock_exhibition.bnrblock .columnpart .item:last-child {
		padding: 0 20px;
	}
}


#exbnrblock {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}

#exbnrblock > .inner {
	width: 100%;
	padding: 10px;
	background: #f7f8fa;
	position: relative;
}

body.safearea #exbnrblock > .inner {
	padding-left: calc(env(safe-area-inset-left) + 10px);
	padding-right: calc(env(safe-area-inset-right) + 10px);
}

#exbnrblock .columnpart {
	display: flex;
	flex-direction: column;
	width: 100%;
}

#exbnrblock .columnpart .item {
	display: flex;
	width: 100%;
	padding: 10px;
}

#exbnrblock .columnpart .item > .cover {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 30px;
	font-size: 1rem;
}

#exbnrblock .columnpart .item .brick {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	padding: 1.5em;
	background: rgba(255,255,255,.9);
	color: #000;
	font-size: 1em;
	line-height: 1.5;
}

#exbnrblock .columnpart .item .enclosed {
	font-weight: 700;
}

#exbnrblock .columnpart .item .enclosed:not(:last-child) {
	margin-bottom: 1em;
}

#exbnrblock .columnpart .item h2 {
	font-size: 1.4em;
}

#exbnrblock .columnpart .item h2:not(:last-child) {
	margin-bottom: .5em;
}

#exbnrblock .columnpart .item .shoulder {
	font-size: .85em;
}

#exbnrblock .columnpart .item p {
	font-size: 1.2em;
}

#exbnrblock .columnpart .item .btnarea {
	margin-top: auto;
}

#exbnrblock .columnpart .item .btnarea a[target="_blank"]:after {
	content: '\f109';
	margin-left: .5em;
	font-size: .85em;
	font-family: 'uiicon';
	font-weight: normal !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#exbnrblock .columnpart #exbnr-newsletter.item h2 strong {
	color: #0baee9;
}

#exbnrblock .columnpart #exbnr-newsletter.item h2 strong span {
	color: #d8231e;
}

#exbnrblock .columnpart #exbnr-newsletter.item .shoulder strong {
	color: #0baee9;
}

#exbnrblock .columnpart #exbnr-weblog.item h2 {
	color: #133e82;
}

#exbnrblock .columnpart #exbnr-weblog.item p strong {
	color: #d8231e;
}

#exbnr-newsletter.item > .cover {
	background-color: #0baee9;
}

#exbnr-newsletter.item > .cover {
	background-image: url(../image/bnr/back-bnrblock-newsletter.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#exbnr-weblog.item > .cover {
	background-image: url(../image/bnr/back-bnrblock-weblog-v2.jpg);
	background-repeat: no-repeat;
	background-position: 20% center;
	background-size: cover;
}

#actionbnrblock {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}

#actionbnrblock > .inner {
	width: 100%;
	padding: 10px;
	background: #fff;
	position: relative;
}

body.safearea #actionbnrblock > .inner {
	padding-left: calc(env(safe-area-inset-left) + 10px);
	padding-right: calc(env(safe-area-inset-right) + 10px);
}

#actionbnrblock > .inner > .columnpart {
	display: flex;
	flex-direction: column;
	width: 100%;
}

#actionbnrblock > .inner > .columnpart > .item {
	display: flex;
	width: 100%;
	padding: 10px;
}

#actionbnrblock > .inner > .columnpart > .item {
	display: flex;
	width: 100%;
	padding: 10px;
}

#actionbnrblock > .inner > .columnpart > .item > .inner {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	font-size: 1rem;
}

#actionbnrblock > .inner > .columnpart > .item > .inner .bnritem {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	font-size: 1em;
	line-height: 1.5;
}

#actionbnrblock #bnrblock_suppliers.bnrblock {
	margin-bottom: 0;
}

#actionbnrblock #bnrblock_suppliers.bnrblock .bnritem {
	font-size: .65em;
}

#actionbnrblock #bnrblock_suppliers.bnrblock .columnpart {
	max-width: none;
}

#actionbnrblock .contactinfo {
	background: #fff;
}

#actionbnrblock .contactinfo > .inner {
	background-image: url(../image/common/back-contactinfo.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#actionbnrblock .contactinfo .columns {
	height: 100%;
}

#actionbnrblock .contactinfo .column {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 30px;
}

#actionbnrblock .contactinfo .btnarea {
	margin-top: auto;
}

#actionbnrblock .contactinfo .btnarea a {
	max-width: none;
}

#actionbnrblock .contactinfo .foncall .call i {
	width: 24px;
	height: 24px;
}

#actionbnrblock .contactinfo .foncall .call span.label {
	font-size: 28px;
}

#actionbnrblock #bnrblock_recruit {
	background: none;
}

#actionbnrblock #bnrblock_recruit > .inner {
	background-image: url(../image/bnr/back-bnr-recruit.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

#actionbnrblock #bnrblock_recruit.bnrblock .bnritem {
	font-size: .65em;
}

body.safearea #actionbnrblock #bnrblock_recruit.bnrblock .bnritem .brick {
	padding-left: 30px;
	padding-right: 30px;
}

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

	#exbnrblock .columnpart .item > .cover {
		justify-content: flex-end;
		align-items: flex-end;
		padding: 30px;
	}

	#exbnrblock .columnpart .item .brick {
		width: 70%;
	}
}

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

	#exbnrblock .columnpart .item .brick {
		width: 50%;
	}
}

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

	#exbnrblock .columnpart {
		flex-direction: row;
	}

	#exbnrblock:not(.singlepart) .columnpart .item {
		width: 50%;
	}

	#exbnrblock .columnpart .item {
		padding: 20px;
	}

	#exbnrblock .columnpart .item > .cover {
		justify-content: flex-end;
		align-items: flex-end;
		padding: 30px;
	}

	#exbnrblock .columnpart .item .brick {
		width: auto;
		min-width: 50%;
	}

	#actionbnrblock > .inner > .columnpart {
		flex-direction: row;
	}

	#actionbnrblock:not(.singlepart) > .inner > .columnpart .item {
		width: 50%;
	}

	#actionbnrblock:not(.singlepart) > .inner > .columnpart .item {
		padding: 20px;
	}

	#actionbnrblock .contactinfo .columns {
		justify-content: flex-end;
	}
}

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

	#exbnrblock .columnpart .item > .cover {
		padding: 30px 50px;
	}
}


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