@charset "utf-8";
body {
	font-family: "Montserrat", "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
header {
	background-color: #fff;
}

.red {
	color: #dc3545;
}

ul.icon li:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	margin-right: .3em;
}

.navbar {
	position: relative;
}

.navbar .navbar-brand {
	line-height: 1em;
}
.navbar-brand img {
	max-width: 240px;
	max-height: 35px;
	height: auto;
}
.navbar .navbar-nav .nav-item.language .nav-link {
	background-color: rgba(0, 0, 0, 0.05);
	color: #666;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1;
	padding: 5px;
	position: relative;
}
.navbar .navbar-nav.menu .nav-item {
	border-left: solid 1px #0062cc;
}
.navbar .navbar-nav.menu .nav-item:last-child {
	border-right: solid 1px #0062cc;
}
.navbar .navbar-nav.menu .nav-item .nav-link {
	font-size: 13px;
	font-weight: 600;
	color: #333333;
	padding: 0px 8px;
}
.navbar .navbar-nav .nav-item.rnv a {
	padding: 4px 10px;
}
.navbar .navbar-nav .nav-item.rnv a img {
	width: 100px;
	height: auto;
	max-height: 32px;
}
.navbar .navbar-nav .nav-item.contact .nav-link {
	display: table;
	color: #fff;
	background-color: #0d448b;
	padding: 6px 10px;
}
.navbar .navbar-nav .nav-item.contact .nav-link .far,
.navbar .navbar-nav .nav-item.contact .nav-link .text {
	display: table-cell;
	vertical-align: middle;
}
.navbar .navbar-nav .nav-item.contact .nav-link .far {
	font-size: 20px;
	padding-right: 5px;
}
.navbar .navbar-nav .nav-item.contact .nav-link .text {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: -.1em;
	line-height: 0px;
}
.navbar-toggler {
	padding: 0;
	border: none;
}
.navbar-toggler-icon {
	width: 1em;
	height: 1em;
	padding: 17px;
	margin-top: -15px;
	position: relative;
}
.navbar-toggler-icon:after {
	content: "MENU";
	position: absolute;
	bottom: -8px;
	right: 0;
	font-size: 10px;
	width: 100%;
	text-align: center;
}

.page-header {
	padding-bottom: 15px;
	position: relative;
}
.page-header .inner {
	display: table;
	width: 100%;
}
.page-header .inner .page-title {
	display: table-cell;
	vertical-align: top;
	padding-left: .3em;
	padding-right: 1em;
	width: 1em;
	white-space: nowrap;
	font-size: 1.5em;
	font-weight: 600;
	line-height: 1;
	border-left: solid 5px #0d448b;
}
.page-header .inner .page-title a {
	text-decoration: none;
	color: #212529;
}
.page-header .inner .sub-nav,
.page-header .inner .return-nav {
	display: table-cell;
	vertical-align: bottom;
}
.page-header .inner .sub-nav ul,
.page-header .inner .return-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.page-header .inner .sub-nav ul li {
	display: inline-block;
	margin-right: .6em;
	font-size: 13px;
}
.page-header .inner .sub-nav ul li a,
.page-header .inner .return-nav ul li a {
	color: #666;
}
.page-header .inner .sub-nav ul li:before {
	content: "\f0da";
	color: #999;
	font-size: 50%;
}
.page-header .inner .return-nav {
	text-align: right;
	white-space: nowrap;
}
.page-header .inner .return-nav ul li {
	font-size: 13px;
}
.page-header .inner .return-nav ul li:before {
	content: "\f0e2";
}
.page-header .inner .return-nav ul li.home:before {
	content: "\f015";
}



.contents {
	/* overflow: hidden; */
}
.contents section {
	padding: 130px 0;
	margin: -100px 0;
}
.contents section+section {
	margin-top: -200px;
}
.contents p:last-child {
	margin-bottom: 0;
}
.contents img {
	max-width: 100%;
	height: auto;
}
.contents h2 {
	background-color: #0D448B;
	color: #FFFFFF;
	line-height: 1.3em;
	font-size: 1.3em;
	font-weight: bold;
	padding: 15px;
	text-align: center;
	margin-bottom: 1em;
}
.contents h3 {
	color: #0D448B;
	font-weight: 800;
	font-size: 1.5em;
	margin: .75em 0;
}
.contents h4 {
	font-size: 1.2em;
	font-weight: bold;
	border-left: solid 5px #999;
	padding-left: .25em;
}
.contents h3:first-child {
	/* margin-top: 0; */
}

.contents section#news {
	padding: 0;
	margin: 2em 0;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.contents section#news h2 {
	margin-bottom: 0;
}
.contents section#news iframe {
	width: 100%;
	height: 190px;
	border: none;
	padding: 0;
	margin: 0;
}

.home .contents section#feature .row.feature-nav {
	margin-right: -10px;
	margin-left: -10px;
}
.home .contents section#feature .row.feature-nav [class*="col-"] {
	padding-right: 10px;
	padding-left: 10px;
}

.feature-nav figure,
.feature-nav figure img,
.feature-nav figure figcaption,
.feature-nav a,
.feature-nav a figure,
.feature-nav a figure figcaption .more {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.feature-nav a {
	text-decoration: none;
	display: block;
}
.feature-nav figure {
	background-size: cover;
	margin-bottom: 2em;
	display: block;
	position: relative;
	float: left;
	padding-bottom: 1.5em;
}
.feature-nav figure img {
	width: 100%;
}
.feature-nav figure figcaption h3 {
	color: #0D448B;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	padding: .6em 0;
	margin: 0;
}
.feature-nav figure figcaption p {
	font-size: .9em;
	color: #666;
	margin-bottom: .75em;
}
.feature-nav figure figcaption .more {
	font-weight: bold;
	line-height: 1;
	padding: 8px 10px;
	border-radius: 4px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.feature-nav figure:hover figcaption .more {
	background-color: #aaa;
	color: #fff;
}
.feature-nav figure figcaption .more .fas {
	color: #dc3545;
	margin-right: .3em;
}

.feature-nav.image-hover figure {
	display: block;
	position: relative;
	overflow: hidden;
}
.feature-nav.image-hover figure:hover img {
	opacity: 0;
}

.feature-nav.caption-hover figure,
.feature-nav.caption-bottom figure {
	padding-bottom: 0;
}
.feature-nav.caption-hover figcaption {
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	display: block;
	align-items: center;
	padding: 10px 15px;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.feature-nav.caption-hover.up figcaption {
	bottom: -20px;
}
.feature-nav.caption-hover.up figure:hover figcaption {
	opacity: 1;
	bottom: 0;
}
.feature-nav.caption-hover.up figcaption h3 {
	display: block;
	clear: both;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 0;
}
.feature-nav.caption-hover.up figcaption p {
	display: block;
	text-align: center;
	clear: both;
	width: 100%;
	font-size: .85em;
	margin-bottom: 0;
}
.feature-nav.caption-bottom figcaption {
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-bottom: solid 8px #0d448b;
	background: rgba(255, 255, 255, 0.8);
	display: block;
	align-items: center;
	padding: 15px;
}
.feature-nav.caption-bottom figcaption h3 {
	margin: 0 0 .7em;
	padding: 0;
	text-align: left;
	font-size: 1.2em;
	line-height: 1.3em;
	color: #333;
}
.feature-nav.caption-bottom figcaption p {
	color: #666;
	font-weight: 500;
	font-size: .8em;
}

.feature-nav.hover-shadow figure:hover {
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}



.home .feature-nav figure#company {
	background-image: url(../images/top-cont1on.jpg)
}
.home .feature-nav figure#product {
	background-image: url(../images/top-cont2on.jpg)
}
.home .feature-nav figure#equipment {
	background-image: url(../images/top-cont3on.jpg)
}
.home .feature-nav figure#resources {
	background-image: url(../images/top-cont4on.jpg)
}



#home-news {
	padding: 1em 5%;
}
#home-news dl {
	font-size: 95%;
}
#home-news dl dt {
	float: left;
	font-weight: normal;
}
#home-news dl dd {
	margin-left: 7em;
	margin-bottom: 1em;
}

table dl,
table dl dd:last-child {
	margin-bottom: 0;
}
.company #overview table th {
	min-width: 6em;
}
.company #history tr td:nth-of-type(1) {
	width: 25%;
	padding-left: 0;
}
.company #history table th {
	white-space: nowrap;
}
.multiple-row .row {
	margin-bottom: 1.5em;
}
.multiple-row.wide .row {
	margin-bottom: 3em;
}
.multiple-row.narrow .row {
	margin-bottom: 1em;
}
.multiple-row .row:last-child {
	margin-bottom: 0;
}
.factory #factory p:last-child {
	margin-bottom: 1em;
}

.development #flow .feature-nav {
	margin-bottom: 3em;
}
.development #flow h4 {
	color: #0d448b;
	display: block;
	text-align: center;
	font-size: 1.3em;
	font-weight: 800;
	border: solid 1px;
	padding: 8px;
	margin-top: 0;
	margin-bottom: .5em;
}
.development #flow .arrow {
	display: block;
	color: #0d448b;
	text-align: center;
	margin-top: -15px;
	font-size: 3em;
	line-height: 1;
}

.development.original .dl-file .far,
.development.original .dl-file .fas {
	font-size: 200%;
	margin-left: .2em;
	vertical-align: middle;
}
.dl-file .fa-file-pdf {
	color: #e2636f;
}

.development.design .contents h4 {
	margin: 3em 0 1em;
}
.development.design #design ul {padding: 0;margin: 0;}
.development.design #design ul li {
	display: inline-block;
	margin-right: 1em;
}
.development.design #design ul li:before {
	content: "\f111";
	font-size: 90%;
	margin-right: .15em;
	color: #333;
}

.equipment table th,
.resources table th {
	background-color: #5577a2;
	color: #fff;
	text-align: center;
	font-size: 80%;
}
.equipment table td {
	line-height: 1.2em;
}
.equipment table tr td:nth-of-type(1),
.resources table tr td:nth-of-type(1) {
	font-weight: bold;
}
.equipment table tr td:nth-of-type(1) {
	width: 20%;
}
.equipment table tr td:nth-of-type(2) {
	width: 20%;
	font-size: 90%;
}
.equipment table tr td:nth-of-type(3) {
	width: 15%;
	font-size: 90%;
}
.equipment table tr td:nth-of-type(4) {
	width: 5%;
	font-size: 90%;
	text-align: right;
}
.equipment table tr td:nth-of-type(5) {
	width: 20%;
	font-size: 90%;
}
.equipment table tr td:nth-of-type(6) {
	width: 20%;
	font-size: 90%;
}

.recruit #employee .feature-nav figure {
	margin-bottom: 2em;
}
.recruit .feature-nav figure#men {
	background-image: url(../images/men-on.jpg)
}
.recruit .feature-nav figure#kamada {
	background-image: url(../images/kamada-on.jpg)
}
.recruit .feature-nav figure#abe {
	background-image: url(../images/abe-on.jpg)
}
.recruit .feature-nav figure#kosugi {
	background-image: url(../images/kosugi-on.jpg)
}
.recruit .feature-nav figure#fujisawa {
	background-image: url(../images/fujisawa-on.jpg)
}

.employee #introduction .profile {
	background-color: #0d448b;
	position: relative;
	width: 100%;
	display: table;
	color: #fff;
	text-align: center;
}
.employee #introduction .profile h1 {
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1;
	display: table-cell;
	vertical-align: middle;
	margin-bottom: 0;
	padding: .5em 0;
}
.employee #introduction h2 {
	background-color: transparent;
	border: solid 1px #0D448B;
	color: #333;
	font-size: 1.4em;
	font-weight: 800;
	text-align: left;
	padding: 10px;
}

.resources #behaviorpolicy dl dd {
	padding-left: 2em;
}
.privacy .description p {
	padding-left: 1em;
}
.privacy .description h3 {
	margin-top: 1.5em;
}




.back-to-head {
	text-align: center;
	position: relative;
	margin-top: 2em;
}
.back-to-head a {
	display: block;
	line-height: 1;
	color: #0d448b;
	text-decoration: none;
	padding: 1.5em 0;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.back-to-head a:hover {
	background-color: #0d448b;
	color: #fff;
}
.back-to-head a .fas {
	font-size: 30px;
	display: block;
	top: 0;
	position: relative;
}
.back-to-head a:hover .fas {
	top: 0px;
}
.back-to-head .text {
	display: block;
	font-weight: 600;
}

footer {
	background-color: #efefef;
	padding: 2em 0 0;
	overflow: hidden;
}
footer .copyright {
	/* background-color: #ccc; */
	color: #999;
	padding: 1em;
	font-size: .6em;
	text-align: center;
}
footer .copyright p {
	margin-bottom: 0;
}


footer h1.footer-title {
	font-weight: 800;
	font-size: 1.5em;
	margin-bottom: 1em;
}
footer address {
	margin-top: .5em;
	margin-bottom: 0;
}
footer address ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
footer address ul li {
	display: inline-block;
	margin-right: .7em;
}
footer address ul li:last-child {
	margin-right: 0;
}

footer .footer-nav ul {
    margin: 0;
    padding: 0;
}
footer .footer-nav ul li {
	display: block;
	position: relative;
	line-height: 1.2em;
	margin-bottom: .9em;
}
footer .footer-nav ul li:before {
	content: "\f0da";
}
footer .footer-nav ul li:last-child {
	/* margin-bottom: 0; */
}
footer .footer-nav ul li a {
	font-weight: 500;
	color: #333;
	}
footer .footer-nav ul li ul {
	margin-left: 6.5em;
	margin-top: -1.25em;
}
footer .footer-nav ul li ul li {
	display: inline-block;
	float: none;
	margin-right: .6em;
	margin-bottom: .3em;
	font-size: .85em;
}
footer .footer-nav ul li ul li:before {
	display: none;
}
footer .footer-nav ul li ul li a {
	font-weight: 400;
	color: #666;
}

footer .banner-column {
	position: relative;
}
footer .banner-column .banner {
	text-align: center;
	position: absolute;
	bottom: 0;
	right: 15px;
}
footer .banner img {
	max-width: 200px;
	height:;
}
footer .group-banner {
	display: block;
	margin-left: -5px;
	margin-right: -5px;
}
footer .group-banner .column {
	float: left;
	width: 20%;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
}
footer .group-banner .column a {
	display: block;
}
footer .group-banner .column img {
	width: 100%;
	height: auto;
}

.required {
    background-color: #ec565a;
    color: #fff;
    text-align: center;
    font-size: 11px;
    line-height: 1;
    display: block;
    clear: both;
    padding: 3px 5px;
    margin-top: 5px;
    border-radius: 3px;
    width: 3em;
}


@media (min-width: 992px) {
	.contents h3:first-child {
		margin-top: 0;
	}
}
@media (max-width: 1199px) {
	.navbar-brand img {
		max-width: 190px;
	}
	.navbar .navbar-nav .nav-item.language .nav-link {
		font-size: 12px;
	}
	.navbar .navbar-nav.menu .nav-item .nav-link {
		font-size: 12px;
		letter-spacing: -.05em;
		padding: 0px 5px;
	}
	.navbar .navbar-nav .nav-item.rnv a {
		padding: 0 8px;
	}
	.navbar .navbar-nav .nav-item.rnv a img {
		width: 90px;
	}
	.navbar .navbar-nav .nav-item.contact .nav-link {
		padding: 4px 8px;
	}
	.navbar .navbar-nav .nav-item.contact .nav-link .far {
		font-size: 18px;
		padding-right: 3px;
	}
	.navbar .navbar-nav .nav-item.contact .nav-link .text {
		font-size: 12px;
	}
}
@media (max-width: 991px) {
	.navbar .navbar-collapse .navbar-nav .nav-item.language {
		display: none;
	}
	.navbar-collapse {
		background-color: #f1f1f1;
		/* padding: 10px; */
		/* position: absolute; */
		/* width: 100%; */
		/* top: 52px; */
		/* left: 0; */
		/* z-index: 999; */
	}
	.navbar-nav {
		display: block;
		clear: both;
	}
	.navbar .navbar-nav.menu {
		padding: 10px;
		display: block;
		width: 100%;
		float: left;
	}
	.navbar .navbar-nav.menu .nav-item,
	.navbar .navbar-nav.outside .nav-item {
		border: none;
		display: block;
		float: left;
		width: 25%;
		text-align: center;
	}
	.navbar .navbar-nav.outside .nav-item {
		width: 50%;
	}
	.navbar .navbar-nav.menu .nav-item:last-child {
		border: none;
	}
	.navbar .navbar-nav.menu .nav-item .nav-link {
		font-size: 14px;
		letter-spacing: 0;
		padding: 4px 5px;
	}
	.navbar .navbar-nav.outside {
		display: block;
		border-top: solid 1px #ccc;
		width: 100%;
		float: left;
		padding: 10px;
	}
	.navbar .navbar-nav .nav-item.rnv a img {
		width: 100px;
		max-height: 37px;
	}
	.navbar .navbar-nav .nav-item.contact .nav-link {
		display: table;
		color: #fff;
		background-color: #0062cc;
		padding: 6px 10px;
		width: 100%;
	}
	.navbar .navbar-nav .nav-item.contact .nav-link .far {
		font-size: 16px;
	}
	.navbar .navbar-nav .nav-item.contact .nav-link .text {
		font-size: 14px;
		font-weight: 500;
		letter-spacing: -.1em;
		line-height: 0px;
	}

	.page-header .inner {
		position: relative;
	}
	.page-header .inner .page-title,
	.page-header .inner .sub-nav,
	.page-header .inner .return-nav {
		display: block;
	}
	.page-header .inner .return-nav {
		position: absolute;
		right: 0;
		top: 0;
	}

	.feature-nav.caption-hover.up figcaption {
		bottom: 0;
		opacity: 1;
	}
	.feature-nav.caption-hover.up figcaption h3 {
		font-size: 1.1em;
	}

	footer .banner-column .banner {
		position: relative;
		right: 0;
	}
}

@media (max-width: 767px) {
	.navbar .navbar-nav.menu .nav-item {
		width: 33.33%;
	}
	.navbar .navbar-nav.outside .nav-item {
		width: 50%;
	}
	.page-header {
		padding: 0;
		margin-bottom: 15px;
	}
	.page-header .inner .sub-nav ul {
		display: block;
		float: left;
		width: 100%;
		border: solid 1px #e0e0e0;
		border-right: none;
		border-bottom: none;
	}
	.page-header .inner .sub-nav ul li {
		display: block;
		float: left;
		width: 33.333%;
		margin-right: 0;
		border-right: solid 1px;
		border-bottom: solid 1px;
		border-color:  #e0e0e0;
	}
	.equipment .page-header .inner .sub-nav ul li {
		width: 50%;
	}
	.page-header .inner .sub-nav ul li:before {
		display: none;
	}
	.page-header .inner .sub-nav ul li a {
		display: block;
		text-align: center;
		text-decoration: none;
		font-size: 12px;
		padding: 5px;
	}
	.contents section {
		padding: 160px 0;
		margin: -160px 0;
	}
	.contents section+section {
		margin-top: -230px;
	}
	footer h1.footer-title {
		text-align: center;
	}
	footer address ul {
		margin-bottom: .25em;
	}
	footer address ul:last-child {
		margin-bottom: 1em;
	}
	footer address ul li {
		text-align: center;
		display: block;
		margin-right: 0em;
	}

	footer .group-banner {
		margin-left: -10px;
		margin-right: -10px;
		text-align: center;
		overflow: hidden;
	}
	footer .group-banner .column {
		float: none;
		width: 49%;
		display: inline-block;
		padding-left: 5px;
		padding-right: 5px;
		margin: 0 -2px 10px;
	}
	footer .group-banner .column:last-child {
		margin-bottom: 0;
	}

	table th,
	table td {
		display: block;
	}
	table th {
		background-color: #dee2e6;
		line-height: 1;
	}
	table td {
		margin-bottom: 1em;
	}
	.equipment table th,
	.equipment table td {
		display: table-cell;
	}

	.company #history tr {
		display: grid;
	}
	.company #history tr td:nth-of-type(1) {
		display: block;
		width: 100%;
		border: none;
		margin-bottom: 0;
		padding: 0;
		order: 2;
	}
	.company #history tr td:nth-of-type(1):empty {
		display: none;
	}
	.company #history tr th {
		order: 1;
		margin-bottom: 5px;
		padding: 10px;
	}
	.company #history tr td:nth-of-type(2) {
		order: 3;
		border-top: none;
		padding: 5px 10px;
		margin-bottom: 1.5em;
	}
	.required {
        display: inline-block;
        margin-top: 0;
        margin-right: .5em;
        float: left;
    }
}
@media (max-width: 575px) {
	header .navbar,
	header .page-header .container {
		padding-left: 0;
		padding-right: 0;
	}
	.navbar .navbar-brand,
	.page-header .inner .page-title {
		margin-left: 15px;
	}
	.navbar-light .navbar-toggler,
	.page-header .inner .return-nav {
		margin-right: 15px;
		right: unset;
		top: -5px;
		left: 15px;
	}
	.navbar-brand img {
		max-width: 150px;
	}
	.navbar .navbar-nav.menu .nav-item,
	.navbar .navbar-nav.outside .nav-item {
		width: 50%;
	}
	.page-header .inner .page-title {
		margin-top: .8em;
		font-size: 1.2em;
	}
	.page-header .inner .sub-nav ul li {
		width: 50%;
	}
	.page-header .inner .sub-nav ul li a {
		font-size: 11px;
		padding: 6px 2px;
	}
	.page-header .inner .return-nav ul li {
		font-size: 10px;
		color: #777;
	}
	.page-header .inner .return-nav ul li a {
		color: #777;
	}
	.contents section {
		padding: 200px 0;
		margin: -180px 0;
	}
	.contents section+section {
		margin-top: -280px;
	}
	footer .footer-nav ul li {
		font-size: .9em;
	}
	.contents h2 {
		font-size: 1.1em;
	}
	.equipment .page-header .inner .sub-nav ul li {
		width: 100%;
	}
	.equipment table {
		font-size: .6em;
	}
	.development.design #design ul li {
		display: block;
	}
}
