@charset "utf-8";
/* ==========================================================================
   Foundation
   ========================================================================== */
/*! destyle.css v1.0.11 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*{-webkit-box-sizing:border-box;box-sizing:border-box}
::before,::after{-webkit-box-sizing:inherit;box-sizing:inherit}
html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}
body{margin:0}
main{display:block}
p,table,blockquote,address,pre,iframe,form,figure,dl{margin:0}
h1,h2,h3,h4,h5,h6{font-size:inherit;line-height:inherit;font-weight:inherit;margin:0}
ul,ol{margin:0;padding:0;list-style:none}
dt{font-weight:700}
dd{margin-left:0}
hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible;border:0;border-top:1px solid;margin:0;clear:both;color:inherit}
pre{font-family:monospace,monospace;font-size:inherit}
address{font-style:inherit}
a{background-color:transparent;text-decoration:none;color:inherit}
abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}
b,strong{font-weight:bolder}
code,kbd,samp{font-family:monospace,monospace;font-size:inherit}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-.25em}
sup{top:-.5em}
img{border-style:none;vertical-align:bottom}
embed,object,iframe{border:0;vertical-align:bottom}
button,input,optgroup,select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;vertical-align:middle;color:inherit;font:inherit;border:0;background:transparent;padding:0;margin:0;outline:0;border-radius:0;text-align:inherit}
[type='checkbox']{-webkit-appearance:checkbox;-moz-appearance:checkbox;appearance:checkbox}
[type='radio']{-webkit-appearance:radio;-moz-appearance:radio;appearance:radio}
button,input{overflow:visible}
button,select{text-transform:none}
button,[type='button'],[type='reset'],[type='submit']{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}
button[disabled],[type='button'][disabled],[type='reset'][disabled],[type='submit'][disabled]{cursor:default}
button::-moz-focus-inner,[type='button']::-moz-focus-inner,[type='reset']::-moz-focus-inner,[type='submit']::-moz-focus-inner{border-style:none;padding:0}
button:-moz-focusring,[type='button']:-moz-focusring,[type='reset']:-moz-focusring,[type='submit']:-moz-focusring{outline:1px dotted ButtonText}
fieldset{margin:0;padding:0;border:0;min-width:0}
legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}
progress{vertical-align:baseline}
textarea{overflow:auto}
[type='checkbox'],[type='radio']{padding:0}
[type='number']::-webkit-inner-spin-button,[type='number']::-webkit-outer-spin-button{height:auto}
[type='search']{outline-offset:-2px}
[type='search']::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
label[for]{cursor:pointer}
details{display:block}
summary{display:list-item}
table{border-collapse:collapse;border-spacing:0}
caption{text-align:left}
td,th{vertical-align:top}
th{text-align:left;font-weight:700}
template{display:none}
[hidden]{display:none}
html {
	font-size: 62.5%;
}
body {
	overflow-x: hidden;
	background: #fdf8e6;
	color: #333;
	font-family: Helvetica, Arial, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 1.4em;
	letter-spacing: 0.05em;
	line-height: 2;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p {
	margin-bottom: 1em;
}
ul, ol {
	margin: .8rem 0 .8rem .8rem;
	padding: 0;
}
li ul, li ol {
	margin: .8rem 0 .8rem .8rem;
}
ul {
	list-style: disc inside;
}
ol {
	list-style: decimal inside;
}
li {
	margin-top: .4rem;
}
a {
	color: #eb5c02;
}
a:hover {
	color: #ff7117;
}
em {
	font-style: normal;
}
iframe {
	display: block;
	width: 100%;
}
img, iframe, button, input, select, textarea {
	max-width: 100%;
}
img {
	height: auto;
}
/* Icons */
@font-face {
  font-family: 'icomoon';
  src:
    url('fonts/icomoon.ttf?ddhumy') format('truetype'),
    url('fonts/icomoon.woff?ddhumy') format('woff'),
    url('fonts/icomoon.svg?ddhumy#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-pagetop:before {
  content: "\e90b";
}
.icon-window:before {
  content: "\e90a";
}
.icon-ec:before {
  content: "\e900";
}
.icon-mail:before {
  content: "\e908";
}
.icon-recruit:before {
  content: "\e909";
}
.icon-arrow-r:before {
  content: "\e904";
}
.icon-arrow-l:before {
  content: "\e905";
}
.icon-arrow-t:before {
  content: "\e906";
}
.icon-arrow-b:before {
  content: "\e907";
}
.icon-twitter:before {
  content: "\e901";
}
.icon-instagram:before {
  content: "\e902";
}
.icon-youtube:before {
  content: "\e903";
}
/* ==========================================================================
   Layout
   ========================================================================== */
/* Common
   ----------------------------------------------------------------- */
.container,
.container-inner {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
/* Navigations
   ----------------------------------------------------------------- */
.navi {
	letter-spacing: 0.1em;
	line-height: 1.5;
}
.navi ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.navi-logo {
	width: 230px;
}
.navi-links {
	margin-bottom: 40px;
	font-weight: bold
}
.navi-links a {
		display: block;
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
	}
.navi-buttons {
	margin-bottom: 40px
}
.navi-buttons a {
		display: block;
		padding: 8px;
		border: 1px solid;
		font-family: "Crimson Text", "Roboto Slab", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho" , "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",  "HGS明朝E", serif;
		font-size: 1.6rem;
		text-align: center;
		-webkit-transition: background 0.2s;
		transition: background 0.2s;
	}
.navi-buttons [class^="icon-"] {
		display: inline-block;
		margin-right: 15px;
		font-size: 2rem;
		vertical-align: -0.15em;
		line-height: 1;
	}
.navi-extra li {
		display: inline-block;
		font-size: 1.1rem;
		vertical-align: middle;
	}
.navi-extra li + li::before {
		content: "";
		display: inline-block;
		width: 1em;
		height: 0.8em;
		margin-left: 0.5em;
		border-left: 1px solid currentColor;
		vertical-align: middle;
	}
/* ヘッダー */
.outer {
	padding-top: 62px;
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.header {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 62px;
	background: rgba(253, 248, 230, 0.9);
	-webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.header__logo {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 200px;
}
.header-navi {
	overflow-y: auto;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	height: 100%;
	background: #009b63;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0.5);
	transform: scale(0.5)
}
.header-navi .container {
		height: 100%;
	}
.header-navi a {
		color: #fff;
	}
.header-navi a:hover {
		opacity: 0.7;
	}
.header-navi .navi-logo {
		margin-top: 40px;
		margin-bottom: 35px;
	}
.header-navi .navi-links a,
	.header-navi .navi-links span {
		display: block;
		padding: 8px 10px;
		border-bottom: 1px dotted;
	}
.header-navi .navi-links-child a {
		padding-left: 30px!important;
	}
.header-navi .navi-buttons a:hover {
		background: rgba(255,255,255,0.15);
		opacity: 1;
	}
.header-navi .navi-extra {
		padding-bottom: 30px;
	}
.sp-navi-btn {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 2;
	width: 64px;
	height: 62px;
	line-height: 1;
	background: #009b63;
	color: #fff;
	font-family: "Crimson Text", "Roboto Slab", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho" , "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",  "HGS明朝E", serif;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	-webkit-transition: all 0.2s;
	transition: all 0.2s
}
.sp-navi-btn .icon {
		display: block;
		position: relative;
		width: 26px;
		height: 2px;
		margin: 10px auto 16px;
		background: #fff;
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
	}
.sp-navi-btn .icon::before,
	.sp-navi-btn .icon::after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		height: 100%;
		background: #fff;
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
	}
.sp-navi-btn .icon::before {
		margin-top: -9px;
	}
.sp-navi-btn .icon::after {
		margin-top: 7px;
	}
.sp-navi-btn:hover {
		letter-spacing: 0.3em;
	}
.navi-open,
.navi-open body {
	overflow: hidden;
}
.navi-open .sp-navi-btn .icon {
		background: transparent
	}
.navi-open .sp-navi-btn .icon::before,
		.navi-open .sp-navi-btn .icon::after {
			margin-top: -2px;
		}
.navi-open .sp-navi-btn .icon::before {
			-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
		}
.navi-open .sp-navi-btn .icon::after {
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
		}
.navi-open .header-navi {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.3s cubic-bezier(0.35, 0.79, 0.36, 1);
	transition: opacity 0.2s ease-out, -webkit-transform 0.3s cubic-bezier(0.35, 0.79, 0.36, 1);
	transition: transform 0.3s cubic-bezier(0.35, 0.79, 0.36, 1), opacity 0.2s ease-out;
	transition: transform 0.3s cubic-bezier(0.35, 0.79, 0.36, 1), opacity 0.2s ease-out, -webkit-transform 0.3s cubic-bezier(0.35, 0.79, 0.36, 1);
	-webkit-overflow-scrolling: touch;
}
/* フッター */
.footer {
	position: relative;
	margin-top: 100px;
	padding-top: 30px;
	padding-bottom: 30px;
	background: #f9f1dc
}
.footer a {
		color: inherit;
	}
.footer a:hover {
		color: #666;
	}
.footer .navi-logo {
		margin-bottom: 15px;
	}
.pagetop {
	position: absolute;
	top: 0;
	left: 50%;
	width: calc(100% - 30px);
	max-width: 1200px;
	margin: 0 auto;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}
.pagetop a {
		display: block;
		overflow: hidden;
		position: relative;
		width: 56px;
		height: 0;
		line-height: 56px;
		margin-left: auto;
		padding-top: 56px;
		background: #2a966f;
		color: #fff;
		text-align: center;
		-webkit-transition: background 0.3s;
		transition: background 0.3s
	}
.pagetop a::before {
			content: "\e90b";
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			font-family: "icomoon";
			font-size: 26px;
		}
.pagetop a:hover {
			background: #137f58;
			color: #fff;
		}
.footer__text {
	font-size: 1.2rem
}
.footer__text .sns {
		margin-top: 20px;
		font-size: 2em;
	}
.footer__text .sns a {
		display: inline-block;
		margin-right: 5px;
	}
.footer-navi .navi-buttons {
		clear: both;
	}
.footer-navi .navi-buttons a {
		border-color: rgba(0,0,0,0.2);
	}
.footer-navi .navi-buttons a:hover {
		background: rgba(0,0,0,0.1);
		color: #333;
	}
.copyright {
	margin: 0;
	font-family: "Crimson Text", "Roboto Slab", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho" , "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",  "HGS明朝E", serif;
	font-size: 1rem;
}
/* Pages
   ----------------------------------------------------------------- */
.page-hero {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 250px;
	margin-bottom: 55px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	font-family: "Crimson Text", "Roboto Slab", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho" , "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",  "HGS明朝E", serif;
	text-align: center;
}
#note .page-hero {
	background-image: url(../images/image-note.jpg);
}
#about .page-hero {
	background-image: url(../images/image-about.jpg);
}
#product .page-hero {
	background-image: url(../images/image-product.jpg);
}
#oem-odm .page-hero {
	background-image: url(../images/image-oem.jpg);
}
#komekoji .page-hero {
	background-image: url(../images/image-komekoji.jpg);
}
#company .page-hero {
	background-image: url(../images/image-company.jpg);
}
#activity .page-hero {
	background-image: url(../images/image-activity.jpg);
}
#recruit .page-hero {
	height: 350px;
	background-image: url(../images/image-recruit.jpg);
}
#people .page-hero {
	background-image: url(../images/image-people.jpg);
}
#contact .page-hero {
	background-image: url(../images/image-contact.jpg);
}
#terms .page-hero {
	background-image: url(../images/image-terms.jpg);
}
#privacy .page-hero {
	background-image: url(../images/image-privacy.jpg);
}
#notfound .page-hero {
	background-image: url(../images/image-404.jpg);
}
.page-hero__title {
	line-height: 1.3;
	font-size: 3rem;
	letter-spacing: 0.2em;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt"
}
.page-hero__title::after {
		content: attr(data-sub);
		display: block;
		margin-top: 15px;
		font-size: 1.4rem;
		letter-spacing: 0.1em;
	}
/* ==========================================================================
   Object
   ========================================================================== */
/* Component
   ----------------------------------------------------------------- */
/* -----------------------------------
  Flexbox Grid
  https://github.com/kristoferjoseph/flexboxgrid
 ----------------------------------- */
.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto;
}
.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem;
}
.row {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}
.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}
.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}
.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}
.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}
.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}
.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}
.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}
.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}
.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
/*------------------------------------*\
    Buttons
\*------------------------------------*/
.btn {
	display: inline-block;
	overflow: visible;
	position: relative;
	width: 380px;
	max-width: 100%;
	height: 60px;
	line-height: 60px;
	background: #2a966f;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	text-decoration: none !important;
	vertical-align: middle;
	-webkit-transition: background 0.3s;
	transition: background 0.3s
}
.btn:hover {
		background: #137f58;
		color: #fff;
	}
.btn.outline {
	border: 1px solid #2a966f;
	background: transparent;
	color: #2a966f
}
.btn.outline:hover {
		background: #137f58;
		color: #fff;
	}
.btn.invalid {
	background: #999;
}
.btn.invalid:hover {
	background: #aaa;
}
.more {
	display: block;
	width: 186px;
	height: 40px;
	line-height: 40px;
	margin-top: 10px;
	border: 1px solid #009b63;
	color: #009b63;
	font-family: "Crimson Text", "Roboto Slab", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho" , "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",  "HGS明朝E", serif;
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-align: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.more:hover,
a:hover .more {
	background: #009b63;
	color: #fff;
}
/*------------------------------------*\
    Tables
\*------------------------------------*/
.table {
	empty-cells: show;
	width: 100%;
	margin-bottom: 1em;
	border-top: 1px solid #e6e2d3;
	font-size: 1em;
	text-align: left
}
.table th,
	.table td {
		padding: 0.75em 20px;
		border-bottom: 1px solid #e6e2d3;
	}
.company-table {
	empty-cells: show;
	width: 100%;
	margin-bottom: 1em;
	border-top: 1px solid #e6e2d3;
	font-size: 1em;
	text-align: left
}
.company-table th {
		width: 25%;
		background: #f8f1db;
	}
.company-table th,
	.company-table td {
		padding: 0.75em 20px;
		border-bottom: 1px solid #e6e2d3;
	}
/* -----------------------------------
  Pagination
 ----------------------------------- */
.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination li {
  padding: 0 3px;
}
.pagination a {
  display: inline-block;
  width: 20px;
  height: 22px;
  line-height: 20px;
  border: 1px solid #ccc;
  color: #333;
  text-align: center;
  text-decoration: none;
}
.pagination a:focus,
.pagination a:hover {
  background: #fff;
}
.pagination a.current {
  border-color: #eb5c02;
  background: #eb5c02;
  color: #fff;
}
/* Project
   ----------------------------------------------------------------- */
/*------------------------------------*\
    共通
\*------------------------------------*/
.h1 {
  line-height: 1.5;
  font-family: "Crimson Text", "Roboto Slab", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho" , "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",  "HGS明朝E", serif;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  text-align: center
}
.h1::before {
    content: attr(data-sub);
    display: block;
    font-size: 3rem;
    font-weight: normal;
  }
.h2 {
  font-family: "Crimson Text", "Roboto Slab", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho" , "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",  "HGS明朝E", serif;
  font-size: 3rem;
}
.h3 {
  font-family: "Crimson Text", "Roboto Slab", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho" , "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",  "HGS明朝E", serif;
  font-size: 2rem;
  letter-spacing: 0.2em;
}
.h3 .line {
	display: inline-block;
	margin-bottom: 1em;
	padding-bottom: 0.4em;
	border-bottom: 1px solid;
	line-height: 1.4;
  letter-spacing: 0.05em;
}
.h4 {
  line-height: 1.4;
  color: #ff6600;
  font-family: "Crimson Text", "Roboto Slab", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho" , "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",  "HGS明朝E", serif;
  font-size: 2.4rem;
}
.white {
  background: #fff;
}
/* -----------------------------------
    本文レイアウト
----------------------------------- */
/* レイアウト１ */
.block1-item {
  position: relative;
  margin-bottom: 30px;
}
.block1-item__image {
  height: 54vw;
  background-color: #ddd;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.block1-item__content {
  line-height: 1.714;
  padding: 30px 20px;
  background: #fff
}
.block1-item__content .more::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
.block1-item__heading {
  margin-bottom: 10px;
  font-size: 2.2rem;
  font-family: "Crimson Text", "Roboto Slab", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho" , "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",  "HGS明朝E", serif;
  letter-spacing: 0.075em
}
.block1-item__heading::before {
    content: attr(data-sub);
    display: block;
    margin-bottom: 10px;
    color: #eb5c02;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
/* 3カラムナビ */
.block-threenav {
  position: relative;
  padding: 50px 30px 20px 30px
}
.block-threenav::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    left: 15px;
    background: #fff;
  }
.block-threenav__col {
  display: block;
  position: relative;
  z-index: 0;
  margin-bottom: 40px
}
.block-threenav__col::before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.5s ease-out;
    transition: -webkit-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
  }
.block-threenav__col:hover::before {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
.block-threenav__col a {
    display: block;
    color: inherit
  }
.block-threenav__col a::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
    }
.block-threenav__col .image {
    margin-bottom: 15px;
  }
.block-threenav__col .desc {
    display: block;
    line-height: 1.714;
    margin-bottom: 15px;
  }
.block-threenav__col img {
    width: 100%;
  }
/* 製品紹介 */
.index-products,
.index-know {
  position: relative;
  z-index: 0;
  margin: 50px 0
}
.index-products::before, .index-know::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    z-index: -1;
    width: 100vw;
    height: 250px;
    margin-left: -50vw;
    background: #2a966f;
  }
.index-products .h1, .index-know .h1 {
    color: #fff;
  }
.index-products__header,
.index-know__header {
  margin-bottom: 30px;
  padding-top: 60px;
  text-align: center;
}
.index-products__content {
  background: #000
}
.index-products__content a {
    display: block;
    position: relative;
  }
.index-products__content img {
    width: 100%;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
.index-products__content img:hover {
    opacity: 0.8;
  }
.index-products__content span {
    display: block;
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 150px;
    line-height: 30px;
    background: #fff;
    color: #333;
    font-family: "Crimson Text", "Roboto Slab", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho" , "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",  "HGS明朝E", serif;
    font-size: 1.5rem;
    text-align: center;
  }
/* 知る・楽しむ */
.index-know {
  margin-bottom: 100px;
}
.index-know-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.index-know__col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 47.5%;
  flex: 1 0 47.5%;
  max-width: 47.5%;
  margin-bottom: 20px;
}
.index-know__col a {
  display: block;
  position: relative
}
.index-know__col a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
.index-know__col a[target="_blank"]::after {
    content: "\e90a";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 26px;
    height: 26px;
    line-height: 26px;
    background: #fff;
    color: #2a966f;
    font-size: 16px;
    text-align: center;
    font-family: "icomoon";
  }
.index-know__col a:hover::before {
    opacity: 0.2;
  }
.index-know__col span {
  position: absolute;
  left: 12px;
  bottom: 12px;
  line-height: 1.5;
  padding-right: 1.5em;
  color: #fff;
  font-family: "Crimson Text", "Roboto Slab", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho" , "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",  "HGS明朝E", serif;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0;
}
.index-know__col img {
  width: 100%;
}
/*------------------------------------*\
    トップページ
\*------------------------------------*/
.hero,
.hero__slide {
  position: relative;
  z-index: 0;
}
.hero::after {
  content: "";
  display: block;
  position: absolute;
  right: 25px;
  top: 50%;
  width: 7px;
  height: 258px;
  background: url(../../images/scroll.png) no-repeat left top;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
}
.hero-slide {
  margin-bottom: 0!important;
  opacity: 0;
  visibility: hidden;
  -webkit-transition:all 1.2s ease;
  transition:all 1.2s ease
}
.hero-slide.slick-initialized {
    opacity: 1;
    visibility: visible;
  }
.hero-slide__item {
  position: relative;
  height: 100vw;
  min-height: 400px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.hero-slide__item .embed-player,
  .hero-slide__item .slide-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition:all .8s ease;
    transition:all .8s ease
  }
.hero-slide__item .embed-player.show, .hero-slide__item .slide-image.show {
      opacity: 1;
    }
.hero-slide__item .slide-media {
    -webkit-animation:slideOut .4s cubic-bezier(0.4, 0.29, 0.01, 1);
    animation:slideOut .4s cubic-bezier(0.4, 0.29, 0.01, 1);
  }
.hero-slide__item.slick-active {
    z-index: 1
  }
.hero-slide__item.slick-active .slide-media {
      -webkit-animation:slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
      animation:slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
    }
.hero-slide .slick-dots {
  position: absolute;
  top: 20px;
  right: 10px;
  bottom: auto;
  z-index: 1;
  text-align: right
}
.hero-slide .slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin: 4px;
  }
.hero-slide .slick-dots button {
    width: 8px;
    height: 8px;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    border: none;
    background-color: #fff;
    color: #fff;
    -webkit-transition:all .3s ease;
    transition:all .3s ease;
    outline: none
  }
.hero-slide .slick-dots button:hover {
      background: #aaa;
    }
.hero-slide .slick-dots button::before {
      display: none;
    }
.hero-slide .slick-dots .slick-active  button {
    background-color: #009b63;
    opacity: 1;
  }
.hero__lead {
  position: absolute;
  top: 45%;
  left: 50%;
  z-index: 1;
  width: 30%;
  max-width: 120px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@-webkit-keyframes slideIn {
  from { -webkit-filter:blur(15px); filter:blur(15px); }
  to { -webkit-filter:blur(0); filter:blur(0); }
}
@keyframes slideIn {
  from { -webkit-filter:blur(15px); filter:blur(15px); }
  to { -webkit-filter:blur(0); filter:blur(0); }
}
@-webkit-keyframes slideOut {
  from { -webkit-filter:blur(0); filter:blur(0); }
  to { -webkit-filter:blur(15px); filter:blur(15px); }
}
@keyframes slideOut {
  from { -webkit-filter:blur(0); filter:blur(0); }
  to { -webkit-filter:blur(15px); filter:blur(15px); }
}
/* こうじやNOTE */
.index-note {
  position: relative;
  background: #fff;
}
.index-note__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 90px;
  line-height: 1.2;
  padding: 15px 20px;
  background: rgba(0, 155, 99, 0.7);
  color: #fff;
}
.index-note__header p {
  margin-bottom: 0;
}
.index-note__body {
  padding: 30px 15px;
}
.index-note__tag {
  margin: 10px 0 20px;
}
.index-note__more {
  text-align: center;
}
.index-note__more a {
  display: inline-block;
  position: relative;
  width: 180px;
  height: 32px;
  border: 1px solid #fff;
  background: #009b63;
  color: #fff;
  text-align: center;
}
.index-note__more a::before {
  content: "\e904";
  position: absolute;
  left: 10px;
  top: 50%;
  line-height: 1;
  margin-top: -0.5em;
  font-family: "icomoon";
  font-size: 10px;
}
#note .index-note {
  margin-bottom: 50px;
  padding: 30px 0 50px;
}
#note .index-note__tag {
  text-align: center;
}
/* MESSAGE */
.index-message {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
.index-message__content .h1 {
  text-align: left
}
.index-message__content .h1::before {
    color: #f60;
  }
.index-message__content .h1::after {
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    margin: 15px 0;
    border-top: 1px solid #333;
  }
.index-message__lead {
  margin-bottom: 15px;
  font-family: "Crimson Text", "Roboto Slab", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho" , "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",  "HGS明朝E", serif;
  font-size: 2rem;
  line-height: 1.714
}
.index-message__lead img {
    display: none;
  }
.index-message__image {
  position: relative;
  max-width: 396px;
  margin-left: auto;
  padding-top: 20px;
  text-align: right
}
.index-message__image img:first-child {
    position: absolute;
    left: 0;
    z-index: 2;
    bottom: 30px;
    width: 70%;
  }
.index-message__image img:last-child {
    width: 60%;
  }
/* ループアニメーション */
.index-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 80px 0;
}
.index-slider > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.index-slider > div:first-child {
  -webkit-animation: loop 50s -25s linear infinite;
  animation: loop 50s -25s linear infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}
.index-slider > div:last-child {
  -webkit-animation: loop2 50s linear infinite;
  animation: loop2 50s linear infinite;
}
.index-slider > div > div {
  display: inline-block;
  width: calc(100vw / 4);
  min-width: 200px;
  margin: 0 10px 0 0;
}
.index-slider img {
  display: block;
  width: 100%;
  height: auto;
}
@-webkit-keyframes loop {
  0% { -webkit-transform: translateX(100%); transform: translateX(100%); }
  to { -webkit-transform: translateX(-100%); transform: translateX(-100%); }
}
@keyframes loop {
  0% { -webkit-transform: translateX(100%); transform: translateX(100%); }
  to { -webkit-transform: translateX(-100%); transform: translateX(-100%); }
}
@-webkit-keyframes loop2 {
  0% { -webkit-transform: translateX(0); transform: translateX(0); }
  to { -webkit-transform: translateX(-200%); transform: translateX(-200%); }
}
@keyframes loop2 {
  0% { -webkit-transform: translateX(0); transform: translateX(0); }
  to { -webkit-transform: translateX(-200%); transform: translateX(-200%); }
}
/* -----------------------------------
  NOTE一覧
 ----------------------------------- */
/* カテゴリタグ */
.tag {
	display: inline-block;
	min-width: 100px;
	line-height: 28px;
	padding: 0 12px 0 15px;
	border: 1px solid #999;
	color: #333;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	text-align: center;
	border-radius: 30px;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}
.tags-list {
	margin: 40px 0
}
.tags-list .tag {
		margin-right: 5px;
		margin-bottom: 6px;
	}
.tags-list .tag:hover {
		background: rgba(0, 0, 0, 0.1);
		color: #333;
	}
.tags-list .tag.current {
		border-color: #009b63;
		background: #009b63;
		color: #fff;
	}
#index .tags-list {
	margin-bottom: 0;
}
/* 一覧 */
.articles .article-item {
	display: block;
	position: relative;
	margin-bottom: 20px;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s
}
.articles .article-item a {
		display: block;
		color: inherit;
		-webkit-transition: opacity 0.3s;
		transition: opacity 0.3s;
	}
.articles .article-item a:hover {
		opacity: 0.7;
	}
.article-item__thumb {
	position: relative;
	height: 0;
	padding-top: 61.85%;
	background: #ddd;
	overflow: hidden
}
.article-item__thumb img {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
.article-item__content {
	position: relative;
	padding-top: 15px
}
.article-item__content .tag {
		position: absolute;
		left: 0;
		bottom: 100%;
		min-width: 140px;
		padding: 0.5em 1em 0 1em;
		border: none;
		background: #fff;
		font-size: 1.2rem;
		font-weight: bold;
		text-align: center;
		border-radius: 0
	}
.article-item__content .tag.-news { color: #ff6666; }
.article-item__content .tag.-release { color: #33cc66; }
.article-item__content .tag.-recruit { color: #31bedc; }
.article-item__content .tag.-recipe { color: #cc9933; }
.article-item__content .tag.-diary { color: #c18bd5; }
.article-item__content .date {
		color: #eb5c02;
		font-size: 1.2rem;
	}
.article-item__content .text {
		font-family: "Crimson Text", "Roboto Slab", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho" , "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",  "HGS明朝E", serif;
	}
.article-item__footer {
	border-top: 1px solid #ddd;
	padding-top: 15px
}
.article-item__footer .date {
		float: left;
	}
.article-item__footer .view {
		text-align: right;
	}
/* -----------------------------------
  NOTE詳細
 ----------------------------------- */
.article {
	padding: 50px 0;
	background: #fff;
}
.article .container-inner > *:last-child {
	margin-bottom: 0;
}
.article .container-inner {
	max-width: 900px;
	margin: 0 auto;
}
.article__header {
	margin-bottom: 20px;
	padding-bottom: 25px;
	border-bottom: 1px dotted #ccc;
}
.article__header .h3 {
	margin-bottom: 15px;
}
.article__header .tag {
	margin-right: 15px;
	border: 1px solid #2a966f;
	background: #2a966f;
	color: #fff;
}
.article-text,
.article-image {
	margin: 30px 0;
}
.article-image img {
	width: 100%;
}
/* -----------------------------------
  厚生産業について
 ----------------------------------- */
.about01,
.about02 {
	position: relative;
	margin-bottom: 60px;
}
.about01__heading,
.about02__heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 200px;
	margin-bottom: 40px;
	background-image: url(../../about/images/p01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #fff;
}
.about01__heading {
	background-image: url(../../about/images/p01.jpg);
}
.about02__heading {
	background-image: url(../../about/images/p06.jpg);
}
.about01 {
	counter-reset: about01;
}
.about01__box {
	margin-bottom: 30px
}
.about01__box .image {
		position: relative;
		height: 0;
		padding-top: 56.25%;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}
.about01__box .image::before {
		position: absolute;
		top: 40px;
		right: 0.8em;
		color: #fff;
		font-family: "Crimson Text", "Roboto Slab", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho" , "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",  "HGS明朝E", serif;
		font-size: 4rem;
		font-weight: normal;
		line-height: 1;
		letter-spacing: 0.1em;
		counter-increment: about01;
		content: "0"counter(about01);
	}
.about01__box .text {
		padding: 30px;
		background: #fff;
	}
/* NUMBER */
.about02__col {
	margin-bottom: 20px
}
.about02__col .box {
		position: relative;
		height: 100%;
		padding: 30px;
		background: #fff
	}
.about02__col .box::before {
			display: block;
			position: absolute;
			top: 6px;
			left: 6px;
			width: 0;
			height: 0;
			border: 3px solid transparent;
			border-top-color: #eb5c02;
			border-left-color: #eb5c02;
			content: "";
		}
.about02__col h3 {
		margin-bottom: 10px;
		padding-bottom: 5px;
		border-bottom: 1px dotted #ccc;
		font-family: "Crimson Text", "Roboto Slab", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho" , "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",  "HGS明朝E", serif;
		font-size: 1.7rem;
		letter-spacing: 0.05em;
		text-align: center;
	}
.about02__col .number {
		display: inline-block;
		margin: 0 0.1em;
		color: #009b63;
		font-size: 2em;
		line-height: 1;
	}
.about02__col p {
		margin-bottom: 0;
	}
/* MEMBER */
.about03 {
	margin-bottom: 60px;
	padding-top: 1px;
	background: #fff
}
.about03 .h1 {
		margin-top: -30px;
		margin-bottom: 50px;
	}
.about03 .h1::before {
		color: #2a966f;
	}
.about03__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1100px;
	margin: 0 auto;
}
.about03__col {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 50%;
	flex: 1 0 50%;
	max-width: 50%;
	margin-bottom: 20px;
	padding: 0 10px;
	line-height: 1.7
}
.about03__col a {
		color: inherit;
	}
.about03__col .image {
		position: relative;
		margin-bottom: 15px;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
.about03__col .image span {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 140px;
		height: 35px;
		color: #fff;
		font-family: "Crimson Text", "Roboto Slab", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho" , "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",  "HGS明朝E", serif;
		line-height: 35px;
		text-align: center;
	}
.about03__col a:hover .image {
		opacity: 0.7;
	}
.about03__col:nth-of-type(odd) .image span {
	background: rgba(42,150,111,0.8);
}
.about03__col:nth-of-type(even) .image span {
	background: rgba(235,92,2,0.8);
}
/* -----------------------------------
  製品紹介
 ----------------------------------- */
.product01 {
	margin-bottom: 70px;
}
.product01__image {
	height: 250px;
	margin: 0 15px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.product01__text {
	padding: 30px 20px;
	background: #fff
}
.product01__text .h4::after {
		content: "";
		display: block;
		width: 20px;
		height: 2px;
		margin: 15px 0 20px;
		background: #ff6600;
	}
.product01__text p {
		margin-bottom: 0;
	}
.product02__heading {
	overflow: hidden;
	margin-top: 60px;
	margin-bottom: 20px;
	font-family: "Crimson Text", "Roboto Slab", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho" , "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",  "HGS明朝E", serif;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	text-align: center
}
.product02__heading span {
		display: inline-block;
		position: relative;
		padding: 0 10px;
	}
.product02__heading span::before,
	.product02__heading span::after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		width: 50vw;
		border-top: 1px solid #cdc7b6;
	}
.product02__heading span::before {
		right: 100%;
	}
.product02__heading span::after {
		left: 100%;
	}
.product02__list {
	list-style: none;
	width: 90%;
	margin: 0 auto 20px;
	padding: 0;
}
.product02__list > li {
	margin-bottom: 20px;
}
.product02__box {
	height: 100%;
	padding: 20px;
	background: #fff
}
.product02__box img {
		display: block;
		margin: 0 auto 15px;
	}
.product02__box h3 {
		margin-bottom: 10px;
		padding-bottom: 5px;
		border-bottom: 1px dotted #ccc;
		font-family: "Crimson Text", "Roboto Slab", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho" , "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",  "HGS明朝E", serif;
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		text-align: center;
	}
.product02__box p {
		margin-bottom: 0;
		font-size: 1.3rem;
	}
.product02__list.arrow > li:nth-of-type(n+2) {
	position: relative
}
.product02__list.arrow > li:nth-of-type(n+2)::before {
		content: "";
		display: block;
		position: absolute;
		left: 50%;
		top: -20px;
		width: 0;
		height: 0;
		margin-left: -15px;
		border: 15px solid transparent;
		border-top: 20px solid #ff6600;
	}
.product02 .btn {
	width: 590px;
	max-width: 90%;
	font-family: "Crimson Text", "Roboto Slab", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho" , "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",  "HGS明朝E", serif;
	font-size: 1.6rem;
}
/* -----------------------------------
  業務用販売/OEM/ODM
 ----------------------------------- */
.oem01__image {
	height: 250px;
	background: url(../../oem-odm/images/p01.jpg) no-repeat center center;
	background-size: cover;
}
.oem01__content {
	margin-bottom: 35px
}
.oem01__content p {
		padding-left: 24px;
	}
.oem01__content .lead {
		border-left: 4px solid #2a966f;
		font-family: "Crimson Text", "Roboto Slab", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho" , "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",  "HGS明朝E", serif;
		font-size: 2.4rem;
		line-height: 1.6;
		letter-spacing: 0.2em;
	}
.oem-btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 35px -5px 70px
}
.oem-btns div {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 50%;
		flex: 1 0 50%;
		max-width: 50%;
		padding: 0 5px;
	}
.oem-btns a {
		display: block;
		height: 60px;
		line-height: 60px;
		border: 1px solid #2a966f;
		color: #2a966f;
		font-family: "Crimson Text", "Roboto Slab", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho" , "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",  "HGS明朝E", serif;
		font-size: 1.6rem;
		letter-spacing: 0.1em;
		text-align: center;
		-webkit-transition: background 0.3s;
		transition: background 0.3s;
	}
.oem-btns a::before {
		display: inline-block;
		width: 8px;
		height: 8px;
		margin-right: 10px;
		border-right: 2px solid #2a966f;
		border-bottom: 2px solid #2a966f;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		vertical-align: 2px;
		content: "";
	}
.oem-btns a:hover {
		background: rgba(42,150,111,0.2);
	}
.oem__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 250px;
	margin-bottom: 40px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #fff;
	text-align: center;
}
.oem-item {
	margin-bottom: 30px;
	line-height: 1.714
}
.oem-item .h3 {
		line-height: 1.7;
		margin-bottom: 10px;
		letter-spacing: 0.1em;
	}
.oem-item .h3 small {
		font-size: 1.4rem;
		font-weight: bold;
	}
.oem-item::before {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	content: "";
}
.oem-item .box {
	padding: 20px;
	background: #fff;
}
.oem02 .oem__header {
	background-image: url(../../oem-odm/images/p02.jpg);
	letter-spacing: 0.1em;
}
.oem03 .oem__header {
	background-image: url(../../oem-odm/images/p06.jpg);
	letter-spacing: 0.1em;
}
.oem02 .oem-item .h3 small {
	color: #ff6600;
}
.oem03 .oem-item .h3 small {
	color: #2a966f;
}
.oem-list {
	margin-top: 40px;
}
.oem-list .h3 {
	overflow: hidden;
	text-align: center;
}
.oem-list .h3 span {
	display: inline-block;
	position: relative;
	padding: 0 20px;
}
.oem-list .h3 span::before {
	display: block;
	position: absolute;
	top: 50%;
	right: 100%;
	width: 100%;
	height: 0;
	border-top: 1px solid #cdc7b6;
	content: "";
}
.oem-list .h3 span::after {
	display: block;
	position: absolute;
	top: 50%;
	left: 100%;
	width: 100%;
	height: 0;
	border-top: 1px solid #cdc7b6;
	content: "";
}
.oem-list ul {
	list-style: none;
	margin: 30px 0;
	padding: 0;
}
.oem-list li {
	margin-bottom: 10px;
	padding: 0 10px;
}
.oem-list dl {
	height: 100%;
	padding: 20px 25px 30px;
	border: 1px solid #cdc7b6;
	background: #fefaee;
}
.oem-list dt {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	color: #2a966f;
	font-family: "Crimson Text", "Roboto Slab", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho" , "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",  "HGS明朝E", serif;
	font-size: 1.8rem;
	line-height: 1.6;
	text-align: center;
}
.oem-list dd span {
	display: block;
	margin-top: 10px;
	font-size: 1.3rem;
}
.oem02-1,
.oem03-1 {
	margin-top: 50px;
}
.oem02-1::before {
	background-image: url(../../oem-odm/images/p03.jpg);
}
.oem02-2::before {
	background-image: url(../../oem-odm/images/p04.jpg);
}
.oem02-3::before {
	background-image: url(../../oem-odm/images/p05.jpg);
}
.oem03-1::before {
	background-image: url(../../oem-odm/images/p07.jpg);
}
.oem03-2::before {
	background-image: url(../../oem-odm/images/p08.jpg);
}
.oem03-3::before {
	background-image: url(../../oem-odm/images/p09.jpg);
}
.oem03-flow ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.oem03-flow li {
	position: relative;
	margin-bottom: 42px;
	padding: 0.3em;
	border: 1px solid #cdc7b6;
	text-align: center;
}
.oem03-flow li:nth-of-type(n+2)::before {
	display: block;
	position: absolute;
	top: -28px;
	left: 50%;
	width: 0;
	margin-left: -8px;
	border: 8px solid transparent;
	border-top: 10px solid;
	content: "";
}
.oem03-flow li:nth-of-type(even) {
	background: #fff;
}
.oem03-flow li:nth-of-type(odd)::before {
	border-top-color: #ff6600;
}
.oem03-flow li:nth-of-type(even)::before {
	border-top-color: #2a966f;
}
.oem03-faq dl {
	padding-left: 50px;
}
.oem03-faq dt {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #999;
}
.oem03-faq dt {
	font-weight: normal;
}
.oem03-faq dt span {
	font-weight: bold;
}
.oem03-faq dd {
	margin-bottom: 25px;
}
.oem-contact {
	margin: 50px 0;
	padding: 30px 20px;
	background: #fff
}
.oem-contact .h3 {
		margin-bottom: 20px;
		line-height: 1.4;
	}
.oem-contact p {
		margin: 0;
		padding: 20px 0;
		border-top: 1px dotted #ccc;
		border-bottom: 1px dotted #ccc;
	}
.oem-contact__row {
	padding: 20px 0
}
.oem-contact__row div {
		padding: 5px 10px;
		text-align: center;
	}
.oem-contact__row .tel {
		padding: 15px 0;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1;
	}
.oem-contact__row .tel a {
		color: #2a966f;
		font-size: 3rem;
	}
.oem-contact__row .link a {
		display: block;
		width: 90%;
		max-width: 280px;
		margin: 0 auto;
		padding: 10px;
		background: #2a966f;
		color: #fff;
		font-size: 1.3rem;
		font-weight: bold;
		text-align: center;
	}
.oem-contact__row .link a:hover {
		background: #137f58;
	}
/* -----------------------------------
  米こうじってなに？
 ----------------------------------- */
.komekoji01 a {
	display: inline-block;
	margin-top: 20px;
	border: 1px solid #2a966f;
	padding: 5px 25px;
	color: #2a966f;
	font-family: "Crimson Text", "Roboto Slab", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho" , "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",  "HGS明朝E", serif;
	font-weight: bold;
	-webkit-transition: background 0.3s;
	transition: background 0.3s
}
.komekoji01 a:hover {
		background: rgba(42,150,111,0.2);
	}
.komekoji02 {
	padding-top: 50px;
}
.komekoji01__content,
.komekoji02__content {
	padding: 30px 30px 60px;
	background: #f8f1db;
}
.komekoji01__image {
	position: relative;
	top: -30px;
	right: -20px;
	width: 100%;
	height: 250px;
	background: url(../../komekoji/images/p01.jpg) no-repeat center center;
	background-size: cover;
}
.komekoji02__image {
	position: relative;
	top: -30px;
	left: -20px;
	width: 100%;
	height: 250px;
	background: url(../../komekoji/images/p02.jpg) no-repeat center center;
	background-size: cover;
}
.komekoji03 {
	margin: 50px 0;
}
.komekoji03__ol {
	width: 90%;
	margin: 0 auto
}
.komekoji03__ol ol {
		list-style: none;
		margin: 0;
		padding: 0;
		counter-reset: komekoji03;
	}
.komekoji03__ol li {
		position: relative;
		margin-bottom: 10px;
		padding: 30px;
		background: #f8f1db;
		border-radius: 5px;
		counter-increment: komekoji03;
	}
.komekoji03__ol li::before {
		display: block;
		position: absolute;
		top: 50%;
		left: -15px;
		width: 30px;
		height: 30px;
		margin-top: -15px;
		background: #2a966f;
		color: #fff;
		font-family: "Crimson Text", "Roboto Slab", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho" , "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",  "HGS明朝E", serif;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 30px;
		text-align: center;
		border-radius: 50%;
		content: counter(komekoji03);
	}
.komekoji04 {
	margin: 50px 0;
}
.komekoji04__content {
	padding: 30px;
	background: #f8f1db
}
.komekoji04__content ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		list-style: none;
		margin: 0;
		padding: 0;
	}
.komekoji04__content li {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 47%;
		flex: 1 0 47%;
		max-width: 47%;
		padding: 5px 0;
		border-bottom: 1px solid #dbd6c4;
	}
.komekoji04__image {
	height: 250px;
	background: url(../../komekoji/images/p03.jpg) no-repeat center center;
	background-size: cover;
}
.komekoji05__content ol {
		list-style: none;
		margin: 0;
		padding: 0;
		counter-reset: komekoji05;
	}
.komekoji05__content li {
		padding-bottom: 15px;
		counter-increment: komekoji05;
	}
.komekoji05__content strong {
		display: block;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px dotted #ccc;
		color: #2a966f;
		font-family: "Crimson Text", "Roboto Slab", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho" , "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",  "HGS明朝E", serif;
		font-size: 1.8rem;
		font-weight: normal;
	}
.komekoji05__content strong::before {
		display: inline-block;
		width: 30px;
		height: 30px;
		margin-right: 15px;
		background: #2a966f;
		color: #fff;
		font-family: "Crimson Text", "Roboto Slab", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho" , "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",  "HGS明朝E", serif;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 30px;
		text-align: center;
		border-radius: 50%;
		content: counter(komekoji05);
	}
.komekoji06 {
	height: 250px;
	margin: 50px 0 80px;
	background: url(../../komekoji/images/p04.jpg) no-repeat center center;
	background-size: cover;
}
.komekoji07 {
	margin: 80px 0 50px;
}
.komekoji07__content {
	padding: 30px;
	background: #fff
}
.komekoji07__content dt {
		margin-bottom: 5px;
		padding-bottom: 3px;
		border-bottom: 1px dotted #ccc;
		color: #ff6600;
		font-size: 1.6rem;
	}
.komekoji07__content dd {
		margin-bottom: 10px;
	}
.komekoji07__image {
	height: 250px;
	background: url(../../komekoji/images/p05.jpg) no-repeat center center;
	background-size: cover;
}
.komekoji08 {
	text-align: center
}
.komekoji08 ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		list-style: none;
		margin: 0 -10px 30px;
		padding: 0;
	}
.komekoji08 li {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 33%;
		flex: 1 0 33%;
		max-width: 33%;
		padding: 0 10px;
		color: #2a966f;
		font-weight: bold;
		line-height: 1.4;
	}
.komekoji08 img {
		margin-bottom: 10px;
		border-radius: 50%;
	}
.komekoji09 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 80px -5px 0;
}
.komekoji09__col {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 50%;
	flex: 1 0 50%;
	max-width: 50%;
	padding: 0 5px
}
.komekoji09__col a {
		display: block;
		padding: 10px;
		background: #2a966f;
		color: #fff;
		font-family: "Crimson Text", "Roboto Slab", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho" , "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",  "HGS明朝E", serif;
		font-weight: bold;
		text-align: center;
		-webkit-transition: opacity 0.3s;
		transition: opacity 0.3s;
	}
.komekoji09__col a:hover {
		opacity: 0.7;
	}
/* -----------------------------------
  会社案内
 ----------------------------------- */
.company01,
.company02 {
	max-width: 1000px;
	margin: 0 auto
}
.company01 .h1, .company02 .h1 {
		text-align: left;
	}
.company01 .h1::before, .company02 .h1::before {
		color: #ff6600;
	}
.company01 .h1::after, .company02 .h1::after {
		content: "";
		display: block;
		width: 10px;
		height: 1px;
		margin: 15px 0;
		border-top: 1px solid #000;
	}
/* トップメッセージ */
.company01 {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
}
.company01__lead {
	margin-bottom: 0.5em;
	font-family: "Crimson Text", "Roboto Slab", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho" , "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",  "HGS明朝E", serif;
	font-size: 2.4rem;
	line-height: 1.6;
}
.company01__image {
	line-height: 1.6;
}
.company01__image img {
	width: 100%;
	margin-bottom: 15px;
}
/* 私たちの使命 */
.company02 {
	margin-bottom: 60px;
}
.company02__image .image {
	position: relative;
	z-index: -1
}
.company02__image .image img:first-child {
		display: block;
		width: 65%;
		margin-left: auto;
	}
.company02__image .image img:last-child {
		position: absolute;
		bottom: -13.33%;
		left: 0;
		width: 45%;
	}
.company03,
.company04 {
	margin-bottom: 60px
}
.company03 .container, .company04 .container {
		max-width: 1000px;
	}
.company03__heading,
.company04__heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 200px;
	margin-bottom: 30px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #fff;
}
.company03__heading {
	background-image: url(../../company/images/p04.jpg);
}
.company04__heading {
	background-image: url(../../company/images/p05.jpg);
}
/* -----------------------------------
  厚生産業の取り組み
 ----------------------------------- */
.activity {
	height: auto;
	margin: 40px 0 60px;
	background: #fff;
}
.activity__heading {
	height: 200px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.activity__heading h2 {
  position: relative;
  width: 100%;
	height: 100%;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.activity__heading h2 span {
	display: block;
  position:absolute;
  top:50%;
  left:50%;
	min-height: 5em;
	padding: 0.5em 0;
	background: rgba(42,150,111,0.8);
	color: #fff;
	font-family: "Crimson Text", "Roboto Slab", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho" , "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",  "HGS明朝E", serif;
	font-size: 1.8rem;
	line-height: 2;
	text-align: center;
	white-space: nowrap;
  -webkit-transform:translate(-50%, -50%);
  transform:translate(-50%, -50%);
}
.activity01 .activity__heading {
	background-image: url(../../company/images/activity-p01.jpg);
}
.activity02 .activity__heading {
	background-image: url(../../company/images/activity-p02.jpg);
}
.activity03 .activity__heading {
	background-image: url(../../company/images/activity-p03.jpg);
}
.activity04 .activity__heading {
	background-image: url(../../company/images/activity-p04.jpg);
}
.activity__content {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px 0;
}
.activity-flex {
	margin-top: 50px;
}
.activity-flex__col div {
		position: relative;
		margin-bottom: 20px;
		padding: 20px 4%;
		border: 1px solid #ddd;
	}
.activity-flex__col div::before {
		content: "";
		display: block;
		position: absolute;
		top: 4px;
		left: 4px;
		width: 0;
		height: 0;
		border: 3.5px solid transparent;
		border-left-color: #eb5c02;
		border-top-color: #eb5c02;
	}
.activity-flex__col h3 {
		margin-bottom: 15px;
		padding-bottom: 10px;
		border-bottom: 1px dotted #ccc;
		color: #2a966f;
		font-family: "Crimson Text", "Roboto Slab", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho" , "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",  "HGS明朝E", serif;
		font-size: 2rem;
		line-height: 1.4;
		text-align: center;
	}
.activity-flex__col p {
		margin-bottom: 0;
		font-size: 1.3rem;
		line-height: 1.8;
	}
/* -----------------------------------
  採用情報
 ----------------------------------- */
#recruit .page-hero {
	position: relative;
	margin-bottom: 0;
	padding-bottom: 50px;
}
#recruit .page-hero__lead {
	position: absolute;
	bottom: 50px;
	left: 50%;
	width: 90%;
	max-width: 1200px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: left
}
#recruit .page-hero__lead img {
		width: 50%;
		max-width: 460px;
	}
.recruit01 {
	margin-top: -30px;
	margin-bottom: 50px;
}
.recruit01__image {
	height: 50vw;
	background: url(../../recruit/images/p02.jpg) no-repeat center center;
	background-size: cover;
}
.recruit01__text {
	padding: 20px;
	background: #fff;
}
.recruit02__heading {
	margin-bottom: 30px;
	text-align: center;
}
.recruit02__heading img {
	width: 40px;
	margin-right: 20px;
	vertical-align: middle;
}
.recruit02__heading span {
	display: inline-block;
	border-bottom: 1px solid #cdc7b6;
	font-size: 2.4rem;
	vertical-align: middle;
}
.recruit-item {
	margin-bottom: 30px;
	line-height: 1.714
}
.recruit-item .h3 {
		line-height: 1.7;
		margin-bottom: 10px;
		letter-spacing: 0.1em;
	}
.recruit-item .h3 small {
		font-size: 1.4rem;
		font-weight: bold;
	}
.recruit-item::before {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	content: "";
}
.recruit02-1::before {
	background-image: url(../../recruit/images/p03.jpg);
}
.recruit02-2::before {
	background-image: url(../../recruit/images/p04.jpg);
}
.recruit02-3::before {
	background-image: url(../../recruit/images/p05.jpg);
}
.recruit02-4::before {
	background-image: url(../../recruit/images/p06.jpg);
}
.recruit02-5::before {
	background-image: url(../../recruit/images/p07.jpg);
}
.recruit02-6::before {
	background-image: url(../../recruit/images/p08.jpg);
}
.recruit02-7::before {
	background-image: url(../../recruit/images/p09.jpg);
}
.recruit-item .box {
	padding: 20px;
	background: #fff;
}
.recruit-item .h3 small {
	color: #2a966f;
}
.recruit03 {
  position: relative;
  z-index: 0;
  margin: 50px 0
}
.recruit03::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    z-index: -1;
    width: 100vw;
    height: 250px;
    margin-left: -50vw;
    background: #2a966f;
  }
.recruit03 .h1 {
    color: #fff;
  }
.recruit03__header {
  margin-bottom: 30px;
  padding-top: 60px;
  text-align: center;
}
.recruit03__list {
	list-style: none;
	max-width: 90%;
	margin: 0 auto 60px;
	padding: 0
}
.recruit03__list li {
		margin-bottom: 20px;
	}
.recruit03__list div {
		height: 100%;
		padding: 0 18px 18px 18px;
		border: 1px solid #ddd;
		background: #fff;
	}
.recruit03__list img {
		display: block;
		width: calc(100% + 36px);
		max-width: none;
		margin: 0 -18px 20px;
	}
.recruit03__list h3 {
		margin-bottom: 10px;
		padding-bottom: 5px;
		border-bottom: 1px dotted #ccc;
		color: #2a966f;
		font-family: "Crimson Text", "Roboto Slab", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho" , "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",  "HGS明朝E", serif;
		font-size: 2rem;
		text-align: center;
	}
.recruit03__list p {
		margin-bottom: 0;
		font-size: 1.3rem;
	}
.recruit04__col {
	margin-bottom: 20px
}
.recruit04__col .box {
		position: relative;
		height: 100%;
		padding: 30px;
		background: #fff
	}
.recruit04__col .box::before {
			display: block;
			position: absolute;
			top: 6px;
			left: 6px;
			width: 0;
			height: 0;
			border: 3px solid transparent;
			border-top-color: #eb5c02;
			border-left-color: #eb5c02;
			content: "";
		}
.recruit04__col h3 {
		margin-bottom: 10px;
		padding-bottom: 5px;
		border-bottom: 1px dotted #ccc;
		color: #2a966f;
		font-family: "Crimson Text", "Roboto Slab", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho" , "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",  "HGS明朝E", serif;
		font-size: 1.7rem;
		letter-spacing: 0.05em;
		text-align: center;
	}
.recruit04__col .number {
		display: inline-block;
		margin: 0 0.1em;
		color: #009b63;
		font-size: 2em;
		line-height: 1;
	}
.recruit04__col p {
		margin-bottom: 0;
	}
.recruit__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 250px;
	margin-bottom: 40px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #fff;
	text-align: center;
}
.recruit04 .recruit__header {
	background-image: url(../../recruit/images/p16.jpg);
}
.recruit05 .recruit__header {
	background-image: url(../../recruit/images/p17.jpg);
}
.recruit04__heading {
	margin-top: 2em;
	margin-bottom: 1em;
	font-family: "Crimson Text", "Roboto Slab", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho" , "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",  "HGS明朝E", serif;
	font-size: 2.4rem;
	text-align: center;
}
.recruit04__heading span {
	display: inline-block;
	border-bottom: 1px solid #cdc7b6;
}
.recruit04-2 {
	max-width: 1000px;
	margin: 0 auto 50px;
}
.recruit04-2__col {
	margin-bottom: 30px;
	padding: 0 30px 20px 30px;
	background: #fff;
}
.recruit04-2 h3 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
	color: #2a966f;
	font-family: "Crimson Text", "Roboto Slab", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho" , "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",  "HGS明朝E", serif;
	font-size: 1.8rem;
	font-weight: bold;
}
.recruit04-2-slider {
	margin: 0 -30px 20px
}
.recruit04-2-slider img {
		width: 100%;
	}
.recruit04-2-slider .slick-dots {
		bottom: 5px;
	}
.recruit04-2-slider .slick-dots li button:before {
		color: #fff;
		opacity: 1;
	}
.recruit04-2-slider .slick-dots li.slick-active button:before {
		color: #2a966f;
	}
.recruit05 dl {
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px;
}
.recruit05 dt {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #999;
	font-weight: normal;
}
.recruit05 dt::first-letter {
	color: #2a966f;
}
.recruit05 dd::first-letter {
	color: #ff6600;
}
.recruit05 dl:nth-of-type(odd) {
	background: #f8f1db;
}
/* 募集要項 */
.guidelines {
 	margin-top: 100px;
 	padding: 1px 20px 20px;
 	background: #fff
 }
.guidelines .h1 {
 		margin-top: -30px;
 		margin-bottom: 30px;
 	}
.guidelines .h1::before {
 		color: #2a966f;
 	}
.guidelines a {
 		display: block;
 		position: relative;
 		margin-bottom: 15px;
 		padding: 18px 30px 18px 20px;
 		background: #2a966f;
 		color: #fff;
 		font-family: "Crimson Text", "Roboto Slab", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho" , "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",  "HGS明朝E", serif;
 		font-size: 1.6rem;
 		line-height: 1.6;
 		text-align: center;
 		-webkit-transition: background 0.3s;
 		transition: background 0.3s;
 	}
.guidelines a::after {
 		content: "";
 		display: block;
 		position: absolute;
 		top: 50%;
 		right: 18px;
 		width: 8px;
 		height: 8px;
 		margin-top: -6px;
 		border-top: 2px solid #fff;
 		border-right: 2px solid #fff;
 		-webkit-transform: rotate(45deg);
 		transform: rotate(45deg);
 	}
.guidelines a:hover {
 		background: #137f58;
 	}
/* -----------------------------------
  厚生産業の人
 ----------------------------------- */
.people {
	margin: 50px 0;
	padding: 20px;
	background: #fff;
}
.people__header {
	margin-bottom: 30px
}
.people__header .image {
		margin-bottom: 20px;
	}
.people__header .number {
		margin-bottom: 15px;
		color: #2a966f;
		font-family: "Crimson Text", "Roboto Slab", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho" , "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",  "HGS明朝E", serif;
		font-weight: bold;
		letter-spacing: 0.1em;
	}
.people__header .lead {
		margin-bottom: 25px;
		padding-left: 18px;
		border-left: 5px solid #2a966f;
		font-family: "Crimson Text", "Roboto Slab", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho" , "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",  "HGS明朝E", serif;
		font-size: 2.2rem;
		line-height: 1.6;
	}
.people__header .belong {
		color: #eb5c02;
		font-weight: bold;
	}
.people__content .image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.people__content .image p {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 48%;
		flex: 1 0 48%;
		max-width: 48%;
	}
.people__content .image img {
		width: 100%;
	}
.apply01 {
	margin: 50px 0;
	padding: 20px;
	background: #fff
}
.apply01 .h3 {
		margin-bottom: 10px;
	}
.apply01 .table {
		margin-bottom: 30px;
	}
.apply01 .table th {
		white-space: nowrap;
	}
.apply01 .bnr {
		display: inline-block;
		width: 380px;
		max-width: 100%;
		padding: 5px;
		border: 1px solid #ccc;
		text-align: center;
	}
.apply01 .bnr img {
		width: 80%;
		max-width: 300px;
	}
.apply01__list {
	list-style: none;
	margin: 0 0 40px;
	padding: 0
}
.apply01__list li {
		margin-bottom: 5px;
	}
.apply01__list li > span {
		display: block;
		padding: 5px;
		border: 1px solid #ccc;
		font-family: "Crimson Text", "Roboto Slab", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho" , "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",  "HGS明朝E", serif;
		font-size: 1.2rem;
		text-align: center;
	}
/* -----------------------------------
  Form
 ----------------------------------- */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
  color:inherit;
  font-size: 1.6rem;
  vertical-align:middle;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  outline:0;
}
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea {
  width: 100%;
  height: 140px;
  padding-top: 6px;
  padding-bottom: 6px;
}
select::-ms-expand {
  display: none;
}
.select {
  position: relative;
  display: inline-block;
  margin: 10px 0
}
.select select {
    width: 100%;
    padding-right: 40px;
  }
.select::after {
  content: "";
	position: absolute;
	top: 1.1em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #009b63;
  outline: 0;
}
fieldset {
  padding: 0;
  border-width: 0;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline;
  vertical-align: middle;
}
/* フォームテーブル */
.form {
  margin: 40px 0
}
.form table {
    width: 100%;
    border-top: 1px solid #ccc;
    background: #fff;
  }
.form th,
  .form td {
    padding: 10px 15px;
    border-bottom: 1px solid #ccc;
  }
.form th {
    position: relative;
    width: 25%;
    background: #f8f1db;
  }
.form th .label-required {
    margin-left: 5px;
    vertical-align: middle;
  }
.form input[type="checkbox"],
  .form input[type="radio"] {
    position: relative;
    top: -2px;
    margin-right: 5px;
  }
.form .input-zip {
    width: 10em;
  }
.form .block {
    display: block;
  }
.label-required {
  display: inline-block;
  padding: 0 10px;
  background: #eb5c02;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}
.contact-info {
  max-width: 800px;
  line-height: 1.5;
  margin: 40px auto 60px;
  padding-bottom: 20px;
  background: #fff;
  text-align: center;
}
.contact-info__heading {
  padding: 10px;
  background: #009b63;
  color: #fff;
}
.contact-info2 {
  max-width: 800px;
  line-height: 1.5;
  margin: 50px auto;
  padding: 20px;
  border: 1px solid #ccc;
}
/* Utility
   ----------------------------------------------------------------- */
/* Position */
.pos-relative { position: relative; }
.pos-absolute { position: absolute; }
.pos-fixed { position: fixed; }
.centered { margin-right: auto; margin-left: auto; }
.flex-centered {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
/* Text alignment utilities */
.tal { text-align: left; }
.tar { text-align: right; }
.tac { text-align: center; }
/* Text style utilities */
.bold { font-weight: bold; }
.italic { font-style: italic; }
.c1 { color: #009b63; }
.c2 { color: #eb5c02; }
.w100 { width: 100%; }
.ff-min { font-family: "Crimson Text", "Roboto Slab", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho" , "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",  "HGS明朝E", serif;}
.fz-xl { font-size: 2.5em;}
.fz-l { font-size: 1.714em; }
.fz-m { font-size: 1.28em; }
.fz-s { font-size: 0.8em; }
/* Display utilities */
.d-block { display: block; }
.d-inline { display: inline; }
.d-inline-block { display: inline-block; }
.d-flex { display: -webkit-box; display: -ms-flexbox; display: flex; }
.d-inline-flex { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; }
.d-none,
.d-hide { display: none; }
.d-visible { visibility: visible; }
.d-invisible { visibility: hidden; }
.mtxs { margin-top:    8px!important; }
.mbxs { margin-bottom: 8px!important; }
.mts { margin-top:    15px!important; }
.mrs { margin-right:  15px!important; }
.mbs { margin-bottom: 15px!important; }
.mls { margin-left:   15px!important; }
.mtm { margin-top:    30px!important; }
.mbm { margin-bottom: 30px!important; }
.mtl { margin-top:    60px!important; }
.mbl { margin-bottom: 60px!important; }
.mt0 { margin-top:    0!important; }
.mr0 { margin-right:  0!important; }
.mb0 { margin-bottom: 0!important; }
.ml0 { margin-left:   0!important; }
.pt0 { padding-top:   0!important; }
.pb0 { padding-bottom: 0!important; }
@media (max-width: 60em) {}
@media (max-width: 45em) {
  .index-note__header img {
    width: 180px;
    margin-bottom: 10px;
  }
	.company01__image .image {
		position: relative;
		overflow: hidden;
		margin-bottom: 15px;
		padding-top: 75%
	}
		.company01__image .image img {
			position: absolute;
			top: -15%;
			left: 0;
			width: 100%;
		}
    .form table,
    .form thead,
    .form tbody,
    .form tr,
    .form th,
    .form td {
      display: block;
      width: 100%;
      border: none;
    }
    .form th {
      padding: 10px;
      border-bottom: 1px solid #ccc;
    }
    .form td {
      padding: 15px 10px 20px;
    }}
@media (max-width: 35em) {
	/* レスポンシブ */
	.table th,
	.table td {
		padding: 0.5em 1em;
	}

	.table-scroll {
		display: block;
		overflow-x: auto;
		padding-bottom: .75rem
	}

		.table-scroll table {
			margin-bottom: 0;
		}
		.table-scroll td,
		.table-scroll th {
			white-space: nowrap;
		}
	.company-table {
		display: block;
		line-height: 1.714
	}
		.company-table tbody,
		.company-table tr,
		.company-table th,
		.company-table td {
			display: block;
			width: 100%;
		}
		.company-table th {
			padding: 4px 1em;
			border-bottom: none;
		}
		.company-table td {
			padding: 1em;
		}}
@media (min-width: 35.001em) {
	/* Larger than mobile */
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .block-threenav__col {
    position: relative;
    padding-left: 220px
  }
    .block-threenav__col .image {
      position: absolute;
      left: 0;
      top: 0;
      width: 200px;
    }
	.product02__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.product02__list > li {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 50%;
		flex: 1 0 50%;
		max-width: 50%;
		padding: 0 10px;
	}
	.product02__list.arrow > li:nth-of-type(n+2)::before {
		left: -10px;
		top: 50%;
		margin-top: -15px;
		margin-left: 0;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	.d-hide-sm  { display: none; }
	.d-block-sm { display: block; }
	.d-inline-sm { display: inline; }
	.d-inline-block-sm { display: inline-block; }
}
@media (min-width: 45.001em) {
	/* Larger than tablet */
	.navi-links {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 -13px 40px
	}
		.navi-links > ul {
			-webkit-box-flex: 1;
			-ms-flex: 1 0 33.3333%;
			flex: 1 0 33.3333%;
			max-width: 33.3333%;
			padding: 0 13px;
		}
		.navi-buttons ul {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			margin: 0 -13px;
		}
		.navi-buttons li {
			-webkit-box-flex: 1;
			-ms-flex: 1 0 33.3333%;
			flex: 1 0 33.3333%;
			max-width: 33.3333%;
			padding: 0 13px;
		}
		.navi-buttons a {
			padding: 15px;
		}
	.outer {
		padding-top: 76px;
	}
	.header {
		height: 76px;
	}
	.header__logo {
		top: 22px;
		left: 4.16%;
		width: 230px;
	}
	.header-navi {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
		.header-navi .container {
			height: auto;
		}
		.header-navi .navi-links a,
		.header-navi .navi-links span {
			padding: 12px 10px;
		}
	.sp-navi-btn {
		width: 78px;
		height: 76px;
	}
	.footer {
		padding-top: 100px;
		padding-bottom: 100px;
	}
		.footer-navi .navi-links ul {
			-webkit-box-flex: 1;
			-ms-flex: 1 0 auto;
			flex: 1 0 auto;
			max-width: none;
		}
		.footer-navi .navi-links li {
			margin-top: 0.8em;
		}
			.footer-navi .navi-links-child a {
				padding-left: 1em;
			}
	.footer__links {
		font-size: 1.2rem;
	}
	.footer-navi .navi-links ul ul {
		margin-left: 1em;
	}
	.footer-navi .navi-extra {
		float: right;
	}
	.page-hero {
		height: 350px;
	}
	#recruit .page-hero {
		height: 500px;
	}
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .block1-item {
    position: relative;
    height: 440px;
    margin-bottom: 0;
    padding: 60px 0;
  }
  .block1-item__image {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    width: 50%;
    height: auto;
  }
  .block1-item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%;
    height: 100%;
  }
  .block1-item:nth-of-type(odd) .block1-item__image {
    left: 0;
  }
  .block1-item:nth-of-type(odd) .block1-item__content {
    margin-left: auto;
    -webkit-transform: translateX(-8.33%);
    transform: translateX(-8.33%);
  }
  .block1-item:nth-of-type(even) .block1-item__image {
    right: 0;
  }
  .block1-item:nth-of-type(even) .block1-item__content {
    -webkit-transform: translateX(8.33%);
    transform: translateX(8.33%);
  }
  .block-threenav::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 30px;
    background: #f8f1db;
  }
  #index .block-threenav {
    padding-top: 70px;
  }
  .index-products__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
    .index-products__content a {
      display: block;
      position: relative;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
      flex: 1 0 50%;
      max-width: 50%;
	}
	
  .index-know__col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 23.75%;
    flex: 1 0 23.75%;
    max-width: 23.75%;
  }
  .index-know__col:nth-of-type(even) {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  .hero::after {
    right: 40px;
  }
  .hero-slide__item {
    height: 75vw;
    max-height: 800px;
  }
  .hero-slide .slick-dots {
    top: 30px;
    right: 30px;
  }
  .hero__lead {
    max-width: 170px;
  }
  #index .index-note::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 50%;
    z-index: -1;
    width: 50vw;
    background: #f8f1db;
  }
  .index-note__header {
    height: 70px;
  }
  .index-note__header .container-inner {
    display: table;
    height: 100%;
  }
  .index-note__header .container-inner > * {
    display: table-cell;
    padding-bottom: 5px;
    vertical-align: bottom;
  }
  .index-note__header .container-inner h2 {
    width: 240px;
  }
  .index-note__body {
    padding: 50px 0;
  }
  .index-note__tag {
    padding: 0 10px;
  }
  .index-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding-top: 100px
  }
    .index-message::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 50%;
      bottom: 0;
      width: 50vw;
      background: #f8f1db;
    }
  .index-message__content {
    position: relative;
    width: 70%;
    padding-left: 100px;
  }
  .index-message__lead {
    position: absolute;
    top: 0;
    left: 0
  }
    .index-message__lead span {
      display: none;
    }
    .index-message__lead img {
      display: inline-block;
      max-width: 60px;
    }
  .index-message__image {
    width: 28%;
    padding-top: 0
  }
    .index-message__image div {
      position: relative;
    }
    .index-message__image img:first-child {
      bottom: -30px;
      width: 87.3%;
    }
    .index-message__image img:last-child {
      width: 80.8%;
      margin-bottom: 75px;
    }
	.articles {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		/*justify-content: space-between*/
		justify-content: flex-start;
	}
		.articles .article-item {
			-webkit-box-flex: 1;
			-ms-flex: 1 0 33.33%;
			flex: 1 0 33.33%;
			max-width: 33.33%;
			margin-bottom: 0;
			padding: 0 10px;
		}
	#index .articles .article-item:nth-of-type(n+4),#note .articles .article-item:nth-of-type(n+4) {
		margin-top: 40px;
	}
	.article {
		padding: 80px 30px;
	}
	.about01,
	.about02 {
		margin-bottom: 80px;
	}
	.about01__heading,
	.about02__heading {
		height: 300px;
		margin-bottom: 40px;
	}
	.about02__wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -10px;
	}
	.about02__col {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 50%;
		flex: 1 0 50%;
		max-width: 50%;
		padding: 0 10px;
	}
	.about03 {
		margin-bottom: 100px;
	}
	.about03__col {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 33.33%;
		flex: 1 0 33.33%;
		max-width: 33.33%;
	}
	.product01 {
		position: relative;
		padding: 50px 0;
	}
	.product01__image {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
		width: 66.66%;
		height: auto;
		margin: 0;
	}
	.product01__text {
		width: 60%;
		padding: 30px;
	}
	.oem01 {
		position: relative;
		margin-top: 130px;
	}
	.oem01__content,
	.oem-btns {
		width: 58.33%;
		margin-left: auto;
	}
		.oem01__content .lead {
			padding-left: 0.8em;
		}
		.oem01__content p:not(.lead) {
			padding-left: 21.43%;
		}
	.oem01__image {
		position: absolute;
		top: -40px;
		bottom: 0;
		right: 50%;
		z-index: -1;
		width: 50vw;
		height: auto;
	}
	.oem__header {
		height: 450px;
		margin-bottom: 50px;
	}
	.oem-item {
		position: relative;
		margin-bottom: 0;
		padding-top: 40px;
		padding-bottom: 40px
	}
		.oem-item::before {
			position: absolute;
			top: 0;
			width: 50%;
			height: 100%;
			padding-top: 0;
		}
		.oem-item .box {
			width: 50%;
			padding: 30px 5%;
			background: #fff;
		}
		.oem-item:nth-of-type(odd)::before {
			left: 0;
		}
		.oem-item:nth-of-type(even)::before {
			right: 0;
		}
		.oem-item:nth-of-type(odd) .box {
			margin-left: auto;
			-webkit-transform: translate(-50px,0);
			transform: translate(-50px,0);
		}
		.oem-item:nth-of-type(even) .box {
			-webkit-transform: translate(50px,0);
			transform: translate(50px,0);
		}
	.oem-list .h3 {
		font-size: 3rem;
	}
	.oem-list ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 30px -10px;
	}
	.oem-list li {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 50%;
		flex: 1 0 50%;
		max-width: 50%;
	}
	.oem-list dl {
		padding: 20px 8.77% 30px;
	}
	.oem03-flow {
		float: left;
		width: 25%;
	}
	.oem03-faq {
		width: 70%;
		margin-left: auto
	}
		.oem03-faq .h3 .line {
			height: 2.9em;
		}
	.oem03-flow .h3,
	.oem03-faq .h3 {
		margin-bottom: 30px;
		padding-bottom: 0.4em;
		border-bottom: 1px solid #cdc7b6;
		font-size: 3rem;
		line-height: 1.4;
	}
	.oem03-faq .h3 {
		height: 3.2em;
	}
	.oem-contact__row {
		text-align: center
	}
		.oem-contact__row .link {
			display: inline-block;
			width: 45%;
		}
	.komekoji01 {
		position: relative;
		margin-top: 70px;
		margin-bottom: 50px;
	}
	.komekoji01__content {
		width: 63.33%;
		padding: 50px 17% 50px 5%;
	}
	.komekoji01__image {
		position: absolute;
		right: 0;
		top: -50px;
		width: 50%;
		height: calc(100% - 40px);
	}
	.komekoji02 {
		position: relative;
		z-index: 0;
		margin-bottom: 100px;
		padding-top: 80px;
	}
	.komekoji02__content {
		width: 58.33%;
		margin-left: auto;
		padding: 50px 5%;
	}
	.komekoji02__image {
		position: absolute;
		left: 0;
		top: 40px;
		bottom: -40px;
		z-index: -1;
		width: 50%;
		height: auto;
	}
	.komekoji03__ol {
		max-width: 1000px;
		margin-top: 15px
	}
		.komekoji03__ol ol {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between;
			counter-reset: komekoji03;
		}
		.komekoji03__ol li {
			-webkit-box-flex: 1;
			-ms-flex: 1 0 30%;
			flex: 1 0 30%;
			max-width: 30%;
			counter-increment: komekoji03;
		}
		.komekoji03__ol li::before {
			top: 0;
			left: 30px;
			margin-top: -15px;
		}
	.komekoji04 {
		display: table;
		width: 100%;
	}
	.komekoji04__content {
		display: table-cell;
		width: 50%;
		padding: 50px 8.33%;
	}
	.komekoji04__image {
		display: table-cell;
		width: 50%;
		height: auto;
	}
	.komekoji05 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.komekoji05 .h3 {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 23%;
		flex: 1 0 23%;
		max-width: 23%;
	}
	.komekoji05__content {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 70%;
		flex: 1 0 70%;
		max-width: 70%;
	}
	.komekoji07 {
		position: relative;
		z-index: 0;
	}
	.komekoji07__content {
		width: 58.33%;
		margin-left: auto;
		padding: 50px 17% 50px 5%;
	}
	.komekoji07__image {
		position: absolute;
		left: 0;
		top: -40px;
		z-index: -1;
		width: 50%;
		height: 0;
		padding-top: 30.83%;
	}
	.komekoji08 {
		max-width: 900px;
		margin: 0 auto
	}
		.komekoji08 ul {
			margin-bottom: 70px;
		}
	.company01 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-bottom: 100px
	}
		.company01::before {
			content: "";
			display: block;
			position: absolute;
			top: 0;
			right: 50%;
			bottom: 0;
			z-index: -1;
			width: 50vw;
			background: #fff;
		}
	.company01__content {
		width: 62%;
	}
	.company01__image {
		position: relative;
		z-index: 0;
		width: 32%;
	}
	.company02 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: relative;
		margin-bottom: 120px;
	}
	.company02__content {
		margin-top: -25px;
	}
	.company02__image {
		position: absolute;
		top: -40px;
		right: -10%;
		width: 60%
	}
		.company02__image::before {
			content: "";
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 1px;
			height: 100px;
			margin-top: -50px;
			border-left: 1px solid #000;
		}
		.company02__image .image img:first-child {
			width: 100%;
		}
		.company02__image .image img:last-child {
			position: absolute;
			bottom: -13.33%;
			left: -24%;
			width: 55%;
		}
	.company03,
	.company04 {
		margin-bottom: 80px;
	}
	.company03__heading,
	.company04__heading {
		height: 300px;
		margin-bottom: 40px;
	}
	.activity__heading {
		height: 300px;
	}
	.activity__heading h2 span {
		font-size: 2.4rem;
	}
	.activity-flex__left {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 26%;
		flex: 1 0 26%;
		max-width: 26%;
	}
	.activity-flex__right {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 72%;
		flex: 1 0 72%;
		max-width: 72%;
		margin-left: auto;
	}
	.activity-flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.activity-flex__col {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 50%;
		flex: 1 0 50%;
		max-width: 50%;
		margin-bottom: 20px;
		padding: 0 10px
	}
		.activity-flex__col div {
			height: 100%;
		}
	#recruit .page-hero__lead {
		bottom: 90px
	}
		#recruit .page-hero__lead img {
			width: 38.33%;
		}
	.recruit01 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-top: -50px;
	}
	.recruit01__image,
	.recruit01__text {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 50%;
		flex: 1 0 50%;
		max-width: 50%;
		height: auto;
	}
	.recruit-item {
		position: relative;
		margin-bottom: 0;
		padding-top: 40px;
		padding-bottom: 40px
	}
		.recruit-item::before {
			position: absolute;
			top: 0;
			width: 50%;
			height: 100%;
			padding-top: 0;
		}
		.recruit-item .box {
			width: 50%;
			padding: 30px 5%;
			background: #fff;
		}
		.recruit-item:nth-of-type(odd)::before {
			left: 0;
		}
		.recruit-item:nth-of-type(even)::before {
			right: 0;
		}
		.recruit-item:nth-of-type(odd) .box {
			margin-left: auto;
			-webkit-transform: translate(-50px,0);
			transform: translate(-50px,0);
		}
		.recruit-item:nth-of-type(even) .box {
			-webkit-transform: translate(50px,0);
			transform: translate(50px,0);
		}
	.recruit03__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: 1020px;
		margin: 0 auto
	}
		.recruit03__list li {
			-webkit-box-flex: 1;
			-ms-flex: 1 0 50%;
			flex: 1 0 50%;
			max-width: 50%;
			padding: 0 10px;
		}
	.recruit04__wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -10px;
	}
	.recruit04__col {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 50%;
		flex: 1 0 50%;
		max-width: 50%;
		padding: 0 10px;
	}
	.recruit__header {
		height: 450px;
		margin-bottom: 50px;
	}
	.recruit04-2 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 100px;
	}
	.recruit04-2__col {
		width: 44.5%;
		height: 100%;
		margin: 0 5px;
	}
 	.guidelines {
 		padding-right: 40px;
 		padding-left: 40px;
 	}
	.people {
		padding: 40px;
	}
	.people__header {
		position: relative;
		z-index: 0;
		height: 0;
		padding-top: 43.5%
	}
		.people__header .image {
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			width: 68.8%;
			margin-bottom: 0;
			z-index: -1;
		}
		.people__header .text {
			position: absolute;
			top: 50%;
			left: 0;
			-webkit-transform: translate(0, -50%);
			transform: translate(0, -50%);
		}
	.people__content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
		.people__content .text {
			-webkit-box-flex: 1;
			-ms-flex: 1 0 69%;
			flex: 1 0 69%;
			max-width: 69%;
		}
		.people__content .image {
			display: block;
			-webkit-box-flex: 1;
			-ms-flex: 1 0 27.2%;
			flex: 1 0 27.2%;
			max-width: 27.2%;
		}
		.people__content .image p {
			max-width: 100%;
			margin-bottom: 30px;
		}
	.apply01__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -5px 40px
	}
		.apply01__list li {
			-webkit-box-flex: 1;
			-ms-flex: 1 0 50%;
			flex: 1 0 50%;
			max-width: 50%;
			padding: 0 5px;
		}
	.d-hide-md  { display: none; }
	.d-block-md { display: block; }
	.d-inline-md { display: inline; }
	.d-inline-block-md { display: inline-block; }
}
@media (min-width: 60.001em) {
	/* Larger than Desktop */
	.container {
		max-width: 1260px;
		margin: 0 auto;
		padding-right: 30px;
		padding-left: 30px;
	}
	.container-inner {
		max-width: 1130px;
		margin: 0 auto;
	}
	.footer__text {
		float: left;
		width: 31.66%;
	}
	.footer__links {
		margin-left: 37.5%;
	}
	.page-hero {
		height: 500px;
		margin-right: 78px;
	}
	.page-hero__title {
		font-size: 3.6rem;
	}
	#recruit .page-hero {
		height: 700px;
	}
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .h1 {
    font-size: 1.8rem
  }
    .h1::before {
      font-size: 3.6rem;
    }
  .h2 {
    font-size: 3.6rem;
  }
  .h3 {
    font-size: 2.4rem;
  }
  .h4 {
    font-size: 3rem;
  }
  .block1-item__content {
    padding: 30px 100px;
  }
  .block1-item__heading {
    font-size: 2.6rem;
  }
  .block-threenav {
    padding-top: 80px;
    padding-bottom: 80px
  }
    .block-threenav::before {
      right: 30px;
      left: 30px;
    }
  #index .block-threenav {
    padding-top: 115px;
  }
  .block-threenav .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .block-threenav__col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 31%;
    flex: 1 0 31%;
    max-width: 31%;
    margin-bottom: 0;
    padding-left: 0
  }
    .block-threenav__col .image {
      position: static;
      width: 100%;
    }
  .index-products,
  .index-know {
    margin: 100px 0
  }
    .index-products::before, .index-know::before {
      height: 350px;
    }
  .index-products__header,
  .index-know__header {
    margin-bottom: 45px;
    padding-top: 100px;
  }
    .index-products__content span {
      width: 170px;
      line-height: 40px;
      font-size: 1.8rem;
    }
  .index-know {
    margin-bottom: 150px;
  }
  .index-know__col span {
    left: 20px;
    bottom: 15px;
    font-size: 1.8rem;
  }
  .hero {
    margin-right: 78px;
  }
  .hero__lead {
    max-width: 210px;
  }
  #note .index-note {
    padding: 50px 0 80px;
  }
  .index-note__tag {
    margin-bottom: 0;
  }
  .index-note__more {
    position: absolute;
    right: 20px;
    bottom: calc(100% + 65px)
  }
    .index-note__more a {
      background: none;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
    }
    .index-note__more a:hover {
      background: rgba(255,255,255,0.2);
    }
  .index-message {
    padding-bottom: 0;
  }
  .index-message__content {
    width: 58.5%;
    padding-left: 17.7%;
  }
    .index-message__lead img {
      max-width: 107px;
    }
  .index-message__image {
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: 36%;
  }
  .index-slider {
    margin: 100px 0;
  }
  .index-slider > div:first-child {
    -webkit-animation: loop 70s -35s linear infinite;
    animation: loop 70s -35s linear infinite;
  }
  .index-slider > div:last-child {
    -webkit-animation: loop2 70s linear infinite;
    animation: loop2 70s linear infinite;
  }
	.about01,
	.about02 {
		margin-bottom: 120px;
	}
	.about01__heading,
	.about02__heading {
		height: 450px;
		margin-bottom: 80px;
	}
	.about01 {
		padding-top: 100px
	}
		.about01::before {
			display: block;
			position: absolute;
			top: 0;
			right: 50%;
			width: 50vw;
			height: 100px;
			background: #f8f1db;
			content: "";
		}
	.about01__box {
		position: relative;
		margin-bottom: 50px
	}
		.about01__box .image {
			position: absolute;
			top: 0;
			bottom: 0;
			width: 50vw;
			height: 100%;
			padding-top: 0;
		}
		.about01__box .text {
			width: 50%;
			padding: 60px 8%;
		}
		.about01__box .image::before {
			font-size: 6rem;
		}
		.about01__box:nth-of-type(odd) .image {
			right: 50%;
		}
		.about01__box:nth-of-type(odd) .text {
			margin-left: auto;
		}
		.about01__box:nth-of-type(even) .image {
			left: 50%;
		}
	.about02__col {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 33.33%;
		flex: 1 0 33.33%;
		max-width: 33.33%;
	}
	.product01__text {
		width: 50%;
		padding: 50px 8.33%;
	}
	.product02__heading {
		font-size: 3rem;
	}
	.product02__list {
		width: auto;
		margin-right: -10px;
		margin-left: -10px;
	}
	.product02__list.cols4 > li {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 25%;
		flex: 1 0 25%;
		max-width: 25%;
	}
	.product02__list.cols5 > li {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 20%;
		flex: 1 0 20%;
		max-width: 20%;
	}
	.oem-item {
		padding-top: 80px;
		padding-bottom: 80px
	}
		.oem-item .box {
			width: 50%;
			padding: 50px 8.33%;
			background: #fff;
		}
	.oem-list {
		margin-top: 70px;
	}
	.oem02 .oem-list li {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 25%;
		flex: 1 0 25%;
		max-width: 25%;
	}
	.oem03-flow {
		width: 18%;
	}
	.oem03-faq {
		width: 75%;
	}
	.oem-contact {
		margin: 70px 0;
		padding: 40px 60px 50px;
	}
	.oem-contact__row {
		display: table;
		width: 100%;
		border-bottom: 1px dotted #ccc
	}
		.oem-contact__row .tel,
		.oem-contact__row .link {
			display: table-cell;
			width: 33%;
			padding: 25px 10px;
			vertical-align: middle;
		}
		.oem-contact__row div:nth-of-type(n+2) {
			border-left: 1px dotted #ccc;
		}
	.komekoji01 {
		margin-top: 130px;
		margin-bottom: 80px;
	}
	.komekoji01__content {
		width: 63.33%;
		padding: 70px 18.33% 70px 8.33%;
	}
	.komekoji02 {
		margin: 80px 0 120px;
		padding-top: 120px;
	}
	.komekoji02__content {
		width: 58.33%;
		padding: 70px 8.33%;
	}
	.komekoji02__image {
		top: 80px;
	}
	.komekoji03 {
		margin: 100px 0;
	}
	.komekoji04,
	.komekoji05,
	.komekoji07 {
		margin: 70px 0;
	}
	.komekoji06 {
		height: 450px;
		margin: 70px 0 100px;
	}
	.komekoji07__content {
		padding: 70px 8.33%;
	}
	.company01 {
		padding-top: 100px;
		padding-bottom: 160px;
	}
	.company01__content {
		width: 62%;
	}
	.company01__lead {
		font-size: 3rem;
	}
	.company01__image {
		width: 32%;
	}
	.company02 {
		margin-bottom: 170px;
	}
	.company02__content {
		margin-top: -30px;
	}
	.company02__image::before {
		height: 140px;
		margin-top: -70px;
	}
	.company03,
	.company04 {
		margin-bottom: 120px;
	}
	.company03__heading,
	.company04__heading {
		height: 450px;
		margin-bottom: 60px;
	}
	.activity {
		margin: 60px 0 100px;
	}
	.activity__heading {
		height: 450px;
	}
	.activity__heading h2 span {
		font-size: 3.6rem;
	}
	.activity__content {
		padding: 70px 0;
	}
	.activity-flex__col {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 33.33%;
		flex: 1 0 33.33%;
		max-width: 33.33%
	}
		.activity-flex__col div {
			padding: 30px 12.5% 10px;
		}
		.activity-flex__col h3 {
			font-size: 2.4rem;
		}
	.recruit01 {
		margin-bottom: 80px;
	}
	.recruit01__text {
		padding: 50px;
	}
	.recruit02__heading {
		margin-bottom: 50px;
	}
	.recruit02__heading img {
		width: 70px;
		margin-right: 30px;
	}
	.recruit02__heading span {
		font-size: 3rem;
	}
  .recruit03 {
    margin: 100px 0
  }
    .recruit03::before {
      height: 350px;
    }
  .recruit03__header {
    margin-bottom: 45px;
    padding-top: 100px;
  }
		.recruit03__list li {
			-webkit-box-flex: 1;
			-ms-flex: 1 0 33.33%;
			flex: 1 0 33.33%;
			max-width: 33.33%;
		}
	.recruit04__heading {
		font-size: 3rem;
	}
	.recruit04__col {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 25%;
		flex: 1 0 25%;
		max-width: 25%;
	}
	.recruit05 dl {
		padding: 20px 50px;
	}
 	.guidelines {
 		padding: 1px 8.33% 100px 8.33%
 	}
 		.guidelines a {
 			padding: 25px 40px;
 			font-size: 1.8rem;
 		}
	.people {
		padding: 70px 8.33%;
	}
		.people__header .lead {
			padding-left: 18px;
			font-size: 3rem;
		}
	.apply01 {
		margin: 70px 0;
		padding: 70px 8.33%;
	}
		.apply01__list li {
			-webkit-box-flex: 1;
			-ms-flex: 1 0 33.33%;
			flex: 1 0 33.33%;
			max-width: 33.33%;
		}
    .form th .label-required {
      position: absolute;
      right: 0;
      top: 0;
    }
    .form th,
    .form td {
      padding: 20px;
    }
}
@media (min-width: 80.001em) {
	/* Larger than Desktop HD */
}
@media (max-width: 44.999em) {
	.footer-navi .navi-links {
		display: none;
	}

	.index-know {
		margin-bottom: 50px;
	}
}

/*---------------------------
バナー
-----------------------------*/
.img_sp{
	display: none;
}

.comp{
  margin-top:60px;
}

.banner{
	position: relative;
}

.banner_btn{
	position: absolute;
	bottom: calc(50% - 70px);
	right:30px;
	width: 30%;
}

.banner .btn_white{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    border: 1px solid #009b63;
    color: #009b63;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.2em;
    text-align: center;
    -webkit-transition: all 0.3s;
	transition: all 0.3s;
	background-color: rgba(255,255,255,0.9);
}

.banner .btn_white a {
	color: #009b63;
}

.banner .btn_white:hover{
	background: #009b63;
	color: #fff;
}

.banner .btn_white a:hover{
	color: #fff;
}

.hid{
	overflow-x: hidden;
}

@media (max-width: 540px) {
	.img_pc{
		display: none;
	}

	.img_sp{
		display: block;
	}

	.img_sp img{
		width: 100%;
	}

	.banner_btn{
		bottom: 7%;
		right:calc(50% - 130px);
		width: 260px;
	}

	.banner .btn_white{
		width: 260px;
	}
}