<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name:Pine Village
Author:Yumena-WADS
Description:
Version:1.0
*/

@charset "utf-8";

body,
html,
main {
	height: 100%;
	font-family: "Noto Sans Japanese", '貂ｸ繧ｴ繧ｷ繝�け', "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", Meiryo, Osaka, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic";
	font-size: 15px;
	line-height: 1.6em;
	min-width: 1200px;
}

a {
	-webkit-transition: color ease-in-out;
	-webkit-transition-delay: 0.1s;
	-moz-transition: color ease-in-out 0.1s;
	-o-transition: color ease-in-out 0.1s;
	transition: color ease-in-out 0.1s;
}

a:link {
	color: #666;
	text-decoration: none;
}

a:visited {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #4f6d7a;
	text-decoration: none;
}

a:active {
	color: #4f6d7a;
	text-decoration: none;
}

/* common ----------------------------------*/
.cmn_w1020,
.cmn_w1070,
.cmn_w940 {
	margin: 0 auto;
	overflow: hidden;
	word-break: normal;
	word-wrap: break-word;
}

.cmn_w1070 {
	width: 1070px;
}

.cmn_w1020 {
	width: 1020px;
}

.cmn_w940 {
	width: 940px;
	padding: 95px 0;
	overflow: hidden;
}

.bg-color-gray {
	background-color: #dbe9ee;
}

/* utility----------------------------------*/
.clear {
	clear: both;
}

.al-center {
	text-align: center
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.vertical-write {
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
}

.vertical-write i {
	-ms-writing-mode: lr-tb;
}

.m5 {
	margin: 5px;
}

.mt20 {
	margin-top: 20px;
}

.mt40 {
	margin-top: 40px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb40 {
	margin-bottom: 40px;
}

.ml20 {
	margin-left: 20px;
}


.pt20 {
	padding-top: 20px;
}

.pb20 {
	padding-bottom: 20px;
}

.pt40 {
	padding-top: 40px;
}

span.supText {
	font-size: 75.5%;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}

.button a {
	display: inline-block;
	padding: 11px 59px;
	font-size: 16px;
	color: #2a2a2a;
}

.button a:hover {
	color: #eaeaea;
	background-color: #2a2a2a;
	background: url(img/common/btn_on.png) no-repeat 99% 90%;
	text-decoration: none;
}

.button a {
	background: url(img/common/btn_01off.png) no-repeat 99% 90%;
	border: 1px solid #2a2a2a;
	background-color: #f6f6f6;
}

.button {
	text-align: center;
	margin: 15px;
}

.font-color-lgray {
	color: #666;
}

/* index ----------------------------------*/

#border_display {
	width: 100%;
	min-width: 1200px;
	height: auto;
	overflow: hidden;
}

/* index &gt; header --------------------------*/

#header {
	width: 1200px;
	overflow: hidden;
	position: fixed;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 9999;
	font-family: "Noto Sans Japanese", '貂ｸ繧ｴ繧ｷ繝�け', "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", Meiryo, Osaka, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic";
}

#header .logo {
	float: left;
	text-indent: -9999px;
}


#header .logo a {
	display: block;
	width: 110px;
	height: 100px;
	background: url(img/common/navi_logo.png) no-repeat center top #222;
	background-size: 182%;
}

#header .logo a:hover {
	background: url(img/common/navi_logo_on.png) no-repeat center top #fff;
}

#header .fb {
	display: none;
}


#global_navi {
	float: right;
	background: #2a2a2a;
	/* old-browser */
	background: rgba(42, 42, 42, 0.85);
}

#global_navi li {
	float: left;
}

#global_navi li a {
	display: block;
	width: 180px;
	height: 70px;
	padding-top: 31px;
	text-align: center;
	border-right: 1px solid #fff;
	color: #fff;
	font-size: 18px;
	letter-spacing: 2px;
}

#global_navi li a span {
	display: block;
	font-size: 10px;
	color: #c0d6df;
	padding-top: 11px;
	letter-spacing: 0.5px;
}



#global_navi li.recruit a {
	border-right: none;
}

/*PC蜷代￠*/
#global_navi p.button {
	display: none;
	cursor: pointer;
	width: 60px;
	position: absolute;
	right: 0;
	top: 0;
}

#global_navi p.active {
	text-indent: -9999px;
	background: url("img/common/header_menu_hover.png") left top no-repeat;
	background-size: 100%;
}


/* hover */
#global_navi li a:hover {
	text-decoration: none;
	background: #4f6d7a;
}

#header .logo a,
#global_navi li a,
#global_navi li a span {
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

/* scrolled */
.smaller #header .logo a {
	height: 70px;
	background-size: 150%;
	background-position: center -5px;
}

.smaller #global_navi li a {
	height: 50px;
	padding-top: 20px;
}

.smaller #global_navi span {
	display: none;
}

/* index &gt; fixbutton --------------------------*/

.button-side-contact {
	padding-bottom: 14px;
}

.button-side-vertical {
	top: 600px;
	right: 15px;
	display: block;
	position: fixed;
	height: 140px;
	width: 40px;
	padding: 10px 8px;
	font-size: 0.9rem;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 700;
	white-space: nowrap;
	background-color: #2a2a2a;
	letter-spacing: 0.2em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 999;
}

.button-side-vertical i {}


.button-side-vertical span,
.button-side-vertical::before {
	position: relative;
	z-index: 999;
	color: #eaeaea;
}

.button-side-vertical::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: background-color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: background-color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: background-color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: background-color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	transition: background-color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	background-color: transparent;
}


/* index &gt; main_visual --------------------------*/
#main_visual {
	height: 850px;
	margin: 0 auto;
	position: relative;
	font-family: "Noto Sans Japanese", '貂ｸ繧ｴ繧ｷ繝�け', "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", Meiryo, Osaka, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic";
	background-image: url(img/top/top_image.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	overflow-x: hidden;
}

#main_visual .catch_copy {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#main_visual .catch_copy p {
	color: #FFF;
	text-align: center;
	font-size: 2em;
	font-weight: 700;
}



/* index &gt; information --------------------------*/
#top_information {
	background-color: #eaeaea;
	height: 600px;
}

#top_information .headline {
	color: #4f6d7a;
	margin-bottom: 30px;
}


#top_achievement .headline,
#top_information .headline {
	text-align: center;
	font-size: 30px;
	letter-spacing: 1px;
	margin-bottom: 24px;
	font-family: "Noto Sans Japanese", '貂ｸ繧ｴ繧ｷ繝�け', "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", Meiryo, Osaka, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic";
}


#top_achievement .headline span,
#top_information .headline span {
	display: block;
	padding-top: 11px;
	font-size: 15px;
	letter-spacing: 0;
}

#newsframe iframe body {
	background-image: none;
}



/* index &gt; LINK-BOX --------------------------*/

/* link */
#top_link01,
#top_link02 {
	max-width: 100%;
	overflow: hidden;
	font-family: "Noto Sans Japanese", '貂ｸ繧ｴ繧ｷ繝�け', "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", Meiryo, Osaka, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic";
}

#top_link01 li,
#top_link02 li {
	font-size: 30px;
	text-align: center;
	overflow: hidden;
	position: relative;
	letter-spacing: 4px;

}

#top_link01 li span,
#top_link02 li span {
	display: block;
	font-size: 15px;
	padding-top: 10px;
	letter-spacing: 2px;
}

#top_link01 li a:hover,
#top_link02 li a:hover {
	text-decoration: none;
	background: rgba(0, 0, 0, 0.5);
}

#top_link01 li a,
#top_link02 li a {
	display: block;
	height: 300px;
	color: #eaeaea;
}

#top_link01 li:nth-child(odd),
#top_link02 li.hMachine {
	float: left;
}

#top_link01 li:nth-child(even) {
	float: right;
}

/* link01 */
#top_link01 li,
#top_link02 li.hMachine {
	width: 50%;
	height: 300px;
}

#top_link01 li .bg,
#top_link02 li.hMachine .bg {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	/* Safari逕ｨ */
	transform: translateY(-50%);
}

#top_link02 li.ict .bg,
#top_link02 li.recruit .bg {
	position: relative;
	top: 25%;
	-webkit-transform: translateY(-50%);
	/* Safari逕ｨ */
	transform: translateY(-50%);
}

#top_link01 li.company {
	background: url(img/top/company_bg.jpg) no-repeat center center;
	background-size: cover;
}

#top_link01 li.greeting {
	background: url(img/top/greeting_bg.jpg) no-repeat center center;
	background-size: cover;
}


/* link02 */
#top_link02 li.alignright {
	width: 50%;
}

#top_link02 li.ict,
#top_link02 li.recruit {
	height: 150px;
	font-size: 25px;
	letter-spacing: 3px;
}

#top_link02 li.company a,
#top_link02 li.effort a {}

#top_link02 li.hMachine {
	background: url(img/top/machine_bg.jpg) no-repeat center center;
	background-size: cover;
}

#top_link02 li.ict {
	background: url(img/top/ict_bg.jpg) no-repeat center center;
	background-size: cover;
}

#top_link02 li.recruit {
	background: url(img/top/recruit_bg.jpg) no-repeat center center;
	background-size: cover;
}


#top_achievement .button a,
#top_information .button a,
#top_link01 li a,
#top_link02 li a {
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

/* index &gt; achievement --------------------------*/
#top_achievement {
	padding: 50px 0 60px;
	background-color: #dbe9ee;
}

#top_achievement .button a,
#top_information .button a {
	display: inline-block;
	padding: 11px 59px;
	font-size: 16px;
	color: #2a2a2a;
}

#top_information .button a:hover,
#top_achievement .button a:hover {
	color: #fff;
	background-color: #2a2a2a;
	background: url(img/common/btn_on.png) no-repeat 99% 90%;
	text-decoration: none;
}

#top_information .button a,
#top_achievement .button a {
	background: url(img/common/btn_01off.png) no-repeat 99% 90%;
	border: 1px solid #2a2a2a;
	background-color: #ddd;
}

#top_information .button a:hover,
#top_achievement .button a:hover {
	background-color: #2a2a2a;
}



.top_gallery {
	position: relative;
	margin: 8px;
}

.top_gallery img {
	width: 280px;
	height: 280px;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

.top_gallery .title {
	position: absolute;
	top: 2px;
	left: 0;
	font-weight: 700;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 96%;
	margin: 2px;
	color: #FFF;
	z-index: 10;
	box-sizing: content-box;
	box-shadow: box-shadow: 2px 2px 4px black;
}

.top_gallery .date {
	position: absolute;
	bottom: 0%;
	right: 0%;
	transform: translate(0%, -50%);
	color: #FFF;
	background-color: rgba(0, 0, 0, .7);
	z-index: 10;
	padding: 1px 2px;
}


/* index &gt; footer --------------------------*/
#footer {
	clear: both;
	padding: 24px 0 18px;
	background: #2a2a2a;
	border-bottom: 5px solid #2a2a2a;
}

#footer,
#footer a {
	color: #fff;
}


#footer li.navi {
	overflow: hidden;
}

#footer li.link {
	float: left;
	margin-right: 30px;
}

#footer li.parent {
	font-size: 16px;
	padding-left: 10px;
	margin-bottom: 13px;
}

#footer li.child {
	color: #dbe9ee;
	font-size: 13px;
	margin-bottom: 11px;
	padding-left: 21px;
}

#footer #copy {
	font-size: 14px;
	float: right;
	padding-top: 160px;
}

/* 荳句ｱ､繝壹�繧ｸ / TOP逕ｻ蜒� --------------------------*/
#main_image.company {
	background: url(img/company/main_bg.jpg) no-repeat center center;
	background-size: cover;
}

#main_image.topics {
	background: url(img/topics/main_bg.jpg) no-repeat center center;
	background-size: cover;
}

#main_image.achievement {
	background: url(img/achievement/main_bg.jpg) no-repeat center center;
	background-size: cover;
}

#main_image.staff {
	background: url(img/staff/main_bg.jpg) no-repeat bottom center;
	background-size: cover;
}

#main_image.ict {
	background: url(img/ict/main_bg.jpg) no-repeat center center;
	background-size: cover;
}

#main_image.recruit {
	background: url(img/recruit/main_bg.jpg) no-repeat center center;
	background-size: cover;
}

#main_image.machine {
	background: url(img/machine/main_bg.jpg) no-repeat center center;
	background-size: cover;
}

#main_image.contact {
	background: url(img/contact/main_bg.jpg) no-repeat center center;
	background-size: cover;
}

/* 荳句ｱ､繝壹�繧ｸ蜈ｱ騾� &gt; main_image--------------------------*/

#main_image {
	text-align: center;
	position: relative;
}

#main_image {
	position: relative;
	height: 252px;
	width: 100%;
	padding-top: 198px;
}

#main_image .headline {
	position: absolute;
	display: inline-block;
	font-size: 40px;
	padding: 15px 25px;
	color: #fff;
	letter-spacing: 5px;
	bottom: 0;
	right: 0;
	margin: 20px 50px;
}

#main_image .headline span {
	display: block;
	font-size: 22px;
	letter-spacing: 2px;
	padding-top: 15px;
}

/* 荳句ｱ､繝壹�繧ｸ蜈ｱ騾� &gt; 縺ｱ繧薙￥縺�--------------------------*/


.breadcrumb {
	font-size: 12px;
	max-width: 1020px;
	margin: 23px auto 0;
}

.breadcrumb li {
	font-family: "Noto Sans Japanese", '貂ｸ繧ｴ繧ｷ繝�け', "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", Meiryo, Osaka, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic";
	display: inline;
	list-style: none;
	font-weight: 400;
}

.breadcrumb li:after {
	/* 笆ｶ繧定｡ｨ遉ｺ*/
	font-family: "Font Awesome 5 Free";
	content: '\f0da';
	padding: 0 3px;
	font-weight: 600;
	color: silver;
}

.breadcrumb li:last-child:after {
	content: '';
}

.breadcrumb li a {
	text-decoration: none;
	color: #888;
}

.breadcrumb li:first-child a:before {
	font-family: "Font Awesome 5 Free";
	content: '\f015';
	font-weight: 600;
	font-size: 1.1em;
	color: #4f6d7a;
}

.breadcrumb li a:hover {
	color: #4f6d7a;
	text-decoration: none;
}

/* 荳句ｱ､繝壹�繧ｸ蜈ｱ騾� &gt; title--------------------------*/
.cmn_title01 {
	margin-bottom: 20px;
	line-height: 1.6;
	font-size: 25px;
	text-align: center;
	font-family: "Noto Sans Japanese", '貂ｸ繧ｴ繧ｷ繝�け', "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", Meiryo, Osaka, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic";
	margin-bottom: 35px;
}

._cmn_title02 {
	padding: 0 0 6px 20px;
	margin-bottom: 20px;
	font-size: 20px;
	border-bottom: 1px solid #000;
	position: relative;
	line-height: 1.2;
	font-family: "Noto Sans Japanese", '貂ｸ繧ｴ繧ｷ繝�け', "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", Meiryo, Osaka, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic";
}

._cmn_title02:before {
	content: "";
	width: 10px;
	height: 100%;
	background: #000;
	position: absolute;
	top: -3px;
	left: 0;
}

.cmn_title02 {
	margin: 0;
	font-size: 24px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	position: relative;
	font-weight: normal;
	letter-spacing: 2px;
}

.cmn_title02:before {
	content: '';
	width: 50px;
	height: 4px;
	background-color: #000;
	display: block;
	position: absolute;
	left: 0;
	bottom: -6px;
}

/* company--------------------------*/
#company_greeting,
#company_outline {
	padding-top: 100px;
	margin-top: -100px;
}

#company_greeting .greeting_box {
	overflow: hidden;
	display: flex;
}

#company_greeting .greeting_box .profile {
	margin-top: 9px;
	margin-right: 8px;
	text-align: center;
}

#company_greeting .greeting_box .text {
	margin-left: 8px;
	width: 656px;
}

#company_greeting .greeting_box .text span {
	font-weight: 700;
	color: #222;
	font-size: 1.4em;
}

#company_about {
	overflow: hidden;
	margin-bottom: 100px;
}

#company_about .about_area {
	width: 100%;
	min-width: 1200px;
	font-size: 14px;
}

#company_greeting .greeting_box .text,
#company_about .catch_text,
#ContactForm .formTxt {
	font-size: 15px;
	line-height: 2;
	color: #888;
}

#company_about .about_area .bg_b {
	background: #458099;
	color: #fff;
	width: 50%;
}

#company_about .about_area .bg_g {
	background-color: #f6f6f6;
	width: 50%;
}

#company_about .about_area .alignleft .inner {
	width: 430px;
	margin: 42px 40px 39px auto;
}

#company_about .about_area .alignright .inner {
	width: 430px;
	margin: 42px auto 39px 40px;
}

#company_about .about_area .outline,
#company_about .about_area .cmn_list li {
	border-bottom: 1px dotted #aaa;
	padding-bottom: 4px;
	margin-bottom: 8px;
	line-height: 1.8;
}

#company_about .about_area .info_image {
	overflow: hidden;
}

#company_about .about_area .companyTbl tr {
	border-bottom: 1px dotted #aaa;
}

#company_about .about_area .companyTbl td {
	line-height: 1.8;
	padding-bottom: 4px;
	padding-top: 8px;
}

#company_about .about_area .companyTbl {
	width: 100%;
}


/* -- */

#company_about .about_fbxWrap {
	display: flex;
}

.box {
	width: 50%;
	font-size: 14px;
}

.bg-color-white {
	background-color: #e5e5e5;
}

.bg-color-bk {
	background-color: #2a2a2a;
	color: #FFF;
}

#company_about .alignleft .inner {
	width: 430px;
	margin: 42px 40px 39px auto;
}

#company_about .alignright .inner {
	width: 430px;
	margin: 42px auto 39px 40px;
}

#company_about .companyTbl {
	width: 100%;
}

#company_about .companyTbl tr {
	border-bottom: 1px dotted #aaa;
}

#company_about .companyTbl td {
	line-height: 1.8;
	padding-bottom: 4px;
	padding-top: 8px;
}

/* MACHINE--------------------------*/
#MACHINE {
	padding-top: 100px;
	margin-top: -100px;
}

.categories {
	padding-bottom: 30px;
	text-align: center;
}

ul.cat li {
	display: inline-block;
}

ol.type li {
	display: inline-block;
	margin-left: 10px;
	letter-spacing: 2px;
}

ol.type li a {
	background: #458099;
	color: #fff;
	padding: 6px 14px;
}

ol.type li a.active {
	background: #121d1f;
	color: #fff;
}

ol.type li a:hover {
	background: #121d1f;
	color: #fff;
}


.grid {
	position: relative;
	width: 900px;
	max-width: 100%;
	margin: 0 auto;
}

.item {
	display: block;
	position: absolute;
	width: 280px;
	height: 290px;
	margin: 5px;
	z-index: 1;
	color: #000;
	background-color: #FFF;
	border: 1px solid #222;
}

.item-content {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	
	overflow:hidden;
}

.item-content .maker {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	font-weight: 600;
	font-size: 15px;
	line-height: 1;
	padding: 5px 10px;
}

.yanmer_color {
	color: #000;
	background: #f8cd04;
}

.cat_color {
	color: #febb12;
	background: #151b0d;
}

.kobelco_color {
	color: #fff;
	background: #00d2d9;
}

.hitachi_color {
	color: #343436;
	background: #e15300;
}

.mitsubishi_color {
	color: #fff;
	background: #ED1C24;
}

.komatsu_color {
	color: #000;
	background: #fff;
}


.item-content i {
	margin-right: 4px;
}

.item-content p {}


.item-content img {
	margin: 10px 0;
	height: 200px;
}

/* ICT--------------------------*/

#ict_earthwork .list_box li {
	width: 430px;
	margin-bottom: 25px;
}

#ict_earthwork .list_box li .image {
	float: left;
}

#ict_earthwork .list_box li .text {
	float: right;
	width: 230px;
	font-size: 14px;
	line-height: 2.5;
	margin-top: -8px;
}

#ict_earthwork .list_box li,
#ict_earthwork .list_box,
#ict_machine .image {
	overflow: hidden;
}

#ict_machine img {
	width: 400px;
	height: 300px;
	object-fit: cover;
	padding: 8px;
	font-family: 'object-fit: cover;'
}

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

.dokouBox {
	position: relative;
	display: inline-block;
	border-radius: 4px;
	padding: 5px;
	margin: 10px;
	background-color: #4f6d7a;
	width: 240px;
}

.dokouBox:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #4f6d7a;
}

.dokouBox:last-child::before {
	border: none;
	border-left: none;
}

.dokouBox img {
	padding-top: 10px;
	width: 180px;
}

.dokouBox p {
	color: #FFF;
	font-size: 0.97em;
	margin-bottom: 20px;
}

.dokouBox p span {
	font-size: 15px;
	line-height: 3em;
	font-weight: 600;
}

/* recruit--------------------------*/
#recruit_info {}

#recruit_info .recruitTbl tr {
	border-bottom: 1px dotted #ccc;
}

#recruit_info .recruitTbl th {
	width: 35%;
	letter-spacing: 2px;
}

#recruit_info .recruitTbl td {
	line-height: 1.8;
	padding: 8px 4px 4px 15px;
	background-color: #eee;
}

#recruit_info .recruitTbl {
	margin: 10px;
	width: 900px;
	background-color: #ddd;
}

/* ContactForm--------------------------*/
#ContactForm {}

#ContactForm .mailform {
	font-size: 13px;
	width: 100%
}

#ContactForm {
	width: 900px;
	margin: 0 auto;
}

#ContactForm table th {
	width: 40%;
	padding: 21px 8px 21px 8px;
	vertical-align: top;
	letter-spacing: 3px;
	color: #444;
	font-weight: 600;
}

#ContactForm table td {
	width: 60%;
	padding: 17px 10px 17px;
	vertical-align: middle;
}

#ContactForm table {
	border-collapse: collapse;
}

#ContactForm table tr {
	border-bottom: 1px solid #E5E5E5;
}

#ContactForm input[type="text"],
#ContactForm input[type="email"],
#ContactForm input[type="tel"],
#ContactForm textarea {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 2px 2px 2px 0 rgba(200, 200, 200, 0.2) inset;
	font-size: 100%;
	min-height: 14px;
	padding: 9px 11px;
}

#ContactForm .pull-d {
	padding: 4px;
	font-size: 100%;
	border: 1px solid #CCCCCC;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 2px 2px 2px 0 rgba(200, 200, 200, 0.2) inset;
}

.formButton:hover {
	background: #006EBd;
	color: white;
}

.formButton {
	display: inline-block;
	font-size: 1.1em;
	padding: 0.3em 1em;
	text-decoration: none;
	color: #006EBd;
	border: solid 2px #006EBd;
	border-radius: 3px;
	transition: .4s;
}


#ContactForm h2 {
	counter-reset: section;
}

#ContactForm h3::before {
	counter-increment: section;
	content: counter(section)".";
}

#ContactForm h3 {
	margin: 6px 0;
	color: #333;
}

ol.list_parentheses li {
	list-style-type: none;
	list-style-position: inside;
	counter-increment: cnt;
}

ol.list_parentheses li:before {
	display: marker;
	content: "("counter(cnt) ") ";
}

.list_disk li {
	list-style-type: disc;
	margin-left: 50px;
}

#privacy {
	padding-top: 100px;
	margin-top: -100px;
}



/* achievement--------------------------*/
.achieveMovie {
	margin: 16px auto;
}

.achieveMovie video {
	width: 400px;
	height: 100%;
	margin: 0 8px;
}

.subNav {
	overflow: hidden;
}

.subNav li {
	float: left;
	border-right: 1px solid #DDD;
}

.subNav li a {
	display: block;
	padding: 10px 11px;
	text-decoration: none;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 2px;
}

.subNav li a:hover {
	background: #EEE;
}

.refine {
	display: inline-block;
	font-weight: 600;
	letter-spacing: 2px;
	border-bottom: 3px solid #006EBd;
}

.constructionTop {
	padding: 60px 0;
}

/*---------------------------------
	      Pager style
---------------------------------*/
.pager_link {
	text-align: right;
	padding: 10px;
}

/*繝壹�繧ｸ繝｣繝ｼ繝懊ち繝ｳ*/
.pager_link a {
	border: 1px solid #aaa;
	border-radius: 5px 5px 5px 5px;
	color: #333;
	font-size: 12px;
	padding: 3px 7px 2px;
	text-decoration: none;
	margin: 0 1px;
}

/*迴ｾ蝨ｨ縺ｮ繝壹�繧ｸ縲√が繝ｼ繝舌�繝懊ち繝ｳ*/
.pager_link a.current,
.pager_link a:hover {
	background: #999;
	color: #FFFFFF;
}

.overPagerPattern {
	padding: 0 2px;
}

#publicConst {
	text-align: justify;
}

#publicConst .mix {
	display: none;
}

#gallery_wrap {
	width: 700px;
	margin: 0 auto;
}

#gallery_list li {
	width: 174px;
	height: 150px;
	border: 1px solid #ccc;
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	padding: 4px;
	text-align: center;
	font-size: 12px;
}

#gallery_list img {
	object-fit: cover;
	width: 160px;
	height: 106px;
	font-family: 'object-fit: cover;'
}

#gallery_list a.photo {

	margin: 0 auto;
	overflow: hidden;
	display: block;

}

#gallery_list p {
	line-height: 1.4em;
}


.tb td{
	padding:10px 10px;
	border-bottom:1px dotted #999;}



.comm{
	padding:50px 0;}


.wrap_comm{
	width:1080px;
	margin:0 auto;}

.comm_box{
	width:340px;
	margin:0 10px;
	float:left;}

.comm_box img{
	width:100%;}

.comm_box p{
	text-align:center;
	padding:5px;
	font-size:14px;
	color:#333;}


/*************/

.rec_p2{
	font-size:16px;
	letter-spacing:1px;
	color:#069;
	padding:0 0 15px 0;}

.nophoto{
	display:block;
	margin:-460px 0 0 0;
	z-index:9999;
	position:absolute;}

.rec_box{
	width:260px;
	padding:10px;
	border:1px solid #999;
	float:left;
	margin:10px;}

.recbox_p1{
	font-size:18px;
	font-weight:300;
	letter-spacing:1px;
	border-bottom:1px dashed #099;
	color:#099;
	margin-bottom:5px;}

.recbox_img{
	width:100px;
	height:120px;
	float:left;
	margin-top:2px;}

.recbox_img img{
	width:100%;
	height:100%;}

.recbox_text{
	width:150px;
	float:right;}

.recbox_p2{
	font-size:13px;
	color:#333;}

.recbox_p3{
	display:block;
	background-color:#333;
	color:#FFF;
	text-align:center;}

.recbox_p3 a:link{
	color:#FFF;
	font-size:12px;
	text-decoration:none;
	display:block;}

.rec_space{
	height:100px;
	margin:-100px 0 0 0;}

.clear{
	clear:both;}

.rec_p1{
	font-size:18px;
	font-weight:300;
	letter-spacing:1px;
	border-bottom:1px solid #000;
	border-left:10px solid #000;
	padding:2px 0 8px 15px;
	color:#000;
	margin-bottom:5px;}

.wrap_rec{
	width:920px;
	margin:0 auto;}

.rec_td{
	width:100%;}

.rec_td td{
	padding:5px 10px;
	border-bottom:1px #999 dotted;}

.td1{
	font-size:14px;
	color:#333;
	font-weight:bold;
	letter-spacing:2px;}

.td2{
	font-size:14px;
	line-height:20px;
	color:#333;}</pre></body></html>