<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/*--------------------------------
body
--------------------------------*/

body {
	width: 100%;
	background-color: #FFF;
	color: #000;
	font-family:'Lucida Grande',
 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
 Meiryo, メイリオ, sans-serif;
 	text-align: center;
	line-height: 2;
}

img { vertical-align: bottom; }

.mb_10 { margin-bottom: 10px; }
.mb_20 { margin-bottom: 20px; }
.mb_30 { margin-bottom: 30px; }
.mb_40 { margin-bottom: 40px; }
.mb_50 { margin-bottom: 50px; }
.mb_60 { margin-bottom: 60px; }
.mb_100 { margin-bottom: 100px; }

.mt_10 { margin-top: 10px; }
.mt_20 { margin-top: 20px; }
.mt_30 { margin-top: 30px; }
.mt_40 { margin-top: 40px; }
.mt_50 { margin-top: 50px; }

.font_size_80 { font-size: 50%; }
.font_size_130 { font-size: 130%; }


.align_left { text-align: left;}
.align_right { text-align: right; }

.fw_bold { font-weight: bold; }

.fc_bl { color: #004080; }

a {
	word-break: break-all;
}

a.text_deco01 {
	color: #00F;
	text-decoration: underline;
}

a:hover {
	opacity: 0.5;
}

.inner {
	width: 94%;
	margin: 0 auto;
}

.only_sp { display: block; }
.only_pc { display: none; }

.img_responsive {
	max-width: 100%;
	height: auto;
}

.list_style01 {
	text-indent: -1em;
	margin-left: 1em;
}

.lh_10 {
	line-height: 1;
}
/*--------------------------------
Header
--------------------------------*/
header {
	position: relative;
}

.logo {
	padding: 0.7rem 1rem;
	width: 63%;
	text-align: left;
}

.header_contact {
	display: none;
}

.insta {
	position: absolute;
	top: 1rem;
	right: 50px;
}

.nav_instagram {
	width: 80%;
	margin: 10px auto 0;
}
.nav_instagram img {
	width: 80%;
	height: auto;
}
/*header {
	border-top: solid 7px #548AD2;
}

#logo img {
	width: 100%;
	height: auto;
	max-width: 355px;
}

#logo a:hover {
	opacity: 1;
}*/

/*header {
	padding: 1rem;
}

.header {
	position: relative;
}

.flex_header {
	width: 70%;
}

.sp_menu_btn {
	position: absolute;
	top: 1.5rem;
	right: 1rem;
}

.logo {
	text-align: left;
}*/

	@media print, screen and (min-width: 760px){

	.insta {
		position: absolute;
		top: 1.5rem;
		right: 80px;
	}
	}

		@media print, screen and (min-width: 1200px){
		header {
			max-width: 1400px;
			margin-left: auto;
			margin-right: auto;
		}

		.logo {
			padding: 1rem 2rem;
			width: auto;
		}

		.header_contact {
			display: block;
			padding: 0.5rem 2rem 0.5rem 0;
			margin-top: 1.3rem;
			text-align: right;
		}

		.flex_header {
			display: flex;
			justify-content: space-between;
			width: 100%;
		}

		.insta {
			position: absolute;
			top: 1.8rem;
			right: 450px;
		}
		}




/*--------------------------------
Gloval navi
--------------------------------*/
#hamburger .btn-gNav{
  position: fixed;
  top: 1.5rem;
  right: 1.5rem;
  width: 2rem;
  height: 1.5rem;
  z-index: 9999;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

#hamburger .btn-gNav span{
  position: absolute;
  width: 100%;
  height: 4px;
  background: #548AD2;
  border-radius: 10px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
#hamburger .btn-gNav span:nth-child(1) {
  top:0;
}
#hamburger .btn-gNav span:nth-child(2) {
  top:10px;
}
#hamburger .btn-gNav span:nth-child(3) {
  top:20px;
}
#hamburger .btn-gNav.open span:nth-child(1){
  background: #ffffff;
  top: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}
#hamburger .btn-gNav.open span:nth-child(2),#hamburger .btn-gNav.open span:nth-child(3){
  top: 6px;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

#gNav{
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #548AD2;
  box-sizing: border-box;
  z-index: 9998;
  padding-top: 50px;
  transition: .3s;
}

#gNav.open{
  right: 0px;
}

#gNav .gNav-menu {
	width: 100%;
	height:100%;
	display: flex;
	flex-direction: column;
	text-align: center;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#gNav .gNav-menu &gt; li{
  /* display: block; */
  line-height: 1.5;
}

#gNav .gNav-menu &gt; li &gt; a, #gNav .gNav-menu &gt; li &gt; span {
	display: block;
	padding : 10px 0;
	color: #fff;
  	text-decoration: none;
}

#gNav .gNav-menu &gt; li &gt; a:hover {
	opacity: 0.7;
}

	@media print, screen and (min-width: 760px){
	#hamburger .btn-gNav{
  		position: fixed;
  		top: 2rem;
  		right: 2.5rem;
	}
	}

	@media print, screen and (min-width: 1200px){
	.btn-gNav{
		display: none;
	}

	#gNav{
		position: static;
		background-color: #548AD2;
		padding-top: 0;
	}

	#gNav .gNav-menu{
		display: flex;
		justify-content: space-evenly;
		flex-direction: row;
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
		position: static;
		overflow: visible;
		/*background-color: #333;*/
	}

	.gNav-menu {
		align-items: top;
	}

	#gNav .gNav-menu &gt; li{
		/*padding-top: 0.7rem;*/
		position: relative;
	}

	#gNav .gNav-menu &gt; li.only_nav {
		display: none;
	}

	#gNav .gNav-menu &gt; li &gt; a, #gNav .gNav-menu &gt; li &gt; span {
		display: block;
		/*width: 11rem;
		padding: 10px 0;*/
		color: #fff;
		padding : 10px 24px;
		cursor: pointer;
	}
	}


/*nav {
	background-color: #548AD2;
	position: fixed;
	z-index: 9999;
	width: 100%;
}

nav ul {
	display: none;
}

.gloval_navi li{
	border-bottom: solid 1px #FFF;
	text-align: left;
	padding-left: 20px;
	letter-spacing: 2px;
	font-size: 17px;
	color: #fff;
}

.gloval_navi li.active {
	color: #000000;
	text-shadow: 1px 1px 3px #ffffff;
}

.gloval_navi li a {
	display: block;
	padding: 5px 0;
	width: 100%;
	color: inherit;
}

.gloval_navi li a:hover {
	color: #000;
}*/


/*--------------------------------
Top mainimg
--------------------------------*/

#main_visual {
	background-color: #004080;
	margin-bottom: 60px;
}

.inner_main {
	position: relative;
}

.bxslider img {
	/*width: 100%;
	height: auto;*/
	width: 100%;
	height: 40vh;
	object-fit: cover;
}

.txt_mainimg {
	position: absolute;
	top: 30%;
    right:0px;
    bottom:0px;
    left:0px;
    margin:auto auto;
	z-index: 999;
}

/*スマホサイズのみメインテキストの文字サイズ小さく*/
@media print, screen and (max-width: 960px) {
	#main_visual{
		margin-bottom: 20px;
	}

	.txt_mainimg img{
		width: 80%;
		height: auto;
	}
}

/*60周年ロゴ*/
.logo_60th_sp img{
	width: 60%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

/*--------------------------------
Top contents
--------------------------------*/

.top_h2 {
	font-size: 180%;
	margin-bottom: 40px;
	font-weight: lighter;
}

.top_h3 {
	font-size: 180%;
	margin-bottom: 20px;
	font-weight: lighter;
}

#wrap_top_news {
	padding: 60px 0;
}

#top_news {
	padding: 10px 20px;
	text-align: left;
	background-color: rgba(255,255,255,0.5);
}

#top_news span {
	color: #FFFFFF;
	text-align: center;
	padding: 1px 7px;
	margin-left: 10px;
}

#top_news .news {
	background-color: #548ad2;
}

#top_news .event {
	background-color: #1c8c8c;
}

#top_news dl dt{
	font-size: 14px;
	padding-top: 5px;
}

#top_news dl dd{
	padding-bottom: 5px;
	border-bottom: dotted 1px #000;
}

#top_news dl a dd:hover {
	color: #004080;
	text-decoration: underline;
}

#top_gaiyou {
	padding-top: 40px;
	padding-bottom: 60px;
	background-color: #C0C0C0;
}

#top_gaiyou01 {
	padding: 20px;
	text-align: left;
	background-color: rgba(255,255,255,0.5);
}

#top_seihin {
	padding-top: 40px;
	padding-bottom: 60px;
}

#top_tsuyomi {
	padding-top: 40px;
	padding-bottom: 60px;
	background: url(../images/products_bg.jpg);
}

.top_seihin03 {
	margin-top: 3px;
	margin-bottom: 6px;
}

#top_tsuyomi{
    display: block;
    text-align: center;
	background: url(../images/tsuyomi_bg.png) no-repeat center center;
	background-size: cover;
}

#top_tsuyomi ol{
    display: inline-block;
    padding: 0.5em 1em;
    font-weight: bold;
    /*color: #6091d3;文字色*/
    background: rgba(255,255,255,0.5);
	border: solid 5px #004080;
    /*border: solid 5px #f8b500;線*/
    border-radius: 10px;/*角の丸み*/
}

#top_tsuyomi ol li{
    text-align: left;
    /*font-size: 1.3em;*/
	color: #004080;
    /*color: #165EB2;*/
    font-weight: bold;
    padding-bottom: 5px;
	letter-spacing: 2px;
	text-indent: -2em;
	margin-left: 2em;
}

.accent{
    color: red;
    font-weight: bold;
}

/*-----------
totopボタン
-------------*/
#totop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	height: auto;
	opacity: 0.7;
	z-index: 9999;
}


/*--------------------------------
Footer
--------------------------------*/

footer {
	background-color: #548AD2;
	padding-top: 60px;
	padding-bottom: 20px;
	color: #FFF;
}

.footer_navi {
	/*font-size: 13px;*/
	margin-bottom: 20px;
	display: none;
}

.footer_navi li a {
	color: #FFF;
}

#copyrights {
	margin-top: 20px;
	font-size: 12px;
}

.footer_info {
	display: block;
}

/*--------------------------------
トップ以外ページ
--------------------------------*/

.op_h2 {
	background-color: #D5D5D5;
}

.inner_op_h2 {
	background: url(../images/op_h2_bg.png) no-repeat;
	padding-top: 50px;
	height: 90px;
	color: #000;
	font-size: 26px;
	text-align: left;
	margin-left: 20px;
	line-height: 1;
}

.inner_op_h2_02 {
	background: url(../images/op_h2_bg_02.png) no-repeat;
	padding-top: 50px;
	height: 90px;
	color: #000;
	font-size: 26px;
	text-align: left;
	margin-left: 20px;
	line-height: 1;
}

.h3_style01 {
	border-left: solid 8px #008080;
	padding: 10px 0 5px 10px;
	background-color: #CCC;
	font-size: 150%;
	text-align: left;
	margin-bottom: 20px;
	line-height: 1;
}

.submenu li {
	border-bottom: solid 1px #969696;
	border-left: solid 1px #969696;
	border-right: solid 1px #969696;
}

.submenu li a {
	padding: 8px;
	display: block;
	width: 100%;
}


.submenu li.submenu_01 {
	padding: 8px;
	background-color: #008080;
	border: none;
	color: #FFF;
	text-align: center;
}

.h4_style01 {
	text-align: left;
	font-size: 120%;
	padding: 5px;
	line-height: 1;
	font-weight: bold;
}

.work_ex_box {
	margin-bottom: 20px;
	border-bottom: dotted 1px #C0C0C0;
	padding-bottom: 20px;
}

.work_ex_txt {
	margin-top: 10px;
}

.midashi01 {
	font-size: 200%;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.midashi02 {
	font-size: 200%;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	padding-top: 40px;
	padding-bottom: 20px;
	border-top: 1px dotted #666;
}

p.setubi01 {
	font-size: 120%;
	color: #039;
	margin-bottom: 5px;
	font-weight: bold;
}

table tr td, table tr th{
	border: solid 1px #999;
	padding: 5px;
	line-height: 2;
}

table tr th {
	background-color: #6CC;
	color: #006;
}

td.ex01 {
	vertical-align: middle;
}

.tsuyomi_h3 {
	text-align: left;
	font-size: 130%;
	padding-left: 10px;
	color: #008080;
	font-weight: bold;
}

.tsuyomi_img{
    margin-bottom: 10px;
}

.tsuyomi_img img{
    margin-right: 10px;
}

.rinen01{
    display: inline-block;
    padding: 0.5em;
    font-weight: bold;
    color: #fff;/*文字色*/
    background: #008080;
    border: solid 5px #008080;/*線*/
    border-radius: 10px;/*角の丸み*/
}

.rinen01 p{
    font-size: 1.5em;
    font-weight: bold;
    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}

.rinen02{
    font-size: 1.5em;
    font-weight: bold;
    color: #548AD2;
    border-bottom: 3px dotted #548AD2;
}

.rinen_sanko{
    font-size: 1.6em;
    font-weight: bold;
}

.rinen03{
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}

.rinen03 p {
	text-align: left;
}

.profile {
	width: 94%;
}

.profile tr th, .profile tr td{
	display: block;
	width: 100%;
	padding: 5px 10px;
	text-align: left;
}

.profile tr th {
	background-color: #b2bee5;
	border-left: solid 1px #1d3689;
	border-right: solid 1px #1d3689;
	border-top: solid 1px #1d3689;
}

.profile tr td {
	border: solid 1px #1d3689;
}

.history dt{
	padding: 10px 0;
	border-top: 1px solid #000;
	text-align: left;
}

.history dd {
	padding: 10px 0;
	text-align: left;
}

.map {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}

.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height:100% !important;
}

.privacy02 {
	margin-bottom: 10px;
	font-weight: bold;
}


.privacy03 {
	margin-bottom: 20px;
}


/* お問合せ */
/*input, select {
	font-size: 1.2em;
}*/

input[type="text"], textarea {
    width: 100%;
	height: 24px;
	font-size: 16px;
}

textarea {
	height: auto;
}


.form_wrap {
	padding-bottom: 20px;
	border-bottom: solid 1px #999;
	margin-bottom: 20px;
	/*text-align: left;*/
}

#sitemap li {
	margin-bottom: 10px;
}

#sitemap li a {
	text-decoration: underline;
}

/*-- お知らせページ --*/
.news_link {
	text-decoration: underline;
}
/*-- お知らせページここまで --*/





	/* PC向けレイアウトの指定：961px以上では固定レイアウト */
	@media print, screen and (min-width: 961px) {

	body {
		min-width: 1140px;
	}

	.inner {
		width: 1140px;
		margin: 0 auto;
	}

	.only_sp { display: none; }
	.only_pc { display: block; }

	.flex_box_pc{ display: flex;}
	.flex_cont_bet{	justify-content:space-between;}

	.col_03_pc {
		width: 48%;
	}

	.float_style01 {
		float: left;
		width: 300px;
		margin-right: 10px;
	}

	.float_style02 {
		float: left;
		width: 500px;
		/*margin-left: 10px;*/
		margin-right: 30px;
	}

	.float_style03 {
		float: left;
		width: 500px;
    	height: 452px;
		/*margin-left: 10px;*/
		margin-right: 30px;
	}

	.float_style04 {
		float: left;
		width: 400px;
		margin-right: 10px;
	}


	.float_style05 { /*工場紹介写真で使用*/
		float: left;
		width: 270px;
		height: auto;
		margin-right: 20px;
	}

	.float_style05:last-child {
		margin-right: 0;
	}


	/*--Header--*/

	/*.sp_menu_btn {
		display: none;
	}*/

	/*.flex_header {
		width: 100%;
		max-width: 1140px;
		margin-left: auto;
		margin-right: auto;
		display: flex;
		justify-content: space-between;
	}

	.top_contact {
		margin-top: 1rem;
	}*/

	/*--Gloval navi--*/

	/*.inner_navi {
		width: 1140px;
		margin: 0 auto;
	}

	nav {
		border-bottom: 2px solid #999;
		position: static;
	}

	#sp_menu_btn{
		display: none;
	}

	nav ul {
		display: block;
	}

	.gloval_navi li{
		float: left;
		border-bottom: none;
		padding: 2px 27px 0 27px;
	}*/


	/*--Main_visual--*/
	.txt_mainimg {
		top: 30%;
	}
	

	.bxslider img {
		/*width: 100%;
		height: auto;*/
		width: 100%;
		height: 80vh;
		object-fit: cover;
	}

	/*60周年ロゴ*/
	.logo_60th {
		position: absolute;
		right:30px;
		bottom:30px;
		z-index: 999;
		text-align: right;
	}
	.logo_60th img{
		width: 70%;
		height: auto;
	}

	/*--ニュース--*/
	#top_news {
		width: 900px;
		margin-left: auto;
		margin-right: auto;
	}

	#top_news span {
		color: #FFFFFF;
		text-align: center;
		padding: 1px 7px;
		margin-left: 20px;
	}

	#top_news .news {
		background-color: #548ad2;
	}

	#top_news .event {
		background-color: #1c8c8c;
	}

	#top_news dl dt{
		float: left;
		clear: both;
		width: 30%;
		padding: 5px 0px;
	}

	#top_news dl dd{
		margin-left: 10em;
		padding-top: 5px;
		border-bottom: none;
	}

	/*--Footer--*/

	.footer_navi {
		display: block;
	}

	.footer_navi li {
		display: inline;
		padding: 0 30px;
		border-right: dotted 1px #FFF;
		line-height: 1;
	}

	.footer_navi li:last-child {
		border-right: none;
	}

	.footer_info {
		display: inline;
		padding: 0 30px;
	}

	/*--Top contents--*/

	#top_gaiyou {
		background: url(../images/gaiyou_bg.png) no-repeat top center;
		background-color: #C0C0C0;
		background-size: cover;
	}

	#top_gaiyou01 {
		width: 700px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	#top_gaiyou02 li {
		float: left;
		width: 33%;
	}

	#top_seihin01 li {
		float: left;
		width: 25%;
	}

	#top_tsuyomi ol{
        padding: 20px 100px;
	}

	#top_tsuyomi ol li {
		font-size: 1.3em;
	}


	/*--その他ページ contents　共通--*/

	.submenu {
		float: left;
		width: 180px;
	}

	.main {
		float: right;
		width: 860px;
	}

	.work_ex_txt {
		width: 400px;
		float: right;
		margin-top: 0;
	}

	.rinen01{
    	padding: 0.5em 5em;
	}

	.rinen02{
    	width: 680px;
    	margin: 0 auto;
    	margin-bottom: 20px;
	}

	.rinen03 {
		width: 680px;
	}

	.profile {
		width: 800px;
	}

	.profile tr th, .profile tr td{
		display: table-cell;
	}

	.profile tr th {
		width: 120px;
		border-bottom: solid 1px #1d3689;
		vertical-align: top;
	}

	.profile tr td {
		width: 630px;
	}

	.history dt{
		float: left;
		clear: both;
		width: 12em;
		padding: 10px 0 10px 15px;
		border-top: 1px solid #000;
	}

	.history dd {
		margin-left: 13em;
		padding: 10px 10px 10px 0px;
		border-top: 1px solid #000;
	}

	.form_wrap p {
		float: left;
		width: 200px;
	}

	.form_item {
		float: right;
		width: 600px;
	}
	}


/*---------------------
山本追加CSS
-----------------------*/

/*-- Topページ --*/
/*-- TOPページメイン画像下バナー --*/

.inner04 {
	width: 92%;
	margin-left: auto;
	margin-right: auto;
}

.col_top_bnr {
	margin-bottom: 20px;
}

.col_top_bnr:last-child {
	margin-bottom: 0;
}

/*-- フッターバナー --*/
.footer_bnr_box {
	display: block;
}

.footer_bnr {
	width: 96%;
	margin: 0 auto 20px;
}



/* PC向けレイアウトの指定：961pxまで */
@media print, screen and (min-width: 961px) {

	/*-- TOPページメイン画像下バナー --*/
	.inner04 {
		width: 1140px;
	}

	.bnr_box {
		display: flex;
		justify-content: space-around;
	}

	.bnr_img {
		width: 48%;
		/* margin: 0 auto 20px; */
	}

	.flex_top_bnr {
		display: flex;
		justify-content: space-between;
		margin-top: 100px;
	}

	.col_top_bnr {
		width: 49%;
		margin-bottom: 0;
	}

	/*-- フッターバナー --*/
	.footer_bnr_box {
		display: flex;
		justify-content: center;
	}

	.footer_bnr {
			width: 23%;
			margin: 0 10px 20px 0;
	}
}
/*-- Topページここまで --*/


/*-- 採用情報ページ --*/
/* SP,TB向けレイアウトの指定：961pxまで */

.insta_box {
	line-height: 1.3;
	text-align: center;
}

.insta_text {
	color: #008080;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
}

.insta_inner {
	display: block;
	width: 96%;
	margin: 0 auto;
}

.insta_cnt {
	margin: 0 10px;
}

/* PC向けレイアウトの指定：961pxまで */
@media print, screen and (min-width: 961px) {

	.insta_text {
		color: #008080;
		font-size: 200%;
		font-weight: bold;
		text-align: center;
	}

	.insta_inner {
		display: flex;
		justify-content: center;
	}

}
/*-- 採用情報ページここまで --*/

/*---------------------
仁美追加CSS　2024_9
-----------------------*/
.event_decate {
	width: 290px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
}

.event_decate div {

}

.event_decate div a, .event_decate div span {
	display: block;
	border:solid 2px #548AD2;
	padding: 0.5rem 1rem;
	margin: 0 1rem;
	border-radius: 1rem;	
}

</pre></body></html>