body {
	font: 16px "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', arial, helvetica, clean, sans-serif;
	color: #231107;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	margin: 0 auto;
	width: 100%;
	background: #f9f9f9;
}

/* _vars.scss 180109 */
a {
	color: #000;
	text-decoration: none;
	word-break: break-word;
}

.page_block a {
	color: #0044cc;
}

.page_block img {
	width: auto;
	max-width: 100%;
	height: auto;
}

a:hover,
input:hover {
	opacity: 0.5;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

h2 {
	font-size: 28px;
	padding: 0;
	font-family: "Ubuntu-Bold";
}

@media screen and (max-width: 500px) {
	h2 {
		font-size: 6vw;
	}
}

h6 {
	font-size: 18px !important;
	font-weight: bold;
}

h7 {
	font-size: 14px !important;
	font-weight: bold;
	margin: 5px 0;
}

p {
	line-height: 1.6em !important;
	font-size: 12px !important;
}

.indent p {
	text-indent: 1em;
	margin-bottom: 1em;
}

body.home #breadcrumb {
	display: none;
}

main {
	padding-top: 70px;
	width: 100%;
	margin: 0 auto;
	background: #f9f9f9;
}

main .xing_slideshow img {
	width: 100%;
	height: auto;
}

main .xing_slideshow .sp {
	display: none;
}

main .content_block {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}

main .content_block .content_inner {
	display: table;
	margin: 0 auto;
}

main .content_block .content_inner .content_main {
	display: table-cell;
	width: 70%;
	padding: 0 10px 100px 30px;
}

main .content_block .content_inner .content_sub {
	display: table-cell;
	width: 30%;
	padding: 0 30px 30px;
	vertical-align: top;
}

.nav_fixed {
	position: fixed;
	display: block;
	width: 100%;
	height: 70px;
	background: #fff;
	border-bottom: 2px solid #df0000;
	z-index: 999;
}

.nav_fixed .nav_pc {
	position: relative;
}

.nav_fixed .nav_pc .nav_inner {
	max-width: 1300px;
	margin: 0 auto;
}

.nav_fixed .nav_pc .nav_inner .xing_logo a {
	background: url("../img/logo.png") no-repeat;
	padding: 10px 0 20px;
	margin-left: 20px;
	display: block;
	width: 300px;
	background-position: 0 18px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	opacity: 1;
}

.nav_fixed .nav_pc .nav_inner .xing_logo_en {
	position: relative;
}

.nav_fixed .nav_pc .nav_inner .xing_logo_en a {
	position: absolute;
	background: url("../img/logo_en.png") no-repeat;
	background-size: contain;
	height: 32px;
	width: 287px;
	position: absolute;
	top: 18px;
}

.nav_fixed .nav_pc .nav_inner .xing_nav {
	display: table;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -100px;
	height: 67px;
}

.nav_fixed .nav_pc .nav_inner .xing_nav .link_nav {
	display: table-cell;
	vertical-align: middle;
}

.nav_fixed .nav_pc .nav_inner .xing_nav .link_nav ul {
	display: table;
}

.nav_fixed .nav_pc .nav_inner .xing_nav .link_nav ul li {
	display: table-cell;
	padding: 0 15px;
}

.nav_fixed .nav_pc .nav_inner .xing_nav .link_nav ul li a {
	opacity: 1;
	padding: 22px 0;
}

.nav_fixed .nav_pc .nav_inner .xing_nav .contact_nav {
	display: table-cell;
	vertical-align: top;
	padding-top: 1px;
}

.nav_fixed .nav_pc .nav_inner .xing_nav .contact_nav ul {
	display: table;
}

.nav_fixed .nav_pc .nav_inner .xing_nav .contact_nav ul li {
	display: table-cell;
	vertical-align: top;
	border-left: 1px solid #ccc;
}

.nav_fixed .nav_pc .nav_inner .xing_nav .contact_nav ul li a {
	display: block;
	width: 74px;
	height: 67px;
	padding: 12px 6px;
}

.nav_fixed .nav_pc .nav_inner .xing_nav .contact_nav ul .share_btn {
	position: relative;
	display: none;
}

.nav_fixed .nav_pc .nav_inner .xing_nav .contact_nav ul .share_btn a.active {
	background: #f5f5f5;
}

.nav_fixed .nav_pc .nav_inner .xing_nav .contact_nav ul .contact_btn a:hover {
	opacity: 1;
	background: #f5f5f5;
}

.nav_fixed .nav_pc .nav_inner .xing_nav .contact_nav .form_nav {
	display: table-cell;
	border-left: 1px solid #ccc;
	padding-left: 15px;
	padding-top: 11px;
}

.nav_fixed .nav_pc .nav_inner .xing_nav .contact_nav .form_nav form#searchform {
	position: relative;
}

.nav_fixed .nav_pc .nav_inner .xing_nav .contact_nav .form_nav .search_icon {
	height: 40px;
	position: absolute;
}

.nav_fixed .nav_pc .nav_inner .xing_nav .contact_nav .form_nav .search_icon input.form_text {
	width: 190px;
	height: 100%;
	max-height: 40px;
	border: 1px solid #dedede;
	border-radius: 22px;
	padding: 7px 0;
	padding-right: 12px;
	padding-left: 20px;
	margin-left: 37px;
	outline: none;
	display: block;
	-webkit-appearance: none;
}

.nav_fixed .nav_pc .sns_btn {
	position: relative;
	background: #2d2d2d;
	width: 100%;
	height: 0px;
	margin-top: 16px;
	overflow: hidden;
	-moz-transition: height 0.3s;
	-o-transition: height 0.3s;
	-webkit-transition: height 0.3s;
	transition: height 0.3s;
}

.nav_fixed .nav_pc .sns_btn.active {
	height: 40px;
}

.nav_fixed .nav_pc .sns_btn ul {
	position: absolute;
	right: 50%;
	margin-right: -350px;
}

.nav_fixed .nav_pc .sns_btn ul li {
	display: inline-block;
	padding: 10px;
}

.nav_fixed .nav_sp .nav_inner {
	max-width: 1300px;
	margin: 0 auto;
	position: relative;
}

.nav_fixed .nav_sp .nav_inner .xing_logo a {
	background: url("../img/logo.png") no-repeat;
	padding: 10px 0 20px;
	margin-left: 20px;
	display: block;
	width: 300px;
	background-position: 0 18px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	opacity: 1;
}

.nav_fixed .nav_sp .nav_inner .xing_nav button .drawer-text {
	padding-top: 18px;
	display: block;
	font-size: 10px;
}

.nav_fixed .nav_sp .nav_inner .xing_nav .drawer-nav {
	display: block;
	background: #313131;
	width: 10.25em;
}

.nav_fixed .nav_sp .nav_inner .xing_nav .link_nav {
	padding-top: 8px;
	margin-top: 70px;
}

.nav_fixed .nav_sp .nav_inner .xing_nav .link_nav ul li {
	padding: 10px 24px;
}

.nav_fixed .nav_sp .nav_inner .xing_nav .link_nav ul li a {
	color: #fff;
	text-align: right;
	padding: 0 0 0 10px;
	border-left: 3px solid #d70c19;
}

@media screen and (max-width: 1200px) {
	.nav_fixed .nav_sp .nav_inner .xing_nav .link_nav ul li a:before {
		display: none;
	}
}

.nav_fixed .nav_sp .nav_inner .xing_nav .link_nav ul li:hover {
	background: #4F4F4F;
}

.nav_fixed .nav_sp .nav_inner .xing_nav .link_nav .drawer-sns {
	padding: 20px 0 0 18px;
}

.nav_fixed .nav_sp .nav_inner .xing_nav .link_nav .drawer-sns p {
	display: inline-block;
}

.nav_fixed .nav_sp .nav_inner .xing_nav .link_nav .drawer-sns p a {
	padding: 0 5px;
}

.nav_fixed .nav_sp .nav_inner .xing_nav .contact_nav {
	display: table-cell;
	vertical-align: middle;
}

.nav_fixed .nav_sp .nav_inner .xing_nav .contact_nav ul {
	display: table;
}

.nav_fixed .nav_sp .nav_inner .xing_nav .contact_nav ul li {
	display: table-cell;
	padding: 10px 15px;
	border-left: 1px solid #ccc;
}

.nav_fixed .nav_sp .nav_inner .xing_nav .contact_nav ul li:hover {
	background: #f5f5f5;
}

.nav_fixed .nav_sp .nav_inner .xing_nav .form_nav {
	display: table-cell;
	vertical-align: middle;
	border-left: 1px solid #ccc;
	padding-left: 10px;
}

.nav_fixed .nav_sp .nav_inner .xing_nav .form_nav input.form_text {
	width: 190px;
	height: 44px;
	border: 1px solid #dedede;
	border-radius: 22px;
	margin-left: 10px;
}

.nav_fixed .nav_sp .nav_inner .xing_nav .form_nav .search_table {
	display: table;
}

.nav_fixed .nav_sp .nav_inner .xing_nav .form_nav .search_table p {
	display: table-cell;
	vertical-align: middle;
}



table {
	border-collapse: collapse;
	border-spacing: 0;
}

.jso_logo {
	background: url(../img/jso_logo.png) no-repeat;
	padding: 10px 0 20px;
	margin-left: 30px;
	display: block;
	width: 210px;
	background-position: 0 18px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	opacity: 1;
	float: left;
}

.jso_logo a {
	display: block;
	height: 50px;
}

@media screen and (max-width: 640px) {
	.jso_logo {
		float: inherit !important;
	}
}

.jso_nav {
	left: inherit !important;
	right: 0;
	margin-right: 30px;
	float: right;
	position: inherit !important;
}

@media screen and (max-width: 640px) {
	.jso_nav {
		position: inherit !important;
		margin: 0 auto !important;
		display: block !important;
		height: auto !important;
		float: inherit !important;
	}

	.jso_nav .link_nav {
		display: block !important;
	}

	.jso_nav .link_nav ul {
		display: inherit !important;
	}

	.jso_nav .link_nav ul li {
		padding: 0 !important;
		width: 33.3%;
		float: left;
		text-align: center;
		border-left: solid 1px #ccc;
		border-top: solid 1px #ccc;
	}

	.jso_nav .link_nav ul li a {
		display: block;
		padding: 15px 0 !important;
	}
}

.jso_hp {
	padding-bottom: 30px;
}

.jso_hp p {
	font-size: 14px !important;
	line-height: 1.8em !important;
}

.jso_hp table th,
.jso_hp table td {
	font-size: 14px !important;
}

.jso_hp h2 {
	font-weight: bold;
	padding-top: 100px;
	margin-top: -100px;
}

@media screen and (max-width: 640px) {
	.jso_hp h2 {
		padding-top: 130px;
		margin-top: -130px;
	}
}

.jso_small {
	font-size: 12px !important;
	color: #757575;
}

.jso_mv {
	text-align: center;
}

.jso_mv img {
	width: 100%;
	height: auto;
}

.jso_inner {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}

.jso_inner section {
	box-sizing: border-box;
	margin: 40px;
}

@media screen and (max-width: 640px) {
	.jso_inner section {
		margin: 15px;
	}
}

.jso_inner section .content {
	box-sizing: border-box;
	padding: 40px;
	background: #fff;
	border-top: 3px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
}

@media screen and (max-width: 640px) {
	.jso_inner section .content {
		padding: 15px;
	}
}

.jso_inner section .content .company_table {
	margin-top: 20px;
	line-height: 2.0em;
}

.jso_inner section .content .company_table th {
	width: 130px;
}

.jso_inner section .content .product_block {
	background: #f9f9f9;
	padding: 20px;
	overflow: hidden;
	margin: 20px 0;
	display: table;
}

@media screen and (max-width: 768px) {
	.jso_inner section .content .product_block {
		display: block;
	}
}

@media screen and (max-width: 640px) {
	.jso_inner section .content .product_block {
		padding: 10px;
	}
}

.jso_inner section .content .product_block .img {
	display: table-cell;
	vertical-align: top;
	width: 30%;
}

@media screen and (max-width: 768px) {
	.jso_inner section .content .product_block .img {
		text-align: center;
	}
}

.jso_inner section .content .product_block .img img {
	width: 100%;
	max-width: 374px;
}

.jso_inner section .content .product_block .text {
	display: table-cell;
	vertical-align: top;
	width: 60%;
	padding-left: 25px;
}

@media screen and (max-width: 768px) {
	.jso_inner section .content .product_block .text {
		display: block;
		width: 100%;
		padding: 0;
	}
}

.jso_inner section .content .product_block .text p {
	padding: 10px 0 0 0;
}

.jso_link {
	text-align: center;
	padding: 30px 0 10px 0;
	display: block;
}

.jso_link a {
	padding: 20px 30px;
	background: #313131;
	color: #fff !important;
}

@media screen and (max-width: 640px) {
	.jso_link a {
		display: block;
		width: 100%;
	}
}

.jso_contact h3 {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 20px;
}

.jso_contact h4 {
	font-weight: bold;
	font-size: 18px;
}

.jso_contact hr {
	margin: 20px 0;
}

.jso_contact .contact_table {
	line-height: 2.0em;
	margin-top: 10px;
}

.jso_contact .contact_table td {
	padding-right: 25px;
}

.jso_contact .contact_table td a.map_btn {
	color: #000 !important;
	border: 1px solid #000;
	border-radius: 20px;
	padding: 1px 5px;
	font-size: 10px;
	margin-left: 5px;
	vertical-align: top;
}

#jso .nav_inner {
	overflow: hidden;
}

#jso .content a {
	color: #0044cc;
}

#jso .content img {
	width: auto;
	max-width: 100%;
	height: auto;
}

@media screen and (max-width: 640px) {
	#jso .nav_fixed {
		height: auto;
	}

	#jso .jso_logo {
		margin: 0 auto;
		padding: 5px 0 5px;
		background-position: 0px 14px;
	}

	#jso main {
		padding-top: 115px;
	}
}


.sp_only {
	display: none;
}

.pc_only {
	display: block;
}

@media screen and (max-width: 640px) {
	.sp_only {
		display: block !important;
	}

	.pc_only {
		display: none !important;
	}
}

/* 役員 */
.company-grid {
	display: grid;
	grid-template-columns: 160px 1fr;
	/* 左: 見出し / 右: 値 */
	gap: 12px 16px;
	padding: 12px;
	background: #fff;
	max-width: 820px;
	font-size: 14px !important;
}

.company-grid .label {
	font-weight: 700;
	color: #333;
	align-self: start;
	/* 複数行でも上揃え */
}

.company-grid .value {
	color: #222;
	line-height: 1.7;
	border-bottom: 1px solid #eee;
	padding-bottom: 12px;
}

.company-grid .label:nth-last-child(2),
.company-grid .value:last-child {
	border-bottom: none;
}

/* スマホは1列に */
@media (max-width: 640px) {
	.company-grid {
		grid-template-columns: 1fr;
	}

	.company-grid .label,
	.company-grid .value {
		border-bottom: none;
		padding-bottom: 0;
	}

	.company-grid .label {
		margin-top: 8px;
	}
}

.red_link {
	color: #c62828;
	text-decoration: none;
}

.red_link:hover {
	text-decoration: underline;
}


/* ラッパーは幅100%に */
.x-idx-mv {
	width: 100%;
}

/* map button */
.company-grid .value a.map_btn{
    color: #000 !important;
    border: 1px solid #000;
    border-radius: 20px;
    padding: 1px 5px;
    font-size: 10px;
    margin-left: 5px;
    vertical-align: top;
}



/* JSOトップ MV 
不要な余白をなくす */
.x-idx-mv,
.x-idx-mv__inner,
.x-idx-mv picture {
	display: block;
	margin: 0;
	padding: 0;
}

/* 画像を横幅いっぱい・比率維持で拡大縮小 */
.x-idx-mv picture,
.x-idx-mv img {
	width: 100%;
	height: auto;
	/* アスペクト比維持 */
	display: block;
	/* 画像下の隙間防止 */
}

/* privacy */
.sitepolicyBox>*+* {
	margin: 40px 0 0;
}

.sitepolicyBox__list>li {
	text-indent: -1.5rem;
	padding: 0 0 0 1.5rem;
	margin-bottom: 10px;
}

.sitepolicyBox a {
	text-decoration: underline;
}


/* JSOフォーム */
.p-idx-inq__txtlarge {
	font-size: 18px !important;
	font-weight: bold;
    text-align: center;
    margin-bottom: 5rem;
}

.p-idx-inq__txtlarge span {
    color: #d70c19;
}