@charset "UTF-8";

/* Body */
body {
	font-family: 'Noto Sans JP', sans-serif;
	background-color: #fff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}
/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 1000px;
	background-color: #FFFFFF;
}
/* Navigation */
header {
	width: 100%;
	height: 5%;
	background-color: #7F804E;
}
h4 {
	color: #fff;
	font-weight: bold;
	text-align: undefined;
	float: left;
	margin-top: 15px;
	margin-left: 25px;
	letter-spacing: 4px;
}
nav {
	float: right;
	width: 50%;
	text-align: right;
	margin-right: 25px;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: #FFFFFF;
	font-size: 14px;
	text-align: left;
	margin-right: 25px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
}
ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
ul li:hover a {
	color: #2C9AB7;
}
.heroHeader {
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.heroHeader img {
	width: 60%;
}
/* Hero Section */
.hero {
	background-color: #FFF;
	padding-top: 150px;
	padding-bottom: 50px;
}
.light {
	font-weight: bold;
	color: #717070;
}
.tagline {
	font-family: 'Source Sans 3', sans-serif;
	text-align: center;
	color: #7F804E;
	margin-top: 4px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.lead {
	text-align: center;
	color: #333;
	margin: 20px 50px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/* 会社概要 Section */
.about {
	text-align: center;
	margin: 0 auto;
}
.companyInfo {
	width: 80%;
	text-align:left;
	margin: 0 auto 100px auto;
}
.companyInfo h2 { 
	margin: 0;
	color: #7F804E;
	font-weight: normal;
}
.companyInfo dl {
  display: flex;
  flex-wrap: wrap;
}
.companyInfo dt {
  width: 25%;
  padding: 20px;
  background-color: #DADADA;
  margin: 0 0 10px 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.companyInfo dd {
  width: 60%;
  padding: 20px 50px;
  background-color: #F3F3F3;
  margin: 0 0 10px 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  text-align: left;
}
.companyInfo dd span {
	font-weight: bold;
	font-size: 90%;
	color: #7F804E;
}
.companyInfo dd strong {
	font-weight: bold;
	color: #7F804E;
}

/* More info */
footer {
	background-color: #FFFFFF;
	padding-bottom: 35px;
}
.footer_column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
footer .footer_column h3 {
	color: #B3B3B3;
	text-align: center;
}
footer .footer_column p {
	color: #717070;
	background-color: #FFFFFF;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
}
footer .footer_column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
}
.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #FEFEFE;
	color: #C4C4C4;
	cursor: pointer;
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #717070;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
	font-size: 90%;
}
.footer_banner {
	background-color: #B3B3B3;
	padding-top: 60px;
	padding-bottom: 60PX;
	margin-bottom: 0px;
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
}
footer {
	display: inline-block;
}
.hidden {
	display: none;
}

/* Mobile */
@media screen and (max-width:480px) {   
.hero {
	padding-top: 50px;
}
.tagline {
	margin-top: 20px;
	line-height: 22px;
}
.heroHeader {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
.companyInfo dt {
  width: 15%;
  padding: 10px;
}
.companyInfo dd {
  width: 50%;
  padding: 10px 20px;
}
}

/* Small Tablets */
@media screen and (max-width:1200px) {  
.tagline {
	margin-top: 20px;
	line-height: 22px;
}
.heroHeader {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
.companyInfo h2 {
	font-size: 18px;
	}
.companyInfo dt {
  width: 25%;
  padding: 10px;
}
.companyInfo dd {
  width: 55%;
  padding: 10px 20px;
}
}

