@charset "utf-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
hr {
	display: block;
	height: 1px;
	padding: 0;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display:block;
}
ul li {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
input, select {
	vertical-align:middle;
}
/*　禁則処理の追加*/
p,li,dt,dd,th,td,pre {
	-ms-line-break: strict;
	line-break: strict;
	-ms-word-break: break-strict;
	word-break: break-strict;
}
/*　禁則処理の追加*/
img {
	vertical-align: middle;
	max-width: 100%;
}
a {
	text-decoration: none;
	color: #000;
}
* {
    box-sizing: border-box;
}
@font-face {
	font-family: MyFont01;
	src: url(font/C4_Beogo_Nexus_0.eot) format("eot"), url(font/C4_Beogo_Nexus_0.woff) format("woff");
	font-display: swap;
}
body {
	-webkit-text-size-adjust: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.5em;
}
.mv {
	position: relative;
	font-family: MyFont01;
}
.mv header {
	font-family: MyFont01;
	background-image: url(images/cmn/bg_nav.png);
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 100;
}
.mv header .clearfix .logo {
	display: block;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 2%;
}
.mv header .clearfix .logo img {
	margin-right: 5px;
	width: 50px;
}
.mv header .clearfix .logo h1 {
	font-size: 18px;
}
.mv header .clearfix .logo h1 span {
	font-size: 24px;
	letter-spacing: 3px;
	margin-left: 3px;
}
.mv header .clearfix nav {
	display: none
}
.toggle_drawer {
	width: 55px;
	float: right;
	margin-top: 20px;
	margin-right: 2%;
}
.mv .bxslider img {
	width: 100%;
}
.mv .copy {
	line-height: 2em;
	position: absolute;
	height: 4em;
	margin: auto;
	top: 0px;
	bottom: 0px;
	left: 0px;
	text-align: center;
	right: 0px;
	z-index: 100;
}
.mv .copy p:nth-of-type(1) {
	color: #776242;
	font-size: 20px;
}
.mv .copy p:nth-of-type(2) {
	color: #fff;
	font-size: 28px;
}
.sb-close {
	width: 55px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	right: 2.5%;
	top: 20px;
}
.sb-slidebar {
	width: 90%;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	background-repeat: repeat;
	background-color: #FFF;
}
.sb-slidebar .area {
	padding-top: 20%;
	padding-right: 20px;
	padding-left: 20px;
}
.sb-slidebar .area a {
	font-family: MyFont01, sans-serif;
	display: block;
	padding: 20px;
}
.sb-slidebar .area a:nth-last-child(2) {
	color: #FFF;
	background-color: #bea888;
}
.sb-slidebar .area a:nth-last-child(1) {
	color: #FFF;
	background-color: #000;
}
.sb-slidebar .area hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	margin-top: 3px;
	margin-bottom: 3px;
}
.mv .kasou_main_image {
	position: relative;
}
.mv .kasou_main_image img {
	width: 100%;
}
#content01 {
	width: 95%;
	max-width: 1200px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}
#content01 .title {
	font-size: 24px;
	font-family: MyFont01;
}
#content01 .article .clearfix {
	margin-top: 15px;
	display: block;
}
#content01 .article .clearfix .day {
	font-weight: bold;
	color: #BEA888;
}
#content01 .article .clearfix .print {
	display: block;
}

#content01 .btn {
	background-color: #bea888;
	display: block;
	padding: 20px;
	width: 200px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	font-family: MyFont01;
	text-align: center;
	color: #FFF;
	font-size: 16px;
}
#content02 {
	background-image: url(images/index/bg01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 40px;
	padding-bottom: 40px;
	background-position: center center;
}
#content02 .clearfix {
	width: 95%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
#content02 .clearfix a {
	background-image: url(images/cmn/bg_nav.png);
	background-repeat: repeat;
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 30px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}
#content02 .clearfix a:nth-of-type(n+2) {
	margin-top: 20px;
}
#content03 .pic img {
	width: 100%;
}
#content03 .txt {
	margin-top: 20px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
#content03 .txt h2 {
	font-family: MyFont01;
	font-size: 24px;
	line-height: 3em;
}
#content03 .txt p {
	line-height: 3em;
}
#content03 .txt a {
	background-color: #bea888;
	display: block;
	padding: 20px;
	width: 200px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	font-family: MyFont01;
	text-align: center;
	color: #FFF;
	font-size: 16px;
}

#content04 {
	margin-top: 50px;
}
#content04 .pic img {
	width: 100%;
}
#content04 .txt {
	margin-top: 20px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
#content04 .txt h2 {
	font-family: MyFont01;
	font-size: 24px;
	line-height: 3em;
}
#content04 .txt p {
	line-height: 3em;
}
#content04 .txt a {
	background-color: #bea888;
	display: block;
	padding: 20px;
	width: 200px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	font-family: MyFont01;
	text-align: center;
	color: #FFF;
	font-size: 16px;
}
#content05 {
	margin-top: 50px;
	position: relative;
}
#content05 img {
	width: 100%;
}
#content05 .txt {
	text-align: center;
	width: 95%;
	max-width: 600px;
	position: absolute;
	margin: auto;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	color: #FFF;
	height: 23em;
}
#content05 .txt h2 {
	font-family: MyFont01;
	font-size: 24px;
	line-height: 2em;
}
#content05 .txt p {
	line-height: 2em;
}
#content05 .txt a {
	background-color: #bea888;
	display: block;
	padding: 20px;
	width: 200px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	font-family: MyFont01;
	text-align: center;
	color: #FFF;
	font-size: 16px;
}
.company01 {
	width: 95%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.company01.clearfix .pic img {
	width: 100%;
}
.company01.clearfix .txt {
	margin-top: 10px;
}
/*** レスポンシブテーブルデザイン ***/
.shokai {
	word-break: break-all;
	word-wrap: break-word;
	width: 100%;
} 
.shokai th {
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	vertical-align: top;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 30%;
}
.shokai td {
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	padding-top: 10px;
	padding-bottom: 10px;
}
@media (max-width: 767px){
.shokai th {
	width:100%;
	display:block;
	border:none;
	padding-top: 10px;
	padding-bottom: 0px;
}
.shokai td {
	display: list-item;
	width: 100%;
	padding-bottom: 10px;
	padding-top: 0px;
}
}/* end */
.company02 {
	width: 95%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.equipment01 {
	background-image: url(images/index/bg01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 40px;
	padding-bottom: 40px;
	background-position: center center;
}
.equipment01 .area {
	width: 95%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.equipment01 .area a {
	background-image: url(images/cmn/bg_nav.png);
	background-repeat: repeat;
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}
.equipment01 .area a:nth-of-type(n+2) {
	margin-top: 20px;
}
.equipment_area {
	padding-top: 50px;
	padding-bottom: 50px;
}
.equipment_area:nth-of-type(even) {
	background-color: #F8F3ED;
}
.equipment_area .area {
	width: 95%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.equipment_area .area h3 {
	font-family: MyFont01;
	font-size: 18px;
}
.equipment_area .area .pic {
}
.equipment_area .area .pic .print {
	text-align: center;
	border: 1px solid #999;
	margin-top: 20px;
}
.equipment_area .area .pic .print img {
	width: 100%;
}
.equipment_area .area .pic .print .caption {
	padding: 10px;
}
.equipment_area .area .pic .print .caption:nth-last-child(1) {
	text-align: left;
}
.equipment_area .area .pic .print .caption h4 {
	font-weight: bold;
}
.sample01 {
	width: 95%;
	max-width: 1200px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}
.sample01 .print {
}
.sample01 .print:nth-of-type(n+2) {
	margin-top: 30px;
}
.sample01 .print img {
	width: 100%;
}
.sample01 .print .caption {
	margin-top: 10px;
}
.sample01 .print .caption h3 {
	color: #A37A43;
	font-size: 18px;
	margin-bottom: 5px;
}
.inquiry01 {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	background-color: #E6D7C2;
	padding: 50px;
	text-align: center;
}
.inquiry01 .flex {
	background-color: #FFF;
	padding: 30px;
	border: 1px solid #E5D6C1;
}
.inquiry01 .flex .area h3 {
	font-size: 18px;
	color: #A37A43;
	margin-bottom: 15px;
	font-weight: bold;
}
.inquiry01 .flex .area .tel {
	color: #A37A43;
	font-size: 18px;
	margin-top: 15px;
}

.inquiry01 .flex .area .tel a {
	color: #A37A43;
}
.inquiry01 .flex .area .fax {
	color: #A37A43;
	font-size: 18px;
}
.inquiry01 .flex .area .btn {
	background-color: #A37A43;
	display: block;
	padding: 15px;
	width: 300px;
	max-width: 95%;
	margin-right: auto;
	margin-left: auto;
	border-radius: 30px;
	color: #FFF;
}
.inquiry02 {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	background-color: #E6D7C2;
	text-align: center;
	padding: 50px;
}
.inquiry02 .area {
	background-color: #FFF;
	padding: 20px;
	border: 1px solid #E5D6C1;
}


/*** レスポンシブテーブルデザイン ***/
.shokai02 {
	word-break: break-all;
	word-wrap: break-word;
	width: 100%;
	max-width: 600px;
	vertical-align: top;
	margin-right: auto;
	margin-left: auto;
}
.shokai02 th {
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	text-align: left;
	width: 30%;
	padding-top: 30px;
	vertical-align: top;
}
.shokai02 td {
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	padding-top: 20px;
	padding-bottom: 20px;
}
@media (max-width: 768px){
.shokai02 th {
	width: 100%;
	display: block;
	border: none;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
}
.shokai02 td {
	display: list-item;
	width: 100%;
	border-top: none !important;
	padding-top: 0px;
}
}
.shokai02 input[type="text"] {
	width: 100%;
	background-color: #eeeeee;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 10px;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}
.shokai02 input[type="email"] {
	width: 100%;
	background-color: #eeeeee;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 10px;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}
.shokai02 input[type="tel"] {
	width: 100%;
	background-color: #eeeeee;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 10px;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}
.shokai02 textarea {
	width: 100%;
	background-color: #eeeeee;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 10px;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.shokai02 select {
	width: 100%;
	background-color: #eeeeee;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 10px;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}
.inquiry02 .area .submit {
	background-color: #bea888;
	display: block;
	padding: 20px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	font-family: MyFont01;
	text-align: center;
	color: #FFF;
	font-size: 16px;
}
.inquiry02 .area input[type="submit"] {
	background-color: #bea888;
	display: block;
	padding: 20px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	font-family: MyFont01;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.inquiry02 .area .shokai02 tr th span {
	color: #FFF;
	background-color: #D7003A;
	padding: 2px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	vertical-align: 1px;
	font-size: 12px;
}
.wp_pagenavi {
	font-family: MyFont01, sans-serif;
	margin-top: 100px;
	text-align: center;
}
.wp_pagenavi .pages {
	padding: 10px;
}
.wp_pagenavi .first {
	padding: 10px;
}
.wp_pagenavi .previouspostslink {
	padding: 10px;
}
.wp_pagenavi .extend {
	padding: 10px;
}
.wp_pagenavi .page {
	padding: 10px;
}
.wp_pagenavi .current {
	padding: 10px;
	background-color: #A37A43;
	color: #FFF;
}
.wp_pagenavi .extend {
	padding: 10px;
}
.wp_pagenavi .nextpostslink {
	padding: 10px;
}
.wp_pagenavi .last {
	padding: 10px;
}
.inquiry03 {
	background-color: #BEA888;
}
.inquiry03 .area {
	color: #FFF;
}
.inquiry03 .area .print {
	padding: 20px;
}
.inquiry03 .area .print:nth-of-type(1) {
	background-color: #AE946C;
}
.inquiry03 .area .print:nth-of-type(2) {
	background-color: #BEA888;
}
.inquiry03 .area .print:nth-of-type(3) {
	background-color: #AE946C;
}
.inquiry03 .area h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.inquiry04 {
	width: 95%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.inquiry04 .area {
	padding: 20px;
	background-color: #E6D7C2;
	height: 300px;
	overflow: auto;
	margin-top: 10px;
	border-top-width: 20px;
	border-bottom-width: 20px;
	border-left-width: 20px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E6D7C2;
	border-bottom-color: #E6D7C2;
	border-left-color: #E6D7C2;
}
.mv .kasou_main_image .recruit_txt {
	font-size: 24px;
	position: absolute;
	height: 3em;
	left: 30px;
	bottom: 30px;
	color: #FFF;
	line-height: 1.5em;
}
.recruit01 {
	width: 95%;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -10px;
}
/*** レスポンシブテーブルデザイン ***/
.shokai03 {
	word-break: break-all;
	word-wrap: break-word;
	width: 100%;
} 
.shokai03 tr:nth-of-type(odd) {
	background-color: #F8F3ED;
} 
.shokai03 th {
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	vertical-align: top;
	text-align: left;
	width: 15%;
	padding: 20px;
}
.shokai03 td {
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	padding: 20px;
}
@media (max-width: 767px){
.shokai03 th {
	width:100%;
	display:block;
	border:none;
	padding-bottom: 0px;
}
.shokai03 td {
	display: list-item;
	width: 100%;
	padding-top: 0px;
}
.shokai03 tr:nth-last-child(1) th {
	padding: 20px;
}
}/* end */
.news01 {
	width: 95%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.news01 .clearfix {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E6D7C2;
	display: block;
}
.news01 .clearfix:nth-last-child(1) {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6D7C2;
}
.news01 .clearfix .pic {
	float: left;
	width: 150px;
}
.news01 .clearfix .pic img {
	border-radius: 10px;
}
.news01 .clearfix .txt {
	float: right;
	width: calc(100% - 160px);
	line-height: 2em;
}
.news01 .clearfix .txt .day {
	color: #666;
}
.news01 .clearfix .txt h3 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
}
.news01 .clearfix .txt .tblt_pc {
	margin-top: 10px;
}
.single01 {
	width: 95%;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
}

.single01 h1 {
	padding: 10px 0 10px 20px;
	border-left: 6px solid #1d3557;
	font-size: 24px;
	font-weight: bold;
}
.single01 img {
	margin-top: 10px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.single01 h2 {
	position: relative;
	padding-bottom: 8px;
	border-bottom: 1px solid #ccc;
	font-size: 24px;
	margin-top: 50px;
}
.single01 h2::after {
	content: '';
	display: block;
	width: 50px; /* 短いアクセント線の幅 */
	height: 3px;
	background-color: #e63946; /* 赤のアクセントカラー */
	position: absolute;
	bottom: -3px;
}
.single01 h3 {
	letter-spacing: 0.1em; /* 文字間隔を少し広げる */
	padding: 15px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 24px;
	text-align: center; /* 中央揃えにするとより洗練される */
	background-color: #f7f7f7; /* 背景に薄い色を敷くと見やすい */
	margin-top: 50px;
}
.single01 h4 {
	position: relative;
	padding-left: 30px; /* 三角形分のスペースを確保 */
	font-size: 24px;
	margin-top: 50px;
}
.single01 h4::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	/* CSSで三角形を作成 */
	border-style: solid;
	border-width: 8px 0 8px 12px;
	border-color: transparent transparent transparent #e63946; /* 赤の三角形 */
}
.single01 h5 {
	padding-bottom: 8px;
	border-bottom: 4px solid #1d3557; /* 太いネイビーの線 */
	box-shadow: 0 4px 0 0 white, 0 5px 0 0 #ccc; /* 細いグレーの線 */
	font-size: 24px;
	margin-top: 50px;
}
.single01 h6 {
	background-color: #e63946; /* 赤のアクセントカラー */
	color: white;
	padding: 10px 20px;
	font-size: 24px;
	display: inline-block;
	margin-top: 50px;
}
.single01 p {
	line-height: 2em;
	margin-top: 10px;
}
.single01 .day {
	color: #666;
	text-align: right;
	margin-top: 0px;
}
#pageTop {
	z-index: 200;
	position: fixed;
	bottom: 80px;
	right: 5%;
	width: 40px;
}
footer {
	text-align: center;
}
footer .txt {
	background-color: #e6d7c2;
	padding: 50px;
}
footer .txt h1 {
	margin-bottom: 15px;
}
footer .txt h1 img {
	margin-right: 5px;
	width: 50px;
}
footer .txt h1 {
	font-size: 18px;
}
footer .txt h1 span {
	font-size: 24px;
	letter-spacing: 3px;
	margin-left: 3px;
}


footer .txt p {
	line-height: 2em;
}

footer .copy {
	color: #FFF;
	background-color: #000;
	padding: 20px;
}
.tac {
	text-align: center;
}
.mt20 {
	margin-top: 20px;
}
.mt50 {
	margin-top: 50px;
}
.title01 {
	text-align: center;
	font-family: MyFont01;
	font-size: 24px;
	margin-top: 50px;
	margin-bottom: 50px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	color: #A37A43;
	line-height: 1.5em;
}
.title01 {
	padding: 10px;
	position: relative;
}

.title01::before, .title01::after {
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
}

.title01::before {
	border-left: solid 3px #A37A43;
	border-top: solid 3px #A37A43;
	top: 0;
	left: 0;
}

.title01::after {
	border-right: solid 3px #A37A43;
	border-bottom: solid 3px #A37A43;
	bottom: 0;
	right: 0;
}
.clearfix::after {
	content: ".";  
	display: block; 
	visibility: hidden; 
	clear: both; 
	height: 0;
	line-height: 0;
	font-size: 0em;
}
.sp { display: block !important; }
.tblt_pc { display: none !important; }
@media screen and (min-width : 480px){
}
@media screen and (min-width : 768px){
.mv header .clearfix .logo img {
	margin-right: 10px;
}
.mv header .clearfix .logo h1 {
	font-size: 24px;
}
.mv header .clearfix .logo h1 span {
	font-size: 30px;
	letter-spacing: 5px;
	margin-left: 5px;
}
.mv .copy {
	line-height: 4em;
	height: 6em;
}
.mv .copy p:nth-of-type(1) {
	font-size: 36px;
}
.mv .copy p:nth-of-type(2) {
	font-size: 48px;
}
.mv .kasou_main_image .recruit_txt {
	font-size: 32px;
	height: 3em;
	left: 80px;
	bottom: 30px;
	line-height: 1.5em;
}
#content03 {
	width: 100%;
	max-width: 1920px;
	margin-right: auto;
	margin-left: auto;
}
#content03 .pic {
	float: left;
	width: 50%;
}
#content03 .txt {
	float: left;
	width: 48%;
	max-width: 600px;
}

#content04 {
	width: 100%;
	max-width: 1920px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#content04 .pic {
	float: right;
	width: 50%;
}
#content04 .txt {
	float: right;
	width: 48%;
	max-width: 600px;
}
#content05 {
	margin-top: 0px;
}
#content05 .txt h2 {
	line-height: 3em;
}
#content05 .txt p {
	line-height: 3em;
}
.company01.clearfix .pic {
	float: left;
	width: 48%;
}
.company01.clearfix .txt {
	float: right;
	width: 48%;
	margin-top: -10px;
}


.equipment01 {
	background-attachment: fixed;
}
.equipment01 .area a {
	display: inline-block;
	width: 30%;
	vertical-align: top;
}
.equipment01 .area a:nth-of-type(n+2) {
	margin-top: 0px;
}
.equipment01 .area a:nth-of-type(n+4) {
	margin-top: 20px;
}
.equipment01 .area a:nth-of-type(3n+2) {
	margin-left: 4%;
}
.equipment01 .area a:nth-of-type(3n+3) {
	margin-left: 4%;
}

.equipment_area .area .pic .print {
	display: inline-block;
	width: 30%;
	vertical-align: top;
}
.equipment_area .area .pic .print:nth-of-type(3n+2) {
	margin-left: 4%;
}
.equipment_area .area .pic .print:nth-of-type(3n+3) {
	margin-left: 4%;
}

.sample01 .print {
	display: inline-block;
	width: 30%;
	vertical-align: top;
}
.sample01 .print:nth-of-type(n+2) {
	margin-top: 0px;
}
.sample01 .print:nth-of-type(n+4) {
	margin-top: 30px;
}
.sample01 .print:nth-of-type(3n+2) {
	margin-left: 4%;
}
.sample01 .print:nth-of-type(3n+3) {
	margin-left: 4%;
}
.inquiry01 {
	display: flex;
	flex-wrap: wrap;
}
.inquiry01 .flex {
	display: flex;
	align-items: center;
	width: 50%;
}
.inquiry01 .flex .area {
	width: 100%;
}
.inquiry03 .area {
	width: 95%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.inquiry03 .area  {
    display: flex;
    align-items: stretch;
}
.inquiry03 .area .print {
	flex: 1;
}

.news01 .clearfix .pic {
	width: 25%;
}
.news01 .clearfix .txt {
	width: 72%;
}
.news01 .clearfix .txt h3 {
	font-size: 18px;
	margin-top: 20px;
}
.news01 .clearfix .txt .tblt_pc {
	margin-top: 20px;
}

.sp { display: none !important; }
.tblt_pc { display: block !important; }
}
@media screen and (min-width : 1200px){
.toggle_drawer {
	display: none;
}
.sb-slidebar {
	display: none;
}
.mv header .clearfix nav {
	display: block;
	text-align: center;
	float: right;
}
.mv header .clearfix nav a {
	display: block;
	float: left;
	text-align: center;
	width: 130px;
	padding-top: 33px;
	padding-bottom: 34px;
}
.mv header .clearfix nav a:nth-last-child(2) {
	color: #FFF;
	background-color: #bea888;
}
.mv header .clearfix nav a:nth-last-child(1) {
	color: #FFF;
	background-color: #000;
}

.mv header .clearfix nav a:hover {
	color: #999;
}
#content01 {
	display: flex;
	align-items: center;
}
#content01 .title {
	width: 140px;
}
#content01 .article {
	width: calc(100% - 330px);
	margin-right: 10px;
}
#content01 .article .clearfix:nth-of-type(1) {
	margin-top: 0px;
}
#content01 .article .clearfix .day {
	float: left;
	width: 110px;
}

#content01 .article .clearfix .print {
	float: right;
	width: calc(100% - 130px);
}

#content01 .btn {
	margin-top: 0px;
}
#content01 .btn:hover {
	color: #999;
}

#content02 {
	background-attachment: fixed;
}
#content02 .clearfix a {
	float: left;
	width: 31.6%;
}
#content02 .clearfix a:nth-of-type(n+2) {
	margin-top: 0px;
	margin-left: 2.5%;
}




a img {
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
a:hover {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	color: #999;
}
a:hover img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	filter: alpha(opacity=70);
	-ms-filter: alpha(opacity=70);
	opacity: 0.7;
}
}
@media screen and (min-width : 1400px){
.mv header .clearfix nav a {
	width: 160px;
}
#content03 .txt h2 {
	line-height: 4em;
}
#content03 .txt p {
	line-height: 4em;
}
#content04 .txt h2 {
	line-height: 4em;
}
#content04 .txt p {
	line-height: 4em;
}
#content05 .txt h2 {
	line-height: 4em;
}
#content05 .txt p {
	line-height: 5em;
}
}
