@charset "UTF-8";

#header {
	background-color: rgba(0,0,0,0.80);
}

#aboutus{
	width: 600px;
	margin: auto;
	padding-top: 100px;
}

.aboutus_title {
	font-weight: bold;
	font-size: 1.1em;
	padding-left: 0px;
	padding-bottom: 5px;
	letter-spacing: 2px;
	margin-bottom: 10px;
	background: linear-gradient(transparent 97%, #52c2d0 99%);
}

h3 {
  border-left: 2px solid #52c2d0;
  padding: 0.5rem 1.0rem;
  margin-bottom: 20px;
}

.map_p{
	font-size: 0.9em;
	line-height: 1.5em;
	padding-left: 1.0em;
	padding-bottom: 30px;
}

table{
	width: 600px;
	margin: 0 auto 50px auto;
	font-size: 0.9em;
	border-collapse: collapse;
}

table tr{
  border-bottom: solid 2px white;
}

table tr:last-child{
  border-bottom: none;
}

table th{
  position: relative;
  text-align: center;
  width: 30%;
  background-color: #52c2d0;
  color: white;
  padding: 10px 0;
}

table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #52c2d0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

table td{
  width: 70%;
  text-align: left;
  background-color: #eee;
  padding: 10px 0px 10px 20px;
}

@media screen and (max-width: 960px) {
#aboutus{
	width: 90%;
	margin: auto;
	padding-top: 100px;
}
.aboutus_title {
	font-weight: bold;
	font-size: 1.0em;
	padding-left: 0px;
	padding-bottom: 5px;
	letter-spacing: 2px;
	margin-bottom: 10px;
	background: linear-gradient(transparent 97%, #52c2d0 99%);
}
table{
	width: 98%;
	margin: 0 auto 50px auto;
	font-size: 0.8em;
	border-collapse: collapse;
}
table tr{
  border-bottom: solid 2px white;
}
table tr:last-child{
  border-bottom: none;
}
table th{
  position: relative;
  text-align: center;
  width: 30%;
  background-color: #52c2d0;
  color: white;
  padding: 10px 0;
}
table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #52c2d0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
table td{
  width: 70%;
  text-align: left;
  background-color: #eee;
  padding: 10px 0px 10px 20px;
}
}

#map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
  text-align: center;
  margin-bottom: 20px;
}

/* Google Mapのiframe */
#map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.r-h2 {
    padding-bottom: 20px;
	padding-left: 20px;
    font-size: 1.5em;
	font-weight: normal;
	color: #8C7C7C;
	letter-spacing: 0.1em;
	text-align: center;
	margin: 0;
}

/* Products banner */

.products_banner {
	background-color: #FFFFFF;
	margin-top: 0;
	background-image: url("../images/banner.png");
	height: 500px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

.products_banner_title {
	font-weight: bold;
	font-size: 1.3em;
	color: #fff;
	text-align: center;
	padding-top: 140px;
	letter-spacing: 2px;
	margin: 0;
}

.products_description {
	font-size: 0.9em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding-top: 40px;
	line-height: 50px;
	margin: 0px;
}

.products_main {
	background-color: #ffffff;
	background-image: url(../images/productimg-878x1024.png);
	height: 878px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

/* Recruit banner */

.recruit_banner {
	background-color: #FFFFFF;
	margin-top: 0;
	background-image: url("../images/AdobeStock_274582999.png");
	height: 500px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

.recruit_banner_title {
	font-weight: bold;
	font-size: 1.3em;
	color: #fff;
	text-align: center;
	padding-top: 140px;
	letter-spacing: 2px;
	margin: 0;
}

.recruit_description {
	font-size: 0.9em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding-top: 40px;
	line-height: 50px;
	margin: 0px;
}

/* Aboutus banner */

.aboutus_banner {
	background-color: #FFFFFF;
	margin-top: 0;
	background-image: url("../images/DSC00005.png");
	height: 500px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

.aboutus_banner_title {
	font-weight: bold;
	font-size: 1.3em;
	color: #000;
	text-align: center;
	padding-top: 110px;
	letter-spacing: 2px;
	margin: 0;
}

.aboutus_description {
	font-size: 0.9em;
	font-weight: bold;
	color: rgba(7,98,98,1.00);
	text-align: center;
	padding-top: 19px;
	line-height: 50px;
	margin: 0px;
}

@media screen and (max-width: 960px) {
.aboutus_banner_title {
	font-weight: bold;
	font-size: 1.1em;
	color: #000;
	text-align: center;
	padding-top: 110px;
	letter-spacing: 2px;
	margin: 0;
}
.aboutus_description {
	font-size: 0.8em;
	font-weight: bold;
	color: rgba(7,98,98,1.00);
	text-align: center;
	padding-top: 19px;
	line-height: 50px;
	margin: 0px;
}
.recruit_banner_title {
	font-weight: bold;
	font-size: 1.1em;
	color: #fff;
	text-align: center;
	padding-top: 140px;
	letter-spacing: 2px;
	margin: 0;
}
.recruit_description {
	font-size: 0.8em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding-top: 40px;
	line-height: 50px;
	margin: 0px;
}
.products_banner_title {
	font-weight: bold;
	font-size: 1.1em;
	color: #fff;
	text-align: center;
	padding-top: 140px;
	letter-spacing: 2px;
	margin: 0;
}
.products_description {
	font-size: 0.8em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding-top: 40px;
	line-height: 50px;
	margin: 0px;
}
}

.airwork {
	text-align: center;
	margin: 50px 0;
}