@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Marcellus);
@import url(normalize.css);
@import url(style.css) screen and (min-width: 769px);
@import url(responsive.css) screen and (max-width: 768px);

.section,
.container {
  position: relative;
}
#header p {
  display: none;
}

.headLine {
  position: relative;
  z-index: 1;
  color: #fff;
  background: no-repeat center center #1a1a1a;
  background-size: cover !important;
  /* background-image: url(../_images/bg_technology.jpg); */
}
.headLine-bg {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.3;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.headLine .ttl {
  display: block;
  margin: 0 0 2em;
  font-weight: bold;
  font-family:
    "ƒqƒ‰ƒMƒm–¾’© ProN W6", "HiraMinProN-W6", "HG–¾’©E", "‚l‚r ‚o–¾’©",
    "MS PMincho", "MS –¾’©", serif;
}
.headLine p {
  margin: 0;
}
/* #service .headLine {
  background-image: url(../_images/bg_service.jpg);
}
#technology .headLine {
  background-image: url(../_images/bg_technology.jpg);
}
#recruit .headLine {
  background-image: url(../_images/bg_recruit.jpg);
}
#form .headLine {
  background-image: url(../_images/bg_form.jpg);
}
#profile .headLine {
  background-image: url(../_images/bg_profile.jpg);
} */

/* color 

#1a993f
#76c28c
#bae0c5
#404040

*/

/* Common Style */

body {
  font-size: 80%;
  color: #333;
  background: #f0f0f0;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.06em;
}
body#profile {
  background: #fafafa;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  color: #666;
  text-decoration: none;
}
li a {
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

img {
  max-width: 100%;
  width:/***/ auto; /* IE8—p */
  height: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
}
#header * {
  margin: 0;
  padding: 0;
}
#header {
  width: 100%;
  background: #fff;
  z-index: 99;
}
#header #logo_top {
  height: 60px;
  background: #fff;
}
#header #logo_top img {
  margin: 10px 20px;
  height: 40px;
}
#header p {
  height: 35px;
  line-height: 35px;
  color: #fff;
  background: #1a993f;
  displady: none;
}

h2 {
  margin: 0;
  padding: 1em;
  text-align: center;
  font-weight: normal;
  color: #fff;
  /* color: #c0c0c0; */
  background: #3f3f3f;
}
h3 {
  color: #666;
  line-height: 1.5em;
}

/* footer */
#footer {
  position: relative;
  width: 100%;
  color: #fff;
  background: url(../_images/logo_bottom.png) center 30px no-repeat #3f3f3f;
}

.fixed #footer {
  /* position: fixed; */
  bottom: 0;
}
#footer:before {
  content: "";
  width: 100%;
  position: absolute;
  background: url(../_images/bg_footer.png) center bottom no-repeat;
}

.svg #footer {
  background-image: url(../_images/logo_bottom.svg);
}
.svg #footer:before {
  background-image: url(../_images/bg_footer.svg);
}

#footer li {
  border-right: 1px solid #666;
}
#footer li a {
  display: block;
  color: #ccc;

  text-align: center;
}
#footer li a:hover {
  background: #333;
}

#footer address {
  color: #999;
  margin: 3em 0 0;
  text-align: center;
}
#footer address strong {
  display: block;
  font-weight: normal;
}

#copyright {
  display: block;
  margin: 0;
  padding: 0.7em 0;
  text-align: center;
  color: #666;
  background: #333;
}
.centered,
#notFound {
  text-align: center;
}
#notFound .sitetop {
  margin: 5em auto 0;
}

/* COMMON Style */

.sitetop {
  display: block;
  width: 400px;
  margin-top: 5em;
  padding: 1em;
  text-align: center;
  color: #fff;
  background: #1a993f;
}
.sitetop.auto {
  margin: 5em auto 0;
}

.sitetop:hover {
  color: #1a993f;
  background: #fafafa;
  border: 1px solid #1a993f;
}

.blockList ul {
  letter-spacing: -0.4em;
  margin: 0 -1px;
}
.blockList li {
  position: relative;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}
.blockList li > a {
  display: block;
}

.privacy p {
  display: block;
  margin: 0;
  padding: 2em;
  font-size: 80%;
  background: #fff;
}

#form h2 {
  margin-bottom: 20px;
}
#form h2:not(:first-child) {
  margin-top: 80px;
}
#form textarea {
  width: 100%;
}
#form .submit {
  margin: 0;
  padding: 2em 0;
  text-align: center;
}
#form .submit input {
  width: 10em;
  margin: 0;
}
#form .submit img {
  display: none;
}
#form th {
  white-space: nowrap;
  color: #1a993f;
  background: #fff;
  font-weight: normal;
}
#form .row {
  display: flex;
  gap: 1em;
}
#form .row > * {
  flex: 1;
}
/* #form .row p {
  display: none;
} */
#form td > .row + p:empty {
  display: none;
}
#form input[type="text"] {
  padding: 0.5em;
}
#form input[type="select"] {
  padding: 0.5em;
}
@media (min-width: 768px) {
  #form th {
    width: 25%;
  }

  #form .row input {
    width: 100%;
  }
}

/* home */

/* ioslider */

#sliderSet {
  position: relative;
}

#slider {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  background: #1a1a1a;
}
#slider ul {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
#slider li {
  float: left;
  position: relative;
  top: 0;
  left: 0;
  background: #fff;
  margin: 0;
}

#slider li .name {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0.7em 1em;
  color: #fff;
  text-align: right;
  font-size: 100%;
}

#slider li .info {
  position: absolute;
  bottom: 5%;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  color: #fff;
  background: #1a1a1a;
}
#slider li .info .phrase {
  font-family:
    "ƒqƒ‰ƒMƒm–¾’© ProN W6", "HiraMinProN-W6", "HG–¾’©E", "‚l‚r ‚o–¾’©",
    "MS PMincho", "MS –¾’©", serif;
}
#slider li .info .eng {
  display: block;

  color: #c0c0c0;
  font-style: italic;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
}

#slider li .ledft {
  left: 100px;
}
#slider li .ridght {
  right: 100px;
}

#slider li.current {
  border-left: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
}

#slider li img {
  max-width: 100%;
  width:/***/ auto; /* IE8—p */
  height: auto;
}

#newWorks {
  background: #fff;
}

#newWorks li .inner {
  display: block;
  width: 100%;
  background: #fafafa;
  border: 1px solid #ccc;
}

.box .meta_footer p {
  margin: 0;
}
.box .meta_footer {
  overflow: hidden;
  border-top: 1px solid #ccc;
}
#works .box .meta_footer {
  border: none;
}

.single .data {
  border-bottom: 1px solid #c0c0c0;
}

/* Service */

.words * {
  color: #666;
  font-size: 100%;
  background: none;
  font-weight: normal;
}
#service .words strong {
  display: block;
  font-size: 150%;
  font-weight: normal;
  color: #1a993f !important;
  margin: 0 0 0.5em;
}

.gm-style-iw,
.gm-style-iw div {
  width: auto !important;
  overflow: hidden !important;
}

#profile .ttlh2 {
  font-weight: normal;
  background: url(../_images/bg_office.png) no-repeat left center;
}

/* recruit */

.status h5 {
  margin-top: 0;
  padding: 1em;
  background: #fafafa;
  border: 1px solid #c0c0c0;
}
.status li:first-child {
  margin: 0 0 1em;
}
.status li span {
  display: inline-block;
  margin-right: 0.5em;
  padding: 0.5em;
  color: #1a993f;

  /* font-size: 85%; */
}

.sliderSet {
  position: relative;
}

.slider {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  background: #1a1a1a;
}
.slider ul {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.slider li {
  float: left;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  margin: 0;
}
.slider li img {
  max-width: 100%;
  width:/***/ auto; /* IE8—p */
  height: auto;
}
