@charset "utf-8";
/* CSS Document */
* { margin: 0; padding: 0; }
body {
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.6;
	color: #555555;
}
.mincho {
    font-family: 'Noto Serif JP', serif;
}
ol,li,dl,dt,dd{
	margin: 0;
	list-style-type: none;
}
img {
	max-width: 100%;
}
a {
text-decoration: none;
}
.pc { display: block !important; }
.sp { display: none !important; }

header {
	height: 100px;
	position: fixed;
	width: 100%;
	z-index: 3000;
	background-color: rgba(255,255,255,1.00);
	text-align: center;
}
header .logo img {
	width: 400px;
	margin-top: 20px;
}
.TopPage main {
	padding-top: 80px;
	display: block;

}
.ContentsPage main {
	padding-top: 200px;
	display: block;
}
#drawer-nav ul li i {
	font-style: normal;
}
#drawer-nav ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
.drawer-nav{
	position: fixed;
	z-index: 3500;
	top: 80px;
	overflow: hidden;
	width: 100%;
	height: 85%;
	color: #FFF;
	background-color: rgba(0,93,50,0.8);
	margin-top: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 15%;
}
.drawer-menu {display: block;}
.drawer_menu ul.drawer-menu  {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
.drawer-menu li {width: 50%;text-align: center;border-bottom: solid 1px #FFF;box-sizing: border-box;}
.drawer-menu li:nth-child(odd) {border-right: solid 1px #FFF;}
.drawer-menu li a {font-size: 14px;color: #FFF;padding: 15px 0;display: block;}
.drawer-menuLA li {
	width: 100%;
	text-align: center;
	border-bottom: solid 1px #FFF;
	box-sizing: border-box;
	padding-top: 0px;
	padding-bottom: 0px;
	display: block;
}
.drawer-menuLA li:nth-child(odd) {border-right: none;}
.drawer-menuLA li a {
	font-size: 14px;
	color: #FFF;
	display: block;
	margin-top: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.drawer-menu li ul.drawer-dropdown-menu {
	background-color: rgba(0,93,50,0.8);
}
.drawer-menu li ul.drawer-dropdown-menu li a {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 1.0;
}
.drawer-menu li ul.drawer-dropdown-menu li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.drawer-dropdown.open .drawer-menu-item {
	border-bottom: 1px dashed #FFFFFF;
}
.drawer-menu li ul.drawer-dropdown-menu li:last-child {
    border-bottom: none;
}
#ContentsNavi {
	position: fixed;
	width: 100%;
	height: 100px;
	padding-top: 100px;
	z-index: 650;
}
section.TopMain {
width: 100%;
height: 90vh;
z-index: 1;
padding-top: 10vh;
}
.TopMain .caption {
	width: 45%;
	margin-left: 30%;
	padding-top: 300px;
	position: fixed;
}
.TopPage .ContentsArea {
	background-color: #FFFFFF;
	width: 100%;
	z-index: 500;
	position: relative;
	max-width: 100vw;
}
.TopPage .ContentsArea .Block {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.bottom {
position: absolute;
bottom: 0px;
padding-top: 100px;
}
#globalNavi {
width: 100%;
height: 100px;
}
.NaviBg {
	width: 100%;
	height: 100px;
	background-color: #00341C;
	display: block;
}
.NaviBg ul {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	overflow-y: auto;
	height: 100px;
} 
.NaviBg li {
	float: left;
	width: 240px;
	height: 100px;
}
.NaviBg li a {
	display: block;
	width: 240px;
	text-align: center;
	color: #fff;
	height: 100px;
	line-height: 100px;
}
.fixed {
position: fixed;
top: 100px;
padding: 0;
width: 100%;
z-index: 1000;
}
section.Contents {
	background-color: #FFFFFF;
	z-index: 500;
	position: relative;
	margin-top: -80px;
}
.ContentsBox {
	width: 960px;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
}
.TitleArea {
    font-family: 'Noto Serif JP', serif;
	background-color: #009A53;
	background-image: url(../img/dot.png);
}
.TitleArea .contents_title {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	padding-bottom: 30px;
	color: #FFFFFF;
	font-size: 200%;
	text-shadow: 2px 2px 2px #000000;
}
.Gray {
	background-color: #E0E0E0;
}
.BoxTitle {
	font-family: 'Noto Serif JP', serif;
	padding-bottom: 5px;
	color: #00341C;
	font-size: 150%;
	border-bottom: 6px double #00341C;
	margin-bottom: 20px;
}
.BoxTitle span.en {
	display: block;
	float: right;
	font-size: 70%;
	vertical-align: baseline;
	margin-top: 10px;
}
/* TOPPAGE */
.BannerArea ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.BannerArea ul li {
	margin-left: 5px;
	margin-right: 5px;
}
.BannerArea ul li img {
	border-radius: 15px;
	-webkit-box-shadow: 5px 5px 5px #919191;
	box-shadow: 5px 5px 5px #919191;
}
/* work */
.Photo {
	float: right;
	width: 400px;
	margin-left: 50px;
	margin-bottom: 30px;
}
.Photo img {
	border-radius: 15px;
	-webkit-box-shadow: 5px 5px 5px #919191;
	box-shadow: 5px 5px 5px #919191;
}
.LargePhoto img {
	border-radius: 15px;
	-webkit-box-shadow: 5px 5px 5px #919191;
	box-shadow: 5px 5px 5px #919191;
}
/* Company */
.Greeting_att {
	font-family: 'Noto Serif JP', serif;
	padding-top: 20px;
	padding-bottom: 5px;
	color: #00341C;
	font-size: 120%;
	margin-bottom: 20px;
}
.GreetingPhoto {
	width: 120px;
	float: left;
	margin-right: 70px;
	margin-left: 30px;
	margin-bottom: 100px;
	margin-top: 10px;
}
.GreetingPhoto img {
	border-radius: 10px;
	-webkit-box-shadow: 5px 5px 5px #919191;
	box-shadow: 5px 5px 5px #919191;
}
dl.History {
	padding-left: 100px;
	padding-right: 100px;
}
dl.History dt {
	color: #006934;
	font-weight: bold;
	float: left;
	clear: both;
	padding-top: 15px;
	padding-bottom: 15px;
}
dl.History dd {
	padding-left: 120px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #999999;
	padding-top: 15px;
}
.CompanyArea {
	float: left;
	padding-top: 30px;
	width: 500px;
}
.CompanyArea dl {
}
.CompanyArea dt {
	color: #006934;
	font-weight: bold;
	padding-top: 15px;
}
.CompanyArea dd {
	padding-left: 30px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #CCCCCC;
}
.Company_img {
	width: 400px;
	margin-left: 0px;
	float: left;
	margin-bottom: 40px;
	margin-right: 60px;
}
/* RECRUIT */

.RecruitBox .Title {
	font-family: 'Noto Serif JP', serif;
	padding-top: 40px;
	padding-bottom: 5px;
	color: #00341C;
	font-size: 150%;
	margin-bottom: 20px;

}
.RecruitArea {
	padding-bottom: 30px;
	padding-top: 40px;
}
.RecruitTitle {
	color: #FFFFFF;
	background-color: #00341C;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	font-size: large;
	float: left;
}
.RecruitArea dl {
	display: block;
	clear: left;
	padding-left: 20px;
	border: 1px solid #00341C;
	padding-right: 20px;
	background-color: #FFFFFF;
	padding-top: 15px;
}
.RecruitArea dt {
	float: left;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	color: #00341C;
}
.RecruitArea dd {
	padding-left: 180px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #CCCCCC;
}
.RecruitArea dd ol {
	padding-left: 30px;
}
.RecruitArea dd ol li {
	list-style-type: lower-alpha;
}
.RecruitArea dd ul {
	padding-left: 30px;
}
.RecruitArea dd ul li {
	list-style-type: katakana;
}
.RecruitArea dd:last-child {
	border-bottom: none;
}
/* Anchor */
#NextArea {
	margin-top: -280px;
	padding-top: 280px;
	clear: both;
	display: block;
	width: 100%;
	height: 0px;
}
/* MOVIE*/
  .movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-top: 5%;
	margin-bottom: 5%;
}
.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/* MAP*/
.MapArea {
	width: 400px;
	float: right;
	margin-top: 100px;
}
.gmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.gmap iframe,
.gmap object,
.gmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/* SLIDE*/
.infiniteslide {
	margin-top: 60px;
	margin-bottom: 0px;
	height: 250px;
}
.infiniteslide img{
	height: 250px;
	width: auto;
	margin-left: 2px;
	margin-right: 2px;
}
/* FOOTER */
footer {
	background-color: #00341C;
	position: relative;
	z-index: 1500;
}
footer .copy {
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFFFFF;
	text-align: center;
}
/* PageTop */
.pagetop {
	display: none;
	position: fixed;
	bottom: 100px;
	right: 15px;
	z-index: 2200;
}
.pagetop a {
	display: block;
	background-color: rgba(0,93,50,0.80);
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	width: 80px;
	height: 80px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;    /* 横幅&高さの1/2 */
	position: relative;
}
.pagetop a span{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
/* HOVER*/
@media screen and (min-width:769px){
a:hover {
	color: #00C86B;
}
.NaviBg li a:hover {
	color: #00C86B;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
.pagetop a:hover {
    display: block;
	background-color: rgba(0,135,72,0.80);
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}
}

@media screen and (max-width:768px){
.pc { display: none !important; }
.sp { display: block !important; }
body {
	width: 100%;
	max-width: 100vw;
	min-width: 100%;
}
header {
	height: 80px;
	float: left;
}
header .logo img {
	width: 60%;
	margin-left: 5%;
	float: left;
	margin-top: 15px;
}
.TopPage main {
	padding-top: 80px;
	display: block;
}
.ContentsPage main {
	padding-top: 80px;
	display: block;
}
.TopMain .caption {
	width: 80%;
	margin-left: 10%;
	padding-top: 50px;
	position: fixed;
}
.ContentsBox {
	width: 90%;
	padding-top: 40px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	padding-right: 0px;
}
.TitleArea {
    font-family: 'Noto Serif JP', serif;
	background-color: #009A53;
	background-image: url(../img/dot.png);
}
.TitleArea .contents_title {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 30px;
	color: #FFFFFF;
	font-size: 200%;
	text-shadow: 2px 2px 2px #000000;
}
.Gray {}
.BoxTitle {
	padding-top: 0px;
}
.BoxTitle span.en {
	display: block;
	float: right;
	font-size: 70%;
	vertical-align: baseline;
	margin-top: 10px;
}
/* TOPPAGE */
.BannerArea ul {
	display: block;
}
.BannerArea ul li {
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;
	margin-bottom: 15px;
}
.BannerArea ul li img {
}
/* work */
.Photo {
	float: none;
	width: 80%;
	margin-left: auto;
	margin-bottom: 30px;
	margin-right: auto;
}
/* Company */
.Greeting_att {
	font-family: 'Noto Serif JP', serif;
	padding-top: 20px;
	padding-bottom: 5px;
	color: #00341C;
	font-size: 110%;
	margin-bottom: 20px;
}
.GreetingPhoto {
	width: 40%;
	float: none;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	margin-top: 40px;
}
.GreetingPhoto img {
}
dl.History {
	padding-left: 0px;
	padding-right: 0px;
}
dl.History dt {
	color: #006934;
	font-weight: bold;
	float: none;
	clear: both;
	padding-top: 15px;
	padding-bottom: 5px;
}
dl.History dd {
	padding-left: 30px;
	padding-bottom: 15px;
	padding-top: 0px;
}
.CompanyArea {
	float: none;
	padding-top: 30px;
	width: 100%;
}
.CompanyArea dl {
}
.CompanyArea dt {
	color: #006934;
	font-weight: bold;
	padding-top: 15px;
}
.CompanyArea dd {
	padding-left: 30px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #CCCCCC;
}
.Company_img {
	width: 400px;
	margin-left: 0px;
	float: left;
	margin-bottom: 40px;
	margin-right: 60px;
}
/* RECRUIT */
.RecruitArea {
	padding-bottom: 30px;
	padding-top: 40px;
}
.RecruitArea dl {
	padding-left: 10px;
	padding-right: 10px;
}
.RecruitArea dt {
	float:  none;
	padding-bottom: 10px;
}
.RecruitArea dd {
	padding-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	border-bottom: 1px dashed #CCCCCC;
}
.RecruitArea dd:last-child {
	border-bottom: none;
}
/* Anchor */
#NextArea {
	margin-top: -158px;
	padding-top: 158px;
	clear: both;
	display: block;
	width: 100%;
	height: 0px;
}
/* MAP*/
.MapArea {
	width: 100%;
	float: none;
	margin-top: 60px;
}
}
/* AFTER */
section:after{
  display: block;
  content: "";
  clear: both;
}
.ContentsBox:after{
  display: block;
  content: "";
  clear: both;
}
.RecruitBox:after{
  display: block;
  content: "";
  clear: both;
}
.BoxTitle:after{
  display: block;
  content: "";
  clear: both;
}
