@charset "utf-8";
/* CSS Document */

/* ------------------------------- */
/* Eyecatch
/* ------------------------------- */

#eyecatch {
 padding: 15% 0;
 height: 750px;
 background-image: url(/img/index/img_eyecatch.jpg);
 background-size: cover;
 background-position: left bottom;
}

#eyecatch p {
 color: #FFF;
 font-size: 3.2rem;
 font-weight: bold;
 font-style: italic;
 letter-spacing: 2px;
}

@media (max-width: 991px) {
 #eyecatch {
  display: flex;
  align-items: center;
  height: calc(60vh - 58px);
 }

 #eyecatch p {
  font-size: 2rem;
  text-align: center;
 }
}

@media (max-width: 767px) {
 #eyecatch p {
  font-size: 2rem;
  text-align: center;
 }
}


/* ------------------------------- */
/* Message
/* ------------------------------- */

#message {
 padding: 120px 0 80px;
 text-align: center;
 background-color: #FFF;
}

#message h2 {
 margin-bottom: 30px;
 color: #333;
 font-size: 2.6rem;
 font-weight: 600;
}

#message h2 span {
 display: block;
 margin-top: 40px;
 font-size: 1.6rem;
 font-weight: 600;
}

#message h3 {
 margin-bottom: 30px;
 color: #333;
}

#message p {
 margin-bottom: 60px;
 color: #333;
 line-height: 1.6;
}

@media (max-width: 991px) {
 #message h2 {
  margin-top: 40px;
 }

 #message h2 span {
  margin-top: 20px;
 }
}

@media (max-width: 767px) {
 #message h2 {
  font-size: 1.4rem;
 }
}


/* ------------------------------- */
/* Business
/* ------------------------------- */

.business .box {
 padding: 30px;
 height: 100%;
 color: #333;
 background-color: #FFF;
}

.business .box h4 {
 margin-bottom: 15px;
 font-size: 1.4rem;
 font-weight: 600;
}

.business .box ul li {
 margin-left: 18px;
 list-style: outside square;
 line-height: 1.8;
}

.business .box p {
 line-height: 1.6;
}

.business .row {
 height: 100%;
}

.business img {
 height: 100%;
 object-fit: cover;
}

@media (max-width: 991px) {
 .business img {
  margin-top: 10px;
 }
}

@media (max-width: 767px) {
 .business .row-eq-height > div {
  margin-bottom: 20px;
 }
}


/* ------------------------------- */
/* Robot
/* ------------------------------- */

#robot .flex {
 display: flex;
 justify-content: space-around;
}
 
#robot .box {
 width: 24%;
 margin-bottom: 10px;
 padding: 40px 20px;
 text-align: center;
 background: linear-gradient(#FFF, #FFF, #D9D9D9);
 box-shadow: 0 0 8px gray;
}
 
#robot .box img {
 margin-bottom: 40px;
}

#robot .box p {
 color: #333;
 text-align: center;
 font-weight: bold;
 margin-bottom: 20px;
}

@media (max-width: 991px) {
 #robot .box {
  width: 30%;
 }
}

@media (max-width: 767px) {
 #robot .flex {
  flex-wrap: wrap;
 }

 #robot .box {
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 10px;
 }

 #robot .box img {
  height: 100px;
  margin-bottom: 0;
 }
}


/* ------------------------------- */
/* Foods
/* ------------------------------- */

#foods img {
 width: 100%;
 height: 400px;
 object-fit: cover;
}

@media (max-width: 991px) {
 #foods img {
  height: 240px;
 }
}

@media (max-width: 767px) {
 #foods img {
  height: auto;
 }
}


/* ------------------------------- */
/* R&D
/* ------------------------------- */

#rd h4 {
 margin-top: 280px;
 color: #81a9d3;
 font-size: 2rem;
 font-weight: bold;
 font-style: italic;
 letter-spacing: 3px;
}

@media (max-width: 1200px) {
 #rd h4 {
  margin-top: 260px;
 }
}

@media (max-width: 991px) {
 #rd h4 {
  margin-top: 20px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
 }
}

/* ------------------------------- */
/* Ai
/* ------------------------------- */

#ai h4 {
 margin-top: 280px;
 color: #cac7bf;
 font-size: 2rem;
 font-weight: bold;
 font-style: italic;
 letter-spacing: 3px;
}

@media (max-width: 1200px) {
 #ai h4 {
  margin-top: 260px;
 }
}

@media (max-width: 991px) {
 #ai h4 {
  margin-top: 20px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
 }
}


/* ------------------------------- */
/* Company
/* ------------------------------- */

#company h3 {
 margin: 10px 0;
 font-size: 1.2rem;
 font-weight: bold;
}

#company p {
 margin-bottom: 20px;
}

#company img {
 margin-bottom: 20px;
}

#company .profile {
  margin-bottom: 20px;
}

#company .profile table th,
#company .profile table td {
 padding: 7px 15px;
 border: 1px solid #FFF;
}

#company .profile table th {
 font-weight: bold;
}

#company .map {
 margin-bottom: 60px;
}

#company .gmap {
 position: relative;
 padding-bottom: 56.25%;
 padding-top: 30px;
 height: 0;
 overflow: hidden;
}
 
#company .gmap iframe,
#company .gmap object,
#company .gmap embed {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}

@media (max-width: 767px) {
 #company .greeting img {
  width: 150px;
 }

 #company .history dl dt {
  float: none;
  margin-bottom: 0;
 }

 #company .history dl dd {
  margin-bottom: 20px;
  padding-left: 0;
 }

 #company .gmap {
  padding-bottom: 80%;
 }
}


/* ------------------------------- */
/* Recruit
/* ------------------------------- */

#recruit {
 margin-bottom: 120px;
}

#recruit p {
 margin-bottom: 40px;
}

#recruit table {
 width: 100%;
 border-bottom: 1px solid #FFF;
}

#recruit table th {
 font-weight: bold;
 vertical-align: top;
}

#recruit table th,
#recruit table td {
 padding: 20px;
 border-top: 1px solid #FFF;
}

#recruit .contact {
 margin-top: 40px;
}

#recruit .contact h3 {
 margin-bottom: 5px;
 font-size: 1.1rem;
 font-weight: bold;
}